aws-sdk-core 2.11.495 → 2.11.496
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ecr/2015-09-21/api-2.json +19 -1
- data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +87 -7
- data/apis/kinesisvideo/2017-09-30/api-2.json +8 -4
- data/apis/medialive/2017-10-14/api-2.json +125 -1
- data/apis/route53/2013-04-01/api-2.json +14 -3
- data/apis/route53/2013-04-01/paginators-1.json +6 -0
- data/apis/ssm/2014-11-06/api-2.json +31 -7
- data/endpoints.json +48 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a53d65367f9d54cc7d57f72fc0cd57139325bcac111aa29179c23c53dd40166c
|
4
|
+
data.tar.gz: d8187aeb6bbe46582fd51e3af221de5fed472702b0e44fa8a1f2650c2109a240
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01b786cad0a6cdd2d383724c74de1d35756ce3c861be74baa0f96c2950ecd405b4091ebd4fef95a1220cef0092e6013552d90f68690dd780be5a9805c3eadd8c
|
7
|
+
data.tar.gz: 2bd3880124701a0812117fc0a37ecfe0fadda6d397502aa172064aaf63be1074b1d0ba5b8cb5b6fc9c6a3d8c4291c425843f09e07a20615c37053b9fa08d386a
|
@@ -312,6 +312,7 @@
|
|
312
312
|
{"shape":"RepositoryNotFoundException"},
|
313
313
|
{"shape":"ImageAlreadyExistsException"},
|
314
314
|
{"shape":"LayersNotFoundException"},
|
315
|
+
{"shape":"ReferencedImagesNotFoundException"},
|
315
316
|
{"shape":"LimitExceededException"},
|
316
317
|
{"shape":"ImageTagAlreadyExistsException"}
|
317
318
|
]
|
@@ -383,6 +384,8 @@
|
|
383
384
|
"errors":[
|
384
385
|
{"shape":"ServerException"},
|
385
386
|
{"shape":"InvalidParameterException"},
|
387
|
+
{"shape":"UnsupportedImageTypeException"},
|
388
|
+
{"shape":"LimitExceededException"},
|
386
389
|
{"shape":"RepositoryNotFoundException"},
|
387
390
|
{"shape":"ImageNotFoundException"}
|
388
391
|
]
|
@@ -898,7 +901,8 @@
|
|
898
901
|
"InvalidImageTag",
|
899
902
|
"ImageTagDoesNotMatchDigest",
|
900
903
|
"ImageNotFound",
|
901
|
-
"MissingDigestAndTag"
|
904
|
+
"MissingDigestAndTag",
|
905
|
+
"ImageReferencedByManifestList"
|
902
906
|
]
|
903
907
|
},
|
904
908
|
"ImageFailureList":{
|
@@ -1352,6 +1356,13 @@
|
|
1352
1356
|
"lifecyclePolicyText":{"shape":"LifecyclePolicyText"}
|
1353
1357
|
}
|
1354
1358
|
},
|
1359
|
+
"ReferencedImagesNotFoundException":{
|
1360
|
+
"type":"structure",
|
1361
|
+
"members":{
|
1362
|
+
"message":{"shape":"ExceptionMessage"}
|
1363
|
+
},
|
1364
|
+
"exception":true
|
1365
|
+
},
|
1355
1366
|
"RegistryId":{
|
1356
1367
|
"type":"string",
|
1357
1368
|
"pattern":"[0-9]{12}"
|
@@ -1555,6 +1566,13 @@
|
|
1555
1566
|
},
|
1556
1567
|
"exception":true
|
1557
1568
|
},
|
1569
|
+
"UnsupportedImageTypeException":{
|
1570
|
+
"type":"structure",
|
1571
|
+
"members":{
|
1572
|
+
"message":{"shape":"ExceptionMessage"}
|
1573
|
+
},
|
1574
|
+
"exception":true
|
1575
|
+
},
|
1558
1576
|
"UntagResourceRequest":{
|
1559
1577
|
"type":"structure",
|
1560
1578
|
"required":[
|
@@ -11,6 +11,26 @@
|
|
11
11
|
"uid":"kinesis-video-archived-media-2017-09-30"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
|
+
"GetClip":{
|
15
|
+
"name":"GetClip",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/getClip"
|
19
|
+
},
|
20
|
+
"input":{"shape":"GetClipInput"},
|
21
|
+
"output":{"shape":"GetClipOutput"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"ResourceNotFoundException"},
|
24
|
+
{"shape":"InvalidArgumentException"},
|
25
|
+
{"shape":"ClientLimitExceededException"},
|
26
|
+
{"shape":"NotAuthorizedException"},
|
27
|
+
{"shape":"UnsupportedStreamMediaTypeException"},
|
28
|
+
{"shape":"MissingCodecPrivateDataException"},
|
29
|
+
{"shape":"InvalidCodecPrivateDataException"},
|
30
|
+
{"shape":"InvalidMediaFrameException"},
|
31
|
+
{"shape":"NoDataRetentionException"}
|
32
|
+
]
|
33
|
+
},
|
14
34
|
"GetDASHStreamingSessionURL":{
|
15
35
|
"name":"GetDASHStreamingSessionURL",
|
16
36
|
"http":{
|
@@ -89,6 +109,35 @@
|
|
89
109
|
"error":{"httpStatusCode":400},
|
90
110
|
"exception":true
|
91
111
|
},
|
112
|
+
"ClipFragmentSelector":{
|
113
|
+
"type":"structure",
|
114
|
+
"required":[
|
115
|
+
"FragmentSelectorType",
|
116
|
+
"TimestampRange"
|
117
|
+
],
|
118
|
+
"members":{
|
119
|
+
"FragmentSelectorType":{"shape":"ClipFragmentSelectorType"},
|
120
|
+
"TimestampRange":{"shape":"ClipTimestampRange"}
|
121
|
+
}
|
122
|
+
},
|
123
|
+
"ClipFragmentSelectorType":{
|
124
|
+
"type":"string",
|
125
|
+
"enum":[
|
126
|
+
"PRODUCER_TIMESTAMP",
|
127
|
+
"SERVER_TIMESTAMP"
|
128
|
+
]
|
129
|
+
},
|
130
|
+
"ClipTimestampRange":{
|
131
|
+
"type":"structure",
|
132
|
+
"required":[
|
133
|
+
"StartTimestamp",
|
134
|
+
"EndTimestamp"
|
135
|
+
],
|
136
|
+
"members":{
|
137
|
+
"StartTimestamp":{"shape":"Timestamp"},
|
138
|
+
"EndTimestamp":{"shape":"Timestamp"}
|
139
|
+
}
|
140
|
+
},
|
92
141
|
"ContainerFormat":{
|
93
142
|
"type":"string",
|
94
143
|
"enum":[
|
@@ -155,7 +204,7 @@
|
|
155
204
|
"Fragment":{
|
156
205
|
"type":"structure",
|
157
206
|
"members":{
|
158
|
-
"FragmentNumber":{"shape":"
|
207
|
+
"FragmentNumber":{"shape":"FragmentNumberString"},
|
159
208
|
"FragmentSizeInBytes":{"shape":"Long"},
|
160
209
|
"ProducerTimestamp":{"shape":"Timestamp"},
|
161
210
|
"ServerTimestamp":{"shape":"Timestamp"},
|
@@ -196,6 +245,27 @@
|
|
196
245
|
"SERVER_TIMESTAMP"
|
197
246
|
]
|
198
247
|
},
|
248
|
+
"GetClipInput":{
|
249
|
+
"type":"structure",
|
250
|
+
"required":["ClipFragmentSelector"],
|
251
|
+
"members":{
|
252
|
+
"StreamName":{"shape":"StreamName"},
|
253
|
+
"StreamARN":{"shape":"ResourceARN"},
|
254
|
+
"ClipFragmentSelector":{"shape":"ClipFragmentSelector"}
|
255
|
+
}
|
256
|
+
},
|
257
|
+
"GetClipOutput":{
|
258
|
+
"type":"structure",
|
259
|
+
"members":{
|
260
|
+
"ContentType":{
|
261
|
+
"shape":"ContentType",
|
262
|
+
"location":"header",
|
263
|
+
"locationName":"Content-Type"
|
264
|
+
},
|
265
|
+
"Payload":{"shape":"Payload"}
|
266
|
+
},
|
267
|
+
"payload":"Payload"
|
268
|
+
},
|
199
269
|
"GetDASHStreamingSessionURLInput":{
|
200
270
|
"type":"structure",
|
201
271
|
"members":{
|
@@ -319,13 +389,21 @@
|
|
319
389
|
"error":{"httpStatusCode":400},
|
320
390
|
"exception":true
|
321
391
|
},
|
392
|
+
"InvalidMediaFrameException":{
|
393
|
+
"type":"structure",
|
394
|
+
"members":{
|
395
|
+
"Message":{"shape":"ErrorMessage"}
|
396
|
+
},
|
397
|
+
"error":{"httpStatusCode":400},
|
398
|
+
"exception":true
|
399
|
+
},
|
322
400
|
"ListFragmentsInput":{
|
323
401
|
"type":"structure",
|
324
402
|
"required":["StreamName"],
|
325
403
|
"members":{
|
326
404
|
"StreamName":{"shape":"StreamName"},
|
327
405
|
"MaxResults":{"shape":"PageLimit"},
|
328
|
-
"NextToken":{"shape":"
|
406
|
+
"NextToken":{"shape":"NextToken"},
|
329
407
|
"FragmentSelector":{"shape":"FragmentSelector"}
|
330
408
|
}
|
331
409
|
},
|
@@ -333,7 +411,7 @@
|
|
333
411
|
"type":"structure",
|
334
412
|
"members":{
|
335
413
|
"Fragments":{"shape":"FragmentList"},
|
336
|
-
"NextToken":{"shape":"
|
414
|
+
"NextToken":{"shape":"NextToken"}
|
337
415
|
}
|
338
416
|
},
|
339
417
|
"Long":{"type":"long"},
|
@@ -345,6 +423,12 @@
|
|
345
423
|
"error":{"httpStatusCode":400},
|
346
424
|
"exception":true
|
347
425
|
},
|
426
|
+
"NextToken":{
|
427
|
+
"type":"string",
|
428
|
+
"max":4096,
|
429
|
+
"min":1,
|
430
|
+
"pattern":"[a-zA-Z0-9+/]+={0,2}"
|
431
|
+
},
|
348
432
|
"NoDataRetentionException":{
|
349
433
|
"type":"structure",
|
350
434
|
"members":{
|
@@ -390,10 +474,6 @@
|
|
390
474
|
"min":1,
|
391
475
|
"pattern":"[a-zA-Z0-9_.-]+"
|
392
476
|
},
|
393
|
-
"String":{
|
394
|
-
"type":"string",
|
395
|
-
"min":1
|
396
|
-
},
|
397
477
|
"Timestamp":{"type":"timestamp"},
|
398
478
|
"TimestampRange":{
|
399
479
|
"type":"structure",
|
@@ -59,7 +59,8 @@
|
|
59
59
|
{"shape":"ClientLimitExceededException"},
|
60
60
|
{"shape":"ResourceNotFoundException"},
|
61
61
|
{"shape":"AccessDeniedException"},
|
62
|
-
{"shape":"VersionMismatchException"}
|
62
|
+
{"shape":"VersionMismatchException"},
|
63
|
+
{"shape":"ResourceInUseException"}
|
63
64
|
]
|
64
65
|
},
|
65
66
|
"DeleteStream":{
|
@@ -75,7 +76,8 @@
|
|
75
76
|
{"shape":"InvalidArgumentException"},
|
76
77
|
{"shape":"ResourceNotFoundException"},
|
77
78
|
{"shape":"NotAuthorizedException"},
|
78
|
-
{"shape":"VersionMismatchException"}
|
79
|
+
{"shape":"VersionMismatchException"},
|
80
|
+
{"shape":"ResourceInUseException"}
|
79
81
|
]
|
80
82
|
},
|
81
83
|
"DescribeSignalingChannel":{
|
@@ -322,7 +324,8 @@
|
|
322
324
|
"LIST_FRAGMENTS",
|
323
325
|
"GET_MEDIA_FOR_FRAGMENT_LIST",
|
324
326
|
"GET_HLS_STREAMING_SESSION_URL",
|
325
|
-
"GET_DASH_STREAMING_SESSION_URL"
|
327
|
+
"GET_DASH_STREAMING_SESSION_URL",
|
328
|
+
"GET_CLIP"
|
326
329
|
]
|
327
330
|
},
|
328
331
|
"AccessDeniedException":{
|
@@ -574,7 +577,8 @@
|
|
574
577
|
"KmsKeyId":{
|
575
578
|
"type":"string",
|
576
579
|
"max":2048,
|
577
|
-
"min":1
|
580
|
+
"min":1,
|
581
|
+
"pattern":".+"
|
578
582
|
},
|
579
583
|
"ListOfProtocols":{
|
580
584
|
"type":"list",
|
@@ -2082,9 +2082,37 @@
|
|
2082
2082
|
"AudioPidSelection": {
|
2083
2083
|
"shape": "AudioPidSelection",
|
2084
2084
|
"locationName": "audioPidSelection"
|
2085
|
+
},
|
2086
|
+
"AudioTrackSelection": {
|
2087
|
+
"shape": "AudioTrackSelection",
|
2088
|
+
"locationName": "audioTrackSelection"
|
2085
2089
|
}
|
2086
2090
|
}
|
2087
2091
|
},
|
2092
|
+
"AudioTrack": {
|
2093
|
+
"type": "structure",
|
2094
|
+
"members": {
|
2095
|
+
"Track": {
|
2096
|
+
"shape": "__integerMin1",
|
2097
|
+
"locationName": "track"
|
2098
|
+
}
|
2099
|
+
},
|
2100
|
+
"required": [
|
2101
|
+
"Track"
|
2102
|
+
]
|
2103
|
+
},
|
2104
|
+
"AudioTrackSelection": {
|
2105
|
+
"type": "structure",
|
2106
|
+
"members": {
|
2107
|
+
"Tracks": {
|
2108
|
+
"shape": "__listOfAudioTrack",
|
2109
|
+
"locationName": "tracks"
|
2110
|
+
}
|
2111
|
+
},
|
2112
|
+
"required": [
|
2113
|
+
"Tracks"
|
2114
|
+
]
|
2115
|
+
},
|
2088
2116
|
"AudioType": {
|
2089
2117
|
"type": "string",
|
2090
2118
|
"enum": [
|
@@ -4585,9 +4613,31 @@
|
|
4585
4613
|
"AudioRenditionSets": {
|
4586
4614
|
"shape": "__string",
|
4587
4615
|
"locationName": "audioRenditionSets"
|
4616
|
+
},
|
4617
|
+
"NielsenId3Behavior": {
|
4618
|
+
"shape": "Fmp4NielsenId3Behavior",
|
4619
|
+
"locationName": "nielsenId3Behavior"
|
4620
|
+
},
|
4621
|
+
"TimedMetadataBehavior": {
|
4622
|
+
"shape": "Fmp4TimedMetadataBehavior",
|
4623
|
+
"locationName": "timedMetadataBehavior"
|
4588
4624
|
}
|
4589
4625
|
}
|
4590
4626
|
},
|
4627
|
+
"Fmp4NielsenId3Behavior": {
|
4628
|
+
"type": "string",
|
4629
|
+
"enum": [
|
4630
|
+
"NO_PASSTHROUGH",
|
4631
|
+
"PASSTHROUGH"
|
4632
|
+
]
|
4633
|
+
},
|
4634
|
+
"Fmp4TimedMetadataBehavior": {
|
4635
|
+
"type": "string",
|
4636
|
+
"enum": [
|
4637
|
+
"NO_PASSTHROUGH",
|
4638
|
+
"PASSTHROUGH"
|
4639
|
+
]
|
4640
|
+
},
|
4591
4641
|
"FollowModeScheduleActionStartSettings": {
|
4592
4642
|
"type": "structure",
|
4593
4643
|
"members": {
|
@@ -4781,6 +4831,15 @@
|
|
4781
4831
|
"CAVLC"
|
4782
4832
|
]
|
4783
4833
|
},
|
4834
|
+
"H264FilterSettings": {
|
4835
|
+
"type": "structure",
|
4836
|
+
"members": {
|
4837
|
+
"TemporalFilterSettings": {
|
4838
|
+
"shape": "TemporalFilterSettings",
|
4839
|
+
"locationName": "temporalFilterSettings"
|
4840
|
+
}
|
4841
|
+
}
|
4842
|
+
},
|
4784
4843
|
"H264FlickerAq": {
|
4785
4844
|
"type": "string",
|
4786
4845
|
"enum": [
|
@@ -4864,6 +4923,13 @@
|
|
4864
4923
|
"MAIN"
|
4865
4924
|
]
|
4866
4925
|
},
|
4926
|
+
"H264QualityLevel": {
|
4927
|
+
"type": "string",
|
4928
|
+
"enum": [
|
4929
|
+
"ENHANCED_QUALITY",
|
4930
|
+
"STANDARD_QUALITY"
|
4931
|
+
]
|
4932
|
+
},
|
4867
4933
|
"H264RateControlMode": {
|
4868
4934
|
"type": "string",
|
4869
4935
|
"enum": [
|
@@ -4922,6 +4988,10 @@
|
|
4922
4988
|
"shape": "H264EntropyEncoding",
|
4923
4989
|
"locationName": "entropyEncoding"
|
4924
4990
|
},
|
4991
|
+
"FilterSettings": {
|
4992
|
+
"shape": "H264FilterSettings",
|
4993
|
+
"locationName": "filterSettings"
|
4994
|
+
},
|
4925
4995
|
"FixedAfd": {
|
4926
4996
|
"shape": "FixedAfd",
|
4927
4997
|
"locationName": "fixedAfd"
|
@@ -5002,6 +5072,10 @@
|
|
5002
5072
|
"shape": "H264Profile",
|
5003
5073
|
"locationName": "profile"
|
5004
5074
|
},
|
5075
|
+
"QualityLevel": {
|
5076
|
+
"shape": "H264QualityLevel",
|
5077
|
+
"locationName": "qualityLevel"
|
5078
|
+
},
|
5005
5079
|
"QvbrQualityLevel": {
|
5006
5080
|
"shape": "__integerMin1Max10",
|
5007
5081
|
"locationName": "qvbrQualityLevel"
|
@@ -9049,7 +9123,8 @@
|
|
9049
9123
|
"type": "string",
|
9050
9124
|
"enum": [
|
9051
9125
|
"NONE",
|
9052
|
-
"SCTE_35"
|
9126
|
+
"SCTE_35",
|
9127
|
+
"SCTE_35_WITHOUT_SEGMENTATION"
|
9053
9128
|
]
|
9054
9129
|
},
|
9055
9130
|
"SmoothGroupStreamManifestBehavior": {
|
@@ -9490,6 +9565,49 @@
|
|
9490
9565
|
}
|
9491
9566
|
}
|
9492
9567
|
},
|
9568
|
+
"TemporalFilterPostFilterSharpening": {
|
9569
|
+
"type": "string",
|
9570
|
+
"enum": [
|
9571
|
+
"AUTO",
|
9572
|
+
"DISABLED",
|
9573
|
+
"ENABLED"
|
9574
|
+
]
|
9575
|
+
},
|
9576
|
+
"TemporalFilterSettings": {
|
9577
|
+
"type": "structure",
|
9578
|
+
"members": {
|
9579
|
+
"PostFilterSharpening": {
|
9580
|
+
"shape": "TemporalFilterPostFilterSharpening",
|
9581
|
+
"locationName": "postFilterSharpening"
|
9582
|
+
},
|
9583
|
+
"Strength": {
|
9584
|
+
"shape": "TemporalFilterStrength",
|
9585
|
+
"locationName": "strength"
|
9586
|
+
}
|
9587
|
+
}
|
9588
|
+
},
|
9589
|
+
"TemporalFilterStrength": {
|
9590
|
+
"type": "string",
|
9591
|
+
"enum": [
|
9592
|
+
"AUTO",
|
9593
|
+
"STRENGTH_1",
|
9594
|
+
"STRENGTH_10",
|
9595
|
+
"STRENGTH_11",
|
9596
|
+
"STRENGTH_12",
|
9597
|
+
"STRENGTH_13",
|
9598
|
+
"STRENGTH_14",
|
9599
|
+
"STRENGTH_15",
|
9600
|
+
"STRENGTH_16",
|
9601
|
+
"STRENGTH_2",
|
9602
|
+
"STRENGTH_3",
|
9603
|
+
"STRENGTH_4",
|
9604
|
+
"STRENGTH_5",
|
9605
|
+
"STRENGTH_6",
|
9606
|
+
"STRENGTH_7",
|
9607
|
+
"STRENGTH_8",
|
9608
|
+
"STRENGTH_9"
|
9609
|
+
]
|
9610
|
+
},
|
9493
9611
|
"TimecodeConfig": {
|
9494
9612
|
"type": "structure",
|
9495
9613
|
"members": {
|
@@ -10447,6 +10565,12 @@
|
|
10447
10565
|
"shape": "AudioSelector"
|
10448
10566
|
}
|
10449
10567
|
},
|
10568
|
+
"__listOfAudioTrack": {
|
10569
|
+
"type": "list",
|
10570
|
+
"member": {
|
10571
|
+
"shape": "AudioTrack"
|
10572
|
+
}
|
10573
|
+
},
|
10450
10574
|
"__listOfCaptionDescription": {
|
10451
10575
|
"type": "list",
|
10452
10576
|
"member": {
|
@@ -1115,7 +1115,12 @@
|
|
1115
1115
|
"eu-north-1",
|
1116
1116
|
"sa-east-1",
|
1117
1117
|
"cn-northwest-1",
|
1118
|
-
"cn-north-1"
|
1118
|
+
"cn-north-1",
|
1119
|
+
"af-south-1",
|
1120
|
+
"us-gov-west-1",
|
1121
|
+
"us-gov-east-1",
|
1122
|
+
"us-iso-east-1",
|
1123
|
+
"us-isob-east-1"
|
1119
1124
|
],
|
1120
1125
|
"max":64,
|
1121
1126
|
"min":1
|
@@ -3200,7 +3205,8 @@
|
|
3200
3205
|
"cn-northwest-1",
|
3201
3206
|
"ap-east-1",
|
3202
3207
|
"me-south-1",
|
3203
|
-
"ap-south-1"
|
3208
|
+
"ap-south-1",
|
3209
|
+
"af-south-1"
|
3204
3210
|
],
|
3205
3211
|
"max":64,
|
3206
3212
|
"min":1
|
@@ -3754,6 +3760,10 @@
|
|
3754
3760
|
"eu-central-1",
|
3755
3761
|
"ap-east-1",
|
3756
3762
|
"me-south-1",
|
3763
|
+
"us-gov-west-1",
|
3764
|
+
"us-gov-east-1",
|
3765
|
+
"us-iso-east-1",
|
3766
|
+
"us-isob-east-1",
|
3757
3767
|
"ap-southeast-1",
|
3758
3768
|
"ap-southeast-2",
|
3759
3769
|
"ap-south-1",
|
@@ -3763,7 +3773,8 @@
|
|
3763
3773
|
"eu-north-1",
|
3764
3774
|
"sa-east-1",
|
3765
3775
|
"ca-central-1",
|
3766
|
-
"cn-north-1"
|
3776
|
+
"cn-north-1",
|
3777
|
+
"af-south-1"
|
3767
3778
|
],
|
3768
3779
|
"max":64,
|
3769
3780
|
"min":1
|
@@ -14,6 +14,12 @@
|
|
14
14
|
"output_token": "NextMarker",
|
15
15
|
"result_key": "HostedZones"
|
16
16
|
},
|
17
|
+
"ListQueryLoggingConfigs": {
|
18
|
+
"input_token": "NextToken",
|
19
|
+
"limit_key": "MaxResults",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"result_key": "QueryLoggingConfigs"
|
22
|
+
},
|
17
23
|
"ListResourceRecordSets": {
|
18
24
|
"input_token": [
|
19
25
|
"StartRecordName",
|
@@ -1959,7 +1959,8 @@
|
|
1959
1959
|
"AssociationName":{"shape":"AssociationName"},
|
1960
1960
|
"MaxErrors":{"shape":"MaxErrors"},
|
1961
1961
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
1962
|
-
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
|
1962
|
+
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
1963
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
1963
1964
|
}
|
1964
1965
|
},
|
1965
1966
|
"AssociationDescriptionList":{
|
@@ -2097,7 +2098,8 @@
|
|
2097
2098
|
"AssociationStatusName",
|
2098
2099
|
"LastExecutedBefore",
|
2099
2100
|
"LastExecutedAfter",
|
2100
|
-
"AssociationName"
|
2101
|
+
"AssociationName",
|
2102
|
+
"ResourceGroupName"
|
2101
2103
|
]
|
2102
2104
|
},
|
2103
2105
|
"AssociationFilterList":{
|
@@ -2186,6 +2188,13 @@
|
|
2186
2188
|
"Failed"
|
2187
2189
|
]
|
2188
2190
|
},
|
2191
|
+
"AssociationSyncCompliance":{
|
2192
|
+
"type":"string",
|
2193
|
+
"enum":[
|
2194
|
+
"AUTO",
|
2195
|
+
"MANUAL"
|
2196
|
+
]
|
2197
|
+
},
|
2189
2198
|
"AssociationVersion":{
|
2190
2199
|
"type":"string",
|
2191
2200
|
"pattern":"([$]LATEST)|([1-9][0-9]*)"
|
@@ -2205,7 +2214,8 @@
|
|
2205
2214
|
"AssociationName":{"shape":"AssociationName"},
|
2206
2215
|
"MaxErrors":{"shape":"MaxErrors"},
|
2207
2216
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
2208
|
-
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
|
2217
|
+
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
2218
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
2209
2219
|
}
|
2210
2220
|
},
|
2211
2221
|
"AssociationVersionLimitExceeded":{
|
@@ -2913,6 +2923,13 @@
|
|
2913
2923
|
"min":1,
|
2914
2924
|
"pattern":"[A-Za-z0-9_\\-]\\w+|Custom:[a-zA-Z0-9_\\-]\\w+"
|
2915
2925
|
},
|
2926
|
+
"ComplianceUploadType":{
|
2927
|
+
"type":"string",
|
2928
|
+
"enum":[
|
2929
|
+
"COMPLETE",
|
2930
|
+
"PARTIAL"
|
2931
|
+
]
|
2932
|
+
},
|
2916
2933
|
"CompliantSummary":{
|
2917
2934
|
"type":"structure",
|
2918
2935
|
"members":{
|
@@ -2982,7 +2999,8 @@
|
|
2982
2999
|
"AssociationName":{"shape":"AssociationName"},
|
2983
3000
|
"MaxErrors":{"shape":"MaxErrors"},
|
2984
3001
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
2985
|
-
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
|
3002
|
+
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
3003
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
2986
3004
|
}
|
2987
3005
|
},
|
2988
3006
|
"CreateAssociationBatchResult":{
|
@@ -3007,7 +3025,8 @@
|
|
3007
3025
|
"AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
|
3008
3026
|
"MaxErrors":{"shape":"MaxErrors"},
|
3009
3027
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
3010
|
-
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
|
3028
|
+
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
3029
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
3011
3030
|
}
|
3012
3031
|
},
|
3013
3032
|
"CreateAssociationResult":{
|
@@ -7654,7 +7673,11 @@
|
|
7654
7673
|
"ComplianceType":{"shape":"ComplianceTypeName"},
|
7655
7674
|
"ExecutionSummary":{"shape":"ComplianceExecutionSummary"},
|
7656
7675
|
"Items":{"shape":"ComplianceItemEntryList"},
|
7657
|
-
"ItemContentHash":{"shape":"ComplianceItemContentHash"}
|
7676
|
+
"ItemContentHash":{"shape":"ComplianceItemContentHash"},
|
7677
|
+
"UploadType":{
|
7678
|
+
"shape":"ComplianceUploadType",
|
7679
|
+
"box":true
|
7680
|
+
}
|
7658
7681
|
}
|
7659
7682
|
},
|
7660
7683
|
"PutComplianceItemsResult":{
|
@@ -8899,7 +8922,8 @@
|
|
8899
8922
|
"AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
|
8900
8923
|
"MaxErrors":{"shape":"MaxErrors"},
|
8901
8924
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
8902
|
-
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
|
8925
|
+
"ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
|
8926
|
+
"SyncCompliance":{"shape":"AssociationSyncCompliance"}
|
8903
8927
|
}
|
8904
8928
|
},
|
8905
8929
|
"UpdateAssociationResult":{
|
data/endpoints.json
CHANGED
@@ -40,6 +40,9 @@
|
|
40
40
|
"eu-north-1" : {
|
41
41
|
"description" : "EU (Stockholm)"
|
42
42
|
},
|
43
|
+
"eu-south-1" : {
|
44
|
+
"description" : "Europe (Milan)"
|
45
|
+
},
|
43
46
|
"eu-west-1" : {
|
44
47
|
"description" : "EU (Ireland)"
|
45
48
|
},
|
@@ -86,6 +89,7 @@
|
|
86
89
|
"ca-central-1" : { },
|
87
90
|
"eu-central-1" : { },
|
88
91
|
"eu-north-1" : { },
|
92
|
+
"eu-south-1" : { },
|
89
93
|
"eu-west-1" : { },
|
90
94
|
"eu-west-2" : { },
|
91
95
|
"eu-west-3" : { },
|
@@ -115,6 +119,7 @@
|
|
115
119
|
},
|
116
120
|
"eu-central-1" : { },
|
117
121
|
"eu-north-1" : { },
|
122
|
+
"eu-south-1" : { },
|
118
123
|
"eu-west-1" : { },
|
119
124
|
"eu-west-2" : { },
|
120
125
|
"eu-west-3" : { },
|
@@ -267,6 +272,12 @@
|
|
267
272
|
},
|
268
273
|
"hostname" : "api.ecr.eu-north-1.amazonaws.com"
|
269
274
|
},
|
275
|
+
"eu-south-1" : {
|
276
|
+
"credentialScope" : {
|
277
|
+
"region" : "eu-south-1"
|
278
|
+
},
|
279
|
+
"hostname" : "api.ecr.eu-south-1.amazonaws.com"
|
280
|
+
},
|
270
281
|
"eu-west-1" : {
|
271
282
|
"credentialScope" : {
|
272
283
|
"region" : "eu-west-1"
|
@@ -449,6 +460,7 @@
|
|
449
460
|
"ca-central-1" : { },
|
450
461
|
"eu-central-1" : { },
|
451
462
|
"eu-north-1" : { },
|
463
|
+
"eu-south-1" : { },
|
452
464
|
"eu-west-1" : { },
|
453
465
|
"eu-west-2" : { },
|
454
466
|
"eu-west-3" : { },
|
@@ -475,6 +487,7 @@
|
|
475
487
|
"ca-central-1" : { },
|
476
488
|
"eu-central-1" : { },
|
477
489
|
"eu-north-1" : { },
|
490
|
+
"eu-south-1" : { },
|
478
491
|
"eu-west-1" : { },
|
479
492
|
"eu-west-2" : { },
|
480
493
|
"eu-west-3" : { },
|
@@ -584,6 +597,7 @@
|
|
584
597
|
"ca-central-1" : { },
|
585
598
|
"eu-central-1" : { },
|
586
599
|
"eu-north-1" : { },
|
600
|
+
"eu-south-1" : { },
|
587
601
|
"eu-west-1" : { },
|
588
602
|
"eu-west-2" : { },
|
589
603
|
"eu-west-3" : { },
|
@@ -766,6 +780,7 @@
|
|
766
780
|
"ca-central-1" : { },
|
767
781
|
"eu-central-1" : { },
|
768
782
|
"eu-north-1" : { },
|
783
|
+
"eu-south-1" : { },
|
769
784
|
"eu-west-1" : { },
|
770
785
|
"eu-west-2" : { },
|
771
786
|
"eu-west-3" : { },
|
@@ -881,6 +896,7 @@
|
|
881
896
|
"ca-central-1" : { },
|
882
897
|
"eu-central-1" : { },
|
883
898
|
"eu-north-1" : { },
|
899
|
+
"eu-south-1" : { },
|
884
900
|
"eu-west-1" : { },
|
885
901
|
"eu-west-2" : { },
|
886
902
|
"eu-west-3" : { },
|
@@ -1002,6 +1018,7 @@
|
|
1002
1018
|
"ca-central-1" : { },
|
1003
1019
|
"eu-central-1" : { },
|
1004
1020
|
"eu-north-1" : { },
|
1021
|
+
"eu-south-1" : { },
|
1005
1022
|
"eu-west-1" : { },
|
1006
1023
|
"eu-west-2" : { },
|
1007
1024
|
"eu-west-3" : { },
|
@@ -1444,6 +1461,7 @@
|
|
1444
1461
|
"ca-central-1" : { },
|
1445
1462
|
"eu-central-1" : { },
|
1446
1463
|
"eu-north-1" : { },
|
1464
|
+
"eu-south-1" : { },
|
1447
1465
|
"eu-west-1" : { },
|
1448
1466
|
"eu-west-2" : { },
|
1449
1467
|
"eu-west-3" : { },
|
@@ -1504,6 +1522,7 @@
|
|
1504
1522
|
},
|
1505
1523
|
"eu-central-1" : { },
|
1506
1524
|
"eu-north-1" : { },
|
1525
|
+
"eu-south-1" : { },
|
1507
1526
|
"eu-west-1" : { },
|
1508
1527
|
"eu-west-2" : { },
|
1509
1528
|
"eu-west-3" : { },
|
@@ -1670,6 +1689,7 @@
|
|
1670
1689
|
},
|
1671
1690
|
"eu-central-1" : { },
|
1672
1691
|
"eu-north-1" : { },
|
1692
|
+
"eu-south-1" : { },
|
1673
1693
|
"eu-west-1" : { },
|
1674
1694
|
"eu-west-2" : { },
|
1675
1695
|
"eu-west-3" : { },
|
@@ -1727,6 +1747,7 @@
|
|
1727
1747
|
"ca-central-1" : { },
|
1728
1748
|
"eu-central-1" : { },
|
1729
1749
|
"eu-north-1" : { },
|
1750
|
+
"eu-south-1" : { },
|
1730
1751
|
"eu-west-1" : { },
|
1731
1752
|
"eu-west-2" : { },
|
1732
1753
|
"eu-west-3" : { },
|
@@ -1780,6 +1801,7 @@
|
|
1780
1801
|
"ca-central-1" : { },
|
1781
1802
|
"eu-central-1" : { },
|
1782
1803
|
"eu-north-1" : { },
|
1804
|
+
"eu-south-1" : { },
|
1783
1805
|
"eu-west-1" : { },
|
1784
1806
|
"eu-west-2" : { },
|
1785
1807
|
"eu-west-3" : { },
|
@@ -1827,6 +1849,7 @@
|
|
1827
1849
|
"ca-central-1" : { },
|
1828
1850
|
"eu-central-1" : { },
|
1829
1851
|
"eu-north-1" : { },
|
1852
|
+
"eu-south-1" : { },
|
1830
1853
|
"eu-west-1" : { },
|
1831
1854
|
"eu-west-2" : { },
|
1832
1855
|
"eu-west-3" : { },
|
@@ -1856,6 +1879,7 @@
|
|
1856
1879
|
"ca-central-1" : { },
|
1857
1880
|
"eu-central-1" : { },
|
1858
1881
|
"eu-north-1" : { },
|
1882
|
+
"eu-south-1" : { },
|
1859
1883
|
"eu-west-1" : { },
|
1860
1884
|
"eu-west-2" : { },
|
1861
1885
|
"eu-west-3" : { },
|
@@ -2036,6 +2060,7 @@
|
|
2036
2060
|
"ca-central-1" : { },
|
2037
2061
|
"eu-central-1" : { },
|
2038
2062
|
"eu-north-1" : { },
|
2063
|
+
"eu-south-1" : { },
|
2039
2064
|
"eu-west-1" : { },
|
2040
2065
|
"eu-west-2" : { },
|
2041
2066
|
"eu-west-3" : { },
|
@@ -2089,6 +2114,7 @@
|
|
2089
2114
|
"sslCommonName" : "{service}.{region}.{dnsSuffix}"
|
2090
2115
|
},
|
2091
2116
|
"eu-north-1" : { },
|
2117
|
+
"eu-south-1" : { },
|
2092
2118
|
"eu-west-1" : { },
|
2093
2119
|
"eu-west-2" : { },
|
2094
2120
|
"eu-west-3" : { },
|
@@ -2176,6 +2202,7 @@
|
|
2176
2202
|
"ca-central-1" : { },
|
2177
2203
|
"eu-central-1" : { },
|
2178
2204
|
"eu-north-1" : { },
|
2205
|
+
"eu-south-1" : { },
|
2179
2206
|
"eu-west-1" : { },
|
2180
2207
|
"eu-west-2" : { },
|
2181
2208
|
"eu-west-3" : { },
|
@@ -2205,6 +2232,7 @@
|
|
2205
2232
|
"ca-central-1" : { },
|
2206
2233
|
"eu-central-1" : { },
|
2207
2234
|
"eu-north-1" : { },
|
2235
|
+
"eu-south-1" : { },
|
2208
2236
|
"eu-west-1" : { },
|
2209
2237
|
"eu-west-2" : { },
|
2210
2238
|
"eu-west-3" : { },
|
@@ -2477,6 +2505,7 @@
|
|
2477
2505
|
"ca-central-1" : { },
|
2478
2506
|
"eu-central-1" : { },
|
2479
2507
|
"eu-north-1" : { },
|
2508
|
+
"eu-south-1" : { },
|
2480
2509
|
"eu-west-1" : { },
|
2481
2510
|
"eu-west-2" : { },
|
2482
2511
|
"eu-west-3" : { },
|
@@ -2906,6 +2935,7 @@
|
|
2906
2935
|
"ca-central-1" : { },
|
2907
2936
|
"eu-central-1" : { },
|
2908
2937
|
"eu-north-1" : { },
|
2938
|
+
"eu-south-1" : { },
|
2909
2939
|
"eu-west-1" : { },
|
2910
2940
|
"eu-west-2" : { },
|
2911
2941
|
"eu-west-3" : { },
|
@@ -2993,6 +3023,7 @@
|
|
2993
3023
|
"ca-central-1" : { },
|
2994
3024
|
"eu-central-1" : { },
|
2995
3025
|
"eu-north-1" : { },
|
3026
|
+
"eu-south-1" : { },
|
2996
3027
|
"eu-west-1" : { },
|
2997
3028
|
"eu-west-2" : { },
|
2998
3029
|
"eu-west-3" : { },
|
@@ -3033,6 +3064,7 @@
|
|
3033
3064
|
"ca-central-1" : { },
|
3034
3065
|
"eu-central-1" : { },
|
3035
3066
|
"eu-north-1" : { },
|
3067
|
+
"eu-south-1" : { },
|
3036
3068
|
"eu-west-1" : { },
|
3037
3069
|
"eu-west-2" : { },
|
3038
3070
|
"eu-west-3" : { },
|
@@ -3143,6 +3175,7 @@
|
|
3143
3175
|
"ca-central-1" : { },
|
3144
3176
|
"eu-central-1" : { },
|
3145
3177
|
"eu-north-1" : { },
|
3178
|
+
"eu-south-1" : { },
|
3146
3179
|
"eu-west-1" : { },
|
3147
3180
|
"eu-west-2" : { },
|
3148
3181
|
"eu-west-3" : { },
|
@@ -3279,6 +3312,7 @@
|
|
3279
3312
|
"ca-central-1" : { },
|
3280
3313
|
"eu-central-1" : { },
|
3281
3314
|
"eu-north-1" : { },
|
3315
|
+
"eu-south-1" : { },
|
3282
3316
|
"eu-west-1" : { },
|
3283
3317
|
"eu-west-2" : { },
|
3284
3318
|
"eu-west-3" : { },
|
@@ -3333,6 +3367,7 @@
|
|
3333
3367
|
"ca-central-1" : { },
|
3334
3368
|
"eu-central-1" : { },
|
3335
3369
|
"eu-north-1" : { },
|
3370
|
+
"eu-south-1" : { },
|
3336
3371
|
"eu-west-1" : { },
|
3337
3372
|
"eu-west-2" : { },
|
3338
3373
|
"eu-west-3" : { },
|
@@ -3844,6 +3879,7 @@
|
|
3844
3879
|
"ca-central-1" : { },
|
3845
3880
|
"eu-central-1" : { },
|
3846
3881
|
"eu-north-1" : { },
|
3882
|
+
"eu-south-1" : { },
|
3847
3883
|
"eu-west-1" : { },
|
3848
3884
|
"eu-west-2" : { },
|
3849
3885
|
"eu-west-3" : { },
|
@@ -3869,6 +3905,7 @@
|
|
3869
3905
|
"ca-central-1" : { },
|
3870
3906
|
"eu-central-1" : { },
|
3871
3907
|
"eu-north-1" : { },
|
3908
|
+
"eu-south-1" : { },
|
3872
3909
|
"eu-west-1" : { },
|
3873
3910
|
"eu-west-2" : { },
|
3874
3911
|
"eu-west-3" : { },
|
@@ -3938,6 +3975,7 @@
|
|
3938
3975
|
"ca-central-1" : { },
|
3939
3976
|
"eu-central-1" : { },
|
3940
3977
|
"eu-north-1" : { },
|
3978
|
+
"eu-south-1" : { },
|
3941
3979
|
"eu-west-1" : { },
|
3942
3980
|
"eu-west-2" : { },
|
3943
3981
|
"eu-west-3" : { },
|
@@ -4120,6 +4158,7 @@
|
|
4120
4158
|
"ca-central-1" : { },
|
4121
4159
|
"eu-central-1" : { },
|
4122
4160
|
"eu-north-1" : { },
|
4161
|
+
"eu-south-1" : { },
|
4123
4162
|
"eu-west-1" : {
|
4124
4163
|
"hostname" : "s3.eu-west-1.amazonaws.com",
|
4125
4164
|
"signatureVersions" : [ "s3", "s3v4" ]
|
@@ -4585,6 +4624,7 @@
|
|
4585
4624
|
"ca-central-1" : { },
|
4586
4625
|
"eu-central-1" : { },
|
4587
4626
|
"eu-north-1" : { },
|
4627
|
+
"eu-south-1" : { },
|
4588
4628
|
"eu-west-1" : { },
|
4589
4629
|
"eu-west-2" : { },
|
4590
4630
|
"eu-west-3" : { },
|
@@ -4744,6 +4784,7 @@
|
|
4744
4784
|
"ca-central-1" : { },
|
4745
4785
|
"eu-central-1" : { },
|
4746
4786
|
"eu-north-1" : { },
|
4787
|
+
"eu-south-1" : { },
|
4747
4788
|
"eu-west-1" : { },
|
4748
4789
|
"eu-west-2" : { },
|
4749
4790
|
"eu-west-3" : { },
|
@@ -4795,6 +4836,7 @@
|
|
4795
4836
|
"ca-central-1" : { },
|
4796
4837
|
"eu-central-1" : { },
|
4797
4838
|
"eu-north-1" : { },
|
4839
|
+
"eu-south-1" : { },
|
4798
4840
|
"eu-west-1" : { },
|
4799
4841
|
"eu-west-2" : { },
|
4800
4842
|
"eu-west-3" : { },
|
@@ -4844,6 +4886,7 @@
|
|
4844
4886
|
"ca-central-1" : { },
|
4845
4887
|
"eu-central-1" : { },
|
4846
4888
|
"eu-north-1" : { },
|
4889
|
+
"eu-south-1" : { },
|
4847
4890
|
"eu-west-1" : { },
|
4848
4891
|
"eu-west-2" : { },
|
4849
4892
|
"eu-west-3" : { },
|
@@ -4915,6 +4958,7 @@
|
|
4915
4958
|
"ca-central-1" : { },
|
4916
4959
|
"eu-central-1" : { },
|
4917
4960
|
"eu-north-1" : { },
|
4961
|
+
"eu-south-1" : { },
|
4918
4962
|
"eu-west-1" : { },
|
4919
4963
|
"eu-west-2" : { },
|
4920
4964
|
"eu-west-3" : { },
|
@@ -5054,6 +5098,7 @@
|
|
5054
5098
|
"ca-central-1" : { },
|
5055
5099
|
"eu-central-1" : { },
|
5056
5100
|
"eu-north-1" : { },
|
5101
|
+
"eu-south-1" : { },
|
5057
5102
|
"eu-west-1" : { },
|
5058
5103
|
"eu-west-2" : { },
|
5059
5104
|
"eu-west-3" : { },
|
@@ -5113,6 +5158,7 @@
|
|
5113
5158
|
"ca-central-1" : { },
|
5114
5159
|
"eu-central-1" : { },
|
5115
5160
|
"eu-north-1" : { },
|
5161
|
+
"eu-south-1" : { },
|
5116
5162
|
"eu-west-1" : { },
|
5117
5163
|
"eu-west-2" : { },
|
5118
5164
|
"eu-west-3" : { },
|
@@ -5160,6 +5206,7 @@
|
|
5160
5206
|
"ca-central-1" : { },
|
5161
5207
|
"eu-central-1" : { },
|
5162
5208
|
"eu-north-1" : { },
|
5209
|
+
"eu-south-1" : { },
|
5163
5210
|
"eu-west-1" : { },
|
5164
5211
|
"eu-west-2" : { },
|
5165
5212
|
"eu-west-3" : { },
|
@@ -5587,6 +5634,7 @@
|
|
5587
5634
|
"ca-central-1" : { },
|
5588
5635
|
"eu-central-1" : { },
|
5589
5636
|
"eu-north-1" : { },
|
5637
|
+
"eu-south-1" : { },
|
5590
5638
|
"eu-west-1" : { },
|
5591
5639
|
"eu-west-2" : { },
|
5592
5640
|
"eu-west-3" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.496
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|