Skip to content

Commit

Permalink
Merging v1.0.35 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jan 14, 2024
2 parents 4953c96 + f22fbe5 commit bf896bd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 49 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
60 changes: 12 additions & 48 deletions codegen/sdk/aws-models/sagemaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,12 @@
"traits": {
"smithy.api#enumValue": "S3Object"
}
},
"S3PREFIX": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "S3Prefix"
}
}
}
},
Expand Down Expand Up @@ -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": {
Expand All @@ -1584,12 +1578,6 @@
"smithy.api#enumValue": "RStudioServerPro"
}
},
"RSession": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "RSession"
}
},
"RSessionGateway": {
"target": "smithy.api#Unit",
"traits": {
Expand All @@ -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"
}
}
}
},
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -65615,6 +65573,12 @@
"type": "list",
"member": {
"target": "com.amazonaws.sagemaker#AccountId"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 10
}
}
},
"com.amazonaws.sagemaker#VpcSecurityGroupIds": {
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.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/
Expand Down

0 comments on commit bf896bd

Please sign in to comment.