Skip to content

Commit 2dae066

Browse files
author
awstools
committed
Updates SDK to v2.1301.0
1 parent 246ed17 commit 2dae066

15 files changed

+546
-285
lines changed

.changes/2.1301.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataBrew",
5+
"description": "Enabled FIPS us-gov-west-1 endpoints in SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Route53",
10+
"description": "Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SsmSap",
15+
"description": "This release provides updates to documentation and support for listing operations performed by AWS Systems Manager for SAP."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1301.0
6+
* feature: DataBrew: Enabled FIPS us-gov-west-1 endpoints in SDK.
7+
* feature: Route53: Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
8+
* feature: SsmSap: This release provides updates to documentation and support for listing operations performed by AWS Systems Manager for SAP.
9+
510
## 2.1300.0
611
* feature: Lambda: Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.
712
* feature: SageMaker: Amazon SageMaker Inference now supports P4de instance types.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1300.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1301.0.min.js"></script>
6161

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

apis/route53-2013-04-01.normal.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,8 @@
25462546
"us-gov-east-1",
25472547
"us-iso-east-1",
25482548
"us-iso-west-1",
2549-
"us-isob-east-1"
2549+
"us-isob-east-1",
2550+
"ap-southeast-4"
25502551
],
25512552
"max": 64,
25522553
"min": 1
@@ -5824,7 +5825,8 @@
58245825
"ap-south-2",
58255826
"af-south-1",
58265827
"eu-south-1",
5827-
"eu-south-2"
5828+
"eu-south-2",
5829+
"ap-southeast-4"
58285830
],
58295831
"max": 64,
58305832
"min": 1
@@ -6585,7 +6587,8 @@
65856587
"cn-north-1",
65866588
"af-south-1",
65876589
"eu-south-1",
6588-
"eu-south-2"
6590+
"eu-south-2",
6591+
"ap-southeast-4"
65896592
],
65906593
"max": 64,
65916594
"min": 1

apis/ssm-sap-2018-05-10.min.json

Lines changed: 79 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@
6464
"type": "structure",
6565
"members": {
6666
"ApplicationId": {},
67-
"ApplicationArn": {}
67+
"ApplicationArn": {},
68+
"AppRegistryArn": {}
6869
}
6970
},
7071
"output": {
7172
"type": "structure",
7273
"members": {
7374
"Application": {
74-
"shape": "Sc"
75+
"shape": "Sd"
7576
},
7677
"Tags": {
7778
"shape": "Sj"
@@ -193,30 +194,7 @@
193194
"type": "structure",
194195
"members": {
195196
"Operation": {
196-
"type": "structure",
197-
"members": {
198-
"Id": {},
199-
"Type": {},
200-
"Status": {},
201-
"StatusMessage": {},
202-
"Properties": {
203-
"type": "map",
204-
"key": {},
205-
"value": {}
206-
},
207-
"ResourceType": {},
208-
"ResourceId": {},
209-
"ResourceArn": {},
210-
"StartTime": {
211-
"type": "timestamp"
212-
},
213-
"EndTime": {
214-
"type": "timestamp"
215-
},
216-
"LastUpdatedTime": {
217-
"type": "timestamp"
218-
}
219-
}
197+
"shape": "S1a"
220198
}
221199
}
222200
}
@@ -353,6 +331,53 @@
353331
}
354332
}
355333
},
334+
"ListOperations": {
335+
"http": {
336+
"requestUri": "/list-operations",
337+
"responseCode": 200
338+
},
339+
"input": {
340+
"type": "structure",
341+
"required": [
342+
"ApplicationId"
343+
],
344+
"members": {
345+
"ApplicationId": {},
346+
"MaxResults": {
347+
"type": "integer"
348+
},
349+
"NextToken": {},
350+
"Filters": {
351+
"type": "list",
352+
"member": {
353+
"type": "structure",
354+
"required": [
355+
"Name",
356+
"Value",
357+
"Operator"
358+
],
359+
"members": {
360+
"Name": {},
361+
"Value": {},
362+
"Operator": {}
363+
}
364+
}
365+
}
366+
}
367+
},
368+
"output": {
369+
"type": "structure",
370+
"members": {
371+
"Operations": {
372+
"type": "list",
373+
"member": {
374+
"shape": "S1a"
375+
}
376+
},
377+
"NextToken": {}
378+
}
379+
}
380+
},
356381
"ListTagsForResource": {
357382
"http": {
358383
"method": "GET",
@@ -439,7 +464,7 @@
439464
"type": "structure",
440465
"members": {
441466
"Application": {
442-
"shape": "Sc"
467+
"shape": "Sd"
443468
},
444469
"OperationId": {}
445470
}
@@ -535,7 +560,7 @@
535560
}
536561
},
537562
"shapes": {
538-
"Sc": {
563+
"Sd": {
539564
"type": "structure",
540565
"members": {
541566
"Id": {},
@@ -576,6 +601,32 @@
576601
}
577602
}
578603
}
604+
},
605+
"S1a": {
606+
"type": "structure",
607+
"members": {
608+
"Id": {},
609+
"Type": {},
610+
"Status": {},
611+
"StatusMessage": {},
612+
"Properties": {
613+
"type": "map",
614+
"key": {},
615+
"value": {}
616+
},
617+
"ResourceType": {},
618+
"ResourceId": {},
619+
"ResourceArn": {},
620+
"StartTime": {
621+
"type": "timestamp"
622+
},
623+
"EndTime": {
624+
"type": "timestamp"
625+
},
626+
"LastUpdatedTime": {
627+
"type": "timestamp"
628+
}
629+
}
579630
}
580631
}
581632
}

0 commit comments

Comments
 (0)