aws-sdk-core 2.10.64 → 2.10.65
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudhsm/2014-05-30/api-2.json +1 -0
- data/apis/ec2/2016-11-15/api-2.json +34 -0
- data/apis/es/2015-01-01/api-2.json +35 -4
- data/apis/rds/2013-01-10/api-2.json +1 -0
- data/apis/rds/2013-02-12/api-2.json +1 -0
- data/apis/rds/2013-09-09/api-2.json +1 -0
- data/apis/rds/2014-09-01/api-2.json +1 -0
- data/apis/rds/2014-10-31/api-2.json +1 -0
- data/apis/rds/2014-10-31/waiters-2.json +85 -0
- data/apis/waf-regional/2016-11-28/api-2.json +925 -6
- data/apis/waf/2015-08-24/api-2.json +925 -6
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ce27e24bc4d74ff25a09b212fcea884544d4a64
|
4
|
+
data.tar.gz: fea77df738210e4ab11b797aa2a0ed6ccea71b4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8d7d60b254929c7a77c3b217da537c4b64bd094742a9312f47746b485c27ed1e4f63820cf4f3a6e849268d88f21ffa2664861ff7d149836f0bac0dcd2fe9a23
|
7
|
+
data.tar.gz: 96a962afa0ee7e8fb33e3a66b852def6b03baaab8e4c3e9fbd06046d747505f0b29fa62b5c6bf6b49d9d6680b05faf90cc1730e9597d7712884723f8cda09a88
|
@@ -1807,6 +1807,15 @@
|
|
1807
1807
|
"input":{"shape":"ModifyVpcPeeringConnectionOptionsRequest"},
|
1808
1808
|
"output":{"shape":"ModifyVpcPeeringConnectionOptionsResult"}
|
1809
1809
|
},
|
1810
|
+
"ModifyVpcTenancy":{
|
1811
|
+
"name":"ModifyVpcTenancy",
|
1812
|
+
"http":{
|
1813
|
+
"method":"POST",
|
1814
|
+
"requestUri":"/"
|
1815
|
+
},
|
1816
|
+
"input":{"shape":"ModifyVpcTenancyRequest"},
|
1817
|
+
"output":{"shape":"ModifyVpcTenancyResult"}
|
1818
|
+
},
|
1810
1819
|
"MonitorInstances":{
|
1811
1820
|
"name":"MonitorInstances",
|
1812
1821
|
"http":{
|
@@ -10912,6 +10921,27 @@
|
|
10912
10921
|
}
|
10913
10922
|
}
|
10914
10923
|
},
|
10924
|
+
"ModifyVpcTenancyRequest":{
|
10925
|
+
"type":"structure",
|
10926
|
+
"required":[
|
10927
|
+
"VpcId",
|
10928
|
+
"InstanceTenancy"
|
10929
|
+
],
|
10930
|
+
"members":{
|
10931
|
+
"VpcId":{"shape":"String"},
|
10932
|
+
"InstanceTenancy":{"shape":"VpcTenancy"},
|
10933
|
+
"DryRun":{"shape":"Boolean"}
|
10934
|
+
}
|
10935
|
+
},
|
10936
|
+
"ModifyVpcTenancyResult":{
|
10937
|
+
"type":"structure",
|
10938
|
+
"members":{
|
10939
|
+
"ReturnValue":{
|
10940
|
+
"shape":"Boolean",
|
10941
|
+
"locationName":"return"
|
10942
|
+
}
|
10943
|
+
}
|
10944
|
+
},
|
10915
10945
|
"MonitorInstancesRequest":{
|
10916
10946
|
"type":"structure",
|
10917
10947
|
"required":["InstanceIds"],
|
@@ -16193,6 +16223,10 @@
|
|
16193
16223
|
"available"
|
16194
16224
|
]
|
16195
16225
|
},
|
16226
|
+
"VpcTenancy":{
|
16227
|
+
"type":"string",
|
16228
|
+
"enum":["default"]
|
16229
|
+
},
|
16196
16230
|
"VpnConnection":{
|
16197
16231
|
"type":"structure",
|
16198
16232
|
"members":{
|
@@ -264,6 +264,7 @@
|
|
264
264
|
"exception":true
|
265
265
|
},
|
266
266
|
"Boolean":{"type":"boolean"},
|
267
|
+
"CloudWatchLogsLogGroupArn":{"type":"string"},
|
267
268
|
"CreateElasticsearchDomainRequest":{
|
268
269
|
"type":"structure",
|
269
270
|
"required":["DomainName"],
|
@@ -274,7 +275,8 @@
|
|
274
275
|
"EBSOptions":{"shape":"EBSOptions"},
|
275
276
|
"AccessPolicies":{"shape":"PolicyDocument"},
|
276
277
|
"SnapshotOptions":{"shape":"SnapshotOptions"},
|
277
|
-
"AdvancedOptions":{"shape":"AdvancedOptions"}
|
278
|
+
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
279
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
278
280
|
}
|
279
281
|
},
|
280
282
|
"CreateElasticsearchDomainResponse":{
|
@@ -501,7 +503,8 @@
|
|
501
503
|
"EBSOptions":{"shape":"EBSOptionsStatus"},
|
502
504
|
"AccessPolicies":{"shape":"AccessPoliciesStatus"},
|
503
505
|
"SnapshotOptions":{"shape":"SnapshotOptionsStatus"},
|
504
|
-
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"}
|
506
|
+
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
|
507
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"}
|
505
508
|
}
|
506
509
|
},
|
507
510
|
"ElasticsearchDomainStatus":{
|
@@ -525,7 +528,8 @@
|
|
525
528
|
"EBSOptions":{"shape":"EBSOptions"},
|
526
529
|
"AccessPolicies":{"shape":"PolicyDocument"},
|
527
530
|
"SnapshotOptions":{"shape":"SnapshotOptions"},
|
528
|
-
"AdvancedOptions":{"shape":"AdvancedOptions"}
|
531
|
+
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
532
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
529
533
|
}
|
530
534
|
},
|
531
535
|
"ElasticsearchDomainStatusList":{
|
@@ -686,6 +690,32 @@
|
|
686
690
|
"TagList":{"shape":"TagList"}
|
687
691
|
}
|
688
692
|
},
|
693
|
+
"LogPublishingOption":{
|
694
|
+
"type":"structure",
|
695
|
+
"members":{
|
696
|
+
"CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArn"},
|
697
|
+
"Enabled":{"shape":"Boolean"}
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"LogPublishingOptions":{
|
701
|
+
"type":"map",
|
702
|
+
"key":{"shape":"LogType"},
|
703
|
+
"value":{"shape":"LogPublishingOption"}
|
704
|
+
},
|
705
|
+
"LogPublishingOptionsStatus":{
|
706
|
+
"type":"structure",
|
707
|
+
"members":{
|
708
|
+
"Options":{"shape":"LogPublishingOptions"},
|
709
|
+
"Status":{"shape":"OptionStatus"}
|
710
|
+
}
|
711
|
+
},
|
712
|
+
"LogType":{
|
713
|
+
"type":"string",
|
714
|
+
"enum":[
|
715
|
+
"INDEX_SLOW_LOGS",
|
716
|
+
"SEARCH_SLOW_LOGS"
|
717
|
+
]
|
718
|
+
},
|
689
719
|
"MaxResults":{
|
690
720
|
"type":"integer",
|
691
721
|
"max":100
|
@@ -832,7 +862,8 @@
|
|
832
862
|
"EBSOptions":{"shape":"EBSOptions"},
|
833
863
|
"SnapshotOptions":{"shape":"SnapshotOptions"},
|
834
864
|
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
835
|
-
"AccessPolicies":{"shape":"PolicyDocument"}
|
865
|
+
"AccessPolicies":{"shape":"PolicyDocument"},
|
866
|
+
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
836
867
|
}
|
837
868
|
},
|
838
869
|
"UpdateElasticsearchDomainConfigResponse":{
|
@@ -85,6 +85,91 @@
|
|
85
85
|
"argument": "DBInstances[].DBInstanceStatus"
|
86
86
|
}
|
87
87
|
]
|
88
|
+
},
|
89
|
+
"DBSnapshotAvailable": {
|
90
|
+
"delay": 30,
|
91
|
+
"operation": "DescribeDBSnapshots",
|
92
|
+
"maxAttempts": 60,
|
93
|
+
"acceptors": [
|
94
|
+
{
|
95
|
+
"expected": "available",
|
96
|
+
"matcher": "pathAll",
|
97
|
+
"state": "success",
|
98
|
+
"argument": "DBSnapshots[].Status"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"expected": "deleted",
|
102
|
+
"matcher": "pathAny",
|
103
|
+
"state": "failure",
|
104
|
+
"argument": "DBSnapshots[].Status"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"expected": "deleting",
|
108
|
+
"matcher": "pathAny",
|
109
|
+
"state": "failure",
|
110
|
+
"argument": "DBSnapshots[].Status"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"expected": "failed",
|
114
|
+
"matcher": "pathAny",
|
115
|
+
"state": "failure",
|
116
|
+
"argument": "DBSnapshots[].Status"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"expected": "incompatible-restore",
|
120
|
+
"matcher": "pathAny",
|
121
|
+
"state": "failure",
|
122
|
+
"argument": "DBSnapshots[].Status"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"expected": "incompatible-parameters",
|
126
|
+
"matcher": "pathAny",
|
127
|
+
"state": "failure",
|
128
|
+
"argument": "DBSnapshots[].Status"
|
129
|
+
}
|
130
|
+
]
|
131
|
+
},
|
132
|
+
"DBSnapshotDeleted": {
|
133
|
+
"delay": 30,
|
134
|
+
"operation": "DescribeDBSnapshots",
|
135
|
+
"maxAttempts": 60,
|
136
|
+
"acceptors": [
|
137
|
+
{
|
138
|
+
"expected": "deleted",
|
139
|
+
"matcher": "pathAll",
|
140
|
+
"state": "success",
|
141
|
+
"argument": "DBSnapshots[].Status"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"expected": "DBSnapshotNotFound",
|
145
|
+
"matcher": "error",
|
146
|
+
"state": "success"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"expected": "creating",
|
150
|
+
"matcher": "pathAny",
|
151
|
+
"state": "failure",
|
152
|
+
"argument": "DBSnapshots[].Status"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"expected": "modifying",
|
156
|
+
"matcher": "pathAny",
|
157
|
+
"state": "failure",
|
158
|
+
"argument": "DBSnapshots[].Status"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"expected": "rebooting",
|
162
|
+
"matcher": "pathAny",
|
163
|
+
"state": "failure",
|
164
|
+
"argument": "DBSnapshots[].Status"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"expected": "resetting-master-credentials",
|
168
|
+
"matcher": "pathAny",
|
169
|
+
"state": "failure",
|
170
|
+
"argument": "DBSnapshots[].Status"
|
171
|
+
}
|
172
|
+
]
|
88
173
|
}
|
89
174
|
}
|
90
175
|
}
|
@@ -45,6 +45,23 @@
|
|
45
45
|
{"shape":"WAFLimitsExceededException"}
|
46
46
|
]
|
47
47
|
},
|
48
|
+
"CreateGeoMatchSet":{
|
49
|
+
"name":"CreateGeoMatchSet",
|
50
|
+
"http":{
|
51
|
+
"method":"POST",
|
52
|
+
"requestUri":"/"
|
53
|
+
},
|
54
|
+
"input":{"shape":"CreateGeoMatchSetRequest"},
|
55
|
+
"output":{"shape":"CreateGeoMatchSetResponse"},
|
56
|
+
"errors":[
|
57
|
+
{"shape":"WAFStaleDataException"},
|
58
|
+
{"shape":"WAFInternalErrorException"},
|
59
|
+
{"shape":"WAFInvalidAccountException"},
|
60
|
+
{"shape":"WAFDisallowedNameException"},
|
61
|
+
{"shape":"WAFInvalidParameterException"},
|
62
|
+
{"shape":"WAFLimitsExceededException"}
|
63
|
+
]
|
64
|
+
},
|
48
65
|
"CreateIPSet":{
|
49
66
|
"name":"CreateIPSet",
|
50
67
|
"http":{
|
@@ -78,6 +95,36 @@
|
|
78
95
|
{"shape":"WAFLimitsExceededException"}
|
79
96
|
]
|
80
97
|
},
|
98
|
+
"CreateRegexMatchSet":{
|
99
|
+
"name":"CreateRegexMatchSet",
|
100
|
+
"http":{
|
101
|
+
"method":"POST",
|
102
|
+
"requestUri":"/"
|
103
|
+
},
|
104
|
+
"input":{"shape":"CreateRegexMatchSetRequest"},
|
105
|
+
"output":{"shape":"CreateRegexMatchSetResponse"},
|
106
|
+
"errors":[
|
107
|
+
{"shape":"WAFStaleDataException"},
|
108
|
+
{"shape":"WAFInternalErrorException"},
|
109
|
+
{"shape":"WAFDisallowedNameException"},
|
110
|
+
{"shape":"WAFLimitsExceededException"}
|
111
|
+
]
|
112
|
+
},
|
113
|
+
"CreateRegexPatternSet":{
|
114
|
+
"name":"CreateRegexPatternSet",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"CreateRegexPatternSetRequest"},
|
120
|
+
"output":{"shape":"CreateRegexPatternSetResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"WAFStaleDataException"},
|
123
|
+
{"shape":"WAFInternalErrorException"},
|
124
|
+
{"shape":"WAFDisallowedNameException"},
|
125
|
+
{"shape":"WAFLimitsExceededException"}
|
126
|
+
]
|
127
|
+
},
|
81
128
|
"CreateRule":{
|
82
129
|
"name":"CreateRule",
|
83
130
|
"http":{
|
@@ -179,6 +226,23 @@
|
|
179
226
|
{"shape":"WAFNonEmptyEntityException"}
|
180
227
|
]
|
181
228
|
},
|
229
|
+
"DeleteGeoMatchSet":{
|
230
|
+
"name":"DeleteGeoMatchSet",
|
231
|
+
"http":{
|
232
|
+
"method":"POST",
|
233
|
+
"requestUri":"/"
|
234
|
+
},
|
235
|
+
"input":{"shape":"DeleteGeoMatchSetRequest"},
|
236
|
+
"output":{"shape":"DeleteGeoMatchSetResponse"},
|
237
|
+
"errors":[
|
238
|
+
{"shape":"WAFStaleDataException"},
|
239
|
+
{"shape":"WAFInternalErrorException"},
|
240
|
+
{"shape":"WAFInvalidAccountException"},
|
241
|
+
{"shape":"WAFNonexistentItemException"},
|
242
|
+
{"shape":"WAFReferencedItemException"},
|
243
|
+
{"shape":"WAFNonEmptyEntityException"}
|
244
|
+
]
|
245
|
+
},
|
182
246
|
"DeleteIPSet":{
|
183
247
|
"name":"DeleteIPSet",
|
184
248
|
"http":{
|
@@ -213,6 +277,40 @@
|
|
213
277
|
{"shape":"WAFNonEmptyEntityException"}
|
214
278
|
]
|
215
279
|
},
|
280
|
+
"DeleteRegexMatchSet":{
|
281
|
+
"name":"DeleteRegexMatchSet",
|
282
|
+
"http":{
|
283
|
+
"method":"POST",
|
284
|
+
"requestUri":"/"
|
285
|
+
},
|
286
|
+
"input":{"shape":"DeleteRegexMatchSetRequest"},
|
287
|
+
"output":{"shape":"DeleteRegexMatchSetResponse"},
|
288
|
+
"errors":[
|
289
|
+
{"shape":"WAFInternalErrorException"},
|
290
|
+
{"shape":"WAFInvalidAccountException"},
|
291
|
+
{"shape":"WAFNonexistentItemException"},
|
292
|
+
{"shape":"WAFReferencedItemException"},
|
293
|
+
{"shape":"WAFStaleDataException"},
|
294
|
+
{"shape":"WAFNonEmptyEntityException"}
|
295
|
+
]
|
296
|
+
},
|
297
|
+
"DeleteRegexPatternSet":{
|
298
|
+
"name":"DeleteRegexPatternSet",
|
299
|
+
"http":{
|
300
|
+
"method":"POST",
|
301
|
+
"requestUri":"/"
|
302
|
+
},
|
303
|
+
"input":{"shape":"DeleteRegexPatternSetRequest"},
|
304
|
+
"output":{"shape":"DeleteRegexPatternSetResponse"},
|
305
|
+
"errors":[
|
306
|
+
{"shape":"WAFInternalErrorException"},
|
307
|
+
{"shape":"WAFInvalidAccountException"},
|
308
|
+
{"shape":"WAFNonexistentItemException"},
|
309
|
+
{"shape":"WAFReferencedItemException"},
|
310
|
+
{"shape":"WAFStaleDataException"},
|
311
|
+
{"shape":"WAFNonEmptyEntityException"}
|
312
|
+
]
|
313
|
+
},
|
216
314
|
"DeleteRule":{
|
217
315
|
"name":"DeleteRule",
|
218
316
|
"http":{
|
@@ -352,6 +450,20 @@
|
|
352
450
|
{"shape":"WAFInternalErrorException"}
|
353
451
|
]
|
354
452
|
},
|
453
|
+
"GetGeoMatchSet":{
|
454
|
+
"name":"GetGeoMatchSet",
|
455
|
+
"http":{
|
456
|
+
"method":"POST",
|
457
|
+
"requestUri":"/"
|
458
|
+
},
|
459
|
+
"input":{"shape":"GetGeoMatchSetRequest"},
|
460
|
+
"output":{"shape":"GetGeoMatchSetResponse"},
|
461
|
+
"errors":[
|
462
|
+
{"shape":"WAFInternalErrorException"},
|
463
|
+
{"shape":"WAFInvalidAccountException"},
|
464
|
+
{"shape":"WAFNonexistentItemException"}
|
465
|
+
]
|
466
|
+
},
|
355
467
|
"GetIPSet":{
|
356
468
|
"name":"GetIPSet",
|
357
469
|
"http":{
|
@@ -395,6 +507,34 @@
|
|
395
507
|
{"shape":"WAFInvalidParameterException"}
|
396
508
|
]
|
397
509
|
},
|
510
|
+
"GetRegexMatchSet":{
|
511
|
+
"name":"GetRegexMatchSet",
|
512
|
+
"http":{
|
513
|
+
"method":"POST",
|
514
|
+
"requestUri":"/"
|
515
|
+
},
|
516
|
+
"input":{"shape":"GetRegexMatchSetRequest"},
|
517
|
+
"output":{"shape":"GetRegexMatchSetResponse"},
|
518
|
+
"errors":[
|
519
|
+
{"shape":"WAFInternalErrorException"},
|
520
|
+
{"shape":"WAFInvalidAccountException"},
|
521
|
+
{"shape":"WAFNonexistentItemException"}
|
522
|
+
]
|
523
|
+
},
|
524
|
+
"GetRegexPatternSet":{
|
525
|
+
"name":"GetRegexPatternSet",
|
526
|
+
"http":{
|
527
|
+
"method":"POST",
|
528
|
+
"requestUri":"/"
|
529
|
+
},
|
530
|
+
"input":{"shape":"GetRegexPatternSetRequest"},
|
531
|
+
"output":{"shape":"GetRegexPatternSetResponse"},
|
532
|
+
"errors":[
|
533
|
+
{"shape":"WAFInternalErrorException"},
|
534
|
+
{"shape":"WAFInvalidAccountException"},
|
535
|
+
{"shape":"WAFNonexistentItemException"}
|
536
|
+
]
|
537
|
+
},
|
398
538
|
"GetRule":{
|
399
539
|
"name":"GetRule",
|
400
540
|
"http":{
|
@@ -507,6 +647,19 @@
|
|
507
647
|
{"shape":"WAFInvalidAccountException"}
|
508
648
|
]
|
509
649
|
},
|
650
|
+
"ListGeoMatchSets":{
|
651
|
+
"name":"ListGeoMatchSets",
|
652
|
+
"http":{
|
653
|
+
"method":"POST",
|
654
|
+
"requestUri":"/"
|
655
|
+
},
|
656
|
+
"input":{"shape":"ListGeoMatchSetsRequest"},
|
657
|
+
"output":{"shape":"ListGeoMatchSetsResponse"},
|
658
|
+
"errors":[
|
659
|
+
{"shape":"WAFInternalErrorException"},
|
660
|
+
{"shape":"WAFInvalidAccountException"}
|
661
|
+
]
|
662
|
+
},
|
510
663
|
"ListIPSets":{
|
511
664
|
"name":"ListIPSets",
|
512
665
|
"http":{
|
@@ -533,6 +686,32 @@
|
|
533
686
|
{"shape":"WAFInvalidAccountException"}
|
534
687
|
]
|
535
688
|
},
|
689
|
+
"ListRegexMatchSets":{
|
690
|
+
"name":"ListRegexMatchSets",
|
691
|
+
"http":{
|
692
|
+
"method":"POST",
|
693
|
+
"requestUri":"/"
|
694
|
+
},
|
695
|
+
"input":{"shape":"ListRegexMatchSetsRequest"},
|
696
|
+
"output":{"shape":"ListRegexMatchSetsResponse"},
|
697
|
+
"errors":[
|
698
|
+
{"shape":"WAFInternalErrorException"},
|
699
|
+
{"shape":"WAFInvalidAccountException"}
|
700
|
+
]
|
701
|
+
},
|
702
|
+
"ListRegexPatternSets":{
|
703
|
+
"name":"ListRegexPatternSets",
|
704
|
+
"http":{
|
705
|
+
"method":"POST",
|
706
|
+
"requestUri":"/"
|
707
|
+
},
|
708
|
+
"input":{"shape":"ListRegexPatternSetsRequest"},
|
709
|
+
"output":{"shape":"ListRegexPatternSetsResponse"},
|
710
|
+
"errors":[
|
711
|
+
{"shape":"WAFInternalErrorException"},
|
712
|
+
{"shape":"WAFInvalidAccountException"}
|
713
|
+
]
|
714
|
+
},
|
536
715
|
"ListResourcesForWebACL":{
|
537
716
|
"name":"ListResourcesForWebACL",
|
538
717
|
"http":{
|
@@ -631,6 +810,26 @@
|
|
631
810
|
{"shape":"WAFLimitsExceededException"}
|
632
811
|
]
|
633
812
|
},
|
813
|
+
"UpdateGeoMatchSet":{
|
814
|
+
"name":"UpdateGeoMatchSet",
|
815
|
+
"http":{
|
816
|
+
"method":"POST",
|
817
|
+
"requestUri":"/"
|
818
|
+
},
|
819
|
+
"input":{"shape":"UpdateGeoMatchSetRequest"},
|
820
|
+
"output":{"shape":"UpdateGeoMatchSetResponse"},
|
821
|
+
"errors":[
|
822
|
+
{"shape":"WAFStaleDataException"},
|
823
|
+
{"shape":"WAFInternalErrorException"},
|
824
|
+
{"shape":"WAFInvalidAccountException"},
|
825
|
+
{"shape":"WAFInvalidOperationException"},
|
826
|
+
{"shape":"WAFInvalidParameterException"},
|
827
|
+
{"shape":"WAFNonexistentContainerException"},
|
828
|
+
{"shape":"WAFNonexistentItemException"},
|
829
|
+
{"shape":"WAFReferencedItemException"},
|
830
|
+
{"shape":"WAFLimitsExceededException"}
|
831
|
+
]
|
832
|
+
},
|
634
833
|
"UpdateIPSet":{
|
635
834
|
"name":"UpdateIPSet",
|
636
835
|
"http":{
|
@@ -671,6 +870,43 @@
|
|
671
870
|
{"shape":"WAFLimitsExceededException"}
|
672
871
|
]
|
673
872
|
},
|
873
|
+
"UpdateRegexMatchSet":{
|
874
|
+
"name":"UpdateRegexMatchSet",
|
875
|
+
"http":{
|
876
|
+
"method":"POST",
|
877
|
+
"requestUri":"/"
|
878
|
+
},
|
879
|
+
"input":{"shape":"UpdateRegexMatchSetRequest"},
|
880
|
+
"output":{"shape":"UpdateRegexMatchSetResponse"},
|
881
|
+
"errors":[
|
882
|
+
{"shape":"WAFStaleDataException"},
|
883
|
+
{"shape":"WAFInternalErrorException"},
|
884
|
+
{"shape":"WAFDisallowedNameException"},
|
885
|
+
{"shape":"WAFLimitsExceededException"},
|
886
|
+
{"shape":"WAFNonexistentItemException"},
|
887
|
+
{"shape":"WAFNonexistentContainerException"},
|
888
|
+
{"shape":"WAFInvalidOperationException"},
|
889
|
+
{"shape":"WAFInvalidAccountException"}
|
890
|
+
]
|
891
|
+
},
|
892
|
+
"UpdateRegexPatternSet":{
|
893
|
+
"name":"UpdateRegexPatternSet",
|
894
|
+
"http":{
|
895
|
+
"method":"POST",
|
896
|
+
"requestUri":"/"
|
897
|
+
},
|
898
|
+
"input":{"shape":"UpdateRegexPatternSetRequest"},
|
899
|
+
"output":{"shape":"UpdateRegexPatternSetResponse"},
|
900
|
+
"errors":[
|
901
|
+
{"shape":"WAFStaleDataException"},
|
902
|
+
{"shape":"WAFInternalErrorException"},
|
903
|
+
{"shape":"WAFLimitsExceededException"},
|
904
|
+
{"shape":"WAFNonexistentContainerException"},
|
905
|
+
{"shape":"WAFInvalidOperationException"},
|
906
|
+
{"shape":"WAFInvalidAccountException"},
|
907
|
+
{"shape":"WAFInvalidRegexPatternException"}
|
908
|
+
]
|
909
|
+
},
|
674
910
|
"UpdateRule":{
|
675
911
|
"name":"UpdateRule",
|
676
912
|
"http":{
|
@@ -846,7 +1082,8 @@
|
|
846
1082
|
},
|
847
1083
|
"ByteMatchSetUpdates":{
|
848
1084
|
"type":"list",
|
849
|
-
"member":{"shape":"ByteMatchSetUpdate"}
|
1085
|
+
"member":{"shape":"ByteMatchSetUpdate"},
|
1086
|
+
"min":1
|
850
1087
|
},
|
851
1088
|
"ByteMatchTargetString":{"type":"blob"},
|
852
1089
|
"ByteMatchTuple":{
|
@@ -917,6 +1154,24 @@
|
|
917
1154
|
"ChangeToken":{"shape":"ChangeToken"}
|
918
1155
|
}
|
919
1156
|
},
|
1157
|
+
"CreateGeoMatchSetRequest":{
|
1158
|
+
"type":"structure",
|
1159
|
+
"required":[
|
1160
|
+
"Name",
|
1161
|
+
"ChangeToken"
|
1162
|
+
],
|
1163
|
+
"members":{
|
1164
|
+
"Name":{"shape":"ResourceName"},
|
1165
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1166
|
+
}
|
1167
|
+
},
|
1168
|
+
"CreateGeoMatchSetResponse":{
|
1169
|
+
"type":"structure",
|
1170
|
+
"members":{
|
1171
|
+
"GeoMatchSet":{"shape":"GeoMatchSet"},
|
1172
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1173
|
+
}
|
1174
|
+
},
|
920
1175
|
"CreateIPSetRequest":{
|
921
1176
|
"type":"structure",
|
922
1177
|
"required":[
|
@@ -959,6 +1214,42 @@
|
|
959
1214
|
"ChangeToken":{"shape":"ChangeToken"}
|
960
1215
|
}
|
961
1216
|
},
|
1217
|
+
"CreateRegexMatchSetRequest":{
|
1218
|
+
"type":"structure",
|
1219
|
+
"required":[
|
1220
|
+
"Name",
|
1221
|
+
"ChangeToken"
|
1222
|
+
],
|
1223
|
+
"members":{
|
1224
|
+
"Name":{"shape":"ResourceName"},
|
1225
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1226
|
+
}
|
1227
|
+
},
|
1228
|
+
"CreateRegexMatchSetResponse":{
|
1229
|
+
"type":"structure",
|
1230
|
+
"members":{
|
1231
|
+
"RegexMatchSet":{"shape":"RegexMatchSet"},
|
1232
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"CreateRegexPatternSetRequest":{
|
1236
|
+
"type":"structure",
|
1237
|
+
"required":[
|
1238
|
+
"Name",
|
1239
|
+
"ChangeToken"
|
1240
|
+
],
|
1241
|
+
"members":{
|
1242
|
+
"Name":{"shape":"ResourceName"},
|
1243
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1244
|
+
}
|
1245
|
+
},
|
1246
|
+
"CreateRegexPatternSetResponse":{
|
1247
|
+
"type":"structure",
|
1248
|
+
"members":{
|
1249
|
+
"RegexPatternSet":{"shape":"RegexPatternSet"},
|
1250
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1251
|
+
}
|
1252
|
+
},
|
962
1253
|
"CreateRuleRequest":{
|
963
1254
|
"type":"structure",
|
964
1255
|
"required":[
|
@@ -1072,6 +1363,23 @@
|
|
1072
1363
|
"ChangeToken":{"shape":"ChangeToken"}
|
1073
1364
|
}
|
1074
1365
|
},
|
1366
|
+
"DeleteGeoMatchSetRequest":{
|
1367
|
+
"type":"structure",
|
1368
|
+
"required":[
|
1369
|
+
"GeoMatchSetId",
|
1370
|
+
"ChangeToken"
|
1371
|
+
],
|
1372
|
+
"members":{
|
1373
|
+
"GeoMatchSetId":{"shape":"ResourceId"},
|
1374
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1375
|
+
}
|
1376
|
+
},
|
1377
|
+
"DeleteGeoMatchSetResponse":{
|
1378
|
+
"type":"structure",
|
1379
|
+
"members":{
|
1380
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1381
|
+
}
|
1382
|
+
},
|
1075
1383
|
"DeleteIPSetRequest":{
|
1076
1384
|
"type":"structure",
|
1077
1385
|
"required":[
|
@@ -1106,6 +1414,40 @@
|
|
1106
1414
|
"ChangeToken":{"shape":"ChangeToken"}
|
1107
1415
|
}
|
1108
1416
|
},
|
1417
|
+
"DeleteRegexMatchSetRequest":{
|
1418
|
+
"type":"structure",
|
1419
|
+
"required":[
|
1420
|
+
"RegexMatchSetId",
|
1421
|
+
"ChangeToken"
|
1422
|
+
],
|
1423
|
+
"members":{
|
1424
|
+
"RegexMatchSetId":{"shape":"ResourceId"},
|
1425
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1426
|
+
}
|
1427
|
+
},
|
1428
|
+
"DeleteRegexMatchSetResponse":{
|
1429
|
+
"type":"structure",
|
1430
|
+
"members":{
|
1431
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1432
|
+
}
|
1433
|
+
},
|
1434
|
+
"DeleteRegexPatternSetRequest":{
|
1435
|
+
"type":"structure",
|
1436
|
+
"required":[
|
1437
|
+
"RegexPatternSetId",
|
1438
|
+
"ChangeToken"
|
1439
|
+
],
|
1440
|
+
"members":{
|
1441
|
+
"RegexPatternSetId":{"shape":"ResourceId"},
|
1442
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1443
|
+
}
|
1444
|
+
},
|
1445
|
+
"DeleteRegexPatternSetResponse":{
|
1446
|
+
"type":"structure",
|
1447
|
+
"members":{
|
1448
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
1449
|
+
}
|
1450
|
+
},
|
1109
1451
|
"DeleteRuleRequest":{
|
1110
1452
|
"type":"structure",
|
1111
1453
|
"required":[
|
@@ -1211,6 +1553,322 @@
|
|
1211
1553
|
"Data":{"shape":"MatchFieldData"}
|
1212
1554
|
}
|
1213
1555
|
},
|
1556
|
+
"GeoMatchConstraint":{
|
1557
|
+
"type":"structure",
|
1558
|
+
"required":[
|
1559
|
+
"Type",
|
1560
|
+
"Value"
|
1561
|
+
],
|
1562
|
+
"members":{
|
1563
|
+
"Type":{"shape":"GeoMatchConstraintType"},
|
1564
|
+
"Value":{"shape":"GeoMatchConstraintValue"}
|
1565
|
+
}
|
1566
|
+
},
|
1567
|
+
"GeoMatchConstraintType":{
|
1568
|
+
"type":"string",
|
1569
|
+
"enum":["Country"]
|
1570
|
+
},
|
1571
|
+
"GeoMatchConstraintValue":{
|
1572
|
+
"type":"string",
|
1573
|
+
"enum":[
|
1574
|
+
"AF",
|
1575
|
+
"AX",
|
1576
|
+
"AL",
|
1577
|
+
"DZ",
|
1578
|
+
"AS",
|
1579
|
+
"AD",
|
1580
|
+
"AO",
|
1581
|
+
"AI",
|
1582
|
+
"AQ",
|
1583
|
+
"AG",
|
1584
|
+
"AR",
|
1585
|
+
"AM",
|
1586
|
+
"AW",
|
1587
|
+
"AU",
|
1588
|
+
"AT",
|
1589
|
+
"AZ",
|
1590
|
+
"BS",
|
1591
|
+
"BH",
|
1592
|
+
"BD",
|
1593
|
+
"BB",
|
1594
|
+
"BY",
|
1595
|
+
"BE",
|
1596
|
+
"BZ",
|
1597
|
+
"BJ",
|
1598
|
+
"BM",
|
1599
|
+
"BT",
|
1600
|
+
"BO",
|
1601
|
+
"BQ",
|
1602
|
+
"BA",
|
1603
|
+
"BW",
|
1604
|
+
"BV",
|
1605
|
+
"BR",
|
1606
|
+
"IO",
|
1607
|
+
"BN",
|
1608
|
+
"BG",
|
1609
|
+
"BF",
|
1610
|
+
"BI",
|
1611
|
+
"KH",
|
1612
|
+
"CM",
|
1613
|
+
"CA",
|
1614
|
+
"CV",
|
1615
|
+
"KY",
|
1616
|
+
"CF",
|
1617
|
+
"TD",
|
1618
|
+
"CL",
|
1619
|
+
"CN",
|
1620
|
+
"CX",
|
1621
|
+
"CC",
|
1622
|
+
"CO",
|
1623
|
+
"KM",
|
1624
|
+
"CG",
|
1625
|
+
"CD",
|
1626
|
+
"CK",
|
1627
|
+
"CR",
|
1628
|
+
"CI",
|
1629
|
+
"HR",
|
1630
|
+
"CU",
|
1631
|
+
"CW",
|
1632
|
+
"CY",
|
1633
|
+
"CZ",
|
1634
|
+
"DK",
|
1635
|
+
"DJ",
|
1636
|
+
"DM",
|
1637
|
+
"DO",
|
1638
|
+
"EC",
|
1639
|
+
"EG",
|
1640
|
+
"SV",
|
1641
|
+
"GQ",
|
1642
|
+
"ER",
|
1643
|
+
"EE",
|
1644
|
+
"ET",
|
1645
|
+
"FK",
|
1646
|
+
"FO",
|
1647
|
+
"FJ",
|
1648
|
+
"FI",
|
1649
|
+
"FR",
|
1650
|
+
"GF",
|
1651
|
+
"PF",
|
1652
|
+
"TF",
|
1653
|
+
"GA",
|
1654
|
+
"GM",
|
1655
|
+
"GE",
|
1656
|
+
"DE",
|
1657
|
+
"GH",
|
1658
|
+
"GI",
|
1659
|
+
"GR",
|
1660
|
+
"GL",
|
1661
|
+
"GD",
|
1662
|
+
"GP",
|
1663
|
+
"GU",
|
1664
|
+
"GT",
|
1665
|
+
"GG",
|
1666
|
+
"GN",
|
1667
|
+
"GW",
|
1668
|
+
"GY",
|
1669
|
+
"HT",
|
1670
|
+
"HM",
|
1671
|
+
"VA",
|
1672
|
+
"HN",
|
1673
|
+
"HK",
|
1674
|
+
"HU",
|
1675
|
+
"IS",
|
1676
|
+
"IN",
|
1677
|
+
"ID",
|
1678
|
+
"IR",
|
1679
|
+
"IQ",
|
1680
|
+
"IE",
|
1681
|
+
"IM",
|
1682
|
+
"IL",
|
1683
|
+
"IT",
|
1684
|
+
"JM",
|
1685
|
+
"JP",
|
1686
|
+
"JE",
|
1687
|
+
"JO",
|
1688
|
+
"KZ",
|
1689
|
+
"KE",
|
1690
|
+
"KI",
|
1691
|
+
"KP",
|
1692
|
+
"KR",
|
1693
|
+
"KW",
|
1694
|
+
"KG",
|
1695
|
+
"LA",
|
1696
|
+
"LV",
|
1697
|
+
"LB",
|
1698
|
+
"LS",
|
1699
|
+
"LR",
|
1700
|
+
"LY",
|
1701
|
+
"LI",
|
1702
|
+
"LT",
|
1703
|
+
"LU",
|
1704
|
+
"MO",
|
1705
|
+
"MK",
|
1706
|
+
"MG",
|
1707
|
+
"MW",
|
1708
|
+
"MY",
|
1709
|
+
"MV",
|
1710
|
+
"ML",
|
1711
|
+
"MT",
|
1712
|
+
"MH",
|
1713
|
+
"MQ",
|
1714
|
+
"MR",
|
1715
|
+
"MU",
|
1716
|
+
"YT",
|
1717
|
+
"MX",
|
1718
|
+
"FM",
|
1719
|
+
"MD",
|
1720
|
+
"MC",
|
1721
|
+
"MN",
|
1722
|
+
"ME",
|
1723
|
+
"MS",
|
1724
|
+
"MA",
|
1725
|
+
"MZ",
|
1726
|
+
"MM",
|
1727
|
+
"NA",
|
1728
|
+
"NR",
|
1729
|
+
"NP",
|
1730
|
+
"NL",
|
1731
|
+
"NC",
|
1732
|
+
"NZ",
|
1733
|
+
"NI",
|
1734
|
+
"NE",
|
1735
|
+
"NG",
|
1736
|
+
"NU",
|
1737
|
+
"NF",
|
1738
|
+
"MP",
|
1739
|
+
"NO",
|
1740
|
+
"OM",
|
1741
|
+
"PK",
|
1742
|
+
"PW",
|
1743
|
+
"PS",
|
1744
|
+
"PA",
|
1745
|
+
"PG",
|
1746
|
+
"PY",
|
1747
|
+
"PE",
|
1748
|
+
"PH",
|
1749
|
+
"PN",
|
1750
|
+
"PL",
|
1751
|
+
"PT",
|
1752
|
+
"PR",
|
1753
|
+
"QA",
|
1754
|
+
"RE",
|
1755
|
+
"RO",
|
1756
|
+
"RU",
|
1757
|
+
"RW",
|
1758
|
+
"BL",
|
1759
|
+
"SH",
|
1760
|
+
"KN",
|
1761
|
+
"LC",
|
1762
|
+
"MF",
|
1763
|
+
"PM",
|
1764
|
+
"VC",
|
1765
|
+
"WS",
|
1766
|
+
"SM",
|
1767
|
+
"ST",
|
1768
|
+
"SA",
|
1769
|
+
"SN",
|
1770
|
+
"RS",
|
1771
|
+
"SC",
|
1772
|
+
"SL",
|
1773
|
+
"SG",
|
1774
|
+
"SX",
|
1775
|
+
"SK",
|
1776
|
+
"SI",
|
1777
|
+
"SB",
|
1778
|
+
"SO",
|
1779
|
+
"ZA",
|
1780
|
+
"GS",
|
1781
|
+
"SS",
|
1782
|
+
"ES",
|
1783
|
+
"LK",
|
1784
|
+
"SD",
|
1785
|
+
"SR",
|
1786
|
+
"SJ",
|
1787
|
+
"SZ",
|
1788
|
+
"SE",
|
1789
|
+
"CH",
|
1790
|
+
"SY",
|
1791
|
+
"TW",
|
1792
|
+
"TJ",
|
1793
|
+
"TZ",
|
1794
|
+
"TH",
|
1795
|
+
"TL",
|
1796
|
+
"TG",
|
1797
|
+
"TK",
|
1798
|
+
"TO",
|
1799
|
+
"TT",
|
1800
|
+
"TN",
|
1801
|
+
"TR",
|
1802
|
+
"TM",
|
1803
|
+
"TC",
|
1804
|
+
"TV",
|
1805
|
+
"UG",
|
1806
|
+
"UA",
|
1807
|
+
"AE",
|
1808
|
+
"GB",
|
1809
|
+
"US",
|
1810
|
+
"UM",
|
1811
|
+
"UY",
|
1812
|
+
"UZ",
|
1813
|
+
"VU",
|
1814
|
+
"VE",
|
1815
|
+
"VN",
|
1816
|
+
"VG",
|
1817
|
+
"VI",
|
1818
|
+
"WF",
|
1819
|
+
"EH",
|
1820
|
+
"YE",
|
1821
|
+
"ZM",
|
1822
|
+
"ZW"
|
1823
|
+
]
|
1824
|
+
},
|
1825
|
+
"GeoMatchConstraints":{
|
1826
|
+
"type":"list",
|
1827
|
+
"member":{"shape":"GeoMatchConstraint"}
|
1828
|
+
},
|
1829
|
+
"GeoMatchSet":{
|
1830
|
+
"type":"structure",
|
1831
|
+
"required":[
|
1832
|
+
"GeoMatchSetId",
|
1833
|
+
"GeoMatchConstraints"
|
1834
|
+
],
|
1835
|
+
"members":{
|
1836
|
+
"GeoMatchSetId":{"shape":"ResourceId"},
|
1837
|
+
"Name":{"shape":"ResourceName"},
|
1838
|
+
"GeoMatchConstraints":{"shape":"GeoMatchConstraints"}
|
1839
|
+
}
|
1840
|
+
},
|
1841
|
+
"GeoMatchSetSummaries":{
|
1842
|
+
"type":"list",
|
1843
|
+
"member":{"shape":"GeoMatchSetSummary"}
|
1844
|
+
},
|
1845
|
+
"GeoMatchSetSummary":{
|
1846
|
+
"type":"structure",
|
1847
|
+
"required":[
|
1848
|
+
"GeoMatchSetId",
|
1849
|
+
"Name"
|
1850
|
+
],
|
1851
|
+
"members":{
|
1852
|
+
"GeoMatchSetId":{"shape":"ResourceId"},
|
1853
|
+
"Name":{"shape":"ResourceName"}
|
1854
|
+
}
|
1855
|
+
},
|
1856
|
+
"GeoMatchSetUpdate":{
|
1857
|
+
"type":"structure",
|
1858
|
+
"required":[
|
1859
|
+
"Action",
|
1860
|
+
"GeoMatchConstraint"
|
1861
|
+
],
|
1862
|
+
"members":{
|
1863
|
+
"Action":{"shape":"ChangeAction"},
|
1864
|
+
"GeoMatchConstraint":{"shape":"GeoMatchConstraint"}
|
1865
|
+
}
|
1866
|
+
},
|
1867
|
+
"GeoMatchSetUpdates":{
|
1868
|
+
"type":"list",
|
1869
|
+
"member":{"shape":"GeoMatchSetUpdate"},
|
1870
|
+
"min":1
|
1871
|
+
},
|
1214
1872
|
"GetByteMatchSetRequest":{
|
1215
1873
|
"type":"structure",
|
1216
1874
|
"required":["ByteMatchSetId"],
|
@@ -1248,6 +1906,19 @@
|
|
1248
1906
|
"ChangeTokenStatus":{"shape":"ChangeTokenStatus"}
|
1249
1907
|
}
|
1250
1908
|
},
|
1909
|
+
"GetGeoMatchSetRequest":{
|
1910
|
+
"type":"structure",
|
1911
|
+
"required":["GeoMatchSetId"],
|
1912
|
+
"members":{
|
1913
|
+
"GeoMatchSetId":{"shape":"ResourceId"}
|
1914
|
+
}
|
1915
|
+
},
|
1916
|
+
"GetGeoMatchSetResponse":{
|
1917
|
+
"type":"structure",
|
1918
|
+
"members":{
|
1919
|
+
"GeoMatchSet":{"shape":"GeoMatchSet"}
|
1920
|
+
}
|
1921
|
+
},
|
1251
1922
|
"GetIPSetRequest":{
|
1252
1923
|
"type":"structure",
|
1253
1924
|
"required":["IPSetId"],
|
@@ -1289,6 +1960,32 @@
|
|
1289
1960
|
"Rule":{"shape":"RateBasedRule"}
|
1290
1961
|
}
|
1291
1962
|
},
|
1963
|
+
"GetRegexMatchSetRequest":{
|
1964
|
+
"type":"structure",
|
1965
|
+
"required":["RegexMatchSetId"],
|
1966
|
+
"members":{
|
1967
|
+
"RegexMatchSetId":{"shape":"ResourceId"}
|
1968
|
+
}
|
1969
|
+
},
|
1970
|
+
"GetRegexMatchSetResponse":{
|
1971
|
+
"type":"structure",
|
1972
|
+
"members":{
|
1973
|
+
"RegexMatchSet":{"shape":"RegexMatchSet"}
|
1974
|
+
}
|
1975
|
+
},
|
1976
|
+
"GetRegexPatternSetRequest":{
|
1977
|
+
"type":"structure",
|
1978
|
+
"required":["RegexPatternSetId"],
|
1979
|
+
"members":{
|
1980
|
+
"RegexPatternSetId":{"shape":"ResourceId"}
|
1981
|
+
}
|
1982
|
+
},
|
1983
|
+
"GetRegexPatternSetResponse":{
|
1984
|
+
"type":"structure",
|
1985
|
+
"members":{
|
1986
|
+
"RegexPatternSet":{"shape":"RegexPatternSet"}
|
1987
|
+
}
|
1988
|
+
},
|
1292
1989
|
"GetRuleRequest":{
|
1293
1990
|
"type":"structure",
|
1294
1991
|
"required":["RuleId"],
|
@@ -1484,7 +2181,8 @@
|
|
1484
2181
|
},
|
1485
2182
|
"IPSetUpdates":{
|
1486
2183
|
"type":"list",
|
1487
|
-
"member":{"shape":"IPSetUpdate"}
|
2184
|
+
"member":{"shape":"IPSetUpdate"},
|
2185
|
+
"min":1
|
1488
2186
|
},
|
1489
2187
|
"IPString":{"type":"string"},
|
1490
2188
|
"ListByteMatchSetsRequest":{
|
@@ -1501,6 +2199,20 @@
|
|
1501
2199
|
"ByteMatchSets":{"shape":"ByteMatchSetSummaries"}
|
1502
2200
|
}
|
1503
2201
|
},
|
2202
|
+
"ListGeoMatchSetsRequest":{
|
2203
|
+
"type":"structure",
|
2204
|
+
"members":{
|
2205
|
+
"NextMarker":{"shape":"NextMarker"},
|
2206
|
+
"Limit":{"shape":"PaginationLimit"}
|
2207
|
+
}
|
2208
|
+
},
|
2209
|
+
"ListGeoMatchSetsResponse":{
|
2210
|
+
"type":"structure",
|
2211
|
+
"members":{
|
2212
|
+
"NextMarker":{"shape":"NextMarker"},
|
2213
|
+
"GeoMatchSets":{"shape":"GeoMatchSetSummaries"}
|
2214
|
+
}
|
2215
|
+
},
|
1504
2216
|
"ListIPSetsRequest":{
|
1505
2217
|
"type":"structure",
|
1506
2218
|
"members":{
|
@@ -1529,6 +2241,34 @@
|
|
1529
2241
|
"Rules":{"shape":"RuleSummaries"}
|
1530
2242
|
}
|
1531
2243
|
},
|
2244
|
+
"ListRegexMatchSetsRequest":{
|
2245
|
+
"type":"structure",
|
2246
|
+
"members":{
|
2247
|
+
"NextMarker":{"shape":"NextMarker"},
|
2248
|
+
"Limit":{"shape":"PaginationLimit"}
|
2249
|
+
}
|
2250
|
+
},
|
2251
|
+
"ListRegexMatchSetsResponse":{
|
2252
|
+
"type":"structure",
|
2253
|
+
"members":{
|
2254
|
+
"NextMarker":{"shape":"NextMarker"},
|
2255
|
+
"RegexMatchSets":{"shape":"RegexMatchSetSummaries"}
|
2256
|
+
}
|
2257
|
+
},
|
2258
|
+
"ListRegexPatternSetsRequest":{
|
2259
|
+
"type":"structure",
|
2260
|
+
"members":{
|
2261
|
+
"NextMarker":{"shape":"NextMarker"},
|
2262
|
+
"Limit":{"shape":"PaginationLimit"}
|
2263
|
+
}
|
2264
|
+
},
|
2265
|
+
"ListRegexPatternSetsResponse":{
|
2266
|
+
"type":"structure",
|
2267
|
+
"members":{
|
2268
|
+
"NextMarker":{"shape":"NextMarker"},
|
2269
|
+
"RegexPatternSets":{"shape":"RegexPatternSetSummaries"}
|
2270
|
+
}
|
2271
|
+
},
|
1532
2272
|
"ListResourcesForWebACLRequest":{
|
1533
2273
|
"type":"structure",
|
1534
2274
|
"required":["WebACLId"],
|
@@ -1651,6 +2391,8 @@
|
|
1651
2391
|
"BYTE_MATCH_TEXT_TRANSFORMATION",
|
1652
2392
|
"BYTE_MATCH_POSITIONAL_CONSTRAINT",
|
1653
2393
|
"SIZE_CONSTRAINT_COMPARISON_OPERATOR",
|
2394
|
+
"GEO_MATCH_LOCATION_TYPE",
|
2395
|
+
"GEO_MATCH_LOCATION_VALUE",
|
1654
2396
|
"RATE_KEY",
|
1655
2397
|
"RULE_TYPE",
|
1656
2398
|
"NEXT_MARKER"
|
@@ -1697,8 +2439,10 @@
|
|
1697
2439
|
"IPMatch",
|
1698
2440
|
"ByteMatch",
|
1699
2441
|
"SqlInjectionMatch",
|
2442
|
+
"GeoMatch",
|
1700
2443
|
"SizeConstraint",
|
1701
|
-
"XssMatch"
|
2444
|
+
"XssMatch",
|
2445
|
+
"RegexMatch"
|
1702
2446
|
]
|
1703
2447
|
},
|
1704
2448
|
"Predicates":{
|
@@ -1730,6 +2474,114 @@
|
|
1730
2474
|
"type":"long",
|
1731
2475
|
"min":2000
|
1732
2476
|
},
|
2477
|
+
"RegexMatchSet":{
|
2478
|
+
"type":"structure",
|
2479
|
+
"members":{
|
2480
|
+
"RegexMatchSetId":{"shape":"ResourceId"},
|
2481
|
+
"Name":{"shape":"ResourceName"},
|
2482
|
+
"RegexMatchTuples":{"shape":"RegexMatchTuples"}
|
2483
|
+
}
|
2484
|
+
},
|
2485
|
+
"RegexMatchSetSummaries":{
|
2486
|
+
"type":"list",
|
2487
|
+
"member":{"shape":"RegexMatchSetSummary"}
|
2488
|
+
},
|
2489
|
+
"RegexMatchSetSummary":{
|
2490
|
+
"type":"structure",
|
2491
|
+
"required":[
|
2492
|
+
"RegexMatchSetId",
|
2493
|
+
"Name"
|
2494
|
+
],
|
2495
|
+
"members":{
|
2496
|
+
"RegexMatchSetId":{"shape":"ResourceId"},
|
2497
|
+
"Name":{"shape":"ResourceName"}
|
2498
|
+
}
|
2499
|
+
},
|
2500
|
+
"RegexMatchSetUpdate":{
|
2501
|
+
"type":"structure",
|
2502
|
+
"required":[
|
2503
|
+
"Action",
|
2504
|
+
"RegexMatchTuple"
|
2505
|
+
],
|
2506
|
+
"members":{
|
2507
|
+
"Action":{"shape":"ChangeAction"},
|
2508
|
+
"RegexMatchTuple":{"shape":"RegexMatchTuple"}
|
2509
|
+
}
|
2510
|
+
},
|
2511
|
+
"RegexMatchSetUpdates":{
|
2512
|
+
"type":"list",
|
2513
|
+
"member":{"shape":"RegexMatchSetUpdate"},
|
2514
|
+
"min":1
|
2515
|
+
},
|
2516
|
+
"RegexMatchTuple":{
|
2517
|
+
"type":"structure",
|
2518
|
+
"required":[
|
2519
|
+
"FieldToMatch",
|
2520
|
+
"TextTransformation",
|
2521
|
+
"RegexPatternSetId"
|
2522
|
+
],
|
2523
|
+
"members":{
|
2524
|
+
"FieldToMatch":{"shape":"FieldToMatch"},
|
2525
|
+
"TextTransformation":{"shape":"TextTransformation"},
|
2526
|
+
"RegexPatternSetId":{"shape":"ResourceId"}
|
2527
|
+
}
|
2528
|
+
},
|
2529
|
+
"RegexMatchTuples":{
|
2530
|
+
"type":"list",
|
2531
|
+
"member":{"shape":"RegexMatchTuple"}
|
2532
|
+
},
|
2533
|
+
"RegexPatternSet":{
|
2534
|
+
"type":"structure",
|
2535
|
+
"required":[
|
2536
|
+
"RegexPatternSetId",
|
2537
|
+
"RegexPatternStrings"
|
2538
|
+
],
|
2539
|
+
"members":{
|
2540
|
+
"RegexPatternSetId":{"shape":"ResourceId"},
|
2541
|
+
"Name":{"shape":"ResourceName"},
|
2542
|
+
"RegexPatternStrings":{"shape":"RegexPatternStrings"}
|
2543
|
+
}
|
2544
|
+
},
|
2545
|
+
"RegexPatternSetSummaries":{
|
2546
|
+
"type":"list",
|
2547
|
+
"member":{"shape":"RegexPatternSetSummary"}
|
2548
|
+
},
|
2549
|
+
"RegexPatternSetSummary":{
|
2550
|
+
"type":"structure",
|
2551
|
+
"required":[
|
2552
|
+
"RegexPatternSetId",
|
2553
|
+
"Name"
|
2554
|
+
],
|
2555
|
+
"members":{
|
2556
|
+
"RegexPatternSetId":{"shape":"ResourceId"},
|
2557
|
+
"Name":{"shape":"ResourceName"}
|
2558
|
+
}
|
2559
|
+
},
|
2560
|
+
"RegexPatternSetUpdate":{
|
2561
|
+
"type":"structure",
|
2562
|
+
"required":[
|
2563
|
+
"Action",
|
2564
|
+
"RegexPatternString"
|
2565
|
+
],
|
2566
|
+
"members":{
|
2567
|
+
"Action":{"shape":"ChangeAction"},
|
2568
|
+
"RegexPatternString":{"shape":"RegexPatternString"}
|
2569
|
+
}
|
2570
|
+
},
|
2571
|
+
"RegexPatternSetUpdates":{
|
2572
|
+
"type":"list",
|
2573
|
+
"member":{"shape":"RegexPatternSetUpdate"},
|
2574
|
+
"min":1
|
2575
|
+
},
|
2576
|
+
"RegexPatternString":{
|
2577
|
+
"type":"string",
|
2578
|
+
"min":1
|
2579
|
+
},
|
2580
|
+
"RegexPatternStrings":{
|
2581
|
+
"type":"list",
|
2582
|
+
"member":{"shape":"RegexPatternString"},
|
2583
|
+
"max":10
|
2584
|
+
},
|
1733
2585
|
"ResourceArn":{
|
1734
2586
|
"type":"string",
|
1735
2587
|
"max":1224,
|
@@ -1874,7 +2726,8 @@
|
|
1874
2726
|
},
|
1875
2727
|
"SizeConstraintSetUpdates":{
|
1876
2728
|
"type":"list",
|
1877
|
-
"member":{"shape":"SizeConstraintSetUpdate"}
|
2729
|
+
"member":{"shape":"SizeConstraintSetUpdate"},
|
2730
|
+
"min":1
|
1878
2731
|
},
|
1879
2732
|
"SizeConstraints":{
|
1880
2733
|
"type":"list",
|
@@ -1920,7 +2773,8 @@
|
|
1920
2773
|
},
|
1921
2774
|
"SqlInjectionMatchSetUpdates":{
|
1922
2775
|
"type":"list",
|
1923
|
-
"member":{"shape":"SqlInjectionMatchSetUpdate"}
|
2776
|
+
"member":{"shape":"SqlInjectionMatchSetUpdate"},
|
2777
|
+
"min":1
|
1924
2778
|
},
|
1925
2779
|
"SqlInjectionMatchTuple":{
|
1926
2780
|
"type":"structure",
|
@@ -1980,6 +2834,25 @@
|
|
1980
2834
|
"ChangeToken":{"shape":"ChangeToken"}
|
1981
2835
|
}
|
1982
2836
|
},
|
2837
|
+
"UpdateGeoMatchSetRequest":{
|
2838
|
+
"type":"structure",
|
2839
|
+
"required":[
|
2840
|
+
"GeoMatchSetId",
|
2841
|
+
"ChangeToken",
|
2842
|
+
"Updates"
|
2843
|
+
],
|
2844
|
+
"members":{
|
2845
|
+
"GeoMatchSetId":{"shape":"ResourceId"},
|
2846
|
+
"ChangeToken":{"shape":"ChangeToken"},
|
2847
|
+
"Updates":{"shape":"GeoMatchSetUpdates"}
|
2848
|
+
}
|
2849
|
+
},
|
2850
|
+
"UpdateGeoMatchSetResponse":{
|
2851
|
+
"type":"structure",
|
2852
|
+
"members":{
|
2853
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
2854
|
+
}
|
2855
|
+
},
|
1983
2856
|
"UpdateIPSetRequest":{
|
1984
2857
|
"type":"structure",
|
1985
2858
|
"required":[
|
@@ -2020,6 +2893,44 @@
|
|
2020
2893
|
"ChangeToken":{"shape":"ChangeToken"}
|
2021
2894
|
}
|
2022
2895
|
},
|
2896
|
+
"UpdateRegexMatchSetRequest":{
|
2897
|
+
"type":"structure",
|
2898
|
+
"required":[
|
2899
|
+
"RegexMatchSetId",
|
2900
|
+
"Updates",
|
2901
|
+
"ChangeToken"
|
2902
|
+
],
|
2903
|
+
"members":{
|
2904
|
+
"RegexMatchSetId":{"shape":"ResourceId"},
|
2905
|
+
"Updates":{"shape":"RegexMatchSetUpdates"},
|
2906
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
2907
|
+
}
|
2908
|
+
},
|
2909
|
+
"UpdateRegexMatchSetResponse":{
|
2910
|
+
"type":"structure",
|
2911
|
+
"members":{
|
2912
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
2913
|
+
}
|
2914
|
+
},
|
2915
|
+
"UpdateRegexPatternSetRequest":{
|
2916
|
+
"type":"structure",
|
2917
|
+
"required":[
|
2918
|
+
"RegexPatternSetId",
|
2919
|
+
"Updates",
|
2920
|
+
"ChangeToken"
|
2921
|
+
],
|
2922
|
+
"members":{
|
2923
|
+
"RegexPatternSetId":{"shape":"ResourceId"},
|
2924
|
+
"Updates":{"shape":"RegexPatternSetUpdates"},
|
2925
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
2926
|
+
}
|
2927
|
+
},
|
2928
|
+
"UpdateRegexPatternSetResponse":{
|
2929
|
+
"type":"structure",
|
2930
|
+
"members":{
|
2931
|
+
"ChangeToken":{"shape":"ChangeToken"}
|
2932
|
+
}
|
2933
|
+
},
|
2023
2934
|
"UpdateRuleRequest":{
|
2024
2935
|
"type":"structure",
|
2025
2936
|
"required":[
|
@@ -2152,6 +3063,13 @@
|
|
2152
3063
|
},
|
2153
3064
|
"exception":true
|
2154
3065
|
},
|
3066
|
+
"WAFInvalidRegexPatternException":{
|
3067
|
+
"type":"structure",
|
3068
|
+
"members":{
|
3069
|
+
"message":{"shape":"errorMessage"}
|
3070
|
+
},
|
3071
|
+
"exception":true
|
3072
|
+
},
|
2155
3073
|
"WAFLimitsExceededException":{
|
2156
3074
|
"type":"structure",
|
2157
3075
|
"members":{
|
@@ -2308,7 +3226,8 @@
|
|
2308
3226
|
},
|
2309
3227
|
"XssMatchSetUpdates":{
|
2310
3228
|
"type":"list",
|
2311
|
-
"member":{"shape":"XssMatchSetUpdate"}
|
3229
|
+
"member":{"shape":"XssMatchSetUpdate"},
|
3230
|
+
"min":1
|
2312
3231
|
},
|
2313
3232
|
"XssMatchTuple":{
|
2314
3233
|
"type":"structure",
|