Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 28, 2023
1 parent 0b1f9dc commit 932820e
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``codestar-connections``",
"description": "New integration with the GitLab self-managed provider type."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``kinesis-video-archived-media``",
"description": "NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0)."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-21865.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "Amazon SageMaker Studio now supports Docker access from within app container"
}
3 changes: 2 additions & 1 deletion botocore/data/codestar-connections/2019-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,8 @@
"Bitbucket",
"GitHub",
"GitHubEnterpriseServer",
"GitLab"
"GitLab",
"GitLabSelfManaged"
]
},
"RepositoryLinkArn":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidArgumentException"},
{"shape":"ClientLimitExceededException"},
{"shape":"NotAuthorizedException"}
{"shape":"NotAuthorizedException"},
{"shape":"NoDataRetentionException"}
],
"documentation":"<p>Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>"
"documentation":"<p>Retrieves a list of images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>"
},
"GetMediaForFragmentList":{
"name":"GetMediaForFragmentList",
Expand Down Expand Up @@ -508,7 +509,7 @@
},
"SamplingInterval":{
"shape":"SamplingInterval",
"documentation":"<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream, with a default of 3000 ms. The minimum value that can be provided is 200 ms. If the timestamp range is less than the sampling interval, the Image from the <code>startTimestamp</code> will be returned if available. </p> <note> <p>The minimum value of 200 ms is a hard limit.</p> </note>"
"documentation":"<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 200 ms (5 images per second). If the timestamp range is less than the sampling interval, the image from the <code>startTimestamp</code> will be returned if available. </p>"
},
"Format":{
"shape":"Format",
Expand Down Expand Up @@ -746,7 +747,7 @@
},
"FragmentSelector":{
"shape":"FragmentSelector",
"documentation":"<p>Describes the timestamp range and timestamp origin for the range of fragments to return.</p>"
"documentation":"<p>Describes the timestamp range and timestamp origin for the range of fragments to return.</p> <note> <p>This is only required when the <code>NextToken</code> isn't passed in the API.</p> </note>"
}
}
},
Expand Down Expand Up @@ -789,7 +790,7 @@
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"<p>A streaming session was requested for a stream that does not retain data (that is, has a <code>DataRetentionInHours</code> of 0). </p>",
"documentation":"<p> <code>GetImages</code> was requested for a stream that does not retain data (that is, has a <code>DataRetentionInHours</code> of 0). </p>",
"error":{"httpStatusCode":400},
"exception":true
},
Expand Down
26 changes: 26 additions & 0 deletions botocore/data/sagemaker/2017-07-24/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16363,6 +16363,20 @@
}
}
},
"DockerSettings":{
"type":"structure",
"members":{
"EnableDockerAccess":{
"shape":"FeatureStatus",
"documentation":"<p>Indicates whether the domain can access Docker.</p>"
},
"VpcOnlyTrustedAccounts":{
"shape":"VpcOnlyTrustedAccounts",
"documentation":"<p>The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.</p>"
}
},
"documentation":"<p>A collection of settings that configure the domain's Docker interaction.</p>"
},
"DocumentSchemaVersion":{
"type":"string",
"max":14,
Expand Down Expand Up @@ -16446,6 +16460,10 @@
"ExecutionRoleIdentityConfig":{
"shape":"ExecutionRoleIdentityConfig",
"documentation":"<p>The configuration for attaching a SageMaker user profile name to the execution role as a <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html\">sts:SourceIdentity key</a>.</p>"
},
"DockerSettings":{
"shape":"DockerSettings",
"documentation":"<p>A collection of settings that configure the domain's Docker interaction.</p>"
}
},
"documentation":"<p>A collection of settings that apply to the <code>SageMaker Domain</code>. These settings are specified through the <code>CreateDomain</code> API call.</p>"
Expand All @@ -16464,6 +16482,10 @@
"SecurityGroupIds":{
"shape":"DomainSecurityGroupIds",
"documentation":"<p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for communication between Domain-level apps and user apps.</p>"
},
"DockerSettings":{
"shape":"DockerSettings",
"documentation":"<p>A collection of settings that configure the domain's Docker interaction.</p>"
}
},
"documentation":"<p>A collection of <code>Domain</code> configuration settings to update.</p>"
Expand Down Expand Up @@ -37099,6 +37121,10 @@
"max":32,
"pattern":"[-0-9a-zA-Z]+"
},
"VpcOnlyTrustedAccounts":{
"type":"list",
"member":{"shape":"AccountId"}
},
"VpcSecurityGroupIds":{
"type":"list",
"member":{"shape":"SecurityGroupId"},
Expand Down

0 comments on commit 932820e

Please sign in to comment.