Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Feb 7, 2025
1 parent ebc6359 commit d017b47
Show file tree
Hide file tree
Showing 67 changed files with 1,123 additions and 455 deletions.
3 changes: 2 additions & 1 deletion apis/ecr/2015-09-21/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,8 @@
"ACTIVE",
"PENDING",
"SCAN_ELIGIBILITY_EXPIRED",
"FINDINGS_UNAVAILABLE"
"FINDINGS_UNAVAILABLE",
"LIMIT_EXCEEDED"
]
},
"ScanStatusDescription":{"type":"string"},
Expand Down
2 changes: 1 addition & 1 deletion apis/ecr/2015-09-21/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"PutRegistryScanningConfiguration": "<p>Creates or updates the scanning configuration for your private registry.</p>",
"PutReplicationConfiguration": "<p>Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the <a>DescribeRegistry</a> API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html\">Using service-linked roles for Amazon ECR</a> in the <i>Amazon Elastic Container Registry User Guide</i>. For more information on the custom role for replication, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/replication-creation-templates.html#roles-creatingrole-user-console\">Creating an IAM role for replication</a>.</p> <note> <p>When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see <a>PutRegistryPolicy</a>.</p> </note>",
"SetRepositoryPolicy": "<p>Applies a repository policy to the specified repository to control access permissions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html\">Amazon ECR Repository policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
"StartImageScan": "<p>Starts an image vulnerability scan. An image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html\">Image scanning</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
"StartImageScan": "<p>Starts a basic image vulnerability scan.</p> <p> A basic image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push and scans initiated by the StartImageScan API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html\">Basic scanning</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
"StartLifecyclePolicyPreview": "<p>Starts a preview of a lifecycle policy for the specified repository. This allows you to see the results before associating the lifecycle policy with the repository.</p>",
"TagResource": "<p>Adds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.</p>",
"UntagResource": "<p>Deletes specified tags from a resource.</p>",
Expand Down
17 changes: 17 additions & 0 deletions apis/eks/2017-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@
"endOfStandardSupportDate":{"shape":"Timestamp"},
"endOfExtendedSupportDate":{"shape":"Timestamp"},
"status":{"shape":"ClusterVersionStatus"},
"versionStatus":{"shape":"VersionStatus"},
"kubernetesPatchVersion":{"shape":"String"}
}
},
Expand Down Expand Up @@ -2110,8 +2111,16 @@
},
"status":{
"shape":"ClusterVersionStatus",
"deprecated":true,
"deprecatedMessage":"status has been replaced by versionStatus",
"deprecatedSince":"2025-02-15",
"location":"querystring",
"locationName":"status"
},
"versionStatus":{
"shape":"VersionStatus",
"location":"querystring",
"locationName":"versionStatus"
}
}
},
Expand Down Expand Up @@ -4059,6 +4068,14 @@
"supportType":{"shape":"SupportType"}
}
},
"VersionStatus":{
"type":"string",
"enum":[
"UNSUPPORTED",
"STANDARD_SUPPORT",
"EXTENDED_SUPPORT"
]
},
"VpcConfigRequest":{
"type":"structure",
"members":{
Expand Down
27 changes: 17 additions & 10 deletions apis/eks/2017-11-01/docs-2.json

Large diffs are not rendered by default.

92 changes: 79 additions & 13 deletions apis/mediaconvert/2017-08-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"Av1QvbrSettings": {
Expand Down Expand Up @@ -1955,7 +1956,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"AvcIntraInterlaceMode": {
Expand Down Expand Up @@ -2531,6 +2533,14 @@
}
}
},
"ChromaPositionMode": {
"type": "string",
"enum": [
"AUTO",
"FORCE_CENTER",
"FORCE_TOP_LEFT"
]
},
"ClipLimits": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3193,6 +3203,7 @@
"type": "string",
"enum": [
"F4V",
"GIF",
"ISMV",
"M2TS",
"M3U8",
Expand Down Expand Up @@ -4979,6 +4990,41 @@
}
}
},
"GifFramerateControl": {
"type": "string",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"GifFramerateConversionAlgorithm": {
"type": "string",
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE"
]
},
"GifSettings": {
"type": "structure",
"members": {
"FramerateControl": {
"shape": "GifFramerateControl",
"locationName": "framerateControl"
},
"FramerateConversionAlgorithm": {
"shape": "GifFramerateConversionAlgorithm",
"locationName": "framerateConversionAlgorithm"
},
"FramerateDenominator": {
"shape": "__integerMin1Max2147483647",
"locationName": "framerateDenominator"
},
"FramerateNumerator": {
"shape": "__integerMin1Max2147483647",
"locationName": "framerateNumerator"
}
}
},
"H264AdaptiveQuantization": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -5072,7 +5118,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"H264GopBReference": {
Expand Down Expand Up @@ -5495,7 +5542,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"H265GopBReference": {
Expand Down Expand Up @@ -8505,7 +8553,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"Mpeg2GopSizeUnits": {
Expand Down Expand Up @@ -9439,7 +9488,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"ProresInterlaceMode": {
Expand Down Expand Up @@ -10325,7 +10375,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"UncompressedInterlaceMode": {
Expand Down Expand Up @@ -10565,7 +10616,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"Vc3InterlaceMode": {
Expand Down Expand Up @@ -10650,6 +10702,7 @@
"AV1",
"AVC_INTRA",
"FRAME_CAPTURE",
"GIF",
"H_264",
"H_265",
"MPEG2",
Expand Down Expand Up @@ -10681,6 +10734,10 @@
"shape": "FrameCaptureSettings",
"locationName": "frameCaptureSettings"
},
"GifSettings": {
"shape": "GifSettings",
"locationName": "gifSettings"
},
"H264Settings": {
"shape": "H264Settings",
"locationName": "h264Settings"
Expand Down Expand Up @@ -10730,6 +10787,10 @@
"shape": "AntiAlias",
"locationName": "antiAlias"
},
"ChromaPositionMode": {
"shape": "ChromaPositionMode",
"locationName": "chromaPositionMode"
},
"CodecSettings": {
"shape": "VideoCodecSettings",
"locationName": "codecSettings"
Expand Down Expand Up @@ -11042,7 +11103,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"Vp8ParControl": {
Expand Down Expand Up @@ -11134,7 +11196,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"Vp9ParControl": {
Expand Down Expand Up @@ -11245,7 +11308,8 @@
"type": "string",
"enum": [
"RIFF",
"RF64"
"RF64",
"EXTENSIBLE"
]
},
"WavSettings": {
Expand Down Expand Up @@ -11311,7 +11375,8 @@
"enum": [
"ENABLED",
"DISABLED",
"STRICT"
"STRICT",
"MERGE"
]
},
"Xavc4kIntraCbgProfileClass": {
Expand Down Expand Up @@ -11447,7 +11512,8 @@
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE",
"FRAMEFORMER"
"FRAMEFORMER",
"MAINTAIN_FRAME_COUNT"
]
},
"XavcGopBReference": {
Expand Down
Loading

0 comments on commit d017b47

Please sign in to comment.