Skip to content

Commit a7fa1ac

Browse files
author
awstools
committed
Updates SDK to v2.1004.0
1 parent f017a84 commit a7fa1ac

26 files changed

+3015
-563
lines changed

.changes/2.1004.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release removes a requirement for filters on SearchLocalGatewayRoutes operations."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LexModelsV2",
10+
"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"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LexRuntimeV2",
15+
"description": "Updates API to latest version."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaConvert",
20+
"description": "AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SecurityHub",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "protocol",
30+
"description": "Update protocol tests"
31+
}
32+
]

.changes/next-release/feature-protocol-2b945450.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1003.0-->
2+
<!--LATEST=2.1004.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1004.0
6+
* feature: EC2: This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
7+
* 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
8+
* feature: LexRuntimeV2: Updates API to latest version.
9+
* feature: MediaConvert: AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources.
10+
* 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.
11+
* feature: protocol: Update protocol tests
12+
513
## 2.1003.0
614
* 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.
715
* feature: Chime: This release enables customers to configure Chime MediaCapturePipeline via API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1003.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1004.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/ec2-2016-11-15.min.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,10 +2482,10 @@
24822482
"members": {
24832483
"DestinationCidrBlock": {},
24842484
"LocalGatewayRouteTableId": {},
2485+
"LocalGatewayVirtualInterfaceGroupId": {},
24852486
"DryRun": {
24862487
"type": "boolean"
2487-
},
2488-
"LocalGatewayVirtualInterfaceGroupId": {}
2488+
}
24892489
}
24902490
},
24912491
"output": {
@@ -3266,8 +3266,8 @@
32663266
"input": {
32673267
"type": "structure",
32683268
"required": [
3269-
"VpcId",
3270-
"CidrBlock"
3269+
"CidrBlock",
3270+
"VpcId"
32713271
],
32723272
"members": {
32733273
"TagSpecifications": {
@@ -3276,14 +3276,14 @@
32763276
},
32773277
"AvailabilityZone": {},
32783278
"AvailabilityZoneId": {},
3279+
"CidrBlock": {},
32793280
"Ipv6CidrBlock": {},
32803281
"OutpostArn": {},
32813282
"VpcId": {},
32823283
"DryRun": {
32833284
"locationName": "dryRun",
32843285
"type": "boolean"
3285-
},
3286-
"CidrBlock": {}
3286+
}
32873287
}
32883288
},
32893289
"output": {
@@ -19199,21 +19199,20 @@
1919919199
"input": {
1920019200
"type": "structure",
1920119201
"required": [
19202-
"LocalGatewayRouteTableId",
19203-
"Filters"
19202+
"LocalGatewayRouteTableId"
1920419203
],
1920519204
"members": {
1920619205
"LocalGatewayRouteTableId": {},
19206+
"Filters": {
19207+
"shape": "Sqs",
19208+
"locationName": "Filter"
19209+
},
1920719210
"MaxResults": {
1920819211
"type": "integer"
1920919212
},
1921019213
"NextToken": {},
1921119214
"DryRun": {
1921219215
"type": "boolean"
19213-
},
19214-
"Filters": {
19215-
"shape": "Sqs",
19216-
"locationName": "Filter"
1921719216
}
1921819217
}
1921919218
},

apis/ec2-2016-11-15.normal.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12194,13 +12194,13 @@
1219412194
"shape": "LocalGatewayRoutetableId",
1219512195
"documentation": "<p>The ID of the local gateway route table.</p>"
1219612196
},
12197-
"DryRun": {
12198-
"shape": "Boolean",
12199-
"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>"
12200-
},
1220112197
"LocalGatewayVirtualInterfaceGroupId": {
1220212198
"shape": "LocalGatewayVirtualInterfaceGroupId",
1220312199
"documentation": "<p>The ID of the virtual interface group.</p>"
12200+
},
12201+
"DryRun": {
12202+
"shape": "Boolean",
12203+
"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>"
1220412204
}
1220512205
}
1220612206
},
@@ -13168,8 +13168,8 @@
1316813168
"CreateSubnetRequest": {
1316913169
"type": "structure",
1317013170
"required": [
13171-
"VpcId",
13172-
"CidrBlock"
13171+
"CidrBlock",
13172+
"VpcId"
1317313173
],
1317413174
"members": {
1317513175
"TagSpecifications": {
@@ -13185,6 +13185,10 @@
1318513185
"shape": "String",
1318613186
"documentation": "<p>The AZ ID or the Local Zone ID of the subnet.</p>"
1318713187
},
13188+
"CidrBlock": {
13189+
"shape": "String",
13190+
"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>"
13191+
},
1318813192
"Ipv6CidrBlock": {
1318913193
"shape": "String",
1319013194
"documentation": "<p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.</p>"
@@ -13201,10 +13205,6 @@
1320113205
"shape": "Boolean",
1320213206
"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>",
1320313207
"locationName": "dryRun"
13204-
},
13205-
"CidrBlock": {
13206-
"shape": "String",
13207-
"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>"
1320813208
}
1320913209
}
1321013210
},
@@ -41261,14 +41261,18 @@
4126141261
"SearchLocalGatewayRoutesRequest": {
4126241262
"type": "structure",
4126341263
"required": [
41264-
"LocalGatewayRouteTableId",
41265-
"Filters"
41264+
"LocalGatewayRouteTableId"
4126641265
],
4126741266
"members": {
4126841267
"LocalGatewayRouteTableId": {
4126941268
"shape": "LocalGatewayRoutetableId",
4127041269
"documentation": "<p>The ID of the local gateway route table.</p>"
4127141270
},
41271+
"Filters": {
41272+
"shape": "FilterList",
41273+
"documentation": "<p>One or more filters.</p>",
41274+
"locationName": "Filter"
41275+
},
4127241276
"MaxResults": {
4127341277
"shape": "MaxResults",
4127441278
"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>"
@@ -41280,11 +41284,6 @@
4128041284
"DryRun": {
4128141285
"shape": "Boolean",
4128241286
"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>"
41283-
},
41284-
"Filters": {
41285-
"shape": "FilterList",
41286-
"documentation": "<p>One or more filters.</p>",
41287-
"locationName": "Filter"
4128841287
}
4128941288
}
4129041289
},

apis/mediaconvert-2017-08-29.min.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,21 @@
292292
"members": {}
293293
}
294294
},
295+
"DeletePolicy": {
296+
"http": {
297+
"method": "DELETE",
298+
"requestUri": "/2017-08-29/policy",
299+
"responseCode": 200
300+
},
301+
"input": {
302+
"type": "structure",
303+
"members": {}
304+
},
305+
"output": {
306+
"type": "structure",
307+
"members": {}
308+
}
309+
},
295310
"DeletePreset": {
296311
"http": {
297312
"method": "DELETE",
@@ -458,6 +473,26 @@
458473
}
459474
}
460475
},
476+
"GetPolicy": {
477+
"http": {
478+
"method": "GET",
479+
"requestUri": "/2017-08-29/policy",
480+
"responseCode": 200
481+
},
482+
"input": {
483+
"type": "structure",
484+
"members": {}
485+
},
486+
"output": {
487+
"type": "structure",
488+
"members": {
489+
"Policy": {
490+
"shape": "Skp",
491+
"locationName": "policy"
492+
}
493+
}
494+
}
495+
},
461496
"GetPreset": {
462497
"http": {
463498
"method": "GET",
@@ -739,6 +774,34 @@
739774
}
740775
}
741776
},
777+
"PutPolicy": {
778+
"http": {
779+
"method": "PUT",
780+
"requestUri": "/2017-08-29/policy",
781+
"responseCode": 200
782+
},
783+
"input": {
784+
"type": "structure",
785+
"members": {
786+
"Policy": {
787+
"shape": "Skp",
788+
"locationName": "policy"
789+
}
790+
},
791+
"required": [
792+
"Policy"
793+
]
794+
},
795+
"output": {
796+
"type": "structure",
797+
"members": {
798+
"Policy": {
799+
"shape": "Skp",
800+
"locationName": "policy"
801+
}
802+
}
803+
}
804+
},
742805
"TagResource": {
743806
"http": {
744807
"requestUri": "/2017-08-29/tags",
@@ -5230,6 +5293,20 @@
52305293
"required": [
52315294
"Name"
52325295
]
5296+
},
5297+
"Skp": {
5298+
"type": "structure",
5299+
"members": {
5300+
"HttpInputs": {
5301+
"locationName": "httpInputs"
5302+
},
5303+
"HttpsInputs": {
5304+
"locationName": "httpsInputs"
5305+
},
5306+
"S3Inputs": {
5307+
"locationName": "s3Inputs"
5308+
}
5309+
}
52335310
}
52345311
}
52355312
}

0 commit comments

Comments
 (0)