aws-sdk-core 2.11.296 → 2.11.297
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 348aed92c3f31a854599a6c0f7cc9852f68e22c0
|
4
|
+
data.tar.gz: bd5ed549d629240afc7218445701bd4789fa6f15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d13b971fb1024230c74d410ec6d433275ca738d17db915b6e4e06135030f1dae8b33d590a9c7f909544bc7df91002c76d7219fa90de8ad758f8cd86132fc82a
|
7
|
+
data.tar.gz: ee6cf9824e7f280c21bf47b3dee6b73fb0106b8c588ce442d5f3b15aaf12a0da5f20d9448650c7c6add764f83e6561b4e8678caef26d6a2af8b1634503f1487b
|
@@ -14638,7 +14638,9 @@
|
|
14638
14638
|
"c5.2xlarge",
|
14639
14639
|
"c5.4xlarge",
|
14640
14640
|
"c5.9xlarge",
|
14641
|
+
"c5.12xlarge",
|
14641
14642
|
"c5.18xlarge",
|
14643
|
+
"c5.24xlarge",
|
14642
14644
|
"c5d.large",
|
14643
14645
|
"c5d.xlarge",
|
14644
14646
|
"c5d.2xlarge",
|
@@ -6,11 +6,106 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"AWS Resource Groups Tagging API",
|
9
|
+
"serviceId":"Resource Groups Tagging API",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"ResourceGroupsTaggingAPI_20170126",
|
11
12
|
"uid":"resourcegroupstaggingapi-2017-01-26"
|
12
13
|
},
|
13
14
|
"operations":{
|
15
|
+
"DeleteTagPolicy":{
|
16
|
+
"name":"DeleteTagPolicy",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"DeleteTagPolicyInput"},
|
22
|
+
"output":{"shape":"DeleteTagPolicyOutput"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"ConcurrentModificationException"},
|
25
|
+
{"shape":"ConstraintViolationException"},
|
26
|
+
{"shape":"InvalidParameterException"},
|
27
|
+
{"shape":"ThrottledException"},
|
28
|
+
{"shape":"InternalServiceException"}
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"DescribeReportCreation":{
|
32
|
+
"name":"DescribeReportCreation",
|
33
|
+
"http":{
|
34
|
+
"method":"POST",
|
35
|
+
"requestUri":"/"
|
36
|
+
},
|
37
|
+
"input":{"shape":"DescribeReportCreationInput"},
|
38
|
+
"output":{"shape":"DescribeReportCreationOutput"},
|
39
|
+
"errors":[
|
40
|
+
{"shape":"ConstraintViolationException"},
|
41
|
+
{"shape":"InternalServiceException"},
|
42
|
+
{"shape":"InvalidParameterException"},
|
43
|
+
{"shape":"ThrottledException"}
|
44
|
+
]
|
45
|
+
},
|
46
|
+
"DisableTagPolicies":{
|
47
|
+
"name":"DisableTagPolicies",
|
48
|
+
"http":{
|
49
|
+
"method":"POST",
|
50
|
+
"requestUri":"/"
|
51
|
+
},
|
52
|
+
"input":{"shape":"DisableTagPoliciesInput"},
|
53
|
+
"output":{"shape":"DisableTagPoliciesOutput"},
|
54
|
+
"errors":[
|
55
|
+
{"shape":"ConcurrentModificationException"},
|
56
|
+
{"shape":"ConstraintViolationException"},
|
57
|
+
{"shape":"InvalidParameterException"},
|
58
|
+
{"shape":"ThrottledException"},
|
59
|
+
{"shape":"InternalServiceException"}
|
60
|
+
]
|
61
|
+
},
|
62
|
+
"EnableTagPolicies":{
|
63
|
+
"name":"EnableTagPolicies",
|
64
|
+
"http":{
|
65
|
+
"method":"POST",
|
66
|
+
"requestUri":"/"
|
67
|
+
},
|
68
|
+
"input":{"shape":"EnableTagPoliciesInput"},
|
69
|
+
"output":{"shape":"EnableTagPoliciesOutput"},
|
70
|
+
"errors":[
|
71
|
+
{"shape":"ConcurrentModificationException"},
|
72
|
+
{"shape":"ConstraintViolationException"},
|
73
|
+
{"shape":"InvalidParameterException"},
|
74
|
+
{"shape":"ThrottledException"},
|
75
|
+
{"shape":"InternalServiceException"}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"GetComplianceSummary":{
|
79
|
+
"name":"GetComplianceSummary",
|
80
|
+
"http":{
|
81
|
+
"method":"POST",
|
82
|
+
"requestUri":"/"
|
83
|
+
},
|
84
|
+
"input":{"shape":"GetComplianceSummaryInput"},
|
85
|
+
"output":{"shape":"GetComplianceSummaryOutput"},
|
86
|
+
"errors":[
|
87
|
+
{"shape":"ConstraintViolationException"},
|
88
|
+
{"shape":"InternalServiceException"},
|
89
|
+
{"shape":"InvalidParameterException"},
|
90
|
+
{"shape":"ThrottledException"}
|
91
|
+
]
|
92
|
+
},
|
93
|
+
"GetEffectiveTagPolicy":{
|
94
|
+
"name":"GetEffectiveTagPolicy",
|
95
|
+
"http":{
|
96
|
+
"method":"POST",
|
97
|
+
"requestUri":"/"
|
98
|
+
},
|
99
|
+
"input":{"shape":"GetEffectiveTagPolicyInput"},
|
100
|
+
"output":{"shape":"GetEffectiveTagPolicyOutput"},
|
101
|
+
"errors":[
|
102
|
+
{"shape":"ConcurrentModificationException"},
|
103
|
+
{"shape":"ConstraintViolationException"},
|
104
|
+
{"shape":"InvalidParameterException"},
|
105
|
+
{"shape":"ThrottledException"},
|
106
|
+
{"shape":"InternalServiceException"}
|
107
|
+
]
|
108
|
+
},
|
14
109
|
"GetResources":{
|
15
110
|
"name":"GetResources",
|
16
111
|
"http":{
|
@@ -41,6 +136,21 @@
|
|
41
136
|
{"shape":"PaginationTokenExpiredException"}
|
42
137
|
]
|
43
138
|
},
|
139
|
+
"GetTagPolicy":{
|
140
|
+
"name":"GetTagPolicy",
|
141
|
+
"http":{
|
142
|
+
"method":"POST",
|
143
|
+
"requestUri":"/"
|
144
|
+
},
|
145
|
+
"input":{"shape":"GetTagPolicyInput"},
|
146
|
+
"output":{"shape":"GetTagPolicyOutput"},
|
147
|
+
"errors":[
|
148
|
+
{"shape":"ConstraintViolationException"},
|
149
|
+
{"shape":"InvalidParameterException"},
|
150
|
+
{"shape":"ThrottledException"},
|
151
|
+
{"shape":"InternalServiceException"}
|
152
|
+
]
|
153
|
+
},
|
44
154
|
"GetTagValues":{
|
45
155
|
"name":"GetTagValues",
|
46
156
|
"http":{
|
@@ -56,6 +166,38 @@
|
|
56
166
|
{"shape":"PaginationTokenExpiredException"}
|
57
167
|
]
|
58
168
|
},
|
169
|
+
"PutTagPolicy":{
|
170
|
+
"name":"PutTagPolicy",
|
171
|
+
"http":{
|
172
|
+
"method":"POST",
|
173
|
+
"requestUri":"/"
|
174
|
+
},
|
175
|
+
"input":{"shape":"PutTagPolicyInput"},
|
176
|
+
"output":{"shape":"PutTagPolicyOutput"},
|
177
|
+
"errors":[
|
178
|
+
{"shape":"ConcurrentModificationException"},
|
179
|
+
{"shape":"ConstraintViolationException"},
|
180
|
+
{"shape":"InvalidParameterException"},
|
181
|
+
{"shape":"ThrottledException"},
|
182
|
+
{"shape":"InternalServiceException"}
|
183
|
+
]
|
184
|
+
},
|
185
|
+
"StartReportCreation":{
|
186
|
+
"name":"StartReportCreation",
|
187
|
+
"http":{
|
188
|
+
"method":"POST",
|
189
|
+
"requestUri":"/"
|
190
|
+
},
|
191
|
+
"input":{"shape":"StartReportCreationInput"},
|
192
|
+
"output":{"shape":"StartReportCreationOutput"},
|
193
|
+
"errors":[
|
194
|
+
{"shape":"ConcurrentModificationException"},
|
195
|
+
{"shape":"ConstraintViolationException"},
|
196
|
+
{"shape":"InternalServiceException"},
|
197
|
+
{"shape":"InvalidParameterException"},
|
198
|
+
{"shape":"ThrottledException"}
|
199
|
+
]
|
200
|
+
},
|
59
201
|
"TagResources":{
|
60
202
|
"name":"TagResources",
|
61
203
|
"http":{
|
@@ -91,6 +233,77 @@
|
|
91
233
|
"max":256,
|
92
234
|
"min":0
|
93
235
|
},
|
236
|
+
"ComplianceDetails":{
|
237
|
+
"type":"structure",
|
238
|
+
"members":{
|
239
|
+
"MissingKeys":{"shape":"TagKeyList"},
|
240
|
+
"InvalidKeys":{"shape":"TagKeyList"},
|
241
|
+
"InvalidValues":{"shape":"TagKeyList"},
|
242
|
+
"ComplianceStatus":{"shape":"ComplianceStatus"}
|
243
|
+
}
|
244
|
+
},
|
245
|
+
"ComplianceStatus":{"type":"boolean"},
|
246
|
+
"ConcurrentModificationException":{
|
247
|
+
"type":"structure",
|
248
|
+
"members":{
|
249
|
+
"Message":{"shape":"ExceptionMessage"}
|
250
|
+
},
|
251
|
+
"exception":true
|
252
|
+
},
|
253
|
+
"ConstraintViolationException":{
|
254
|
+
"type":"structure",
|
255
|
+
"members":{
|
256
|
+
"Message":{"shape":"ExceptionMessage"}
|
257
|
+
},
|
258
|
+
"exception":true
|
259
|
+
},
|
260
|
+
"DeleteTagPolicyInput":{
|
261
|
+
"type":"structure",
|
262
|
+
"required":["TargetId"],
|
263
|
+
"members":{
|
264
|
+
"TargetId":{"shape":"TargetId"}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"DeleteTagPolicyOutput":{
|
268
|
+
"type":"structure",
|
269
|
+
"members":{
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"DescribeReportCreationInput":{
|
273
|
+
"type":"structure",
|
274
|
+
"members":{
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"DescribeReportCreationOutput":{
|
278
|
+
"type":"structure",
|
279
|
+
"members":{
|
280
|
+
"Status":{"shape":"Status"},
|
281
|
+
"S3Location":{"shape":"S3Location"},
|
282
|
+
"ErrorMessage":{"shape":"ErrorMessage"}
|
283
|
+
}
|
284
|
+
},
|
285
|
+
"DisableTagPoliciesInput":{
|
286
|
+
"type":"structure",
|
287
|
+
"members":{
|
288
|
+
}
|
289
|
+
},
|
290
|
+
"DisableTagPoliciesOutput":{
|
291
|
+
"type":"structure",
|
292
|
+
"members":{
|
293
|
+
}
|
294
|
+
},
|
295
|
+
"EnableTagPoliciesInput":{
|
296
|
+
"type":"structure",
|
297
|
+
"required":["RootId"],
|
298
|
+
"members":{
|
299
|
+
"RootId":{"shape":"RootId"}
|
300
|
+
}
|
301
|
+
},
|
302
|
+
"EnableTagPoliciesOutput":{
|
303
|
+
"type":"structure",
|
304
|
+
"members":{
|
305
|
+
}
|
306
|
+
},
|
94
307
|
"ErrorCode":{
|
95
308
|
"type":"string",
|
96
309
|
"enum":[
|
@@ -104,6 +317,7 @@
|
|
104
317
|
"max":2048,
|
105
318
|
"min":0
|
106
319
|
},
|
320
|
+
"ExcludeCompliantResources":{"type":"boolean"},
|
107
321
|
"FailedResourcesMap":{
|
108
322
|
"type":"map",
|
109
323
|
"key":{"shape":"ResourceARN"},
|
@@ -117,6 +331,38 @@
|
|
117
331
|
"ErrorMessage":{"shape":"ErrorMessage"}
|
118
332
|
}
|
119
333
|
},
|
334
|
+
"GetComplianceSummaryInput":{
|
335
|
+
"type":"structure",
|
336
|
+
"members":{
|
337
|
+
"TargetIdFilters":{"shape":"TargetIdFilterList"},
|
338
|
+
"RegionFilters":{"shape":"RegionFilterList"},
|
339
|
+
"ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
|
340
|
+
"TagKeyFilters":{"shape":"TagKeyFilterList"},
|
341
|
+
"GroupBy":{"shape":"GroupBy"},
|
342
|
+
"MaxResults":{"shape":"MaxResultsGetComplianceSummary"},
|
343
|
+
"PaginationToken":{"shape":"PaginationToken"}
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"GetComplianceSummaryOutput":{
|
347
|
+
"type":"structure",
|
348
|
+
"members":{
|
349
|
+
"SummaryList":{"shape":"SummaryList"},
|
350
|
+
"PaginationToken":{"shape":"PaginationToken"}
|
351
|
+
}
|
352
|
+
},
|
353
|
+
"GetEffectiveTagPolicyInput":{
|
354
|
+
"type":"structure",
|
355
|
+
"members":{
|
356
|
+
"TargetId":{"shape":"TargetId"}
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"GetEffectiveTagPolicyOutput":{
|
360
|
+
"type":"structure",
|
361
|
+
"members":{
|
362
|
+
"Policy":{"shape":"Policy"},
|
363
|
+
"LastUpdated":{"shape":"LastUpdated"}
|
364
|
+
}
|
365
|
+
},
|
120
366
|
"GetResourcesInput":{
|
121
367
|
"type":"structure",
|
122
368
|
"members":{
|
@@ -124,7 +370,10 @@
|
|
124
370
|
"TagFilters":{"shape":"TagFilterList"},
|
125
371
|
"ResourcesPerPage":{"shape":"ResourcesPerPage"},
|
126
372
|
"TagsPerPage":{"shape":"TagsPerPage"},
|
127
|
-
"ResourceTypeFilters":{"shape":"ResourceTypeFilterList"}
|
373
|
+
"ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
|
374
|
+
"IncludeComplianceDetails":{"shape":"IncludeComplianceDetails"},
|
375
|
+
"ExcludeCompliantResources":{"shape":"ExcludeCompliantResources"},
|
376
|
+
"Policy":{"shape":"Policy"}
|
128
377
|
}
|
129
378
|
},
|
130
379
|
"GetResourcesOutput":{
|
@@ -137,7 +386,8 @@
|
|
137
386
|
"GetTagKeysInput":{
|
138
387
|
"type":"structure",
|
139
388
|
"members":{
|
140
|
-
"PaginationToken":{"shape":"PaginationToken"}
|
389
|
+
"PaginationToken":{"shape":"PaginationToken"},
|
390
|
+
"MaxResults":{"shape":"MaxResultTagsDS1"}
|
141
391
|
}
|
142
392
|
},
|
143
393
|
"GetTagKeysOutput":{
|
@@ -147,12 +397,27 @@
|
|
147
397
|
"TagKeys":{"shape":"TagKeyList"}
|
148
398
|
}
|
149
399
|
},
|
400
|
+
"GetTagPolicyInput":{
|
401
|
+
"type":"structure",
|
402
|
+
"required":["TargetId"],
|
403
|
+
"members":{
|
404
|
+
"TargetId":{"shape":"TargetId"}
|
405
|
+
}
|
406
|
+
},
|
407
|
+
"GetTagPolicyOutput":{
|
408
|
+
"type":"structure",
|
409
|
+
"members":{
|
410
|
+
"Policy":{"shape":"Policy"},
|
411
|
+
"LastUpdated":{"shape":"LastUpdated"}
|
412
|
+
}
|
413
|
+
},
|
150
414
|
"GetTagValuesInput":{
|
151
415
|
"type":"structure",
|
152
416
|
"required":["Key"],
|
153
417
|
"members":{
|
154
418
|
"PaginationToken":{"shape":"PaginationToken"},
|
155
|
-
"Key":{"shape":"TagKey"}
|
419
|
+
"Key":{"shape":"TagKey"},
|
420
|
+
"MaxResults":{"shape":"MaxResultTagsDS1"}
|
156
421
|
}
|
157
422
|
},
|
158
423
|
"GetTagValuesOutput":{
|
@@ -162,6 +427,19 @@
|
|
162
427
|
"TagValues":{"shape":"TagValuesOutputList"}
|
163
428
|
}
|
164
429
|
},
|
430
|
+
"GroupBy":{
|
431
|
+
"type":"list",
|
432
|
+
"member":{"shape":"GroupByAttribute"}
|
433
|
+
},
|
434
|
+
"GroupByAttribute":{
|
435
|
+
"type":"string",
|
436
|
+
"enum":[
|
437
|
+
"TARGET_ID",
|
438
|
+
"REGION",
|
439
|
+
"RESOURCE_TYPE"
|
440
|
+
]
|
441
|
+
},
|
442
|
+
"IncludeComplianceDetails":{"type":"boolean"},
|
165
443
|
"InternalServiceException":{
|
166
444
|
"type":"structure",
|
167
445
|
"members":{
|
@@ -177,6 +455,21 @@
|
|
177
455
|
},
|
178
456
|
"exception":true
|
179
457
|
},
|
458
|
+
"LastUpdated":{
|
459
|
+
"type":"timestamp",
|
460
|
+
"timestampFormat":"iso8601"
|
461
|
+
},
|
462
|
+
"MaxResultTagsDS1":{
|
463
|
+
"type":"integer",
|
464
|
+
"max":50,
|
465
|
+
"min":1
|
466
|
+
},
|
467
|
+
"MaxResultsGetComplianceSummary":{
|
468
|
+
"type":"integer",
|
469
|
+
"max":1000,
|
470
|
+
"min":1
|
471
|
+
},
|
472
|
+
"NonCompliantResources":{"type":"long"},
|
180
473
|
"PaginationToken":{
|
181
474
|
"type":"string",
|
182
475
|
"max":2048,
|
@@ -189,9 +482,37 @@
|
|
189
482
|
},
|
190
483
|
"exception":true
|
191
484
|
},
|
485
|
+
"Policy":{
|
486
|
+
"type":"string",
|
487
|
+
"max":5000,
|
488
|
+
"min":34
|
489
|
+
},
|
490
|
+
"PutTagPolicyInput":{
|
491
|
+
"type":"structure",
|
492
|
+
"required":[
|
493
|
+
"TargetId",
|
494
|
+
"Policy"
|
495
|
+
],
|
496
|
+
"members":{
|
497
|
+
"TargetId":{"shape":"TargetId"},
|
498
|
+
"Policy":{"shape":"Policy"}
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"PutTagPolicyOutput":{
|
502
|
+
"type":"structure",
|
503
|
+
"members":{
|
504
|
+
}
|
505
|
+
},
|
506
|
+
"Region":{"type":"string"},
|
507
|
+
"RegionFilterList":{
|
508
|
+
"type":"list",
|
509
|
+
"member":{"shape":"Region"},
|
510
|
+
"max":100,
|
511
|
+
"min":1
|
512
|
+
},
|
192
513
|
"ResourceARN":{
|
193
514
|
"type":"string",
|
194
|
-
"max":
|
515
|
+
"max":1011,
|
195
516
|
"min":1
|
196
517
|
},
|
197
518
|
"ResourceARNList":{
|
@@ -204,7 +525,8 @@
|
|
204
525
|
"type":"structure",
|
205
526
|
"members":{
|
206
527
|
"ResourceARN":{"shape":"ResourceARN"},
|
207
|
-
"Tags":{"shape":"TagList"}
|
528
|
+
"Tags":{"shape":"TagList"},
|
529
|
+
"ComplianceDetails":{"shape":"ComplianceDetails"}
|
208
530
|
}
|
209
531
|
},
|
210
532
|
"ResourceTagMappingList":{
|
@@ -216,7 +538,42 @@
|
|
216
538
|
"member":{"shape":"AmazonResourceType"}
|
217
539
|
},
|
218
540
|
"ResourcesPerPage":{"type":"integer"},
|
541
|
+
"RootId":{
|
542
|
+
"type":"string",
|
543
|
+
"max":34,
|
544
|
+
"min":6,
|
545
|
+
"pattern":"r-.*"
|
546
|
+
},
|
547
|
+
"S3Bucket":{"type":"string"},
|
548
|
+
"S3Location":{"type":"string"},
|
549
|
+
"StartReportCreationInput":{
|
550
|
+
"type":"structure",
|
551
|
+
"required":["S3Bucket"],
|
552
|
+
"members":{
|
553
|
+
"S3Bucket":{"shape":"S3Bucket"}
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"StartReportCreationOutput":{
|
557
|
+
"type":"structure",
|
558
|
+
"members":{
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"Status":{"type":"string"},
|
219
562
|
"StatusCode":{"type":"integer"},
|
563
|
+
"Summary":{
|
564
|
+
"type":"structure",
|
565
|
+
"members":{
|
566
|
+
"LastUpdated":{"shape":"LastUpdated"},
|
567
|
+
"TargetId":{"shape":"TargetId"},
|
568
|
+
"Region":{"shape":"Region"},
|
569
|
+
"ResourceType":{"shape":"AmazonResourceType"},
|
570
|
+
"NonCompliantResources":{"shape":"NonCompliantResources"}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"SummaryList":{
|
574
|
+
"type":"list",
|
575
|
+
"member":{"shape":"Summary"}
|
576
|
+
},
|
220
577
|
"Tag":{
|
221
578
|
"type":"structure",
|
222
579
|
"required":[
|
@@ -246,6 +603,12 @@
|
|
246
603
|
"max":128,
|
247
604
|
"min":1
|
248
605
|
},
|
606
|
+
"TagKeyFilterList":{
|
607
|
+
"type":"list",
|
608
|
+
"member":{"shape":"TagKey"},
|
609
|
+
"max":50,
|
610
|
+
"min":1
|
611
|
+
},
|
249
612
|
"TagKeyList":{
|
250
613
|
"type":"list",
|
251
614
|
"member":{"shape":"TagKey"}
|
@@ -300,6 +663,17 @@
|
|
300
663
|
"member":{"shape":"TagValue"}
|
301
664
|
},
|
302
665
|
"TagsPerPage":{"type":"integer"},
|
666
|
+
"TargetId":{
|
667
|
+
"type":"string",
|
668
|
+
"max":68,
|
669
|
+
"min":6
|
670
|
+
},
|
671
|
+
"TargetIdFilterList":{
|
672
|
+
"type":"list",
|
673
|
+
"member":{"shape":"TargetId"},
|
674
|
+
"max":100,
|
675
|
+
"min":1
|
676
|
+
},
|
303
677
|
"ThrottledException":{
|
304
678
|
"type":"structure",
|
305
679
|
"members":{
|
@@ -1,5 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"GetComplianceSummary": {
|
4
|
+
"input_token": "PaginationToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "PaginationToken",
|
7
|
+
"result_key": "SummaryList"
|
8
|
+
},
|
3
9
|
"GetResources": {
|
4
10
|
"input_token": "PaginationToken",
|
5
11
|
"limit_key": "ResourcesPerPage",
|
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.297
|
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: 2019-06-
|
11
|
+
date: 2019-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|