aws-sdk-core 2.1.26 → 2.1.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -9416,6 +9416,10 @@
9416
9416
  "shape":"String",
9417
9417
  "locationName":"availabilityZoneGroup"
9418
9418
  },
9419
+ "BlockDurationMinutes":{
9420
+ "shape":"Integer",
9421
+ "locationName":"blockDurationMinutes"
9422
+ },
9419
9423
  "LaunchSpecification":{"shape":"RequestSpotLaunchSpecification"}
9420
9424
  }
9421
9425
  },
@@ -10737,6 +10741,14 @@
10737
10741
  "shape":"RIProductDescription",
10738
10742
  "locationName":"productDescription"
10739
10743
  },
10744
+ "BlockDurationMinutes":{
10745
+ "shape":"Integer",
10746
+ "locationName":"blockDurationMinutes"
10747
+ },
10748
+ "ActualBlockHourlyPrice":{
10749
+ "shape":"String",
10750
+ "locationName":"actualBlockHourlyPrice"
10751
+ },
10740
10752
  "Tags":{
10741
10753
  "shape":"TagList",
10742
10754
  "locationName":"tagSet"
@@ -0,0 +1,1908 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-08-24",
5
+ "endpointPrefix":"waf",
6
+ "jsonVersion":"1.1",
7
+ "serviceAbbreviation":"WAF",
8
+ "serviceFullName":"AWS WAF",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"AWSWAF_20150824",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "CreateByteMatchSet":{
15
+ "name":"CreateByteMatchSet",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"CreateByteMatchSetRequest"},
21
+ "output":{"shape":"CreateByteMatchSetResponse"},
22
+ "errors":[
23
+ {
24
+ "shape":"WAFDisallowedNameException",
25
+ "exception":true
26
+ },
27
+ {
28
+ "shape":"WAFInternalErrorException",
29
+ "exception":true,
30
+ "fault":true
31
+ },
32
+ {
33
+ "shape":"WAFInvalidAccountException",
34
+ "exception":true
35
+ },
36
+ {
37
+ "shape":"WAFInvalidParameterException",
38
+ "exception":true
39
+ },
40
+ {
41
+ "shape":"WAFStaleDataException",
42
+ "exception":true
43
+ },
44
+ {
45
+ "shape":"WAFLimitsExceededException",
46
+ "exception":true
47
+ }
48
+ ]
49
+ },
50
+ "CreateIPSet":{
51
+ "name":"CreateIPSet",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/"
55
+ },
56
+ "input":{"shape":"CreateIPSetRequest"},
57
+ "output":{"shape":"CreateIPSetResponse"},
58
+ "errors":[
59
+ {
60
+ "shape":"WAFStaleDataException",
61
+ "exception":true
62
+ },
63
+ {
64
+ "shape":"WAFInternalErrorException",
65
+ "exception":true,
66
+ "fault":true
67
+ },
68
+ {
69
+ "shape":"WAFInvalidAccountException",
70
+ "exception":true
71
+ },
72
+ {
73
+ "shape":"WAFDisallowedNameException",
74
+ "exception":true
75
+ },
76
+ {
77
+ "shape":"WAFInvalidParameterException",
78
+ "exception":true
79
+ },
80
+ {
81
+ "shape":"WAFLimitsExceededException",
82
+ "exception":true
83
+ }
84
+ ]
85
+ },
86
+ "CreateRule":{
87
+ "name":"CreateRule",
88
+ "http":{
89
+ "method":"POST",
90
+ "requestUri":"/"
91
+ },
92
+ "input":{"shape":"CreateRuleRequest"},
93
+ "output":{"shape":"CreateRuleResponse"},
94
+ "errors":[
95
+ {
96
+ "shape":"WAFStaleDataException",
97
+ "exception":true
98
+ },
99
+ {
100
+ "shape":"WAFInternalErrorException",
101
+ "exception":true,
102
+ "fault":true
103
+ },
104
+ {
105
+ "shape":"WAFDisallowedNameException",
106
+ "exception":true
107
+ },
108
+ {
109
+ "shape":"WAFInvalidParameterException",
110
+ "exception":true
111
+ },
112
+ {
113
+ "shape":"WAFLimitsExceededException",
114
+ "exception":true
115
+ }
116
+ ]
117
+ },
118
+ "CreateSqlInjectionMatchSet":{
119
+ "name":"CreateSqlInjectionMatchSet",
120
+ "http":{
121
+ "method":"POST",
122
+ "requestUri":"/"
123
+ },
124
+ "input":{"shape":"CreateSqlInjectionMatchSetRequest"},
125
+ "output":{"shape":"CreateSqlInjectionMatchSetResponse"},
126
+ "errors":[
127
+ {
128
+ "shape":"WAFDisallowedNameException",
129
+ "exception":true
130
+ },
131
+ {
132
+ "shape":"WAFInternalErrorException",
133
+ "exception":true,
134
+ "fault":true
135
+ },
136
+ {
137
+ "shape":"WAFInvalidAccountException",
138
+ "exception":true
139
+ },
140
+ {
141
+ "shape":"WAFInvalidParameterException",
142
+ "exception":true
143
+ },
144
+ {
145
+ "shape":"WAFStaleDataException",
146
+ "exception":true
147
+ },
148
+ {
149
+ "shape":"WAFLimitsExceededException",
150
+ "exception":true
151
+ }
152
+ ]
153
+ },
154
+ "CreateWebACL":{
155
+ "name":"CreateWebACL",
156
+ "http":{
157
+ "method":"POST",
158
+ "requestUri":"/"
159
+ },
160
+ "input":{"shape":"CreateWebACLRequest"},
161
+ "output":{"shape":"CreateWebACLResponse"},
162
+ "errors":[
163
+ {
164
+ "shape":"WAFStaleDataException",
165
+ "exception":true
166
+ },
167
+ {
168
+ "shape":"WAFInternalErrorException",
169
+ "exception":true,
170
+ "fault":true
171
+ },
172
+ {
173
+ "shape":"WAFInvalidAccountException",
174
+ "exception":true
175
+ },
176
+ {
177
+ "shape":"WAFDisallowedNameException",
178
+ "exception":true
179
+ },
180
+ {
181
+ "shape":"WAFInvalidParameterException",
182
+ "exception":true
183
+ },
184
+ {
185
+ "shape":"WAFLimitsExceededException",
186
+ "exception":true
187
+ }
188
+ ]
189
+ },
190
+ "DeleteByteMatchSet":{
191
+ "name":"DeleteByteMatchSet",
192
+ "http":{
193
+ "method":"POST",
194
+ "requestUri":"/"
195
+ },
196
+ "input":{"shape":"DeleteByteMatchSetRequest"},
197
+ "output":{"shape":"DeleteByteMatchSetResponse"},
198
+ "errors":[
199
+ {
200
+ "shape":"WAFInternalErrorException",
201
+ "exception":true,
202
+ "fault":true
203
+ },
204
+ {
205
+ "shape":"WAFInvalidAccountException",
206
+ "exception":true
207
+ },
208
+ {
209
+ "shape":"WAFNonexistentItemException",
210
+ "exception":true
211
+ },
212
+ {
213
+ "shape":"WAFReferencedItemException",
214
+ "exception":true
215
+ },
216
+ {
217
+ "shape":"WAFStaleDataException",
218
+ "exception":true
219
+ },
220
+ {
221
+ "shape":"WAFNonEmptyEntityException",
222
+ "exception":true
223
+ }
224
+ ]
225
+ },
226
+ "DeleteIPSet":{
227
+ "name":"DeleteIPSet",
228
+ "http":{
229
+ "method":"POST",
230
+ "requestUri":"/"
231
+ },
232
+ "input":{"shape":"DeleteIPSetRequest"},
233
+ "output":{"shape":"DeleteIPSetResponse"},
234
+ "errors":[
235
+ {
236
+ "shape":"WAFStaleDataException",
237
+ "exception":true
238
+ },
239
+ {
240
+ "shape":"WAFInternalErrorException",
241
+ "exception":true,
242
+ "fault":true
243
+ },
244
+ {
245
+ "shape":"WAFInvalidAccountException",
246
+ "exception":true
247
+ },
248
+ {
249
+ "shape":"WAFNonexistentItemException",
250
+ "exception":true
251
+ },
252
+ {
253
+ "shape":"WAFReferencedItemException",
254
+ "exception":true
255
+ },
256
+ {
257
+ "shape":"WAFNonEmptyEntityException",
258
+ "exception":true
259
+ }
260
+ ]
261
+ },
262
+ "DeleteRule":{
263
+ "name":"DeleteRule",
264
+ "http":{
265
+ "method":"POST",
266
+ "requestUri":"/"
267
+ },
268
+ "input":{"shape":"DeleteRuleRequest"},
269
+ "output":{"shape":"DeleteRuleResponse"},
270
+ "errors":[
271
+ {
272
+ "shape":"WAFStaleDataException",
273
+ "exception":true
274
+ },
275
+ {
276
+ "shape":"WAFInternalErrorException",
277
+ "exception":true,
278
+ "fault":true
279
+ },
280
+ {
281
+ "shape":"WAFInvalidAccountException",
282
+ "exception":true
283
+ },
284
+ {
285
+ "shape":"WAFNonexistentItemException",
286
+ "exception":true
287
+ },
288
+ {
289
+ "shape":"WAFReferencedItemException",
290
+ "exception":true
291
+ },
292
+ {
293
+ "shape":"WAFNonEmptyEntityException",
294
+ "exception":true
295
+ }
296
+ ]
297
+ },
298
+ "DeleteSqlInjectionMatchSet":{
299
+ "name":"DeleteSqlInjectionMatchSet",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"DeleteSqlInjectionMatchSetRequest"},
305
+ "output":{"shape":"DeleteSqlInjectionMatchSetResponse"},
306
+ "errors":[
307
+ {
308
+ "shape":"WAFInternalErrorException",
309
+ "exception":true,
310
+ "fault":true
311
+ },
312
+ {
313
+ "shape":"WAFInvalidAccountException",
314
+ "exception":true
315
+ },
316
+ {
317
+ "shape":"WAFNonexistentItemException",
318
+ "exception":true
319
+ },
320
+ {
321
+ "shape":"WAFReferencedItemException",
322
+ "exception":true
323
+ },
324
+ {
325
+ "shape":"WAFStaleDataException",
326
+ "exception":true
327
+ },
328
+ {
329
+ "shape":"WAFNonEmptyEntityException",
330
+ "exception":true
331
+ }
332
+ ]
333
+ },
334
+ "DeleteWebACL":{
335
+ "name":"DeleteWebACL",
336
+ "http":{
337
+ "method":"POST",
338
+ "requestUri":"/"
339
+ },
340
+ "input":{"shape":"DeleteWebACLRequest"},
341
+ "output":{"shape":"DeleteWebACLResponse"},
342
+ "errors":[
343
+ {
344
+ "shape":"WAFStaleDataException",
345
+ "exception":true
346
+ },
347
+ {
348
+ "shape":"WAFInternalErrorException",
349
+ "exception":true,
350
+ "fault":true
351
+ },
352
+ {
353
+ "shape":"WAFInvalidAccountException",
354
+ "exception":true
355
+ },
356
+ {
357
+ "shape":"WAFNonexistentItemException",
358
+ "exception":true
359
+ },
360
+ {
361
+ "shape":"WAFReferencedItemException",
362
+ "exception":true
363
+ },
364
+ {
365
+ "shape":"WAFNonEmptyEntityException",
366
+ "exception":true
367
+ }
368
+ ]
369
+ },
370
+ "GetByteMatchSet":{
371
+ "name":"GetByteMatchSet",
372
+ "http":{
373
+ "method":"POST",
374
+ "requestUri":"/"
375
+ },
376
+ "input":{"shape":"GetByteMatchSetRequest"},
377
+ "output":{"shape":"GetByteMatchSetResponse"},
378
+ "errors":[
379
+ {
380
+ "shape":"WAFInternalErrorException",
381
+ "exception":true,
382
+ "fault":true
383
+ },
384
+ {
385
+ "shape":"WAFInvalidAccountException",
386
+ "exception":true
387
+ },
388
+ {
389
+ "shape":"WAFNonexistentItemException",
390
+ "exception":true
391
+ }
392
+ ]
393
+ },
394
+ "GetChangeToken":{
395
+ "name":"GetChangeToken",
396
+ "http":{
397
+ "method":"POST",
398
+ "requestUri":"/"
399
+ },
400
+ "input":{"shape":"GetChangeTokenRequest"},
401
+ "output":{"shape":"GetChangeTokenResponse"},
402
+ "errors":[
403
+ {
404
+ "shape":"WAFInternalErrorException",
405
+ "exception":true,
406
+ "fault":true
407
+ }
408
+ ]
409
+ },
410
+ "GetChangeTokenStatus":{
411
+ "name":"GetChangeTokenStatus",
412
+ "http":{
413
+ "method":"POST",
414
+ "requestUri":"/"
415
+ },
416
+ "input":{"shape":"GetChangeTokenStatusRequest"},
417
+ "output":{"shape":"GetChangeTokenStatusResponse"},
418
+ "errors":[
419
+ {
420
+ "shape":"WAFNonexistentItemException",
421
+ "exception":true
422
+ },
423
+ {
424
+ "shape":"WAFInternalErrorException",
425
+ "exception":true,
426
+ "fault":true
427
+ }
428
+ ]
429
+ },
430
+ "GetIPSet":{
431
+ "name":"GetIPSet",
432
+ "http":{
433
+ "method":"POST",
434
+ "requestUri":"/"
435
+ },
436
+ "input":{"shape":"GetIPSetRequest"},
437
+ "output":{"shape":"GetIPSetResponse"},
438
+ "errors":[
439
+ {
440
+ "shape":"WAFInternalErrorException",
441
+ "exception":true,
442
+ "fault":true
443
+ },
444
+ {
445
+ "shape":"WAFInvalidAccountException",
446
+ "exception":true
447
+ },
448
+ {
449
+ "shape":"WAFNonexistentItemException",
450
+ "exception":true
451
+ }
452
+ ]
453
+ },
454
+ "GetRule":{
455
+ "name":"GetRule",
456
+ "http":{
457
+ "method":"POST",
458
+ "requestUri":"/"
459
+ },
460
+ "input":{"shape":"GetRuleRequest"},
461
+ "output":{"shape":"GetRuleResponse"},
462
+ "errors":[
463
+ {
464
+ "shape":"WAFInternalErrorException",
465
+ "exception":true,
466
+ "fault":true
467
+ },
468
+ {
469
+ "shape":"WAFInvalidAccountException",
470
+ "exception":true
471
+ },
472
+ {
473
+ "shape":"WAFNonexistentItemException",
474
+ "exception":true
475
+ }
476
+ ]
477
+ },
478
+ "GetSampledRequests":{
479
+ "name":"GetSampledRequests",
480
+ "http":{
481
+ "method":"POST",
482
+ "requestUri":"/"
483
+ },
484
+ "input":{"shape":"GetSampledRequestsRequest"},
485
+ "output":{"shape":"GetSampledRequestsResponse"},
486
+ "errors":[
487
+ {
488
+ "shape":"WAFNonexistentItemException",
489
+ "exception":true
490
+ }
491
+ ]
492
+ },
493
+ "GetSqlInjectionMatchSet":{
494
+ "name":"GetSqlInjectionMatchSet",
495
+ "http":{
496
+ "method":"POST",
497
+ "requestUri":"/"
498
+ },
499
+ "input":{"shape":"GetSqlInjectionMatchSetRequest"},
500
+ "output":{"shape":"GetSqlInjectionMatchSetResponse"},
501
+ "errors":[
502
+ {
503
+ "shape":"WAFInternalErrorException",
504
+ "exception":true,
505
+ "fault":true
506
+ },
507
+ {
508
+ "shape":"WAFInvalidAccountException",
509
+ "exception":true
510
+ },
511
+ {
512
+ "shape":"WAFNonexistentItemException",
513
+ "exception":true
514
+ }
515
+ ]
516
+ },
517
+ "GetWebACL":{
518
+ "name":"GetWebACL",
519
+ "http":{
520
+ "method":"POST",
521
+ "requestUri":"/"
522
+ },
523
+ "input":{"shape":"GetWebACLRequest"},
524
+ "output":{"shape":"GetWebACLResponse"},
525
+ "errors":[
526
+ {
527
+ "shape":"WAFInternalErrorException",
528
+ "exception":true,
529
+ "fault":true
530
+ },
531
+ {
532
+ "shape":"WAFInvalidAccountException",
533
+ "exception":true
534
+ },
535
+ {
536
+ "shape":"WAFNonexistentItemException",
537
+ "exception":true
538
+ }
539
+ ]
540
+ },
541
+ "ListByteMatchSets":{
542
+ "name":"ListByteMatchSets",
543
+ "http":{
544
+ "method":"POST",
545
+ "requestUri":"/"
546
+ },
547
+ "input":{"shape":"ListByteMatchSetsRequest"},
548
+ "output":{"shape":"ListByteMatchSetsResponse"},
549
+ "errors":[
550
+ {
551
+ "shape":"WAFInternalErrorException",
552
+ "exception":true,
553
+ "fault":true
554
+ },
555
+ {
556
+ "shape":"WAFInvalidAccountException",
557
+ "exception":true
558
+ }
559
+ ]
560
+ },
561
+ "ListIPSets":{
562
+ "name":"ListIPSets",
563
+ "http":{
564
+ "method":"POST",
565
+ "requestUri":"/"
566
+ },
567
+ "input":{"shape":"ListIPSetsRequest"},
568
+ "output":{"shape":"ListIPSetsResponse"},
569
+ "errors":[
570
+ {
571
+ "shape":"WAFInternalErrorException",
572
+ "exception":true,
573
+ "fault":true
574
+ },
575
+ {
576
+ "shape":"WAFInvalidAccountException",
577
+ "exception":true
578
+ }
579
+ ]
580
+ },
581
+ "ListRules":{
582
+ "name":"ListRules",
583
+ "http":{
584
+ "method":"POST",
585
+ "requestUri":"/"
586
+ },
587
+ "input":{"shape":"ListRulesRequest"},
588
+ "output":{"shape":"ListRulesResponse"},
589
+ "errors":[
590
+ {
591
+ "shape":"WAFInternalErrorException",
592
+ "exception":true,
593
+ "fault":true
594
+ },
595
+ {
596
+ "shape":"WAFInvalidAccountException",
597
+ "exception":true
598
+ }
599
+ ]
600
+ },
601
+ "ListSqlInjectionMatchSets":{
602
+ "name":"ListSqlInjectionMatchSets",
603
+ "http":{
604
+ "method":"POST",
605
+ "requestUri":"/"
606
+ },
607
+ "input":{"shape":"ListSqlInjectionMatchSetsRequest"},
608
+ "output":{"shape":"ListSqlInjectionMatchSetsResponse"},
609
+ "errors":[
610
+ {
611
+ "shape":"WAFInternalErrorException",
612
+ "exception":true,
613
+ "fault":true
614
+ },
615
+ {
616
+ "shape":"WAFInvalidAccountException",
617
+ "exception":true
618
+ }
619
+ ]
620
+ },
621
+ "ListWebACLs":{
622
+ "name":"ListWebACLs",
623
+ "http":{
624
+ "method":"POST",
625
+ "requestUri":"/"
626
+ },
627
+ "input":{"shape":"ListWebACLsRequest"},
628
+ "output":{"shape":"ListWebACLsResponse"},
629
+ "errors":[
630
+ {
631
+ "shape":"WAFInternalErrorException",
632
+ "exception":true,
633
+ "fault":true
634
+ },
635
+ {
636
+ "shape":"WAFInvalidAccountException",
637
+ "exception":true
638
+ }
639
+ ]
640
+ },
641
+ "UpdateByteMatchSet":{
642
+ "name":"UpdateByteMatchSet",
643
+ "http":{
644
+ "method":"POST",
645
+ "requestUri":"/"
646
+ },
647
+ "input":{"shape":"UpdateByteMatchSetRequest"},
648
+ "output":{"shape":"UpdateByteMatchSetResponse"},
649
+ "errors":[
650
+ {
651
+ "shape":"WAFInternalErrorException",
652
+ "exception":true,
653
+ "fault":true
654
+ },
655
+ {
656
+ "shape":"WAFInvalidAccountException",
657
+ "exception":true
658
+ },
659
+ {
660
+ "shape":"WAFInvalidOperationException",
661
+ "exception":true
662
+ },
663
+ {
664
+ "shape":"WAFInvalidParameterException",
665
+ "exception":true
666
+ },
667
+ {
668
+ "shape":"WAFNonexistentContainerException",
669
+ "exception":true
670
+ },
671
+ {
672
+ "shape":"WAFNonexistentItemException",
673
+ "exception":true
674
+ },
675
+ {
676
+ "shape":"WAFStaleDataException",
677
+ "exception":true
678
+ },
679
+ {
680
+ "shape":"WAFLimitsExceededException",
681
+ "exception":true
682
+ }
683
+ ]
684
+ },
685
+ "UpdateIPSet":{
686
+ "name":"UpdateIPSet",
687
+ "http":{
688
+ "method":"POST",
689
+ "requestUri":"/"
690
+ },
691
+ "input":{"shape":"UpdateIPSetRequest"},
692
+ "output":{"shape":"UpdateIPSetResponse"},
693
+ "errors":[
694
+ {
695
+ "shape":"WAFStaleDataException",
696
+ "exception":true
697
+ },
698
+ {
699
+ "shape":"WAFInternalErrorException",
700
+ "exception":true,
701
+ "fault":true
702
+ },
703
+ {
704
+ "shape":"WAFInvalidAccountException",
705
+ "exception":true
706
+ },
707
+ {
708
+ "shape":"WAFInvalidOperationException",
709
+ "exception":true
710
+ },
711
+ {
712
+ "shape":"WAFInvalidParameterException",
713
+ "exception":true
714
+ },
715
+ {
716
+ "shape":"WAFNonexistentContainerException",
717
+ "exception":true
718
+ },
719
+ {
720
+ "shape":"WAFNonexistentItemException",
721
+ "exception":true
722
+ },
723
+ {
724
+ "shape":"WAFReferencedItemException",
725
+ "exception":true
726
+ },
727
+ {
728
+ "shape":"WAFLimitsExceededException",
729
+ "exception":true
730
+ }
731
+ ]
732
+ },
733
+ "UpdateRule":{
734
+ "name":"UpdateRule",
735
+ "http":{
736
+ "method":"POST",
737
+ "requestUri":"/"
738
+ },
739
+ "input":{"shape":"UpdateRuleRequest"},
740
+ "output":{"shape":"UpdateRuleResponse"},
741
+ "errors":[
742
+ {
743
+ "shape":"WAFStaleDataException",
744
+ "exception":true
745
+ },
746
+ {
747
+ "shape":"WAFInternalErrorException",
748
+ "exception":true,
749
+ "fault":true
750
+ },
751
+ {
752
+ "shape":"WAFInvalidAccountException",
753
+ "exception":true
754
+ },
755
+ {
756
+ "shape":"WAFInvalidOperationException",
757
+ "exception":true
758
+ },
759
+ {
760
+ "shape":"WAFInvalidParameterException",
761
+ "exception":true
762
+ },
763
+ {
764
+ "shape":"WAFNonexistentContainerException",
765
+ "exception":true
766
+ },
767
+ {
768
+ "shape":"WAFNonexistentItemException",
769
+ "exception":true
770
+ },
771
+ {
772
+ "shape":"WAFReferencedItemException",
773
+ "exception":true
774
+ },
775
+ {
776
+ "shape":"WAFLimitsExceededException",
777
+ "exception":true
778
+ }
779
+ ]
780
+ },
781
+ "UpdateSqlInjectionMatchSet":{
782
+ "name":"UpdateSqlInjectionMatchSet",
783
+ "http":{
784
+ "method":"POST",
785
+ "requestUri":"/"
786
+ },
787
+ "input":{"shape":"UpdateSqlInjectionMatchSetRequest"},
788
+ "output":{"shape":"UpdateSqlInjectionMatchSetResponse"},
789
+ "errors":[
790
+ {
791
+ "shape":"WAFInternalErrorException",
792
+ "exception":true,
793
+ "fault":true
794
+ },
795
+ {
796
+ "shape":"WAFInvalidAccountException",
797
+ "exception":true
798
+ },
799
+ {
800
+ "shape":"WAFInvalidOperationException",
801
+ "exception":true
802
+ },
803
+ {
804
+ "shape":"WAFInvalidParameterException",
805
+ "exception":true
806
+ },
807
+ {
808
+ "shape":"WAFNonexistentContainerException",
809
+ "exception":true
810
+ },
811
+ {
812
+ "shape":"WAFNonexistentItemException",
813
+ "exception":true
814
+ },
815
+ {
816
+ "shape":"WAFStaleDataException",
817
+ "exception":true
818
+ },
819
+ {
820
+ "shape":"WAFLimitsExceededException",
821
+ "exception":true
822
+ }
823
+ ]
824
+ },
825
+ "UpdateWebACL":{
826
+ "name":"UpdateWebACL",
827
+ "http":{
828
+ "method":"POST",
829
+ "requestUri":"/"
830
+ },
831
+ "input":{"shape":"UpdateWebACLRequest"},
832
+ "output":{"shape":"UpdateWebACLResponse"},
833
+ "errors":[
834
+ {
835
+ "shape":"WAFStaleDataException",
836
+ "exception":true
837
+ },
838
+ {
839
+ "shape":"WAFInternalErrorException",
840
+ "exception":true,
841
+ "fault":true
842
+ },
843
+ {
844
+ "shape":"WAFInvalidAccountException",
845
+ "exception":true
846
+ },
847
+ {
848
+ "shape":"WAFInvalidOperationException",
849
+ "exception":true
850
+ },
851
+ {
852
+ "shape":"WAFInvalidParameterException",
853
+ "exception":true
854
+ },
855
+ {
856
+ "shape":"WAFNonexistentContainerException",
857
+ "exception":true
858
+ },
859
+ {
860
+ "shape":"WAFNonexistentItemException",
861
+ "exception":true
862
+ },
863
+ {
864
+ "shape":"WAFReferencedItemException",
865
+ "exception":true
866
+ },
867
+ {
868
+ "shape":"WAFLimitsExceededException",
869
+ "exception":true
870
+ }
871
+ ]
872
+ }
873
+ },
874
+ "shapes":{
875
+ "Action":{"type":"string"},
876
+ "ActivatedRule":{
877
+ "type":"structure",
878
+ "required":[
879
+ "Priority",
880
+ "RuleId",
881
+ "Action"
882
+ ],
883
+ "members":{
884
+ "Priority":{"shape":"RulePriority"},
885
+ "RuleId":{"shape":"ResourceId"},
886
+ "Action":{"shape":"WafAction"}
887
+ }
888
+ },
889
+ "ActivatedRules":{
890
+ "type":"list",
891
+ "member":{"shape":"ActivatedRule"}
892
+ },
893
+ "ByteMatchSet":{
894
+ "type":"structure",
895
+ "required":[
896
+ "ByteMatchSetId",
897
+ "ByteMatchTuples"
898
+ ],
899
+ "members":{
900
+ "ByteMatchSetId":{"shape":"ResourceId"},
901
+ "Name":{"shape":"ResourceName"},
902
+ "ByteMatchTuples":{"shape":"ByteMatchTuples"}
903
+ }
904
+ },
905
+ "ByteMatchSetSummaries":{
906
+ "type":"list",
907
+ "member":{"shape":"ByteMatchSetSummary"}
908
+ },
909
+ "ByteMatchSetSummary":{
910
+ "type":"structure",
911
+ "required":[
912
+ "ByteMatchSetId",
913
+ "Name"
914
+ ],
915
+ "members":{
916
+ "ByteMatchSetId":{"shape":"ResourceId"},
917
+ "Name":{"shape":"ResourceName"}
918
+ }
919
+ },
920
+ "ByteMatchSetUpdate":{
921
+ "type":"structure",
922
+ "required":[
923
+ "Action",
924
+ "ByteMatchTuple"
925
+ ],
926
+ "members":{
927
+ "Action":{"shape":"ChangeAction"},
928
+ "ByteMatchTuple":{"shape":"ByteMatchTuple"}
929
+ }
930
+ },
931
+ "ByteMatchSetUpdates":{
932
+ "type":"list",
933
+ "member":{"shape":"ByteMatchSetUpdate"}
934
+ },
935
+ "ByteMatchTargetString":{"type":"blob"},
936
+ "ByteMatchTuple":{
937
+ "type":"structure",
938
+ "required":[
939
+ "FieldToMatch",
940
+ "TargetString",
941
+ "TextTransformation",
942
+ "PositionalConstraint"
943
+ ],
944
+ "members":{
945
+ "FieldToMatch":{"shape":"FieldToMatch"},
946
+ "TargetString":{"shape":"ByteMatchTargetString"},
947
+ "TextTransformation":{"shape":"TextTransformation"},
948
+ "PositionalConstraint":{"shape":"PositionalConstraint"}
949
+ }
950
+ },
951
+ "ByteMatchTuples":{
952
+ "type":"list",
953
+ "member":{"shape":"ByteMatchTuple"}
954
+ },
955
+ "ChangeAction":{
956
+ "type":"string",
957
+ "enum":[
958
+ "INSERT",
959
+ "DELETE"
960
+ ]
961
+ },
962
+ "ChangeToken":{"type":"string"},
963
+ "ChangeTokenStatus":{
964
+ "type":"string",
965
+ "enum":[
966
+ "PROVISIONED",
967
+ "PENDING",
968
+ "INSYNC"
969
+ ]
970
+ },
971
+ "Country":{"type":"string"},
972
+ "CreateByteMatchSetRequest":{
973
+ "type":"structure",
974
+ "required":[
975
+ "Name",
976
+ "ChangeToken"
977
+ ],
978
+ "members":{
979
+ "Name":{"shape":"ResourceName"},
980
+ "ChangeToken":{"shape":"ChangeToken"}
981
+ }
982
+ },
983
+ "CreateByteMatchSetResponse":{
984
+ "type":"structure",
985
+ "members":{
986
+ "ByteMatchSet":{"shape":"ByteMatchSet"},
987
+ "ChangeToken":{"shape":"ChangeToken"}
988
+ }
989
+ },
990
+ "CreateIPSetRequest":{
991
+ "type":"structure",
992
+ "required":[
993
+ "Name",
994
+ "ChangeToken"
995
+ ],
996
+ "members":{
997
+ "Name":{"shape":"ResourceName"},
998
+ "ChangeToken":{"shape":"ChangeToken"}
999
+ }
1000
+ },
1001
+ "CreateIPSetResponse":{
1002
+ "type":"structure",
1003
+ "members":{
1004
+ "IPSet":{"shape":"IPSet"},
1005
+ "ChangeToken":{"shape":"ChangeToken"}
1006
+ }
1007
+ },
1008
+ "CreateRuleRequest":{
1009
+ "type":"structure",
1010
+ "required":[
1011
+ "Name",
1012
+ "MetricName",
1013
+ "ChangeToken"
1014
+ ],
1015
+ "members":{
1016
+ "Name":{"shape":"ResourceName"},
1017
+ "MetricName":{"shape":"MetricName"},
1018
+ "ChangeToken":{"shape":"ChangeToken"}
1019
+ }
1020
+ },
1021
+ "CreateRuleResponse":{
1022
+ "type":"structure",
1023
+ "members":{
1024
+ "Rule":{"shape":"Rule"},
1025
+ "ChangeToken":{"shape":"ChangeToken"}
1026
+ }
1027
+ },
1028
+ "CreateSqlInjectionMatchSetRequest":{
1029
+ "type":"structure",
1030
+ "required":[
1031
+ "Name",
1032
+ "ChangeToken"
1033
+ ],
1034
+ "members":{
1035
+ "Name":{"shape":"ResourceName"},
1036
+ "ChangeToken":{"shape":"ChangeToken"}
1037
+ }
1038
+ },
1039
+ "CreateSqlInjectionMatchSetResponse":{
1040
+ "type":"structure",
1041
+ "members":{
1042
+ "SqlInjectionMatchSet":{"shape":"SqlInjectionMatchSet"},
1043
+ "ChangeToken":{"shape":"ChangeToken"}
1044
+ }
1045
+ },
1046
+ "CreateWebACLRequest":{
1047
+ "type":"structure",
1048
+ "required":[
1049
+ "Name",
1050
+ "MetricName",
1051
+ "DefaultAction",
1052
+ "ChangeToken"
1053
+ ],
1054
+ "members":{
1055
+ "Name":{"shape":"ResourceName"},
1056
+ "MetricName":{"shape":"MetricName"},
1057
+ "DefaultAction":{"shape":"WafAction"},
1058
+ "ChangeToken":{"shape":"ChangeToken"}
1059
+ }
1060
+ },
1061
+ "CreateWebACLResponse":{
1062
+ "type":"structure",
1063
+ "members":{
1064
+ "WebACL":{"shape":"WebACL"},
1065
+ "ChangeToken":{"shape":"ChangeToken"}
1066
+ }
1067
+ },
1068
+ "DeleteByteMatchSetRequest":{
1069
+ "type":"structure",
1070
+ "required":[
1071
+ "ByteMatchSetId",
1072
+ "ChangeToken"
1073
+ ],
1074
+ "members":{
1075
+ "ByteMatchSetId":{"shape":"ResourceId"},
1076
+ "ChangeToken":{"shape":"ChangeToken"}
1077
+ }
1078
+ },
1079
+ "DeleteByteMatchSetResponse":{
1080
+ "type":"structure",
1081
+ "members":{
1082
+ "ChangeToken":{"shape":"ChangeToken"}
1083
+ }
1084
+ },
1085
+ "DeleteIPSetRequest":{
1086
+ "type":"structure",
1087
+ "required":[
1088
+ "IPSetId",
1089
+ "ChangeToken"
1090
+ ],
1091
+ "members":{
1092
+ "IPSetId":{"shape":"ResourceId"},
1093
+ "ChangeToken":{"shape":"ChangeToken"}
1094
+ }
1095
+ },
1096
+ "DeleteIPSetResponse":{
1097
+ "type":"structure",
1098
+ "members":{
1099
+ "ChangeToken":{"shape":"ChangeToken"}
1100
+ }
1101
+ },
1102
+ "DeleteRuleRequest":{
1103
+ "type":"structure",
1104
+ "required":[
1105
+ "RuleId",
1106
+ "ChangeToken"
1107
+ ],
1108
+ "members":{
1109
+ "RuleId":{"shape":"ResourceId"},
1110
+ "ChangeToken":{"shape":"ChangeToken"}
1111
+ }
1112
+ },
1113
+ "DeleteRuleResponse":{
1114
+ "type":"structure",
1115
+ "members":{
1116
+ "ChangeToken":{"shape":"ChangeToken"}
1117
+ }
1118
+ },
1119
+ "DeleteSqlInjectionMatchSetRequest":{
1120
+ "type":"structure",
1121
+ "required":[
1122
+ "SqlInjectionMatchSetId",
1123
+ "ChangeToken"
1124
+ ],
1125
+ "members":{
1126
+ "SqlInjectionMatchSetId":{"shape":"ResourceId"},
1127
+ "ChangeToken":{"shape":"ChangeToken"}
1128
+ }
1129
+ },
1130
+ "DeleteSqlInjectionMatchSetResponse":{
1131
+ "type":"structure",
1132
+ "members":{
1133
+ "ChangeToken":{"shape":"ChangeToken"}
1134
+ }
1135
+ },
1136
+ "DeleteWebACLRequest":{
1137
+ "type":"structure",
1138
+ "required":[
1139
+ "WebACLId",
1140
+ "ChangeToken"
1141
+ ],
1142
+ "members":{
1143
+ "WebACLId":{"shape":"ResourceId"},
1144
+ "ChangeToken":{"shape":"ChangeToken"}
1145
+ }
1146
+ },
1147
+ "DeleteWebACLResponse":{
1148
+ "type":"structure",
1149
+ "members":{
1150
+ "ChangeToken":{"shape":"ChangeToken"}
1151
+ }
1152
+ },
1153
+ "FieldToMatch":{
1154
+ "type":"structure",
1155
+ "required":["Type"],
1156
+ "members":{
1157
+ "Type":{"shape":"MatchFieldType"},
1158
+ "Data":{"shape":"MatchFieldData"}
1159
+ }
1160
+ },
1161
+ "GetByteMatchSetRequest":{
1162
+ "type":"structure",
1163
+ "required":["ByteMatchSetId"],
1164
+ "members":{
1165
+ "ByteMatchSetId":{"shape":"ResourceId"}
1166
+ }
1167
+ },
1168
+ "GetByteMatchSetResponse":{
1169
+ "type":"structure",
1170
+ "members":{
1171
+ "ByteMatchSet":{"shape":"ByteMatchSet"}
1172
+ }
1173
+ },
1174
+ "GetChangeTokenRequest":{
1175
+ "type":"structure",
1176
+ "members":{
1177
+ }
1178
+ },
1179
+ "GetChangeTokenResponse":{
1180
+ "type":"structure",
1181
+ "members":{
1182
+ "ChangeToken":{"shape":"ChangeToken"}
1183
+ }
1184
+ },
1185
+ "GetChangeTokenStatusRequest":{
1186
+ "type":"structure",
1187
+ "required":["ChangeToken"],
1188
+ "members":{
1189
+ "ChangeToken":{"shape":"ChangeToken"}
1190
+ }
1191
+ },
1192
+ "GetChangeTokenStatusResponse":{
1193
+ "type":"structure",
1194
+ "members":{
1195
+ "ChangeTokenStatus":{"shape":"ChangeTokenStatus"}
1196
+ }
1197
+ },
1198
+ "GetIPSetRequest":{
1199
+ "type":"structure",
1200
+ "required":["IPSetId"],
1201
+ "members":{
1202
+ "IPSetId":{"shape":"ResourceId"}
1203
+ }
1204
+ },
1205
+ "GetIPSetResponse":{
1206
+ "type":"structure",
1207
+ "members":{
1208
+ "IPSet":{"shape":"IPSet"}
1209
+ }
1210
+ },
1211
+ "GetRuleRequest":{
1212
+ "type":"structure",
1213
+ "required":["RuleId"],
1214
+ "members":{
1215
+ "RuleId":{"shape":"ResourceId"}
1216
+ }
1217
+ },
1218
+ "GetRuleResponse":{
1219
+ "type":"structure",
1220
+ "members":{
1221
+ "Rule":{"shape":"Rule"}
1222
+ }
1223
+ },
1224
+ "GetSampledRequestsRequest":{
1225
+ "type":"structure",
1226
+ "required":[
1227
+ "WebAclId",
1228
+ "RuleId",
1229
+ "TimeWindow",
1230
+ "MaxItems"
1231
+ ],
1232
+ "members":{
1233
+ "WebAclId":{"shape":"ResourceId"},
1234
+ "RuleId":{"shape":"ResourceId"},
1235
+ "TimeWindow":{"shape":"TimeWindow"},
1236
+ "MaxItems":{"shape":"ListMaxItems"}
1237
+ }
1238
+ },
1239
+ "GetSampledRequestsResponse":{
1240
+ "type":"structure",
1241
+ "members":{
1242
+ "SampledRequests":{"shape":"SampledHTTPRequests"},
1243
+ "PopulationSize":{"shape":"PopulationSize"},
1244
+ "TimeWindow":{"shape":"TimeWindow"}
1245
+ }
1246
+ },
1247
+ "GetSqlInjectionMatchSetRequest":{
1248
+ "type":"structure",
1249
+ "required":["SqlInjectionMatchSetId"],
1250
+ "members":{
1251
+ "SqlInjectionMatchSetId":{"shape":"ResourceId"}
1252
+ }
1253
+ },
1254
+ "GetSqlInjectionMatchSetResponse":{
1255
+ "type":"structure",
1256
+ "members":{
1257
+ "SqlInjectionMatchSet":{"shape":"SqlInjectionMatchSet"}
1258
+ }
1259
+ },
1260
+ "GetWebACLRequest":{
1261
+ "type":"structure",
1262
+ "required":["WebACLId"],
1263
+ "members":{
1264
+ "WebACLId":{"shape":"ResourceId"}
1265
+ }
1266
+ },
1267
+ "GetWebACLResponse":{
1268
+ "type":"structure",
1269
+ "members":{
1270
+ "WebACL":{"shape":"WebACL"}
1271
+ }
1272
+ },
1273
+ "HTTPHeader":{
1274
+ "type":"structure",
1275
+ "members":{
1276
+ "Name":{"shape":"HeaderName"},
1277
+ "Value":{"shape":"HeaderValue"}
1278
+ }
1279
+ },
1280
+ "HTTPHeaders":{
1281
+ "type":"list",
1282
+ "member":{"shape":"HTTPHeader"}
1283
+ },
1284
+ "HTTPMethod":{"type":"string"},
1285
+ "HTTPRequest":{
1286
+ "type":"structure",
1287
+ "members":{
1288
+ "ClientIP":{"shape":"IPString"},
1289
+ "Country":{"shape":"Country"},
1290
+ "URI":{"shape":"URIString"},
1291
+ "Method":{"shape":"HTTPMethod"},
1292
+ "HTTPVersion":{"shape":"HTTPVersion"},
1293
+ "Headers":{"shape":"HTTPHeaders"}
1294
+ }
1295
+ },
1296
+ "HTTPVersion":{"type":"string"},
1297
+ "HeaderName":{"type":"string"},
1298
+ "HeaderValue":{"type":"string"},
1299
+ "IPSet":{
1300
+ "type":"structure",
1301
+ "required":[
1302
+ "IPSetId",
1303
+ "IPSetDescriptors"
1304
+ ],
1305
+ "members":{
1306
+ "IPSetId":{"shape":"ResourceId"},
1307
+ "Name":{"shape":"ResourceName"},
1308
+ "IPSetDescriptors":{"shape":"IPSetDescriptors"}
1309
+ }
1310
+ },
1311
+ "IPSetDescriptor":{
1312
+ "type":"structure",
1313
+ "required":[
1314
+ "Type",
1315
+ "Value"
1316
+ ],
1317
+ "members":{
1318
+ "Type":{"shape":"IPSetDescriptorType"},
1319
+ "Value":{"shape":"IPSetDescriptorValue"}
1320
+ }
1321
+ },
1322
+ "IPSetDescriptorType":{
1323
+ "type":"string",
1324
+ "enum":["IPV4"]
1325
+ },
1326
+ "IPSetDescriptorValue":{"type":"string"},
1327
+ "IPSetDescriptors":{
1328
+ "type":"list",
1329
+ "member":{"shape":"IPSetDescriptor"}
1330
+ },
1331
+ "IPSetSummaries":{
1332
+ "type":"list",
1333
+ "member":{"shape":"IPSetSummary"}
1334
+ },
1335
+ "IPSetSummary":{
1336
+ "type":"structure",
1337
+ "required":[
1338
+ "IPSetId",
1339
+ "Name"
1340
+ ],
1341
+ "members":{
1342
+ "IPSetId":{"shape":"ResourceId"},
1343
+ "Name":{"shape":"ResourceName"}
1344
+ }
1345
+ },
1346
+ "IPSetUpdate":{
1347
+ "type":"structure",
1348
+ "required":[
1349
+ "Action",
1350
+ "IPSetDescriptor"
1351
+ ],
1352
+ "members":{
1353
+ "Action":{"shape":"ChangeAction"},
1354
+ "IPSetDescriptor":{"shape":"IPSetDescriptor"}
1355
+ }
1356
+ },
1357
+ "IPSetUpdates":{
1358
+ "type":"list",
1359
+ "member":{"shape":"IPSetUpdate"}
1360
+ },
1361
+ "IPString":{"type":"string"},
1362
+ "ListByteMatchSetsRequest":{
1363
+ "type":"structure",
1364
+ "required":["Limit"],
1365
+ "members":{
1366
+ "NextMarker":{"shape":"NextMarker"},
1367
+ "Limit":{"shape":"PaginationLimit"}
1368
+ }
1369
+ },
1370
+ "ListByteMatchSetsResponse":{
1371
+ "type":"structure",
1372
+ "members":{
1373
+ "NextMarker":{"shape":"NextMarker"},
1374
+ "ByteMatchSets":{"shape":"ByteMatchSetSummaries"}
1375
+ }
1376
+ },
1377
+ "ListIPSetsRequest":{
1378
+ "type":"structure",
1379
+ "required":["Limit"],
1380
+ "members":{
1381
+ "NextMarker":{"shape":"NextMarker"},
1382
+ "Limit":{"shape":"PaginationLimit"}
1383
+ }
1384
+ },
1385
+ "ListIPSetsResponse":{
1386
+ "type":"structure",
1387
+ "members":{
1388
+ "NextMarker":{"shape":"NextMarker"},
1389
+ "IPSets":{"shape":"IPSetSummaries"}
1390
+ }
1391
+ },
1392
+ "ListMaxItems":{
1393
+ "type":"long",
1394
+ "min":1,
1395
+ "max":100
1396
+ },
1397
+ "ListRulesRequest":{
1398
+ "type":"structure",
1399
+ "required":["Limit"],
1400
+ "members":{
1401
+ "NextMarker":{"shape":"NextMarker"},
1402
+ "Limit":{"shape":"PaginationLimit"}
1403
+ }
1404
+ },
1405
+ "ListRulesResponse":{
1406
+ "type":"structure",
1407
+ "members":{
1408
+ "NextMarker":{"shape":"NextMarker"},
1409
+ "Rules":{"shape":"RuleSummaries"}
1410
+ }
1411
+ },
1412
+ "ListSqlInjectionMatchSetsRequest":{
1413
+ "type":"structure",
1414
+ "required":["Limit"],
1415
+ "members":{
1416
+ "NextMarker":{"shape":"NextMarker"},
1417
+ "Limit":{"shape":"PaginationLimit"}
1418
+ }
1419
+ },
1420
+ "ListSqlInjectionMatchSetsResponse":{
1421
+ "type":"structure",
1422
+ "members":{
1423
+ "NextMarker":{"shape":"NextMarker"},
1424
+ "SqlInjectionMatchSets":{"shape":"SqlInjectionMatchSetSummaries"}
1425
+ }
1426
+ },
1427
+ "ListWebACLsRequest":{
1428
+ "type":"structure",
1429
+ "required":["Limit"],
1430
+ "members":{
1431
+ "NextMarker":{"shape":"NextMarker"},
1432
+ "Limit":{"shape":"PaginationLimit"}
1433
+ }
1434
+ },
1435
+ "ListWebACLsResponse":{
1436
+ "type":"structure",
1437
+ "members":{
1438
+ "NextMarker":{"shape":"NextMarker"},
1439
+ "WebACLs":{"shape":"WebACLSummaries"}
1440
+ }
1441
+ },
1442
+ "MatchFieldData":{"type":"string"},
1443
+ "MatchFieldType":{
1444
+ "type":"string",
1445
+ "enum":[
1446
+ "URI",
1447
+ "QUERY_STRING",
1448
+ "HEADER",
1449
+ "METHOD"
1450
+ ]
1451
+ },
1452
+ "MetricName":{"type":"string"},
1453
+ "Negated":{"type":"boolean"},
1454
+ "NextMarker":{
1455
+ "type":"string",
1456
+ "min":1
1457
+ },
1458
+ "PaginationLimit":{
1459
+ "type":"integer",
1460
+ "min":1,
1461
+ "max":100
1462
+ },
1463
+ "ParameterExceptionField":{
1464
+ "type":"string",
1465
+ "enum":[
1466
+ "CHANGE_ACTION",
1467
+ "WAF_ACTION",
1468
+ "PREDICATE_TYPE",
1469
+ "IPSET_TYPE",
1470
+ "BYTE_MATCH_FIELD_TYPE",
1471
+ "SQL_INJECTION_MATCH_FIELD_TYPE",
1472
+ "BYTE_MATCH_TEXT_TRANSFORMATION",
1473
+ "BYTE_MATCH_POSITIONAL_CONSTRAINT"
1474
+ ]
1475
+ },
1476
+ "ParameterExceptionParameter":{
1477
+ "type":"string",
1478
+ "min":1
1479
+ },
1480
+ "PopulationSize":{"type":"long"},
1481
+ "PositionalConstraint":{
1482
+ "type":"string",
1483
+ "enum":[
1484
+ "EXACTLY",
1485
+ "STARTS_WITH",
1486
+ "ENDS_WITH",
1487
+ "CONTAINS",
1488
+ "CONTAINS_WORD"
1489
+ ]
1490
+ },
1491
+ "Predicate":{
1492
+ "type":"structure",
1493
+ "required":[
1494
+ "Negated",
1495
+ "Type",
1496
+ "DataId"
1497
+ ],
1498
+ "members":{
1499
+ "Negated":{"shape":"Negated"},
1500
+ "Type":{"shape":"PredicateType"},
1501
+ "DataId":{"shape":"PredicateDataId"}
1502
+ }
1503
+ },
1504
+ "PredicateDataId":{"type":"string"},
1505
+ "PredicateType":{
1506
+ "type":"string",
1507
+ "enum":[
1508
+ "IPMatch",
1509
+ "ByteMatch",
1510
+ "SqlInjectionMatch"
1511
+ ]
1512
+ },
1513
+ "Predicates":{
1514
+ "type":"list",
1515
+ "member":{"shape":"Predicate"}
1516
+ },
1517
+ "ResourceId":{
1518
+ "type":"string",
1519
+ "min":1,
1520
+ "max":128
1521
+ },
1522
+ "ResourceName":{
1523
+ "type":"string",
1524
+ "min":1,
1525
+ "max":128
1526
+ },
1527
+ "Rule":{
1528
+ "type":"structure",
1529
+ "required":[
1530
+ "RuleId",
1531
+ "Predicates"
1532
+ ],
1533
+ "members":{
1534
+ "RuleId":{"shape":"ResourceId"},
1535
+ "Name":{"shape":"ResourceName"},
1536
+ "MetricName":{"shape":"MetricName"},
1537
+ "Predicates":{"shape":"Predicates"}
1538
+ }
1539
+ },
1540
+ "RulePriority":{"type":"integer"},
1541
+ "RuleSummaries":{
1542
+ "type":"list",
1543
+ "member":{"shape":"RuleSummary"}
1544
+ },
1545
+ "RuleSummary":{
1546
+ "type":"structure",
1547
+ "required":[
1548
+ "RuleId",
1549
+ "Name"
1550
+ ],
1551
+ "members":{
1552
+ "RuleId":{"shape":"ResourceId"},
1553
+ "Name":{"shape":"ResourceName"}
1554
+ }
1555
+ },
1556
+ "RuleUpdate":{
1557
+ "type":"structure",
1558
+ "required":[
1559
+ "Action",
1560
+ "Predicate"
1561
+ ],
1562
+ "members":{
1563
+ "Action":{"shape":"ChangeAction"},
1564
+ "Predicate":{"shape":"Predicate"}
1565
+ }
1566
+ },
1567
+ "RuleUpdates":{
1568
+ "type":"list",
1569
+ "member":{"shape":"RuleUpdate"}
1570
+ },
1571
+ "SampleWeight":{
1572
+ "type":"long",
1573
+ "min":0
1574
+ },
1575
+ "SampledHTTPRequest":{
1576
+ "type":"structure",
1577
+ "required":[
1578
+ "Request",
1579
+ "Weight"
1580
+ ],
1581
+ "members":{
1582
+ "Request":{"shape":"HTTPRequest"},
1583
+ "Weight":{"shape":"SampleWeight"},
1584
+ "Timestamp":{"shape":"Timestamp"},
1585
+ "Action":{"shape":"Action"}
1586
+ }
1587
+ },
1588
+ "SampledHTTPRequests":{
1589
+ "type":"list",
1590
+ "member":{"shape":"SampledHTTPRequest"}
1591
+ },
1592
+ "SqlInjectionMatchSet":{
1593
+ "type":"structure",
1594
+ "required":[
1595
+ "SqlInjectionMatchSetId",
1596
+ "SqlInjectionMatchTuples"
1597
+ ],
1598
+ "members":{
1599
+ "SqlInjectionMatchSetId":{"shape":"ResourceId"},
1600
+ "Name":{"shape":"ResourceName"},
1601
+ "SqlInjectionMatchTuples":{"shape":"SqlInjectionMatchTuples"}
1602
+ }
1603
+ },
1604
+ "SqlInjectionMatchSetSummaries":{
1605
+ "type":"list",
1606
+ "member":{"shape":"SqlInjectionMatchSetSummary"}
1607
+ },
1608
+ "SqlInjectionMatchSetSummary":{
1609
+ "type":"structure",
1610
+ "required":[
1611
+ "SqlInjectionMatchSetId",
1612
+ "Name"
1613
+ ],
1614
+ "members":{
1615
+ "SqlInjectionMatchSetId":{"shape":"ResourceId"},
1616
+ "Name":{"shape":"ResourceName"}
1617
+ }
1618
+ },
1619
+ "SqlInjectionMatchSetUpdate":{
1620
+ "type":"structure",
1621
+ "required":[
1622
+ "Action",
1623
+ "SqlInjectionMatchTuple"
1624
+ ],
1625
+ "members":{
1626
+ "Action":{"shape":"ChangeAction"},
1627
+ "SqlInjectionMatchTuple":{"shape":"SqlInjectionMatchTuple"}
1628
+ }
1629
+ },
1630
+ "SqlInjectionMatchSetUpdates":{
1631
+ "type":"list",
1632
+ "member":{"shape":"SqlInjectionMatchSetUpdate"}
1633
+ },
1634
+ "SqlInjectionMatchTuple":{
1635
+ "type":"structure",
1636
+ "required":[
1637
+ "FieldToMatch",
1638
+ "TextTransformation"
1639
+ ],
1640
+ "members":{
1641
+ "FieldToMatch":{"shape":"FieldToMatch"},
1642
+ "TextTransformation":{"shape":"TextTransformation"}
1643
+ }
1644
+ },
1645
+ "SqlInjectionMatchTuples":{
1646
+ "type":"list",
1647
+ "member":{"shape":"SqlInjectionMatchTuple"}
1648
+ },
1649
+ "TextTransformation":{
1650
+ "type":"string",
1651
+ "enum":[
1652
+ "NONE",
1653
+ "COMPRESS_WHITE_SPACE",
1654
+ "HTML_ENTITY_DECODE",
1655
+ "LOWERCASE",
1656
+ "CMD_LINE",
1657
+ "URL_DECODE"
1658
+ ]
1659
+ },
1660
+ "TimeWindow":{
1661
+ "type":"structure",
1662
+ "required":[
1663
+ "StartTime",
1664
+ "EndTime"
1665
+ ],
1666
+ "members":{
1667
+ "StartTime":{"shape":"Timestamp"},
1668
+ "EndTime":{"shape":"Timestamp"}
1669
+ }
1670
+ },
1671
+ "Timestamp":{"type":"timestamp"},
1672
+ "URIString":{"type":"string"},
1673
+ "UpdateByteMatchSetRequest":{
1674
+ "type":"structure",
1675
+ "required":[
1676
+ "ByteMatchSetId",
1677
+ "ChangeToken",
1678
+ "Updates"
1679
+ ],
1680
+ "members":{
1681
+ "ByteMatchSetId":{"shape":"ResourceId"},
1682
+ "ChangeToken":{"shape":"ChangeToken"},
1683
+ "Updates":{"shape":"ByteMatchSetUpdates"}
1684
+ }
1685
+ },
1686
+ "UpdateByteMatchSetResponse":{
1687
+ "type":"structure",
1688
+ "members":{
1689
+ "ChangeToken":{"shape":"ChangeToken"}
1690
+ }
1691
+ },
1692
+ "UpdateIPSetRequest":{
1693
+ "type":"structure",
1694
+ "required":[
1695
+ "IPSetId",
1696
+ "ChangeToken",
1697
+ "Updates"
1698
+ ],
1699
+ "members":{
1700
+ "IPSetId":{"shape":"ResourceId"},
1701
+ "ChangeToken":{"shape":"ChangeToken"},
1702
+ "Updates":{"shape":"IPSetUpdates"}
1703
+ }
1704
+ },
1705
+ "UpdateIPSetResponse":{
1706
+ "type":"structure",
1707
+ "members":{
1708
+ "ChangeToken":{"shape":"ChangeToken"}
1709
+ }
1710
+ },
1711
+ "UpdateRuleRequest":{
1712
+ "type":"structure",
1713
+ "required":[
1714
+ "RuleId",
1715
+ "ChangeToken",
1716
+ "Updates"
1717
+ ],
1718
+ "members":{
1719
+ "RuleId":{"shape":"ResourceId"},
1720
+ "ChangeToken":{"shape":"ChangeToken"},
1721
+ "Updates":{"shape":"RuleUpdates"}
1722
+ }
1723
+ },
1724
+ "UpdateRuleResponse":{
1725
+ "type":"structure",
1726
+ "members":{
1727
+ "ChangeToken":{"shape":"ChangeToken"}
1728
+ }
1729
+ },
1730
+ "UpdateSqlInjectionMatchSetRequest":{
1731
+ "type":"structure",
1732
+ "required":[
1733
+ "SqlInjectionMatchSetId",
1734
+ "ChangeToken",
1735
+ "Updates"
1736
+ ],
1737
+ "members":{
1738
+ "SqlInjectionMatchSetId":{"shape":"ResourceId"},
1739
+ "ChangeToken":{"shape":"ChangeToken"},
1740
+ "Updates":{"shape":"SqlInjectionMatchSetUpdates"}
1741
+ }
1742
+ },
1743
+ "UpdateSqlInjectionMatchSetResponse":{
1744
+ "type":"structure",
1745
+ "members":{
1746
+ "ChangeToken":{"shape":"ChangeToken"}
1747
+ }
1748
+ },
1749
+ "UpdateWebACLRequest":{
1750
+ "type":"structure",
1751
+ "required":[
1752
+ "WebACLId",
1753
+ "ChangeToken"
1754
+ ],
1755
+ "members":{
1756
+ "WebACLId":{"shape":"ResourceId"},
1757
+ "ChangeToken":{"shape":"ChangeToken"},
1758
+ "Updates":{"shape":"WebACLUpdates"},
1759
+ "DefaultAction":{"shape":"WafAction"}
1760
+ }
1761
+ },
1762
+ "UpdateWebACLResponse":{
1763
+ "type":"structure",
1764
+ "members":{
1765
+ "ChangeToken":{"shape":"ChangeToken"}
1766
+ }
1767
+ },
1768
+ "WAFDisallowedNameException":{
1769
+ "type":"structure",
1770
+ "members":{
1771
+ "message":{"shape":"errorMessage"}
1772
+ },
1773
+ "exception":true
1774
+ },
1775
+ "WAFInternalErrorException":{
1776
+ "type":"structure",
1777
+ "members":{
1778
+ "message":{"shape":"errorMessage"}
1779
+ },
1780
+ "exception":true,
1781
+ "fault":true
1782
+ },
1783
+ "WAFInvalidAccountException":{
1784
+ "type":"structure",
1785
+ "members":{
1786
+ },
1787
+ "exception":true
1788
+ },
1789
+ "WAFInvalidOperationException":{
1790
+ "type":"structure",
1791
+ "members":{
1792
+ "message":{"shape":"errorMessage"}
1793
+ },
1794
+ "exception":true
1795
+ },
1796
+ "WAFInvalidParameterException":{
1797
+ "type":"structure",
1798
+ "members":{
1799
+ "field":{"shape":"ParameterExceptionField"},
1800
+ "parameter":{"shape":"ParameterExceptionParameter"}
1801
+ },
1802
+ "exception":true
1803
+ },
1804
+ "WAFLimitsExceededException":{
1805
+ "type":"structure",
1806
+ "members":{
1807
+ "message":{"shape":"errorMessage"}
1808
+ },
1809
+ "exception":true
1810
+ },
1811
+ "WAFNonEmptyEntityException":{
1812
+ "type":"structure",
1813
+ "members":{
1814
+ "message":{"shape":"errorMessage"}
1815
+ },
1816
+ "exception":true
1817
+ },
1818
+ "WAFNonexistentContainerException":{
1819
+ "type":"structure",
1820
+ "members":{
1821
+ "message":{"shape":"errorMessage"}
1822
+ },
1823
+ "exception":true
1824
+ },
1825
+ "WAFNonexistentItemException":{
1826
+ "type":"structure",
1827
+ "members":{
1828
+ "message":{"shape":"errorMessage"}
1829
+ },
1830
+ "exception":true
1831
+ },
1832
+ "WAFReferencedItemException":{
1833
+ "type":"structure",
1834
+ "members":{
1835
+ "message":{"shape":"errorMessage"}
1836
+ },
1837
+ "exception":true
1838
+ },
1839
+ "WAFStaleDataException":{
1840
+ "type":"structure",
1841
+ "members":{
1842
+ "message":{"shape":"errorMessage"}
1843
+ },
1844
+ "exception":true
1845
+ },
1846
+ "WafAction":{
1847
+ "type":"structure",
1848
+ "required":["Type"],
1849
+ "members":{
1850
+ "Type":{"shape":"WafActionType"}
1851
+ }
1852
+ },
1853
+ "WafActionType":{
1854
+ "type":"string",
1855
+ "enum":[
1856
+ "BLOCK",
1857
+ "ALLOW",
1858
+ "COUNT"
1859
+ ]
1860
+ },
1861
+ "WebACL":{
1862
+ "type":"structure",
1863
+ "required":[
1864
+ "WebACLId",
1865
+ "DefaultAction",
1866
+ "Rules"
1867
+ ],
1868
+ "members":{
1869
+ "WebACLId":{"shape":"ResourceId"},
1870
+ "Name":{"shape":"ResourceName"},
1871
+ "MetricName":{"shape":"MetricName"},
1872
+ "DefaultAction":{"shape":"WafAction"},
1873
+ "Rules":{"shape":"ActivatedRules"}
1874
+ }
1875
+ },
1876
+ "WebACLSummaries":{
1877
+ "type":"list",
1878
+ "member":{"shape":"WebACLSummary"}
1879
+ },
1880
+ "WebACLSummary":{
1881
+ "type":"structure",
1882
+ "required":[
1883
+ "WebACLId",
1884
+ "Name"
1885
+ ],
1886
+ "members":{
1887
+ "WebACLId":{"shape":"ResourceId"},
1888
+ "Name":{"shape":"ResourceName"}
1889
+ }
1890
+ },
1891
+ "WebACLUpdate":{
1892
+ "type":"structure",
1893
+ "required":[
1894
+ "Action",
1895
+ "ActivatedRule"
1896
+ ],
1897
+ "members":{
1898
+ "Action":{"shape":"ChangeAction"},
1899
+ "ActivatedRule":{"shape":"ActivatedRule"}
1900
+ }
1901
+ },
1902
+ "WebACLUpdates":{
1903
+ "type":"list",
1904
+ "member":{"shape":"WebACLUpdate"}
1905
+ },
1906
+ "errorMessage":{"type":"string"}
1907
+ }
1908
+ }