From 60dfb6fa7482fbce03389a4c9fcdb34b96b16c65 Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Tue, 30 Jan 2024 19:03:31 +0000 Subject: [PATCH 1/3] feat: update AWS API models --- codegen/sdk/aws-models/datazone.json | 113 +++++++++++++++++++++++++++ codegen/sdk/aws-models/route-53.json | 2 +- 2 files changed, 114 insertions(+), 1 deletion(-) diff --git a/codegen/sdk/aws-models/datazone.json b/codegen/sdk/aws-models/datazone.json index 7438fb79bfe..82053cfef6a 100644 --- a/codegen/sdk/aws-models/datazone.json +++ b/codegen/sdk/aws-models/datazone.json @@ -3685,6 +3685,18 @@ "smithy.api#documentation": "

The description of the project.

" } }, + "projectStatus": { + "target": "com.amazonaws.datazone#ProjectStatus", + "traits": { + "smithy.api#documentation": "Status of the project" + } + }, + "failureReasons": { + "target": "com.amazonaws.datazone#FailureReasons", + "traits": { + "smithy.api#documentation": "Reasons for failed project deletion" + } + }, "createdBy": { "target": "com.amazonaws.datazone#CreatedBy", "traits": { @@ -6364,6 +6376,14 @@ "smithy.api#httpQuery": "clientToken", "smithy.api#idempotencyToken": {} } + }, + "skipDeletionCheck": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "Optional flag to delete all child entities within the domain", + "smithy.api#httpQuery": "skipDeletionCheck", + "smithy.api#notProperty": {} + } } }, "traits": { @@ -6894,6 +6914,14 @@ "smithy.api#httpLabel": {}, "smithy.api#required": {} } + }, + "skipDeletionCheck": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "Optional flag to asynchronously delete child entities within the project", + "smithy.api#httpQuery": "skipDeletionCheck", + "smithy.api#notProperty": {} + } } }, "traits": { @@ -8237,6 +8265,12 @@ "smithy.api#documentation": "

Specifies the error message that is returned if the operation cannot be successfully\n completed.

" } }, + "com.amazonaws.datazone#FailureReasons": { + "type": "list", + "member": { + "target": "com.amazonaws.datazone#ProjectDeletionError" + } + }, "com.amazonaws.datazone#Filter": { "type": "structure", "members": { @@ -10987,6 +11021,18 @@ "smithy.api#documentation": "

The description of the project.

" } }, + "projectStatus": { + "target": "com.amazonaws.datazone#ProjectStatus", + "traits": { + "smithy.api#documentation": "Status of the project" + } + }, + "failureReasons": { + "target": "com.amazonaws.datazone#FailureReasons", + "traits": { + "smithy.api#documentation": "Reasons for failed project deletion" + } + }, "createdBy": { "target": "com.amazonaws.datazone#CreatedBy", "traits": { @@ -14840,6 +14886,26 @@ "smithy.api#documentation": "

The configuration of the prediction.

" } }, + "com.amazonaws.datazone#ProjectDeletionError": { + "type": "structure", + "members": { + "code": { + "target": "smithy.api#String", + "traits": { + "smithy.api#documentation": "Project Deletion Error Code" + } + }, + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#documentation": "Project Deletion Error Message" + } + } + }, + "traits": { + "smithy.api#documentation": "Error that occurred during project deletion" + } + }, "com.amazonaws.datazone#ProjectId": { "type": "string", "traits": { @@ -14885,6 +14951,29 @@ "smithy.api#sensitive": {} } }, + "com.amazonaws.datazone#ProjectStatus": { + "type": "enum", + "members": { + "ACTIVE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ACTIVE" + } + }, + "DELETING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DELETING" + } + }, + "DELETE_FAILED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DELETE_FAILED" + } + } + } + }, "com.amazonaws.datazone#ProjectSummaries": { "type": "list", "member": { @@ -14921,6 +15010,18 @@ "smithy.api#documentation": "

The description of a project.

" } }, + "projectStatus": { + "target": "com.amazonaws.datazone#ProjectStatus", + "traits": { + "smithy.api#documentation": "Status of the project" + } + }, + "failureReasons": { + "target": "com.amazonaws.datazone#FailureReasons", + "traits": { + "smithy.api#documentation": "Reasons for failed project deletion" + } + }, "createdBy": { "target": "com.amazonaws.datazone#CreatedBy", "traits": { @@ -19888,6 +19989,18 @@ "smithy.api#documentation": "

The description of the project that is to be updated.

" } }, + "projectStatus": { + "target": "com.amazonaws.datazone#ProjectStatus", + "traits": { + "smithy.api#documentation": "Status of the project" + } + }, + "failureReasons": { + "target": "com.amazonaws.datazone#FailureReasons", + "traits": { + "smithy.api#documentation": "Reasons for failed project deletion" + } + }, "createdBy": { "target": "com.amazonaws.datazone#CreatedBy", "traits": { diff --git a/codegen/sdk/aws-models/route-53.json b/codegen/sdk/aws-models/route-53.json index 069e70eb121..85c14d670f1 100644 --- a/codegen/sdk/aws-models/route-53.json +++ b/codegen/sdk/aws-models/route-53.json @@ -5796,7 +5796,7 @@ } }, "traits": { - "smithy.api#documentation": "

(Resource record sets only): A complex type that lets you control how Amazon Route 53\n\t\t\tresponds to DNS queries based on the geographic origin of the query and your resources.\n\t\t\tOnly one of , LocalZoneGroup, Coordinates, or Amazon Web ServicesRegion is allowed per request at a time.

\n

For more information about geoproximity routing, see Geoproximity routing in the\n\t\t\t\t\tAmazon Route 53 Developer Guide.

" + "smithy.api#documentation": "

(Resource record sets only): A complex type that lets you specify where your resources are\n\t\t\tlocated. Only one of LocalZoneGroup, Coordinates, or\n\t\t\t\t\tAmazon Web ServicesRegion is allowed per request at a time.

\n

For more information about geoproximity routing, see Geoproximity routing in the\n\t\t\t\t\tAmazon Route 53 Developer Guide.

" } }, "com.amazonaws.route53#GetAccountLimit": { From 844fcae20f46885efc6ebd8a8be037c643fb2bf2 Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Tue, 30 Jan 2024 19:04:49 +0000 Subject: [PATCH 2/3] chore: release 1.0.46 --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea15b02a70a..692ef07f66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.46] - 01/30/2024 + +### Features +* (**datazone**) Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects + +### Documentation +* (**route53**) Update the SDKs for text changes in the APIs. + ## [1.0.45] - 01/29/2024 ### Features diff --git a/gradle.properties b/gradle.properties index a7cea3d8aba..62d3d2d02ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.0.46-SNAPSHOT +sdkVersion=1.0.46 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/ From c8ebc9b6d340bc0f89a41c38e889d7c58d2540b5 Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Tue, 30 Jan 2024 19:04:50 +0000 Subject: [PATCH 3/3] chore: bump snapshot version to 1.0.47-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 62d3d2d02ca..66258243c92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.0.46 +sdkVersion=1.0.47-SNAPSHOT # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/