Skip to content

Commit

Permalink
Merging v1.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 3, 2024
2 parents a1176d5 + 6b89efd commit 933d578
Show file tree
Hide file tree
Showing 12 changed files with 1,666 additions and 144 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.11] - 04/03/2024

### Features
* (**cleanroomsml**) The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
* (**cloudformation**) This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
* (**datazone**) This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
* (**docdb**) This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
* (**groundstation**) This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
* (**lambda**) Add Ruby 3.3 (ruby3.3) support to AWS Lambda
* (**medialive**) Cmaf Ingest outputs are now supported in Media Live
* (**medicalimaging**) SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response
* (**transfer**) Add ability to specify Security Policies for SFTP Connectors

## [1.1.10] - 04/02/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18987,7 +18987,12 @@
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -18996,13 +19001,68 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
"us-east-1" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"voice-chime" : {
Expand Down
99 changes: 17 additions & 82 deletions codegen/sdk/aws-models/cleanroomsml.json

Large diffs are not rendered by default.

59 changes: 53 additions & 6 deletions codegen/sdk/aws-models/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Activates a public third-party extension, making it available for use in stack templates. For more information,\n see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html\">Using public\n extensions</a> in the <i>CloudFormation User Guide</i>.</p>\n <p>Once you have activated a public third-party extension in your account and Region, use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html\">SetTypeConfiguration</a> to specify configuration properties for the extension. For more information, see\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>",
"smithy.api#documentation": "<p>Activates a public third-party extension, making it available for use in stack templates. For more information,\n see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html\">Using public\n extensions</a> in the <i>CloudFormation User Guide</i>.</p>\n <p>Once you have activated a public third-party extension in your account and Region, use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html\">SetTypeConfiguration</a> to specify configuration properties for the extension. For more information, see\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>",
"smithy.api#idempotent": {}
}
},
Expand Down Expand Up @@ -364,7 +364,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry\n for the account and Region.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>"
"smithy.api#documentation": "<p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry\n for the account and Region.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>"
}
},
"com.amazonaws.cloudformation#BatchDescribeTypeConfigurationsError": {
Expand Down Expand Up @@ -5541,7 +5541,7 @@
"ConfigurationSchema": {
"target": "com.amazonaws.cloudformation#ConfigurationSchema",
"traits": {
"smithy.api#documentation": "<p>A JSON string that represent the current configuration data for the extension in this account and Region.</p>\n <p>To set the configuration data for an extension, use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html\">SetTypeConfiguration</a>. For more\n information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>"
"smithy.api#documentation": "<p>A JSON string that represent the current configuration data for the extension in this account and Region.</p>\n <p>To set the configuration data for an extension, use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html\">SetTypeConfiguration</a>. For more\n information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>"
}
},
"PublisherId": {
Expand Down Expand Up @@ -9350,6 +9350,47 @@
"smithy.api#documentation": "<p>Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in\n cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context\n key-value pair specifies a resource that contains the targeted resource.</p>"
}
},
"com.amazonaws.cloudformation#PolicyAction": {
"type": "enum",
"members": {
"Delete": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Delete"
}
},
"Retain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Retain"
}
},
"Snapshot": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Snapshot"
}
},
"ReplaceAndDelete": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ReplaceAndDelete"
}
},
"ReplaceAndRetain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ReplaceAndRetain"
}
},
"ReplaceAndSnapshot": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ReplaceAndSnapshot"
}
}
}
},
"com.amazonaws.cloudformation#PrivateTypeArn": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -9750,7 +9791,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Registers an extension with the CloudFormation service. Registering an extension makes it available for use in\n CloudFormation templates in your Amazon Web Services account, and includes:</p>\n <ul>\n <li>\n <p>Validating the extension schema.</p>\n </li>\n <li>\n <p>Determining which handlers, if any, have been specified for the extension.</p>\n </li>\n <li>\n <p>Making the extension available for use in your account.</p>\n </li>\n </ul>\n <p>For more information about how to develop extensions and ready them for registration, see <a href=\"https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html\">Creating Resource\n Providers</a> in the <i>CloudFormation CLI User Guide</i>.</p>\n <p>You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and\n per Region. Use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html\">DeregisterType</a> to deregister specific extension versions if necessary.</p>\n <p>Once you have initiated a registration request using <a>RegisterType</a>, you can use <a>DescribeTypeRegistration</a> to monitor the progress of the registration request.</p>\n <p>Once you have registered a private extension in your account and Region, use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html\">SetTypeConfiguration</a> to specify\n configuration properties for the extension. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>",
"smithy.api#documentation": "<p>Registers an extension with the CloudFormation service. Registering an extension makes it available for use in\n CloudFormation templates in your Amazon Web Services account, and includes:</p>\n <ul>\n <li>\n <p>Validating the extension schema.</p>\n </li>\n <li>\n <p>Determining which handlers, if any, have been specified for the extension.</p>\n </li>\n <li>\n <p>Making the extension available for use in your account.</p>\n </li>\n </ul>\n <p>For more information about how to develop extensions and ready them for registration, see <a href=\"https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html\">Creating Resource\n Providers</a> in the <i>CloudFormation CLI User Guide</i>.</p>\n <p>You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and\n per Region. Use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html\">DeregisterType</a> to deregister specific extension versions if necessary.</p>\n <p>Once you have initiated a registration request using <a>RegisterType</a>, you can use <a>DescribeTypeRegistration</a> to monitor the progress of the registration request.</p>\n <p>Once you have registered a private extension in your account and Region, use <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html\">SetTypeConfiguration</a> to specify\n configuration properties for the extension. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>",
"smithy.api#idempotent": {}
}
},
Expand Down Expand Up @@ -10031,6 +10072,12 @@
"com.amazonaws.cloudformation#ResourceChange": {
"type": "structure",
"members": {
"PolicyAction": {
"target": "com.amazonaws.cloudformation#PolicyAction",
"traits": {
"smithy.api#documentation": "<p>The action that will be taken on the physical resource when the change set is executed.</p>\n <ul>\n <li>\n <p>\n <code>Delete</code> The resource will be deleted.</p>\n </li>\n <li>\n <p>\n <code>Retain</code> The resource will be retained.</p>\n </li>\n <li>\n <p>\n <code>Snapshot</code> The resource will have a snapshot taken.</p>\n </li>\n <li>\n <p>\n <code>ReplaceAndDelete</code> The resource will be replaced and then deleted.</p>\n </li>\n <li>\n <p>\n <code>ReplaceAndRetain</code> The resource will be replaced and then retained.</p>\n </li>\n <li>\n <p>\n <code>ReplaceAndSnapshot</code> The resource will be replaced and then have a snapshot taken.</p>\n </li>\n </ul>"
}
},
"Action": {
"target": "com.amazonaws.cloudformation#ChangeAction",
"traits": {
Expand Down Expand Up @@ -11058,7 +11105,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.</p>\n <p>To view the current configuration data for an extension, refer to the <code>ConfigurationSchema</code> element\n of <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html\">DescribeType</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>\n <important>\n <p>It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such\n as third-party credentials. For more details on dynamic references, see <a href=\"https://docs.aws.amazon.com/\">Using\n dynamic references to specify template values</a> in the <i>CloudFormation User Guide</i>.</p>\n </important>"
"smithy.api#documentation": "<p>Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.</p>\n <p>To view the current configuration data for an extension, refer to the <code>ConfigurationSchema</code> element\n of <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html\">DescribeType</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>\n <important>\n <p>It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such\n as third-party credentials. For more details on dynamic references, see <a href=\"https://docs.aws.amazon.com/\">Using\n dynamic references to specify template values</a> in the <i>CloudFormation User Guide</i>.</p>\n </important>"
}
},
"com.amazonaws.cloudformation#SetTypeConfigurationInput": {
Expand Down Expand Up @@ -14224,7 +14271,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Detailed information concerning the specification of a CloudFormation extension in a given account and\n Region.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>"
"smithy.api#documentation": "<p>Detailed information concerning the specification of a CloudFormation extension in a given account and\n Region.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration\">Configuring extensions at\n the account level</a> in the <i>CloudFormation User Guide</i>.</p>"
}
},
"com.amazonaws.cloudformation#TypeConfigurationDetailsList": {
Expand Down
Loading

0 comments on commit 933d578

Please sign in to comment.