Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 28, 2023
1 parent 666d702 commit e9bc6fa
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 24 deletions.
6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/codestar-connections.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,6 +2838,12 @@
"traits": {
"smithy.api#enumValue": "GitLab"
}
},
"GITLAB_SELF_MANAGED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "GitLabSelfManaged"
}
}
}
},
Expand Down
51 changes: 27 additions & 24 deletions codegen/sdk-codegen/aws-models/kinesis-video-archived-media.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -151,7 +150,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -164,7 +164,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -178,7 +177,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -201,7 +199,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -236,7 +233,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -247,14 +243,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 @@ -268,14 +266,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -284,11 +280,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -299,14 +295,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -320,7 +318,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -340,7 +337,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -351,14 +347,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -369,9 +367,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down Expand Up @@ -1633,6 +1633,9 @@
{
"target": "com.amazonaws.kinesisvideoarchivedmedia#InvalidArgumentException"
},
{
"target": "com.amazonaws.kinesisvideoarchivedmedia#NoDataRetentionException"
},
{
"target": "com.amazonaws.kinesisvideoarchivedmedia#NotAuthorizedException"
},
Expand All @@ -1641,7 +1644,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>",
"smithy.api#documentation": "<p>Retrieves a list of images corresponding to each timestamp for a given time range,\n sampling interval, and image format configuration.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/getImages",
Expand Down Expand Up @@ -1694,7 +1697,7 @@
"SamplingInterval": {
"target": "com.amazonaws.kinesisvideoarchivedmedia#SamplingInterval",
"traits": {
"smithy.api#documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from\n the stream, with a default of 3000 ms. The minimum value that can be provided is 200 ms.\n If the timestamp range is less than the sampling interval, the Image from the\n <code>startTimestamp</code> will be returned if available. </p>\n <note>\n <p>The minimum value of 200 ms is a hard limit.</p>\n </note>"
"smithy.api#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.\n </p>"
}
},
"Format": {
Expand Down Expand Up @@ -2171,7 +2174,7 @@
"FragmentSelector": {
"target": "com.amazonaws.kinesisvideoarchivedmedia#FragmentSelector",
"traits": {
"smithy.api#documentation": "<p>Describes the timestamp range and timestamp origin for the range of fragments to\n return.</p>"
"smithy.api#documentation": "<p>Describes the timestamp range and timestamp origin for the range of fragments to\n return.</p>\n <note>\n <p>This is only required when the <code>NextToken</code> isn't passed in the API.</p>\n </note>"
}
}
},
Expand Down Expand Up @@ -2245,7 +2248,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>A streaming session was requested for a stream that does not retain data (that is, has\n a <code>DataRetentionInHours</code> of 0). </p>",
"smithy.api#documentation": "<p>\n <code>GetImages</code> was requested for a stream that does not retain data (that is, has\n a <code>DataRetentionInHours</code> of 0). </p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
Expand Down
38 changes: 38 additions & 0 deletions codegen/sdk-codegen/aws-models/sagemaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -24336,6 +24336,26 @@
"smithy.api#output": {}
}
},
"com.amazonaws.sagemaker#DockerSettings": {
"type": "structure",
"members": {
"EnableDockerAccess": {
"target": "com.amazonaws.sagemaker#FeatureStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the domain can access Docker.</p>"
}
},
"VpcOnlyTrustedAccounts": {
"target": "com.amazonaws.sagemaker#VpcOnlyTrustedAccounts",
"traits": {
"smithy.api#documentation": "<p>The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A collection of settings that configure the domain's Docker interaction.</p>"
}
},
"com.amazonaws.sagemaker#DocumentSchemaVersion": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -24473,6 +24493,12 @@
"traits": {
"smithy.api#documentation": "<p>The configuration for attaching a SageMaker user profile name to the execution role as a\n <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html\">sts:SourceIdentity key</a>.</p>"
}
},
"DockerSettings": {
"target": "com.amazonaws.sagemaker#DockerSettings",
"traits": {
"smithy.api#documentation": "<p>A collection of settings that configure the domain's Docker interaction.</p>"
}
}
},
"traits": {
Expand All @@ -24499,6 +24525,12 @@
"traits": {
"smithy.api#documentation": "<p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for\n communication between Domain-level apps and user apps.</p>"
}
},
"DockerSettings": {
"target": "com.amazonaws.sagemaker#DockerSettings",
"traits": {
"smithy.api#documentation": "<p>A collection of settings that configure the domain's Docker interaction.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -65462,6 +65494,12 @@
"smithy.api#pattern": "^[-0-9a-zA-Z]+$"
}
},
"com.amazonaws.sagemaker#VpcOnlyTrustedAccounts": {
"type": "list",
"member": {
"target": "com.amazonaws.sagemaker#AccountId"
}
},
"com.amazonaws.sagemaker#VpcSecurityGroupIds": {
"type": "list",
"member": {
Expand Down

0 comments on commit e9bc6fa

Please sign in to comment.