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
@@ -2149,6 +2149,10 @@
2149
2149
  "shape": "__string",
2150
2150
  "locationName": "name"
2151
2151
  },
2152
+ "PipelineDetails": {
2153
+ "shape": "__listOfPipelineDetail",
2154
+ "locationName": "pipelineDetails"
2155
+ },
2152
2156
  "PipelinesRunningCount": {
2153
2157
  "shape": "__integer",
2154
2158
  "locationName": "pipelinesRunningCount"
@@ -2616,6 +2620,10 @@
2616
2620
  "shape": "__string",
2617
2621
  "locationName": "name"
2618
2622
  },
2623
+ "PipelineDetails": {
2624
+ "shape": "__listOfPipelineDetail",
2625
+ "locationName": "pipelineDetails"
2626
+ },
2619
2627
  "PipelinesRunningCount": {
2620
2628
  "shape": "__integer",
2621
2629
  "locationName": "pipelinesRunningCount"
@@ -2853,6 +2861,10 @@
2853
2861
  "shape": "__string",
2854
2862
  "locationName": "name"
2855
2863
  },
2864
+ "PipelineDetails": {
2865
+ "shape": "__listOfPipelineDetail",
2866
+ "locationName": "pipelineDetails"
2867
+ },
2856
2868
  "PipelinesRunningCount": {
2857
2869
  "shape": "__integer",
2858
2870
  "locationName": "pipelinesRunningCount"
@@ -2907,6 +2919,10 @@
2907
2919
  "shape": "InputClass",
2908
2920
  "locationName": "inputClass"
2909
2921
  },
2922
+ "InputSourceType": {
2923
+ "shape": "InputSourceType",
2924
+ "locationName": "inputSourceType"
2925
+ },
2910
2926
  "MediaConnectFlows": {
2911
2927
  "shape": "__listOfMediaConnectFlow",
2912
2928
  "locationName": "mediaConnectFlows"
@@ -4668,6 +4684,11 @@
4668
4684
  "STANDARD"
4669
4685
  ]
4670
4686
  },
4687
+ "ImmediateModeScheduleActionStartSettings": {
4688
+ "type": "structure",
4689
+ "members": {
4690
+ }
4691
+ },
4671
4692
  "Input": {
4672
4693
  "type": "structure",
4673
4694
  "members": {
@@ -4691,6 +4712,10 @@
4691
4712
  "shape": "InputClass",
4692
4713
  "locationName": "inputClass"
4693
4714
  },
4715
+ "InputSourceType": {
4716
+ "shape": "InputSourceType",
4717
+ "locationName": "inputSourceType"
4718
+ },
4694
4719
  "MediaConnectFlows": {
4695
4720
  "shape": "__listOfMediaConnectFlow",
4696
4721
  "locationName": "mediaConnectFlows"
@@ -4766,6 +4791,26 @@
4766
4791
  "SINGLE_PIPELINE"
4767
4792
  ]
4768
4793
  },
4794
+ "InputClippingSettings": {
4795
+ "type": "structure",
4796
+ "members": {
4797
+ "InputTimecodeSource": {
4798
+ "shape": "InputTimecodeSource",
4799
+ "locationName": "inputTimecodeSource"
4800
+ },
4801
+ "StartTimecode": {
4802
+ "shape": "StartTimecode",
4803
+ "locationName": "startTimecode"
4804
+ },
4805
+ "StopTimecode": {
4806
+ "shape": "StopTimecode",
4807
+ "locationName": "stopTimecode"
4808
+ }
4809
+ },
4810
+ "required": [
4811
+ "InputTimecodeSource"
4812
+ ]
4813
+ },
4769
4814
  "InputCodec": {
4770
4815
  "type": "string",
4771
4816
  "enum": [
@@ -5069,6 +5114,13 @@
5069
5114
  }
5070
5115
  }
5071
5116
  },
5117
+ "InputSourceType": {
5118
+ "type": "string",
5119
+ "enum": [
5120
+ "STATIC",
5121
+ "DYNAMIC"
5122
+ ]
5123
+ },
5072
5124
  "InputSpecification": {
5073
5125
  "type": "structure",
5074
5126
  "members": {
@@ -5102,12 +5154,27 @@
5102
5154
  "InputAttachmentNameReference": {
5103
5155
  "shape": "__string",
5104
5156
  "locationName": "inputAttachmentNameReference"
5157
+ },
5158
+ "InputClippingSettings": {
5159
+ "shape": "InputClippingSettings",
5160
+ "locationName": "inputClippingSettings"
5161
+ },
5162
+ "UrlPath": {
5163
+ "shape": "__listOf__string",
5164
+ "locationName": "urlPath"
5105
5165
  }
5106
5166
  },
5107
5167
  "required": [
5108
5168
  "InputAttachmentNameReference"
5109
5169
  ]
5110
5170
  },
5171
+ "InputTimecodeSource": {
5172
+ "type": "string",
5173
+ "enum": [
5174
+ "ZEROBASED",
5175
+ "EMBEDDED"
5176
+ ]
5177
+ },
5111
5178
  "InputType": {
5112
5179
  "type": "string",
5113
5180
  "enum": [
@@ -5194,6 +5261,13 @@
5194
5261
  }
5195
5262
  }
5196
5263
  },
5264
+ "LastFrameClippingBehavior": {
5265
+ "type": "string",
5266
+ "enum": [
5267
+ "EXCLUDE_LAST_FRAME",
5268
+ "INCLUDE_LAST_FRAME"
5269
+ ]
5270
+ },
5197
5271
  "LimitExceeded": {
5198
5272
  "type": "structure",
5199
5273
  "members": {
@@ -6370,6 +6444,23 @@
6370
6444
  }
6371
6445
  }
6372
6446
  },
6447
+ "PipelineDetail": {
6448
+ "type": "structure",
6449
+ "members": {
6450
+ "ActiveInputAttachmentName": {
6451
+ "shape": "__string",
6452
+ "locationName": "activeInputAttachmentName"
6453
+ },
6454
+ "ActiveInputSwitchActionName": {
6455
+ "shape": "__string",
6456
+ "locationName": "activeInputSwitchActionName"
6457
+ },
6458
+ "PipelineId": {
6459
+ "shape": "__string",
6460
+ "locationName": "pipelineId"
6461
+ }
6462
+ }
6463
+ },
6373
6464
  "PipelineId": {
6374
6465
  "type": "string",
6375
6466
  "enum": [
@@ -6836,6 +6927,10 @@
6836
6927
  "FollowModeScheduleActionStartSettings": {
6837
6928
  "shape": "FollowModeScheduleActionStartSettings",
6838
6929
  "locationName": "followModeScheduleActionStartSettings"
6930
+ },
6931
+ "ImmediateModeScheduleActionStartSettings": {
6932
+ "shape": "ImmediateModeScheduleActionStartSettings",
6933
+ "locationName": "immediateModeScheduleActionStartSettings"
6839
6934
  }
6840
6935
  }
6841
6936
  },
@@ -6991,7 +7086,7 @@
6991
7086
  "type": "structure",
6992
7087
  "members": {
6993
7088
  "SpliceEventId": {
6994
- "shape": "__integerMin0Max4294967295",
7089
+ "shape": "__longMin0Max4294967295",
6995
7090
  "locationName": "spliceEventId"
6996
7091
  }
6997
7092
  },
@@ -7022,11 +7117,11 @@
7022
7117
  "locationName": "segmentationCancelIndicator"
7023
7118
  },
7024
7119
  "SegmentationDuration": {
7025
- "shape": "__integerMin0Max1099511627775",
7120
+ "shape": "__longMin0Max1099511627775",
7026
7121
  "locationName": "segmentationDuration"
7027
7122
  },
7028
7123
  "SegmentationEventId": {
7029
- "shape": "__integerMin0Max4294967295",
7124
+ "shape": "__longMin0Max4294967295",
7030
7125
  "locationName": "segmentationEventId"
7031
7126
  },
7032
7127
  "SegmentationTypeId": {
@@ -7087,11 +7182,11 @@
7087
7182
  "type": "structure",
7088
7183
  "members": {
7089
7184
  "Duration": {
7090
- "shape": "__integerMin0Max8589934591",
7185
+ "shape": "__longMin0Max8589934591",
7091
7186
  "locationName": "duration"
7092
7187
  },
7093
7188
  "SpliceEventId": {
7094
- "shape": "__integerMin0Max4294967295",
7189
+ "shape": "__longMin0Max4294967295",
7095
7190
  "locationName": "spliceEventId"
7096
7191
  }
7097
7192
  },
@@ -7142,6 +7237,23 @@
7142
7237
  "WEB_DELIVERY_ALLOWED"
7143
7238
  ]
7144
7239
  },
7240
+ "ServiceDescriptor": {
7241
+ "type": "structure",
7242
+ "members": {
7243
+ "ProviderName": {
7244
+ "shape": "__stringMax256",
7245
+ "locationName": "providerName"
7246
+ },
7247
+ "ServiceName": {
7248
+ "shape": "__stringMax256",
7249
+ "locationName": "serviceName"
7250
+ }
7251
+ },
7252
+ "required": [
7253
+ "ProviderName",
7254
+ "ServiceName"
7255
+ ]
7256
+ },
7145
7257
  "SmoothGroupAudioOnlyTimecodeControl": {
7146
7258
  "type": "string",
7147
7259
  "enum": [
@@ -7276,6 +7388,10 @@
7276
7388
  "shape": "__string",
7277
7389
  "locationName": "name"
7278
7390
  },
7391
+ "PipelineDetails": {
7392
+ "shape": "__listOfPipelineDetail",
7393
+ "locationName": "pipelineDetails"
7394
+ },
7279
7395
  "PipelinesRunningCount": {
7280
7396
  "shape": "__integer",
7281
7397
  "locationName": "pipelinesRunningCount"
@@ -7294,6 +7410,15 @@
7294
7410
  }
7295
7411
  }
7296
7412
  },
7413
+ "StartTimecode": {
7414
+ "type": "structure",
7415
+ "members": {
7416
+ "Timecode": {
7417
+ "shape": "__string",
7418
+ "locationName": "timecode"
7419
+ }
7420
+ }
7421
+ },
7297
7422
  "StaticImageActivateScheduleActionSettings": {
7298
7423
  "type": "structure",
7299
7424
  "members": {
@@ -7427,6 +7552,10 @@
7427
7552
  "shape": "__string",
7428
7553
  "locationName": "name"
7429
7554
  },
7555
+ "PipelineDetails": {
7556
+ "shape": "__listOfPipelineDetail",
7557
+ "locationName": "pipelineDetails"
7558
+ },
7430
7559
  "PipelinesRunningCount": {
7431
7560
  "shape": "__integer",
7432
7561
  "locationName": "pipelinesRunningCount"
@@ -7445,6 +7574,19 @@
7445
7574
  }
7446
7575
  }
7447
7576
  },
7577
+ "StopTimecode": {
7578
+ "type": "structure",
7579
+ "members": {
7580
+ "LastFrameClippingBehavior": {
7581
+ "shape": "LastFrameClippingBehavior",
7582
+ "locationName": "lastFrameClippingBehavior"
7583
+ },
7584
+ "Timecode": {
7585
+ "shape": "__string",
7586
+ "locationName": "timecode"
7587
+ }
7588
+ }
7589
+ },
7448
7590
  "Tags": {
7449
7591
  "type": "map",
7450
7592
  "key": {
@@ -8066,9 +8208,18 @@
8066
8208
  "__doubleMin0": {
8067
8209
  "type": "double"
8068
8210
  },
8211
+ "__doubleMin0Max1000000000": {
8212
+ "type": "double"
8213
+ },
8214
+ "__doubleMin0Max65535": {
8215
+ "type": "double"
8216
+ },
8069
8217
  "__doubleMin1": {
8070
8218
  "type": "double"
8071
8219
  },
8220
+ "__doubleMin10000Max1000000000": {
8221
+ "type": "double"
8222
+ },
8072
8223
  "__doubleMinNegative59Max0": {
8073
8224
  "type": "double"
8074
8225
  },
@@ -8104,11 +8255,6 @@
8104
8255
  "min": 0,
8105
8256
  "max": 1000000
8106
8257
  },
8107
- "__integerMin0Max1099511627775": {
8108
- "type": "long",
8109
- "min": 0,
8110
- "max": 1099511627775
8111
- },
8112
8258
  "__integerMin0Max128": {
8113
8259
  "type": "integer",
8114
8260
  "min": 0,
@@ -8134,11 +8280,6 @@
8134
8280
  "min": 0,
8135
8281
  "max": 3600
8136
8282
  },
8137
- "__integerMin0Max4294967295": {
8138
- "type": "long",
8139
- "min": 0,
8140
- "max": 4294967295
8141
- },
8142
8283
  "__integerMin0Max500": {
8143
8284
  "type": "integer",
8144
8285
  "min": 0,
@@ -8169,11 +8310,6 @@
8169
8310
  "min": 0,
8170
8311
  "max": 8191
8171
8312
  },
8172
- "__integerMin0Max8589934591": {
8173
- "type": "long",
8174
- "min": 0,
8175
- "max": 8589934591
8176
- },
8177
8313
  "__integerMin1": {
8178
8314
  "type": "integer",
8179
8315
  "min": 1
@@ -8182,6 +8318,11 @@
8182
8318
  "type": "integer",
8183
8319
  "min": 1000
8184
8320
  },
8321
+ "__integerMin100000Max100000000": {
8322
+ "type": "integer",
8323
+ "min": 100000,
8324
+ "max": 100000000
8325
+ },
8185
8326
  "__integerMin1000Max30000": {
8186
8327
  "type": "integer",
8187
8328
  "min": 1000,
@@ -8447,6 +8588,12 @@
8447
8588
  "shape": "OutputGroup"
8448
8589
  }
8449
8590
  },
8591
+ "__listOfPipelineDetail": {
8592
+ "type": "list",
8593
+ "member": {
8594
+ "shape": "PipelineDetail"
8595
+ }
8596
+ },
8450
8597
  "__listOfPipelinePauseStateSettings": {
8451
8598
  "type": "list",
8452
8599
  "member": {
@@ -8492,9 +8639,28 @@
8492
8639
  "__long": {
8493
8640
  "type": "long"
8494
8641
  },
8642
+ "__longMin0Max1099511627775": {
8643
+ "type": "long",
8644
+ "min": 0,
8645
+ "max": 1099511627775
8646
+ },
8647
+ "__longMin0Max4294967295": {
8648
+ "type": "long",
8649
+ "min": 0,
8650
+ "max": 4294967295
8651
+ },
8652
+ "__longMin0Max8589934591": {
8653
+ "type": "long",
8654
+ "min": 0,
8655
+ "max": 8589934591
8656
+ },
8495
8657
  "__string": {
8496
8658
  "type": "string"
8497
8659
  },
8660
+ "__stringMax256": {
8661
+ "type": "string",
8662
+ "max": 256
8663
+ },
8498
8664
  "__stringMax32": {
8499
8665
  "type": "string",
8500
8666
  "max": 32
@@ -796,6 +796,10 @@
796
796
  "shape" : "DeploymentMode",
797
797
  "locationName" : "deploymentMode"
798
798
  },
799
+ "EncryptionOptions" : {
800
+ "shape" : "EncryptionOptions",
801
+ "locationName" : "encryptionOptions"
802
+ },
799
803
  "EngineType" : {
800
804
  "shape" : "EngineType",
801
805
  "locationName" : "engineType"
@@ -875,6 +879,10 @@
875
879
  "shape" : "DeploymentMode",
876
880
  "locationName" : "deploymentMode"
877
881
  },
882
+ "EncryptionOptions" : {
883
+ "shape" : "EncryptionOptions",
884
+ "locationName" : "encryptionOptions"
885
+ },
878
886
  "EngineType" : {
879
887
  "shape" : "EngineType",
880
888
  "locationName" : "engineType"
@@ -1277,6 +1285,10 @@
1277
1285
  "shape" : "DeploymentMode",
1278
1286
  "locationName" : "deploymentMode"
1279
1287
  },
1288
+ "EncryptionOptions" : {
1289
+ "shape" : "EncryptionOptions",
1290
+ "locationName" : "encryptionOptions"
1291
+ },
1280
1292
  "EngineType" : {
1281
1293
  "shape" : "EngineType",
1282
1294
  "locationName" : "engineType"
@@ -1373,6 +1385,10 @@
1373
1385
  "shape" : "DeploymentMode",
1374
1386
  "locationName" : "deploymentMode"
1375
1387
  },
1388
+ "EncryptionOptions" : {
1389
+ "shape" : "EncryptionOptions",
1390
+ "locationName" : "encryptionOptions"
1391
+ },
1376
1392
  "EngineType" : {
1377
1393
  "shape" : "EngineType",
1378
1394
  "locationName" : "engineType"
@@ -1595,6 +1611,20 @@
1595
1611
  }
1596
1612
  }
1597
1613
  },
1614
+ "EncryptionOptions" : {
1615
+ "type" : "structure",
1616
+ "members" : {
1617
+ "KmsKeyId" : {
1618
+ "shape" : "__string",
1619
+ "locationName" : "kmsKeyId"
1620
+ },
1621
+ "UseAwsOwnedKey" : {
1622
+ "shape" : "__boolean",
1623
+ "locationName" : "useAwsOwnedKey"
1624
+ }
1625
+ },
1626
+ "required" : [ "UseAwsOwnedKey" ]
1627
+ },
1598
1628
  "EngineType" : {
1599
1629
  "type" : "string",
1600
1630
  "enum" : [ "ACTIVEMQ" ]
@@ -2446,5 +2476,15 @@
2446
2476
  "type" : "timestamp",
2447
2477
  "timestampFormat" : "unixTimestamp"
2448
2478
  }
2479
+ },
2480
+ "authorizers" : {
2481
+ "authorization_strategy" : {
2482
+ "name" : "authorization_strategy",
2483
+ "type" : "provided",
2484
+ "placement" : {
2485
+ "location" : "header",
2486
+ "name" : "Authorization"
2487
+ }
2488
+ }
2449
2489
  }
2450
2490
  }