diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c62571339a..04b81d6f9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.35] - 01/14/2024 + +### Features +* (**sagemaker**) This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts. + ## [1.0.34] - 01/12/2024 ### Features diff --git a/codegen/sdk/aws-models/sagemaker.json b/codegen/sdk/aws-models/sagemaker.json index e72c9064fbc..723e869077a 100644 --- a/codegen/sdk/aws-models/sagemaker.json +++ b/codegen/sdk/aws-models/sagemaker.json @@ -423,6 +423,12 @@ "traits": { "smithy.api#enumValue": "S3Object" } + }, + "S3PREFIX": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "S3Prefix" + } } } }, @@ -1554,18 +1560,6 @@ "smithy.api#enumValue": "TensorBoard" } }, - "VSCode": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VSCode" - } - }, - "Savitur": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "Savitur" - } - }, "CodeEditor": { "target": "smithy.api#Unit", "traits": { @@ -1584,12 +1578,6 @@ "smithy.api#enumValue": "RStudioServerPro" } }, - "RSession": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RSession" - } - }, "RSessionGateway": { "target": "smithy.api#Unit", "traits": { @@ -1601,24 +1589,6 @@ "traits": { "smithy.api#enumValue": "Canvas" } - }, - "DatasetManager": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DatasetManager" - } - }, - "SageMakerLite": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SageMakerLite" - } - }, - "Local": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "Local" - } } } }, @@ -58229,18 +58199,6 @@ "smithy.api#enumValue": "KernelGateway" } }, - "VSCode": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VSCode" - } - }, - "Savitur": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "Savitur" - } - }, "CodeEditor": { "target": "smithy.api#Unit", "traits": { @@ -65615,6 +65573,12 @@ "type": "list", "member": { "target": "com.amazonaws.sagemaker#AccountId" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 10 + } } }, "com.amazonaws.sagemaker#VpcSecurityGroupIds": { diff --git a/gradle.properties b/gradle.properties index 588fe68cfd3..239128f37ea 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.35-SNAPSHOT +sdkVersion=1.0.36-SNAPSHOT # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/