Skip to content

Commit 8d4f0ae

Browse files
Release v1.49.12 (2023-12-28) (#5128)
Release v1.49.12 (2023-12-28) === ### Service Client Updates * `service/codestar-connections`: Updates service API * `service/kinesis-video-archived-media`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * Amazon SageMaker Studio now supports Docker access from within app container
1 parent 87a19cc commit 8d4f0ae

File tree

14 files changed

+310
-227
lines changed

14 files changed

+310
-227
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.49.12 (2023-12-28)
2+
===
3+
4+
### Service Client Updates
5+
* `service/codestar-connections`: Updates service API
6+
* `service/kinesis-video-archived-media`: Updates service API and documentation
7+
* `service/sagemaker`: Updates service API and documentation
8+
* Amazon SageMaker Studio now supports Docker access from within app container
9+
110
Release v1.49.11 (2023-12-27)
211
===
312

aws/endpoints/defaults.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.49.11"
8+
const SDKVersion = "1.49.12"

models/apis/codestar-connections/2019-12-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,8 @@
981981
"Bitbucket",
982982
"GitHub",
983983
"GitHubEnterpriseServer",
984-
"GitLab"
984+
"GitLab",
985+
"GitLabSelfManaged"
985986
]
986987
},
987988
"RepositoryLinkArn":{

models/apis/kinesis-video-archived-media/2017-09-30/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
{"shape":"ResourceNotFoundException"},
8282
{"shape":"InvalidArgumentException"},
8383
{"shape":"ClientLimitExceededException"},
84-
{"shape":"NotAuthorizedException"}
84+
{"shape":"NotAuthorizedException"},
85+
{"shape":"NoDataRetentionException"}
8586
]
8687
},
8788
"GetMediaForFragmentList":{

models/apis/kinesis-video-archived-media/2017-09-30/docs-2.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

models/apis/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json

Lines changed: 165 additions & 201 deletions
Large diffs are not rendered by default.

models/apis/sagemaker/2017-07-24/api-2.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10525,6 +10525,13 @@
1052510525
"TrialArn":{"shape":"TrialArn"}
1052610526
}
1052710527
},
10528+
"DockerSettings":{
10529+
"type":"structure",
10530+
"members":{
10531+
"EnableDockerAccess":{"shape":"FeatureStatus"},
10532+
"VpcOnlyTrustedAccounts":{"shape":"VpcOnlyTrustedAccounts"}
10533+
}
10534+
},
1052810535
"DocumentSchemaVersion":{
1052910536
"type":"string",
1053010537
"max":14,
@@ -10577,15 +10584,17 @@
1057710584
"members":{
1057810585
"SecurityGroupIds":{"shape":"DomainSecurityGroupIds"},
1057910586
"RStudioServerProDomainSettings":{"shape":"RStudioServerProDomainSettings"},
10580-
"ExecutionRoleIdentityConfig":{"shape":"ExecutionRoleIdentityConfig"}
10587+
"ExecutionRoleIdentityConfig":{"shape":"ExecutionRoleIdentityConfig"},
10588+
"DockerSettings":{"shape":"DockerSettings"}
1058110589
}
1058210590
},
1058310591
"DomainSettingsForUpdate":{
1058410592
"type":"structure",
1058510593
"members":{
1058610594
"RStudioServerProDomainSettingsForUpdate":{"shape":"RStudioServerProDomainSettingsForUpdate"},
1058710595
"ExecutionRoleIdentityConfig":{"shape":"ExecutionRoleIdentityConfig"},
10588-
"SecurityGroupIds":{"shape":"DomainSecurityGroupIds"}
10596+
"SecurityGroupIds":{"shape":"DomainSecurityGroupIds"},
10597+
"DockerSettings":{"shape":"DockerSettings"}
1058910598
}
1059010599
},
1059110600
"DomainStatus":{
@@ -22835,6 +22844,10 @@
2283522844
"max":32,
2283622845
"pattern":"[-0-9a-zA-Z]+"
2283722846
},
22847+
"VpcOnlyTrustedAccounts":{
22848+
"type":"list",
22849+
"member":{"shape":"AccountId"}
22850+
},
2283822851
"VpcSecurityGroupIds":{
2283922852
"type":"list",
2284022853
"member":{"shape":"SecurityGroupId"},

models/apis/sagemaker/2017-07-24/docs-2.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
"AccountId": {
338338
"base": null,
339339
"refs": {
340-
"LabelingJobForWorkteamSummary$WorkRequesterAccountId": "<p>The Amazon Web Services account ID of the account used to start the labeling job.</p>"
340+
"LabelingJobForWorkteamSummary$WorkRequesterAccountId": "<p>The Amazon Web Services account ID of the account used to start the labeling job.</p>",
341+
"VpcOnlyTrustedAccounts$member": null
341342
}
342343
},
343344
"ActionArn": {
@@ -4701,6 +4702,13 @@
47014702
"refs": {
47024703
}
47034704
},
4705+
"DockerSettings": {
4706+
"base": "<p>A collection of settings that configure the domain's Docker interaction.</p>",
4707+
"refs": {
4708+
"DomainSettings$DockerSettings": "<p>A collection of settings that configure the domain's Docker interaction.</p>",
4709+
"DomainSettingsForUpdate$DockerSettings": "<p>A collection of settings that configure the domain's Docker interaction.</p>"
4710+
}
4711+
},
47044712
"DocumentSchemaVersion": {
47054713
"base": null,
47064714
"refs": {
@@ -5929,6 +5937,7 @@
59295937
"base": null,
59305938
"refs": {
59315939
"DirectDeploySettings$Status": "<p>Describes whether model deployment permissions are enabled or disabled in the Canvas application.</p>",
5940+
"DockerSettings$EnableDockerAccess": "<p>Indicates whether the domain can access Docker.</p>",
59325941
"IdentityProviderOAuthSetting$Status": "<p>Describes whether OAuth for a data source is enabled or disabled in the Canvas application.</p>",
59335942
"KendraSettings$Status": "<p>Describes whether the document querying feature is enabled or disabled in the Canvas application.</p>",
59345943
"ModelRegisterSettings$Status": "<p>Describes whether the integration to the model registry is enabled or disabled in the Canvas application.</p>",
@@ -16312,6 +16321,12 @@
1631216321
"DescribeDomainResponse$VpcId": "<p>The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.</p>"
1631316322
}
1631416323
},
16324+
"VpcOnlyTrustedAccounts": {
16325+
"base": null,
16326+
"refs": {
16327+
"DockerSettings$VpcOnlyTrustedAccounts": "<p>The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.</p>"
16328+
}
16329+
},
1631516330
"VpcSecurityGroupIds": {
1631616331
"base": null,
1631716332
"refs": {

models/endpoints/endpoints.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11619,6 +11619,7 @@
1161911619
"ap-south-1" : { },
1162011620
"ap-southeast-1" : { },
1162111621
"ap-southeast-2" : { },
11622+
"ap-southeast-4" : { },
1162211623
"ca-central-1" : { },
1162311624
"eu-central-1" : { },
1162411625
"eu-north-1" : { },
@@ -11640,6 +11641,7 @@
1164011641
"ap-south-1" : { },
1164111642
"ap-southeast-1" : { },
1164211643
"ap-southeast-2" : { },
11644+
"ap-southeast-4" : { },
1164311645
"ca-central-1" : { },
1164411646
"eu-central-1" : { },
1164511647
"eu-north-1" : { },
@@ -11661,6 +11663,7 @@
1166111663
"ap-south-1" : { },
1166211664
"ap-southeast-1" : { },
1166311665
"ap-southeast-2" : { },
11666+
"ap-southeast-4" : { },
1166411667
"ca-central-1" : { },
1166511668
"eu-central-1" : { },
1166611669
"eu-north-1" : { },

0 commit comments

Comments
 (0)