aws-sdk-core 2.11.529 → 2.11.534
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +59 -0
- data/apis/ec2/2016-11-15/api-2.json +55 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +2 -1
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/organizations/2016-11-28/api-2.json +8 -4
- data/apis/rds/2014-10-31/api-2.json +19 -4
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +89 -2
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +25 -3
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +60 -3
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3f91c5f4eb33d45f295ef93a9848c40743ab2cd64490843a1e3d9cf9d83912b
|
4
|
+
data.tar.gz: b16cd6f9b361af70942c400b202c906f9ea9c64ff9e6b1f3b714c4b8d29e1922
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f0f650688c59cfea4fcfedcbb2fc433d6e4bb0ef13bdac035baa27ee89fc7978b172ab62fcc98f631268068616853caa670f94010f30fc845ebefd842c2f8b2
|
7
|
+
data.tar.gz: 0bee711b1e74db47fdd423f469b52f026310d49b36969fab43da2e9c03f5eec2695c1b3ded13713c10a128f36ec6618a181251b1133b977dbd95af384a1fe70d
|
@@ -1741,6 +1741,23 @@
|
|
1741
1741
|
"senderFault": true
|
1742
1742
|
}
|
1743
1743
|
},
|
1744
|
+
"ListenerTimeout": {
|
1745
|
+
"type": "structure",
|
1746
|
+
"members": {
|
1747
|
+
"grpc": {
|
1748
|
+
"shape": "GrpcTimeout"
|
1749
|
+
},
|
1750
|
+
"http": {
|
1751
|
+
"shape": "HttpTimeout"
|
1752
|
+
},
|
1753
|
+
"http2": {
|
1754
|
+
"shape": "HttpTimeout"
|
1755
|
+
},
|
1756
|
+
"tcp": {
|
1757
|
+
"shape": "TcpTimeout"
|
1758
|
+
}
|
1759
|
+
}
|
1760
|
+
},
|
1744
1761
|
"MeshList": {
|
1745
1762
|
"type": "list",
|
1746
1763
|
"member": {
|
@@ -2212,6 +2229,17 @@
|
|
2212
2229
|
}
|
2213
2230
|
}
|
2214
2231
|
},
|
2232
|
+
"HttpTimeout": {
|
2233
|
+
"type": "structure",
|
2234
|
+
"members": {
|
2235
|
+
"idle": {
|
2236
|
+
"shape": "Duration"
|
2237
|
+
},
|
2238
|
+
"perRequest": {
|
2239
|
+
"shape": "Duration"
|
2240
|
+
}
|
2241
|
+
}
|
2242
|
+
},
|
2215
2243
|
"DeleteVirtualServiceInput": {
|
2216
2244
|
"type": "structure",
|
2217
2245
|
"required": [
|
@@ -2718,6 +2746,17 @@
|
|
2718
2746
|
}
|
2719
2747
|
}
|
2720
2748
|
},
|
2749
|
+
"GrpcTimeout": {
|
2750
|
+
"type": "structure",
|
2751
|
+
"members": {
|
2752
|
+
"idle": {
|
2753
|
+
"shape": "Duration"
|
2754
|
+
},
|
2755
|
+
"perRequest": {
|
2756
|
+
"shape": "Duration"
|
2757
|
+
}
|
2758
|
+
}
|
2759
|
+
},
|
2721
2760
|
"VirtualNodeStatus": {
|
2722
2761
|
"type": "structure",
|
2723
2762
|
"required": [
|
@@ -3040,6 +3079,9 @@
|
|
3040
3079
|
"members": {
|
3041
3080
|
"action": {
|
3042
3081
|
"shape": "TcpRouteAction"
|
3082
|
+
},
|
3083
|
+
"timeout": {
|
3084
|
+
"shape": "TcpTimeout"
|
3043
3085
|
}
|
3044
3086
|
}
|
3045
3087
|
},
|
@@ -3390,6 +3432,9 @@
|
|
3390
3432
|
"portMapping": {
|
3391
3433
|
"shape": "PortMapping"
|
3392
3434
|
},
|
3435
|
+
"timeout": {
|
3436
|
+
"shape": "ListenerTimeout"
|
3437
|
+
},
|
3393
3438
|
"tls": {
|
3394
3439
|
"shape": "ListenerTls"
|
3395
3440
|
}
|
@@ -3410,6 +3455,9 @@
|
|
3410
3455
|
},
|
3411
3456
|
"retryPolicy": {
|
3412
3457
|
"shape": "GrpcRetryPolicy"
|
3458
|
+
},
|
3459
|
+
"timeout": {
|
3460
|
+
"shape": "GrpcTimeout"
|
3413
3461
|
}
|
3414
3462
|
}
|
3415
3463
|
},
|
@@ -3646,6 +3694,14 @@
|
|
3646
3694
|
"String": {
|
3647
3695
|
"type": "string"
|
3648
3696
|
},
|
3697
|
+
"TcpTimeout": {
|
3698
|
+
"type": "structure",
|
3699
|
+
"members": {
|
3700
|
+
"idle": {
|
3701
|
+
"shape": "Duration"
|
3702
|
+
}
|
3703
|
+
}
|
3704
|
+
},
|
3649
3705
|
"HttpScheme": {
|
3650
3706
|
"type": "string",
|
3651
3707
|
"enum": [
|
@@ -3706,6 +3762,9 @@
|
|
3706
3762
|
},
|
3707
3763
|
"retryPolicy": {
|
3708
3764
|
"shape": "HttpRetryPolicy"
|
3765
|
+
},
|
3766
|
+
"timeout": {
|
3767
|
+
"shape": "HttpTimeout"
|
3709
3768
|
}
|
3710
3769
|
}
|
3711
3770
|
},
|
@@ -6786,6 +6786,10 @@
|
|
6786
6786
|
"TargetEnvironment":{
|
6787
6787
|
"shape":"ExportEnvironment",
|
6788
6788
|
"locationName":"targetEnvironment"
|
6789
|
+
},
|
6790
|
+
"TagSpecifications":{
|
6791
|
+
"shape":"TagSpecificationList",
|
6792
|
+
"locationName":"TagSpecification"
|
6789
6793
|
}
|
6790
6794
|
}
|
6791
6795
|
},
|
@@ -13514,6 +13518,10 @@
|
|
13514
13518
|
"EbsOptimizedInfo":{
|
13515
13519
|
"shape":"EbsOptimizedInfo",
|
13516
13520
|
"locationName":"ebsOptimizedInfo"
|
13521
|
+
},
|
13522
|
+
"NvmeSupport":{
|
13523
|
+
"shape":"EbsNvmeSupport",
|
13524
|
+
"locationName":"nvmeSupport"
|
13517
13525
|
}
|
13518
13526
|
}
|
13519
13527
|
},
|
@@ -13551,6 +13559,14 @@
|
|
13551
13559
|
}
|
13552
13560
|
}
|
13553
13561
|
},
|
13562
|
+
"EbsNvmeSupport":{
|
13563
|
+
"type":"string",
|
13564
|
+
"enum":[
|
13565
|
+
"unsupported",
|
13566
|
+
"supported",
|
13567
|
+
"required"
|
13568
|
+
]
|
13569
|
+
},
|
13554
13570
|
"EbsOptimizedInfo":{
|
13555
13571
|
"type":"structure",
|
13556
13572
|
"members":{
|
@@ -14184,7 +14200,11 @@
|
|
14184
14200
|
"DryRun":{"shape":"Boolean"},
|
14185
14201
|
"ImageId":{"shape":"ImageId"},
|
14186
14202
|
"S3ExportLocation":{"shape":"ExportTaskS3LocationRequest"},
|
14187
|
-
"RoleName":{"shape":"String"}
|
14203
|
+
"RoleName":{"shape":"String"},
|
14204
|
+
"TagSpecifications":{
|
14205
|
+
"shape":"TagSpecificationList",
|
14206
|
+
"locationName":"TagSpecification"
|
14207
|
+
}
|
14188
14208
|
}
|
14189
14209
|
},
|
14190
14210
|
"ExportImageResult":{
|
@@ -14225,6 +14245,10 @@
|
|
14225
14245
|
"StatusMessage":{
|
14226
14246
|
"shape":"String",
|
14227
14247
|
"locationName":"statusMessage"
|
14248
|
+
},
|
14249
|
+
"Tags":{
|
14250
|
+
"shape":"TagList",
|
14251
|
+
"locationName":"tagSet"
|
14228
14252
|
}
|
14229
14253
|
}
|
14230
14254
|
},
|
@@ -14258,6 +14282,10 @@
|
|
14258
14282
|
"StatusMessage":{
|
14259
14283
|
"shape":"String",
|
14260
14284
|
"locationName":"statusMessage"
|
14285
|
+
},
|
14286
|
+
"Tags":{
|
14287
|
+
"shape":"TagList",
|
14288
|
+
"locationName":"tagSet"
|
14261
14289
|
}
|
14262
14290
|
}
|
14263
14291
|
},
|
@@ -16335,7 +16363,11 @@
|
|
16335
16363
|
"LicenseType":{"shape":"String"},
|
16336
16364
|
"Platform":{"shape":"String"},
|
16337
16365
|
"RoleName":{"shape":"String"},
|
16338
|
-
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"}
|
16366
|
+
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"},
|
16367
|
+
"TagSpecifications":{
|
16368
|
+
"shape":"TagSpecificationList",
|
16369
|
+
"locationName":"TagSpecification"
|
16370
|
+
}
|
16339
16371
|
}
|
16340
16372
|
},
|
16341
16373
|
"ImportImageResult":{
|
@@ -16362,11 +16394,11 @@
|
|
16362
16394
|
"locationName":"imageId"
|
16363
16395
|
},
|
16364
16396
|
"ImportTaskId":{
|
16365
|
-
"shape":"
|
16397
|
+
"shape":"ImportImageTaskId",
|
16366
16398
|
"locationName":"importTaskId"
|
16367
16399
|
},
|
16368
16400
|
"KmsKeyId":{
|
16369
|
-
"shape":"
|
16401
|
+
"shape":"KmsKeyId",
|
16370
16402
|
"locationName":"kmsKeyId"
|
16371
16403
|
},
|
16372
16404
|
"LicenseType":{
|
@@ -16396,6 +16428,10 @@
|
|
16396
16428
|
"LicenseSpecifications":{
|
16397
16429
|
"shape":"ImportImageLicenseSpecificationListResponse",
|
16398
16430
|
"locationName":"licenseSpecifications"
|
16431
|
+
},
|
16432
|
+
"Tags":{
|
16433
|
+
"shape":"TagList",
|
16434
|
+
"locationName":"tagSet"
|
16399
16435
|
}
|
16400
16436
|
}
|
16401
16437
|
},
|
@@ -16673,7 +16709,11 @@
|
|
16673
16709
|
"DryRun":{"shape":"Boolean"},
|
16674
16710
|
"Encrypted":{"shape":"Boolean"},
|
16675
16711
|
"KmsKeyId":{"shape":"KmsKeyId"},
|
16676
|
-
"RoleName":{"shape":"String"}
|
16712
|
+
"RoleName":{"shape":"String"},
|
16713
|
+
"TagSpecifications":{
|
16714
|
+
"shape":"TagSpecificationList",
|
16715
|
+
"locationName":"TagSpecification"
|
16716
|
+
}
|
16677
16717
|
}
|
16678
16718
|
},
|
16679
16719
|
"ImportSnapshotResult":{
|
@@ -16690,6 +16730,10 @@
|
|
16690
16730
|
"SnapshotTaskDetail":{
|
16691
16731
|
"shape":"SnapshotTaskDetail",
|
16692
16732
|
"locationName":"snapshotTaskDetail"
|
16733
|
+
},
|
16734
|
+
"Tags":{
|
16735
|
+
"shape":"TagList",
|
16736
|
+
"locationName":"tagSet"
|
16693
16737
|
}
|
16694
16738
|
}
|
16695
16739
|
},
|
@@ -24128,14 +24172,20 @@
|
|
24128
24172
|
"dedicated-host",
|
24129
24173
|
"dhcp-options",
|
24130
24174
|
"elastic-ip",
|
24175
|
+
"elastic-gpu",
|
24176
|
+
"export-image-task",
|
24177
|
+
"export-instance-task",
|
24131
24178
|
"fleet",
|
24132
24179
|
"fpga-image",
|
24133
24180
|
"host-reservation",
|
24134
24181
|
"image",
|
24182
|
+
"import-image-task",
|
24183
|
+
"import-snapshot-task",
|
24135
24184
|
"instance",
|
24136
24185
|
"internet-gateway",
|
24137
24186
|
"key-pair",
|
24138
24187
|
"launch-template",
|
24188
|
+
"local-gateway-route-table-vpc-association",
|
24139
24189
|
"natgateway",
|
24140
24190
|
"network-acl",
|
24141
24191
|
"network-interface",
|
@@ -807,7 +807,8 @@
|
|
807
807
|
"UnitType":{"shape":"ComputeLimitsUnitType"},
|
808
808
|
"MinimumCapacityUnits":{"shape":"Integer"},
|
809
809
|
"MaximumCapacityUnits":{"shape":"Integer"},
|
810
|
-
"MaximumOnDemandCapacityUnits":{"shape":"Integer"}
|
810
|
+
"MaximumOnDemandCapacityUnits":{"shape":"Integer"},
|
811
|
+
"MaximumCoreCapacityUnits":{"shape":"Integer"}
|
811
812
|
}
|
812
813
|
},
|
813
814
|
"ComputeLimitsUnitType":{
|
@@ -6721,6 +6721,27 @@
|
|
6721
6721
|
}
|
6722
6722
|
}
|
6723
6723
|
},
|
6724
|
+
"NexGuardFileMarkerSettings": {
|
6725
|
+
"type": "structure",
|
6726
|
+
"members": {
|
6727
|
+
"License": {
|
6728
|
+
"shape": "__stringMin1Max100000",
|
6729
|
+
"locationName": "license"
|
6730
|
+
},
|
6731
|
+
"Payload": {
|
6732
|
+
"shape": "__integerMin0Max4194303",
|
6733
|
+
"locationName": "payload"
|
6734
|
+
},
|
6735
|
+
"Preset": {
|
6736
|
+
"shape": "__stringMin1Max256",
|
6737
|
+
"locationName": "preset"
|
6738
|
+
},
|
6739
|
+
"Strength": {
|
6740
|
+
"shape": "WatermarkingStrength",
|
6741
|
+
"locationName": "strength"
|
6742
|
+
}
|
6743
|
+
}
|
6744
|
+
},
|
6724
6745
|
"NielsenConfiguration": {
|
6725
6746
|
"type": "structure",
|
6726
6747
|
"members": {
|
@@ -7006,6 +7027,15 @@
|
|
7006
7027
|
}
|
7007
7028
|
}
|
7008
7029
|
},
|
7030
|
+
"PartnerWatermarking": {
|
7031
|
+
"type": "structure",
|
7032
|
+
"members": {
|
7033
|
+
"NexguardFileMarkerSettings": {
|
7034
|
+
"shape": "NexGuardFileMarkerSettings",
|
7035
|
+
"locationName": "nexguardFileMarkerSettings"
|
7036
|
+
}
|
7037
|
+
}
|
7038
|
+
},
|
7009
7039
|
"Preset": {
|
7010
7040
|
"type": "structure",
|
7011
7041
|
"members": {
|
@@ -8055,6 +8085,10 @@
|
|
8055
8085
|
"shape": "NoiseReducer",
|
8056
8086
|
"locationName": "noiseReducer"
|
8057
8087
|
},
|
8088
|
+
"PartnerWatermarking": {
|
8089
|
+
"shape": "PartnerWatermarking",
|
8090
|
+
"locationName": "partnerWatermarking"
|
8091
|
+
},
|
8058
8092
|
"TimecodeBurnin": {
|
8059
8093
|
"shape": "TimecodeBurnin",
|
8060
8094
|
"locationName": "timecodeBurnin"
|
@@ -8300,6 +8334,16 @@
|
|
8300
8334
|
}
|
8301
8335
|
}
|
8302
8336
|
},
|
8337
|
+
"WatermarkingStrength": {
|
8338
|
+
"type": "string",
|
8339
|
+
"enum": [
|
8340
|
+
"LIGHTEST",
|
8341
|
+
"LIGHTER",
|
8342
|
+
"DEFAULT",
|
8343
|
+
"STRONGER",
|
8344
|
+
"STRONGEST"
|
8345
|
+
]
|
8346
|
+
},
|
8303
8347
|
"WavFormat": {
|
8304
8348
|
"type": "string",
|
8305
8349
|
"enum": [
|
@@ -8448,6 +8492,11 @@
|
|
8448
8492
|
"min": 0,
|
8449
8493
|
"max": 4
|
8450
8494
|
},
|
8495
|
+
"__integerMin0Max4194303": {
|
8496
|
+
"type": "integer",
|
8497
|
+
"min": 0,
|
8498
|
+
"max": 4194303
|
8499
|
+
},
|
8451
8500
|
"__integerMin0Max47185920": {
|
8452
8501
|
"type": "integer",
|
8453
8502
|
"min": 0,
|
@@ -9053,6 +9102,11 @@
|
|
9053
9102
|
"max": 24,
|
9054
9103
|
"pattern": "^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$"
|
9055
9104
|
},
|
9105
|
+
"__stringMin1Max100000": {
|
9106
|
+
"type": "string",
|
9107
|
+
"min": 1,
|
9108
|
+
"max": 100000
|
9109
|
+
},
|
9056
9110
|
"__stringMin1Max256": {
|
9057
9111
|
"type": "string",
|
9058
9112
|
"min": 1,
|
@@ -9187,4 +9241,4 @@
|
|
9187
9241
|
"timestampFormat": "unixTimestamp"
|
9188
9242
|
}
|
9189
9243
|
}
|
9190
|
-
}
|
9244
|
+
}
|
@@ -4715,6 +4715,10 @@
|
|
4715
4715
|
"shape": "__listOfCaptionDescription",
|
4716
4716
|
"locationName": "captionDescriptions"
|
4717
4717
|
},
|
4718
|
+
"FeatureActivations": {
|
4719
|
+
"shape": "FeatureActivations",
|
4720
|
+
"locationName": "featureActivations"
|
4721
|
+
},
|
4718
4722
|
"GlobalConfiguration": {
|
4719
4723
|
"shape": "GlobalConfiguration",
|
4720
4724
|
"locationName": "globalConfiguration"
|
@@ -4743,6 +4747,22 @@
|
|
4743
4747
|
"TimecodeConfig"
|
4744
4748
|
]
|
4745
4749
|
},
|
4750
|
+
"FeatureActivations": {
|
4751
|
+
"type": "structure",
|
4752
|
+
"members": {
|
4753
|
+
"InputPrepareScheduleActions": {
|
4754
|
+
"shape": "FeatureActivationsInputPrepareScheduleActions",
|
4755
|
+
"locationName": "inputPrepareScheduleActions"
|
4756
|
+
}
|
4757
|
+
}
|
4758
|
+
},
|
4759
|
+
"FeatureActivationsInputPrepareScheduleActions": {
|
4760
|
+
"type": "string",
|
4761
|
+
"enum": [
|
4762
|
+
"DISABLED",
|
4763
|
+
"ENABLED"
|
4764
|
+
]
|
4765
|
+
},
|
4746
4766
|
"FecOutputIncludeFec": {
|
4747
4767
|
"type": "string",
|
4748
4768
|
"enum": [
|
@@ -6706,6 +6726,26 @@
|
|
6706
6726
|
"PRIMARY_INPUT_PREFERRED"
|
6707
6727
|
]
|
6708
6728
|
},
|
6729
|
+
"InputPrepareScheduleActionSettings": {
|
6730
|
+
"type": "structure",
|
6731
|
+
"members": {
|
6732
|
+
"InputAttachmentNameReference": {
|
6733
|
+
"shape": "__string",
|
6734
|
+
"locationName": "inputAttachmentNameReference"
|
6735
|
+
},
|
6736
|
+
"InputClippingSettings": {
|
6737
|
+
"shape": "InputClippingSettings",
|
6738
|
+
"locationName": "inputClippingSettings"
|
6739
|
+
},
|
6740
|
+
"UrlPath": {
|
6741
|
+
"shape": "__listOf__string",
|
6742
|
+
"locationName": "urlPath"
|
6743
|
+
}
|
6744
|
+
},
|
6745
|
+
"required": [
|
6746
|
+
"InputAttachmentNameReference"
|
6747
|
+
]
|
6748
|
+
},
|
6709
6749
|
"InputResolution": {
|
6710
6750
|
"type": "string",
|
6711
6751
|
"enum": [
|
@@ -9203,6 +9243,10 @@
|
|
9203
9243
|
"shape": "HlsTimedMetadataScheduleActionSettings",
|
9204
9244
|
"locationName": "hlsTimedMetadataSettings"
|
9205
9245
|
},
|
9246
|
+
"InputPrepareSettings": {
|
9247
|
+
"shape": "InputPrepareScheduleActionSettings",
|
9248
|
+
"locationName": "inputPrepareSettings"
|
9249
|
+
},
|
9206
9250
|
"InputSwitchSettings": {
|
9207
9251
|
"shape": "InputSwitchScheduleActionSettings",
|
9208
9252
|
"locationName": "inputSwitchSettings"
|