Skip to content

Commit 6f3b20a

Browse files
Updated API models and rebuilt service gems.
1 parent 2c8a068 commit 6f3b20a

File tree

64 files changed

+1337
-543
lines changed

Some content is hidden

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

64 files changed

+1337
-543
lines changed

apis/arc-zonal-shift/2022-10-30/api-2.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@
306306
"type":"structure",
307307
"required":[
308308
"awayFrom",
309-
"endTime",
310309
"startTime",
311310
"status"
312311
],
@@ -390,7 +389,8 @@
390389
"SimultaneousZonalShiftsConflict",
391390
"PracticeConfigurationAlreadyExists",
392391
"AutoShiftEnabled",
393-
"PracticeConfigurationDoesNotExist"
392+
"PracticeConfigurationDoesNotExist",
393+
"ZonalAutoshiftActive"
394394
]
395395
},
396396
"ControlCondition":{
@@ -400,7 +400,7 @@
400400
"type"
401401
],
402402
"members":{
403-
"alarmIdentifier":{"shape":"ResourceArn"},
403+
"alarmIdentifier":{"shape":"MetricIdentifier"},
404404
"type":{"shape":"ControlConditionType"}
405405
}
406406
},
@@ -628,6 +628,12 @@
628628
"max":100,
629629
"min":1
630630
},
631+
"MetricIdentifier":{
632+
"type":"string",
633+
"max":1024,
634+
"min":8,
635+
"pattern":"^.*$"
636+
},
631637
"PracticeRunConfiguration":{
632638
"type":"structure",
633639
"required":["outcomeAlarms"],
@@ -675,6 +681,15 @@
675681
},
676682
"exception":true
677683
},
684+
"ShiftType":{
685+
"type":"string",
686+
"enum":[
687+
"ZONAL_SHIFT",
688+
"PRACTICE_RUN",
689+
"FIS_EXPERIMENT",
690+
"ZONAL_AUTOSHIFT"
691+
]
692+
},
678693
"StartTime":{"type":"timestamp"},
679694
"StartZonalShiftRequest":{
680695
"type":"structure",
@@ -814,7 +829,8 @@
814829
"UnsupportedAz",
815830
"InvalidAlarmCondition",
816831
"InvalidConditionType",
817-
"InvalidPracticeBlocker"
832+
"InvalidPracticeBlocker",
833+
"FISExperimentUpdateNotAllowed"
818834
]
819835
},
820836
"Weight":{
@@ -880,6 +896,7 @@
880896
"expiryTime":{"shape":"ExpiryTime"},
881897
"practiceRunOutcome":{"shape":"PracticeRunOutcome"},
882898
"resourceIdentifier":{"shape":"ResourceIdentifier"},
899+
"shiftType":{"shape":"ShiftType"},
883900
"startTime":{"shape":"StartTime"},
884901
"zonalShiftId":{"shape":"ZonalShiftId"}
885902
}
@@ -913,6 +930,7 @@
913930
"expiryTime":{"shape":"ExpiryTime"},
914931
"practiceRunOutcome":{"shape":"PracticeRunOutcome"},
915932
"resourceIdentifier":{"shape":"ResourceIdentifier"},
933+
"shiftType":{"shape":"ShiftType"},
916934
"startTime":{"shape":"StartTime"},
917935
"status":{"shape":"ZonalShiftStatus"},
918936
"zonalShiftId":{"shape":"ZonalShiftId"}

apis/arc-zonal-shift/2022-10-30/docs-2.json

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

apis/directconnect/2012-10-25/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@
13131313
"required":["directConnectGatewayName"],
13141314
"members":{
13151315
"directConnectGatewayName":{"shape":"DirectConnectGatewayName"},
1316+
"tags":{"shape":"TagList"},
13161317
"amazonSideAsn":{"shape":"LongAsn"}
13171318
}
13181319
},
@@ -1696,7 +1697,8 @@
16961697
"amazonSideAsn":{"shape":"LongAsn"},
16971698
"ownerAccount":{"shape":"OwnerAccount"},
16981699
"directConnectGatewayState":{"shape":"DirectConnectGatewayState"},
1699-
"stateChangeError":{"shape":"StateChangeError"}
1700+
"stateChangeError":{"shape":"StateChangeError"},
1701+
"tags":{"shape":"TagList"}
17001702
}
17011703
},
17021704
"DirectConnectGatewayAssociation":{

apis/directconnect/2012-10-25/docs-2.json

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

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,6 +1838,10 @@
18381838
"shape": "__integerMin100000Max100000000",
18391839
"locationName": "maxAbrBitrate"
18401840
},
1841+
"MaxQualityLevel": {
1842+
"shape": "__doubleMin1Max10",
1843+
"locationName": "maxQualityLevel"
1844+
},
18411845
"MaxRenditions": {
18421846
"shape": "__integerMin3Max15",
18431847
"locationName": "maxRenditions"
@@ -12107,6 +12111,9 @@
1210712111
"__doubleMin0Max2147483647": {
1210812112
"type": "double"
1210912113
},
12114+
"__doubleMin1Max10": {
12115+
"type": "double"
12116+
},
1211012117
"__doubleMinNegative59Max0": {
1211112118
"type": "double"
1211212119
},

0 commit comments

Comments
 (0)