Skip to content

Commit

Permalink
Updates SDK to v2.1004.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 8, 2021
1 parent f017a84 commit a7fa1ac
Show file tree
Hide file tree
Showing 26 changed files with 3,015 additions and 563 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1004.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release removes a requirement for filters on SearchLocalGatewayRoutes operations."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html"
},
{
"type": "feature",
"category": "LexRuntimeV2",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets."
},
{
"type": "feature",
"category": "protocol",
"description": "Update protocol tests"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-protocol-2b945450.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1003.0-->
<!--LATEST=2.1004.0-->
<!--ENTRYINSERT-->

## 2.1004.0
* feature: EC2: This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
* feature: LexModelsV2: Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html
* feature: LexRuntimeV2: Updates API to latest version.
* feature: MediaConvert: AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources.
* feature: SecurityHub: Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets.
* feature: protocol: Update protocol tests

## 2.1003.0
* feature: Backup: Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.
* feature: Chime: This release enables customers to configure Chime MediaCapturePipeline via API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1003.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1004.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
23 changes: 11 additions & 12 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2482,10 +2482,10 @@
"members": {
"DestinationCidrBlock": {},
"LocalGatewayRouteTableId": {},
"LocalGatewayVirtualInterfaceGroupId": {},
"DryRun": {
"type": "boolean"
},
"LocalGatewayVirtualInterfaceGroupId": {}
}
}
},
"output": {
Expand Down Expand Up @@ -3266,8 +3266,8 @@
"input": {
"type": "structure",
"required": [
"VpcId",
"CidrBlock"
"CidrBlock",
"VpcId"
],
"members": {
"TagSpecifications": {
Expand All @@ -3276,14 +3276,14 @@
},
"AvailabilityZone": {},
"AvailabilityZoneId": {},
"CidrBlock": {},
"Ipv6CidrBlock": {},
"OutpostArn": {},
"VpcId": {},
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
},
"CidrBlock": {}
}
}
},
"output": {
Expand Down Expand Up @@ -19199,21 +19199,20 @@
"input": {
"type": "structure",
"required": [
"LocalGatewayRouteTableId",
"Filters"
"LocalGatewayRouteTableId"
],
"members": {
"LocalGatewayRouteTableId": {},
"Filters": {
"shape": "Sqs",
"locationName": "Filter"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"DryRun": {
"type": "boolean"
},
"Filters": {
"shape": "Sqs",
"locationName": "Filter"
}
}
},
Expand Down
33 changes: 16 additions & 17 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -12194,13 +12194,13 @@
"shape": "LocalGatewayRoutetableId",
"documentation": "<p>The ID of the local gateway route table.</p>"
},
"DryRun": {
"shape": "Boolean",
"documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
},
"LocalGatewayVirtualInterfaceGroupId": {
"shape": "LocalGatewayVirtualInterfaceGroupId",
"documentation": "<p>The ID of the virtual interface group.</p>"
},
"DryRun": {
"shape": "Boolean",
"documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
}
}
},
Expand Down Expand Up @@ -13168,8 +13168,8 @@
"CreateSubnetRequest": {
"type": "structure",
"required": [
"VpcId",
"CidrBlock"
"CidrBlock",
"VpcId"
],
"members": {
"TagSpecifications": {
Expand All @@ -13185,6 +13185,10 @@
"shape": "String",
"documentation": "<p>The AZ ID or the Local Zone ID of the subnet.</p>"
},
"CidrBlock": {
"shape": "String",
"documentation": "<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>"
},
"Ipv6CidrBlock": {
"shape": "String",
"documentation": "<p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.</p>"
Expand All @@ -13201,10 +13205,6 @@
"shape": "Boolean",
"documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"locationName": "dryRun"
},
"CidrBlock": {
"shape": "String",
"documentation": "<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>"
}
}
},
Expand Down Expand Up @@ -41261,14 +41261,18 @@
"SearchLocalGatewayRoutesRequest": {
"type": "structure",
"required": [
"LocalGatewayRouteTableId",
"Filters"
"LocalGatewayRouteTableId"
],
"members": {
"LocalGatewayRouteTableId": {
"shape": "LocalGatewayRoutetableId",
"documentation": "<p>The ID of the local gateway route table.</p>"
},
"Filters": {
"shape": "FilterList",
"documentation": "<p>One or more filters.</p>",
"locationName": "Filter"
},
"MaxResults": {
"shape": "MaxResults",
"documentation": "<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
Expand All @@ -41280,11 +41284,6 @@
"DryRun": {
"shape": "Boolean",
"documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
},
"Filters": {
"shape": "FilterList",
"documentation": "<p>One or more filters.</p>",
"locationName": "Filter"
}
}
},
Expand Down
77 changes: 77 additions & 0 deletions apis/mediaconvert-2017-08-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,21 @@
"members": {}
}
},
"DeletePolicy": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/policy",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeletePreset": {
"http": {
"method": "DELETE",
Expand Down Expand Up @@ -458,6 +473,26 @@
}
}
},
"GetPolicy": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/policy",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"Policy": {
"shape": "Skp",
"locationName": "policy"
}
}
}
},
"GetPreset": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -739,6 +774,34 @@
}
}
},
"PutPolicy": {
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/policy",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Policy": {
"shape": "Skp",
"locationName": "policy"
}
},
"required": [
"Policy"
]
},
"output": {
"type": "structure",
"members": {
"Policy": {
"shape": "Skp",
"locationName": "policy"
}
}
}
},
"TagResource": {
"http": {
"requestUri": "/2017-08-29/tags",
Expand Down Expand Up @@ -5230,6 +5293,20 @@
"required": [
"Name"
]
},
"Skp": {
"type": "structure",
"members": {
"HttpInputs": {
"locationName": "httpInputs"
},
"HttpsInputs": {
"locationName": "httpsInputs"
},
"S3Inputs": {
"locationName": "s3Inputs"
}
}
}
}
}
Loading

0 comments on commit a7fa1ac

Please sign in to comment.