aws-sdk-core 2.10.92 → 2.10.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"WAF Regional",
9
9
  "serviceFullName":"AWS WAF Regional",
10
+ "serviceId":"WAF Regional",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"AWSWAF_Regional_20161128",
12
13
  "uid":"waf-regional-2016-11-28"
@@ -141,6 +142,21 @@
141
142
  {"shape":"WAFLimitsExceededException"}
142
143
  ]
143
144
  },
145
+ "CreateRuleGroup":{
146
+ "name":"CreateRuleGroup",
147
+ "http":{
148
+ "method":"POST",
149
+ "requestUri":"/"
150
+ },
151
+ "input":{"shape":"CreateRuleGroupRequest"},
152
+ "output":{"shape":"CreateRuleGroupResponse"},
153
+ "errors":[
154
+ {"shape":"WAFStaleDataException"},
155
+ {"shape":"WAFInternalErrorException"},
156
+ {"shape":"WAFDisallowedNameException"},
157
+ {"shape":"WAFLimitsExceededException"}
158
+ ]
159
+ },
144
160
  "CreateSizeConstraintSet":{
145
161
  "name":"CreateSizeConstraintSet",
146
162
  "http":{
@@ -328,6 +344,22 @@
328
344
  {"shape":"WAFNonEmptyEntityException"}
329
345
  ]
330
346
  },
347
+ "DeleteRuleGroup":{
348
+ "name":"DeleteRuleGroup",
349
+ "http":{
350
+ "method":"POST",
351
+ "requestUri":"/"
352
+ },
353
+ "input":{"shape":"DeleteRuleGroupRequest"},
354
+ "output":{"shape":"DeleteRuleGroupResponse"},
355
+ "errors":[
356
+ {"shape":"WAFStaleDataException"},
357
+ {"shape":"WAFInternalErrorException"},
358
+ {"shape":"WAFNonexistentItemException"},
359
+ {"shape":"WAFReferencedItemException"},
360
+ {"shape":"WAFNonEmptyEntityException"}
361
+ ]
362
+ },
331
363
  "DeleteSizeConstraintSet":{
332
364
  "name":"DeleteSizeConstraintSet",
333
365
  "http":{
@@ -549,6 +581,19 @@
549
581
  {"shape":"WAFNonexistentItemException"}
550
582
  ]
551
583
  },
584
+ "GetRuleGroup":{
585
+ "name":"GetRuleGroup",
586
+ "http":{
587
+ "method":"POST",
588
+ "requestUri":"/"
589
+ },
590
+ "input":{"shape":"GetRuleGroupRequest"},
591
+ "output":{"shape":"GetRuleGroupResponse"},
592
+ "errors":[
593
+ {"shape":"WAFInternalErrorException"},
594
+ {"shape":"WAFNonexistentItemException"}
595
+ ]
596
+ },
552
597
  "GetSampledRequests":{
553
598
  "name":"GetSampledRequests",
554
599
  "http":{
@@ -634,6 +679,20 @@
634
679
  {"shape":"WAFNonexistentItemException"}
635
680
  ]
636
681
  },
682
+ "ListActivatedRulesInRuleGroup":{
683
+ "name":"ListActivatedRulesInRuleGroup",
684
+ "http":{
685
+ "method":"POST",
686
+ "requestUri":"/"
687
+ },
688
+ "input":{"shape":"ListActivatedRulesInRuleGroupRequest"},
689
+ "output":{"shape":"ListActivatedRulesInRuleGroupResponse"},
690
+ "errors":[
691
+ {"shape":"WAFInternalErrorException"},
692
+ {"shape":"WAFNonexistentItemException"},
693
+ {"shape":"WAFInvalidParameterException"}
694
+ ]
695
+ },
637
696
  "ListByteMatchSets":{
638
697
  "name":"ListByteMatchSets",
639
698
  "http":{
@@ -726,6 +785,18 @@
726
785
  {"shape":"WAFNonexistentItemException"}
727
786
  ]
728
787
  },
788
+ "ListRuleGroups":{
789
+ "name":"ListRuleGroups",
790
+ "http":{
791
+ "method":"POST",
792
+ "requestUri":"/"
793
+ },
794
+ "input":{"shape":"ListRuleGroupsRequest"},
795
+ "output":{"shape":"ListRuleGroupsResponse"},
796
+ "errors":[
797
+ {"shape":"WAFInternalErrorException"}
798
+ ]
799
+ },
729
800
  "ListRules":{
730
801
  "name":"ListRules",
731
802
  "http":{
@@ -765,6 +836,19 @@
765
836
  {"shape":"WAFInvalidAccountException"}
766
837
  ]
767
838
  },
839
+ "ListSubscribedRuleGroups":{
840
+ "name":"ListSubscribedRuleGroups",
841
+ "http":{
842
+ "method":"POST",
843
+ "requestUri":"/"
844
+ },
845
+ "input":{"shape":"ListSubscribedRuleGroupsRequest"},
846
+ "output":{"shape":"ListSubscribedRuleGroupsResponse"},
847
+ "errors":[
848
+ {"shape":"WAFNonexistentItemException"},
849
+ {"shape":"WAFInternalErrorException"}
850
+ ]
851
+ },
768
852
  "ListWebACLs":{
769
853
  "name":"ListWebACLs",
770
854
  "http":{
@@ -901,6 +985,7 @@
901
985
  {"shape":"WAFStaleDataException"},
902
986
  {"shape":"WAFInternalErrorException"},
903
987
  {"shape":"WAFLimitsExceededException"},
988
+ {"shape":"WAFNonexistentItemException"},
904
989
  {"shape":"WAFNonexistentContainerException"},
905
990
  {"shape":"WAFInvalidOperationException"},
906
991
  {"shape":"WAFInvalidAccountException"},
@@ -927,6 +1012,24 @@
927
1012
  {"shape":"WAFLimitsExceededException"}
928
1013
  ]
929
1014
  },
1015
+ "UpdateRuleGroup":{
1016
+ "name":"UpdateRuleGroup",
1017
+ "http":{
1018
+ "method":"POST",
1019
+ "requestUri":"/"
1020
+ },
1021
+ "input":{"shape":"UpdateRuleGroupRequest"},
1022
+ "output":{"shape":"UpdateRuleGroupResponse"},
1023
+ "errors":[
1024
+ {"shape":"WAFStaleDataException"},
1025
+ {"shape":"WAFInternalErrorException"},
1026
+ {"shape":"WAFNonexistentContainerException"},
1027
+ {"shape":"WAFNonexistentItemException"},
1028
+ {"shape":"WAFInvalidOperationException"},
1029
+ {"shape":"WAFLimitsExceededException"},
1030
+ {"shape":"WAFInvalidParameterException"}
1031
+ ]
1032
+ },
930
1033
  "UpdateSizeConstraintSet":{
931
1034
  "name":"UpdateSizeConstraintSet",
932
1035
  "http":{
@@ -983,7 +1086,8 @@
983
1086
  {"shape":"WAFNonexistentContainerException"},
984
1087
  {"shape":"WAFNonexistentItemException"},
985
1088
  {"shape":"WAFReferencedItemException"},
986
- {"shape":"WAFLimitsExceededException"}
1089
+ {"shape":"WAFLimitsExceededException"},
1090
+ {"shape":"WAFSubscriptionNotFoundException"}
987
1091
  ]
988
1092
  },
989
1093
  "UpdateXssMatchSet":{
@@ -1012,13 +1116,13 @@
1012
1116
  "type":"structure",
1013
1117
  "required":[
1014
1118
  "Priority",
1015
- "RuleId",
1016
- "Action"
1119
+ "RuleId"
1017
1120
  ],
1018
1121
  "members":{
1019
1122
  "Priority":{"shape":"RulePriority"},
1020
1123
  "RuleId":{"shape":"ResourceId"},
1021
1124
  "Action":{"shape":"WafAction"},
1125
+ "OverrideAction":{"shape":"WafOverrideAction"},
1022
1126
  "Type":{"shape":"WafRuleType"}
1023
1127
  }
1024
1128
  },
@@ -1250,6 +1354,26 @@
1250
1354
  "ChangeToken":{"shape":"ChangeToken"}
1251
1355
  }
1252
1356
  },
1357
+ "CreateRuleGroupRequest":{
1358
+ "type":"structure",
1359
+ "required":[
1360
+ "Name",
1361
+ "MetricName",
1362
+ "ChangeToken"
1363
+ ],
1364
+ "members":{
1365
+ "Name":{"shape":"ResourceName"},
1366
+ "MetricName":{"shape":"MetricName"},
1367
+ "ChangeToken":{"shape":"ChangeToken"}
1368
+ }
1369
+ },
1370
+ "CreateRuleGroupResponse":{
1371
+ "type":"structure",
1372
+ "members":{
1373
+ "RuleGroup":{"shape":"RuleGroup"},
1374
+ "ChangeToken":{"shape":"ChangeToken"}
1375
+ }
1376
+ },
1253
1377
  "CreateRuleRequest":{
1254
1378
  "type":"structure",
1255
1379
  "required":[
@@ -1448,6 +1572,23 @@
1448
1572
  "ChangeToken":{"shape":"ChangeToken"}
1449
1573
  }
1450
1574
  },
1575
+ "DeleteRuleGroupRequest":{
1576
+ "type":"structure",
1577
+ "required":[
1578
+ "RuleGroupId",
1579
+ "ChangeToken"
1580
+ ],
1581
+ "members":{
1582
+ "RuleGroupId":{"shape":"ResourceId"},
1583
+ "ChangeToken":{"shape":"ChangeToken"}
1584
+ }
1585
+ },
1586
+ "DeleteRuleGroupResponse":{
1587
+ "type":"structure",
1588
+ "members":{
1589
+ "ChangeToken":{"shape":"ChangeToken"}
1590
+ }
1591
+ },
1451
1592
  "DeleteRuleRequest":{
1452
1593
  "type":"structure",
1453
1594
  "required":[
@@ -1986,6 +2127,19 @@
1986
2127
  "RegexPatternSet":{"shape":"RegexPatternSet"}
1987
2128
  }
1988
2129
  },
2130
+ "GetRuleGroupRequest":{
2131
+ "type":"structure",
2132
+ "required":["RuleGroupId"],
2133
+ "members":{
2134
+ "RuleGroupId":{"shape":"ResourceId"}
2135
+ }
2136
+ },
2137
+ "GetRuleGroupResponse":{
2138
+ "type":"structure",
2139
+ "members":{
2140
+ "RuleGroup":{"shape":"RuleGroup"}
2141
+ }
2142
+ },
1989
2143
  "GetRuleRequest":{
1990
2144
  "type":"structure",
1991
2145
  "required":["RuleId"],
@@ -2185,6 +2339,21 @@
2185
2339
  "min":1
2186
2340
  },
2187
2341
  "IPString":{"type":"string"},
2342
+ "ListActivatedRulesInRuleGroupRequest":{
2343
+ "type":"structure",
2344
+ "members":{
2345
+ "RuleGroupId":{"shape":"ResourceId"},
2346
+ "NextMarker":{"shape":"NextMarker"},
2347
+ "Limit":{"shape":"PaginationLimit"}
2348
+ }
2349
+ },
2350
+ "ListActivatedRulesInRuleGroupResponse":{
2351
+ "type":"structure",
2352
+ "members":{
2353
+ "NextMarker":{"shape":"NextMarker"},
2354
+ "ActivatedRules":{"shape":"ActivatedRules"}
2355
+ }
2356
+ },
2188
2357
  "ListByteMatchSetsRequest":{
2189
2358
  "type":"structure",
2190
2359
  "members":{
@@ -2282,6 +2451,20 @@
2282
2451
  "ResourceArns":{"shape":"ResourceArns"}
2283
2452
  }
2284
2453
  },
2454
+ "ListRuleGroupsRequest":{
2455
+ "type":"structure",
2456
+ "members":{
2457
+ "NextMarker":{"shape":"NextMarker"},
2458
+ "Limit":{"shape":"PaginationLimit"}
2459
+ }
2460
+ },
2461
+ "ListRuleGroupsResponse":{
2462
+ "type":"structure",
2463
+ "members":{
2464
+ "NextMarker":{"shape":"NextMarker"},
2465
+ "RuleGroups":{"shape":"RuleGroupSummaries"}
2466
+ }
2467
+ },
2285
2468
  "ListRulesRequest":{
2286
2469
  "type":"structure",
2287
2470
  "members":{
@@ -2324,6 +2507,20 @@
2324
2507
  "SqlInjectionMatchSets":{"shape":"SqlInjectionMatchSetSummaries"}
2325
2508
  }
2326
2509
  },
2510
+ "ListSubscribedRuleGroupsRequest":{
2511
+ "type":"structure",
2512
+ "members":{
2513
+ "NextMarker":{"shape":"NextMarker"},
2514
+ "Limit":{"shape":"PaginationLimit"}
2515
+ }
2516
+ },
2517
+ "ListSubscribedRuleGroupsResponse":{
2518
+ "type":"structure",
2519
+ "members":{
2520
+ "NextMarker":{"shape":"NextMarker"},
2521
+ "RuleGroups":{"shape":"SubscribedRuleGroupSummaries"}
2522
+ }
2523
+ },
2327
2524
  "ListWebACLsRequest":{
2328
2525
  "type":"structure",
2329
2526
  "members":{
@@ -2384,6 +2581,7 @@
2384
2581
  "enum":[
2385
2582
  "CHANGE_ACTION",
2386
2583
  "WAF_ACTION",
2584
+ "WAF_OVERRIDE_ACTION",
2387
2585
  "PREDICATE_TYPE",
2388
2586
  "IPSET_TYPE",
2389
2587
  "BYTE_MATCH_FIELD_TYPE",
@@ -2614,6 +2812,46 @@
2614
2812
  "Predicates":{"shape":"Predicates"}
2615
2813
  }
2616
2814
  },
2815
+ "RuleGroup":{
2816
+ "type":"structure",
2817
+ "required":["RuleGroupId"],
2818
+ "members":{
2819
+ "RuleGroupId":{"shape":"ResourceId"},
2820
+ "Name":{"shape":"ResourceName"},
2821
+ "MetricName":{"shape":"MetricName"}
2822
+ }
2823
+ },
2824
+ "RuleGroupSummaries":{
2825
+ "type":"list",
2826
+ "member":{"shape":"RuleGroupSummary"}
2827
+ },
2828
+ "RuleGroupSummary":{
2829
+ "type":"structure",
2830
+ "required":[
2831
+ "RuleGroupId",
2832
+ "Name"
2833
+ ],
2834
+ "members":{
2835
+ "RuleGroupId":{"shape":"ResourceId"},
2836
+ "Name":{"shape":"ResourceName"}
2837
+ }
2838
+ },
2839
+ "RuleGroupUpdate":{
2840
+ "type":"structure",
2841
+ "required":[
2842
+ "Action",
2843
+ "ActivatedRule"
2844
+ ],
2845
+ "members":{
2846
+ "Action":{"shape":"ChangeAction"},
2847
+ "ActivatedRule":{"shape":"ActivatedRule"}
2848
+ }
2849
+ },
2850
+ "RuleGroupUpdates":{
2851
+ "type":"list",
2852
+ "member":{"shape":"RuleGroupUpdate"},
2853
+ "min":1
2854
+ },
2617
2855
  "RulePriority":{"type":"integer"},
2618
2856
  "RuleSummaries":{
2619
2857
  "type":"list",
@@ -2659,7 +2897,8 @@
2659
2897
  "Request":{"shape":"HTTPRequest"},
2660
2898
  "Weight":{"shape":"SampleWeight"},
2661
2899
  "Timestamp":{"shape":"Timestamp"},
2662
- "Action":{"shape":"Action"}
2900
+ "Action":{"shape":"Action"},
2901
+ "RuleWithinRuleGroup":{"shape":"ResourceId"}
2663
2902
  }
2664
2903
  },
2665
2904
  "SampledHTTPRequests":{
@@ -2791,6 +3030,23 @@
2791
3030
  "type":"list",
2792
3031
  "member":{"shape":"SqlInjectionMatchTuple"}
2793
3032
  },
3033
+ "SubscribedRuleGroupSummaries":{
3034
+ "type":"list",
3035
+ "member":{"shape":"SubscribedRuleGroupSummary"}
3036
+ },
3037
+ "SubscribedRuleGroupSummary":{
3038
+ "type":"structure",
3039
+ "required":[
3040
+ "RuleGroupId",
3041
+ "Name",
3042
+ "MetricName"
3043
+ ],
3044
+ "members":{
3045
+ "RuleGroupId":{"shape":"ResourceId"},
3046
+ "Name":{"shape":"ResourceName"},
3047
+ "MetricName":{"shape":"MetricName"}
3048
+ }
3049
+ },
2794
3050
  "TextTransformation":{
2795
3051
  "type":"string",
2796
3052
  "enum":[
@@ -2931,6 +3187,25 @@
2931
3187
  "ChangeToken":{"shape":"ChangeToken"}
2932
3188
  }
2933
3189
  },
3190
+ "UpdateRuleGroupRequest":{
3191
+ "type":"structure",
3192
+ "required":[
3193
+ "RuleGroupId",
3194
+ "Updates",
3195
+ "ChangeToken"
3196
+ ],
3197
+ "members":{
3198
+ "RuleGroupId":{"shape":"ResourceId"},
3199
+ "Updates":{"shape":"RuleGroupUpdates"},
3200
+ "ChangeToken":{"shape":"ChangeToken"}
3201
+ }
3202
+ },
3203
+ "UpdateRuleGroupResponse":{
3204
+ "type":"structure",
3205
+ "members":{
3206
+ "ChangeToken":{"shape":"ChangeToken"}
3207
+ }
3208
+ },
2934
3209
  "UpdateRuleRequest":{
2935
3210
  "type":"structure",
2936
3211
  "required":[
@@ -3112,6 +3387,13 @@
3112
3387
  },
3113
3388
  "exception":true
3114
3389
  },
3390
+ "WAFSubscriptionNotFoundException":{
3391
+ "type":"structure",
3392
+ "members":{
3393
+ "message":{"shape":"errorMessage"}
3394
+ },
3395
+ "exception":true
3396
+ },
3115
3397
  "WAFUnavailableEntityException":{
3116
3398
  "type":"structure",
3117
3399
  "members":{
@@ -3134,11 +3416,26 @@
3134
3416
  "COUNT"
3135
3417
  ]
3136
3418
  },
3419
+ "WafOverrideAction":{
3420
+ "type":"structure",
3421
+ "required":["Type"],
3422
+ "members":{
3423
+ "Type":{"shape":"WafOverrideActionType"}
3424
+ }
3425
+ },
3426
+ "WafOverrideActionType":{
3427
+ "type":"string",
3428
+ "enum":[
3429
+ "NONE",
3430
+ "COUNT"
3431
+ ]
3432
+ },
3137
3433
  "WafRuleType":{
3138
3434
  "type":"string",
3139
3435
  "enum":[
3140
3436
  "REGULAR",
3141
- "RATE_BASED"
3437
+ "RATE_BASED",
3438
+ "GROUP"
3142
3439
  ]
3143
3440
  },
3144
3441
  "WebACL":{