Skip to content

Commit 49f5d76

Browse files
author
awstools
committed
Updates SDK to v2.1472.0
1 parent 1792dde commit 49f5d76

22 files changed

+856
-472
lines changed

.changes/2.1472.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MarketplaceCatalog",
15+
"description": "This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Transfer",
25+
"description": "This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters"
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1472.0
6+
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
7+
* feature: FSx: After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.
8+
* feature: MarketplaceCatalog: This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs
9+
* feature: QuickSight: NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
10+
* feature: Transfer: This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters
11+
512
## 2.1471.0
613
* feature: Omics: Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API
714
* feature: Route53: Add hostedzonetype filter to ListHostedZones API.

README.md

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

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1471.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1472.0.min.js"></script>
7575

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

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

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

apis/fsx-2018-03-01.min.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,28 @@
12771277
},
12781278
"idempotent": true
12791279
},
1280+
"StartMisconfiguredStateRecovery": {
1281+
"input": {
1282+
"type": "structure",
1283+
"required": [
1284+
"FileSystemId"
1285+
],
1286+
"members": {
1287+
"ClientRequestToken": {
1288+
"idempotencyToken": true
1289+
},
1290+
"FileSystemId": {}
1291+
}
1292+
},
1293+
"output": {
1294+
"type": "structure",
1295+
"members": {
1296+
"FileSystem": {
1297+
"shape": "Sx"
1298+
}
1299+
}
1300+
}
1301+
},
12801302
"TagResource": {
12811303
"input": {
12821304
"type": "structure",
@@ -1402,7 +1424,7 @@
14021424
"type": "integer"
14031425
},
14041426
"SelfManagedActiveDirectoryConfiguration": {
1405-
"shape": "Sa4"
1427+
"shape": "Sa6"
14061428
},
14071429
"AuditLogConfiguration": {
14081430
"shape": "S63"
@@ -1531,7 +1553,7 @@
15311553
"type": "structure",
15321554
"members": {
15331555
"SelfManagedActiveDirectoryConfiguration": {
1534-
"shape": "Sa4"
1556+
"shape": "Sa6"
15351557
},
15361558
"NetBiosName": {}
15371559
}
@@ -2806,7 +2828,7 @@
28062828
}
28072829
}
28082830
},
2809-
"Sa4": {
2831+
"Sa6": {
28102832
"type": "structure",
28112833
"members": {
28122834
"UserName": {},

apis/fsx-2018-03-01.normal.json

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,31 @@
10821082
"documentation": "<p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.</p>",
10831083
"idempotent": true
10841084
},
1085+
"StartMisconfiguredStateRecovery": {
1086+
"name": "StartMisconfiguredStateRecovery",
1087+
"http": {
1088+
"method": "POST",
1089+
"requestUri": "/"
1090+
},
1091+
"input": {
1092+
"shape": "StartMisconfiguredStateRecoveryRequest"
1093+
},
1094+
"output": {
1095+
"shape": "StartMisconfiguredStateRecoveryResponse"
1096+
},
1097+
"errors": [
1098+
{
1099+
"shape": "BadRequest"
1100+
},
1101+
{
1102+
"shape": "FileSystemNotFound"
1103+
},
1104+
{
1105+
"shape": "InternalServerError"
1106+
}
1107+
],
1108+
"documentation": "<p>After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.</p>"
1109+
},
10851110
"TagResource": {
10861111
"name": "TagResource",
10871112
"http": {
@@ -1441,7 +1466,8 @@
14411466
"VOLUME_RESTORE",
14421467
"THROUGHPUT_OPTIMIZATION",
14431468
"IOPS_OPTIMIZATION",
1444-
"STORAGE_TYPE_OPTIMIZATION"
1469+
"STORAGE_TYPE_OPTIMIZATION",
1470+
"MISCONFIGURED_STATE_RECOVERY"
14451471
]
14461472
},
14471473
"AdministrativeActions": {
@@ -2193,7 +2219,7 @@
21932219
"documentation": "<p>The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.</p>"
21942220
}
21952221
},
2196-
"documentation": "<p>The Lustre configuration for the file system being created.</p> <note> <p>The following parameters are not supported for file systems with a data repository association created with .</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>ExportPath</code> </p> </li> <li> <p> <code>ImportedChunkSize</code> </p> </li> <li> <p> <code>ImportPath</code> </p> </li> </ul> </note>"
2222+
"documentation": "<p>The Lustre configuration for the file system being created.</p> <note> <p>The following parameters are not supported for file systems with a data repository association created with .</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>ExportPath</code> </p> </li> <li> <p> <code>ImportedFileChunkSize</code> </p> </li> <li> <p> <code>ImportPath</code> </p> </li> </ul> </note>"
21972223
},
21982224
"CreateFileSystemOntapConfiguration": {
21992225
"type": "structure",
@@ -5711,6 +5737,29 @@
57115737
"min": 12,
57125738
"pattern": "^(backup-[0-9a-f]{8,})$"
57135739
},
5740+
"StartMisconfiguredStateRecoveryRequest": {
5741+
"type": "structure",
5742+
"required": [
5743+
"FileSystemId"
5744+
],
5745+
"members": {
5746+
"ClientRequestToken": {
5747+
"shape": "ClientRequestToken",
5748+
"idempotencyToken": true
5749+
},
5750+
"FileSystemId": {
5751+
"shape": "FileSystemId"
5752+
}
5753+
}
5754+
},
5755+
"StartMisconfiguredStateRecoveryResponse": {
5756+
"type": "structure",
5757+
"members": {
5758+
"FileSystem": {
5759+
"shape": "FileSystem"
5760+
}
5761+
}
5762+
},
57145763
"StartTime": {
57155764
"type": "timestamp"
57165765
},

apis/marketplace-catalog-2018-09-17.min.json

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
"shape": "Sj"
109109
},
110110
"Details": {},
111+
"DetailsDocument": {
112+
"shape": "Sn"
113+
},
111114
"ErrorDetailList": {
112115
"type": "list",
113116
"member": {
@@ -154,7 +157,10 @@
154157
"EntityIdentifier": {},
155158
"EntityArn": {},
156159
"LastModifiedDate": {},
157-
"Details": {}
160+
"Details": {},
161+
"DetailsDocument": {
162+
"shape": "Sn"
163+
}
158164
}
159165
}
160166
},
@@ -194,10 +200,10 @@
194200
"members": {
195201
"Catalog": {},
196202
"FilterList": {
197-
"shape": "Sx"
203+
"shape": "Sy"
198204
},
199205
"Sort": {
200-
"shape": "S12"
206+
"shape": "S13"
201207
},
202208
"MaxResults": {
203209
"type": "integer"
@@ -245,10 +251,10 @@
245251
"Catalog": {},
246252
"EntityType": {},
247253
"FilterList": {
248-
"shape": "Sx"
254+
"shape": "Sy"
249255
},
250256
"Sort": {
251-
"shape": "S12"
257+
"shape": "S13"
252258
},
253259
"NextToken": {},
254260
"MaxResults": {
@@ -296,7 +302,7 @@
296302
"members": {
297303
"ResourceArn": {},
298304
"Tags": {
299-
"shape": "S1l"
305+
"shape": "S1m"
300306
}
301307
}
302308
}
@@ -339,18 +345,20 @@
339345
"type": "structure",
340346
"required": [
341347
"ChangeType",
342-
"Entity",
343-
"Details"
348+
"Entity"
344349
],
345350
"members": {
346351
"ChangeType": {},
347352
"Entity": {
348353
"shape": "Sj"
349354
},
350355
"EntityTags": {
351-
"shape": "S1l"
356+
"shape": "S1m"
352357
},
353358
"Details": {},
359+
"DetailsDocument": {
360+
"shape": "Sn"
361+
},
354362
"ChangeName": {}
355363
}
356364
}
@@ -360,7 +368,7 @@
360368
"idempotencyToken": true
361369
},
362370
"ChangeSetTags": {
363-
"shape": "S1l"
371+
"shape": "S1m"
364372
}
365373
}
366374
},
@@ -385,7 +393,7 @@
385393
"members": {
386394
"ResourceArn": {},
387395
"Tags": {
388-
"shape": "S1l"
396+
"shape": "S1m"
389397
}
390398
}
391399
},
@@ -429,7 +437,12 @@
429437
"Identifier": {}
430438
}
431439
},
432-
"Sx": {
440+
"Sn": {
441+
"type": "structure",
442+
"members": {},
443+
"document": true
444+
},
445+
"Sy": {
433446
"type": "list",
434447
"member": {
435448
"type": "structure",
@@ -442,14 +455,14 @@
442455
}
443456
}
444457
},
445-
"S12": {
458+
"S13": {
446459
"type": "structure",
447460
"members": {
448461
"SortBy": {},
449462
"SortOrder": {}
450463
}
451464
},
452-
"S1l": {
465+
"S1m": {
453466
"type": "list",
454467
"member": {
455468
"type": "structure",

0 commit comments

Comments
 (0)