aws-sdk-core 2.11.313 → 2.11.323

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigatewayv2/2018-11-29/api-2.json +12 -0
  3. data/apis/batch/2016-08-10/api-2.json +35 -2
  4. data/apis/batch/2016-08-10/paginators-1.json +24 -0
  5. data/apis/ce/2017-10-25/api-2.json +152 -1
  6. data/apis/codecommit/2015-04-13/api-2.json +13 -0
  7. data/apis/comprehend/2017-11-27/api-2.json +11 -1
  8. data/apis/config/2014-11-12/api-2.json +14 -4
  9. data/apis/dms/2016-01-01/api-2.json +11 -3
  10. data/apis/ec2/2016-11-15/api-2.json +103 -3
  11. data/apis/ecr/2015-09-21/api-2.json +59 -4
  12. data/apis/ecs/2014-11-13/api-2.json +21 -3
  13. data/apis/es/2015-01-01/api-2.json +16 -0
  14. data/apis/glue/2017-03-31/api-2.json +91 -6
  15. data/apis/glue/2017-03-31/paginators-1.json +6 -0
  16. data/apis/greengrass/2017-06-07/api-2.json +105 -102
  17. data/apis/iam/2010-05-08/api-2.json +1 -4
  18. data/apis/iotevents/2018-07-27/api-2.json +43 -2
  19. data/apis/logs/2014-03-28/api-2.json +15 -3
  20. data/apis/mediaconnect/2018-11-14/api-2.json +26 -3
  21. data/apis/mediaconvert/2017-08-29/api-2.json +194 -15
  22. data/apis/medialive/2017-10-14/api-2.json +186 -20
  23. data/apis/mq/2017-11-27/api-2.json +40 -0
  24. data/apis/pinpoint/2016-12-01/api-2.json +7307 -5869
  25. data/apis/robomaker/2018-06-29/api-2.json +12 -5
  26. data/apis/secretsmanager/2017-10-17/api-2.json +14 -6
  27. data/apis/shield/2016-06-02/api-2.json +3 -1
  28. data/apis/ssm/2014-11-06/api-2.json +7 -4
  29. data/apis/sts/2011-06-15/api-2.json +25 -0
  30. data/endpoints.json +126 -0
  31. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +3 -1
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. metadata +2 -2
@@ -809,10 +809,7 @@
809
809
  "output":{
810
810
  "shape":"GetAccessKeyLastUsedResponse",
811
811
  "resultWrapper":"GetAccessKeyLastUsedResult"
812
- },
813
- "errors":[
814
- {"shape":"NoSuchEntityException"}
815
- ]
812
+ }
816
813
  },
817
814
  "GetAccountAuthorizationDetails":{
818
815
  "name":"GetAccountAuthorizationDetails",
@@ -285,7 +285,11 @@
285
285
  "iotTopicPublish":{"shape":"IotTopicPublishAction"},
286
286
  "setTimer":{"shape":"SetTimerAction"},
287
287
  "clearTimer":{"shape":"ClearTimerAction"},
288
- "resetTimer":{"shape":"ResetTimerAction"}
288
+ "resetTimer":{"shape":"ResetTimerAction"},
289
+ "lambda":{"shape":"LambdaAction"},
290
+ "iotEvents":{"shape":"IotEventsAction"},
291
+ "sqs":{"shape":"SqsAction"},
292
+ "firehose":{"shape":"FirehoseAction"}
289
293
  }
290
294
  },
291
295
  "Actions":{
@@ -400,6 +404,7 @@
400
404
  "members":{
401
405
  }
402
406
  },
407
+ "DeliveryStreamName":{"type":"string"},
403
408
  "DescribeDetectorModelRequest":{
404
409
  "type":"structure",
405
410
  "required":["detectorModelName"],
@@ -568,6 +573,18 @@
568
573
  "type":"list",
569
574
  "member":{"shape":"Event"}
570
575
  },
576
+ "FirehoseAction":{
577
+ "type":"structure",
578
+ "required":["deliveryStreamName"],
579
+ "members":{
580
+ "deliveryStreamName":{"shape":"DeliveryStreamName"},
581
+ "separator":{"shape":"FirehoseSeparator"}
582
+ }
583
+ },
584
+ "FirehoseSeparator":{
585
+ "type":"string",
586
+ "pattern":"([\\n\\t])|(\\r\\n)|(,)"
587
+ },
571
588
  "Input":{
572
589
  "type":"structure",
573
590
  "members":{
@@ -652,6 +669,13 @@
652
669
  "error":{"httpStatusCode":400},
653
670
  "exception":true
654
671
  },
672
+ "IotEventsAction":{
673
+ "type":"structure",
674
+ "required":["inputName"],
675
+ "members":{
676
+ "inputName":{"shape":"InputName"}
677
+ }
678
+ },
655
679
  "IotTopicPublishAction":{
656
680
  "type":"structure",
657
681
  "required":["mqttTopic"],
@@ -663,7 +687,14 @@
663
687
  "type":"string",
664
688
  "max":128,
665
689
  "min":1,
666
- "pattern":"^[a-zA-Z0-9\\-_]+$"
690
+ "pattern":"^[a-zA-Z0-9\\-_:]+$"
691
+ },
692
+ "LambdaAction":{
693
+ "type":"structure",
694
+ "required":["functionArn"],
695
+ "members":{
696
+ "functionArn":{"shape":"AmazonResourceName"}
697
+ }
667
698
  },
668
699
  "LimitExceededException":{
669
700
  "type":"structure",
@@ -822,6 +853,7 @@
822
853
  "loggingOptions":{"shape":"LoggingOptions"}
823
854
  }
824
855
  },
856
+ "QueueUrl":{"type":"string"},
825
857
  "ResetTimerAction":{
826
858
  "type":"structure",
827
859
  "required":["timerName"],
@@ -894,6 +926,14 @@
894
926
  "value":{"shape":"VariableValue"}
895
927
  }
896
928
  },
929
+ "SqsAction":{
930
+ "type":"structure",
931
+ "required":["queueUrl"],
932
+ "members":{
933
+ "queueUrl":{"shape":"QueueUrl"},
934
+ "useBase64":{"shape":"UseBase64"}
935
+ }
936
+ },
897
937
  "State":{
898
938
  "type":"structure",
899
939
  "required":["stateName"],
@@ -1074,6 +1114,7 @@
1074
1114
  "inputConfiguration":{"shape":"InputConfiguration"}
1075
1115
  }
1076
1116
  },
1117
+ "UseBase64":{"type":"boolean"},
1077
1118
  "VariableName":{
1078
1119
  "type":"string",
1079
1120
  "max":128,
@@ -966,7 +966,11 @@
966
966
  "filterPattern":{"shape":"FilterPattern"},
967
967
  "nextToken":{"shape":"NextToken"},
968
968
  "limit":{"shape":"EventsLimit"},
969
- "interleaved":{"shape":"Interleaved"}
969
+ "interleaved":{
970
+ "shape":"Interleaved",
971
+ "deprecated":true,
972
+ "deprecatedMessage":"Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group."
973
+ }
970
974
  }
971
975
  },
972
976
  "FilterLogEventsResponse":{
@@ -1164,6 +1168,10 @@
1164
1168
  "min":1,
1165
1169
  "pattern":"[\\.\\-_/#A-Za-z0-9]+"
1166
1170
  },
1171
+ "LogGroupNames":{
1172
+ "type":"list",
1173
+ "member":{"shape":"LogGroupName"}
1174
+ },
1167
1175
  "LogGroups":{
1168
1176
  "type":"list",
1169
1177
  "member":{"shape":"LogGroup"}
@@ -1184,7 +1192,11 @@
1184
1192
  "lastIngestionTime":{"shape":"Timestamp"},
1185
1193
  "uploadSequenceToken":{"shape":"SequenceToken"},
1186
1194
  "arn":{"shape":"Arn"},
1187
- "storedBytes":{"shape":"StoredBytes"}
1195
+ "storedBytes":{
1196
+ "shape":"StoredBytes",
1197
+ "deprecated":true,
1198
+ "deprecatedMessage":"Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected."
1199
+ }
1188
1200
  }
1189
1201
  },
1190
1202
  "LogStreamName":{
@@ -1547,13 +1559,13 @@
1547
1559
  "StartQueryRequest":{
1548
1560
  "type":"structure",
1549
1561
  "required":[
1550
- "logGroupName",
1551
1562
  "startTime",
1552
1563
  "endTime",
1553
1564
  "queryString"
1554
1565
  ],
1555
1566
  "members":{
1556
1567
  "logGroupName":{"shape":"LogGroupName"},
1568
+ "logGroupNames":{"shape":"LogGroupNames"},
1557
1569
  "startTime":{"shape":"Timestamp"},
1558
1570
  "endTime":{"shape":"Timestamp"},
1559
1571
  "queryString":{"shape":"QueryString"},
@@ -602,6 +602,10 @@
602
602
  "AddOutputRequest": {
603
603
  "type": "structure",
604
604
  "members": {
605
+ "CidrAllowList": {
606
+ "shape": "__listOf__string",
607
+ "locationName": "cidrAllowList"
608
+ },
605
609
  "Description": {
606
610
  "shape": "__string",
607
611
  "locationName": "description"
@@ -630,6 +634,10 @@
630
634
  "shape": "Protocol",
631
635
  "locationName": "protocol"
632
636
  },
637
+ "RemoteId": {
638
+ "shape": "__string",
639
+ "locationName": "remoteId"
640
+ },
633
641
  "SmoothingLatency": {
634
642
  "shape": "__integer",
635
643
  "locationName": "smoothingLatency"
@@ -640,8 +648,6 @@
640
648
  }
641
649
  },
642
650
  "required": [
643
- "Destination",
644
- "Port",
645
651
  "Protocol"
646
652
  ]
647
653
  },
@@ -1225,7 +1231,8 @@
1225
1231
  "enum": [
1226
1232
  "zixi-push",
1227
1233
  "rtp-fec",
1228
- "rtp"
1234
+ "rtp",
1235
+ "zixi-pull"
1229
1236
  ]
1230
1237
  },
1231
1238
  "RemoveFlowOutputRequest": {
@@ -1518,6 +1525,10 @@
1518
1525
  "Transport": {
1519
1526
  "type": "structure",
1520
1527
  "members": {
1528
+ "CidrAllowList": {
1529
+ "shape": "__listOf__string",
1530
+ "locationName": "cidrAllowList"
1531
+ },
1521
1532
  "MaxBitrate": {
1522
1533
  "shape": "__integer",
1523
1534
  "locationName": "maxBitrate"
@@ -1530,6 +1541,10 @@
1530
1541
  "shape": "Protocol",
1531
1542
  "locationName": "protocol"
1532
1543
  },
1544
+ "RemoteId": {
1545
+ "shape": "__string",
1546
+ "locationName": "remoteId"
1547
+ },
1533
1548
  "SmoothingLatency": {
1534
1549
  "shape": "__integer",
1535
1550
  "locationName": "smoothingLatency"
@@ -1650,6 +1665,10 @@
1650
1665
  "UpdateFlowOutputRequest": {
1651
1666
  "type": "structure",
1652
1667
  "members": {
1668
+ "CidrAllowList": {
1669
+ "shape": "__listOf__string",
1670
+ "locationName": "cidrAllowList"
1671
+ },
1653
1672
  "Description": {
1654
1673
  "shape": "__string",
1655
1674
  "locationName": "description"
@@ -1684,6 +1703,10 @@
1684
1703
  "shape": "Protocol",
1685
1704
  "locationName": "protocol"
1686
1705
  },
1706
+ "RemoteId": {
1707
+ "shape": "__string",
1708
+ "locationName": "remoteId"
1709
+ },
1687
1710
  "SmoothingLatency": {
1688
1711
  "shape": "__integer",
1689
1712
  "locationName": "smoothingLatency"
@@ -1126,6 +1126,7 @@
1126
1126
  "AIFF",
1127
1127
  "AC3",
1128
1128
  "EAC3",
1129
+ "EAC3_ATMOS",
1129
1130
  "PASSTHROUGH"
1130
1131
  ]
1131
1132
  },
@@ -1148,6 +1149,10 @@
1148
1149
  "shape": "AudioCodec",
1149
1150
  "locationName": "codec"
1150
1151
  },
1152
+ "Eac3AtmosSettings": {
1153
+ "shape": "Eac3AtmosSettings",
1154
+ "locationName": "eac3AtmosSettings"
1155
+ },
1151
1156
  "Eac3Settings": {
1152
1157
  "shape": "Eac3Settings",
1153
1158
  "locationName": "eac3Settings"
@@ -1225,7 +1230,9 @@
1225
1230
  "type": "string",
1226
1231
  "enum": [
1227
1232
  "ITU_BS_1770_1",
1228
- "ITU_BS_1770_2"
1233
+ "ITU_BS_1770_2",
1234
+ "ITU_BS_1770_3",
1235
+ "ITU_BS_1770_4"
1229
1236
  ]
1230
1237
  },
1231
1238
  "AudioNormalizationAlgorithmControl": {
@@ -2607,6 +2614,139 @@
2607
2614
  }
2608
2615
  }
2609
2616
  },
2617
+ "Eac3AtmosBitstreamMode": {
2618
+ "type": "string",
2619
+ "enum": [
2620
+ "COMPLETE_MAIN"
2621
+ ]
2622
+ },
2623
+ "Eac3AtmosCodingMode": {
2624
+ "type": "string",
2625
+ "enum": [
2626
+ "CODING_MODE_9_1_6"
2627
+ ]
2628
+ },
2629
+ "Eac3AtmosDialogueIntelligence": {
2630
+ "type": "string",
2631
+ "enum": [
2632
+ "ENABLED",
2633
+ "DISABLED"
2634
+ ]
2635
+ },
2636
+ "Eac3AtmosDynamicRangeCompressionLine": {
2637
+ "type": "string",
2638
+ "enum": [
2639
+ "NONE",
2640
+ "FILM_STANDARD",
2641
+ "FILM_LIGHT",
2642
+ "MUSIC_STANDARD",
2643
+ "MUSIC_LIGHT",
2644
+ "SPEECH"
2645
+ ]
2646
+ },
2647
+ "Eac3AtmosDynamicRangeCompressionRf": {
2648
+ "type": "string",
2649
+ "enum": [
2650
+ "NONE",
2651
+ "FILM_STANDARD",
2652
+ "FILM_LIGHT",
2653
+ "MUSIC_STANDARD",
2654
+ "MUSIC_LIGHT",
2655
+ "SPEECH"
2656
+ ]
2657
+ },
2658
+ "Eac3AtmosMeteringMode": {
2659
+ "type": "string",
2660
+ "enum": [
2661
+ "LEQ_A",
2662
+ "ITU_BS_1770_1",
2663
+ "ITU_BS_1770_2",
2664
+ "ITU_BS_1770_3",
2665
+ "ITU_BS_1770_4"
2666
+ ]
2667
+ },
2668
+ "Eac3AtmosSettings": {
2669
+ "type": "structure",
2670
+ "members": {
2671
+ "Bitrate": {
2672
+ "shape": "__integerMin384000Max768000",
2673
+ "locationName": "bitrate"
2674
+ },
2675
+ "BitstreamMode": {
2676
+ "shape": "Eac3AtmosBitstreamMode",
2677
+ "locationName": "bitstreamMode"
2678
+ },
2679
+ "CodingMode": {
2680
+ "shape": "Eac3AtmosCodingMode",
2681
+ "locationName": "codingMode"
2682
+ },
2683
+ "DialogueIntelligence": {
2684
+ "shape": "Eac3AtmosDialogueIntelligence",
2685
+ "locationName": "dialogueIntelligence"
2686
+ },
2687
+ "DynamicRangeCompressionLine": {
2688
+ "shape": "Eac3AtmosDynamicRangeCompressionLine",
2689
+ "locationName": "dynamicRangeCompressionLine"
2690
+ },
2691
+ "DynamicRangeCompressionRf": {
2692
+ "shape": "Eac3AtmosDynamicRangeCompressionRf",
2693
+ "locationName": "dynamicRangeCompressionRf"
2694
+ },
2695
+ "LoRoCenterMixLevel": {
2696
+ "shape": "__doubleMinNegative6Max3",
2697
+ "locationName": "loRoCenterMixLevel"
2698
+ },
2699
+ "LoRoSurroundMixLevel": {
2700
+ "shape": "__doubleMinNegative60MaxNegative1",
2701
+ "locationName": "loRoSurroundMixLevel"
2702
+ },
2703
+ "LtRtCenterMixLevel": {
2704
+ "shape": "__doubleMinNegative6Max3",
2705
+ "locationName": "ltRtCenterMixLevel"
2706
+ },
2707
+ "LtRtSurroundMixLevel": {
2708
+ "shape": "__doubleMinNegative60MaxNegative1",
2709
+ "locationName": "ltRtSurroundMixLevel"
2710
+ },
2711
+ "MeteringMode": {
2712
+ "shape": "Eac3AtmosMeteringMode",
2713
+ "locationName": "meteringMode"
2714
+ },
2715
+ "SampleRate": {
2716
+ "shape": "__integerMin48000Max48000",
2717
+ "locationName": "sampleRate"
2718
+ },
2719
+ "SpeechThreshold": {
2720
+ "shape": "__integerMin1Max100",
2721
+ "locationName": "speechThreshold"
2722
+ },
2723
+ "StereoDownmix": {
2724
+ "shape": "Eac3AtmosStereoDownmix",
2725
+ "locationName": "stereoDownmix"
2726
+ },
2727
+ "SurroundExMode": {
2728
+ "shape": "Eac3AtmosSurroundExMode",
2729
+ "locationName": "surroundExMode"
2730
+ }
2731
+ }
2732
+ },
2733
+ "Eac3AtmosStereoDownmix": {
2734
+ "type": "string",
2735
+ "enum": [
2736
+ "NOT_INDICATED",
2737
+ "STEREO",
2738
+ "SURROUND",
2739
+ "DPL2"
2740
+ ]
2741
+ },
2742
+ "Eac3AtmosSurroundExMode": {
2743
+ "type": "string",
2744
+ "enum": [
2745
+ "NOT_INDICATED",
2746
+ "ENABLED",
2747
+ "DISABLED"
2748
+ ]
2749
+ },
2610
2750
  "Eac3AttenuationControl": {
2611
2751
  "type": "string",
2612
2752
  "enum": [
@@ -2823,6 +2963,10 @@
2823
2963
  "Destination608ChannelNumber": {
2824
2964
  "shape": "__integerMin1Max4",
2825
2965
  "locationName": "destination608ChannelNumber"
2966
+ },
2967
+ "Destination708ServiceNumber": {
2968
+ "shape": "__integerMin1Max6",
2969
+ "locationName": "destination708ServiceNumber"
2826
2970
  }
2827
2971
  }
2828
2972
  },
@@ -3874,6 +4018,13 @@
3874
4018
  "ELEMENTAL_SCTE35"
3875
4019
  ]
3876
4020
  },
4021
+ "HlsAudioOnlyContainer": {
4022
+ "type": "string",
4023
+ "enum": [
4024
+ "AUTOMATIC",
4025
+ "M2TS"
4026
+ ]
4027
+ },
3877
4028
  "HlsAudioTrackType": {
3878
4029
  "type": "string",
3879
4030
  "enum": [
@@ -4144,6 +4295,10 @@
4144
4295
  "shape": "__string",
4145
4296
  "locationName": "audioGroupId"
4146
4297
  },
4298
+ "AudioOnlyContainer": {
4299
+ "shape": "HlsAudioOnlyContainer",
4300
+ "locationName": "audioOnlyContainer"
4301
+ },
4147
4302
  "AudioRenditionSets": {
4148
4303
  "shape": "__string",
4149
4304
  "locationName": "audioRenditionSets"
@@ -4214,6 +4369,10 @@
4214
4369
  "shape": "__mapOfCaptionSelector",
4215
4370
  "locationName": "captionSelectors"
4216
4371
  },
4372
+ "Crop": {
4373
+ "shape": "Rectangle",
4374
+ "locationName": "crop"
4375
+ },
4217
4376
  "DeblockFilter": {
4218
4377
  "shape": "InputDeblockFilter",
4219
4378
  "locationName": "deblockFilter"
@@ -4227,7 +4386,7 @@
4227
4386
  "locationName": "denoiseFilter"
4228
4387
  },
4229
4388
  "FileInput": {
4230
- "shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
4389
+ "shape": "__stringPatternHttpHttpsS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
4231
4390
  "locationName": "fileInput"
4232
4391
  },
4233
4392
  "FilterEnable": {
@@ -4246,6 +4405,10 @@
4246
4405
  "shape": "__listOfInputClipping",
4247
4406
  "locationName": "inputClippings"
4248
4407
  },
4408
+ "Position": {
4409
+ "shape": "Rectangle",
4410
+ "locationName": "position"
4411
+ },
4249
4412
  "ProgramNumber": {
4250
4413
  "shape": "__integerMin1Max2147483647",
4251
4414
  "locationName": "programNumber"
@@ -4356,6 +4519,10 @@
4356
4519
  "shape": "__mapOfCaptionSelector",
4357
4520
  "locationName": "captionSelectors"
4358
4521
  },
4522
+ "Crop": {
4523
+ "shape": "Rectangle",
4524
+ "locationName": "crop"
4525
+ },
4359
4526
  "DeblockFilter": {
4360
4527
  "shape": "InputDeblockFilter",
4361
4528
  "locationName": "deblockFilter"
@@ -4380,6 +4547,10 @@
4380
4547
  "shape": "__listOfInputClipping",
4381
4548
  "locationName": "inputClippings"
4382
4549
  },
4550
+ "Position": {
4551
+ "shape": "Rectangle",
4552
+ "locationName": "position"
4553
+ },
4383
4554
  "ProgramNumber": {
4384
4555
  "shape": "__integerMin1Max2147483647",
4385
4556
  "locationName": "programNumber"
@@ -5946,7 +6117,7 @@
5946
6117
  "type": "structure",
5947
6118
  "members": {
5948
6119
  "BreakoutCode": {
5949
- "shape": "__integerMin0Max9",
6120
+ "shape": "__integerMin0Max0",
5950
6121
  "locationName": "breakoutCode"
5951
6122
  },
5952
6123
  "DistributorId": {
@@ -6563,7 +6734,7 @@
6563
6734
  "locationName": "encryptionType"
6564
6735
  },
6565
6736
  "KmsKeyArn": {
6566
- "shape": "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
6737
+ "shape": "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
6567
6738
  "locationName": "kmsKeyArn"
6568
6739
  }
6569
6740
  }
@@ -7203,9 +7374,17 @@
7203
7374
  "__doubleMinNegative60MaxNegative1": {
7204
7375
  "type": "double"
7205
7376
  },
7377
+ "__doubleMinNegative6Max3": {
7378
+ "type": "double"
7379
+ },
7206
7380
  "__integer": {
7207
7381
  "type": "integer"
7208
7382
  },
7383
+ "__integerMin0Max0": {
7384
+ "type": "integer",
7385
+ "min": 0,
7386
+ "max": 0
7387
+ },
7209
7388
  "__integerMin0Max10": {
7210
7389
  "type": "integer",
7211
7390
  "min": 0,
@@ -7311,11 +7490,6 @@
7311
7490
  "min": 0,
7312
7491
  "max": 8
7313
7492
  },
7314
- "__integerMin0Max9": {
7315
- "type": "integer",
7316
- "min": 0,
7317
- "max": 9
7318
- },
7319
7493
  "__integerMin0Max96": {
7320
7494
  "type": "integer",
7321
7495
  "min": 0,
@@ -7486,6 +7660,11 @@
7486
7660
  "min": 32,
7487
7661
  "max": 8182
7488
7662
  },
7663
+ "__integerMin384000Max768000": {
7664
+ "type": "integer",
7665
+ "min": 384000,
7666
+ "max": 768000
7667
+ },
7489
7668
  "__integerMin48000Max48000": {
7490
7669
  "type": "integer",
7491
7670
  "min": 48000,
@@ -7863,14 +8042,18 @@
7863
8042
  "type": "string",
7864
8043
  "pattern": "^arn:aws(-us-gov)?:acm:"
7865
8044
  },
7866
- "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912": {
8045
+ "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912": {
7867
8046
  "type": "string",
7868
- "pattern": "^arn:aws(-us-gov)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\d{12}:key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
8047
+ "pattern": "^arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\d{12}:key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
7869
8048
  },
7870
8049
  "__stringPatternDD": {
7871
8050
  "type": "string",
7872
8051
  "pattern": "^(\\d+(\\/\\d+)*)$"
7873
8052
  },
8053
+ "__stringPatternHttpHttpsS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
8054
+ "type": "string",
8055
+ "pattern": "^(http|https|s3)://([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))$"
8056
+ },
7874
8057
  "__stringPatternHttps": {
7875
8058
  "type": "string",
7876
8059
  "pattern": "^https:\\/\\/"
@@ -7891,10 +8074,6 @@
7891
8074
  "type": "string",
7892
8075
  "pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))$"
7893
8076
  },
7894
- "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
7895
- "type": "string",
7896
- "pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))$"
7897
- },
7898
8077
  "__stringPatternSNManifestConfirmConditionNotificationNS": {
7899
8078
  "type": "string",
7900
8079
  "pattern": "^\\s*<(.|\\n)*ManifestConfirmConditionNotification(.|\\n)*>\\s*$"