aws-sdk-core 2.11.28 → 2.11.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,544 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-01-01",
5
+ "endpointPrefix":"fms",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"FMS",
9
+ "serviceFullName":"Firewall Management Service",
10
+ "serviceId":"FMS",
11
+ "signatureVersion":"v4",
12
+ "targetPrefix":"AWSFMS_20180101",
13
+ "uid":"fms-2018-01-01"
14
+ },
15
+ "operations":{
16
+ "AssociateAdminAccount":{
17
+ "name":"AssociateAdminAccount",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AssociateAdminAccountRequest"},
23
+ "errors":[
24
+ {"shape":"InvalidOperationException"},
25
+ {"shape":"InvalidInputException"},
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"InternalErrorException"}
28
+ ]
29
+ },
30
+ "DeleteNotificationChannel":{
31
+ "name":"DeleteNotificationChannel",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"DeleteNotificationChannelRequest"},
37
+ "errors":[
38
+ {"shape":"ResourceNotFoundException"},
39
+ {"shape":"InvalidOperationException"},
40
+ {"shape":"InternalErrorException"}
41
+ ]
42
+ },
43
+ "DeletePolicy":{
44
+ "name":"DeletePolicy",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/"
48
+ },
49
+ "input":{"shape":"DeletePolicyRequest"},
50
+ "errors":[
51
+ {"shape":"ResourceNotFoundException"},
52
+ {"shape":"InvalidOperationException"},
53
+ {"shape":"InternalErrorException"}
54
+ ]
55
+ },
56
+ "DisassociateAdminAccount":{
57
+ "name":"DisassociateAdminAccount",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/"
61
+ },
62
+ "input":{"shape":"DisassociateAdminAccountRequest"},
63
+ "errors":[
64
+ {"shape":"InvalidOperationException"},
65
+ {"shape":"ResourceNotFoundException"},
66
+ {"shape":"InternalErrorException"}
67
+ ]
68
+ },
69
+ "GetAdminAccount":{
70
+ "name":"GetAdminAccount",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/"
74
+ },
75
+ "input":{"shape":"GetAdminAccountRequest"},
76
+ "output":{"shape":"GetAdminAccountResponse"},
77
+ "errors":[
78
+ {"shape":"InvalidOperationException"},
79
+ {"shape":"ResourceNotFoundException"},
80
+ {"shape":"InternalErrorException"}
81
+ ]
82
+ },
83
+ "GetComplianceDetail":{
84
+ "name":"GetComplianceDetail",
85
+ "http":{
86
+ "method":"POST",
87
+ "requestUri":"/"
88
+ },
89
+ "input":{"shape":"GetComplianceDetailRequest"},
90
+ "output":{"shape":"GetComplianceDetailResponse"},
91
+ "errors":[
92
+ {"shape":"ResourceNotFoundException"},
93
+ {"shape":"InternalErrorException"}
94
+ ]
95
+ },
96
+ "GetNotificationChannel":{
97
+ "name":"GetNotificationChannel",
98
+ "http":{
99
+ "method":"POST",
100
+ "requestUri":"/"
101
+ },
102
+ "input":{"shape":"GetNotificationChannelRequest"},
103
+ "output":{"shape":"GetNotificationChannelResponse"},
104
+ "errors":[
105
+ {"shape":"ResourceNotFoundException"},
106
+ {"shape":"InvalidOperationException"},
107
+ {"shape":"InternalErrorException"}
108
+ ]
109
+ },
110
+ "GetPolicy":{
111
+ "name":"GetPolicy",
112
+ "http":{
113
+ "method":"POST",
114
+ "requestUri":"/"
115
+ },
116
+ "input":{"shape":"GetPolicyRequest"},
117
+ "output":{"shape":"GetPolicyResponse"},
118
+ "errors":[
119
+ {"shape":"ResourceNotFoundException"},
120
+ {"shape":"InvalidOperationException"},
121
+ {"shape":"InternalErrorException"}
122
+ ]
123
+ },
124
+ "ListComplianceStatus":{
125
+ "name":"ListComplianceStatus",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/"
129
+ },
130
+ "input":{"shape":"ListComplianceStatusRequest"},
131
+ "output":{"shape":"ListComplianceStatusResponse"},
132
+ "errors":[
133
+ {"shape":"ResourceNotFoundException"},
134
+ {"shape":"InternalErrorException"}
135
+ ]
136
+ },
137
+ "ListPolicies":{
138
+ "name":"ListPolicies",
139
+ "http":{
140
+ "method":"POST",
141
+ "requestUri":"/"
142
+ },
143
+ "input":{"shape":"ListPoliciesRequest"},
144
+ "output":{"shape":"ListPoliciesResponse"},
145
+ "errors":[
146
+ {"shape":"ResourceNotFoundException"},
147
+ {"shape":"InvalidOperationException"},
148
+ {"shape":"LimitExceededException"},
149
+ {"shape":"InternalErrorException"}
150
+ ]
151
+ },
152
+ "PutNotificationChannel":{
153
+ "name":"PutNotificationChannel",
154
+ "http":{
155
+ "method":"POST",
156
+ "requestUri":"/"
157
+ },
158
+ "input":{"shape":"PutNotificationChannelRequest"},
159
+ "errors":[
160
+ {"shape":"ResourceNotFoundException"},
161
+ {"shape":"InvalidOperationException"},
162
+ {"shape":"InternalErrorException"}
163
+ ]
164
+ },
165
+ "PutPolicy":{
166
+ "name":"PutPolicy",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/"
170
+ },
171
+ "input":{"shape":"PutPolicyRequest"},
172
+ "output":{"shape":"PutPolicyResponse"},
173
+ "errors":[
174
+ {"shape":"ResourceNotFoundException"},
175
+ {"shape":"InvalidOperationException"},
176
+ {"shape":"InvalidInputException"},
177
+ {"shape":"InternalErrorException"}
178
+ ]
179
+ }
180
+ },
181
+ "shapes":{
182
+ "AWSAccountId":{
183
+ "type":"string",
184
+ "max":1024,
185
+ "min":1
186
+ },
187
+ "AssociateAdminAccountRequest":{
188
+ "type":"structure",
189
+ "required":["AdminAccount"],
190
+ "members":{
191
+ "AdminAccount":{"shape":"AWSAccountId"}
192
+ }
193
+ },
194
+ "Boolean":{"type":"boolean"},
195
+ "ComplianceViolator":{
196
+ "type":"structure",
197
+ "members":{
198
+ "ResourceId":{"shape":"ResourceId"},
199
+ "ViolationReason":{"shape":"ViolationReason"},
200
+ "ResourceType":{"shape":"ResourceType"}
201
+ }
202
+ },
203
+ "ComplianceViolators":{
204
+ "type":"list",
205
+ "member":{"shape":"ComplianceViolator"}
206
+ },
207
+ "DeleteNotificationChannelRequest":{
208
+ "type":"structure",
209
+ "members":{
210
+ }
211
+ },
212
+ "DeletePolicyRequest":{
213
+ "type":"structure",
214
+ "required":["PolicyId"],
215
+ "members":{
216
+ "PolicyId":{"shape":"PolicyId"}
217
+ }
218
+ },
219
+ "DisassociateAdminAccountRequest":{
220
+ "type":"structure",
221
+ "members":{
222
+ }
223
+ },
224
+ "ErrorMessage":{"type":"string"},
225
+ "EvaluationResult":{
226
+ "type":"structure",
227
+ "members":{
228
+ "ComplianceStatus":{"shape":"PolicyComplianceStatusType"},
229
+ "ViolatorCount":{"shape":"ResourceCount"},
230
+ "EvaluationLimitExceeded":{"shape":"Boolean"}
231
+ }
232
+ },
233
+ "EvaluationResults":{
234
+ "type":"list",
235
+ "member":{"shape":"EvaluationResult"}
236
+ },
237
+ "GetAdminAccountRequest":{
238
+ "type":"structure",
239
+ "members":{
240
+ }
241
+ },
242
+ "GetAdminAccountResponse":{
243
+ "type":"structure",
244
+ "members":{
245
+ "AdminAccount":{"shape":"AWSAccountId"}
246
+ }
247
+ },
248
+ "GetComplianceDetailRequest":{
249
+ "type":"structure",
250
+ "required":[
251
+ "PolicyId",
252
+ "MemberAccount"
253
+ ],
254
+ "members":{
255
+ "PolicyId":{"shape":"PolicyId"},
256
+ "MemberAccount":{"shape":"AWSAccountId"}
257
+ }
258
+ },
259
+ "GetComplianceDetailResponse":{
260
+ "type":"structure",
261
+ "members":{
262
+ "PolicyComplianceDetail":{"shape":"PolicyComplianceDetail"}
263
+ }
264
+ },
265
+ "GetNotificationChannelRequest":{
266
+ "type":"structure",
267
+ "members":{
268
+ }
269
+ },
270
+ "GetNotificationChannelResponse":{
271
+ "type":"structure",
272
+ "members":{
273
+ "SnsTopicArn":{"shape":"ResourceArn"},
274
+ "SnsRoleName":{"shape":"ResourceArn"}
275
+ }
276
+ },
277
+ "GetPolicyRequest":{
278
+ "type":"structure",
279
+ "required":["PolicyId"],
280
+ "members":{
281
+ "PolicyId":{"shape":"PolicyId"}
282
+ }
283
+ },
284
+ "GetPolicyResponse":{
285
+ "type":"structure",
286
+ "members":{
287
+ "Policy":{"shape":"Policy"},
288
+ "PolicyArn":{"shape":"ResourceArn"}
289
+ }
290
+ },
291
+ "InternalErrorException":{
292
+ "type":"structure",
293
+ "members":{
294
+ "Message":{"shape":"ErrorMessage"}
295
+ },
296
+ "exception":true
297
+ },
298
+ "InvalidInputException":{
299
+ "type":"structure",
300
+ "members":{
301
+ "Message":{"shape":"ErrorMessage"}
302
+ },
303
+ "exception":true
304
+ },
305
+ "InvalidOperationException":{
306
+ "type":"structure",
307
+ "members":{
308
+ "Message":{"shape":"ErrorMessage"}
309
+ },
310
+ "exception":true
311
+ },
312
+ "LimitExceededException":{
313
+ "type":"structure",
314
+ "members":{
315
+ "Message":{"shape":"ErrorMessage"}
316
+ },
317
+ "exception":true
318
+ },
319
+ "ListComplianceStatusRequest":{
320
+ "type":"structure",
321
+ "required":["PolicyId"],
322
+ "members":{
323
+ "PolicyId":{"shape":"PolicyId"},
324
+ "NextToken":{"shape":"PaginationToken"},
325
+ "MaxResults":{"shape":"PaginationMaxResults"}
326
+ }
327
+ },
328
+ "ListComplianceStatusResponse":{
329
+ "type":"structure",
330
+ "members":{
331
+ "PolicyComplianceStatusList":{"shape":"PolicyComplianceStatusList"},
332
+ "NextToken":{"shape":"PaginationToken"}
333
+ }
334
+ },
335
+ "ListPoliciesRequest":{
336
+ "type":"structure",
337
+ "members":{
338
+ "NextToken":{"shape":"PaginationToken"},
339
+ "MaxResults":{"shape":"PaginationMaxResults"}
340
+ }
341
+ },
342
+ "ListPoliciesResponse":{
343
+ "type":"structure",
344
+ "members":{
345
+ "PolicyList":{"shape":"PolicySummaryList"},
346
+ "NextToken":{"shape":"PaginationToken"}
347
+ }
348
+ },
349
+ "ManagedServiceData":{
350
+ "type":"string",
351
+ "max":1024,
352
+ "min":1
353
+ },
354
+ "PaginationMaxResults":{
355
+ "type":"integer",
356
+ "max":100,
357
+ "min":1
358
+ },
359
+ "PaginationToken":{
360
+ "type":"string",
361
+ "min":1
362
+ },
363
+ "Policy":{
364
+ "type":"structure",
365
+ "required":[
366
+ "PolicyName",
367
+ "SecurityServicePolicyData",
368
+ "ResourceType",
369
+ "ExcludeResourceTags",
370
+ "RemediationEnabled"
371
+ ],
372
+ "members":{
373
+ "PolicyId":{"shape":"PolicyId"},
374
+ "PolicyName":{"shape":"ResourceName"},
375
+ "PolicyUpdateToken":{"shape":"PolicyUpdateToken"},
376
+ "SecurityServicePolicyData":{"shape":"SecurityServicePolicyData"},
377
+ "ResourceType":{"shape":"ResourceType"},
378
+ "ResourceTags":{"shape":"ResourceTags"},
379
+ "ExcludeResourceTags":{"shape":"Boolean"},
380
+ "RemediationEnabled":{"shape":"Boolean"}
381
+ }
382
+ },
383
+ "PolicyComplianceDetail":{
384
+ "type":"structure",
385
+ "members":{
386
+ "PolicyOwner":{"shape":"AWSAccountId"},
387
+ "PolicyId":{"shape":"PolicyId"},
388
+ "MemberAccount":{"shape":"AWSAccountId"},
389
+ "Violators":{"shape":"ComplianceViolators"},
390
+ "EvaluationLimitExceeded":{"shape":"Boolean"},
391
+ "ExpiredAt":{"shape":"TimeStamp"}
392
+ }
393
+ },
394
+ "PolicyComplianceStatus":{
395
+ "type":"structure",
396
+ "members":{
397
+ "PolicyOwner":{"shape":"AWSAccountId"},
398
+ "PolicyId":{"shape":"PolicyId"},
399
+ "PolicyName":{"shape":"ResourceName"},
400
+ "MemberAccount":{"shape":"AWSAccountId"},
401
+ "EvaluationResults":{"shape":"EvaluationResults"},
402
+ "LastUpdated":{"shape":"TimeStamp"}
403
+ }
404
+ },
405
+ "PolicyComplianceStatusList":{
406
+ "type":"list",
407
+ "member":{"shape":"PolicyComplianceStatus"}
408
+ },
409
+ "PolicyComplianceStatusType":{
410
+ "type":"string",
411
+ "enum":[
412
+ "COMPLIANT",
413
+ "NON_COMPLIANT"
414
+ ]
415
+ },
416
+ "PolicyId":{
417
+ "type":"string",
418
+ "max":36,
419
+ "min":36
420
+ },
421
+ "PolicySummary":{
422
+ "type":"structure",
423
+ "members":{
424
+ "PolicyArn":{"shape":"ResourceArn"},
425
+ "PolicyId":{"shape":"PolicyId"},
426
+ "PolicyName":{"shape":"ResourceName"},
427
+ "ResourceType":{"shape":"ResourceType"},
428
+ "SecurityServiceType":{"shape":"SecurityServiceType"},
429
+ "RemediationEnabled":{"shape":"Boolean"}
430
+ }
431
+ },
432
+ "PolicySummaryList":{
433
+ "type":"list",
434
+ "member":{"shape":"PolicySummary"}
435
+ },
436
+ "PolicyUpdateToken":{
437
+ "type":"string",
438
+ "max":1024,
439
+ "min":1
440
+ },
441
+ "PutNotificationChannelRequest":{
442
+ "type":"structure",
443
+ "required":[
444
+ "SnsTopicArn",
445
+ "SnsRoleName"
446
+ ],
447
+ "members":{
448
+ "SnsTopicArn":{"shape":"ResourceArn"},
449
+ "SnsRoleName":{"shape":"ResourceArn"}
450
+ }
451
+ },
452
+ "PutPolicyRequest":{
453
+ "type":"structure",
454
+ "required":["Policy"],
455
+ "members":{
456
+ "Policy":{"shape":"Policy"}
457
+ }
458
+ },
459
+ "PutPolicyResponse":{
460
+ "type":"structure",
461
+ "members":{
462
+ "Policy":{"shape":"Policy"},
463
+ "PolicyArn":{"shape":"ResourceArn"}
464
+ }
465
+ },
466
+ "ResourceArn":{
467
+ "type":"string",
468
+ "max":1024,
469
+ "min":1
470
+ },
471
+ "ResourceCount":{
472
+ "type":"long",
473
+ "min":0
474
+ },
475
+ "ResourceId":{
476
+ "type":"string",
477
+ "max":1024,
478
+ "min":1
479
+ },
480
+ "ResourceName":{
481
+ "type":"string",
482
+ "max":128,
483
+ "min":1
484
+ },
485
+ "ResourceNotFoundException":{
486
+ "type":"structure",
487
+ "members":{
488
+ "Message":{"shape":"ErrorMessage"}
489
+ },
490
+ "exception":true
491
+ },
492
+ "ResourceTag":{
493
+ "type":"structure",
494
+ "required":["Key"],
495
+ "members":{
496
+ "Key":{"shape":"TagKey"},
497
+ "Value":{"shape":"TagValue"}
498
+ }
499
+ },
500
+ "ResourceTags":{
501
+ "type":"list",
502
+ "member":{"shape":"ResourceTag"},
503
+ "max":8,
504
+ "min":0
505
+ },
506
+ "ResourceType":{
507
+ "type":"string",
508
+ "max":128,
509
+ "min":1
510
+ },
511
+ "SecurityServicePolicyData":{
512
+ "type":"structure",
513
+ "required":["Type"],
514
+ "members":{
515
+ "Type":{"shape":"SecurityServiceType"},
516
+ "ManagedServiceData":{"shape":"ManagedServiceData"}
517
+ }
518
+ },
519
+ "SecurityServiceType":{
520
+ "type":"string",
521
+ "enum":["WAF"]
522
+ },
523
+ "TagKey":{
524
+ "type":"string",
525
+ "max":128,
526
+ "min":1,
527
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
528
+ },
529
+ "TagValue":{
530
+ "type":"string",
531
+ "max":256,
532
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
533
+ },
534
+ "TimeStamp":{"type":"timestamp"},
535
+ "ViolationReason":{
536
+ "type":"string",
537
+ "enum":[
538
+ "WEB_ACL_MISSING_RULE_GROUP",
539
+ "RESOURCE_MISSING_WEB_ACL",
540
+ "RESOURCE_INCORRECT_WEB_ACL"
541
+ ]
542
+ }
543
+ }
544
+ }