Skip to content

Commit

Permalink
Updates SDK to v2.1472.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 6, 2023
1 parent 1792dde commit 49f5d76
Show file tree
Hide file tree
Showing 22 changed files with 856 additions and 472 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1472.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
},
{
"type": "feature",
"category": "FSx",
"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."
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs"
},
{
"type": "feature",
"category": "QuickSight",
"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"
},
{
"type": "feature",
"category": "Transfer",
"description": "This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1471.0-->
<!--LATEST=2.1472.0-->
<!--ENTRYINSERT-->

## 2.1472.0
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
* 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.
* feature: MarketplaceCatalog: This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs
* 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
* feature: Transfer: This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters

## 2.1471.0
* feature: Omics: Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API
* feature: Route53: Add hostedzonetype filter to ListHostedZones API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
42 changes: 21 additions & 21 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

28 changes: 25 additions & 3 deletions apis/fsx-2018-03-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,28 @@
},
"idempotent": true
},
"StartMisconfiguredStateRecovery": {
"input": {
"type": "structure",
"required": [
"FileSystemId"
],
"members": {
"ClientRequestToken": {
"idempotencyToken": true
},
"FileSystemId": {}
}
},
"output": {
"type": "structure",
"members": {
"FileSystem": {
"shape": "Sx"
}
}
}
},
"TagResource": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1402,7 +1424,7 @@
"type": "integer"
},
"SelfManagedActiveDirectoryConfiguration": {
"shape": "Sa4"
"shape": "Sa6"
},
"AuditLogConfiguration": {
"shape": "S63"
Expand Down Expand Up @@ -1531,7 +1553,7 @@
"type": "structure",
"members": {
"SelfManagedActiveDirectoryConfiguration": {
"shape": "Sa4"
"shape": "Sa6"
},
"NetBiosName": {}
}
Expand Down Expand Up @@ -2806,7 +2828,7 @@
}
}
},
"Sa4": {
"Sa6": {
"type": "structure",
"members": {
"UserName": {},
Expand Down
53 changes: 51 additions & 2 deletions apis/fsx-2018-03-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,31 @@
"documentation": "<p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.</p>",
"idempotent": true
},
"StartMisconfiguredStateRecovery": {
"name": "StartMisconfiguredStateRecovery",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "StartMisconfiguredStateRecoveryRequest"
},
"output": {
"shape": "StartMisconfiguredStateRecoveryResponse"
},
"errors": [
{
"shape": "BadRequest"
},
{
"shape": "FileSystemNotFound"
},
{
"shape": "InternalServerError"
}
],
"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>"
},
"TagResource": {
"name": "TagResource",
"http": {
Expand Down Expand Up @@ -1441,7 +1466,8 @@
"VOLUME_RESTORE",
"THROUGHPUT_OPTIMIZATION",
"IOPS_OPTIMIZATION",
"STORAGE_TYPE_OPTIMIZATION"
"STORAGE_TYPE_OPTIMIZATION",
"MISCONFIGURED_STATE_RECOVERY"
]
},
"AdministrativeActions": {
Expand Down Expand Up @@ -2193,7 +2219,7 @@
"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>"
}
},
"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>"
"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>"
},
"CreateFileSystemOntapConfiguration": {
"type": "structure",
Expand Down Expand Up @@ -5711,6 +5737,29 @@
"min": 12,
"pattern": "^(backup-[0-9a-f]{8,})$"
},
"StartMisconfiguredStateRecoveryRequest": {
"type": "structure",
"required": [
"FileSystemId"
],
"members": {
"ClientRequestToken": {
"shape": "ClientRequestToken",
"idempotencyToken": true
},
"FileSystemId": {
"shape": "FileSystemId"
}
}
},
"StartMisconfiguredStateRecoveryResponse": {
"type": "structure",
"members": {
"FileSystem": {
"shape": "FileSystem"
}
}
},
"StartTime": {
"type": "timestamp"
},
Expand Down
41 changes: 27 additions & 14 deletions apis/marketplace-catalog-2018-09-17.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
"shape": "Sj"
},
"Details": {},
"DetailsDocument": {
"shape": "Sn"
},
"ErrorDetailList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -154,7 +157,10 @@
"EntityIdentifier": {},
"EntityArn": {},
"LastModifiedDate": {},
"Details": {}
"Details": {},
"DetailsDocument": {
"shape": "Sn"
}
}
}
},
Expand Down Expand Up @@ -194,10 +200,10 @@
"members": {
"Catalog": {},
"FilterList": {
"shape": "Sx"
"shape": "Sy"
},
"Sort": {
"shape": "S12"
"shape": "S13"
},
"MaxResults": {
"type": "integer"
Expand Down Expand Up @@ -245,10 +251,10 @@
"Catalog": {},
"EntityType": {},
"FilterList": {
"shape": "Sx"
"shape": "Sy"
},
"Sort": {
"shape": "S12"
"shape": "S13"
},
"NextToken": {},
"MaxResults": {
Expand Down Expand Up @@ -296,7 +302,7 @@
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S1l"
"shape": "S1m"
}
}
}
Expand Down Expand Up @@ -339,18 +345,20 @@
"type": "structure",
"required": [
"ChangeType",
"Entity",
"Details"
"Entity"
],
"members": {
"ChangeType": {},
"Entity": {
"shape": "Sj"
},
"EntityTags": {
"shape": "S1l"
"shape": "S1m"
},
"Details": {},
"DetailsDocument": {
"shape": "Sn"
},
"ChangeName": {}
}
}
Expand All @@ -360,7 +368,7 @@
"idempotencyToken": true
},
"ChangeSetTags": {
"shape": "S1l"
"shape": "S1m"
}
}
},
Expand All @@ -385,7 +393,7 @@
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S1l"
"shape": "S1m"
}
}
},
Expand Down Expand Up @@ -429,7 +437,12 @@
"Identifier": {}
}
},
"Sx": {
"Sn": {
"type": "structure",
"members": {},
"document": true
},
"Sy": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -442,14 +455,14 @@
}
}
},
"S12": {
"S13": {
"type": "structure",
"members": {
"SortBy": {},
"SortOrder": {}
}
},
"S1l": {
"S1m": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 49f5d76

Please sign in to comment.