Skip to content

Commit 13f1d44

Browse files
author
awstools
committed
Updates SDK to v2.1570.0
1 parent 4ac8c37 commit 13f1d44

19 files changed

+383
-333
lines changed

.changes/2.1570.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": "CloudFormation",
5+
"description": "Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Organizations",
15+
"description": "Documentation update for AWS Organizations"
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.1569.0-->
2+
<!--LATEST=2.1570.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1570.0
6+
* feature: CloudFormation: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
7+
* feature: FSx: Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput.
8+
* feature: Organizations: Documentation update for AWS Organizations
9+
510
## 2.1569.0
611
* feature: DocDBElastic: Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying
712
* feature: EKS: Added support for new AL2023 AMIs to the supported AMITypes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1569.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1570.0.min.js"></script>
7373

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

apis/cloudformation-2010-05-15.min.json

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,8 @@
945945
"HookStatus": {},
946946
"HookStatusReason": {},
947947
"HookInvocationPoint": {},
948-
"HookFailureMode": {}
948+
"HookFailureMode": {},
949+
"DetailedStatus": {}
949950
}
950951
}
951952
},
@@ -984,7 +985,7 @@
984985
},
985986
"Status": {},
986987
"StackInstanceStatus": {
987-
"shape": "S76"
988+
"shape": "S77"
988989
},
989990
"StatusReason": {},
990991
"OrganizationalUnitId": {},
@@ -1036,7 +1037,7 @@
10361037
"Description": {},
10371038
"Metadata": {},
10381039
"DriftInformation": {
1039-
"shape": "S7d"
1040+
"shape": "S7e"
10401041
},
10411042
"ModuleInfo": {
10421043
"shape": "S51"
@@ -1055,7 +1056,7 @@
10551056
"members": {
10561057
"StackName": {},
10571058
"StackResourceDriftStatusFilters": {
1058-
"shape": "S7g"
1059+
"shape": "S7h"
10591060
},
10601061
"NextToken": {},
10611062
"MaxResults": {
@@ -1073,7 +1074,7 @@
10731074
"StackResourceDrifts": {
10741075
"type": "list",
10751076
"member": {
1076-
"shape": "S7k"
1077+
"shape": "S7l"
10771078
}
10781079
},
10791080
"NextToken": {}
@@ -1116,7 +1117,7 @@
11161117
"ResourceStatusReason": {},
11171118
"Description": {},
11181119
"DriftInformation": {
1119-
"shape": "S7d"
1120+
"shape": "S7e"
11201121
},
11211122
"ModuleInfo": {
11221123
"shape": "S51"
@@ -1163,7 +1164,7 @@
11631164
"AdministrationRoleARN": {},
11641165
"ExecutionRoleName": {},
11651166
"StackSetDriftDetectionDetails": {
1166-
"shape": "S83"
1167+
"shape": "S84"
11671168
},
11681169
"AutoDeployment": {
11691170
"shape": "S3g"
@@ -1225,11 +1226,11 @@
12251226
"shape": "S2x"
12261227
},
12271228
"StackSetDriftDetectionDetails": {
1228-
"shape": "S83"
1229+
"shape": "S84"
12291230
},
12301231
"StatusReason": {},
12311232
"StatusDetails": {
1232-
"shape": "S8i"
1233+
"shape": "S8j"
12331234
}
12341235
}
12351236
}
@@ -1326,7 +1327,8 @@
13261327
},
13271328
"RetainExceptOnCreate": {
13281329
"type": "boolean"
1329-
}
1330+
},
1331+
"DetailedStatus": {}
13301332
}
13311333
}
13321334
},
@@ -1440,7 +1442,7 @@
14401442
"members": {
14411443
"StackName": {},
14421444
"LogicalResourceIds": {
1443-
"shape": "S9i"
1445+
"shape": "S9j"
14441446
}
14451447
}
14461448
},
@@ -1475,7 +1477,7 @@
14751477
],
14761478
"members": {
14771479
"StackResourceDrift": {
1478-
"shape": "S7k"
1480+
"shape": "S7l"
14791481
}
14801482
}
14811483
}
@@ -1665,7 +1667,7 @@
16651667
"Version": {},
16661668
"Metadata": {},
16671669
"DeclaredTransforms": {
1668-
"shape": "Sag"
1670+
"shape": "Sah"
16691671
},
16701672
"ResourceIdentifierSummaries": {
16711673
"type": "list",
@@ -1674,7 +1676,7 @@
16741676
"members": {
16751677
"ResourceType": {},
16761678
"LogicalResourceIds": {
1677-
"shape": "S9i"
1679+
"shape": "S9j"
16781680
},
16791681
"ResourceIdentifiers": {
16801682
"type": "list",
@@ -1881,7 +1883,7 @@
18811883
"members": {
18821884
"ResourceType": {},
18831885
"ResourceIdentifier": {
1884-
"shape": "Sbb"
1886+
"shape": "Sbc"
18851887
}
18861888
}
18871889
}
@@ -1899,7 +1901,7 @@
18991901
"RelatedResources": {
19001902
"type": "list",
19011903
"member": {
1902-
"shape": "Sbg"
1904+
"shape": "Sbh"
19031905
}
19041906
},
19051907
"NextToken": {}
@@ -1931,7 +1933,7 @@
19311933
"Resources": {
19321934
"type": "list",
19331935
"member": {
1934-
"shape": "Sbg"
1936+
"shape": "Sbh"
19351937
}
19361938
},
19371939
"NextToken": {}
@@ -1992,7 +1994,7 @@
19921994
"type": "integer"
19931995
},
19941996
"StackInstanceResourceDriftStatuses": {
1995-
"shape": "S7g"
1997+
"shape": "S7h"
19961998
},
19971999
"StackInstanceAccount": {},
19982000
"StackInstanceRegion": {},
@@ -2020,11 +2022,11 @@
20202022
"LogicalResourceId": {},
20212023
"PhysicalResourceId": {},
20222024
"PhysicalResourceIdContext": {
2023-
"shape": "S7l"
2025+
"shape": "S7m"
20242026
},
20252027
"ResourceType": {},
20262028
"PropertyDifferences": {
2027-
"shape": "S7q"
2029+
"shape": "S7r"
20282030
},
20292031
"StackResourceDriftStatus": {},
20302032
"Timestamp": {
@@ -2080,7 +2082,7 @@
20802082
"Status": {},
20812083
"StatusReason": {},
20822084
"StackInstanceStatus": {
2083-
"shape": "S76"
2085+
"shape": "S77"
20842086
},
20852087
"OrganizationalUnitId": {},
20862088
"DriftStatus": {},
@@ -2241,7 +2243,7 @@
22412243
},
22422244
"StatusReason": {},
22432245
"StatusDetails": {
2244-
"shape": "S8i"
2246+
"shape": "S8j"
22452247
},
22462248
"OperationPreferences": {
22472249
"shape": "S34"
@@ -2953,7 +2955,7 @@
29532955
},
29542956
"CapabilitiesReason": {},
29552957
"DeclaredTransforms": {
2956-
"shape": "Sag"
2958+
"shape": "Sah"
29572959
}
29582960
}
29592961
}
@@ -3145,13 +3147,13 @@
31453147
"LogicalIdHierarchy": {}
31463148
}
31473149
},
3148-
"S76": {
3150+
"S77": {
31493151
"type": "structure",
31503152
"members": {
31513153
"DetailedStatus": {}
31523154
}
31533155
},
3154-
"S7d": {
3156+
"S7e": {
31553157
"type": "structure",
31563158
"required": [
31573159
"StackResourceDriftStatus"
@@ -3163,11 +3165,11 @@
31633165
}
31643166
}
31653167
},
3166-
"S7g": {
3168+
"S7h": {
31673169
"type": "list",
31683170
"member": {}
31693171
},
3170-
"S7k": {
3172+
"S7l": {
31713173
"type": "structure",
31723174
"required": [
31733175
"StackId",
@@ -3181,13 +3183,13 @@
31813183
"LogicalResourceId": {},
31823184
"PhysicalResourceId": {},
31833185
"PhysicalResourceIdContext": {
3184-
"shape": "S7l"
3186+
"shape": "S7m"
31853187
},
31863188
"ResourceType": {},
31873189
"ExpectedProperties": {},
31883190
"ActualProperties": {},
31893191
"PropertyDifferences": {
3190-
"shape": "S7q"
3192+
"shape": "S7r"
31913193
},
31923194
"StackResourceDriftStatus": {},
31933195
"Timestamp": {
@@ -3198,7 +3200,7 @@
31983200
}
31993201
}
32003202
},
3201-
"S7l": {
3203+
"S7m": {
32023204
"type": "list",
32033205
"member": {
32043206
"type": "structure",
@@ -3212,7 +3214,7 @@
32123214
}
32133215
}
32143216
},
3215-
"S7q": {
3217+
"S7r": {
32163218
"type": "list",
32173219
"member": {
32183220
"type": "structure",
@@ -3230,7 +3232,7 @@
32303232
}
32313233
}
32323234
},
3233-
"S83": {
3235+
"S84": {
32343236
"type": "structure",
32353237
"members": {
32363238
"DriftStatus": {},
@@ -3255,33 +3257,33 @@
32553257
}
32563258
}
32573259
},
3258-
"S8i": {
3260+
"S8j": {
32593261
"type": "structure",
32603262
"members": {
32613263
"FailedStackInstancesCount": {
32623264
"type": "integer"
32633265
}
32643266
}
32653267
},
3266-
"S9i": {
3268+
"S9j": {
32673269
"type": "list",
32683270
"member": {}
32693271
},
3270-
"Sag": {
3272+
"Sah": {
32713273
"type": "list",
32723274
"member": {}
32733275
},
3274-
"Sbb": {
3276+
"Sbc": {
32753277
"type": "map",
32763278
"key": {},
32773279
"value": {}
32783280
},
3279-
"Sbg": {
3281+
"Sbh": {
32803282
"type": "structure",
32813283
"members": {
32823284
"ResourceType": {},
32833285
"ResourceIdentifier": {
3284-
"shape": "Sbb"
3286+
"shape": "Sbc"
32853287
},
32863288
"ManagedByStack": {
32873289
"type": "boolean"

0 commit comments

Comments
 (0)