Skip to content

Commit

Permalink
Updates SDK to v2.722.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 28, 2020
1 parent e229c41 commit 45336b8
Show file tree
Hide file tree
Showing 26 changed files with 849 additions and 425 deletions.
37 changes: 37 additions & 0 deletions .changes/2.722.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Now you can enable Instance Metadata Service Version 2 (IMDSv2) or disable the instance metadata endpoint with Launch Configurations."
},
{
"type": "feature",
"category": "EC2",
"description": "Introduces support for tag-on-create capability for the following APIs: CreateVpnConnection, CreateVpnGateway, and CreateCustomerGateway. A user can now add tags while creating these resources. For further detail, please see AWS Tagging Strategies."
},
{
"type": "feature",
"category": "IVS",
"description": "Added a new error code, PendingVerification, to differentiate between errors caused by insufficient IAM permissions and errors caused by account verification."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release updates distribution configurations to allow periods in AMI names."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports several new features: EBU-TT-D captions in Microsoft Smooth outputs; interlaced video in HEVC outputs; video noise reduction (using temporal filtering) in HEVC outputs."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds reporting of manual cluster snapshot quota to DescribeAccountAttributes API"
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added UpdateSecurityHubConfiguration API. Security Hub now allows customers to choose whether to automatically enable new controls that are added to an existing standard that the customer enabled. For example, if you enabled Foundational Security Best Practices for an account, you can automatically enable new controls as we add them to that standard. By default, new controls are enabled."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.721.0-->
<!--LATEST=2.722.0-->
<!--ENTRYINSERT-->

## 2.722.0
* feature: AutoScaling: Now you can enable Instance Metadata Service Version 2 (IMDSv2) or disable the instance metadata endpoint with Launch Configurations.
* feature: EC2: Introduces support for tag-on-create capability for the following APIs: CreateVpnConnection, CreateVpnGateway, and CreateCustomerGateway. A user can now add tags while creating these resources. For further detail, please see AWS Tagging Strategies.
* feature: IVS: Added a new error code, PendingVerification, to differentiate between errors caused by insufficient IAM permissions and errors caused by account verification.
* feature: Imagebuilder: This release updates distribution configurations to allow periods in AMI names.
* feature: MediaLive: AWS Elemental MediaLive now supports several new features: EBU-TT-D captions in Microsoft Smooth outputs; interlaced video in HEVC outputs; video noise reduction (using temporal filtering) in HEVC outputs.
* feature: RDS: Adds reporting of manual cluster snapshot quota to DescribeAccountAttributes API
* feature: SecurityHub: Added UpdateSecurityHubConfiguration API. Security Hub now allows customers to choose whether to automatically enable new controls that are added to an existing standard that the customer enabled. For example, if you enabled Foundational Security Best Practices for an account, you can automatically enable new controls as we add them to that standard. By default, new controls are enabled.

## 2.721.0
* bugfix: Region: Add region validation using DNS Host label regex
* feature: DMS: Basic endpoint settings for relational databases, Preflight validation API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.721.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.722.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
92 changes: 54 additions & 38 deletions apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,10 @@
"AssociatePublicIpAddress": {
"type": "boolean"
},
"PlacementTenancy": {}
"PlacementTenancy": {},
"MetadataOptions": {
"shape": "S2d"
}
}
}
},
Expand Down Expand Up @@ -449,7 +452,7 @@
"type": "structure",
"members": {
"AutoScalingGroupNames": {
"shape": "S2w"
"shape": "S30"
},
"NextToken": {},
"MaxRecords": {
Expand Down Expand Up @@ -568,7 +571,7 @@
},
"Status": {},
"Tags": {
"shape": "S38"
"shape": "S3c"
},
"TerminationPolicies": {
"shape": "S1g"
Expand Down Expand Up @@ -644,7 +647,7 @@
"type": "structure",
"members": {
"AutoScalingNotificationTypes": {
"shape": "S3f"
"shape": "S3j"
}
}
}
Expand Down Expand Up @@ -763,7 +766,10 @@
"AssociatePublicIpAddress": {
"type": "boolean"
},
"PlacementTenancy": {}
"PlacementTenancy": {},
"MetadataOptions": {
"shape": "S2d"
}
}
}
},
Expand All @@ -777,7 +783,7 @@
"type": "structure",
"members": {
"LifecycleHookTypes": {
"shape": "S3f"
"shape": "S3j"
}
}
}
Expand Down Expand Up @@ -919,7 +925,7 @@
"type": "structure",
"members": {
"AutoScalingGroupNames": {
"shape": "S2w"
"shape": "S30"
},
"NextToken": {},
"MaxRecords": {
Expand Down Expand Up @@ -983,7 +989,7 @@
"PolicyType": {},
"AdjustmentType": {},
"MinAdjustmentStep": {
"shape": "S4n"
"shape": "S4r"
},
"MinAdjustmentMagnitude": {
"type": "integer"
Expand All @@ -995,17 +1001,17 @@
"type": "integer"
},
"StepAdjustments": {
"shape": "S4q"
"shape": "S4u"
},
"MetricAggregationType": {},
"EstimatedInstanceWarmup": {
"type": "integer"
},
"Alarms": {
"shape": "S4u"
"shape": "S4y"
},
"TargetTrackingConfiguration": {
"shape": "S4w"
"shape": "S50"
},
"Enabled": {
"type": "boolean"
Expand Down Expand Up @@ -1040,7 +1046,7 @@
],
"members": {
"Activities": {
"shape": "S5d"
"shape": "S5h"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1152,7 +1158,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S38"
"shape": "S3c"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1191,7 +1197,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S5d"
"shape": "S5h"
}
}
}
Expand Down Expand Up @@ -1245,7 +1251,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S62"
"shape": "S66"
}
}
}
Expand All @@ -1260,7 +1266,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S62"
"shape": "S66"
},
"Granularity": {}
}
Expand Down Expand Up @@ -1288,7 +1294,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S5d"
"shape": "S5h"
}
}
}
Expand Down Expand Up @@ -1332,7 +1338,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S5d"
"shape": "S5h"
}
}
}
Expand Down Expand Up @@ -1375,7 +1381,7 @@
"AutoScalingGroupName": {},
"TopicARN": {},
"NotificationTypes": {
"shape": "S3f"
"shape": "S3j"
}
}
}
Expand All @@ -1393,7 +1399,7 @@
"PolicyType": {},
"AdjustmentType": {},
"MinAdjustmentStep": {
"shape": "S4n"
"shape": "S4r"
},
"MinAdjustmentMagnitude": {
"type": "integer"
Expand All @@ -1406,13 +1412,13 @@
},
"MetricAggregationType": {},
"StepAdjustments": {
"shape": "S4q"
"shape": "S4u"
},
"EstimatedInstanceWarmup": {
"type": "integer"
},
"TargetTrackingConfiguration": {
"shape": "S4w"
"shape": "S50"
},
"Enabled": {
"type": "boolean"
Expand All @@ -1425,7 +1431,7 @@
"members": {
"PolicyARN": {},
"Alarms": {
"shape": "S4u"
"shape": "S4y"
}
}
}
Expand Down Expand Up @@ -1484,7 +1490,7 @@
},
"ResumeProcesses": {
"input": {
"shape": "S6i"
"shape": "S6m"
}
},
"SetDesiredCapacity": {
Expand Down Expand Up @@ -1577,7 +1583,7 @@
},
"SuspendProcesses": {
"input": {
"shape": "S6i"
"shape": "S6m"
}
},
"TerminateInstanceInAutoScalingGroup": {
Expand All @@ -1599,7 +1605,7 @@
"type": "structure",
"members": {
"Activity": {
"shape": "S5e"
"shape": "S5i"
}
}
}
Expand Down Expand Up @@ -1810,11 +1816,21 @@
}
}
},
"S2w": {
"S2d": {
"type": "structure",
"members": {
"HttpTokens": {},
"HttpPutResponseHopLimit": {
"type": "integer"
},
"HttpEndpoint": {}
}
},
"S30": {
"type": "list",
"member": {}
},
"S38": {
"S3c": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1829,15 +1845,15 @@
}
}
},
"S3f": {
"S3j": {
"type": "list",
"member": {}
},
"S4n": {
"S4r": {
"type": "integer",
"deprecated": true
},
"S4q": {
"S4u": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1857,7 +1873,7 @@
}
}
},
"S4u": {
"S4y": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1867,7 +1883,7 @@
}
}
},
"S4w": {
"S50": {
"type": "structure",
"required": [
"TargetValue"
Expand Down Expand Up @@ -1919,13 +1935,13 @@
}
}
},
"S5d": {
"S5h": {
"type": "list",
"member": {
"shape": "S5e"
"shape": "S5i"
}
},
"S5e": {
"S5i": {
"type": "structure",
"required": [
"ActivityId",
Expand Down Expand Up @@ -1953,11 +1969,11 @@
"Details": {}
}
},
"S62": {
"S66": {
"type": "list",
"member": {}
},
"S6i": {
"S6m": {
"type": "structure",
"required": [
"AutoScalingGroupName"
Expand Down
Loading

0 comments on commit 45336b8

Please sign in to comment.