Skip to content

Commit ce146e7

Browse files
author
awstools
committed
Updates SDK to v2.1685.0
1 parent add526c commit ce146e7

36 files changed

+4522
-148
lines changed

.changes/2.1685.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppConfig",
5+
"description": "This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataZone",
10+
"description": "Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DeviceFarm",
15+
"description": "This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "InternetMonitor",
25+
"description": "Adds new querying types to show overall traffic suggestion information for monitors"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "PCS",
30+
"description": "Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS."
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1684.0-->
2+
<!--LATEST=2.1685.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1685.0
6+
* feature: AppConfig: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
7+
* feature: DataZone: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
8+
* feature: DeviceFarm: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
9+
* feature: EC2: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
10+
* feature: InternetMonitor: Adds new querying types to show overall traffic suggestion information for monitors
11+
* feature: PCS: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
12+
513
## 2.1684.0
614
* feature: Bedrock: Amazon Bedrock SDK updates for Inference Profile.
715
* feature: BedrockRuntime: Amazon Bedrock SDK updates for Inference Profile.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1684.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1685.0.min.js"></script>
6868

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

apis/appconfig-2019-10-09.min.json

+77-16
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "appconfig",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceAbbreviation": "AppConfig",
912
"serviceFullName": "Amazon AppConfig",
1013
"serviceId": "AppConfig",
1114
"signatureVersion": "v4",
1215
"signingName": "appconfig",
13-
"uid": "appconfig-2019-10-09"
16+
"uid": "appconfig-2019-10-09",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"CreateApplication": {
@@ -286,6 +292,10 @@
286292
"ConfigurationProfileId": {
287293
"location": "uri",
288294
"locationName": "ConfigurationProfileId"
295+
},
296+
"DeletionProtectionCheck": {
297+
"location": "header",
298+
"locationName": "x-amzn-deletion-protection-check"
289299
}
290300
}
291301
}
@@ -318,17 +328,21 @@
318328
"input": {
319329
"type": "structure",
320330
"required": [
321-
"ApplicationId",
322-
"EnvironmentId"
331+
"EnvironmentId",
332+
"ApplicationId"
323333
],
324334
"members": {
335+
"EnvironmentId": {
336+
"location": "uri",
337+
"locationName": "EnvironmentId"
338+
},
325339
"ApplicationId": {
326340
"location": "uri",
327341
"locationName": "ApplicationId"
328342
},
329-
"EnvironmentId": {
330-
"location": "uri",
331-
"locationName": "EnvironmentId"
343+
"DeletionProtectionCheck": {
344+
"location": "header",
345+
"locationName": "x-amzn-deletion-protection-check"
332346
}
333347
}
334348
}
@@ -406,6 +420,16 @@
406420
}
407421
}
408422
},
423+
"GetAccountSettings": {
424+
"http": {
425+
"method": "GET",
426+
"requestUri": "/settings",
427+
"responseCode": 200
428+
},
429+
"output": {
430+
"shape": "S1r"
431+
}
432+
},
409433
"GetApplication": {
410434
"http": {
411435
"method": "GET",
@@ -542,7 +566,7 @@
542566
}
543567
},
544568
"output": {
545-
"shape": "S1y"
569+
"shape": "S22"
546570
}
547571
},
548572
"GetDeploymentStrategy": {
@@ -857,10 +881,10 @@
857881
"type": "float"
858882
},
859883
"StartedAt": {
860-
"shape": "S26"
884+
"shape": "S2a"
861885
},
862886
"CompletedAt": {
863-
"shape": "S26"
887+
"shape": "S2a"
864888
},
865889
"VersionLabel": {}
866890
}
@@ -1133,7 +1157,7 @@
11331157
}
11341158
},
11351159
"output": {
1136-
"shape": "S1y"
1160+
"shape": "S22"
11371161
}
11381162
},
11391163
"StopDeployment": {
@@ -1166,7 +1190,7 @@
11661190
}
11671191
},
11681192
"output": {
1169-
"shape": "S1y"
1193+
"shape": "S22"
11701194
}
11711195
},
11721196
"TagResource": {
@@ -1217,6 +1241,24 @@
12171241
}
12181242
}
12191243
},
1244+
"UpdateAccountSettings": {
1245+
"http": {
1246+
"method": "PATCH",
1247+
"requestUri": "/settings",
1248+
"responseCode": 200
1249+
},
1250+
"input": {
1251+
"type": "structure",
1252+
"members": {
1253+
"DeletionProtection": {
1254+
"shape": "S1s"
1255+
}
1256+
}
1257+
},
1258+
"output": {
1259+
"shape": "S1r"
1260+
}
1261+
},
12201262
"UpdateApplication": {
12211263
"http": {
12221264
"method": "PATCH",
@@ -1631,7 +1673,26 @@
16311673
},
16321674
"payload": "Content"
16331675
},
1634-
"S1y": {
1676+
"S1r": {
1677+
"type": "structure",
1678+
"members": {
1679+
"DeletionProtection": {
1680+
"shape": "S1s"
1681+
}
1682+
}
1683+
},
1684+
"S1s": {
1685+
"type": "structure",
1686+
"members": {
1687+
"Enabled": {
1688+
"type": "boolean"
1689+
},
1690+
"ProtectionPeriodInMinutes": {
1691+
"type": "integer"
1692+
}
1693+
}
1694+
},
1695+
"S22": {
16351696
"type": "structure",
16361697
"members": {
16371698
"ApplicationId": {},
@@ -1680,7 +1741,7 @@
16801741
}
16811742
},
16821743
"OccurredAt": {
1683-
"shape": "S26"
1744+
"shape": "S2a"
16841745
}
16851746
}
16861747
}
@@ -1689,10 +1750,10 @@
16891750
"type": "float"
16901751
},
16911752
"StartedAt": {
1692-
"shape": "S26"
1753+
"shape": "S2a"
16931754
},
16941755
"CompletedAt": {
1695-
"shape": "S26"
1756+
"shape": "S2a"
16961757
},
16971758
"AppliedExtensions": {
16981759
"type": "list",
@@ -1715,7 +1776,7 @@
17151776
"VersionLabel": {}
17161777
}
17171778
},
1718-
"S26": {
1779+
"S2a": {
17191780
"type": "timestamp",
17201781
"timestampFormat": "iso8601"
17211782
}

0 commit comments

Comments
 (0)