aws-sdk-core 2.11.628 → 2.11.629
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/chime/2018-05-01/api-2.json +637 -1
- data/apis/connect/2017-08-08/api-2.json +183 -0
- data/apis/fms/2018-01-01/api-2.json +106 -5
- data/apis/macie2/2020-01-01/api-2.json +24 -0
- data/apis/network-firewall/2020-11-12/api-2.json +1884 -0
- data/apis/network-firewall/2020-11-12/examples-1.json +5 -0
- data/apis/network-firewall/2020-11-12/paginators-1.json +28 -0
- data/apis/rds/2014-10-31/api-2.json +4 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/networkfirewall.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
@@ -0,0 +1,1884 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2020-11-12",
|
5
|
+
"endpointPrefix":"network-firewall",
|
6
|
+
"jsonVersion":"1.0",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"Network Firewall",
|
9
|
+
"serviceFullName":"AWS Network Firewall",
|
10
|
+
"serviceId":"Network Firewall",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"network-firewall",
|
13
|
+
"targetPrefix":"NetworkFirewall_20201112",
|
14
|
+
"uid":"network-firewall-2020-11-12"
|
15
|
+
},
|
16
|
+
"operations":{
|
17
|
+
"AssociateFirewallPolicy":{
|
18
|
+
"name":"AssociateFirewallPolicy",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"AssociateFirewallPolicyRequest"},
|
24
|
+
"output":{"shape":"AssociateFirewallPolicyResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"InvalidRequestException"},
|
27
|
+
{"shape":"InternalServerError"},
|
28
|
+
{"shape":"ResourceNotFoundException"},
|
29
|
+
{"shape":"ThrottlingException"},
|
30
|
+
{"shape":"InvalidTokenException"},
|
31
|
+
{"shape":"InvalidOperationException"}
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"AssociateSubnets":{
|
35
|
+
"name":"AssociateSubnets",
|
36
|
+
"http":{
|
37
|
+
"method":"POST",
|
38
|
+
"requestUri":"/"
|
39
|
+
},
|
40
|
+
"input":{"shape":"AssociateSubnetsRequest"},
|
41
|
+
"output":{"shape":"AssociateSubnetsResponse"},
|
42
|
+
"errors":[
|
43
|
+
{"shape":"InvalidRequestException"},
|
44
|
+
{"shape":"InternalServerError"},
|
45
|
+
{"shape":"ResourceNotFoundException"},
|
46
|
+
{"shape":"ThrottlingException"},
|
47
|
+
{"shape":"InvalidTokenException"},
|
48
|
+
{"shape":"InvalidOperationException"}
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"CreateFirewall":{
|
52
|
+
"name":"CreateFirewall",
|
53
|
+
"http":{
|
54
|
+
"method":"POST",
|
55
|
+
"requestUri":"/"
|
56
|
+
},
|
57
|
+
"input":{"shape":"CreateFirewallRequest"},
|
58
|
+
"output":{"shape":"CreateFirewallResponse"},
|
59
|
+
"errors":[
|
60
|
+
{"shape":"InvalidRequestException"},
|
61
|
+
{"shape":"LimitExceededException"},
|
62
|
+
{"shape":"InternalServerError"},
|
63
|
+
{"shape":"ThrottlingException"},
|
64
|
+
{"shape":"InsufficientCapacityException"},
|
65
|
+
{"shape":"InvalidOperationException"}
|
66
|
+
]
|
67
|
+
},
|
68
|
+
"CreateFirewallPolicy":{
|
69
|
+
"name":"CreateFirewallPolicy",
|
70
|
+
"http":{
|
71
|
+
"method":"POST",
|
72
|
+
"requestUri":"/"
|
73
|
+
},
|
74
|
+
"input":{"shape":"CreateFirewallPolicyRequest"},
|
75
|
+
"output":{"shape":"CreateFirewallPolicyResponse"},
|
76
|
+
"errors":[
|
77
|
+
{"shape":"LimitExceededException"},
|
78
|
+
{"shape":"InvalidRequestException"},
|
79
|
+
{"shape":"ThrottlingException"},
|
80
|
+
{"shape":"InternalServerError"},
|
81
|
+
{"shape":"InsufficientCapacityException"}
|
82
|
+
]
|
83
|
+
},
|
84
|
+
"CreateRuleGroup":{
|
85
|
+
"name":"CreateRuleGroup",
|
86
|
+
"http":{
|
87
|
+
"method":"POST",
|
88
|
+
"requestUri":"/"
|
89
|
+
},
|
90
|
+
"input":{"shape":"CreateRuleGroupRequest"},
|
91
|
+
"output":{"shape":"CreateRuleGroupResponse"},
|
92
|
+
"errors":[
|
93
|
+
{"shape":"LimitExceededException"},
|
94
|
+
{"shape":"InvalidRequestException"},
|
95
|
+
{"shape":"ThrottlingException"},
|
96
|
+
{"shape":"InternalServerError"},
|
97
|
+
{"shape":"InsufficientCapacityException"}
|
98
|
+
]
|
99
|
+
},
|
100
|
+
"DeleteFirewall":{
|
101
|
+
"name":"DeleteFirewall",
|
102
|
+
"http":{
|
103
|
+
"method":"POST",
|
104
|
+
"requestUri":"/"
|
105
|
+
},
|
106
|
+
"input":{"shape":"DeleteFirewallRequest"},
|
107
|
+
"output":{"shape":"DeleteFirewallResponse"},
|
108
|
+
"errors":[
|
109
|
+
{"shape":"InvalidRequestException"},
|
110
|
+
{"shape":"InternalServerError"},
|
111
|
+
{"shape":"ResourceNotFoundException"},
|
112
|
+
{"shape":"ThrottlingException"},
|
113
|
+
{"shape":"UnsupportedOperationException"},
|
114
|
+
{"shape":"InvalidOperationException"}
|
115
|
+
]
|
116
|
+
},
|
117
|
+
"DeleteFirewallPolicy":{
|
118
|
+
"name":"DeleteFirewallPolicy",
|
119
|
+
"http":{
|
120
|
+
"method":"POST",
|
121
|
+
"requestUri":"/"
|
122
|
+
},
|
123
|
+
"input":{"shape":"DeleteFirewallPolicyRequest"},
|
124
|
+
"output":{"shape":"DeleteFirewallPolicyResponse"},
|
125
|
+
"errors":[
|
126
|
+
{"shape":"InvalidRequestException"},
|
127
|
+
{"shape":"ResourceNotFoundException"},
|
128
|
+
{"shape":"ThrottlingException"},
|
129
|
+
{"shape":"InternalServerError"},
|
130
|
+
{"shape":"UnsupportedOperationException"},
|
131
|
+
{"shape":"InvalidOperationException"}
|
132
|
+
]
|
133
|
+
},
|
134
|
+
"DeleteResourcePolicy":{
|
135
|
+
"name":"DeleteResourcePolicy",
|
136
|
+
"http":{
|
137
|
+
"method":"POST",
|
138
|
+
"requestUri":"/"
|
139
|
+
},
|
140
|
+
"input":{"shape":"DeleteResourcePolicyRequest"},
|
141
|
+
"output":{"shape":"DeleteResourcePolicyResponse"},
|
142
|
+
"errors":[
|
143
|
+
{"shape":"InternalServerError"},
|
144
|
+
{"shape":"ResourceNotFoundException"},
|
145
|
+
{"shape":"ThrottlingException"}
|
146
|
+
]
|
147
|
+
},
|
148
|
+
"DeleteRuleGroup":{
|
149
|
+
"name":"DeleteRuleGroup",
|
150
|
+
"http":{
|
151
|
+
"method":"POST",
|
152
|
+
"requestUri":"/"
|
153
|
+
},
|
154
|
+
"input":{"shape":"DeleteRuleGroupRequest"},
|
155
|
+
"output":{"shape":"DeleteRuleGroupResponse"},
|
156
|
+
"errors":[
|
157
|
+
{"shape":"InvalidRequestException"},
|
158
|
+
{"shape":"ResourceNotFoundException"},
|
159
|
+
{"shape":"ThrottlingException"},
|
160
|
+
{"shape":"InternalServerError"},
|
161
|
+
{"shape":"UnsupportedOperationException"},
|
162
|
+
{"shape":"InvalidOperationException"}
|
163
|
+
]
|
164
|
+
},
|
165
|
+
"DescribeFirewall":{
|
166
|
+
"name":"DescribeFirewall",
|
167
|
+
"http":{
|
168
|
+
"method":"POST",
|
169
|
+
"requestUri":"/"
|
170
|
+
},
|
171
|
+
"input":{"shape":"DescribeFirewallRequest"},
|
172
|
+
"output":{"shape":"DescribeFirewallResponse"},
|
173
|
+
"errors":[
|
174
|
+
{"shape":"InvalidRequestException"},
|
175
|
+
{"shape":"InternalServerError"},
|
176
|
+
{"shape":"ResourceNotFoundException"},
|
177
|
+
{"shape":"ThrottlingException"}
|
178
|
+
]
|
179
|
+
},
|
180
|
+
"DescribeFirewallPolicy":{
|
181
|
+
"name":"DescribeFirewallPolicy",
|
182
|
+
"http":{
|
183
|
+
"method":"POST",
|
184
|
+
"requestUri":"/"
|
185
|
+
},
|
186
|
+
"input":{"shape":"DescribeFirewallPolicyRequest"},
|
187
|
+
"output":{"shape":"DescribeFirewallPolicyResponse"},
|
188
|
+
"errors":[
|
189
|
+
{"shape":"InvalidRequestException"},
|
190
|
+
{"shape":"ResourceNotFoundException"},
|
191
|
+
{"shape":"ThrottlingException"},
|
192
|
+
{"shape":"InternalServerError"}
|
193
|
+
]
|
194
|
+
},
|
195
|
+
"DescribeLoggingConfiguration":{
|
196
|
+
"name":"DescribeLoggingConfiguration",
|
197
|
+
"http":{
|
198
|
+
"method":"POST",
|
199
|
+
"requestUri":"/"
|
200
|
+
},
|
201
|
+
"input":{"shape":"DescribeLoggingConfigurationRequest"},
|
202
|
+
"output":{"shape":"DescribeLoggingConfigurationResponse"},
|
203
|
+
"errors":[
|
204
|
+
{"shape":"InvalidRequestException"},
|
205
|
+
{"shape":"InternalServerError"},
|
206
|
+
{"shape":"ResourceNotFoundException"},
|
207
|
+
{"shape":"ThrottlingException"}
|
208
|
+
]
|
209
|
+
},
|
210
|
+
"DescribeResourcePolicy":{
|
211
|
+
"name":"DescribeResourcePolicy",
|
212
|
+
"http":{
|
213
|
+
"method":"POST",
|
214
|
+
"requestUri":"/"
|
215
|
+
},
|
216
|
+
"input":{"shape":"DescribeResourcePolicyRequest"},
|
217
|
+
"output":{"shape":"DescribeResourcePolicyResponse"},
|
218
|
+
"errors":[
|
219
|
+
{"shape":"InternalServerError"},
|
220
|
+
{"shape":"ResourceNotFoundException"},
|
221
|
+
{"shape":"ThrottlingException"}
|
222
|
+
]
|
223
|
+
},
|
224
|
+
"DescribeRuleGroup":{
|
225
|
+
"name":"DescribeRuleGroup",
|
226
|
+
"http":{
|
227
|
+
"method":"POST",
|
228
|
+
"requestUri":"/"
|
229
|
+
},
|
230
|
+
"input":{"shape":"DescribeRuleGroupRequest"},
|
231
|
+
"output":{"shape":"DescribeRuleGroupResponse"},
|
232
|
+
"errors":[
|
233
|
+
{"shape":"InvalidRequestException"},
|
234
|
+
{"shape":"ResourceNotFoundException"},
|
235
|
+
{"shape":"ThrottlingException"},
|
236
|
+
{"shape":"InternalServerError"}
|
237
|
+
]
|
238
|
+
},
|
239
|
+
"DisassociateSubnets":{
|
240
|
+
"name":"DisassociateSubnets",
|
241
|
+
"http":{
|
242
|
+
"method":"POST",
|
243
|
+
"requestUri":"/"
|
244
|
+
},
|
245
|
+
"input":{"shape":"DisassociateSubnetsRequest"},
|
246
|
+
"output":{"shape":"DisassociateSubnetsResponse"},
|
247
|
+
"errors":[
|
248
|
+
{"shape":"InvalidRequestException"},
|
249
|
+
{"shape":"InternalServerError"},
|
250
|
+
{"shape":"ResourceNotFoundException"},
|
251
|
+
{"shape":"ThrottlingException"},
|
252
|
+
{"shape":"InvalidTokenException"},
|
253
|
+
{"shape":"InvalidOperationException"}
|
254
|
+
]
|
255
|
+
},
|
256
|
+
"ListFirewallPolicies":{
|
257
|
+
"name":"ListFirewallPolicies",
|
258
|
+
"http":{
|
259
|
+
"method":"POST",
|
260
|
+
"requestUri":"/"
|
261
|
+
},
|
262
|
+
"input":{"shape":"ListFirewallPoliciesRequest"},
|
263
|
+
"output":{"shape":"ListFirewallPoliciesResponse"},
|
264
|
+
"errors":[
|
265
|
+
{"shape":"InvalidRequestException"},
|
266
|
+
{"shape":"ThrottlingException"},
|
267
|
+
{"shape":"InternalServerError"}
|
268
|
+
]
|
269
|
+
},
|
270
|
+
"ListFirewalls":{
|
271
|
+
"name":"ListFirewalls",
|
272
|
+
"http":{
|
273
|
+
"method":"POST",
|
274
|
+
"requestUri":"/"
|
275
|
+
},
|
276
|
+
"input":{"shape":"ListFirewallsRequest"},
|
277
|
+
"output":{"shape":"ListFirewallsResponse"},
|
278
|
+
"errors":[
|
279
|
+
{"shape":"InvalidRequestException"},
|
280
|
+
{"shape":"InternalServerError"},
|
281
|
+
{"shape":"ThrottlingException"}
|
282
|
+
]
|
283
|
+
},
|
284
|
+
"ListRuleGroups":{
|
285
|
+
"name":"ListRuleGroups",
|
286
|
+
"http":{
|
287
|
+
"method":"POST",
|
288
|
+
"requestUri":"/"
|
289
|
+
},
|
290
|
+
"input":{"shape":"ListRuleGroupsRequest"},
|
291
|
+
"output":{"shape":"ListRuleGroupsResponse"},
|
292
|
+
"errors":[
|
293
|
+
{"shape":"InvalidRequestException"},
|
294
|
+
{"shape":"ThrottlingException"},
|
295
|
+
{"shape":"InternalServerError"}
|
296
|
+
]
|
297
|
+
},
|
298
|
+
"ListTagsForResource":{
|
299
|
+
"name":"ListTagsForResource",
|
300
|
+
"http":{
|
301
|
+
"method":"POST",
|
302
|
+
"requestUri":"/"
|
303
|
+
},
|
304
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
305
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
306
|
+
"errors":[
|
307
|
+
{"shape":"ResourceNotFoundException"}
|
308
|
+
]
|
309
|
+
},
|
310
|
+
"PutResourcePolicy":{
|
311
|
+
"name":"PutResourcePolicy",
|
312
|
+
"http":{
|
313
|
+
"method":"POST",
|
314
|
+
"requestUri":"/"
|
315
|
+
},
|
316
|
+
"input":{"shape":"PutResourcePolicyRequest"},
|
317
|
+
"output":{"shape":"PutResourcePolicyResponse"},
|
318
|
+
"errors":[
|
319
|
+
{"shape":"InvalidRequestException"},
|
320
|
+
{"shape":"InternalServerError"},
|
321
|
+
{"shape":"ResourceNotFoundException"},
|
322
|
+
{"shape":"ThrottlingException"},
|
323
|
+
{"shape":"InvalidResourcePolicyException"}
|
324
|
+
]
|
325
|
+
},
|
326
|
+
"TagResource":{
|
327
|
+
"name":"TagResource",
|
328
|
+
"http":{
|
329
|
+
"method":"POST",
|
330
|
+
"requestUri":"/"
|
331
|
+
},
|
332
|
+
"input":{"shape":"TagResourceRequest"},
|
333
|
+
"output":{"shape":"TagResourceResponse"},
|
334
|
+
"errors":[
|
335
|
+
{"shape":"ResourceNotFoundException"},
|
336
|
+
{"shape":"InvalidRequestException"}
|
337
|
+
]
|
338
|
+
},
|
339
|
+
"UntagResource":{
|
340
|
+
"name":"UntagResource",
|
341
|
+
"http":{
|
342
|
+
"method":"POST",
|
343
|
+
"requestUri":"/"
|
344
|
+
},
|
345
|
+
"input":{"shape":"UntagResourceRequest"},
|
346
|
+
"output":{"shape":"UntagResourceResponse"},
|
347
|
+
"errors":[
|
348
|
+
{"shape":"ResourceNotFoundException"},
|
349
|
+
{"shape":"InvalidRequestException"}
|
350
|
+
]
|
351
|
+
},
|
352
|
+
"UpdateFirewallDeleteProtection":{
|
353
|
+
"name":"UpdateFirewallDeleteProtection",
|
354
|
+
"http":{
|
355
|
+
"method":"POST",
|
356
|
+
"requestUri":"/"
|
357
|
+
},
|
358
|
+
"input":{"shape":"UpdateFirewallDeleteProtectionRequest"},
|
359
|
+
"output":{"shape":"UpdateFirewallDeleteProtectionResponse"},
|
360
|
+
"errors":[
|
361
|
+
{"shape":"InvalidRequestException"},
|
362
|
+
{"shape":"InternalServerError"},
|
363
|
+
{"shape":"ResourceNotFoundException"},
|
364
|
+
{"shape":"ThrottlingException"},
|
365
|
+
{"shape":"InvalidTokenException"},
|
366
|
+
{"shape":"ResourceOwnerCheckException"}
|
367
|
+
]
|
368
|
+
},
|
369
|
+
"UpdateFirewallDescription":{
|
370
|
+
"name":"UpdateFirewallDescription",
|
371
|
+
"http":{
|
372
|
+
"method":"POST",
|
373
|
+
"requestUri":"/"
|
374
|
+
},
|
375
|
+
"input":{"shape":"UpdateFirewallDescriptionRequest"},
|
376
|
+
"output":{"shape":"UpdateFirewallDescriptionResponse"},
|
377
|
+
"errors":[
|
378
|
+
{"shape":"InvalidRequestException"},
|
379
|
+
{"shape":"InternalServerError"},
|
380
|
+
{"shape":"ResourceNotFoundException"},
|
381
|
+
{"shape":"ThrottlingException"},
|
382
|
+
{"shape":"InvalidTokenException"}
|
383
|
+
]
|
384
|
+
},
|
385
|
+
"UpdateFirewallPolicy":{
|
386
|
+
"name":"UpdateFirewallPolicy",
|
387
|
+
"http":{
|
388
|
+
"method":"POST",
|
389
|
+
"requestUri":"/"
|
390
|
+
},
|
391
|
+
"input":{"shape":"UpdateFirewallPolicyRequest"},
|
392
|
+
"output":{"shape":"UpdateFirewallPolicyResponse"},
|
393
|
+
"errors":[
|
394
|
+
{"shape":"InvalidRequestException"},
|
395
|
+
{"shape":"ResourceNotFoundException"},
|
396
|
+
{"shape":"ThrottlingException"},
|
397
|
+
{"shape":"InternalServerError"},
|
398
|
+
{"shape":"InvalidTokenException"}
|
399
|
+
]
|
400
|
+
},
|
401
|
+
"UpdateFirewallPolicyChangeProtection":{
|
402
|
+
"name":"UpdateFirewallPolicyChangeProtection",
|
403
|
+
"http":{
|
404
|
+
"method":"POST",
|
405
|
+
"requestUri":"/"
|
406
|
+
},
|
407
|
+
"input":{"shape":"UpdateFirewallPolicyChangeProtectionRequest"},
|
408
|
+
"output":{"shape":"UpdateFirewallPolicyChangeProtectionResponse"},
|
409
|
+
"errors":[
|
410
|
+
{"shape":"InvalidRequestException"},
|
411
|
+
{"shape":"InternalServerError"},
|
412
|
+
{"shape":"ResourceNotFoundException"},
|
413
|
+
{"shape":"ThrottlingException"},
|
414
|
+
{"shape":"InvalidTokenException"},
|
415
|
+
{"shape":"ResourceOwnerCheckException"}
|
416
|
+
]
|
417
|
+
},
|
418
|
+
"UpdateLoggingConfiguration":{
|
419
|
+
"name":"UpdateLoggingConfiguration",
|
420
|
+
"http":{
|
421
|
+
"method":"POST",
|
422
|
+
"requestUri":"/"
|
423
|
+
},
|
424
|
+
"input":{"shape":"UpdateLoggingConfigurationRequest"},
|
425
|
+
"output":{"shape":"UpdateLoggingConfigurationResponse"},
|
426
|
+
"errors":[
|
427
|
+
{"shape":"InvalidRequestException"},
|
428
|
+
{"shape":"InternalServerError"},
|
429
|
+
{"shape":"ResourceNotFoundException"},
|
430
|
+
{"shape":"ThrottlingException"},
|
431
|
+
{"shape":"InvalidTokenException"},
|
432
|
+
{"shape":"LogDestinationPermissionException"}
|
433
|
+
]
|
434
|
+
},
|
435
|
+
"UpdateRuleGroup":{
|
436
|
+
"name":"UpdateRuleGroup",
|
437
|
+
"http":{
|
438
|
+
"method":"POST",
|
439
|
+
"requestUri":"/"
|
440
|
+
},
|
441
|
+
"input":{"shape":"UpdateRuleGroupRequest"},
|
442
|
+
"output":{"shape":"UpdateRuleGroupResponse"},
|
443
|
+
"errors":[
|
444
|
+
{"shape":"ResourceNotFoundException"},
|
445
|
+
{"shape":"InvalidRequestException"},
|
446
|
+
{"shape":"ThrottlingException"},
|
447
|
+
{"shape":"InternalServerError"},
|
448
|
+
{"shape":"InvalidTokenException"}
|
449
|
+
]
|
450
|
+
},
|
451
|
+
"UpdateSubnetChangeProtection":{
|
452
|
+
"name":"UpdateSubnetChangeProtection",
|
453
|
+
"http":{
|
454
|
+
"method":"POST",
|
455
|
+
"requestUri":"/"
|
456
|
+
},
|
457
|
+
"input":{"shape":"UpdateSubnetChangeProtectionRequest"},
|
458
|
+
"output":{"shape":"UpdateSubnetChangeProtectionResponse"},
|
459
|
+
"errors":[
|
460
|
+
{"shape":"InvalidRequestException"},
|
461
|
+
{"shape":"InternalServerError"},
|
462
|
+
{"shape":"ResourceNotFoundException"},
|
463
|
+
{"shape":"ThrottlingException"},
|
464
|
+
{"shape":"InvalidTokenException"},
|
465
|
+
{"shape":"ResourceOwnerCheckException"}
|
466
|
+
]
|
467
|
+
}
|
468
|
+
},
|
469
|
+
"shapes":{
|
470
|
+
"ActionDefinition":{
|
471
|
+
"type":"structure",
|
472
|
+
"members":{
|
473
|
+
"PublishMetricAction":{"shape":"PublishMetricAction"}
|
474
|
+
}
|
475
|
+
},
|
476
|
+
"ActionName":{
|
477
|
+
"type":"string",
|
478
|
+
"max":128,
|
479
|
+
"min":1,
|
480
|
+
"pattern":"^[a-zA-Z0-9]+$"
|
481
|
+
},
|
482
|
+
"Address":{
|
483
|
+
"type":"structure",
|
484
|
+
"required":["AddressDefinition"],
|
485
|
+
"members":{
|
486
|
+
"AddressDefinition":{"shape":"AddressDefinition"}
|
487
|
+
}
|
488
|
+
},
|
489
|
+
"AddressDefinition":{
|
490
|
+
"type":"string",
|
491
|
+
"max":255,
|
492
|
+
"min":1,
|
493
|
+
"pattern":"^([a-fA-F\\d:\\.]+/\\d{1,3})$"
|
494
|
+
},
|
495
|
+
"Addresses":{
|
496
|
+
"type":"list",
|
497
|
+
"member":{"shape":"Address"}
|
498
|
+
},
|
499
|
+
"AssociateFirewallPolicyRequest":{
|
500
|
+
"type":"structure",
|
501
|
+
"required":["FirewallPolicyArn"],
|
502
|
+
"members":{
|
503
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
504
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
505
|
+
"FirewallName":{"shape":"ResourceName"},
|
506
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"}
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"AssociateFirewallPolicyResponse":{
|
510
|
+
"type":"structure",
|
511
|
+
"members":{
|
512
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
513
|
+
"FirewallName":{"shape":"ResourceName"},
|
514
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"},
|
515
|
+
"UpdateToken":{"shape":"UpdateToken"}
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"AssociateSubnetsRequest":{
|
519
|
+
"type":"structure",
|
520
|
+
"required":["SubnetMappings"],
|
521
|
+
"members":{
|
522
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
523
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
524
|
+
"FirewallName":{"shape":"ResourceName"},
|
525
|
+
"SubnetMappings":{"shape":"SubnetMappings"}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"AssociateSubnetsResponse":{
|
529
|
+
"type":"structure",
|
530
|
+
"members":{
|
531
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
532
|
+
"FirewallName":{"shape":"ResourceName"},
|
533
|
+
"SubnetMappings":{"shape":"SubnetMappings"},
|
534
|
+
"UpdateToken":{"shape":"UpdateToken"}
|
535
|
+
}
|
536
|
+
},
|
537
|
+
"Attachment":{
|
538
|
+
"type":"structure",
|
539
|
+
"members":{
|
540
|
+
"SubnetId":{"shape":"AzSubnet"},
|
541
|
+
"EndpointId":{"shape":"EndpointId"},
|
542
|
+
"Status":{"shape":"AttachmentStatus"}
|
543
|
+
}
|
544
|
+
},
|
545
|
+
"AttachmentStatus":{
|
546
|
+
"type":"string",
|
547
|
+
"enum":[
|
548
|
+
"CREATING",
|
549
|
+
"DELETING",
|
550
|
+
"SCALING",
|
551
|
+
"READY"
|
552
|
+
]
|
553
|
+
},
|
554
|
+
"AvailabilityZone":{"type":"string"},
|
555
|
+
"AzSubnet":{
|
556
|
+
"type":"string",
|
557
|
+
"max":128,
|
558
|
+
"min":1,
|
559
|
+
"pattern":"^subnet-[0-9a-f]+$"
|
560
|
+
},
|
561
|
+
"AzSubnets":{
|
562
|
+
"type":"list",
|
563
|
+
"member":{"shape":"AzSubnet"}
|
564
|
+
},
|
565
|
+
"Boolean":{"type":"boolean"},
|
566
|
+
"CollectionMember_String":{"type":"string"},
|
567
|
+
"ConfigurationSyncState":{
|
568
|
+
"type":"string",
|
569
|
+
"enum":[
|
570
|
+
"PENDING",
|
571
|
+
"IN_SYNC"
|
572
|
+
]
|
573
|
+
},
|
574
|
+
"CreateFirewallPolicyRequest":{
|
575
|
+
"type":"structure",
|
576
|
+
"required":[
|
577
|
+
"FirewallPolicyName",
|
578
|
+
"FirewallPolicy"
|
579
|
+
],
|
580
|
+
"members":{
|
581
|
+
"FirewallPolicyName":{"shape":"ResourceName"},
|
582
|
+
"FirewallPolicy":{"shape":"FirewallPolicy"},
|
583
|
+
"Description":{"shape":"Description"},
|
584
|
+
"Tags":{"shape":"TagList"},
|
585
|
+
"DryRun":{"shape":"Boolean"}
|
586
|
+
}
|
587
|
+
},
|
588
|
+
"CreateFirewallPolicyResponse":{
|
589
|
+
"type":"structure",
|
590
|
+
"required":[
|
591
|
+
"UpdateToken",
|
592
|
+
"FirewallPolicyResponse"
|
593
|
+
],
|
594
|
+
"members":{
|
595
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
596
|
+
"FirewallPolicyResponse":{"shape":"FirewallPolicyResponse"}
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"CreateFirewallRequest":{
|
600
|
+
"type":"structure",
|
601
|
+
"required":[
|
602
|
+
"FirewallName",
|
603
|
+
"FirewallPolicyArn",
|
604
|
+
"VpcId",
|
605
|
+
"SubnetMappings"
|
606
|
+
],
|
607
|
+
"members":{
|
608
|
+
"FirewallName":{"shape":"ResourceName"},
|
609
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"},
|
610
|
+
"VpcId":{"shape":"VpcId"},
|
611
|
+
"SubnetMappings":{"shape":"SubnetMappings"},
|
612
|
+
"DeleteProtection":{"shape":"Boolean"},
|
613
|
+
"SubnetChangeProtection":{"shape":"Boolean"},
|
614
|
+
"FirewallPolicyChangeProtection":{"shape":"Boolean"},
|
615
|
+
"Description":{"shape":"Description"},
|
616
|
+
"Tags":{"shape":"TagList"}
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"CreateFirewallResponse":{
|
620
|
+
"type":"structure",
|
621
|
+
"members":{
|
622
|
+
"Firewall":{"shape":"Firewall"},
|
623
|
+
"FirewallStatus":{"shape":"FirewallStatus"}
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"CreateRuleGroupRequest":{
|
627
|
+
"type":"structure",
|
628
|
+
"required":[
|
629
|
+
"RuleGroupName",
|
630
|
+
"Type",
|
631
|
+
"Capacity"
|
632
|
+
],
|
633
|
+
"members":{
|
634
|
+
"RuleGroupName":{"shape":"ResourceName"},
|
635
|
+
"RuleGroup":{"shape":"RuleGroup"},
|
636
|
+
"Rules":{"shape":"RulesString"},
|
637
|
+
"Type":{"shape":"RuleGroupType"},
|
638
|
+
"Description":{"shape":"Description"},
|
639
|
+
"Capacity":{"shape":"RuleCapacity"},
|
640
|
+
"Tags":{"shape":"TagList"},
|
641
|
+
"DryRun":{"shape":"Boolean"}
|
642
|
+
}
|
643
|
+
},
|
644
|
+
"CreateRuleGroupResponse":{
|
645
|
+
"type":"structure",
|
646
|
+
"required":[
|
647
|
+
"UpdateToken",
|
648
|
+
"RuleGroupResponse"
|
649
|
+
],
|
650
|
+
"members":{
|
651
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
652
|
+
"RuleGroupResponse":{"shape":"RuleGroupResponse"}
|
653
|
+
}
|
654
|
+
},
|
655
|
+
"CustomAction":{
|
656
|
+
"type":"structure",
|
657
|
+
"required":[
|
658
|
+
"ActionName",
|
659
|
+
"ActionDefinition"
|
660
|
+
],
|
661
|
+
"members":{
|
662
|
+
"ActionName":{"shape":"ActionName"},
|
663
|
+
"ActionDefinition":{"shape":"ActionDefinition"}
|
664
|
+
}
|
665
|
+
},
|
666
|
+
"CustomActions":{
|
667
|
+
"type":"list",
|
668
|
+
"member":{"shape":"CustomAction"}
|
669
|
+
},
|
670
|
+
"DeleteFirewallPolicyRequest":{
|
671
|
+
"type":"structure",
|
672
|
+
"members":{
|
673
|
+
"FirewallPolicyName":{"shape":"ResourceName"},
|
674
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"}
|
675
|
+
}
|
676
|
+
},
|
677
|
+
"DeleteFirewallPolicyResponse":{
|
678
|
+
"type":"structure",
|
679
|
+
"required":["FirewallPolicyResponse"],
|
680
|
+
"members":{
|
681
|
+
"FirewallPolicyResponse":{"shape":"FirewallPolicyResponse"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"DeleteFirewallRequest":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
"FirewallName":{"shape":"ResourceName"},
|
688
|
+
"FirewallArn":{"shape":"ResourceArn"}
|
689
|
+
}
|
690
|
+
},
|
691
|
+
"DeleteFirewallResponse":{
|
692
|
+
"type":"structure",
|
693
|
+
"members":{
|
694
|
+
"Firewall":{"shape":"Firewall"},
|
695
|
+
"FirewallStatus":{"shape":"FirewallStatus"}
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"DeleteResourcePolicyRequest":{
|
699
|
+
"type":"structure",
|
700
|
+
"required":["ResourceArn"],
|
701
|
+
"members":{
|
702
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
703
|
+
}
|
704
|
+
},
|
705
|
+
"DeleteResourcePolicyResponse":{
|
706
|
+
"type":"structure",
|
707
|
+
"members":{
|
708
|
+
}
|
709
|
+
},
|
710
|
+
"DeleteRuleGroupRequest":{
|
711
|
+
"type":"structure",
|
712
|
+
"members":{
|
713
|
+
"RuleGroupName":{"shape":"ResourceName"},
|
714
|
+
"RuleGroupArn":{"shape":"ResourceArn"},
|
715
|
+
"Type":{"shape":"RuleGroupType"}
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"DeleteRuleGroupResponse":{
|
719
|
+
"type":"structure",
|
720
|
+
"required":["RuleGroupResponse"],
|
721
|
+
"members":{
|
722
|
+
"RuleGroupResponse":{"shape":"RuleGroupResponse"}
|
723
|
+
}
|
724
|
+
},
|
725
|
+
"DescribeFirewallPolicyRequest":{
|
726
|
+
"type":"structure",
|
727
|
+
"members":{
|
728
|
+
"FirewallPolicyName":{"shape":"ResourceName"},
|
729
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"}
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"DescribeFirewallPolicyResponse":{
|
733
|
+
"type":"structure",
|
734
|
+
"required":[
|
735
|
+
"UpdateToken",
|
736
|
+
"FirewallPolicyResponse"
|
737
|
+
],
|
738
|
+
"members":{
|
739
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
740
|
+
"FirewallPolicyResponse":{"shape":"FirewallPolicyResponse"},
|
741
|
+
"FirewallPolicy":{"shape":"FirewallPolicy"}
|
742
|
+
}
|
743
|
+
},
|
744
|
+
"DescribeFirewallRequest":{
|
745
|
+
"type":"structure",
|
746
|
+
"members":{
|
747
|
+
"FirewallName":{"shape":"ResourceName"},
|
748
|
+
"FirewallArn":{"shape":"ResourceArn"}
|
749
|
+
}
|
750
|
+
},
|
751
|
+
"DescribeFirewallResponse":{
|
752
|
+
"type":"structure",
|
753
|
+
"members":{
|
754
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
755
|
+
"Firewall":{"shape":"Firewall"},
|
756
|
+
"FirewallStatus":{"shape":"FirewallStatus"}
|
757
|
+
}
|
758
|
+
},
|
759
|
+
"DescribeLoggingConfigurationRequest":{
|
760
|
+
"type":"structure",
|
761
|
+
"members":{
|
762
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
763
|
+
"FirewallName":{"shape":"ResourceName"}
|
764
|
+
}
|
765
|
+
},
|
766
|
+
"DescribeLoggingConfigurationResponse":{
|
767
|
+
"type":"structure",
|
768
|
+
"members":{
|
769
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
770
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
771
|
+
}
|
772
|
+
},
|
773
|
+
"DescribeResourcePolicyRequest":{
|
774
|
+
"type":"structure",
|
775
|
+
"required":["ResourceArn"],
|
776
|
+
"members":{
|
777
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
778
|
+
}
|
779
|
+
},
|
780
|
+
"DescribeResourcePolicyResponse":{
|
781
|
+
"type":"structure",
|
782
|
+
"members":{
|
783
|
+
"Policy":{"shape":"PolicyString"}
|
784
|
+
}
|
785
|
+
},
|
786
|
+
"DescribeRuleGroupRequest":{
|
787
|
+
"type":"structure",
|
788
|
+
"members":{
|
789
|
+
"RuleGroupName":{"shape":"ResourceName"},
|
790
|
+
"RuleGroupArn":{"shape":"ResourceArn"},
|
791
|
+
"Type":{"shape":"RuleGroupType"}
|
792
|
+
}
|
793
|
+
},
|
794
|
+
"DescribeRuleGroupResponse":{
|
795
|
+
"type":"structure",
|
796
|
+
"required":[
|
797
|
+
"UpdateToken",
|
798
|
+
"RuleGroupResponse"
|
799
|
+
],
|
800
|
+
"members":{
|
801
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
802
|
+
"RuleGroup":{"shape":"RuleGroup"},
|
803
|
+
"RuleGroupResponse":{"shape":"RuleGroupResponse"}
|
804
|
+
}
|
805
|
+
},
|
806
|
+
"Description":{
|
807
|
+
"type":"string",
|
808
|
+
"max":512,
|
809
|
+
"pattern":"^.*$"
|
810
|
+
},
|
811
|
+
"Destination":{
|
812
|
+
"type":"string",
|
813
|
+
"max":1024,
|
814
|
+
"min":1,
|
815
|
+
"pattern":"^.*$"
|
816
|
+
},
|
817
|
+
"Dimension":{
|
818
|
+
"type":"structure",
|
819
|
+
"required":["Value"],
|
820
|
+
"members":{
|
821
|
+
"Value":{"shape":"DimensionValue"}
|
822
|
+
}
|
823
|
+
},
|
824
|
+
"DimensionValue":{
|
825
|
+
"type":"string",
|
826
|
+
"max":128,
|
827
|
+
"min":1,
|
828
|
+
"pattern":"^[a-zA-Z0-9-_ ]+$"
|
829
|
+
},
|
830
|
+
"Dimensions":{
|
831
|
+
"type":"list",
|
832
|
+
"member":{"shape":"Dimension"},
|
833
|
+
"max":1,
|
834
|
+
"min":1
|
835
|
+
},
|
836
|
+
"DisassociateSubnetsRequest":{
|
837
|
+
"type":"structure",
|
838
|
+
"required":["SubnetIds"],
|
839
|
+
"members":{
|
840
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
841
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
842
|
+
"FirewallName":{"shape":"ResourceName"},
|
843
|
+
"SubnetIds":{"shape":"AzSubnets"}
|
844
|
+
}
|
845
|
+
},
|
846
|
+
"DisassociateSubnetsResponse":{
|
847
|
+
"type":"structure",
|
848
|
+
"members":{
|
849
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
850
|
+
"FirewallName":{"shape":"ResourceName"},
|
851
|
+
"SubnetMappings":{"shape":"SubnetMappings"},
|
852
|
+
"UpdateToken":{"shape":"UpdateToken"}
|
853
|
+
}
|
854
|
+
},
|
855
|
+
"EndpointId":{"type":"string"},
|
856
|
+
"ErrorMessage":{"type":"string"},
|
857
|
+
"Firewall":{
|
858
|
+
"type":"structure",
|
859
|
+
"required":[
|
860
|
+
"FirewallPolicyArn",
|
861
|
+
"VpcId",
|
862
|
+
"SubnetMappings",
|
863
|
+
"FirewallId"
|
864
|
+
],
|
865
|
+
"members":{
|
866
|
+
"FirewallName":{"shape":"ResourceName"},
|
867
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
868
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"},
|
869
|
+
"VpcId":{"shape":"VpcId"},
|
870
|
+
"SubnetMappings":{"shape":"SubnetMappings"},
|
871
|
+
"DeleteProtection":{"shape":"Boolean"},
|
872
|
+
"SubnetChangeProtection":{"shape":"Boolean"},
|
873
|
+
"FirewallPolicyChangeProtection":{"shape":"Boolean"},
|
874
|
+
"Description":{"shape":"Description"},
|
875
|
+
"FirewallId":{"shape":"ResourceId"},
|
876
|
+
"Tags":{"shape":"TagList"}
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"FirewallMetadata":{
|
880
|
+
"type":"structure",
|
881
|
+
"members":{
|
882
|
+
"FirewallName":{"shape":"ResourceName"},
|
883
|
+
"FirewallArn":{"shape":"ResourceArn"}
|
884
|
+
}
|
885
|
+
},
|
886
|
+
"FirewallPolicies":{
|
887
|
+
"type":"list",
|
888
|
+
"member":{"shape":"FirewallPolicyMetadata"}
|
889
|
+
},
|
890
|
+
"FirewallPolicy":{
|
891
|
+
"type":"structure",
|
892
|
+
"required":[
|
893
|
+
"StatelessDefaultActions",
|
894
|
+
"StatelessFragmentDefaultActions"
|
895
|
+
],
|
896
|
+
"members":{
|
897
|
+
"StatelessRuleGroupReferences":{"shape":"StatelessRuleGroupReferences"},
|
898
|
+
"StatelessDefaultActions":{"shape":"StatelessActions"},
|
899
|
+
"StatelessFragmentDefaultActions":{"shape":"StatelessActions"},
|
900
|
+
"StatelessCustomActions":{"shape":"CustomActions"},
|
901
|
+
"StatefulRuleGroupReferences":{"shape":"StatefulRuleGroupReferences"}
|
902
|
+
}
|
903
|
+
},
|
904
|
+
"FirewallPolicyMetadata":{
|
905
|
+
"type":"structure",
|
906
|
+
"members":{
|
907
|
+
"Name":{"shape":"ResourceName"},
|
908
|
+
"Arn":{"shape":"ResourceArn"}
|
909
|
+
}
|
910
|
+
},
|
911
|
+
"FirewallPolicyResponse":{
|
912
|
+
"type":"structure",
|
913
|
+
"required":[
|
914
|
+
"FirewallPolicyName",
|
915
|
+
"FirewallPolicyArn",
|
916
|
+
"FirewallPolicyId"
|
917
|
+
],
|
918
|
+
"members":{
|
919
|
+
"FirewallPolicyName":{"shape":"ResourceName"},
|
920
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"},
|
921
|
+
"FirewallPolicyId":{"shape":"ResourceId"},
|
922
|
+
"Description":{"shape":"Description"},
|
923
|
+
"FirewallPolicyStatus":{"shape":"ResourceStatus"},
|
924
|
+
"Tags":{"shape":"TagList"}
|
925
|
+
}
|
926
|
+
},
|
927
|
+
"FirewallStatus":{
|
928
|
+
"type":"structure",
|
929
|
+
"required":[
|
930
|
+
"Status",
|
931
|
+
"ConfigurationSyncStateSummary"
|
932
|
+
],
|
933
|
+
"members":{
|
934
|
+
"Status":{"shape":"FirewallStatusValue"},
|
935
|
+
"ConfigurationSyncStateSummary":{"shape":"ConfigurationSyncState"},
|
936
|
+
"SyncStates":{"shape":"SyncStates"}
|
937
|
+
}
|
938
|
+
},
|
939
|
+
"FirewallStatusValue":{
|
940
|
+
"type":"string",
|
941
|
+
"enum":[
|
942
|
+
"PROVISIONING",
|
943
|
+
"DELETING",
|
944
|
+
"READY"
|
945
|
+
]
|
946
|
+
},
|
947
|
+
"Firewalls":{
|
948
|
+
"type":"list",
|
949
|
+
"member":{"shape":"FirewallMetadata"}
|
950
|
+
},
|
951
|
+
"Flags":{
|
952
|
+
"type":"list",
|
953
|
+
"member":{"shape":"TCPFlag"}
|
954
|
+
},
|
955
|
+
"GeneratedRulesType":{
|
956
|
+
"type":"string",
|
957
|
+
"enum":[
|
958
|
+
"ALLOWLIST",
|
959
|
+
"DENYLIST"
|
960
|
+
]
|
961
|
+
},
|
962
|
+
"HashMapKey":{
|
963
|
+
"type":"string",
|
964
|
+
"max":50,
|
965
|
+
"min":3,
|
966
|
+
"pattern":"^[0-9A-Za-z.\\-_@\\/]+$"
|
967
|
+
},
|
968
|
+
"HashMapValue":{
|
969
|
+
"type":"string",
|
970
|
+
"max":1024,
|
971
|
+
"min":1,
|
972
|
+
"pattern":"[\\s\\S]*$"
|
973
|
+
},
|
974
|
+
"Header":{
|
975
|
+
"type":"structure",
|
976
|
+
"required":[
|
977
|
+
"Protocol",
|
978
|
+
"Source",
|
979
|
+
"SourcePort",
|
980
|
+
"Direction",
|
981
|
+
"Destination",
|
982
|
+
"DestinationPort"
|
983
|
+
],
|
984
|
+
"members":{
|
985
|
+
"Protocol":{"shape":"StatefulRuleProtocol"},
|
986
|
+
"Source":{"shape":"Source"},
|
987
|
+
"SourcePort":{"shape":"Port"},
|
988
|
+
"Direction":{"shape":"StatefulRuleDirection"},
|
989
|
+
"Destination":{"shape":"Destination"},
|
990
|
+
"DestinationPort":{"shape":"Port"}
|
991
|
+
}
|
992
|
+
},
|
993
|
+
"IPSet":{
|
994
|
+
"type":"structure",
|
995
|
+
"required":["Definition"],
|
996
|
+
"members":{
|
997
|
+
"Definition":{"shape":"VariableDefinitionList"}
|
998
|
+
}
|
999
|
+
},
|
1000
|
+
"IPSets":{
|
1001
|
+
"type":"map",
|
1002
|
+
"key":{"shape":"RuleVariableName"},
|
1003
|
+
"value":{"shape":"IPSet"}
|
1004
|
+
},
|
1005
|
+
"InsufficientCapacityException":{
|
1006
|
+
"type":"structure",
|
1007
|
+
"members":{
|
1008
|
+
"Message":{"shape":"ErrorMessage"}
|
1009
|
+
},
|
1010
|
+
"exception":true,
|
1011
|
+
"fault":true
|
1012
|
+
},
|
1013
|
+
"InternalServerError":{
|
1014
|
+
"type":"structure",
|
1015
|
+
"members":{
|
1016
|
+
"Message":{"shape":"ErrorMessage"}
|
1017
|
+
},
|
1018
|
+
"exception":true,
|
1019
|
+
"fault":true
|
1020
|
+
},
|
1021
|
+
"InvalidOperationException":{
|
1022
|
+
"type":"structure",
|
1023
|
+
"members":{
|
1024
|
+
"Message":{"shape":"ErrorMessage"}
|
1025
|
+
},
|
1026
|
+
"exception":true
|
1027
|
+
},
|
1028
|
+
"InvalidRequestException":{
|
1029
|
+
"type":"structure",
|
1030
|
+
"members":{
|
1031
|
+
"Message":{"shape":"ErrorMessage"}
|
1032
|
+
},
|
1033
|
+
"exception":true
|
1034
|
+
},
|
1035
|
+
"InvalidResourcePolicyException":{
|
1036
|
+
"type":"structure",
|
1037
|
+
"members":{
|
1038
|
+
"Message":{"shape":"ErrorMessage"}
|
1039
|
+
},
|
1040
|
+
"exception":true
|
1041
|
+
},
|
1042
|
+
"InvalidTokenException":{
|
1043
|
+
"type":"structure",
|
1044
|
+
"members":{
|
1045
|
+
"Message":{"shape":"ErrorMessage"}
|
1046
|
+
},
|
1047
|
+
"exception":true
|
1048
|
+
},
|
1049
|
+
"Keyword":{
|
1050
|
+
"type":"string",
|
1051
|
+
"max":128,
|
1052
|
+
"min":1,
|
1053
|
+
"pattern":".*"
|
1054
|
+
},
|
1055
|
+
"LimitExceededException":{
|
1056
|
+
"type":"structure",
|
1057
|
+
"members":{
|
1058
|
+
"Message":{"shape":"ErrorMessage"}
|
1059
|
+
},
|
1060
|
+
"exception":true
|
1061
|
+
},
|
1062
|
+
"ListFirewallPoliciesRequest":{
|
1063
|
+
"type":"structure",
|
1064
|
+
"members":{
|
1065
|
+
"NextToken":{"shape":"PaginationToken"},
|
1066
|
+
"MaxResults":{"shape":"PaginationMaxResults"}
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
"ListFirewallPoliciesResponse":{
|
1070
|
+
"type":"structure",
|
1071
|
+
"members":{
|
1072
|
+
"NextToken":{"shape":"PaginationToken"},
|
1073
|
+
"FirewallPolicies":{"shape":"FirewallPolicies"}
|
1074
|
+
}
|
1075
|
+
},
|
1076
|
+
"ListFirewallsRequest":{
|
1077
|
+
"type":"structure",
|
1078
|
+
"members":{
|
1079
|
+
"NextToken":{"shape":"PaginationToken"},
|
1080
|
+
"VpcIds":{"shape":"VpcIds"},
|
1081
|
+
"MaxResults":{"shape":"PaginationMaxResults"}
|
1082
|
+
}
|
1083
|
+
},
|
1084
|
+
"ListFirewallsResponse":{
|
1085
|
+
"type":"structure",
|
1086
|
+
"members":{
|
1087
|
+
"NextToken":{"shape":"PaginationToken"},
|
1088
|
+
"Firewalls":{"shape":"Firewalls"}
|
1089
|
+
}
|
1090
|
+
},
|
1091
|
+
"ListRuleGroupsRequest":{
|
1092
|
+
"type":"structure",
|
1093
|
+
"members":{
|
1094
|
+
"NextToken":{"shape":"PaginationToken"},
|
1095
|
+
"MaxResults":{"shape":"PaginationMaxResults"}
|
1096
|
+
}
|
1097
|
+
},
|
1098
|
+
"ListRuleGroupsResponse":{
|
1099
|
+
"type":"structure",
|
1100
|
+
"members":{
|
1101
|
+
"NextToken":{"shape":"PaginationToken"},
|
1102
|
+
"RuleGroups":{"shape":"RuleGroups"}
|
1103
|
+
}
|
1104
|
+
},
|
1105
|
+
"ListTagsForResourceRequest":{
|
1106
|
+
"type":"structure",
|
1107
|
+
"required":["ResourceArn"],
|
1108
|
+
"members":{
|
1109
|
+
"NextToken":{"shape":"PaginationToken"},
|
1110
|
+
"MaxResults":{"shape":"TagsPaginationMaxResults"},
|
1111
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
1112
|
+
}
|
1113
|
+
},
|
1114
|
+
"ListTagsForResourceResponse":{
|
1115
|
+
"type":"structure",
|
1116
|
+
"members":{
|
1117
|
+
"NextToken":{"shape":"PaginationToken"},
|
1118
|
+
"Tags":{"shape":"TagList"}
|
1119
|
+
}
|
1120
|
+
},
|
1121
|
+
"LogDestinationConfig":{
|
1122
|
+
"type":"structure",
|
1123
|
+
"required":[
|
1124
|
+
"LogType",
|
1125
|
+
"LogDestinationType",
|
1126
|
+
"LogDestination"
|
1127
|
+
],
|
1128
|
+
"members":{
|
1129
|
+
"LogType":{"shape":"LogType"},
|
1130
|
+
"LogDestinationType":{"shape":"LogDestinationType"},
|
1131
|
+
"LogDestination":{"shape":"LogDestinationMap"}
|
1132
|
+
}
|
1133
|
+
},
|
1134
|
+
"LogDestinationConfigs":{
|
1135
|
+
"type":"list",
|
1136
|
+
"member":{"shape":"LogDestinationConfig"}
|
1137
|
+
},
|
1138
|
+
"LogDestinationMap":{
|
1139
|
+
"type":"map",
|
1140
|
+
"key":{"shape":"HashMapKey"},
|
1141
|
+
"value":{"shape":"HashMapValue"}
|
1142
|
+
},
|
1143
|
+
"LogDestinationPermissionException":{
|
1144
|
+
"type":"structure",
|
1145
|
+
"members":{
|
1146
|
+
"Message":{"shape":"ErrorMessage"}
|
1147
|
+
},
|
1148
|
+
"exception":true
|
1149
|
+
},
|
1150
|
+
"LogDestinationType":{
|
1151
|
+
"type":"string",
|
1152
|
+
"enum":[
|
1153
|
+
"S3",
|
1154
|
+
"CloudWatchLogs",
|
1155
|
+
"KinesisDataFirehose"
|
1156
|
+
],
|
1157
|
+
"max":30,
|
1158
|
+
"min":2,
|
1159
|
+
"pattern":"[0-9A-Za-z]+"
|
1160
|
+
},
|
1161
|
+
"LogType":{
|
1162
|
+
"type":"string",
|
1163
|
+
"enum":[
|
1164
|
+
"ALERT",
|
1165
|
+
"FLOW"
|
1166
|
+
]
|
1167
|
+
},
|
1168
|
+
"LoggingConfiguration":{
|
1169
|
+
"type":"structure",
|
1170
|
+
"required":["LogDestinationConfigs"],
|
1171
|
+
"members":{
|
1172
|
+
"LogDestinationConfigs":{"shape":"LogDestinationConfigs"}
|
1173
|
+
}
|
1174
|
+
},
|
1175
|
+
"MatchAttributes":{
|
1176
|
+
"type":"structure",
|
1177
|
+
"members":{
|
1178
|
+
"Sources":{"shape":"Addresses"},
|
1179
|
+
"Destinations":{"shape":"Addresses"},
|
1180
|
+
"SourcePorts":{"shape":"PortRanges"},
|
1181
|
+
"DestinationPorts":{"shape":"PortRanges"},
|
1182
|
+
"Protocols":{"shape":"ProtocolNumbers"},
|
1183
|
+
"TCPFlags":{"shape":"TCPFlags"}
|
1184
|
+
}
|
1185
|
+
},
|
1186
|
+
"PaginationMaxResults":{
|
1187
|
+
"type":"integer",
|
1188
|
+
"max":100,
|
1189
|
+
"min":1
|
1190
|
+
},
|
1191
|
+
"PaginationToken":{
|
1192
|
+
"type":"string",
|
1193
|
+
"max":2048,
|
1194
|
+
"min":1,
|
1195
|
+
"pattern":"[0-9A-Za-z:\\/+=]+$"
|
1196
|
+
},
|
1197
|
+
"PerObjectStatus":{
|
1198
|
+
"type":"structure",
|
1199
|
+
"members":{
|
1200
|
+
"SyncStatus":{"shape":"PerObjectSyncStatus"}
|
1201
|
+
}
|
1202
|
+
},
|
1203
|
+
"PerObjectSyncStatus":{
|
1204
|
+
"type":"string",
|
1205
|
+
"enum":[
|
1206
|
+
"PENDING",
|
1207
|
+
"IN_SYNC"
|
1208
|
+
]
|
1209
|
+
},
|
1210
|
+
"PolicyString":{
|
1211
|
+
"type":"string",
|
1212
|
+
"max":395000,
|
1213
|
+
"min":1,
|
1214
|
+
"pattern":".*\\S.*"
|
1215
|
+
},
|
1216
|
+
"Port":{
|
1217
|
+
"type":"string",
|
1218
|
+
"max":1024,
|
1219
|
+
"min":1,
|
1220
|
+
"pattern":"^.*$"
|
1221
|
+
},
|
1222
|
+
"PortRange":{
|
1223
|
+
"type":"structure",
|
1224
|
+
"required":[
|
1225
|
+
"FromPort",
|
1226
|
+
"ToPort"
|
1227
|
+
],
|
1228
|
+
"members":{
|
1229
|
+
"FromPort":{"shape":"PortRangeBound"},
|
1230
|
+
"ToPort":{"shape":"PortRangeBound"}
|
1231
|
+
}
|
1232
|
+
},
|
1233
|
+
"PortRangeBound":{
|
1234
|
+
"type":"integer",
|
1235
|
+
"max":65535,
|
1236
|
+
"min":0
|
1237
|
+
},
|
1238
|
+
"PortRanges":{
|
1239
|
+
"type":"list",
|
1240
|
+
"member":{"shape":"PortRange"}
|
1241
|
+
},
|
1242
|
+
"PortSet":{
|
1243
|
+
"type":"structure",
|
1244
|
+
"members":{
|
1245
|
+
"Definition":{"shape":"VariableDefinitionList"}
|
1246
|
+
}
|
1247
|
+
},
|
1248
|
+
"PortSets":{
|
1249
|
+
"type":"map",
|
1250
|
+
"key":{"shape":"RuleVariableName"},
|
1251
|
+
"value":{"shape":"PortSet"}
|
1252
|
+
},
|
1253
|
+
"Priority":{
|
1254
|
+
"type":"integer",
|
1255
|
+
"max":65535,
|
1256
|
+
"min":1
|
1257
|
+
},
|
1258
|
+
"ProtocolNumber":{
|
1259
|
+
"type":"integer",
|
1260
|
+
"max":255,
|
1261
|
+
"min":0
|
1262
|
+
},
|
1263
|
+
"ProtocolNumbers":{
|
1264
|
+
"type":"list",
|
1265
|
+
"member":{"shape":"ProtocolNumber"}
|
1266
|
+
},
|
1267
|
+
"PublishMetricAction":{
|
1268
|
+
"type":"structure",
|
1269
|
+
"required":["Dimensions"],
|
1270
|
+
"members":{
|
1271
|
+
"Dimensions":{"shape":"Dimensions"}
|
1272
|
+
}
|
1273
|
+
},
|
1274
|
+
"PutResourcePolicyRequest":{
|
1275
|
+
"type":"structure",
|
1276
|
+
"required":[
|
1277
|
+
"ResourceArn",
|
1278
|
+
"Policy"
|
1279
|
+
],
|
1280
|
+
"members":{
|
1281
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
1282
|
+
"Policy":{"shape":"PolicyString"}
|
1283
|
+
}
|
1284
|
+
},
|
1285
|
+
"PutResourcePolicyResponse":{
|
1286
|
+
"type":"structure",
|
1287
|
+
"members":{
|
1288
|
+
}
|
1289
|
+
},
|
1290
|
+
"ResourceArn":{
|
1291
|
+
"type":"string",
|
1292
|
+
"max":256,
|
1293
|
+
"min":1,
|
1294
|
+
"pattern":"^arn:aws.*"
|
1295
|
+
},
|
1296
|
+
"ResourceId":{
|
1297
|
+
"type":"string",
|
1298
|
+
"max":36,
|
1299
|
+
"min":36,
|
1300
|
+
"pattern":"^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$"
|
1301
|
+
},
|
1302
|
+
"ResourceName":{
|
1303
|
+
"type":"string",
|
1304
|
+
"max":128,
|
1305
|
+
"min":1,
|
1306
|
+
"pattern":"^[a-zA-Z0-9-]+$"
|
1307
|
+
},
|
1308
|
+
"ResourceNotFoundException":{
|
1309
|
+
"type":"structure",
|
1310
|
+
"members":{
|
1311
|
+
"Message":{"shape":"ErrorMessage"}
|
1312
|
+
},
|
1313
|
+
"exception":true
|
1314
|
+
},
|
1315
|
+
"ResourceOwnerCheckException":{
|
1316
|
+
"type":"structure",
|
1317
|
+
"members":{
|
1318
|
+
"Message":{"shape":"ErrorMessage"}
|
1319
|
+
},
|
1320
|
+
"exception":true
|
1321
|
+
},
|
1322
|
+
"ResourceStatus":{
|
1323
|
+
"type":"string",
|
1324
|
+
"enum":[
|
1325
|
+
"ACTIVE",
|
1326
|
+
"DELETING"
|
1327
|
+
]
|
1328
|
+
},
|
1329
|
+
"RuleCapacity":{"type":"integer"},
|
1330
|
+
"RuleDefinition":{
|
1331
|
+
"type":"structure",
|
1332
|
+
"required":[
|
1333
|
+
"MatchAttributes",
|
1334
|
+
"Actions"
|
1335
|
+
],
|
1336
|
+
"members":{
|
1337
|
+
"MatchAttributes":{"shape":"MatchAttributes"},
|
1338
|
+
"Actions":{"shape":"StatelessActions"}
|
1339
|
+
}
|
1340
|
+
},
|
1341
|
+
"RuleGroup":{
|
1342
|
+
"type":"structure",
|
1343
|
+
"required":["RulesSource"],
|
1344
|
+
"members":{
|
1345
|
+
"RuleVariables":{"shape":"RuleVariables"},
|
1346
|
+
"RulesSource":{"shape":"RulesSource"}
|
1347
|
+
}
|
1348
|
+
},
|
1349
|
+
"RuleGroupMetadata":{
|
1350
|
+
"type":"structure",
|
1351
|
+
"members":{
|
1352
|
+
"Name":{"shape":"ResourceName"},
|
1353
|
+
"Arn":{"shape":"ResourceArn"}
|
1354
|
+
}
|
1355
|
+
},
|
1356
|
+
"RuleGroupResponse":{
|
1357
|
+
"type":"structure",
|
1358
|
+
"required":[
|
1359
|
+
"RuleGroupArn",
|
1360
|
+
"RuleGroupName",
|
1361
|
+
"RuleGroupId"
|
1362
|
+
],
|
1363
|
+
"members":{
|
1364
|
+
"RuleGroupArn":{"shape":"ResourceArn"},
|
1365
|
+
"RuleGroupName":{"shape":"ResourceName"},
|
1366
|
+
"RuleGroupId":{"shape":"ResourceId"},
|
1367
|
+
"Description":{"shape":"Description"},
|
1368
|
+
"Type":{"shape":"RuleGroupType"},
|
1369
|
+
"Capacity":{"shape":"RuleCapacity"},
|
1370
|
+
"RuleGroupStatus":{"shape":"ResourceStatus"},
|
1371
|
+
"Tags":{"shape":"TagList"}
|
1372
|
+
}
|
1373
|
+
},
|
1374
|
+
"RuleGroupType":{
|
1375
|
+
"type":"string",
|
1376
|
+
"enum":[
|
1377
|
+
"STATELESS",
|
1378
|
+
"STATEFUL"
|
1379
|
+
]
|
1380
|
+
},
|
1381
|
+
"RuleGroups":{
|
1382
|
+
"type":"list",
|
1383
|
+
"member":{"shape":"RuleGroupMetadata"}
|
1384
|
+
},
|
1385
|
+
"RuleOption":{
|
1386
|
+
"type":"structure",
|
1387
|
+
"required":["Keyword"],
|
1388
|
+
"members":{
|
1389
|
+
"Keyword":{"shape":"Keyword"},
|
1390
|
+
"Settings":{"shape":"Settings"}
|
1391
|
+
}
|
1392
|
+
},
|
1393
|
+
"RuleOptions":{
|
1394
|
+
"type":"list",
|
1395
|
+
"member":{"shape":"RuleOption"}
|
1396
|
+
},
|
1397
|
+
"RuleTargets":{
|
1398
|
+
"type":"list",
|
1399
|
+
"member":{"shape":"CollectionMember_String"}
|
1400
|
+
},
|
1401
|
+
"RuleVariableName":{
|
1402
|
+
"type":"string",
|
1403
|
+
"max":32,
|
1404
|
+
"min":1,
|
1405
|
+
"pattern":"^[A-Za-z][A-Za-z0-9_]*$"
|
1406
|
+
},
|
1407
|
+
"RuleVariables":{
|
1408
|
+
"type":"structure",
|
1409
|
+
"members":{
|
1410
|
+
"IPSets":{"shape":"IPSets"},
|
1411
|
+
"PortSets":{"shape":"PortSets"}
|
1412
|
+
}
|
1413
|
+
},
|
1414
|
+
"RulesSource":{
|
1415
|
+
"type":"structure",
|
1416
|
+
"members":{
|
1417
|
+
"RulesString":{"shape":"RulesString"},
|
1418
|
+
"RulesSourceList":{"shape":"RulesSourceList"},
|
1419
|
+
"StatefulRules":{"shape":"StatefulRules"},
|
1420
|
+
"StatelessRulesAndCustomActions":{"shape":"StatelessRulesAndCustomActions"}
|
1421
|
+
}
|
1422
|
+
},
|
1423
|
+
"RulesSourceList":{
|
1424
|
+
"type":"structure",
|
1425
|
+
"required":[
|
1426
|
+
"Targets",
|
1427
|
+
"TargetTypes",
|
1428
|
+
"GeneratedRulesType"
|
1429
|
+
],
|
1430
|
+
"members":{
|
1431
|
+
"Targets":{"shape":"RuleTargets"},
|
1432
|
+
"TargetTypes":{"shape":"TargetTypes"},
|
1433
|
+
"GeneratedRulesType":{"shape":"GeneratedRulesType"}
|
1434
|
+
}
|
1435
|
+
},
|
1436
|
+
"RulesString":{
|
1437
|
+
"type":"string",
|
1438
|
+
"max":1000000,
|
1439
|
+
"min":0
|
1440
|
+
},
|
1441
|
+
"Setting":{
|
1442
|
+
"type":"string",
|
1443
|
+
"max":8192,
|
1444
|
+
"min":1,
|
1445
|
+
"pattern":".*"
|
1446
|
+
},
|
1447
|
+
"Settings":{
|
1448
|
+
"type":"list",
|
1449
|
+
"member":{"shape":"Setting"}
|
1450
|
+
},
|
1451
|
+
"Source":{
|
1452
|
+
"type":"string",
|
1453
|
+
"max":1024,
|
1454
|
+
"min":1,
|
1455
|
+
"pattern":"^.*$"
|
1456
|
+
},
|
1457
|
+
"StatefulAction":{
|
1458
|
+
"type":"string",
|
1459
|
+
"enum":[
|
1460
|
+
"PASS",
|
1461
|
+
"DROP",
|
1462
|
+
"ALERT"
|
1463
|
+
]
|
1464
|
+
},
|
1465
|
+
"StatefulRule":{
|
1466
|
+
"type":"structure",
|
1467
|
+
"required":[
|
1468
|
+
"Action",
|
1469
|
+
"Header",
|
1470
|
+
"RuleOptions"
|
1471
|
+
],
|
1472
|
+
"members":{
|
1473
|
+
"Action":{"shape":"StatefulAction"},
|
1474
|
+
"Header":{"shape":"Header"},
|
1475
|
+
"RuleOptions":{"shape":"RuleOptions"}
|
1476
|
+
}
|
1477
|
+
},
|
1478
|
+
"StatefulRuleDirection":{
|
1479
|
+
"type":"string",
|
1480
|
+
"enum":[
|
1481
|
+
"FORWARD",
|
1482
|
+
"ANY"
|
1483
|
+
]
|
1484
|
+
},
|
1485
|
+
"StatefulRuleGroupReference":{
|
1486
|
+
"type":"structure",
|
1487
|
+
"required":["ResourceArn"],
|
1488
|
+
"members":{
|
1489
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
1490
|
+
}
|
1491
|
+
},
|
1492
|
+
"StatefulRuleGroupReferences":{
|
1493
|
+
"type":"list",
|
1494
|
+
"member":{"shape":"StatefulRuleGroupReference"}
|
1495
|
+
},
|
1496
|
+
"StatefulRuleProtocol":{
|
1497
|
+
"type":"string",
|
1498
|
+
"enum":[
|
1499
|
+
"IP",
|
1500
|
+
"TCP",
|
1501
|
+
"UDP",
|
1502
|
+
"ICMP",
|
1503
|
+
"HTTP",
|
1504
|
+
"FTP",
|
1505
|
+
"TLS",
|
1506
|
+
"SMB",
|
1507
|
+
"DNS",
|
1508
|
+
"DCERPC",
|
1509
|
+
"SSH",
|
1510
|
+
"SMTP",
|
1511
|
+
"IMAP",
|
1512
|
+
"MSN",
|
1513
|
+
"KRB5",
|
1514
|
+
"IKEV2",
|
1515
|
+
"TFTP",
|
1516
|
+
"NTP",
|
1517
|
+
"DHCP"
|
1518
|
+
]
|
1519
|
+
},
|
1520
|
+
"StatefulRules":{
|
1521
|
+
"type":"list",
|
1522
|
+
"member":{"shape":"StatefulRule"}
|
1523
|
+
},
|
1524
|
+
"StatelessActions":{
|
1525
|
+
"type":"list",
|
1526
|
+
"member":{"shape":"CollectionMember_String"}
|
1527
|
+
},
|
1528
|
+
"StatelessRule":{
|
1529
|
+
"type":"structure",
|
1530
|
+
"required":[
|
1531
|
+
"RuleDefinition",
|
1532
|
+
"Priority"
|
1533
|
+
],
|
1534
|
+
"members":{
|
1535
|
+
"RuleDefinition":{"shape":"RuleDefinition"},
|
1536
|
+
"Priority":{"shape":"Priority"}
|
1537
|
+
}
|
1538
|
+
},
|
1539
|
+
"StatelessRuleGroupReference":{
|
1540
|
+
"type":"structure",
|
1541
|
+
"required":[
|
1542
|
+
"ResourceArn",
|
1543
|
+
"Priority"
|
1544
|
+
],
|
1545
|
+
"members":{
|
1546
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
1547
|
+
"Priority":{"shape":"Priority"}
|
1548
|
+
}
|
1549
|
+
},
|
1550
|
+
"StatelessRuleGroupReferences":{
|
1551
|
+
"type":"list",
|
1552
|
+
"member":{"shape":"StatelessRuleGroupReference"}
|
1553
|
+
},
|
1554
|
+
"StatelessRules":{
|
1555
|
+
"type":"list",
|
1556
|
+
"member":{"shape":"StatelessRule"}
|
1557
|
+
},
|
1558
|
+
"StatelessRulesAndCustomActions":{
|
1559
|
+
"type":"structure",
|
1560
|
+
"required":["StatelessRules"],
|
1561
|
+
"members":{
|
1562
|
+
"StatelessRules":{"shape":"StatelessRules"},
|
1563
|
+
"CustomActions":{"shape":"CustomActions"}
|
1564
|
+
}
|
1565
|
+
},
|
1566
|
+
"SubnetMapping":{
|
1567
|
+
"type":"structure",
|
1568
|
+
"required":["SubnetId"],
|
1569
|
+
"members":{
|
1570
|
+
"SubnetId":{"shape":"CollectionMember_String"}
|
1571
|
+
}
|
1572
|
+
},
|
1573
|
+
"SubnetMappings":{
|
1574
|
+
"type":"list",
|
1575
|
+
"member":{"shape":"SubnetMapping"}
|
1576
|
+
},
|
1577
|
+
"SyncState":{
|
1578
|
+
"type":"structure",
|
1579
|
+
"members":{
|
1580
|
+
"Attachment":{"shape":"Attachment"},
|
1581
|
+
"Config":{"shape":"SyncStateConfig"}
|
1582
|
+
}
|
1583
|
+
},
|
1584
|
+
"SyncStateConfig":{
|
1585
|
+
"type":"map",
|
1586
|
+
"key":{"shape":"ResourceName"},
|
1587
|
+
"value":{"shape":"PerObjectStatus"}
|
1588
|
+
},
|
1589
|
+
"SyncStates":{
|
1590
|
+
"type":"map",
|
1591
|
+
"key":{"shape":"AvailabilityZone"},
|
1592
|
+
"value":{"shape":"SyncState"}
|
1593
|
+
},
|
1594
|
+
"TCPFlag":{
|
1595
|
+
"type":"string",
|
1596
|
+
"enum":[
|
1597
|
+
"FIN",
|
1598
|
+
"SYN",
|
1599
|
+
"RST",
|
1600
|
+
"PSH",
|
1601
|
+
"ACK",
|
1602
|
+
"URG",
|
1603
|
+
"ECE",
|
1604
|
+
"CWR"
|
1605
|
+
]
|
1606
|
+
},
|
1607
|
+
"TCPFlagField":{
|
1608
|
+
"type":"structure",
|
1609
|
+
"required":["Flags"],
|
1610
|
+
"members":{
|
1611
|
+
"Flags":{"shape":"Flags"},
|
1612
|
+
"Masks":{"shape":"Flags"}
|
1613
|
+
}
|
1614
|
+
},
|
1615
|
+
"TCPFlags":{
|
1616
|
+
"type":"list",
|
1617
|
+
"member":{"shape":"TCPFlagField"}
|
1618
|
+
},
|
1619
|
+
"Tag":{
|
1620
|
+
"type":"structure",
|
1621
|
+
"required":[
|
1622
|
+
"Key",
|
1623
|
+
"Value"
|
1624
|
+
],
|
1625
|
+
"members":{
|
1626
|
+
"Key":{"shape":"TagKey"},
|
1627
|
+
"Value":{"shape":"TagValue"}
|
1628
|
+
}
|
1629
|
+
},
|
1630
|
+
"TagKey":{
|
1631
|
+
"type":"string",
|
1632
|
+
"max":128,
|
1633
|
+
"min":1,
|
1634
|
+
"pattern":"^.*$"
|
1635
|
+
},
|
1636
|
+
"TagKeyList":{
|
1637
|
+
"type":"list",
|
1638
|
+
"member":{"shape":"TagKey"},
|
1639
|
+
"max":200,
|
1640
|
+
"min":1
|
1641
|
+
},
|
1642
|
+
"TagList":{
|
1643
|
+
"type":"list",
|
1644
|
+
"member":{"shape":"Tag"},
|
1645
|
+
"max":200,
|
1646
|
+
"min":1
|
1647
|
+
},
|
1648
|
+
"TagResourceRequest":{
|
1649
|
+
"type":"structure",
|
1650
|
+
"required":[
|
1651
|
+
"ResourceArn",
|
1652
|
+
"Tags"
|
1653
|
+
],
|
1654
|
+
"members":{
|
1655
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
1656
|
+
"Tags":{"shape":"TagList"}
|
1657
|
+
}
|
1658
|
+
},
|
1659
|
+
"TagResourceResponse":{
|
1660
|
+
"type":"structure",
|
1661
|
+
"members":{
|
1662
|
+
}
|
1663
|
+
},
|
1664
|
+
"TagValue":{
|
1665
|
+
"type":"string",
|
1666
|
+
"max":256,
|
1667
|
+
"min":0,
|
1668
|
+
"pattern":"^.*$"
|
1669
|
+
},
|
1670
|
+
"TagsPaginationMaxResults":{
|
1671
|
+
"type":"integer",
|
1672
|
+
"max":100,
|
1673
|
+
"min":0
|
1674
|
+
},
|
1675
|
+
"TargetType":{
|
1676
|
+
"type":"string",
|
1677
|
+
"enum":[
|
1678
|
+
"TLS_SNI",
|
1679
|
+
"HTTP_HOST"
|
1680
|
+
]
|
1681
|
+
},
|
1682
|
+
"TargetTypes":{
|
1683
|
+
"type":"list",
|
1684
|
+
"member":{"shape":"TargetType"}
|
1685
|
+
},
|
1686
|
+
"ThrottlingException":{
|
1687
|
+
"type":"structure",
|
1688
|
+
"members":{
|
1689
|
+
"Message":{"shape":"ErrorMessage"}
|
1690
|
+
},
|
1691
|
+
"exception":true
|
1692
|
+
},
|
1693
|
+
"UnsupportedOperationException":{
|
1694
|
+
"type":"structure",
|
1695
|
+
"members":{
|
1696
|
+
"Message":{"shape":"ErrorMessage"}
|
1697
|
+
},
|
1698
|
+
"exception":true
|
1699
|
+
},
|
1700
|
+
"UntagResourceRequest":{
|
1701
|
+
"type":"structure",
|
1702
|
+
"required":[
|
1703
|
+
"ResourceArn",
|
1704
|
+
"TagKeys"
|
1705
|
+
],
|
1706
|
+
"members":{
|
1707
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
1708
|
+
"TagKeys":{"shape":"TagKeyList"}
|
1709
|
+
}
|
1710
|
+
},
|
1711
|
+
"UntagResourceResponse":{
|
1712
|
+
"type":"structure",
|
1713
|
+
"members":{
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"UpdateFirewallDeleteProtectionRequest":{
|
1717
|
+
"type":"structure",
|
1718
|
+
"required":["DeleteProtection"],
|
1719
|
+
"members":{
|
1720
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1721
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1722
|
+
"FirewallName":{"shape":"ResourceName"},
|
1723
|
+
"DeleteProtection":{"shape":"Boolean"}
|
1724
|
+
}
|
1725
|
+
},
|
1726
|
+
"UpdateFirewallDeleteProtectionResponse":{
|
1727
|
+
"type":"structure",
|
1728
|
+
"members":{
|
1729
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1730
|
+
"FirewallName":{"shape":"ResourceName"},
|
1731
|
+
"DeleteProtection":{"shape":"Boolean"},
|
1732
|
+
"UpdateToken":{"shape":"UpdateToken"}
|
1733
|
+
}
|
1734
|
+
},
|
1735
|
+
"UpdateFirewallDescriptionRequest":{
|
1736
|
+
"type":"structure",
|
1737
|
+
"members":{
|
1738
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1739
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1740
|
+
"FirewallName":{"shape":"ResourceName"},
|
1741
|
+
"Description":{"shape":"Description"}
|
1742
|
+
}
|
1743
|
+
},
|
1744
|
+
"UpdateFirewallDescriptionResponse":{
|
1745
|
+
"type":"structure",
|
1746
|
+
"members":{
|
1747
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1748
|
+
"FirewallName":{"shape":"ResourceName"},
|
1749
|
+
"Description":{"shape":"Description"},
|
1750
|
+
"UpdateToken":{"shape":"UpdateToken"}
|
1751
|
+
}
|
1752
|
+
},
|
1753
|
+
"UpdateFirewallPolicyChangeProtectionRequest":{
|
1754
|
+
"type":"structure",
|
1755
|
+
"required":["FirewallPolicyChangeProtection"],
|
1756
|
+
"members":{
|
1757
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1758
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1759
|
+
"FirewallName":{"shape":"ResourceName"},
|
1760
|
+
"FirewallPolicyChangeProtection":{"shape":"Boolean"}
|
1761
|
+
}
|
1762
|
+
},
|
1763
|
+
"UpdateFirewallPolicyChangeProtectionResponse":{
|
1764
|
+
"type":"structure",
|
1765
|
+
"members":{
|
1766
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1767
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1768
|
+
"FirewallName":{"shape":"ResourceName"},
|
1769
|
+
"FirewallPolicyChangeProtection":{"shape":"Boolean"}
|
1770
|
+
}
|
1771
|
+
},
|
1772
|
+
"UpdateFirewallPolicyRequest":{
|
1773
|
+
"type":"structure",
|
1774
|
+
"required":[
|
1775
|
+
"UpdateToken",
|
1776
|
+
"FirewallPolicy"
|
1777
|
+
],
|
1778
|
+
"members":{
|
1779
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1780
|
+
"FirewallPolicyArn":{"shape":"ResourceArn"},
|
1781
|
+
"FirewallPolicyName":{"shape":"ResourceName"},
|
1782
|
+
"FirewallPolicy":{"shape":"FirewallPolicy"},
|
1783
|
+
"Description":{"shape":"Description"},
|
1784
|
+
"DryRun":{"shape":"Boolean"}
|
1785
|
+
}
|
1786
|
+
},
|
1787
|
+
"UpdateFirewallPolicyResponse":{
|
1788
|
+
"type":"structure",
|
1789
|
+
"required":[
|
1790
|
+
"UpdateToken",
|
1791
|
+
"FirewallPolicyResponse"
|
1792
|
+
],
|
1793
|
+
"members":{
|
1794
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1795
|
+
"FirewallPolicyResponse":{"shape":"FirewallPolicyResponse"}
|
1796
|
+
}
|
1797
|
+
},
|
1798
|
+
"UpdateLoggingConfigurationRequest":{
|
1799
|
+
"type":"structure",
|
1800
|
+
"members":{
|
1801
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1802
|
+
"FirewallName":{"shape":"ResourceName"},
|
1803
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
1804
|
+
}
|
1805
|
+
},
|
1806
|
+
"UpdateLoggingConfigurationResponse":{
|
1807
|
+
"type":"structure",
|
1808
|
+
"members":{
|
1809
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1810
|
+
"FirewallName":{"shape":"ResourceName"},
|
1811
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
1812
|
+
}
|
1813
|
+
},
|
1814
|
+
"UpdateRuleGroupRequest":{
|
1815
|
+
"type":"structure",
|
1816
|
+
"required":["UpdateToken"],
|
1817
|
+
"members":{
|
1818
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1819
|
+
"RuleGroupArn":{"shape":"ResourceArn"},
|
1820
|
+
"RuleGroupName":{"shape":"ResourceName"},
|
1821
|
+
"RuleGroup":{"shape":"RuleGroup"},
|
1822
|
+
"Rules":{"shape":"RulesString"},
|
1823
|
+
"Type":{"shape":"RuleGroupType"},
|
1824
|
+
"Description":{"shape":"Description"},
|
1825
|
+
"DryRun":{"shape":"Boolean"}
|
1826
|
+
}
|
1827
|
+
},
|
1828
|
+
"UpdateRuleGroupResponse":{
|
1829
|
+
"type":"structure",
|
1830
|
+
"required":[
|
1831
|
+
"UpdateToken",
|
1832
|
+
"RuleGroupResponse"
|
1833
|
+
],
|
1834
|
+
"members":{
|
1835
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1836
|
+
"RuleGroupResponse":{"shape":"RuleGroupResponse"}
|
1837
|
+
}
|
1838
|
+
},
|
1839
|
+
"UpdateSubnetChangeProtectionRequest":{
|
1840
|
+
"type":"structure",
|
1841
|
+
"required":["SubnetChangeProtection"],
|
1842
|
+
"members":{
|
1843
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1844
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1845
|
+
"FirewallName":{"shape":"ResourceName"},
|
1846
|
+
"SubnetChangeProtection":{"shape":"Boolean"}
|
1847
|
+
}
|
1848
|
+
},
|
1849
|
+
"UpdateSubnetChangeProtectionResponse":{
|
1850
|
+
"type":"structure",
|
1851
|
+
"members":{
|
1852
|
+
"UpdateToken":{"shape":"UpdateToken"},
|
1853
|
+
"FirewallArn":{"shape":"ResourceArn"},
|
1854
|
+
"FirewallName":{"shape":"ResourceName"},
|
1855
|
+
"SubnetChangeProtection":{"shape":"Boolean"}
|
1856
|
+
}
|
1857
|
+
},
|
1858
|
+
"UpdateToken":{
|
1859
|
+
"type":"string",
|
1860
|
+
"max":1024,
|
1861
|
+
"min":1,
|
1862
|
+
"pattern":"^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$"
|
1863
|
+
},
|
1864
|
+
"VariableDefinition":{
|
1865
|
+
"type":"string",
|
1866
|
+
"min":1,
|
1867
|
+
"pattern":"^.*$"
|
1868
|
+
},
|
1869
|
+
"VariableDefinitionList":{
|
1870
|
+
"type":"list",
|
1871
|
+
"member":{"shape":"VariableDefinition"}
|
1872
|
+
},
|
1873
|
+
"VpcId":{
|
1874
|
+
"type":"string",
|
1875
|
+
"max":128,
|
1876
|
+
"min":1,
|
1877
|
+
"pattern":"^vpc-[0-9a-f]+$"
|
1878
|
+
},
|
1879
|
+
"VpcIds":{
|
1880
|
+
"type":"list",
|
1881
|
+
"member":{"shape":"VpcId"}
|
1882
|
+
}
|
1883
|
+
}
|
1884
|
+
}
|