Skip to content

Commit 6891065

Browse files
Release v1.44.22 (2022-05-25) (#4414)
Release v1.44.22 (2022-05-25) === ### Service Client Updates * `service/apigateway`: Updates service documentation * Documentation updates for Amazon API Gateway * `service/apprunner`: Updates service documentation * `service/cloudformation`: Updates service API and documentation * Add a new parameter statusReason to DescribeStackSetOperation output for additional details * `service/fsx`: Updates service API and documentation * `service/lookoutmetrics`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API. * `service/secretsmanager`: Updates service documentation * Documentation updates for Secrets Manager * `service/voice-id`: Updates service API, documentation, and paginators
1 parent d98ed1e commit 6891065

File tree

27 files changed

+1952
-1992
lines changed

27 files changed

+1952
-1992
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release v1.44.22 (2022-05-25)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apigateway`: Updates service documentation
6+
* Documentation updates for Amazon API Gateway
7+
* `service/apprunner`: Updates service documentation
8+
* `service/cloudformation`: Updates service API and documentation
9+
* Add a new parameter statusReason to DescribeStackSetOperation output for additional details
10+
* `service/fsx`: Updates service API and documentation
11+
* `service/lookoutmetrics`: Updates service API and documentation
12+
* `service/sagemaker`: Updates service API and documentation
13+
* Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API.
14+
* `service/secretsmanager`: Updates service documentation
15+
* Documentation updates for Secrets Manager
16+
* `service/voice-id`: Updates service API, documentation, and paginators
17+
118
Release v1.44.21 (2022-05-24)
219
===
320

aws/endpoints/defaults.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.44.21"
8+
const SDKVersion = "1.44.22"

models/apis/apigateway/2015-07-09/docs-2.json

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

models/apis/apprunner/2020-05-15/docs-2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"CodeConfiguration": {
185185
"base": "<p>Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.</p>",
186186
"refs": {
187-
"CodeRepository$CodeConfiguration": "<p>Configuration for building and running the service from a source code repository.</p>"
187+
"CodeRepository$CodeConfiguration": "<p>Configuration for building and running the service from a source code repository.</p> <note> <p> <code>CodeConfiguration</code> is required only for <code>CreateService</code> request.</p> </note>"
188188
}
189189
},
190190
"CodeConfigurationValues": {
@@ -951,7 +951,7 @@
951951
"StringList": {
952952
"base": null,
953953
"refs": {
954-
"CreateVpcConnectorRequest$Subnets": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>",
954+
"CreateVpcConnectorRequest$Subnets": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p> <note> <p> App Runner currently only provides support for IPv4. </p> </note>",
955955
"CreateVpcConnectorRequest$SecurityGroups": "<p>A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.</p>",
956956
"VpcConnector$Subnets": "<p>A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.</p>",
957957
"VpcConnector$SecurityGroups": "<p>A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.</p>"

models/apis/cloudformation/2010-05-15/api-2.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3691,7 +3691,8 @@
36913691
"CreationTimestamp":{"shape":"Timestamp"},
36923692
"EndTimestamp":{"shape":"Timestamp"},
36933693
"DeploymentTargets":{"shape":"DeploymentTargets"},
3694-
"StackSetDriftDetectionDetails":{"shape":"StackSetDriftDetectionDetails"}
3694+
"StackSetDriftDetectionDetails":{"shape":"StackSetDriftDetectionDetails"},
3695+
"StatusReason":{"shape":"StackSetOperationStatusReason"}
36953696
}
36963697
},
36973698
"StackSetOperationAction":{
@@ -3750,6 +3751,7 @@
37503751
"QUEUED"
37513752
]
37523753
},
3754+
"StackSetOperationStatusReason":{"type":"string"},
37533755
"StackSetOperationSummaries":{
37543756
"type":"list",
37553757
"member":{"shape":"StackSetOperationSummary"}
@@ -3761,7 +3763,8 @@
37613763
"Action":{"shape":"StackSetOperationAction"},
37623764
"Status":{"shape":"StackSetOperationStatus"},
37633765
"CreationTimestamp":{"shape":"Timestamp"},
3764-
"EndTimestamp":{"shape":"Timestamp"}
3766+
"EndTimestamp":{"shape":"Timestamp"},
3767+
"StatusReason":{"shape":"StackSetOperationStatusReason"}
37653768
}
37663769
},
37673770
"StackSetStatus":{

models/apis/cloudformation/2010-05-15/docs-2.json

+56-49
Large diffs are not rendered by default.

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

+30-3
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,8 @@
10791079
"CopyTagsToBackups":{"shape":"Flag"},
10801080
"DriveCacheType":{"shape":"DriveCacheType"},
10811081
"DataCompressionType":{"shape":"DataCompressionType"},
1082-
"LogConfiguration":{"shape":"LustreLogCreateConfiguration"}
1082+
"LogConfiguration":{"shape":"LustreLogCreateConfiguration"},
1083+
"RootSquashConfiguration":{"shape":"LustreRootSquashConfiguration"}
10831084
}
10841085
},
10851086
"CreateFileSystemOntapConfiguration":{
@@ -2298,7 +2299,8 @@
22982299
"CopyTagsToBackups":{"shape":"Flag"},
22992300
"DriveCacheType":{"shape":"DriveCacheType"},
23002301
"DataCompressionType":{"shape":"DataCompressionType"},
2301-
"LogConfiguration":{"shape":"LustreLogConfiguration"}
2302+
"LogConfiguration":{"shape":"LustreLogConfiguration"},
2303+
"RootSquashConfiguration":{"shape":"LustreRootSquashConfiguration"}
23022304
}
23032305
},
23042306
"LustreFileSystemMountName":{
@@ -2323,6 +2325,30 @@
23232325
"Destination":{"shape":"GeneralARN"}
23242326
}
23252327
},
2328+
"LustreNoSquashNid":{
2329+
"type":"string",
2330+
"max":43,
2331+
"min":11,
2332+
"pattern":"^([0-9\\[\\]\\-]*\\.){3}([0-9\\[\\]\\-]*)@tcp$"
2333+
},
2334+
"LustreNoSquashNids":{
2335+
"type":"list",
2336+
"member":{"shape":"LustreNoSquashNid"},
2337+
"max":64
2338+
},
2339+
"LustreRootSquash":{
2340+
"type":"string",
2341+
"max":21,
2342+
"min":3,
2343+
"pattern":"^([0-9]{1,10}):([0-9]{1,10})$"
2344+
},
2345+
"LustreRootSquashConfiguration":{
2346+
"type":"structure",
2347+
"members":{
2348+
"RootSquash":{"shape":"LustreRootSquash"},
2349+
"NoSquashNids":{"shape":"LustreNoSquashNids"}
2350+
}
2351+
},
23262352
"MaxResults":{
23272353
"type":"integer",
23282354
"max":2147483647,
@@ -3183,7 +3209,8 @@
31833209
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
31843210
"AutoImportPolicy":{"shape":"AutoImportPolicyType"},
31853211
"DataCompressionType":{"shape":"DataCompressionType"},
3186-
"LogConfiguration":{"shape":"LustreLogCreateConfiguration"}
3212+
"LogConfiguration":{"shape":"LustreLogCreateConfiguration"},
3213+
"RootSquashConfiguration":{"shape":"LustreRootSquashConfiguration"}
31873214
}
31883215
},
31893216
"UpdateFileSystemOntapConfiguration":{

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

+29-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"TagResource": "<p>Tags an Amazon FSx resource.</p>",
3636
"UntagResource": "<p>This action removes a tag from an Amazon FSx resource.</p>",
3737
"UpdateDataRepositoryAssociation": "<p>Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported only for file systems with the <code>Persistent_2</code> deployment type.</p>",
38-
"UpdateFileSystem": "<p>Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.</p> <p>For Amazon FSx for Windows File Server file systems, you can update the following properties:</p> <ul> <li> <p> <code>AuditLogConfiguration</code> </p> </li> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>SelfManagedActiveDirectoryConfiguration</code> </p> </li> <li> <p> <code>StorageCapacity</code> </p> </li> <li> <p> <code>ThroughputCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul> <p>For Amazon FSx for Lustre file systems, you can update the following properties:</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>DataCompressionType</code> </p> </li> <li> <p> <code>StorageCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul> <p>For Amazon FSx for NetApp ONTAP file systems, you can update the following properties:</p> <ul> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>DiskIopsConfiguration</code> </p> </li> <li> <p> <code>FsxAdminPassword</code> </p> </li> <li> <p> <code>StorageCapacity</code> </p> </li> <li> <p> <code>ThroughputCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul> <p>For the Amazon FSx for OpenZFS file systems, you can update the following properties:</p> <ul> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>CopyTagsToBackups</code> </p> </li> <li> <p> <code>CopyTagsToVolumes</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>ThroughputCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul>",
38+
"UpdateFileSystem": "<p>Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.</p> <p>For Amazon FSx for Windows File Server file systems, you can update the following properties:</p> <ul> <li> <p> <code>AuditLogConfiguration</code> </p> </li> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>SelfManagedActiveDirectoryConfiguration</code> </p> </li> <li> <p> <code>StorageCapacity</code> </p> </li> <li> <p> <code>ThroughputCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul> <p>For Amazon FSx for Lustre file systems, you can update the following properties:</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>DataCompressionType</code> </p> </li> <li> <p> <code>LustreRootSquashConfiguration</code> </p> </li> <li> <p> <code>StorageCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul> <p>For Amazon FSx for NetApp ONTAP file systems, you can update the following properties:</p> <ul> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>DiskIopsConfiguration</code> </p> </li> <li> <p> <code>FsxAdminPassword</code> </p> </li> <li> <p> <code>StorageCapacity</code> </p> </li> <li> <p> <code>ThroughputCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul> <p>For the Amazon FSx for OpenZFS file systems, you can update the following properties:</p> <ul> <li> <p> <code>AutomaticBackupRetentionDays</code> </p> </li> <li> <p> <code>CopyTagsToBackups</code> </p> </li> <li> <p> <code>CopyTagsToVolumes</code> </p> </li> <li> <p> <code>DailyAutomaticBackupStartTime</code> </p> </li> <li> <p> <code>ThroughputCapacity</code> </p> </li> <li> <p> <code>WeeklyMaintenanceStartTime</code> </p> </li> </ul>",
3939
"UpdateSnapshot": "<p>Updates the name of an Amazon FSx for OpenZFS snapshot.</p>",
4040
"UpdateStorageVirtualMachine": "<p>Updates an Amazon FSx for ONTAP storage virtual machine (SVM).</p>",
4141
"UpdateVolume": "<p>Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.</p>"
@@ -1433,6 +1433,32 @@
14331433
"UpdateFileSystemLustreConfiguration$LogConfiguration": "<p>The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.</p>"
14341434
}
14351435
},
1436+
"LustreNoSquashNid": {
1437+
"base": null,
1438+
"refs": {
1439+
"LustreNoSquashNids$member": null
1440+
}
1441+
},
1442+
"LustreNoSquashNids": {
1443+
"base": null,
1444+
"refs": {
1445+
"LustreRootSquashConfiguration$NoSquashNids": "<p>When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses:</p> <ul> <li> <p>A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, <code>10.0.1.6@tcp</code>).</p> </li> <li> <p>An address range is described using a dash to separate the range (for example, <code>10.0.[2-10].[1-255]@tcp</code>).</p> </li> </ul>"
1446+
}
1447+
},
1448+
"LustreRootSquash": {
1449+
"base": null,
1450+
"refs": {
1451+
"LustreRootSquashConfiguration$RootSquash": "<p>You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format <code>UID:GID</code> (for example, <code>365534:65534</code>). The UID and GID values can range from <code>0</code> to <code>4294967294</code>:</p> <ul> <li> <p>A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value.</p> </li> <li> <p>A value of <code>0</code> (zero) for UID and GID indicates root, and therefore disables root squash.</p> </li> </ul> <p>When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.</p>"
1452+
}
1453+
},
1454+
"LustreRootSquashConfiguration": {
1455+
"base": "<p>The configuration for Lustre root squash used to restrict root-level access from clients that try to access your FSx for Lustre file system as root. Use the <code>RootSquash</code> parameter to enable root squash. To learn more about Lustre root squash, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/root-squash.html\">Lustre root squash</a>.</p> <p>You can also use the <code>NoSquashNids</code> parameter to provide an array of clients who are not affected by the root squash setting. These clients will access the file system as root, with unrestricted privileges.</p>",
1456+
"refs": {
1457+
"CreateFileSystemLustreConfiguration$RootSquashConfiguration": "<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>",
1458+
"LustreFileSystemConfiguration$RootSquashConfiguration": "<p>The Lustre root squash configuration for 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>",
1459+
"UpdateFileSystemLustreConfiguration$RootSquashConfiguration": "<p>The Lustre root squash configuration used when updating 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>"
1460+
}
1461+
},
14361462
"MaxResults": {
14371463
"base": "<p>The maximum number of resources to return in the response. This value must be an integer greater than zero.</p>",
14381464
"refs": {
@@ -1537,7 +1563,7 @@
15371563
"OntapDeploymentType": {
15381564
"base": null,
15391565
"refs": {
1540-
"CreateFileSystemOntapConfiguration$DeploymentType": "<p>Specifies the FSx for ONTAP file system deployment type to use in creating the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html\">Choosing Multi-AZ or Single-AZ file system deployment</a>. </p>",
1566+
"CreateFileSystemOntapConfiguration$DeploymentType": "<p>Specifies the FSx for ONTAP file system deployment type to use in creating the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-AZ.html\">Choosing a file system deployment type</a>. </p>",
15411567
"OntapFileSystemConfiguration$DeploymentType": "<p>Specifies the FSx for ONTAP file system deployment type in use in the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html\">Choosing Multi-AZ or Single-AZ file system deployment</a>. </p>"
15421568
}
15431569
},
@@ -2489,7 +2515,7 @@
24892515
"CreateFileSystemOntapConfiguration$WeeklyMaintenanceStartTime": null,
24902516
"CreateFileSystemOpenZFSConfiguration$WeeklyMaintenanceStartTime": null,
24912517
"CreateFileSystemWindowsConfiguration$WeeklyMaintenanceStartTime": "<p>The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.</p>",
2492-
"LustreFileSystemConfiguration$WeeklyMaintenanceStartTime": "<p>The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.</p>",
2518+
"LustreFileSystemConfiguration$WeeklyMaintenanceStartTime": "<p>The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, <code>d</code> is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.</p>",
24932519
"OntapFileSystemConfiguration$WeeklyMaintenanceStartTime": null,
24942520
"OpenZFSFileSystemConfiguration$WeeklyMaintenanceStartTime": null,
24952521
"UpdateFileSystemLustreConfiguration$WeeklyMaintenanceStartTime": "<p>(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.</p>",

0 commit comments

Comments
 (0)