Skip to content

Commit

Permalink
Merging v1.0.45 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jan 29, 2024
2 parents 475122e + 46193e4 commit 846f116
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 20 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.45] - 01/29/2024

### Features
* (**autoscaling**) EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* (**ec2**) EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* (**mwaa**) This release adds MAINTENANCE environment status for Amazon MWAA environments.
* (**rds**) Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.

### Documentation
* (**comprehend**) Comprehend PII analysis now supports Spanish input documents.
* (**snowball**) Modified description of createaddress to include direction to add path when providing a JSON file.

## [1.0.44] - 01/26/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19769,7 +19769,10 @@
"wisdom" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-2" : { },
"fips-us-east-1" : {
Expand All @@ -19779,7 +19782,10 @@
"deprecated" : true
},
"ui-ap-northeast-1" : { },
"ui-ap-northeast-2" : { },
"ui-ap-southeast-1" : { },
"ui-ap-southeast-2" : { },
"ui-ca-central-1" : { },
"ui-eu-central-1" : { },
"ui-eu-west-2" : { },
"ui-us-east-1" : { },
Expand Down Expand Up @@ -20979,6 +20985,11 @@
}
}
},
"quicksight" : {
"endpoints" : {
"cn-north-1" : { }
}
},
"ram" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -26352,13 +26363,26 @@
},
"datasync" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
Expand Down
137 changes: 130 additions & 7 deletions codegen/sdk/aws-models/auto-scaling.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions codegen/sdk/aws-models/comprehend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
"smithy.api#documentation": "<p>The language of the input documents.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -4756,7 +4756,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
"smithy.api#documentation": "<p>The language of the input text. \n Enter the language code for English (en) or Spanish (es).</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -10070,7 +10070,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language code of the input documents</p>"
"smithy.api#documentation": "<p>The language code of the input documents.</p>"
}
},
"DataAccessRoleArn": {
Expand Down Expand Up @@ -11674,7 +11674,7 @@
"LanguageCode": {
"target": "com.amazonaws.comprehend#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language of the input documents. Currently, English is the only valid language.</p>",
"smithy.api#documentation": "<p>The language of the input documents. \n Enter the language code for English (en) or Spanish (es).</p>",
"smithy.api#required": {}
}
},
Expand Down
22 changes: 18 additions & 4 deletions codegen/sdk/aws-models/ec2.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions codegen/sdk/aws-models/mwaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@
"Status": {
"target": "com.amazonaws.mwaa#EnvironmentStatus",
"traits": {
"smithy.api#documentation": "<p>The status of the Amazon MWAA environment.</p>\n <p>Valid values:</p>\n <ul>\n <li>\n <p>\n <code>CREATING</code> - Indicates the request to create the environment is in progress.</p>\n </li>\n <li>\n <p>\n <code>CREATING_SNAPSHOT</code> - Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS\n database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade\n an environment fails.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> - Indicates the request to create the environment failed, and the environment could not be created.</p>\n </li>\n <li>\n <p>\n <code>AVAILABLE</code> - Indicates the request was successful and the environment is ready to use.</p>\n </li>\n <li>\n <p>\n <code>PENDING</code> - Indicates the request was successful, but the process to create the environment is paused until you create the required\n VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes.</p>\n </li>\n <li>\n <p>\n <code>UPDATING</code> - Indicates the request to update the environment is in progress.</p>\n </li>\n <li>\n <p>\n <code>ROLLING_BACK</code> - Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot.</p>\n </li>\n <li>\n <p>\n <code>DELETING</code> - Indicates the request to delete the environment is in progress.</p>\n </li>\n <li>\n <p>\n <code>DELETED</code> - Indicates the request to delete the environment is complete, and the environment has been deleted.</p>\n </li>\n <li>\n <p>\n <code>UNAVAILABLE</code> - Indicates the request failed, but the environment was unable to rollback and is not in a stable state.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> - Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use.</p>\n </li>\n </ul>\n <p>We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/troubleshooting.html\">Amazon MWAA troubleshooting</a>.</p>"
"smithy.api#documentation": "<p>The status of the Amazon MWAA environment.</p>\n <p>Valid values:</p>\n <ul>\n <li>\n <p>\n <code>CREATING</code> - Indicates the request to create the environment is in progress.</p>\n </li>\n <li>\n <p>\n <code>CREATING_SNAPSHOT</code> - Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS\n database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade\n an environment fails.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> - Indicates the request to create the environment failed, and the environment could not be created.</p>\n </li>\n <li>\n <p>\n <code>AVAILABLE</code> - Indicates the request was successful and the environment is ready to use.</p>\n </li>\n <li>\n <p>\n <code>PENDING</code> - Indicates the request was successful, but the process to create the environment is paused until you create the required\n VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes.</p>\n </li>\n <li>\n <p>\n <code>UPDATING</code> - Indicates the request to update the environment is in progress.</p>\n </li>\n <li>\n <p>\n <code>ROLLING_BACK</code> - Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot.</p>\n </li>\n <li>\n <p>\n <code>DELETING</code> - Indicates the request to delete the environment is in progress.</p>\n </li>\n <li>\n <p>\n <code>DELETED</code> - Indicates the request to delete the environment is complete, and the environment has been deleted.</p>\n </li>\n <li>\n <p>\n <code>UNAVAILABLE</code> - Indicates the request failed, but the environment did not return to its previous state and is not stable.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> - Indicates the request to update the environment failed, and the environment was restored to its previous state successfully and is ready to use.</p>\n </li>\n <li>\n <p>\n <code>MAINTENANCE</code> - Indicates that the environment is undergoing maintenance. Depending on the type of work Amazon MWAA is performing,\n your environment might become unavailable during this process. After all operations are done, your environment will return to its status prior to mainteneace operations.\n </p>\n </li>\n </ul>\n <p>We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/troubleshooting.html\">Amazon MWAA troubleshooting</a>.</p>"
}
},
"Arn": {
Expand All @@ -1404,7 +1404,7 @@
"WebserverUrl": {
"target": "com.amazonaws.mwaa#WebserverUrl",
"traits": {
"smithy.api#documentation": "<p>The Apache Airflow <i>Web server</i> host name for the Amazon MWAA environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/access-airflow-ui.html\">Accessing the Apache Airflow UI</a>.</p>"
"smithy.api#documentation": "<p>The Apache Airflow <i>web server</i> host name for the Amazon MWAA environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/access-airflow-ui.html\">Accessing the Apache Airflow UI</a>.</p>"
}
},
"ExecutionRoleArn": {
Expand All @@ -1422,7 +1422,7 @@
"KmsKey": {
"target": "com.amazonaws.mwaa#KmsKey",
"traits": {
"smithy.api#documentation": "<p>The Amazon Web Services Key Management Service (KMS) encryption key used to encrypt the data in your environment.</p>"
"smithy.api#documentation": "<p>The KMS encryption key used to encrypt the data in your environment.</p>"
}
},
"AirflowVersion": {
Expand Down Expand Up @@ -1656,6 +1656,10 @@
{
"value": "PENDING",
"name": "PENDING"
},
{
"value": "MAINTENANCE",
"name": "MAINTENANCE"
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk/aws-models/rds.json
Original file line number Diff line number Diff line change
Expand Up @@ -26807,6 +26807,9 @@
{
"target": "com.amazonaws.rds#InsufficientDBClusterCapacityFault"
},
{
"target": "com.amazonaws.rds#InsufficientDBInstanceCapacityFault"
},
{
"target": "com.amazonaws.rds#InsufficientStorageClusterCapacityFault"
},
Expand Down Expand Up @@ -27134,6 +27137,9 @@
{
"target": "com.amazonaws.rds#InsufficientDBClusterCapacityFault"
},
{
"target": "com.amazonaws.rds#InsufficientDBInstanceCapacityFault"
},
{
"target": "com.amazonaws.rds#InsufficientStorageClusterCapacityFault"
},
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk/aws-models/snowball.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates an address for a Snow device to be shipped to. In most regions,\n addresses are validated at the time of creation. The address you provide must be located\n within the serviceable area of your region. If the address is invalid or unsupported, then an\n exception is thrown.</p>",
"smithy.api#documentation": "<p>Creates an address for a Snow device to be shipped to. In most regions,\n addresses are validated at the time of creation. The address you provide must be located\n within the serviceable area of your region. If the address is invalid or unsupported, then an\n exception is thrown. If providing an address as a JSON file through the <code>cli-input-json</code> option, include the full file path. For example, <code>--cli-input-json file://create-address.json</code>.</p>",
"smithy.api#examples": [
{
"title": "To create an address for a job",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.0.45-SNAPSHOT
sdkVersion=1.0.46-SNAPSHOT

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
Expand Down

0 comments on commit 846f116

Please sign in to comment.