Skip to content

Commit

Permalink
Release v1.45.26 (2023-10-16) (#5023)
Browse files Browse the repository at this point in the history
Release v1.45.26 (2023-10-16)
===

### Service Client Updates
* `service/cloudformation`: Updates service API
  * SDK and documentation updates for UpdateReplacePolicy
* `service/drs`: Updates service API and documentation
* `service/entityresolution`: Updates service API, documentation, and paginators
* `service/managedblockchain-query`: Updates service API, documentation, and paginators
* `service/mediapackagev2`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
  * Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager.
* `service/redshift-serverless`: Updates service API and documentation
* `service/sesv2`: Updates service API and documentation
* `service/transfer`: Updates service documentation
  * Documentation updates for AWS Transfer Family
* `service/xray`: Updates service API and documentation
  * This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.
  • Loading branch information
aws-sdk-go-automation committed Oct 16, 2023
1 parent 0f30069 commit 6f2f8e9
Show file tree
Hide file tree
Showing 47 changed files with 10,544 additions and 3,425 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
Release v1.45.26 (2023-10-16)
===

### Service Client Updates
* `service/cloudformation`: Updates service API
* SDK and documentation updates for UpdateReplacePolicy
* `service/drs`: Updates service API and documentation
* `service/entityresolution`: Updates service API, documentation, and paginators
* `service/managedblockchain-query`: Updates service API, documentation, and paginators
* `service/mediapackagev2`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
* Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager.
* `service/redshift-serverless`: Updates service API and documentation
* `service/sesv2`: Updates service API and documentation
* `service/transfer`: Updates service documentation
* Documentation updates for AWS Transfer Family
* `service/xray`: Updates service API and documentation
* This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.

Release v1.45.25 (2023-10-12)
===

Expand Down
24 changes: 24 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.25"
const SDKVersion = "1.45.26"
1 change: 1 addition & 0 deletions models/apis/cloudformation/2010-05-15/api-2.json
Expand Up @@ -3125,6 +3125,7 @@
"CreationPolicy",
"UpdatePolicy",
"DeletionPolicy",
"UpdateReplacePolicy",
"Tags"
]
},
Expand Down
14 changes: 13 additions & 1 deletion models/apis/drs/2020-02-26/api-2.json
Expand Up @@ -1032,6 +1032,7 @@
"copyTags":{"shape":"Boolean"},
"exportBucketArn":{"shape":"ARN"},
"launchDisposition":{"shape":"LaunchDisposition"},
"launchIntoSourceInstance":{"shape":"Boolean"},
"licensing":{"shape":"Licensing"},
"postLaunchEnabled":{"shape":"Boolean"},
"tags":{"shape":"TagsMap"},
Expand Down Expand Up @@ -1992,6 +1993,7 @@
"copyTags":{"shape":"Boolean"},
"ec2LaunchTemplateID":{"shape":"BoundedString"},
"launchDisposition":{"shape":"LaunchDisposition"},
"launchIntoInstanceProperties":{"shape":"LaunchIntoInstanceProperties"},
"licensing":{"shape":"Licensing"},
"name":{"shape":"SmallBoundedString"},
"postLaunchEnabled":{"shape":"Boolean"},
Expand All @@ -2008,6 +2010,7 @@
"exportBucketArn":{"shape":"ARN"},
"launchConfigurationTemplateID":{"shape":"LaunchConfigurationTemplateID"},
"launchDisposition":{"shape":"LaunchDisposition"},
"launchIntoSourceInstance":{"shape":"Boolean"},
"licensing":{"shape":"Licensing"},
"postLaunchEnabled":{"shape":"Boolean"},
"tags":{"shape":"TagsMap"},
Expand Down Expand Up @@ -2039,6 +2042,12 @@
"STARTED"
]
},
"LaunchIntoInstanceProperties":{
"type":"structure",
"members":{
"launchIntoEC2InstanceID":{"shape":"EC2InstanceID"}
}
},
"LaunchStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2272,6 +2281,7 @@
"actionVersion",
"active",
"category",
"description",
"name",
"optional",
"order",
Expand Down Expand Up @@ -2845,7 +2855,7 @@
"type":"string",
"max":1011,
"min":1,
"pattern":"^([A-Za-z0-9-])+$"
"pattern":"^([A-Za-z0-9-/:])+$"
},
"StagingArea":{
"type":"structure",
Expand Down Expand Up @@ -3143,6 +3153,7 @@
"copyPrivateIp":{"shape":"Boolean"},
"copyTags":{"shape":"Boolean"},
"launchDisposition":{"shape":"LaunchDisposition"},
"launchIntoInstanceProperties":{"shape":"LaunchIntoInstanceProperties"},
"licensing":{"shape":"Licensing"},
"name":{"shape":"SmallBoundedString"},
"postLaunchEnabled":{"shape":"Boolean"},
Expand All @@ -3159,6 +3170,7 @@
"exportBucketArn":{"shape":"ARN"},
"launchConfigurationTemplateID":{"shape":"LaunchConfigurationTemplateID"},
"launchDisposition":{"shape":"LaunchDisposition"},
"launchIntoSourceInstance":{"shape":"Boolean"},
"licensing":{"shape":"Licensing"},
"postLaunchEnabled":{"shape":"Boolean"},
"targetInstanceTypeRightSizingMethod":{"shape":"TargetInstanceTypeRightSizingMethod"}
Expand Down
11 changes: 11 additions & 0 deletions models/apis/drs/2020-02-26/docs-2.json
Expand Up @@ -148,6 +148,7 @@
"ConversionProperties$forceUefi": "<p>Whether the volume being converted uses UEFI or not</p>",
"CreateLaunchConfigurationTemplateRequest$copyPrivateIp": "<p>Copy private IP.</p>",
"CreateLaunchConfigurationTemplateRequest$copyTags": "<p>Copy tags.</p>",
"CreateLaunchConfigurationTemplateRequest$launchIntoSourceInstance": "<p>DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.</p>",
"CreateLaunchConfigurationTemplateRequest$postLaunchEnabled": "<p>Whether we want to activate post-launch actions.</p>",
"CreateReplicationConfigurationTemplateRequest$associateDefaultSecurityGroup": "<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.</p>",
"CreateReplicationConfigurationTemplateRequest$autoReplicateNewDisks": "<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>",
Expand All @@ -161,6 +162,7 @@
"LaunchConfiguration$postLaunchEnabled": "<p>Whether we want to activate post-launch actions for the Source Server.</p>",
"LaunchConfigurationTemplate$copyPrivateIp": "<p>Copy private IP.</p>",
"LaunchConfigurationTemplate$copyTags": "<p>Copy tags.</p>",
"LaunchConfigurationTemplate$launchIntoSourceInstance": "<p>DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.</p>",
"LaunchConfigurationTemplate$postLaunchEnabled": "<p>Post-launch actions activated.</p>",
"Licensing$osByol": "<p>Whether to enable \"Bring your own license\" or not.</p>",
"NetworkInterface$isPrimary": "<p>Whether this is the primary network interface.</p>",
Expand Down Expand Up @@ -189,6 +191,7 @@
"UpdateLaunchConfigurationRequest$postLaunchEnabled": "<p>Whether we want to enable post-launch actions for the Source Server.</p>",
"UpdateLaunchConfigurationTemplateRequest$copyPrivateIp": "<p>Copy private IP.</p>",
"UpdateLaunchConfigurationTemplateRequest$copyTags": "<p>Copy tags.</p>",
"UpdateLaunchConfigurationTemplateRequest$launchIntoSourceInstance": "<p>DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.</p>",
"UpdateLaunchConfigurationTemplateRequest$postLaunchEnabled": "<p>Whether we want to activate post-launch actions.</p>",
"UpdateReplicationConfigurationRequest$associateDefaultSecurityGroup": "<p>Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.</p>",
"UpdateReplicationConfigurationRequest$autoReplicateNewDisks": "<p>Whether to allow the AWS replication agent to automatically replicate newly added disks.</p>",
Expand Down Expand Up @@ -589,6 +592,7 @@
"IdentificationHints$awsInstanceID": "<p>AWS Instance ID identification hint.</p>",
"JobLogEventData$conversionServerID": "<p>The ID of a conversion server.</p>",
"JobLogEventData$targetInstanceID": "<p>The ID of a Recovery Instance.</p>",
"LaunchIntoInstanceProperties$launchIntoEC2InstanceID": "<p>Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.</p>",
"RecoveryInstance$ec2InstanceID": "<p>The EC2 instance ID of the Recovery Instance.</p>"
}
},
Expand Down Expand Up @@ -1086,6 +1090,13 @@
"UpdateLaunchConfigurationTemplateRequest$launchDisposition": "<p>Launch disposition.</p>"
}
},
"LaunchIntoInstanceProperties": {
"base": "<p>Launch into existing instance.</p>",
"refs": {
"LaunchConfiguration$launchIntoInstanceProperties": "<p>Launch into existing instance properties.</p>",
"UpdateLaunchConfigurationRequest$launchIntoInstanceProperties": "<p>Launch into existing instance properties.</p>"
}
},
"LaunchStatus": {
"base": null,
"refs": {
Expand Down

0 comments on commit 6f2f8e9

Please sign in to comment.