Skip to content

Commit 592707c

Browse files
Release v1.45.24 (2023-10-06) (#5014)
Release v1.45.24 (2023-10-06) === ### Service Client Updates * `service/ec2`: Updates service documentation * Documentation updates for Elastic Compute Cloud (EC2). * `service/fsx`: Updates service API and documentation * `service/marketplace-catalog`: Updates service API and documentation * `service/quicksight`: Updates service API and documentation * 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 * `service/transfer`: Updates service API and documentation * This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters
1 parent 6c54047 commit 592707c

File tree

18 files changed

+2256
-1090
lines changed

18 files changed

+2256
-1090
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.45.24 (2023-10-06)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service documentation
6+
* Documentation updates for Elastic Compute Cloud (EC2).
7+
* `service/fsx`: Updates service API and documentation
8+
* `service/marketplace-catalog`: Updates service API and documentation
9+
* `service/quicksight`: Updates service API and documentation
10+
* 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
11+
* `service/transfer`: Updates service API and documentation
12+
* This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters
13+
114
Release v1.45.23 (2023-10-05)
215
===
316

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.45.23"
8+
const SDKVersion = "1.45.24"

models/apis/ec2/2016-11-15/docs-2.json

+21-21
Large diffs are not rendered by default.

models/apis/fsx/2018-03-01/api-2.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,20 @@
567567
],
568568
"idempotent":true
569569
},
570+
"StartMisconfiguredStateRecovery":{
571+
"name":"StartMisconfiguredStateRecovery",
572+
"http":{
573+
"method":"POST",
574+
"requestUri":"/"
575+
},
576+
"input":{"shape":"StartMisconfiguredStateRecoveryRequest"},
577+
"output":{"shape":"StartMisconfiguredStateRecoveryResponse"},
578+
"errors":[
579+
{"shape":"BadRequest"},
580+
{"shape":"FileSystemNotFound"},
581+
{"shape":"InternalServerError"}
582+
]
583+
},
570584
"TagResource":{
571585
"name":"TagResource",
572586
"http":{
@@ -783,7 +797,8 @@
783797
"VOLUME_RESTORE",
784798
"THROUGHPUT_OPTIMIZATION",
785799
"IOPS_OPTIMIZATION",
786-
"STORAGE_TYPE_OPTIMIZATION"
800+
"STORAGE_TYPE_OPTIMIZATION",
801+
"MISCONFIGURED_STATE_RECOVERY"
787802
]
788803
},
789804
"AdministrativeActions":{
@@ -3405,6 +3420,23 @@
34053420
},
34063421
"exception":true
34073422
},
3423+
"StartMisconfiguredStateRecoveryRequest":{
3424+
"type":"structure",
3425+
"required":["FileSystemId"],
3426+
"members":{
3427+
"ClientRequestToken":{
3428+
"shape":"ClientRequestToken",
3429+
"idempotencyToken":true
3430+
},
3431+
"FileSystemId":{"shape":"FileSystemId"}
3432+
}
3433+
},
3434+
"StartMisconfiguredStateRecoveryResponse":{
3435+
"type":"structure",
3436+
"members":{
3437+
"FileSystem":{"shape":"FileSystem"}
3438+
}
3439+
},
34083440
"StartTime":{"type":"timestamp"},
34093441
"Status":{
34103442
"type":"string",

models/apis/fsx/2018-03-01/docs-2.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"ListTagsForResource": "<p>Lists tags for Amazon FSx resources.</p> <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code> parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a <code>NextToken</code> value in the response. In this case, send a later request with the <code>NextToken</code> request parameter set to the value of <code>NextToken</code> from the last response.</p> <p>This action is used in an iterative process to retrieve a list of your tags. <code>ListTagsForResource</code> is called first without a <code>NextToken</code>value. Then the action continues to be called with the <code>NextToken</code> parameter set to the value of the last <code>NextToken</code> value until a response has no <code>NextToken</code>.</p> <p>When using this action, keep the following in mind:</p> <ul> <li> <p>The implementation might return fewer than <code>MaxResults</code> file system descriptions while still including a <code>NextToken</code> value.</p> </li> <li> <p>The order of tags returned in the response of one <code>ListTagsForResource</code> call and the order of tags returned across the responses of a multi-call iteration is unspecified.</p> </li> </ul>",
3636
"ReleaseFileSystemNfsV3Locks": "<p>Releases the file system lock from an Amazon FSx for OpenZFS file system.</p>",
3737
"RestoreVolumeFromSnapshot": "<p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.</p>",
38+
"StartMisconfiguredStateRecovery": "<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>",
3839
"TagResource": "<p>Tags an Amazon FSx resource.</p>",
3940
"UntagResource": "<p>This action removes a tag from an Amazon FSx resource.</p>",
4041
"UpdateDataRepositoryAssociation": "<p>Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported on all FSx for Lustre 2.12 and 2.15 file systems, excluding <code>scratch_1</code> deployment type.</p>",
@@ -366,6 +367,7 @@
366367
"DisassociateFileSystemAliasesRequest$ClientRequestToken": null,
367368
"ReleaseFileSystemNfsV3LocksRequest$ClientRequestToken": null,
368369
"RestoreVolumeFromSnapshotRequest$ClientRequestToken": null,
370+
"StartMisconfiguredStateRecoveryRequest$ClientRequestToken": null,
369371
"UpdateDataRepositoryAssociationRequest$ClientRequestToken": null,
370372
"UpdateFileCacheRequest$ClientRequestToken": null,
371373
"UpdateFileSystemRequest$ClientRequestToken": "<p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.</p>",
@@ -467,7 +469,7 @@
467469
}
468470
},
469471
"CreateFileSystemLustreConfiguration": {
470-
"base": "<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>",
472+
"base": "<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>",
471473
"refs": {
472474
"CreateFileSystemFromBackupRequest$LustreConfiguration": null,
473475
"CreateFileSystemRequest$LustreConfiguration": null
@@ -1279,6 +1281,7 @@
12791281
"CreateFileSystemResponse$FileSystem": "<p>The configuration of the file system that was created.</p>",
12801282
"FileSystems$member": null,
12811283
"ReleaseFileSystemNfsV3LocksResponse$FileSystem": null,
1284+
"StartMisconfiguredStateRecoveryResponse$FileSystem": null,
12821285
"UpdateFileSystemResponse$FileSystem": "<p>A description of the file system that was updated.</p>"
12831286
}
12841287
},
@@ -1327,6 +1330,7 @@
13271330
"FileSystem$FileSystemId": "<p>The system-generated, unique 17-digit ID of the file system.</p>",
13281331
"FileSystemIds$member": null,
13291332
"ReleaseFileSystemNfsV3LocksRequest$FileSystemId": null,
1333+
"StartMisconfiguredStateRecoveryRequest$FileSystemId": null,
13301334
"StorageVirtualMachine$FileSystemId": null,
13311335
"UpdateFileSystemRequest$FileSystemId": "<p>The ID of the file system that you are updating.</p>",
13321336
"Volume$FileSystemId": null
@@ -2371,6 +2375,16 @@
23712375
"refs": {
23722376
}
23732377
},
2378+
"StartMisconfiguredStateRecoveryRequest": {
2379+
"base": null,
2380+
"refs": {
2381+
}
2382+
},
2383+
"StartMisconfiguredStateRecoveryResponse": {
2384+
"base": null,
2385+
"refs": {
2386+
}
2387+
},
23742388
"StartTime": {
23752389
"base": null,
23762390
"refs": {

0 commit comments

Comments
 (0)