Skip to content

Commit

Permalink
Merging v1.0.46 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jan 30, 2024
2 parents 846f116 + c8ebc9b commit db3e444
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
113 changes: 113 additions & 0 deletions codegen/sdk/aws-models/datazone.json
Original file line number Diff line number Diff line change
Expand Up @@ -3685,6 +3685,18 @@
"smithy.api#documentation": "<p>The description of the project.</p>"
}
},
"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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -8237,6 +8265,12 @@
"smithy.api#documentation": "<p>Specifies the error message that is returned if the operation cannot be successfully\n completed.</p>"
}
},
"com.amazonaws.datazone#FailureReasons": {
"type": "list",
"member": {
"target": "com.amazonaws.datazone#ProjectDeletionError"
}
},
"com.amazonaws.datazone#Filter": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -10987,6 +11021,18 @@
"smithy.api#documentation": "<p>The description of the project.</p>"
}
},
"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": {
Expand Down Expand Up @@ -14840,6 +14886,26 @@
"smithy.api#documentation": "<p>The configuration of the prediction.</p>"
}
},
"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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -14921,6 +15010,18 @@
"smithy.api#documentation": "<p>The description of a project.</p>"
}
},
"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": {
Expand Down Expand Up @@ -19888,6 +19989,18 @@
"smithy.api#documentation": "<p>The description of the project that is to be updated.</p>"
}
},
"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": {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk/aws-models/route-53.json
Original file line number Diff line number Diff line change
Expand Up @@ -5796,7 +5796,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p> (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 , <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>\n <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the\n\t\t\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>"
"smithy.api#documentation": "<p> (Resource record sets only): A complex type that lets you specify where your resources are\n\t\t\tlocated. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or\n\t\t\t\t\t<code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>\n <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the\n\t\t\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>"
}
},
"com.amazonaws.route53#GetAccountLimit": {
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.46-SNAPSHOT
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/
Expand Down

0 comments on commit db3e444

Please sign in to comment.