Skip to content

Commit d017b47

Browse files
Updated API models and rebuilt service gems.
1 parent ebc6359 commit d017b47

File tree

67 files changed

+1123
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1123
-455
lines changed

apis/ecr/2015-09-21/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,8 @@
25302530
"ACTIVE",
25312531
"PENDING",
25322532
"SCAN_ELIGIBILITY_EXPIRED",
2533-
"FINDINGS_UNAVAILABLE"
2533+
"FINDINGS_UNAVAILABLE",
2534+
"LIMIT_EXCEEDED"
25342535
]
25352536
},
25362537
"ScanStatusDescription":{"type":"string"},

apis/ecr/2015-09-21/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"PutRegistryScanningConfiguration": "<p>Creates or updates the scanning configuration for your private registry.</p>",
4444
"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>",
4545
"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>",
46-
"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>",
46+
"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>",
4747
"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>",
4848
"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>",
4949
"UntagResource": "<p>Deletes specified tags from a resource.</p>",

apis/eks/2017-11-01/api-2.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,6 +1406,7 @@
14061406
"endOfStandardSupportDate":{"shape":"Timestamp"},
14071407
"endOfExtendedSupportDate":{"shape":"Timestamp"},
14081408
"status":{"shape":"ClusterVersionStatus"},
1409+
"versionStatus":{"shape":"VersionStatus"},
14091410
"kubernetesPatchVersion":{"shape":"String"}
14101411
}
14111412
},
@@ -2110,8 +2111,16 @@
21102111
},
21112112
"status":{
21122113
"shape":"ClusterVersionStatus",
2114+
"deprecated":true,
2115+
"deprecatedMessage":"status has been replaced by versionStatus",
2116+
"deprecatedSince":"2025-02-15",
21132117
"location":"querystring",
21142118
"locationName":"status"
2119+
},
2120+
"versionStatus":{
2121+
"shape":"VersionStatus",
2122+
"location":"querystring",
2123+
"locationName":"versionStatus"
21152124
}
21162125
}
21172126
},
@@ -4059,6 +4068,14 @@
40594068
"supportType":{"shape":"SupportType"}
40604069
}
40614070
},
4071+
"VersionStatus":{
4072+
"type":"string",
4073+
"enum":[
4074+
"UNSUPPORTED",
4075+
"STANDARD_SUPPORT",
4076+
"EXTENDED_SUPPORT"
4077+
]
4078+
},
40624079
"VpcConfigRequest":{
40634080
"type":"structure",
40644081
"members":{

apis/eks/2017-11-01/docs-2.json

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

apis/mediaconvert/2017-08-29/api-2.json

Lines changed: 79 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,8 @@
18351835
"enum": [
18361836
"DUPLICATE_DROP",
18371837
"INTERPOLATE",
1838-
"FRAMEFORMER"
1838+
"FRAMEFORMER",
1839+
"MAINTAIN_FRAME_COUNT"
18391840
]
18401841
},
18411842
"Av1QvbrSettings": {
@@ -1955,7 +1956,8 @@
19551956
"enum": [
19561957
"DUPLICATE_DROP",
19571958
"INTERPOLATE",
1958-
"FRAMEFORMER"
1959+
"FRAMEFORMER",
1960+
"MAINTAIN_FRAME_COUNT"
19591961
]
19601962
},
19611963
"AvcIntraInterlaceMode": {
@@ -2531,6 +2533,14 @@
25312533
}
25322534
}
25332535
},
2536+
"ChromaPositionMode": {
2537+
"type": "string",
2538+
"enum": [
2539+
"AUTO",
2540+
"FORCE_CENTER",
2541+
"FORCE_TOP_LEFT"
2542+
]
2543+
},
25342544
"ClipLimits": {
25352545
"type": "structure",
25362546
"members": {
@@ -3193,6 +3203,7 @@
31933203
"type": "string",
31943204
"enum": [
31953205
"F4V",
3206+
"GIF",
31963207
"ISMV",
31973208
"M2TS",
31983209
"M3U8",
@@ -4979,6 +4990,41 @@
49794990
}
49804991
}
49814992
},
4993+
"GifFramerateControl": {
4994+
"type": "string",
4995+
"enum": [
4996+
"INITIALIZE_FROM_SOURCE",
4997+
"SPECIFIED"
4998+
]
4999+
},
5000+
"GifFramerateConversionAlgorithm": {
5001+
"type": "string",
5002+
"enum": [
5003+
"DUPLICATE_DROP",
5004+
"INTERPOLATE"
5005+
]
5006+
},
5007+
"GifSettings": {
5008+
"type": "structure",
5009+
"members": {
5010+
"FramerateControl": {
5011+
"shape": "GifFramerateControl",
5012+
"locationName": "framerateControl"
5013+
},
5014+
"FramerateConversionAlgorithm": {
5015+
"shape": "GifFramerateConversionAlgorithm",
5016+
"locationName": "framerateConversionAlgorithm"
5017+
},
5018+
"FramerateDenominator": {
5019+
"shape": "__integerMin1Max2147483647",
5020+
"locationName": "framerateDenominator"
5021+
},
5022+
"FramerateNumerator": {
5023+
"shape": "__integerMin1Max2147483647",
5024+
"locationName": "framerateNumerator"
5025+
}
5026+
}
5027+
},
49825028
"H264AdaptiveQuantization": {
49835029
"type": "string",
49845030
"enum": [
@@ -5072,7 +5118,8 @@
50725118
"enum": [
50735119
"DUPLICATE_DROP",
50745120
"INTERPOLATE",
5075-
"FRAMEFORMER"
5121+
"FRAMEFORMER",
5122+
"MAINTAIN_FRAME_COUNT"
50765123
]
50775124
},
50785125
"H264GopBReference": {
@@ -5495,7 +5542,8 @@
54955542
"enum": [
54965543
"DUPLICATE_DROP",
54975544
"INTERPOLATE",
5498-
"FRAMEFORMER"
5545+
"FRAMEFORMER",
5546+
"MAINTAIN_FRAME_COUNT"
54995547
]
55005548
},
55015549
"H265GopBReference": {
@@ -8505,7 +8553,8 @@
85058553
"enum": [
85068554
"DUPLICATE_DROP",
85078555
"INTERPOLATE",
8508-
"FRAMEFORMER"
8556+
"FRAMEFORMER",
8557+
"MAINTAIN_FRAME_COUNT"
85098558
]
85108559
},
85118560
"Mpeg2GopSizeUnits": {
@@ -9439,7 +9488,8 @@
94399488
"enum": [
94409489
"DUPLICATE_DROP",
94419490
"INTERPOLATE",
9442-
"FRAMEFORMER"
9491+
"FRAMEFORMER",
9492+
"MAINTAIN_FRAME_COUNT"
94439493
]
94449494
},
94459495
"ProresInterlaceMode": {
@@ -10325,7 +10375,8 @@
1032510375
"enum": [
1032610376
"DUPLICATE_DROP",
1032710377
"INTERPOLATE",
10328-
"FRAMEFORMER"
10378+
"FRAMEFORMER",
10379+
"MAINTAIN_FRAME_COUNT"
1032910380
]
1033010381
},
1033110382
"UncompressedInterlaceMode": {
@@ -10565,7 +10616,8 @@
1056510616
"enum": [
1056610617
"DUPLICATE_DROP",
1056710618
"INTERPOLATE",
10568-
"FRAMEFORMER"
10619+
"FRAMEFORMER",
10620+
"MAINTAIN_FRAME_COUNT"
1056910621
]
1057010622
},
1057110623
"Vc3InterlaceMode": {
@@ -10650,6 +10702,7 @@
1065010702
"AV1",
1065110703
"AVC_INTRA",
1065210704
"FRAME_CAPTURE",
10705+
"GIF",
1065310706
"H_264",
1065410707
"H_265",
1065510708
"MPEG2",
@@ -10681,6 +10734,10 @@
1068110734
"shape": "FrameCaptureSettings",
1068210735
"locationName": "frameCaptureSettings"
1068310736
},
10737+
"GifSettings": {
10738+
"shape": "GifSettings",
10739+
"locationName": "gifSettings"
10740+
},
1068410741
"H264Settings": {
1068510742
"shape": "H264Settings",
1068610743
"locationName": "h264Settings"
@@ -10730,6 +10787,10 @@
1073010787
"shape": "AntiAlias",
1073110788
"locationName": "antiAlias"
1073210789
},
10790+
"ChromaPositionMode": {
10791+
"shape": "ChromaPositionMode",
10792+
"locationName": "chromaPositionMode"
10793+
},
1073310794
"CodecSettings": {
1073410795
"shape": "VideoCodecSettings",
1073510796
"locationName": "codecSettings"
@@ -11042,7 +11103,8 @@
1104211103
"enum": [
1104311104
"DUPLICATE_DROP",
1104411105
"INTERPOLATE",
11045-
"FRAMEFORMER"
11106+
"FRAMEFORMER",
11107+
"MAINTAIN_FRAME_COUNT"
1104611108
]
1104711109
},
1104811110
"Vp8ParControl": {
@@ -11134,7 +11196,8 @@
1113411196
"enum": [
1113511197
"DUPLICATE_DROP",
1113611198
"INTERPOLATE",
11137-
"FRAMEFORMER"
11199+
"FRAMEFORMER",
11200+
"MAINTAIN_FRAME_COUNT"
1113811201
]
1113911202
},
1114011203
"Vp9ParControl": {
@@ -11245,7 +11308,8 @@
1124511308
"type": "string",
1124611309
"enum": [
1124711310
"RIFF",
11248-
"RF64"
11311+
"RF64",
11312+
"EXTENSIBLE"
1124911313
]
1125011314
},
1125111315
"WavSettings": {
@@ -11311,7 +11375,8 @@
1131111375
"enum": [
1131211376
"ENABLED",
1131311377
"DISABLED",
11314-
"STRICT"
11378+
"STRICT",
11379+
"MERGE"
1131511380
]
1131611381
},
1131711382
"Xavc4kIntraCbgProfileClass": {
@@ -11447,7 +11512,8 @@
1144711512
"enum": [
1144811513
"DUPLICATE_DROP",
1144911514
"INTERPOLATE",
11450-
"FRAMEFORMER"
11515+
"FRAMEFORMER",
11516+
"MAINTAIN_FRAME_COUNT"
1145111517
]
1145211518
},
1145311519
"XavcGopBReference": {

0 commit comments

Comments
 (0)