AWS aws-sdk-php documentation change
Summary
Added SnapshotCopyCompletionDurationMinutes parameter documentation for time-based AMI copies and clarified subnet limitations
Security assessment
The changes introduce a new time-based AMI copy configuration parameter and clarify subnet selection rules. There's no evidence of addressing security vulnerabilities or describing security-specific features.
Diff
diff --git a/aws-sdk-php/v3/api/api-ec2-2016-11-15.md index 6e262e65f..392038af0 100644 --- a/aws-sdk-php/v3/api/api-ec2-2016-11-15.md +++ b/aws-sdk-php/v3/api/api-ec2-2016-11-15.md @@ -7448,0 +7449 @@ For information about the prerequisites when copying an AMI, see [Copy an AMI](h + 'SnapshotCopyCompletionDurationMinutes' => <integer>, @@ -7559,0 +7561,11 @@ The name of the new AMI in the destination Region. +**SnapshotCopyCompletionDurationMinutes** + + + **Type:** _long (int|float)_ + +Specify a completion duration, in 15 minute increments, to initiate a time-based AMI copy. The specified completion duration applies to each of the snapshots associated with the AMI. Each snapshot associated with the AMI will be completed within the specified completion duration, regardless of their size. + +If you do not specify a value, the AMI copy operation is completed on a best-effort basis. + +For more information, see [ Time-based copies](https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html). + @@ -93367 +93379 @@ The IP protocol. -The IDs of the subnets. +The IDs of the subnets. You can specify only one subnet per Availability Zone. @@ -93446 +93458 @@ The RDS endpoint. -The IDs of the subnets. +The IDs of the subnets. You can specify only one subnet per Availability Zone. @@ -115497,2 +115508,0 @@ The ID of the VPC with the referencing security group. -This parameter is in preview and may not be available for your account. -