aws-sdk-core 2.11.407 → 2.11.408

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: 5999b51aa8cd0543e72868486ddde29fa8ba55b1
4
- data.tar.gz: 11750660f4d012dde308868270490c8058383ce5
3
+ metadata.gz: d38dd77ecf779d138ab9ebc7d5043be6df097409
4
+ data.tar.gz: 679ec1a9078b9dcdd850caeee6bcdbd5c6bcae8c
5
5
  SHA512:
6
- metadata.gz: e9587651b2d44b31892e8739969b19f6bd5fe86b53cbaeff38c10b636c1e5db95598fa8549b7ee9be42c0a2af58a5fd5f4f25c5fab9271ae218e3cb1215bf520
7
- data.tar.gz: 527a32c0b86689f3cdf1a713c25a1ccfdbc38a1a50e45306a0ebcba34006d7c8340826dbf8fbb6e5595fb8a6e80f23adb6f1027edf3d115d65d704e645e33793
6
+ metadata.gz: 959edabf28272870baf7dea25cf98b522d9a3f01fff12092f6d8b8b4d160292b5a1bd422cd7da67e7a0000e5799c712e43f89e12eb853b33e50b1fa4059b8b79
7
+ data.tar.gz: 9ad18b4f0250cdf0472d0bbbbc01d3d4752e1c1362848b3c41936a41fee1b3c339c264d921e4482cf852d256dcb84de1dde1dcb067d96d7515719acaccfb1315
@@ -0,0 +1,1125 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-11-01",
5
+ "endpointPrefix":"access-analyzer",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"Access Analyzer",
9
+ "serviceId":"AccessAnalyzer",
10
+ "signatureVersion":"v4",
11
+ "signingName":"access-analyzer",
12
+ "uid":"accessanalyzer-2019-11-01"
13
+ },
14
+ "operations":{
15
+ "CreateAnalyzer":{
16
+ "name":"CreateAnalyzer",
17
+ "http":{
18
+ "method":"PUT",
19
+ "requestUri":"/analyzer",
20
+ "responseCode":200
21
+ },
22
+ "input":{"shape":"CreateAnalyzerRequest"},
23
+ "output":{"shape":"CreateAnalyzerResponse"},
24
+ "errors":[
25
+ {"shape":"ConflictException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"InternalServerException"},
28
+ {"shape":"ServiceQuotaExceededException"},
29
+ {"shape":"ThrottlingException"},
30
+ {"shape":"AccessDeniedException"}
31
+ ],
32
+ "idempotent":true
33
+ },
34
+ "CreateArchiveRule":{
35
+ "name":"CreateArchiveRule",
36
+ "http":{
37
+ "method":"PUT",
38
+ "requestUri":"/analyzer/{analyzerName}/archive-rule",
39
+ "responseCode":200
40
+ },
41
+ "input":{"shape":"CreateArchiveRuleRequest"},
42
+ "errors":[
43
+ {"shape":"ResourceNotFoundException"},
44
+ {"shape":"ConflictException"},
45
+ {"shape":"ValidationException"},
46
+ {"shape":"InternalServerException"},
47
+ {"shape":"ServiceQuotaExceededException"},
48
+ {"shape":"ThrottlingException"},
49
+ {"shape":"AccessDeniedException"}
50
+ ],
51
+ "idempotent":true
52
+ },
53
+ "DeleteAnalyzer":{
54
+ "name":"DeleteAnalyzer",
55
+ "http":{
56
+ "method":"DELETE",
57
+ "requestUri":"/analyzer/{analyzerName}",
58
+ "responseCode":200
59
+ },
60
+ "input":{"shape":"DeleteAnalyzerRequest"},
61
+ "errors":[
62
+ {"shape":"ResourceNotFoundException"},
63
+ {"shape":"ValidationException"},
64
+ {"shape":"InternalServerException"},
65
+ {"shape":"ThrottlingException"},
66
+ {"shape":"AccessDeniedException"}
67
+ ],
68
+ "idempotent":true
69
+ },
70
+ "DeleteArchiveRule":{
71
+ "name":"DeleteArchiveRule",
72
+ "http":{
73
+ "method":"DELETE",
74
+ "requestUri":"/analyzer/{analyzerName}/archive-rule/{ruleName}",
75
+ "responseCode":200
76
+ },
77
+ "input":{"shape":"DeleteArchiveRuleRequest"},
78
+ "errors":[
79
+ {"shape":"ResourceNotFoundException"},
80
+ {"shape":"ValidationException"},
81
+ {"shape":"InternalServerException"},
82
+ {"shape":"ThrottlingException"},
83
+ {"shape":"AccessDeniedException"}
84
+ ],
85
+ "idempotent":true
86
+ },
87
+ "GetAnalyzedResource":{
88
+ "name":"GetAnalyzedResource",
89
+ "http":{
90
+ "method":"GET",
91
+ "requestUri":"/analyzed-resource",
92
+ "responseCode":200
93
+ },
94
+ "input":{"shape":"GetAnalyzedResourceRequest"},
95
+ "output":{"shape":"GetAnalyzedResourceResponse"},
96
+ "errors":[
97
+ {"shape":"ResourceNotFoundException"},
98
+ {"shape":"ValidationException"},
99
+ {"shape":"InternalServerException"},
100
+ {"shape":"ThrottlingException"},
101
+ {"shape":"AccessDeniedException"}
102
+ ]
103
+ },
104
+ "GetAnalyzer":{
105
+ "name":"GetAnalyzer",
106
+ "http":{
107
+ "method":"GET",
108
+ "requestUri":"/analyzer/{analyzerName}",
109
+ "responseCode":200
110
+ },
111
+ "input":{"shape":"GetAnalyzerRequest"},
112
+ "output":{"shape":"GetAnalyzerResponse"},
113
+ "errors":[
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"ValidationException"},
116
+ {"shape":"InternalServerException"},
117
+ {"shape":"ThrottlingException"},
118
+ {"shape":"AccessDeniedException"}
119
+ ]
120
+ },
121
+ "GetArchiveRule":{
122
+ "name":"GetArchiveRule",
123
+ "http":{
124
+ "method":"GET",
125
+ "requestUri":"/analyzer/{analyzerName}/archive-rule/{ruleName}",
126
+ "responseCode":200
127
+ },
128
+ "input":{"shape":"GetArchiveRuleRequest"},
129
+ "output":{"shape":"GetArchiveRuleResponse"},
130
+ "errors":[
131
+ {"shape":"ResourceNotFoundException"},
132
+ {"shape":"ValidationException"},
133
+ {"shape":"InternalServerException"},
134
+ {"shape":"ThrottlingException"},
135
+ {"shape":"AccessDeniedException"}
136
+ ]
137
+ },
138
+ "GetFinding":{
139
+ "name":"GetFinding",
140
+ "http":{
141
+ "method":"GET",
142
+ "requestUri":"/finding/{id}",
143
+ "responseCode":200
144
+ },
145
+ "input":{"shape":"GetFindingRequest"},
146
+ "output":{"shape":"GetFindingResponse"},
147
+ "errors":[
148
+ {"shape":"ResourceNotFoundException"},
149
+ {"shape":"ValidationException"},
150
+ {"shape":"InternalServerException"},
151
+ {"shape":"ThrottlingException"},
152
+ {"shape":"AccessDeniedException"}
153
+ ]
154
+ },
155
+ "ListAnalyzedResources":{
156
+ "name":"ListAnalyzedResources",
157
+ "http":{
158
+ "method":"POST",
159
+ "requestUri":"/analyzed-resource",
160
+ "responseCode":200
161
+ },
162
+ "input":{"shape":"ListAnalyzedResourcesRequest"},
163
+ "output":{"shape":"ListAnalyzedResourcesResponse"},
164
+ "errors":[
165
+ {"shape":"ResourceNotFoundException"},
166
+ {"shape":"ValidationException"},
167
+ {"shape":"InternalServerException"},
168
+ {"shape":"ThrottlingException"},
169
+ {"shape":"AccessDeniedException"}
170
+ ]
171
+ },
172
+ "ListAnalyzers":{
173
+ "name":"ListAnalyzers",
174
+ "http":{
175
+ "method":"GET",
176
+ "requestUri":"/analyzer",
177
+ "responseCode":200
178
+ },
179
+ "input":{"shape":"ListAnalyzersRequest"},
180
+ "output":{"shape":"ListAnalyzersResponse"},
181
+ "errors":[
182
+ {"shape":"ValidationException"},
183
+ {"shape":"InternalServerException"},
184
+ {"shape":"ThrottlingException"},
185
+ {"shape":"AccessDeniedException"}
186
+ ]
187
+ },
188
+ "ListArchiveRules":{
189
+ "name":"ListArchiveRules",
190
+ "http":{
191
+ "method":"GET",
192
+ "requestUri":"/analyzer/{analyzerName}/archive-rule",
193
+ "responseCode":200
194
+ },
195
+ "input":{"shape":"ListArchiveRulesRequest"},
196
+ "output":{"shape":"ListArchiveRulesResponse"},
197
+ "errors":[
198
+ {"shape":"ValidationException"},
199
+ {"shape":"InternalServerException"},
200
+ {"shape":"ThrottlingException"},
201
+ {"shape":"AccessDeniedException"}
202
+ ]
203
+ },
204
+ "ListFindings":{
205
+ "name":"ListFindings",
206
+ "http":{
207
+ "method":"POST",
208
+ "requestUri":"/finding",
209
+ "responseCode":200
210
+ },
211
+ "input":{"shape":"ListFindingsRequest"},
212
+ "output":{"shape":"ListFindingsResponse"},
213
+ "errors":[
214
+ {"shape":"ResourceNotFoundException"},
215
+ {"shape":"ValidationException"},
216
+ {"shape":"InternalServerException"},
217
+ {"shape":"ThrottlingException"},
218
+ {"shape":"AccessDeniedException"}
219
+ ]
220
+ },
221
+ "ListTagsForResource":{
222
+ "name":"ListTagsForResource",
223
+ "http":{
224
+ "method":"GET",
225
+ "requestUri":"/tags/{resourceArn}",
226
+ "responseCode":200
227
+ },
228
+ "input":{"shape":"ListTagsForResourceRequest"},
229
+ "output":{"shape":"ListTagsForResourceResponse"},
230
+ "errors":[
231
+ {"shape":"ResourceNotFoundException"},
232
+ {"shape":"ValidationException"},
233
+ {"shape":"InternalServerException"},
234
+ {"shape":"ThrottlingException"},
235
+ {"shape":"AccessDeniedException"}
236
+ ]
237
+ },
238
+ "StartResourceScan":{
239
+ "name":"StartResourceScan",
240
+ "http":{
241
+ "method":"POST",
242
+ "requestUri":"/resource/scan",
243
+ "responseCode":200
244
+ },
245
+ "input":{"shape":"StartResourceScanRequest"},
246
+ "errors":[
247
+ {"shape":"ResourceNotFoundException"},
248
+ {"shape":"ValidationException"},
249
+ {"shape":"InternalServerException"},
250
+ {"shape":"ThrottlingException"},
251
+ {"shape":"AccessDeniedException"}
252
+ ]
253
+ },
254
+ "TagResource":{
255
+ "name":"TagResource",
256
+ "http":{
257
+ "method":"POST",
258
+ "requestUri":"/tags/{resourceArn}",
259
+ "responseCode":200
260
+ },
261
+ "input":{"shape":"TagResourceRequest"},
262
+ "output":{"shape":"TagResourceResponse"},
263
+ "errors":[
264
+ {"shape":"ResourceNotFoundException"},
265
+ {"shape":"ValidationException"},
266
+ {"shape":"InternalServerException"},
267
+ {"shape":"ThrottlingException"},
268
+ {"shape":"AccessDeniedException"}
269
+ ],
270
+ "idempotent":true
271
+ },
272
+ "UntagResource":{
273
+ "name":"UntagResource",
274
+ "http":{
275
+ "method":"DELETE",
276
+ "requestUri":"/tags/{resourceArn}",
277
+ "responseCode":200
278
+ },
279
+ "input":{"shape":"UntagResourceRequest"},
280
+ "output":{"shape":"UntagResourceResponse"},
281
+ "errors":[
282
+ {"shape":"ResourceNotFoundException"},
283
+ {"shape":"ValidationException"},
284
+ {"shape":"InternalServerException"},
285
+ {"shape":"ThrottlingException"},
286
+ {"shape":"AccessDeniedException"}
287
+ ],
288
+ "idempotent":true
289
+ },
290
+ "UpdateArchiveRule":{
291
+ "name":"UpdateArchiveRule",
292
+ "http":{
293
+ "method":"PUT",
294
+ "requestUri":"/analyzer/{analyzerName}/archive-rule/{ruleName}",
295
+ "responseCode":200
296
+ },
297
+ "input":{"shape":"UpdateArchiveRuleRequest"},
298
+ "errors":[
299
+ {"shape":"ResourceNotFoundException"},
300
+ {"shape":"ValidationException"},
301
+ {"shape":"InternalServerException"},
302
+ {"shape":"ThrottlingException"},
303
+ {"shape":"AccessDeniedException"}
304
+ ],
305
+ "idempotent":true
306
+ },
307
+ "UpdateFindings":{
308
+ "name":"UpdateFindings",
309
+ "http":{
310
+ "method":"PUT",
311
+ "requestUri":"/finding",
312
+ "responseCode":200
313
+ },
314
+ "input":{"shape":"UpdateFindingsRequest"},
315
+ "errors":[
316
+ {"shape":"ResourceNotFoundException"},
317
+ {"shape":"ValidationException"},
318
+ {"shape":"InternalServerException"},
319
+ {"shape":"ThrottlingException"},
320
+ {"shape":"AccessDeniedException"}
321
+ ],
322
+ "idempotent":true
323
+ }
324
+ },
325
+ "shapes":{
326
+ "AccessDeniedException":{
327
+ "type":"structure",
328
+ "required":["message"],
329
+ "members":{
330
+ "message":{"shape":"String"}
331
+ },
332
+ "error":{
333
+ "httpStatusCode":403,
334
+ "senderFault":true
335
+ },
336
+ "exception":true
337
+ },
338
+ "ActionList":{
339
+ "type":"list",
340
+ "member":{"shape":"String"}
341
+ },
342
+ "AnalyzedResource":{
343
+ "type":"structure",
344
+ "required":[
345
+ "analyzedAt",
346
+ "createdAt",
347
+ "isPublic",
348
+ "resourceArn",
349
+ "resourceType",
350
+ "updatedAt"
351
+ ],
352
+ "members":{
353
+ "actions":{"shape":"ActionList"},
354
+ "analyzedAt":{"shape":"Timestamp"},
355
+ "createdAt":{"shape":"Timestamp"},
356
+ "error":{"shape":"String"},
357
+ "isPublic":{"shape":"Boolean"},
358
+ "resourceArn":{"shape":"ResourceArn"},
359
+ "resourceType":{"shape":"ResourceType"},
360
+ "sharedVia":{"shape":"SharedViaList"},
361
+ "status":{"shape":"FindingStatus"},
362
+ "updatedAt":{"shape":"Timestamp"}
363
+ }
364
+ },
365
+ "AnalyzedResourceSummary":{
366
+ "type":"structure",
367
+ "required":[
368
+ "resourceArn",
369
+ "resourceType"
370
+ ],
371
+ "members":{
372
+ "resourceArn":{"shape":"ResourceArn"},
373
+ "resourceType":{"shape":"ResourceType"}
374
+ }
375
+ },
376
+ "AnalyzedResourcesList":{
377
+ "type":"list",
378
+ "member":{"shape":"AnalyzedResourceSummary"}
379
+ },
380
+ "AnalyzerArn":{
381
+ "type":"string",
382
+ "pattern":"^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}$"
383
+ },
384
+ "AnalyzerSummary":{
385
+ "type":"structure",
386
+ "required":[
387
+ "arn",
388
+ "createdAt",
389
+ "name",
390
+ "type"
391
+ ],
392
+ "members":{
393
+ "arn":{"shape":"AnalyzerArn"},
394
+ "createdAt":{"shape":"Timestamp"},
395
+ "lastResourceAnalyzed":{"shape":"String"},
396
+ "lastResourceAnalyzedAt":{"shape":"Timestamp"},
397
+ "name":{"shape":"Name"},
398
+ "tags":{"shape":"TagsMap"},
399
+ "type":{"shape":"Type"}
400
+ }
401
+ },
402
+ "AnalyzersList":{
403
+ "type":"list",
404
+ "member":{"shape":"AnalyzerSummary"}
405
+ },
406
+ "ArchiveRuleSummary":{
407
+ "type":"structure",
408
+ "required":[
409
+ "createdAt",
410
+ "filter",
411
+ "ruleName",
412
+ "updatedAt"
413
+ ],
414
+ "members":{
415
+ "createdAt":{"shape":"Timestamp"},
416
+ "filter":{"shape":"FilterCriteriaMap"},
417
+ "ruleName":{"shape":"Name"},
418
+ "updatedAt":{"shape":"Timestamp"}
419
+ }
420
+ },
421
+ "ArchiveRulesList":{
422
+ "type":"list",
423
+ "member":{"shape":"ArchiveRuleSummary"}
424
+ },
425
+ "Boolean":{
426
+ "type":"boolean",
427
+ "box":true
428
+ },
429
+ "ConditionKeyMap":{
430
+ "type":"map",
431
+ "key":{"shape":"String"},
432
+ "value":{"shape":"String"}
433
+ },
434
+ "ConflictException":{
435
+ "type":"structure",
436
+ "required":[
437
+ "message",
438
+ "resourceId",
439
+ "resourceType"
440
+ ],
441
+ "members":{
442
+ "message":{"shape":"String"},
443
+ "resourceId":{"shape":"String"},
444
+ "resourceType":{"shape":"String"}
445
+ },
446
+ "error":{
447
+ "httpStatusCode":409,
448
+ "senderFault":true
449
+ },
450
+ "exception":true
451
+ },
452
+ "CreateAnalyzerRequest":{
453
+ "type":"structure",
454
+ "required":[
455
+ "analyzerName",
456
+ "type"
457
+ ],
458
+ "members":{
459
+ "analyzerName":{"shape":"Name"},
460
+ "archiveRules":{"shape":"InlineArchiveRulesList"},
461
+ "clientToken":{
462
+ "shape":"String",
463
+ "idempotencyToken":true
464
+ },
465
+ "tags":{"shape":"TagsMap"},
466
+ "type":{"shape":"Type"}
467
+ }
468
+ },
469
+ "CreateAnalyzerResponse":{
470
+ "type":"structure",
471
+ "members":{
472
+ "arn":{"shape":"AnalyzerArn"}
473
+ }
474
+ },
475
+ "CreateArchiveRuleRequest":{
476
+ "type":"structure",
477
+ "required":[
478
+ "analyzerName",
479
+ "filter",
480
+ "ruleName"
481
+ ],
482
+ "members":{
483
+ "analyzerName":{
484
+ "shape":"Name",
485
+ "location":"uri",
486
+ "locationName":"analyzerName"
487
+ },
488
+ "clientToken":{
489
+ "shape":"String",
490
+ "idempotencyToken":true
491
+ },
492
+ "filter":{"shape":"FilterCriteriaMap"},
493
+ "ruleName":{"shape":"Name"}
494
+ }
495
+ },
496
+ "Criterion":{
497
+ "type":"structure",
498
+ "members":{
499
+ "contains":{"shape":"ValueList"},
500
+ "eq":{"shape":"ValueList"},
501
+ "exists":{"shape":"Boolean"},
502
+ "neq":{"shape":"ValueList"}
503
+ }
504
+ },
505
+ "DeleteAnalyzerRequest":{
506
+ "type":"structure",
507
+ "required":["analyzerName"],
508
+ "members":{
509
+ "analyzerName":{
510
+ "shape":"Name",
511
+ "location":"uri",
512
+ "locationName":"analyzerName"
513
+ },
514
+ "clientToken":{
515
+ "shape":"String",
516
+ "idempotencyToken":true,
517
+ "location":"querystring",
518
+ "locationName":"clientToken"
519
+ }
520
+ }
521
+ },
522
+ "DeleteArchiveRuleRequest":{
523
+ "type":"structure",
524
+ "required":[
525
+ "analyzerName",
526
+ "ruleName"
527
+ ],
528
+ "members":{
529
+ "analyzerName":{
530
+ "shape":"Name",
531
+ "location":"uri",
532
+ "locationName":"analyzerName"
533
+ },
534
+ "clientToken":{
535
+ "shape":"String",
536
+ "idempotencyToken":true,
537
+ "location":"querystring",
538
+ "locationName":"clientToken"
539
+ },
540
+ "ruleName":{
541
+ "shape":"Name",
542
+ "location":"uri",
543
+ "locationName":"ruleName"
544
+ }
545
+ }
546
+ },
547
+ "FilterCriteriaMap":{
548
+ "type":"map",
549
+ "key":{"shape":"String"},
550
+ "value":{"shape":"Criterion"}
551
+ },
552
+ "Finding":{
553
+ "type":"structure",
554
+ "required":[
555
+ "analyzedAt",
556
+ "condition",
557
+ "createdAt",
558
+ "id",
559
+ "resourceType",
560
+ "status",
561
+ "updatedAt"
562
+ ],
563
+ "members":{
564
+ "action":{"shape":"ActionList"},
565
+ "analyzedAt":{"shape":"Timestamp"},
566
+ "condition":{"shape":"ConditionKeyMap"},
567
+ "createdAt":{"shape":"Timestamp"},
568
+ "error":{"shape":"String"},
569
+ "id":{"shape":"FindingId"},
570
+ "isPublic":{"shape":"Boolean"},
571
+ "principal":{"shape":"PrincipalMap"},
572
+ "resource":{"shape":"String"},
573
+ "resourceType":{"shape":"ResourceType"},
574
+ "status":{"shape":"FindingStatus"},
575
+ "updatedAt":{"shape":"Timestamp"}
576
+ }
577
+ },
578
+ "FindingId":{"type":"string"},
579
+ "FindingIdList":{
580
+ "type":"list",
581
+ "member":{"shape":"FindingId"}
582
+ },
583
+ "FindingStatus":{
584
+ "type":"string",
585
+ "enum":[
586
+ "ACTIVE",
587
+ "ARCHIVED",
588
+ "RESOLVED"
589
+ ]
590
+ },
591
+ "FindingStatusUpdate":{
592
+ "type":"string",
593
+ "enum":[
594
+ "ACTIVE",
595
+ "ARCHIVED"
596
+ ]
597
+ },
598
+ "FindingSummary":{
599
+ "type":"structure",
600
+ "required":[
601
+ "analyzedAt",
602
+ "condition",
603
+ "createdAt",
604
+ "id",
605
+ "resourceType",
606
+ "status",
607
+ "updatedAt"
608
+ ],
609
+ "members":{
610
+ "action":{"shape":"ActionList"},
611
+ "analyzedAt":{"shape":"Timestamp"},
612
+ "condition":{"shape":"ConditionKeyMap"},
613
+ "createdAt":{"shape":"Timestamp"},
614
+ "error":{"shape":"String"},
615
+ "id":{"shape":"FindingId"},
616
+ "isPublic":{"shape":"Boolean"},
617
+ "principal":{"shape":"PrincipalMap"},
618
+ "resource":{"shape":"String"},
619
+ "resourceType":{"shape":"ResourceType"},
620
+ "status":{"shape":"FindingStatus"},
621
+ "updatedAt":{"shape":"Timestamp"}
622
+ }
623
+ },
624
+ "FindingsList":{
625
+ "type":"list",
626
+ "member":{"shape":"FindingSummary"}
627
+ },
628
+ "GetAnalyzedResourceRequest":{
629
+ "type":"structure",
630
+ "required":[
631
+ "analyzerArn",
632
+ "resourceArn"
633
+ ],
634
+ "members":{
635
+ "analyzerArn":{
636
+ "shape":"AnalyzerArn",
637
+ "location":"querystring",
638
+ "locationName":"analyzerArn"
639
+ },
640
+ "resourceArn":{
641
+ "shape":"ResourceArn",
642
+ "location":"querystring",
643
+ "locationName":"resourceArn"
644
+ }
645
+ }
646
+ },
647
+ "GetAnalyzedResourceResponse":{
648
+ "type":"structure",
649
+ "members":{
650
+ "resource":{"shape":"AnalyzedResource"}
651
+ }
652
+ },
653
+ "GetAnalyzerRequest":{
654
+ "type":"structure",
655
+ "required":["analyzerName"],
656
+ "members":{
657
+ "analyzerName":{
658
+ "shape":"Name",
659
+ "location":"uri",
660
+ "locationName":"analyzerName"
661
+ }
662
+ }
663
+ },
664
+ "GetAnalyzerResponse":{
665
+ "type":"structure",
666
+ "required":["analyzer"],
667
+ "members":{
668
+ "analyzer":{"shape":"AnalyzerSummary"}
669
+ }
670
+ },
671
+ "GetArchiveRuleRequest":{
672
+ "type":"structure",
673
+ "required":[
674
+ "analyzerName",
675
+ "ruleName"
676
+ ],
677
+ "members":{
678
+ "analyzerName":{
679
+ "shape":"Name",
680
+ "location":"uri",
681
+ "locationName":"analyzerName"
682
+ },
683
+ "ruleName":{
684
+ "shape":"Name",
685
+ "location":"uri",
686
+ "locationName":"ruleName"
687
+ }
688
+ }
689
+ },
690
+ "GetArchiveRuleResponse":{
691
+ "type":"structure",
692
+ "required":["archiveRule"],
693
+ "members":{
694
+ "archiveRule":{"shape":"ArchiveRuleSummary"}
695
+ }
696
+ },
697
+ "GetFindingRequest":{
698
+ "type":"structure",
699
+ "required":[
700
+ "analyzerArn",
701
+ "id"
702
+ ],
703
+ "members":{
704
+ "analyzerArn":{
705
+ "shape":"AnalyzerArn",
706
+ "location":"querystring",
707
+ "locationName":"analyzerArn"
708
+ },
709
+ "id":{
710
+ "shape":"FindingId",
711
+ "location":"uri",
712
+ "locationName":"id"
713
+ }
714
+ }
715
+ },
716
+ "GetFindingResponse":{
717
+ "type":"structure",
718
+ "members":{
719
+ "finding":{"shape":"Finding"}
720
+ }
721
+ },
722
+ "InlineArchiveRule":{
723
+ "type":"structure",
724
+ "required":[
725
+ "filter",
726
+ "ruleName"
727
+ ],
728
+ "members":{
729
+ "filter":{"shape":"FilterCriteriaMap"},
730
+ "ruleName":{"shape":"Name"}
731
+ }
732
+ },
733
+ "InlineArchiveRulesList":{
734
+ "type":"list",
735
+ "member":{"shape":"InlineArchiveRule"}
736
+ },
737
+ "Integer":{
738
+ "type":"integer",
739
+ "box":true
740
+ },
741
+ "InternalServerException":{
742
+ "type":"structure",
743
+ "required":["message"],
744
+ "members":{
745
+ "message":{"shape":"String"},
746
+ "retryAfterSeconds":{
747
+ "shape":"Integer",
748
+ "location":"header",
749
+ "locationName":"Retry-After"
750
+ }
751
+ },
752
+ "error":{"httpStatusCode":500},
753
+ "exception":true,
754
+ "fault":true
755
+ },
756
+ "ListAnalyzedResourcesRequest":{
757
+ "type":"structure",
758
+ "required":["analyzerArn"],
759
+ "members":{
760
+ "analyzerArn":{"shape":"AnalyzerArn"},
761
+ "maxResults":{"shape":"Integer"},
762
+ "nextToken":{"shape":"Token"},
763
+ "resourceType":{"shape":"ResourceType"}
764
+ }
765
+ },
766
+ "ListAnalyzedResourcesResponse":{
767
+ "type":"structure",
768
+ "required":["analyzedResources"],
769
+ "members":{
770
+ "analyzedResources":{"shape":"AnalyzedResourcesList"},
771
+ "nextToken":{"shape":"Token"}
772
+ }
773
+ },
774
+ "ListAnalyzersRequest":{
775
+ "type":"structure",
776
+ "members":{
777
+ "maxResults":{
778
+ "shape":"Integer",
779
+ "location":"querystring",
780
+ "locationName":"maxResults"
781
+ },
782
+ "nextToken":{
783
+ "shape":"Token",
784
+ "location":"querystring",
785
+ "locationName":"nextToken"
786
+ },
787
+ "type":{
788
+ "shape":"Type",
789
+ "location":"querystring",
790
+ "locationName":"type"
791
+ }
792
+ }
793
+ },
794
+ "ListAnalyzersResponse":{
795
+ "type":"structure",
796
+ "required":["analyzers"],
797
+ "members":{
798
+ "analyzers":{"shape":"AnalyzersList"},
799
+ "nextToken":{"shape":"Token"}
800
+ }
801
+ },
802
+ "ListArchiveRulesRequest":{
803
+ "type":"structure",
804
+ "required":["analyzerName"],
805
+ "members":{
806
+ "analyzerName":{
807
+ "shape":"Name",
808
+ "location":"uri",
809
+ "locationName":"analyzerName"
810
+ },
811
+ "maxResults":{
812
+ "shape":"Integer",
813
+ "location":"querystring",
814
+ "locationName":"maxResults"
815
+ },
816
+ "nextToken":{
817
+ "shape":"Token",
818
+ "location":"querystring",
819
+ "locationName":"nextToken"
820
+ }
821
+ }
822
+ },
823
+ "ListArchiveRulesResponse":{
824
+ "type":"structure",
825
+ "required":["archiveRules"],
826
+ "members":{
827
+ "archiveRules":{"shape":"ArchiveRulesList"},
828
+ "nextToken":{"shape":"Token"}
829
+ }
830
+ },
831
+ "ListFindingsRequest":{
832
+ "type":"structure",
833
+ "required":["analyzerArn"],
834
+ "members":{
835
+ "analyzerArn":{"shape":"AnalyzerArn"},
836
+ "filter":{"shape":"FilterCriteriaMap"},
837
+ "maxResults":{"shape":"Integer"},
838
+ "nextToken":{"shape":"Token"},
839
+ "sort":{"shape":"SortCriteria"}
840
+ }
841
+ },
842
+ "ListFindingsResponse":{
843
+ "type":"structure",
844
+ "required":["findings"],
845
+ "members":{
846
+ "findings":{"shape":"FindingsList"},
847
+ "nextToken":{"shape":"Token"}
848
+ }
849
+ },
850
+ "ListTagsForResourceRequest":{
851
+ "type":"structure",
852
+ "required":["resourceArn"],
853
+ "members":{
854
+ "resourceArn":{
855
+ "shape":"String",
856
+ "location":"uri",
857
+ "locationName":"resourceArn"
858
+ }
859
+ }
860
+ },
861
+ "ListTagsForResourceResponse":{
862
+ "type":"structure",
863
+ "members":{
864
+ "tags":{"shape":"TagsMap"}
865
+ }
866
+ },
867
+ "Name":{
868
+ "type":"string",
869
+ "max":255,
870
+ "min":1,
871
+ "pattern":"^[A-Za-z][A-Za-z0-9_.-]*$"
872
+ },
873
+ "OrderBy":{
874
+ "type":"string",
875
+ "enum":[
876
+ "ASC",
877
+ "DESC"
878
+ ]
879
+ },
880
+ "PrincipalMap":{
881
+ "type":"map",
882
+ "key":{"shape":"String"},
883
+ "value":{"shape":"String"}
884
+ },
885
+ "ResourceArn":{
886
+ "type":"string",
887
+ "pattern":"arn:[^:]*:[^:]*:[^:]*:[^:]*:.*$"
888
+ },
889
+ "ResourceNotFoundException":{
890
+ "type":"structure",
891
+ "required":[
892
+ "message",
893
+ "resourceId",
894
+ "resourceType"
895
+ ],
896
+ "members":{
897
+ "message":{"shape":"String"},
898
+ "resourceId":{"shape":"String"},
899
+ "resourceType":{"shape":"String"}
900
+ },
901
+ "error":{
902
+ "httpStatusCode":404,
903
+ "senderFault":true
904
+ },
905
+ "exception":true
906
+ },
907
+ "ResourceType":{
908
+ "type":"string",
909
+ "enum":[
910
+ "AWS::IAM::Role",
911
+ "AWS::KMS::Key",
912
+ "AWS::Lambda::Function",
913
+ "AWS::Lambda::LayerVersion",
914
+ "AWS::S3::Bucket",
915
+ "AWS::SQS::Queue"
916
+ ]
917
+ },
918
+ "ServiceQuotaExceededException":{
919
+ "type":"structure",
920
+ "required":[
921
+ "message",
922
+ "resourceId",
923
+ "resourceType"
924
+ ],
925
+ "members":{
926
+ "message":{"shape":"String"},
927
+ "resourceId":{"shape":"String"},
928
+ "resourceType":{"shape":"String"}
929
+ },
930
+ "error":{
931
+ "httpStatusCode":402,
932
+ "senderFault":true
933
+ },
934
+ "exception":true
935
+ },
936
+ "SharedViaList":{
937
+ "type":"list",
938
+ "member":{"shape":"String"}
939
+ },
940
+ "SortCriteria":{
941
+ "type":"structure",
942
+ "members":{
943
+ "attributeName":{"shape":"String"},
944
+ "orderBy":{"shape":"OrderBy"}
945
+ }
946
+ },
947
+ "StartResourceScanRequest":{
948
+ "type":"structure",
949
+ "required":[
950
+ "analyzerArn",
951
+ "resourceArn"
952
+ ],
953
+ "members":{
954
+ "analyzerArn":{"shape":"AnalyzerArn"},
955
+ "resourceArn":{"shape":"ResourceArn"}
956
+ }
957
+ },
958
+ "String":{"type":"string"},
959
+ "TagKeys":{
960
+ "type":"list",
961
+ "member":{"shape":"String"}
962
+ },
963
+ "TagResourceRequest":{
964
+ "type":"structure",
965
+ "required":[
966
+ "resourceArn",
967
+ "tags"
968
+ ],
969
+ "members":{
970
+ "resourceArn":{
971
+ "shape":"String",
972
+ "location":"uri",
973
+ "locationName":"resourceArn"
974
+ },
975
+ "tags":{"shape":"TagsMap"}
976
+ }
977
+ },
978
+ "TagResourceResponse":{
979
+ "type":"structure",
980
+ "members":{
981
+ }
982
+ },
983
+ "TagsMap":{
984
+ "type":"map",
985
+ "key":{"shape":"String"},
986
+ "value":{"shape":"String"}
987
+ },
988
+ "ThrottlingException":{
989
+ "type":"structure",
990
+ "required":["message"],
991
+ "members":{
992
+ "message":{"shape":"String"},
993
+ "retryAfterSeconds":{
994
+ "shape":"Integer",
995
+ "location":"header",
996
+ "locationName":"Retry-After"
997
+ }
998
+ },
999
+ "error":{
1000
+ "httpStatusCode":429,
1001
+ "senderFault":true
1002
+ },
1003
+ "exception":true
1004
+ },
1005
+ "Timestamp":{"type":"timestamp"},
1006
+ "Token":{"type":"string"},
1007
+ "Type":{
1008
+ "type":"string",
1009
+ "enum":["ACCOUNT"]
1010
+ },
1011
+ "UntagResourceRequest":{
1012
+ "type":"structure",
1013
+ "required":[
1014
+ "resourceArn",
1015
+ "tagKeys"
1016
+ ],
1017
+ "members":{
1018
+ "resourceArn":{
1019
+ "shape":"String",
1020
+ "location":"uri",
1021
+ "locationName":"resourceArn"
1022
+ },
1023
+ "tagKeys":{
1024
+ "shape":"TagKeys",
1025
+ "location":"querystring",
1026
+ "locationName":"tagKeys"
1027
+ }
1028
+ }
1029
+ },
1030
+ "UntagResourceResponse":{
1031
+ "type":"structure",
1032
+ "members":{
1033
+ }
1034
+ },
1035
+ "UpdateArchiveRuleRequest":{
1036
+ "type":"structure",
1037
+ "required":[
1038
+ "analyzerName",
1039
+ "filter",
1040
+ "ruleName"
1041
+ ],
1042
+ "members":{
1043
+ "analyzerName":{
1044
+ "shape":"Name",
1045
+ "location":"uri",
1046
+ "locationName":"analyzerName"
1047
+ },
1048
+ "clientToken":{
1049
+ "shape":"String",
1050
+ "idempotencyToken":true
1051
+ },
1052
+ "filter":{"shape":"FilterCriteriaMap"},
1053
+ "ruleName":{
1054
+ "shape":"Name",
1055
+ "location":"uri",
1056
+ "locationName":"ruleName"
1057
+ }
1058
+ }
1059
+ },
1060
+ "UpdateFindingsRequest":{
1061
+ "type":"structure",
1062
+ "required":[
1063
+ "analyzerArn",
1064
+ "status"
1065
+ ],
1066
+ "members":{
1067
+ "analyzerArn":{"shape":"AnalyzerArn"},
1068
+ "clientToken":{
1069
+ "shape":"String",
1070
+ "idempotencyToken":true
1071
+ },
1072
+ "ids":{"shape":"FindingIdList"},
1073
+ "resourceArn":{"shape":"ResourceArn"},
1074
+ "status":{"shape":"FindingStatusUpdate"}
1075
+ }
1076
+ },
1077
+ "ValidationException":{
1078
+ "type":"structure",
1079
+ "required":[
1080
+ "message",
1081
+ "reason"
1082
+ ],
1083
+ "members":{
1084
+ "fieldList":{"shape":"ValidationExceptionFieldList"},
1085
+ "message":{"shape":"String"},
1086
+ "reason":{"shape":"ValidationExceptionReason"}
1087
+ },
1088
+ "error":{
1089
+ "httpStatusCode":400,
1090
+ "senderFault":true
1091
+ },
1092
+ "exception":true
1093
+ },
1094
+ "ValidationExceptionField":{
1095
+ "type":"structure",
1096
+ "required":[
1097
+ "message",
1098
+ "name"
1099
+ ],
1100
+ "members":{
1101
+ "message":{"shape":"String"},
1102
+ "name":{"shape":"String"}
1103
+ }
1104
+ },
1105
+ "ValidationExceptionFieldList":{
1106
+ "type":"list",
1107
+ "member":{"shape":"ValidationExceptionField"}
1108
+ },
1109
+ "ValidationExceptionReason":{
1110
+ "type":"string",
1111
+ "enum":[
1112
+ "cannotParse",
1113
+ "fieldValidationFailed",
1114
+ "other",
1115
+ "unknownOperation"
1116
+ ]
1117
+ },
1118
+ "ValueList":{
1119
+ "type":"list",
1120
+ "member":{"shape":"String"},
1121
+ "max":20,
1122
+ "min":1
1123
+ }
1124
+ }
1125
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "pagination": {
3
+ "ListAnalyzedResources": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "ListAnalyzers": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "ListArchiveRules": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "ListFindings": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ }
23
+ }
24
+ }
@@ -5689,4 +5689,4 @@
5689
5689
  }
5690
5690
  } ],
5691
5691
  "version" : 3
5692
- }
5692
+ }
@@ -26,6 +26,7 @@ module Aws
26
26
  ACM
27
27
  ACMPCA
28
28
  APIGateway
29
+ AccessAnalyzer
29
30
  AlexaForBusiness
30
31
  Amplify
31
32
  ApiGatewayManagementApi
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:AccessAnalyzer, {
2
+ api: "#{Aws::API_DIR}/accessanalyzer/2019-11-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/accessanalyzer/2019-11-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/accessanalyzer/2019-11-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/accessanalyzer/2019-11-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.407'
2
+ VERSION = '2.11.408'
3
3
  end
@@ -11,6 +11,10 @@
11
11
  "models": "apigateway/2015-07-09",
12
12
  "endpoint": "apigateway"
13
13
  },
14
+ "AccessAnalyzer": {
15
+ "models": "accessanalyzer/2019-11-01",
16
+ "endpoint": "access-analyzer"
17
+ },
14
18
  "AlexaForBusiness": {
15
19
  "models": "alexaforbusiness/2017-11-09",
16
20
  "endpoint": "a4b"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.407
4
+ version: 2.11.408
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -50,6 +50,9 @@ files:
50
50
  - apis/AWSMigrationHub/2017-05-31/api-2.json
51
51
  - apis/AWSMigrationHub/2017-05-31/examples-1.json
52
52
  - apis/AWSMigrationHub/2017-05-31/paginators-1.json
53
+ - apis/accessanalyzer/2019-11-01/api-2.json
54
+ - apis/accessanalyzer/2019-11-01/examples-1.json
55
+ - apis/accessanalyzer/2019-11-01/paginators-1.json
53
56
  - apis/acm-pca/2017-08-22/api-2.json
54
57
  - apis/acm-pca/2017-08-22/examples-1.json
55
58
  - apis/acm-pca/2017-08-22/paginators-1.json
@@ -864,6 +867,7 @@ files:
864
867
  - ca-bundle.crt
865
868
  - endpoints.json
866
869
  - lib/aws-sdk-core.rb
870
+ - lib/aws-sdk-core/accessanalyzer.rb
867
871
  - lib/aws-sdk-core/acm.rb
868
872
  - lib/aws-sdk-core/acmpca.rb
869
873
  - lib/aws-sdk-core/alexaforbusiness.rb