Skip to content

Commit 933d578

Browse files
Merging v1.1.11 release
2 parents a1176d5 + 6b89efd commit 933d578

File tree

12 files changed

+1666
-144
lines changed

12 files changed

+1666
-144
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.11] - 04/03/2024
4+
5+
### Features
6+
* (**cleanroomsml**) The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
7+
* (**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
8+
* (**datazone**) This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
9+
* (**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.
10+
* (**groundstation**) This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
11+
* (**lambda**) Add Ruby 3.3 (ruby3.3) support to AWS Lambda
12+
* (**medialive**) Cmaf Ingest outputs are now supported in Media Live
13+
* (**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
14+
* (**transfer**) Add ability to specify Security Policies for SFTP Connectors
15+
316
## [1.1.10] - 04/02/2024
417

518
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18987,7 +18987,12 @@
1898718987
"ap-southeast-2" : { },
1898818988
"ap-southeast-3" : { },
1898918989
"ap-southeast-4" : { },
18990-
"ca-central-1" : { },
18990+
"ca-central-1" : {
18991+
"variants" : [ {
18992+
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com",
18993+
"tags" : [ "fips" ]
18994+
} ]
18995+
},
1899118996
"eu-central-1" : { },
1899218997
"eu-central-2" : { },
1899318998
"eu-north-1" : { },
@@ -18996,13 +19001,68 @@
1899619001
"eu-west-1" : { },
1899719002
"eu-west-2" : { },
1899819003
"eu-west-3" : { },
19004+
"fips-ca-central-1" : {
19005+
"credentialScope" : {
19006+
"region" : "ca-central-1"
19007+
},
19008+
"deprecated" : true,
19009+
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
19010+
},
19011+
"fips-us-east-1" : {
19012+
"credentialScope" : {
19013+
"region" : "us-east-1"
19014+
},
19015+
"deprecated" : true,
19016+
"hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com"
19017+
},
19018+
"fips-us-east-2" : {
19019+
"credentialScope" : {
19020+
"region" : "us-east-2"
19021+
},
19022+
"deprecated" : true,
19023+
"hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com"
19024+
},
19025+
"fips-us-west-1" : {
19026+
"credentialScope" : {
19027+
"region" : "us-west-1"
19028+
},
19029+
"deprecated" : true,
19030+
"hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com"
19031+
},
19032+
"fips-us-west-2" : {
19033+
"credentialScope" : {
19034+
"region" : "us-west-2"
19035+
},
19036+
"deprecated" : true,
19037+
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
19038+
},
1899919039
"me-central-1" : { },
1900019040
"me-south-1" : { },
1900119041
"sa-east-1" : { },
19002-
"us-east-1" : { },
19003-
"us-east-2" : { },
19004-
"us-west-1" : { },
19005-
"us-west-2" : { }
19042+
"us-east-1" : {
19043+
"variants" : [ {
19044+
"hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com",
19045+
"tags" : [ "fips" ]
19046+
} ]
19047+
},
19048+
"us-east-2" : {
19049+
"variants" : [ {
19050+
"hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com",
19051+
"tags" : [ "fips" ]
19052+
} ]
19053+
},
19054+
"us-west-1" : {
19055+
"variants" : [ {
19056+
"hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com",
19057+
"tags" : [ "fips" ]
19058+
} ]
19059+
},
19060+
"us-west-2" : {
19061+
"variants" : [ {
19062+
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com",
19063+
"tags" : [ "fips" ]
19064+
} ]
19065+
}
1900619066
}
1900719067
},
1900819068
"voice-chime" : {

codegen/sdk/aws-models/cleanroomsml.json

Lines changed: 17 additions & 82 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/cloudformation.json

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
],
208208
"traits": {
209-
"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>",
209+
"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>",
210210
"smithy.api#idempotent": {}
211211
}
212212
},
@@ -364,7 +364,7 @@
364364
}
365365
],
366366
"traits": {
367-
"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>"
367+
"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>"
368368
}
369369
},
370370
"com.amazonaws.cloudformation#BatchDescribeTypeConfigurationsError": {
@@ -5541,7 +5541,7 @@
55415541
"ConfigurationSchema": {
55425542
"target": "com.amazonaws.cloudformation#ConfigurationSchema",
55435543
"traits": {
5544-
"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>"
5544+
"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>"
55455545
}
55465546
},
55475547
"PublisherId": {
@@ -9350,6 +9350,47 @@
93509350
"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>"
93519351
}
93529352
},
9353+
"com.amazonaws.cloudformation#PolicyAction": {
9354+
"type": "enum",
9355+
"members": {
9356+
"Delete": {
9357+
"target": "smithy.api#Unit",
9358+
"traits": {
9359+
"smithy.api#enumValue": "Delete"
9360+
}
9361+
},
9362+
"Retain": {
9363+
"target": "smithy.api#Unit",
9364+
"traits": {
9365+
"smithy.api#enumValue": "Retain"
9366+
}
9367+
},
9368+
"Snapshot": {
9369+
"target": "smithy.api#Unit",
9370+
"traits": {
9371+
"smithy.api#enumValue": "Snapshot"
9372+
}
9373+
},
9374+
"ReplaceAndDelete": {
9375+
"target": "smithy.api#Unit",
9376+
"traits": {
9377+
"smithy.api#enumValue": "ReplaceAndDelete"
9378+
}
9379+
},
9380+
"ReplaceAndRetain": {
9381+
"target": "smithy.api#Unit",
9382+
"traits": {
9383+
"smithy.api#enumValue": "ReplaceAndRetain"
9384+
}
9385+
},
9386+
"ReplaceAndSnapshot": {
9387+
"target": "smithy.api#Unit",
9388+
"traits": {
9389+
"smithy.api#enumValue": "ReplaceAndSnapshot"
9390+
}
9391+
}
9392+
}
9393+
},
93539394
"com.amazonaws.cloudformation#PrivateTypeArn": {
93549395
"type": "string",
93559396
"traits": {
@@ -9750,7 +9791,7 @@
97509791
}
97519792
],
97529793
"traits": {
9753-
"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>",
9794+
"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>",
97549795
"smithy.api#idempotent": {}
97559796
}
97569797
},
@@ -10031,6 +10072,12 @@
1003110072
"com.amazonaws.cloudformation#ResourceChange": {
1003210073
"type": "structure",
1003310074
"members": {
10075+
"PolicyAction": {
10076+
"target": "com.amazonaws.cloudformation#PolicyAction",
10077+
"traits": {
10078+
"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>"
10079+
}
10080+
},
1003410081
"Action": {
1003510082
"target": "com.amazonaws.cloudformation#ChangeAction",
1003610083
"traits": {
@@ -11058,7 +11105,7 @@
1105811105
}
1105911106
],
1106011107
"traits": {
11061-
"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>"
11108+
"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>"
1106211109
}
1106311110
},
1106411111
"com.amazonaws.cloudformation#SetTypeConfigurationInput": {
@@ -14224,7 +14271,7 @@
1422414271
}
1422514272
},
1422614273
"traits": {
14227-
"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>"
14274+
"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>"
1422814275
}
1422914276
},
1423014277
"com.amazonaws.cloudformation#TypeConfigurationDetailsList": {

0 commit comments

Comments
 (0)