aws-sdk-core 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudformation/2010-05-15/resources-1.json +8 -0
- data/apis/cloudformation/2010-05-15/waiters-2.json +29 -0
- data/apis/devicefarm/2015-06-23/api-2.json +150 -523
- data/apis/devicefarm/2015-06-23/examples-1.json +5 -0
- data/apis/inspector/2015-08-18/api-2.json +208 -610
- data/apis/inspector/2015-08-18/examples-1.json +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/seahorse/client/handler_list.rb +4 -4
- data/lib/seahorse/client/handler_list_entry.rb +2 -1
- metadata +4 -2
@@ -4,10 +4,10 @@
|
|
4
4
|
"apiVersion":"2015-08-18",
|
5
5
|
"endpointPrefix":"inspector",
|
6
6
|
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
7
8
|
"serviceFullName":"Amazon Inspector",
|
8
9
|
"signatureVersion":"v4",
|
9
|
-
"targetPrefix":"InspectorService"
|
10
|
-
"protocol":"json"
|
10
|
+
"targetPrefix":"InspectorService"
|
11
11
|
},
|
12
12
|
"operations":{
|
13
13
|
"AddAttributesToFindings":{
|
@@ -19,23 +19,10 @@
|
|
19
19
|
"input":{"shape":"AddAttributesToFindingsRequest"},
|
20
20
|
"output":{"shape":"AddAttributesToFindingsResponse"},
|
21
21
|
"errors":[
|
22
|
-
{
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"shape":"InvalidInputException",
|
29
|
-
"exception":true
|
30
|
-
},
|
31
|
-
{
|
32
|
-
"shape":"AccessDeniedException",
|
33
|
-
"exception":true
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"shape":"NoSuchEntityException",
|
37
|
-
"exception":true
|
38
|
-
}
|
22
|
+
{"shape":"InternalException"},
|
23
|
+
{"shape":"InvalidInputException"},
|
24
|
+
{"shape":"AccessDeniedException"},
|
25
|
+
{"shape":"NoSuchEntityException"}
|
39
26
|
]
|
40
27
|
},
|
41
28
|
"AttachAssessmentAndRulesPackage":{
|
@@ -47,23 +34,10 @@
|
|
47
34
|
"input":{"shape":"AttachAssessmentAndRulesPackageRequest"},
|
48
35
|
"output":{"shape":"AttachAssessmentAndRulesPackageResponse"},
|
49
36
|
"errors":[
|
50
|
-
{
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"shape":"InvalidInputException",
|
57
|
-
"exception":true
|
58
|
-
},
|
59
|
-
{
|
60
|
-
"shape":"AccessDeniedException",
|
61
|
-
"exception":true
|
62
|
-
},
|
63
|
-
{
|
64
|
-
"shape":"NoSuchEntityException",
|
65
|
-
"exception":true
|
66
|
-
}
|
37
|
+
{"shape":"InternalException"},
|
38
|
+
{"shape":"InvalidInputException"},
|
39
|
+
{"shape":"AccessDeniedException"},
|
40
|
+
{"shape":"NoSuchEntityException"}
|
67
41
|
]
|
68
42
|
},
|
69
43
|
"CreateApplication":{
|
@@ -75,23 +49,10 @@
|
|
75
49
|
"input":{"shape":"CreateApplicationRequest"},
|
76
50
|
"output":{"shape":"CreateApplicationResponse"},
|
77
51
|
"errors":[
|
78
|
-
{
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
},
|
83
|
-
{
|
84
|
-
"shape":"InvalidInputException",
|
85
|
-
"exception":true
|
86
|
-
},
|
87
|
-
{
|
88
|
-
"shape":"AccessDeniedException",
|
89
|
-
"exception":true
|
90
|
-
},
|
91
|
-
{
|
92
|
-
"shape":"NoSuchEntityException",
|
93
|
-
"exception":true
|
94
|
-
}
|
52
|
+
{"shape":"InternalException"},
|
53
|
+
{"shape":"InvalidInputException"},
|
54
|
+
{"shape":"AccessDeniedException"},
|
55
|
+
{"shape":"NoSuchEntityException"}
|
95
56
|
]
|
96
57
|
},
|
97
58
|
"CreateAssessment":{
|
@@ -103,23 +64,10 @@
|
|
103
64
|
"input":{"shape":"CreateAssessmentRequest"},
|
104
65
|
"output":{"shape":"CreateAssessmentResponse"},
|
105
66
|
"errors":[
|
106
|
-
{
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"shape":"InvalidInputException",
|
113
|
-
"exception":true
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"shape":"AccessDeniedException",
|
117
|
-
"exception":true
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"shape":"NoSuchEntityException",
|
121
|
-
"exception":true
|
122
|
-
}
|
67
|
+
{"shape":"InternalException"},
|
68
|
+
{"shape":"InvalidInputException"},
|
69
|
+
{"shape":"AccessDeniedException"},
|
70
|
+
{"shape":"NoSuchEntityException"}
|
123
71
|
]
|
124
72
|
},
|
125
73
|
"CreateResourceGroup":{
|
@@ -131,19 +79,9 @@
|
|
131
79
|
"input":{"shape":"CreateResourceGroupRequest"},
|
132
80
|
"output":{"shape":"CreateResourceGroupResponse"},
|
133
81
|
"errors":[
|
134
|
-
{
|
135
|
-
|
136
|
-
|
137
|
-
"fault":true
|
138
|
-
},
|
139
|
-
{
|
140
|
-
"shape":"InvalidInputException",
|
141
|
-
"exception":true
|
142
|
-
},
|
143
|
-
{
|
144
|
-
"shape":"AccessDeniedException",
|
145
|
-
"exception":true
|
146
|
-
}
|
82
|
+
{"shape":"InternalException"},
|
83
|
+
{"shape":"InvalidInputException"},
|
84
|
+
{"shape":"AccessDeniedException"}
|
147
85
|
]
|
148
86
|
},
|
149
87
|
"DeleteApplication":{
|
@@ -155,27 +93,11 @@
|
|
155
93
|
"input":{"shape":"DeleteApplicationRequest"},
|
156
94
|
"output":{"shape":"DeleteApplicationResponse"},
|
157
95
|
"errors":[
|
158
|
-
{
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
}
|
163
|
-
{
|
164
|
-
"shape":"InvalidInputException",
|
165
|
-
"exception":true
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"shape":"OperationInProgressException",
|
169
|
-
"exception":true
|
170
|
-
},
|
171
|
-
{
|
172
|
-
"shape":"AccessDeniedException",
|
173
|
-
"exception":true
|
174
|
-
},
|
175
|
-
{
|
176
|
-
"shape":"NoSuchEntityException",
|
177
|
-
"exception":true
|
178
|
-
}
|
96
|
+
{"shape":"InternalException"},
|
97
|
+
{"shape":"InvalidInputException"},
|
98
|
+
{"shape":"OperationInProgressException"},
|
99
|
+
{"shape":"AccessDeniedException"},
|
100
|
+
{"shape":"NoSuchEntityException"}
|
179
101
|
]
|
180
102
|
},
|
181
103
|
"DeleteAssessment":{
|
@@ -187,27 +109,11 @@
|
|
187
109
|
"input":{"shape":"DeleteAssessmentRequest"},
|
188
110
|
"output":{"shape":"DeleteAssessmentResponse"},
|
189
111
|
"errors":[
|
190
|
-
{
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
}
|
195
|
-
{
|
196
|
-
"shape":"InvalidInputException",
|
197
|
-
"exception":true
|
198
|
-
},
|
199
|
-
{
|
200
|
-
"shape":"OperationInProgressException",
|
201
|
-
"exception":true
|
202
|
-
},
|
203
|
-
{
|
204
|
-
"shape":"AccessDeniedException",
|
205
|
-
"exception":true
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"shape":"NoSuchEntityException",
|
209
|
-
"exception":true
|
210
|
-
}
|
112
|
+
{"shape":"InternalException"},
|
113
|
+
{"shape":"InvalidInputException"},
|
114
|
+
{"shape":"OperationInProgressException"},
|
115
|
+
{"shape":"AccessDeniedException"},
|
116
|
+
{"shape":"NoSuchEntityException"}
|
211
117
|
]
|
212
118
|
},
|
213
119
|
"DeleteRun":{
|
@@ -219,23 +125,10 @@
|
|
219
125
|
"input":{"shape":"DeleteRunRequest"},
|
220
126
|
"output":{"shape":"DeleteRunResponse"},
|
221
127
|
"errors":[
|
222
|
-
{
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
},
|
227
|
-
{
|
228
|
-
"shape":"InvalidInputException",
|
229
|
-
"exception":true
|
230
|
-
},
|
231
|
-
{
|
232
|
-
"shape":"AccessDeniedException",
|
233
|
-
"exception":true
|
234
|
-
},
|
235
|
-
{
|
236
|
-
"shape":"NoSuchEntityException",
|
237
|
-
"exception":true
|
238
|
-
}
|
128
|
+
{"shape":"InternalException"},
|
129
|
+
{"shape":"InvalidInputException"},
|
130
|
+
{"shape":"AccessDeniedException"},
|
131
|
+
{"shape":"NoSuchEntityException"}
|
239
132
|
]
|
240
133
|
},
|
241
134
|
"DescribeApplication":{
|
@@ -247,23 +140,10 @@
|
|
247
140
|
"input":{"shape":"DescribeApplicationRequest"},
|
248
141
|
"output":{"shape":"DescribeApplicationResponse"},
|
249
142
|
"errors":[
|
250
|
-
{
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
},
|
255
|
-
{
|
256
|
-
"shape":"InvalidInputException",
|
257
|
-
"exception":true
|
258
|
-
},
|
259
|
-
{
|
260
|
-
"shape":"AccessDeniedException",
|
261
|
-
"exception":true
|
262
|
-
},
|
263
|
-
{
|
264
|
-
"shape":"NoSuchEntityException",
|
265
|
-
"exception":true
|
266
|
-
}
|
143
|
+
{"shape":"InternalException"},
|
144
|
+
{"shape":"InvalidInputException"},
|
145
|
+
{"shape":"AccessDeniedException"},
|
146
|
+
{"shape":"NoSuchEntityException"}
|
267
147
|
]
|
268
148
|
},
|
269
149
|
"DescribeAssessment":{
|
@@ -275,23 +155,10 @@
|
|
275
155
|
"input":{"shape":"DescribeAssessmentRequest"},
|
276
156
|
"output":{"shape":"DescribeAssessmentResponse"},
|
277
157
|
"errors":[
|
278
|
-
{
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
},
|
283
|
-
{
|
284
|
-
"shape":"InvalidInputException",
|
285
|
-
"exception":true
|
286
|
-
},
|
287
|
-
{
|
288
|
-
"shape":"AccessDeniedException",
|
289
|
-
"exception":true
|
290
|
-
},
|
291
|
-
{
|
292
|
-
"shape":"NoSuchEntityException",
|
293
|
-
"exception":true
|
294
|
-
}
|
158
|
+
{"shape":"InternalException"},
|
159
|
+
{"shape":"InvalidInputException"},
|
160
|
+
{"shape":"AccessDeniedException"},
|
161
|
+
{"shape":"NoSuchEntityException"}
|
295
162
|
]
|
296
163
|
},
|
297
164
|
"DescribeCrossAccountAccessRole":{
|
@@ -302,15 +169,8 @@
|
|
302
169
|
},
|
303
170
|
"output":{"shape":"DescribeCrossAccountAccessRoleResponse"},
|
304
171
|
"errors":[
|
305
|
-
{
|
306
|
-
|
307
|
-
"exception":true,
|
308
|
-
"fault":true
|
309
|
-
},
|
310
|
-
{
|
311
|
-
"shape":"AccessDeniedException",
|
312
|
-
"exception":true
|
313
|
-
}
|
172
|
+
{"shape":"InternalException"},
|
173
|
+
{"shape":"AccessDeniedException"}
|
314
174
|
]
|
315
175
|
},
|
316
176
|
"DescribeFinding":{
|
@@ -322,23 +182,10 @@
|
|
322
182
|
"input":{"shape":"DescribeFindingRequest"},
|
323
183
|
"output":{"shape":"DescribeFindingResponse"},
|
324
184
|
"errors":[
|
325
|
-
{
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
},
|
330
|
-
{
|
331
|
-
"shape":"InvalidInputException",
|
332
|
-
"exception":true
|
333
|
-
},
|
334
|
-
{
|
335
|
-
"shape":"AccessDeniedException",
|
336
|
-
"exception":true
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"shape":"NoSuchEntityException",
|
340
|
-
"exception":true
|
341
|
-
}
|
185
|
+
{"shape":"InternalException"},
|
186
|
+
{"shape":"InvalidInputException"},
|
187
|
+
{"shape":"AccessDeniedException"},
|
188
|
+
{"shape":"NoSuchEntityException"}
|
342
189
|
]
|
343
190
|
},
|
344
191
|
"DescribeResourceGroup":{
|
@@ -350,23 +197,10 @@
|
|
350
197
|
"input":{"shape":"DescribeResourceGroupRequest"},
|
351
198
|
"output":{"shape":"DescribeResourceGroupResponse"},
|
352
199
|
"errors":[
|
353
|
-
{
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
},
|
358
|
-
{
|
359
|
-
"shape":"InvalidInputException",
|
360
|
-
"exception":true
|
361
|
-
},
|
362
|
-
{
|
363
|
-
"shape":"AccessDeniedException",
|
364
|
-
"exception":true
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"shape":"NoSuchEntityException",
|
368
|
-
"exception":true
|
369
|
-
}
|
200
|
+
{"shape":"InternalException"},
|
201
|
+
{"shape":"InvalidInputException"},
|
202
|
+
{"shape":"AccessDeniedException"},
|
203
|
+
{"shape":"NoSuchEntityException"}
|
370
204
|
]
|
371
205
|
},
|
372
206
|
"DescribeRulesPackage":{
|
@@ -378,23 +212,10 @@
|
|
378
212
|
"input":{"shape":"DescribeRulesPackageRequest"},
|
379
213
|
"output":{"shape":"DescribeRulesPackageResponse"},
|
380
214
|
"errors":[
|
381
|
-
{
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
},
|
386
|
-
{
|
387
|
-
"shape":"InvalidInputException",
|
388
|
-
"exception":true
|
389
|
-
},
|
390
|
-
{
|
391
|
-
"shape":"AccessDeniedException",
|
392
|
-
"exception":true
|
393
|
-
},
|
394
|
-
{
|
395
|
-
"shape":"NoSuchEntityException",
|
396
|
-
"exception":true
|
397
|
-
}
|
215
|
+
{"shape":"InternalException"},
|
216
|
+
{"shape":"InvalidInputException"},
|
217
|
+
{"shape":"AccessDeniedException"},
|
218
|
+
{"shape":"NoSuchEntityException"}
|
398
219
|
]
|
399
220
|
},
|
400
221
|
"DescribeRun":{
|
@@ -406,23 +227,10 @@
|
|
406
227
|
"input":{"shape":"DescribeRunRequest"},
|
407
228
|
"output":{"shape":"DescribeRunResponse"},
|
408
229
|
"errors":[
|
409
|
-
{
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"shape":"InvalidInputException",
|
416
|
-
"exception":true
|
417
|
-
},
|
418
|
-
{
|
419
|
-
"shape":"AccessDeniedException",
|
420
|
-
"exception":true
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"shape":"NoSuchEntityException",
|
424
|
-
"exception":true
|
425
|
-
}
|
230
|
+
{"shape":"InternalException"},
|
231
|
+
{"shape":"InvalidInputException"},
|
232
|
+
{"shape":"AccessDeniedException"},
|
233
|
+
{"shape":"NoSuchEntityException"}
|
426
234
|
]
|
427
235
|
},
|
428
236
|
"DetachAssessmentAndRulesPackage":{
|
@@ -434,23 +242,10 @@
|
|
434
242
|
"input":{"shape":"DetachAssessmentAndRulesPackageRequest"},
|
435
243
|
"output":{"shape":"DetachAssessmentAndRulesPackageResponse"},
|
436
244
|
"errors":[
|
437
|
-
{
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"shape":"InvalidInputException",
|
444
|
-
"exception":true
|
445
|
-
},
|
446
|
-
{
|
447
|
-
"shape":"AccessDeniedException",
|
448
|
-
"exception":true
|
449
|
-
},
|
450
|
-
{
|
451
|
-
"shape":"NoSuchEntityException",
|
452
|
-
"exception":true
|
453
|
-
}
|
245
|
+
{"shape":"InternalException"},
|
246
|
+
{"shape":"InvalidInputException"},
|
247
|
+
{"shape":"AccessDeniedException"},
|
248
|
+
{"shape":"NoSuchEntityException"}
|
454
249
|
]
|
455
250
|
},
|
456
251
|
"GetAssessmentTelemetry":{
|
@@ -462,23 +257,10 @@
|
|
462
257
|
"input":{"shape":"GetAssessmentTelemetryRequest"},
|
463
258
|
"output":{"shape":"GetAssessmentTelemetryResponse"},
|
464
259
|
"errors":[
|
465
|
-
{
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
},
|
470
|
-
{
|
471
|
-
"shape":"InvalidInputException",
|
472
|
-
"exception":true
|
473
|
-
},
|
474
|
-
{
|
475
|
-
"shape":"AccessDeniedException",
|
476
|
-
"exception":true
|
477
|
-
},
|
478
|
-
{
|
479
|
-
"shape":"NoSuchEntityException",
|
480
|
-
"exception":true
|
481
|
-
}
|
260
|
+
{"shape":"InternalException"},
|
261
|
+
{"shape":"InvalidInputException"},
|
262
|
+
{"shape":"AccessDeniedException"},
|
263
|
+
{"shape":"NoSuchEntityException"}
|
482
264
|
]
|
483
265
|
},
|
484
266
|
"ListApplications":{
|
@@ -490,19 +272,9 @@
|
|
490
272
|
"input":{"shape":"ListApplicationsRequest"},
|
491
273
|
"output":{"shape":"ListApplicationsResponse"},
|
492
274
|
"errors":[
|
493
|
-
{
|
494
|
-
|
495
|
-
|
496
|
-
"fault":true
|
497
|
-
},
|
498
|
-
{
|
499
|
-
"shape":"InvalidInputException",
|
500
|
-
"exception":true
|
501
|
-
},
|
502
|
-
{
|
503
|
-
"shape":"AccessDeniedException",
|
504
|
-
"exception":true
|
505
|
-
}
|
275
|
+
{"shape":"InternalException"},
|
276
|
+
{"shape":"InvalidInputException"},
|
277
|
+
{"shape":"AccessDeniedException"}
|
506
278
|
]
|
507
279
|
},
|
508
280
|
"ListAssessmentAgents":{
|
@@ -514,23 +286,10 @@
|
|
514
286
|
"input":{"shape":"ListAssessmentAgentsRequest"},
|
515
287
|
"output":{"shape":"ListAssessmentAgentsResponse"},
|
516
288
|
"errors":[
|
517
|
-
{
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
},
|
522
|
-
{
|
523
|
-
"shape":"InvalidInputException",
|
524
|
-
"exception":true
|
525
|
-
},
|
526
|
-
{
|
527
|
-
"shape":"AccessDeniedException",
|
528
|
-
"exception":true
|
529
|
-
},
|
530
|
-
{
|
531
|
-
"shape":"NoSuchEntityException",
|
532
|
-
"exception":true
|
533
|
-
}
|
289
|
+
{"shape":"InternalException"},
|
290
|
+
{"shape":"InvalidInputException"},
|
291
|
+
{"shape":"AccessDeniedException"},
|
292
|
+
{"shape":"NoSuchEntityException"}
|
534
293
|
]
|
535
294
|
},
|
536
295
|
"ListAssessments":{
|
@@ -542,23 +301,10 @@
|
|
542
301
|
"input":{"shape":"ListAssessmentsRequest"},
|
543
302
|
"output":{"shape":"ListAssessmentsResponse"},
|
544
303
|
"errors":[
|
545
|
-
{
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
},
|
550
|
-
{
|
551
|
-
"shape":"InvalidInputException",
|
552
|
-
"exception":true
|
553
|
-
},
|
554
|
-
{
|
555
|
-
"shape":"AccessDeniedException",
|
556
|
-
"exception":true
|
557
|
-
},
|
558
|
-
{
|
559
|
-
"shape":"NoSuchEntityException",
|
560
|
-
"exception":true
|
561
|
-
}
|
304
|
+
{"shape":"InternalException"},
|
305
|
+
{"shape":"InvalidInputException"},
|
306
|
+
{"shape":"AccessDeniedException"},
|
307
|
+
{"shape":"NoSuchEntityException"}
|
562
308
|
]
|
563
309
|
},
|
564
310
|
"ListAttachedAssessments":{
|
@@ -570,23 +316,10 @@
|
|
570
316
|
"input":{"shape":"ListAttachedAssessmentsRequest"},
|
571
317
|
"output":{"shape":"ListAttachedAssessmentsResponse"},
|
572
318
|
"errors":[
|
573
|
-
{
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
},
|
578
|
-
{
|
579
|
-
"shape":"InvalidInputException",
|
580
|
-
"exception":true
|
581
|
-
},
|
582
|
-
{
|
583
|
-
"shape":"AccessDeniedException",
|
584
|
-
"exception":true
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"shape":"NoSuchEntityException",
|
588
|
-
"exception":true
|
589
|
-
}
|
319
|
+
{"shape":"InternalException"},
|
320
|
+
{"shape":"InvalidInputException"},
|
321
|
+
{"shape":"AccessDeniedException"},
|
322
|
+
{"shape":"NoSuchEntityException"}
|
590
323
|
]
|
591
324
|
},
|
592
325
|
"ListAttachedRulesPackages":{
|
@@ -598,23 +331,10 @@
|
|
598
331
|
"input":{"shape":"ListAttachedRulesPackagesRequest"},
|
599
332
|
"output":{"shape":"ListAttachedRulesPackagesResponse"},
|
600
333
|
"errors":[
|
601
|
-
{
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"shape":"InvalidInputException",
|
608
|
-
"exception":true
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"shape":"AccessDeniedException",
|
612
|
-
"exception":true
|
613
|
-
},
|
614
|
-
{
|
615
|
-
"shape":"NoSuchEntityException",
|
616
|
-
"exception":true
|
617
|
-
}
|
334
|
+
{"shape":"InternalException"},
|
335
|
+
{"shape":"InvalidInputException"},
|
336
|
+
{"shape":"AccessDeniedException"},
|
337
|
+
{"shape":"NoSuchEntityException"}
|
618
338
|
]
|
619
339
|
},
|
620
340
|
"ListFindings":{
|
@@ -626,23 +346,10 @@
|
|
626
346
|
"input":{"shape":"ListFindingsRequest"},
|
627
347
|
"output":{"shape":"ListFindingsResponse"},
|
628
348
|
"errors":[
|
629
|
-
{
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
},
|
634
|
-
{
|
635
|
-
"shape":"InvalidInputException",
|
636
|
-
"exception":true
|
637
|
-
},
|
638
|
-
{
|
639
|
-
"shape":"AccessDeniedException",
|
640
|
-
"exception":true
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"shape":"NoSuchEntityException",
|
644
|
-
"exception":true
|
645
|
-
}
|
349
|
+
{"shape":"InternalException"},
|
350
|
+
{"shape":"InvalidInputException"},
|
351
|
+
{"shape":"AccessDeniedException"},
|
352
|
+
{"shape":"NoSuchEntityException"}
|
646
353
|
]
|
647
354
|
},
|
648
355
|
"ListRulesPackages":{
|
@@ -654,19 +361,9 @@
|
|
654
361
|
"input":{"shape":"ListRulesPackagesRequest"},
|
655
362
|
"output":{"shape":"ListRulesPackagesResponse"},
|
656
363
|
"errors":[
|
657
|
-
{
|
658
|
-
|
659
|
-
|
660
|
-
"fault":true
|
661
|
-
},
|
662
|
-
{
|
663
|
-
"shape":"InvalidInputException",
|
664
|
-
"exception":true
|
665
|
-
},
|
666
|
-
{
|
667
|
-
"shape":"AccessDeniedException",
|
668
|
-
"exception":true
|
669
|
-
}
|
364
|
+
{"shape":"InternalException"},
|
365
|
+
{"shape":"InvalidInputException"},
|
366
|
+
{"shape":"AccessDeniedException"}
|
670
367
|
]
|
671
368
|
},
|
672
369
|
"ListRuns":{
|
@@ -678,23 +375,10 @@
|
|
678
375
|
"input":{"shape":"ListRunsRequest"},
|
679
376
|
"output":{"shape":"ListRunsResponse"},
|
680
377
|
"errors":[
|
681
|
-
{
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
},
|
686
|
-
{
|
687
|
-
"shape":"InvalidInputException",
|
688
|
-
"exception":true
|
689
|
-
},
|
690
|
-
{
|
691
|
-
"shape":"AccessDeniedException",
|
692
|
-
"exception":true
|
693
|
-
},
|
694
|
-
{
|
695
|
-
"shape":"NoSuchEntityException",
|
696
|
-
"exception":true
|
697
|
-
}
|
378
|
+
{"shape":"InternalException"},
|
379
|
+
{"shape":"InvalidInputException"},
|
380
|
+
{"shape":"AccessDeniedException"},
|
381
|
+
{"shape":"NoSuchEntityException"}
|
698
382
|
]
|
699
383
|
},
|
700
384
|
"ListTagsForResource":{
|
@@ -706,23 +390,10 @@
|
|
706
390
|
"input":{"shape":"ListTagsForResourceRequest"},
|
707
391
|
"output":{"shape":"ListTagsForResourceResponse"},
|
708
392
|
"errors":[
|
709
|
-
{
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
},
|
714
|
-
{
|
715
|
-
"shape":"InvalidInputException",
|
716
|
-
"exception":true
|
717
|
-
},
|
718
|
-
{
|
719
|
-
"shape":"AccessDeniedException",
|
720
|
-
"exception":true
|
721
|
-
},
|
722
|
-
{
|
723
|
-
"shape":"NoSuchEntityException",
|
724
|
-
"exception":true
|
725
|
-
}
|
393
|
+
{"shape":"InternalException"},
|
394
|
+
{"shape":"InvalidInputException"},
|
395
|
+
{"shape":"AccessDeniedException"},
|
396
|
+
{"shape":"NoSuchEntityException"}
|
726
397
|
]
|
727
398
|
},
|
728
399
|
"LocalizeText":{
|
@@ -734,23 +405,10 @@
|
|
734
405
|
"input":{"shape":"LocalizeTextRequest"},
|
735
406
|
"output":{"shape":"LocalizeTextResponse"},
|
736
407
|
"errors":[
|
737
|
-
{
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
},
|
742
|
-
{
|
743
|
-
"shape":"InvalidInputException",
|
744
|
-
"exception":true
|
745
|
-
},
|
746
|
-
{
|
747
|
-
"shape":"AccessDeniedException",
|
748
|
-
"exception":true
|
749
|
-
},
|
750
|
-
{
|
751
|
-
"shape":"NoSuchEntityException",
|
752
|
-
"exception":true
|
753
|
-
}
|
408
|
+
{"shape":"InternalException"},
|
409
|
+
{"shape":"InvalidInputException"},
|
410
|
+
{"shape":"AccessDeniedException"},
|
411
|
+
{"shape":"NoSuchEntityException"}
|
754
412
|
]
|
755
413
|
},
|
756
414
|
"PreviewAgentsForResourceGroup":{
|
@@ -762,27 +420,11 @@
|
|
762
420
|
"input":{"shape":"PreviewAgentsForResourceGroupRequest"},
|
763
421
|
"output":{"shape":"PreviewAgentsForResourceGroupResponse"},
|
764
422
|
"errors":[
|
765
|
-
{
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
}
|
770
|
-
{
|
771
|
-
"shape":"InvalidInputException",
|
772
|
-
"exception":true
|
773
|
-
},
|
774
|
-
{
|
775
|
-
"shape":"AccessDeniedException",
|
776
|
-
"exception":true
|
777
|
-
},
|
778
|
-
{
|
779
|
-
"shape":"NoSuchEntityException",
|
780
|
-
"exception":true
|
781
|
-
},
|
782
|
-
{
|
783
|
-
"shape":"InvalidCrossAccountRoleException",
|
784
|
-
"exception":true
|
785
|
-
}
|
423
|
+
{"shape":"InternalException"},
|
424
|
+
{"shape":"InvalidInputException"},
|
425
|
+
{"shape":"AccessDeniedException"},
|
426
|
+
{"shape":"NoSuchEntityException"},
|
427
|
+
{"shape":"InvalidCrossAccountRoleException"}
|
786
428
|
]
|
787
429
|
},
|
788
430
|
"RegisterCrossAccountAccessRole":{
|
@@ -794,23 +436,10 @@
|
|
794
436
|
"input":{"shape":"RegisterCrossAccountAccessRoleRequest"},
|
795
437
|
"output":{"shape":"RegisterCrossAccountAccessRoleResponse"},
|
796
438
|
"errors":[
|
797
|
-
{
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
},
|
802
|
-
{
|
803
|
-
"shape":"InvalidInputException",
|
804
|
-
"exception":true
|
805
|
-
},
|
806
|
-
{
|
807
|
-
"shape":"AccessDeniedException",
|
808
|
-
"exception":true
|
809
|
-
},
|
810
|
-
{
|
811
|
-
"shape":"InvalidCrossAccountRoleException",
|
812
|
-
"exception":true
|
813
|
-
}
|
439
|
+
{"shape":"InternalException"},
|
440
|
+
{"shape":"InvalidInputException"},
|
441
|
+
{"shape":"AccessDeniedException"},
|
442
|
+
{"shape":"InvalidCrossAccountRoleException"}
|
814
443
|
]
|
815
444
|
},
|
816
445
|
"RemoveAttributesFromFindings":{
|
@@ -822,23 +451,10 @@
|
|
822
451
|
"input":{"shape":"RemoveAttributesFromFindingsRequest"},
|
823
452
|
"output":{"shape":"RemoveAttributesFromFindingsResponse"},
|
824
453
|
"errors":[
|
825
|
-
{
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
},
|
830
|
-
{
|
831
|
-
"shape":"InvalidInputException",
|
832
|
-
"exception":true
|
833
|
-
},
|
834
|
-
{
|
835
|
-
"shape":"AccessDeniedException",
|
836
|
-
"exception":true
|
837
|
-
},
|
838
|
-
{
|
839
|
-
"shape":"NoSuchEntityException",
|
840
|
-
"exception":true
|
841
|
-
}
|
454
|
+
{"shape":"InternalException"},
|
455
|
+
{"shape":"InvalidInputException"},
|
456
|
+
{"shape":"AccessDeniedException"},
|
457
|
+
{"shape":"NoSuchEntityException"}
|
842
458
|
]
|
843
459
|
},
|
844
460
|
"RunAssessment":{
|
@@ -850,23 +466,10 @@
|
|
850
466
|
"input":{"shape":"RunAssessmentRequest"},
|
851
467
|
"output":{"shape":"RunAssessmentResponse"},
|
852
468
|
"errors":[
|
853
|
-
{
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
},
|
858
|
-
{
|
859
|
-
"shape":"InvalidInputException",
|
860
|
-
"exception":true
|
861
|
-
},
|
862
|
-
{
|
863
|
-
"shape":"AccessDeniedException",
|
864
|
-
"exception":true
|
865
|
-
},
|
866
|
-
{
|
867
|
-
"shape":"NoSuchEntityException",
|
868
|
-
"exception":true
|
869
|
-
}
|
469
|
+
{"shape":"InternalException"},
|
470
|
+
{"shape":"InvalidInputException"},
|
471
|
+
{"shape":"AccessDeniedException"},
|
472
|
+
{"shape":"NoSuchEntityException"}
|
870
473
|
]
|
871
474
|
},
|
872
475
|
"SetTagsForResource":{
|
@@ -878,23 +481,10 @@
|
|
878
481
|
"input":{"shape":"SetTagsForResourceRequest"},
|
879
482
|
"output":{"shape":"SetTagsForResourceResponse"},
|
880
483
|
"errors":[
|
881
|
-
{
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
},
|
886
|
-
{
|
887
|
-
"shape":"InvalidInputException",
|
888
|
-
"exception":true
|
889
|
-
},
|
890
|
-
{
|
891
|
-
"shape":"AccessDeniedException",
|
892
|
-
"exception":true
|
893
|
-
},
|
894
|
-
{
|
895
|
-
"shape":"NoSuchEntityException",
|
896
|
-
"exception":true
|
897
|
-
}
|
484
|
+
{"shape":"InternalException"},
|
485
|
+
{"shape":"InvalidInputException"},
|
486
|
+
{"shape":"AccessDeniedException"},
|
487
|
+
{"shape":"NoSuchEntityException"}
|
898
488
|
]
|
899
489
|
},
|
900
490
|
"StartDataCollection":{
|
@@ -906,27 +496,11 @@
|
|
906
496
|
"input":{"shape":"StartDataCollectionRequest"},
|
907
497
|
"output":{"shape":"StartDataCollectionResponse"},
|
908
498
|
"errors":[
|
909
|
-
{
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
}
|
914
|
-
{
|
915
|
-
"shape":"InvalidInputException",
|
916
|
-
"exception":true
|
917
|
-
},
|
918
|
-
{
|
919
|
-
"shape":"AccessDeniedException",
|
920
|
-
"exception":true
|
921
|
-
},
|
922
|
-
{
|
923
|
-
"shape":"NoSuchEntityException",
|
924
|
-
"exception":true
|
925
|
-
},
|
926
|
-
{
|
927
|
-
"shape":"InvalidCrossAccountRoleException",
|
928
|
-
"exception":true
|
929
|
-
}
|
499
|
+
{"shape":"InternalException"},
|
500
|
+
{"shape":"InvalidInputException"},
|
501
|
+
{"shape":"AccessDeniedException"},
|
502
|
+
{"shape":"NoSuchEntityException"},
|
503
|
+
{"shape":"InvalidCrossAccountRoleException"}
|
930
504
|
]
|
931
505
|
},
|
932
506
|
"StopDataCollection":{
|
@@ -938,23 +512,10 @@
|
|
938
512
|
"input":{"shape":"StopDataCollectionRequest"},
|
939
513
|
"output":{"shape":"StopDataCollectionResponse"},
|
940
514
|
"errors":[
|
941
|
-
{
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
},
|
946
|
-
{
|
947
|
-
"shape":"InvalidInputException",
|
948
|
-
"exception":true
|
949
|
-
},
|
950
|
-
{
|
951
|
-
"shape":"AccessDeniedException",
|
952
|
-
"exception":true
|
953
|
-
},
|
954
|
-
{
|
955
|
-
"shape":"NoSuchEntityException",
|
956
|
-
"exception":true
|
957
|
-
}
|
515
|
+
{"shape":"InternalException"},
|
516
|
+
{"shape":"InvalidInputException"},
|
517
|
+
{"shape":"AccessDeniedException"},
|
518
|
+
{"shape":"NoSuchEntityException"}
|
958
519
|
]
|
959
520
|
},
|
960
521
|
"UpdateApplication":{
|
@@ -966,23 +527,10 @@
|
|
966
527
|
"input":{"shape":"UpdateApplicationRequest"},
|
967
528
|
"output":{"shape":"UpdateApplicationResponse"},
|
968
529
|
"errors":[
|
969
|
-
{
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
},
|
974
|
-
{
|
975
|
-
"shape":"InvalidInputException",
|
976
|
-
"exception":true
|
977
|
-
},
|
978
|
-
{
|
979
|
-
"shape":"AccessDeniedException",
|
980
|
-
"exception":true
|
981
|
-
},
|
982
|
-
{
|
983
|
-
"shape":"NoSuchEntityException",
|
984
|
-
"exception":true
|
985
|
-
}
|
530
|
+
{"shape":"InternalException"},
|
531
|
+
{"shape":"InvalidInputException"},
|
532
|
+
{"shape":"AccessDeniedException"},
|
533
|
+
{"shape":"NoSuchEntityException"}
|
986
534
|
]
|
987
535
|
},
|
988
536
|
"UpdateAssessment":{
|
@@ -994,23 +542,10 @@
|
|
994
542
|
"input":{"shape":"UpdateAssessmentRequest"},
|
995
543
|
"output":{"shape":"UpdateAssessmentResponse"},
|
996
544
|
"errors":[
|
997
|
-
{
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
},
|
1002
|
-
{
|
1003
|
-
"shape":"InvalidInputException",
|
1004
|
-
"exception":true
|
1005
|
-
},
|
1006
|
-
{
|
1007
|
-
"shape":"AccessDeniedException",
|
1008
|
-
"exception":true
|
1009
|
-
},
|
1010
|
-
{
|
1011
|
-
"shape":"NoSuchEntityException",
|
1012
|
-
"exception":true
|
1013
|
-
}
|
545
|
+
{"shape":"InternalException"},
|
546
|
+
{"shape":"InvalidInputException"},
|
547
|
+
{"shape":"AccessDeniedException"},
|
548
|
+
{"shape":"NoSuchEntityException"}
|
1014
549
|
]
|
1015
550
|
}
|
1016
551
|
},
|
@@ -1023,6 +558,10 @@
|
|
1023
558
|
},
|
1024
559
|
"AddAttributesToFindingsRequest":{
|
1025
560
|
"type":"structure",
|
561
|
+
"required":[
|
562
|
+
"findingArns",
|
563
|
+
"attributes"
|
564
|
+
],
|
1026
565
|
"members":{
|
1027
566
|
"findingArns":{"shape":"ArnList"},
|
1028
567
|
"attributes":{"shape":"AttributeList"}
|
@@ -1128,6 +667,10 @@
|
|
1128
667
|
},
|
1129
668
|
"AttachAssessmentAndRulesPackageRequest":{
|
1130
669
|
"type":"structure",
|
670
|
+
"required":[
|
671
|
+
"assessmentArn",
|
672
|
+
"rulesPackageArn"
|
673
|
+
],
|
1131
674
|
"members":{
|
1132
675
|
"assessmentArn":{"shape":"Arn"},
|
1133
676
|
"rulesPackageArn":{"shape":"Arn"}
|
@@ -1161,6 +704,10 @@
|
|
1161
704
|
"Bool":{"type":"boolean"},
|
1162
705
|
"CreateApplicationRequest":{
|
1163
706
|
"type":"structure",
|
707
|
+
"required":[
|
708
|
+
"applicationName",
|
709
|
+
"resourceGroupArn"
|
710
|
+
],
|
1164
711
|
"members":{
|
1165
712
|
"applicationName":{"shape":"Name"},
|
1166
713
|
"resourceGroupArn":{"shape":"Arn"}
|
@@ -1174,6 +721,11 @@
|
|
1174
721
|
},
|
1175
722
|
"CreateAssessmentRequest":{
|
1176
723
|
"type":"structure",
|
724
|
+
"required":[
|
725
|
+
"applicationArn",
|
726
|
+
"assessmentName",
|
727
|
+
"durationInSeconds"
|
728
|
+
],
|
1177
729
|
"members":{
|
1178
730
|
"applicationArn":{"shape":"Arn"},
|
1179
731
|
"assessmentName":{"shape":"Name"},
|
@@ -1189,6 +741,7 @@
|
|
1189
741
|
},
|
1190
742
|
"CreateResourceGroupRequest":{
|
1191
743
|
"type":"structure",
|
744
|
+
"required":["resourceGroupTags"],
|
1192
745
|
"members":{
|
1193
746
|
"resourceGroupTags":{"shape":"ResourceGroupTags"}
|
1194
747
|
}
|
@@ -1201,6 +754,7 @@
|
|
1201
754
|
},
|
1202
755
|
"DeleteApplicationRequest":{
|
1203
756
|
"type":"structure",
|
757
|
+
"required":["applicationArn"],
|
1204
758
|
"members":{
|
1205
759
|
"applicationArn":{"shape":"Arn"}
|
1206
760
|
}
|
@@ -1213,6 +767,7 @@
|
|
1213
767
|
},
|
1214
768
|
"DeleteAssessmentRequest":{
|
1215
769
|
"type":"structure",
|
770
|
+
"required":["assessmentArn"],
|
1216
771
|
"members":{
|
1217
772
|
"assessmentArn":{"shape":"Arn"}
|
1218
773
|
}
|
@@ -1225,6 +780,7 @@
|
|
1225
780
|
},
|
1226
781
|
"DeleteRunRequest":{
|
1227
782
|
"type":"structure",
|
783
|
+
"required":["runArn"],
|
1228
784
|
"members":{
|
1229
785
|
"runArn":{"shape":"Arn"}
|
1230
786
|
}
|
@@ -1237,6 +793,7 @@
|
|
1237
793
|
},
|
1238
794
|
"DescribeApplicationRequest":{
|
1239
795
|
"type":"structure",
|
796
|
+
"required":["applicationArn"],
|
1240
797
|
"members":{
|
1241
798
|
"applicationArn":{"shape":"Arn"}
|
1242
799
|
}
|
@@ -1249,6 +806,7 @@
|
|
1249
806
|
},
|
1250
807
|
"DescribeAssessmentRequest":{
|
1251
808
|
"type":"structure",
|
809
|
+
"required":["assessmentArn"],
|
1252
810
|
"members":{
|
1253
811
|
"assessmentArn":{"shape":"Arn"}
|
1254
812
|
}
|
@@ -1268,6 +826,7 @@
|
|
1268
826
|
},
|
1269
827
|
"DescribeFindingRequest":{
|
1270
828
|
"type":"structure",
|
829
|
+
"required":["findingArn"],
|
1271
830
|
"members":{
|
1272
831
|
"findingArn":{"shape":"Arn"}
|
1273
832
|
}
|
@@ -1280,6 +839,7 @@
|
|
1280
839
|
},
|
1281
840
|
"DescribeResourceGroupRequest":{
|
1282
841
|
"type":"structure",
|
842
|
+
"required":["resourceGroupArn"],
|
1283
843
|
"members":{
|
1284
844
|
"resourceGroupArn":{"shape":"Arn"}
|
1285
845
|
}
|
@@ -1292,6 +852,7 @@
|
|
1292
852
|
},
|
1293
853
|
"DescribeRulesPackageRequest":{
|
1294
854
|
"type":"structure",
|
855
|
+
"required":["rulesPackageArn"],
|
1295
856
|
"members":{
|
1296
857
|
"rulesPackageArn":{"shape":"Arn"}
|
1297
858
|
}
|
@@ -1304,6 +865,7 @@
|
|
1304
865
|
},
|
1305
866
|
"DescribeRunRequest":{
|
1306
867
|
"type":"structure",
|
868
|
+
"required":["runArn"],
|
1307
869
|
"members":{
|
1308
870
|
"runArn":{"shape":"Arn"}
|
1309
871
|
}
|
@@ -1316,6 +878,10 @@
|
|
1316
878
|
},
|
1317
879
|
"DetachAssessmentAndRulesPackageRequest":{
|
1318
880
|
"type":"structure",
|
881
|
+
"required":[
|
882
|
+
"assessmentArn",
|
883
|
+
"rulesPackageArn"
|
884
|
+
],
|
1319
885
|
"members":{
|
1320
886
|
"assessmentArn":{"shape":"Arn"},
|
1321
887
|
"rulesPackageArn":{"shape":"Arn"}
|
@@ -1365,6 +931,7 @@
|
|
1365
931
|
},
|
1366
932
|
"GetAssessmentTelemetryRequest":{
|
1367
933
|
"type":"structure",
|
934
|
+
"required":["assessmentArn"],
|
1368
935
|
"members":{
|
1369
936
|
"assessmentArn":{"shape":"Arn"}
|
1370
937
|
}
|
@@ -1412,6 +979,7 @@
|
|
1412
979
|
},
|
1413
980
|
"ListAssessmentAgentsRequest":{
|
1414
981
|
"type":"structure",
|
982
|
+
"required":["assessmentArn"],
|
1415
983
|
"members":{
|
1416
984
|
"assessmentArn":{"shape":"Arn"},
|
1417
985
|
"filter":{"shape":"AgentsFilter"},
|
@@ -1444,6 +1012,7 @@
|
|
1444
1012
|
},
|
1445
1013
|
"ListAttachedAssessmentsRequest":{
|
1446
1014
|
"type":"structure",
|
1015
|
+
"required":["rulesPackageArn"],
|
1447
1016
|
"members":{
|
1448
1017
|
"rulesPackageArn":{"shape":"Arn"},
|
1449
1018
|
"filter":{"shape":"AssessmentsFilter"},
|
@@ -1460,6 +1029,7 @@
|
|
1460
1029
|
},
|
1461
1030
|
"ListAttachedRulesPackagesRequest":{
|
1462
1031
|
"type":"structure",
|
1032
|
+
"required":["assessmentArn"],
|
1463
1033
|
"members":{
|
1464
1034
|
"assessmentArn":{"shape":"Arn"},
|
1465
1035
|
"nextToken":{"shape":"PaginationToken"},
|
@@ -1521,6 +1091,7 @@
|
|
1521
1091
|
},
|
1522
1092
|
"ListTagsForResourceRequest":{
|
1523
1093
|
"type":"structure",
|
1094
|
+
"required":["resourceArn"],
|
1524
1095
|
"members":{
|
1525
1096
|
"resourceArn":{"shape":"Arn"}
|
1526
1097
|
}
|
@@ -1534,6 +1105,10 @@
|
|
1534
1105
|
"Locale":{"type":"string"},
|
1535
1106
|
"LocalizeTextRequest":{
|
1536
1107
|
"type":"structure",
|
1108
|
+
"required":[
|
1109
|
+
"localizedTexts",
|
1110
|
+
"locale"
|
1111
|
+
],
|
1537
1112
|
"members":{
|
1538
1113
|
"localizedTexts":{"shape":"LocalizedTextList"},
|
1539
1114
|
"locale":{"shape":"Locale"}
|
@@ -1619,6 +1194,7 @@
|
|
1619
1194
|
"ParameterValue":{"type":"string"},
|
1620
1195
|
"PreviewAgentsForResourceGroupRequest":{
|
1621
1196
|
"type":"structure",
|
1197
|
+
"required":["resourceGroupArn"],
|
1622
1198
|
"members":{
|
1623
1199
|
"resourceGroupArn":{"shape":"Arn"},
|
1624
1200
|
"nextToken":{"shape":"PaginationToken"},
|
@@ -1634,6 +1210,7 @@
|
|
1634
1210
|
},
|
1635
1211
|
"RegisterCrossAccountAccessRoleRequest":{
|
1636
1212
|
"type":"structure",
|
1213
|
+
"required":["roleArn"],
|
1637
1214
|
"members":{
|
1638
1215
|
"roleArn":{"shape":"Arn"}
|
1639
1216
|
}
|
@@ -1646,6 +1223,10 @@
|
|
1646
1223
|
},
|
1647
1224
|
"RemoveAttributesFromFindingsRequest":{
|
1648
1225
|
"type":"structure",
|
1226
|
+
"required":[
|
1227
|
+
"findingArns",
|
1228
|
+
"attributeKeys"
|
1229
|
+
],
|
1649
1230
|
"members":{
|
1650
1231
|
"findingArns":{"shape":"ArnList"},
|
1651
1232
|
"attributeKeys":{"shape":"AttributeKeyList"}
|
@@ -1689,6 +1270,10 @@
|
|
1689
1270
|
},
|
1690
1271
|
"RunAssessmentRequest":{
|
1691
1272
|
"type":"structure",
|
1273
|
+
"required":[
|
1274
|
+
"assessmentArn",
|
1275
|
+
"runName"
|
1276
|
+
],
|
1692
1277
|
"members":{
|
1693
1278
|
"assessmentArn":{"shape":"Arn"},
|
1694
1279
|
"runName":{"shape":"Name"}
|
@@ -1717,6 +1302,7 @@
|
|
1717
1302
|
},
|
1718
1303
|
"SetTagsForResourceRequest":{
|
1719
1304
|
"type":"structure",
|
1305
|
+
"required":["resourceArn"],
|
1720
1306
|
"members":{
|
1721
1307
|
"resourceArn":{"shape":"Arn"},
|
1722
1308
|
"tags":{"shape":"TagList"}
|
@@ -1735,6 +1321,7 @@
|
|
1735
1321
|
},
|
1736
1322
|
"StartDataCollectionRequest":{
|
1737
1323
|
"type":"structure",
|
1324
|
+
"required":["assessmentArn"],
|
1738
1325
|
"members":{
|
1739
1326
|
"assessmentArn":{"shape":"Arn"}
|
1740
1327
|
}
|
@@ -1747,6 +1334,7 @@
|
|
1747
1334
|
},
|
1748
1335
|
"StopDataCollectionRequest":{
|
1749
1336
|
"type":"structure",
|
1337
|
+
"required":["assessmentArn"],
|
1750
1338
|
"members":{
|
1751
1339
|
"assessmentArn":{"shape":"Arn"}
|
1752
1340
|
}
|
@@ -1797,6 +1385,11 @@
|
|
1797
1385
|
},
|
1798
1386
|
"UpdateApplicationRequest":{
|
1799
1387
|
"type":"structure",
|
1388
|
+
"required":[
|
1389
|
+
"applicationArn",
|
1390
|
+
"applicationName",
|
1391
|
+
"resourceGroupArn"
|
1392
|
+
],
|
1800
1393
|
"members":{
|
1801
1394
|
"applicationArn":{"shape":"Arn"},
|
1802
1395
|
"applicationName":{"shape":"Name"},
|
@@ -1811,6 +1404,11 @@
|
|
1811
1404
|
},
|
1812
1405
|
"UpdateAssessmentRequest":{
|
1813
1406
|
"type":"structure",
|
1407
|
+
"required":[
|
1408
|
+
"assessmentArn",
|
1409
|
+
"assessmentName",
|
1410
|
+
"durationInSeconds"
|
1411
|
+
],
|
1814
1412
|
"members":{
|
1815
1413
|
"assessmentArn":{"shape":"Arn"},
|
1816
1414
|
"assessmentName":{"shape":"Name"},
|