aws-sdk-core 2.11.310 → 2.11.311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,7 +93,10 @@
93
93
  {"shape":"WAFInternalErrorException"},
94
94
  {"shape":"WAFDisallowedNameException"},
95
95
  {"shape":"WAFInvalidParameterException"},
96
- {"shape":"WAFLimitsExceededException"}
96
+ {"shape":"WAFLimitsExceededException"},
97
+ {"shape":"WAFTagOperationException"},
98
+ {"shape":"WAFTagOperationInternalErrorException"},
99
+ {"shape":"WAFBadRequestException"}
97
100
  ]
98
101
  },
99
102
  "CreateRegexMatchSet":{
@@ -139,7 +142,10 @@
139
142
  {"shape":"WAFInternalErrorException"},
140
143
  {"shape":"WAFDisallowedNameException"},
141
144
  {"shape":"WAFInvalidParameterException"},
142
- {"shape":"WAFLimitsExceededException"}
145
+ {"shape":"WAFLimitsExceededException"},
146
+ {"shape":"WAFTagOperationException"},
147
+ {"shape":"WAFTagOperationInternalErrorException"},
148
+ {"shape":"WAFBadRequestException"}
143
149
  ]
144
150
  },
145
151
  "CreateRuleGroup":{
@@ -154,7 +160,10 @@
154
160
  {"shape":"WAFStaleDataException"},
155
161
  {"shape":"WAFInternalErrorException"},
156
162
  {"shape":"WAFDisallowedNameException"},
157
- {"shape":"WAFLimitsExceededException"}
163
+ {"shape":"WAFLimitsExceededException"},
164
+ {"shape":"WAFTagOperationException"},
165
+ {"shape":"WAFTagOperationInternalErrorException"},
166
+ {"shape":"WAFBadRequestException"}
158
167
  ]
159
168
  },
160
169
  "CreateSizeConstraintSet":{
@@ -205,7 +214,10 @@
205
214
  {"shape":"WAFInvalidAccountException"},
206
215
  {"shape":"WAFDisallowedNameException"},
207
216
  {"shape":"WAFInvalidParameterException"},
208
- {"shape":"WAFLimitsExceededException"}
217
+ {"shape":"WAFLimitsExceededException"},
218
+ {"shape":"WAFTagOperationException"},
219
+ {"shape":"WAFTagOperationInternalErrorException"},
220
+ {"shape":"WAFBadRequestException"}
209
221
  ]
210
222
  },
211
223
  "CreateXssMatchSet":{
@@ -318,7 +330,9 @@
318
330
  {"shape":"WAFInvalidAccountException"},
319
331
  {"shape":"WAFNonexistentItemException"},
320
332
  {"shape":"WAFReferencedItemException"},
321
- {"shape":"WAFNonEmptyEntityException"}
333
+ {"shape":"WAFNonEmptyEntityException"},
334
+ {"shape":"WAFTagOperationException"},
335
+ {"shape":"WAFTagOperationInternalErrorException"}
322
336
  ]
323
337
  },
324
338
  "DeleteRegexMatchSet":{
@@ -369,7 +383,9 @@
369
383
  {"shape":"WAFInvalidAccountException"},
370
384
  {"shape":"WAFNonexistentItemException"},
371
385
  {"shape":"WAFReferencedItemException"},
372
- {"shape":"WAFNonEmptyEntityException"}
386
+ {"shape":"WAFNonEmptyEntityException"},
387
+ {"shape":"WAFTagOperationException"},
388
+ {"shape":"WAFTagOperationInternalErrorException"}
373
389
  ]
374
390
  },
375
391
  "DeleteRuleGroup":{
@@ -386,7 +402,9 @@
386
402
  {"shape":"WAFNonexistentItemException"},
387
403
  {"shape":"WAFReferencedItemException"},
388
404
  {"shape":"WAFNonEmptyEntityException"},
389
- {"shape":"WAFInvalidOperationException"}
405
+ {"shape":"WAFInvalidOperationException"},
406
+ {"shape":"WAFTagOperationException"},
407
+ {"shape":"WAFTagOperationInternalErrorException"}
390
408
  ]
391
409
  },
392
410
  "DeleteSizeConstraintSet":{
@@ -437,7 +455,9 @@
437
455
  {"shape":"WAFInvalidAccountException"},
438
456
  {"shape":"WAFNonexistentItemException"},
439
457
  {"shape":"WAFReferencedItemException"},
440
- {"shape":"WAFNonEmptyEntityException"}
458
+ {"shape":"WAFNonEmptyEntityException"},
459
+ {"shape":"WAFTagOperationException"},
460
+ {"shape":"WAFTagOperationInternalErrorException"}
441
461
  ]
442
462
  },
443
463
  "DeleteXssMatchSet":{
@@ -919,6 +939,23 @@
919
939
  {"shape":"WAFInternalErrorException"}
920
940
  ]
921
941
  },
942
+ "ListTagsForResource":{
943
+ "name":"ListTagsForResource",
944
+ "http":{
945
+ "method":"POST",
946
+ "requestUri":"/"
947
+ },
948
+ "input":{"shape":"ListTagsForResourceRequest"},
949
+ "output":{"shape":"ListTagsForResourceResponse"},
950
+ "errors":[
951
+ {"shape":"WAFInternalErrorException"},
952
+ {"shape":"WAFInvalidParameterException"},
953
+ {"shape":"WAFNonexistentItemException"},
954
+ {"shape":"WAFBadRequestException"},
955
+ {"shape":"WAFTagOperationException"},
956
+ {"shape":"WAFTagOperationInternalErrorException"}
957
+ ]
958
+ },
922
959
  "ListWebACLs":{
923
960
  "name":"ListWebACLs",
924
961
  "http":{
@@ -975,6 +1012,41 @@
975
1012
  {"shape":"WAFInvalidPermissionPolicyException"}
976
1013
  ]
977
1014
  },
1015
+ "TagResource":{
1016
+ "name":"TagResource",
1017
+ "http":{
1018
+ "method":"POST",
1019
+ "requestUri":"/"
1020
+ },
1021
+ "input":{"shape":"TagResourceRequest"},
1022
+ "output":{"shape":"TagResourceResponse"},
1023
+ "errors":[
1024
+ {"shape":"WAFInternalErrorException"},
1025
+ {"shape":"WAFInvalidParameterException"},
1026
+ {"shape":"WAFLimitsExceededException"},
1027
+ {"shape":"WAFNonexistentItemException"},
1028
+ {"shape":"WAFBadRequestException"},
1029
+ {"shape":"WAFTagOperationException"},
1030
+ {"shape":"WAFTagOperationInternalErrorException"}
1031
+ ]
1032
+ },
1033
+ "UntagResource":{
1034
+ "name":"UntagResource",
1035
+ "http":{
1036
+ "method":"POST",
1037
+ "requestUri":"/"
1038
+ },
1039
+ "input":{"shape":"UntagResourceRequest"},
1040
+ "output":{"shape":"UntagResourceResponse"},
1041
+ "errors":[
1042
+ {"shape":"WAFInternalErrorException"},
1043
+ {"shape":"WAFInvalidParameterException"},
1044
+ {"shape":"WAFNonexistentItemException"},
1045
+ {"shape":"WAFBadRequestException"},
1046
+ {"shape":"WAFTagOperationException"},
1047
+ {"shape":"WAFTagOperationInternalErrorException"}
1048
+ ]
1049
+ },
978
1050
  "UpdateByteMatchSet":{
979
1051
  "name":"UpdateByteMatchSet",
980
1052
  "http":{
@@ -1409,7 +1481,8 @@
1409
1481
  "MetricName":{"shape":"MetricName"},
1410
1482
  "RateKey":{"shape":"RateKey"},
1411
1483
  "RateLimit":{"shape":"RateLimit"},
1412
- "ChangeToken":{"shape":"ChangeToken"}
1484
+ "ChangeToken":{"shape":"ChangeToken"},
1485
+ "Tags":{"shape":"TagList"}
1413
1486
  }
1414
1487
  },
1415
1488
  "CreateRateBasedRuleResponse":{
@@ -1465,7 +1538,8 @@
1465
1538
  "members":{
1466
1539
  "Name":{"shape":"ResourceName"},
1467
1540
  "MetricName":{"shape":"MetricName"},
1468
- "ChangeToken":{"shape":"ChangeToken"}
1541
+ "ChangeToken":{"shape":"ChangeToken"},
1542
+ "Tags":{"shape":"TagList"}
1469
1543
  }
1470
1544
  },
1471
1545
  "CreateRuleGroupResponse":{
@@ -1485,7 +1559,8 @@
1485
1559
  "members":{
1486
1560
  "Name":{"shape":"ResourceName"},
1487
1561
  "MetricName":{"shape":"MetricName"},
1488
- "ChangeToken":{"shape":"ChangeToken"}
1562
+ "ChangeToken":{"shape":"ChangeToken"},
1563
+ "Tags":{"shape":"TagList"}
1489
1564
  }
1490
1565
  },
1491
1566
  "CreateRuleResponse":{
@@ -1543,7 +1618,8 @@
1543
1618
  "Name":{"shape":"ResourceName"},
1544
1619
  "MetricName":{"shape":"MetricName"},
1545
1620
  "DefaultAction":{"shape":"WafAction"},
1546
- "ChangeToken":{"shape":"ChangeToken"}
1621
+ "ChangeToken":{"shape":"ChangeToken"},
1622
+ "Tags":{"shape":"TagList"}
1547
1623
  }
1548
1624
  },
1549
1625
  "CreateWebACLResponse":{
@@ -2698,6 +2774,22 @@
2698
2774
  "RuleGroups":{"shape":"SubscribedRuleGroupSummaries"}
2699
2775
  }
2700
2776
  },
2777
+ "ListTagsForResourceRequest":{
2778
+ "type":"structure",
2779
+ "required":["ResourceARN"],
2780
+ "members":{
2781
+ "NextMarker":{"shape":"NextMarker"},
2782
+ "Limit":{"shape":"PaginationLimit"},
2783
+ "ResourceARN":{"shape":"ResourceArn"}
2784
+ }
2785
+ },
2786
+ "ListTagsForResourceResponse":{
2787
+ "type":"structure",
2788
+ "members":{
2789
+ "NextMarker":{"shape":"NextMarker"},
2790
+ "TagInfoForResource":{"shape":"TagInfoForResource"}
2791
+ }
2792
+ },
2701
2793
  "ListWebACLsRequest":{
2702
2794
  "type":"structure",
2703
2795
  "members":{
@@ -2795,7 +2887,9 @@
2795
2887
  "RATE_KEY",
2796
2888
  "RULE_TYPE",
2797
2889
  "NEXT_MARKER",
2798
- "RESOURCE_ARN"
2890
+ "RESOURCE_ARN",
2891
+ "TAGS",
2892
+ "TAG_KEYS"
2799
2893
  ]
2800
2894
  },
2801
2895
  "ParameterExceptionParameter":{
@@ -2807,7 +2901,8 @@
2807
2901
  "enum":[
2808
2902
  "INVALID_OPTION",
2809
2903
  "ILLEGAL_COMBINATION",
2810
- "ILLEGAL_ARGUMENT"
2904
+ "ILLEGAL_ARGUMENT",
2905
+ "INVALID_TAG_KEY"
2811
2906
  ]
2812
2907
  },
2813
2908
  "PolicyString":{
@@ -3295,6 +3390,56 @@
3295
3390
  "MetricName":{"shape":"MetricName"}
3296
3391
  }
3297
3392
  },
3393
+ "Tag":{
3394
+ "type":"structure",
3395
+ "members":{
3396
+ "Key":{"shape":"TagKey"},
3397
+ "Value":{"shape":"TagValue"}
3398
+ }
3399
+ },
3400
+ "TagInfoForResource":{
3401
+ "type":"structure",
3402
+ "members":{
3403
+ "ResourceARN":{"shape":"ResourceArn"},
3404
+ "TagList":{"shape":"TagList"}
3405
+ }
3406
+ },
3407
+ "TagKey":{
3408
+ "type":"string",
3409
+ "max":128,
3410
+ "min":1
3411
+ },
3412
+ "TagKeyList":{
3413
+ "type":"list",
3414
+ "member":{"shape":"TagKey"},
3415
+ "min":1
3416
+ },
3417
+ "TagList":{
3418
+ "type":"list",
3419
+ "member":{"shape":"Tag"},
3420
+ "min":1
3421
+ },
3422
+ "TagResourceRequest":{
3423
+ "type":"structure",
3424
+ "required":[
3425
+ "ResourceARN",
3426
+ "Tags"
3427
+ ],
3428
+ "members":{
3429
+ "ResourceARN":{"shape":"ResourceArn"},
3430
+ "Tags":{"shape":"TagList"}
3431
+ }
3432
+ },
3433
+ "TagResourceResponse":{
3434
+ "type":"structure",
3435
+ "members":{
3436
+ }
3437
+ },
3438
+ "TagValue":{
3439
+ "type":"string",
3440
+ "max":256,
3441
+ "min":0
3442
+ },
3298
3443
  "TextTransformation":{
3299
3444
  "type":"string",
3300
3445
  "enum":[
@@ -3319,6 +3464,22 @@
3319
3464
  },
3320
3465
  "Timestamp":{"type":"timestamp"},
3321
3466
  "URIString":{"type":"string"},
3467
+ "UntagResourceRequest":{
3468
+ "type":"structure",
3469
+ "required":[
3470
+ "ResourceARN",
3471
+ "TagKeys"
3472
+ ],
3473
+ "members":{
3474
+ "ResourceARN":{"shape":"ResourceArn"},
3475
+ "TagKeys":{"shape":"TagKeyList"}
3476
+ }
3477
+ },
3478
+ "UntagResourceResponse":{
3479
+ "type":"structure",
3480
+ "members":{
3481
+ }
3482
+ },
3322
3483
  "UpdateByteMatchSetRequest":{
3323
3484
  "type":"structure",
3324
3485
  "required":[
@@ -3549,6 +3710,13 @@
3549
3710
  "ChangeToken":{"shape":"ChangeToken"}
3550
3711
  }
3551
3712
  },
3713
+ "WAFBadRequestException":{
3714
+ "type":"structure",
3715
+ "members":{
3716
+ "message":{"shape":"errorMessage"}
3717
+ },
3718
+ "exception":true
3719
+ },
3552
3720
  "WAFDisallowedNameException":{
3553
3721
  "type":"structure",
3554
3722
  "members":{
@@ -3656,6 +3824,21 @@
3656
3824
  },
3657
3825
  "exception":true
3658
3826
  },
3827
+ "WAFTagOperationException":{
3828
+ "type":"structure",
3829
+ "members":{
3830
+ "message":{"shape":"errorMessage"}
3831
+ },
3832
+ "exception":true
3833
+ },
3834
+ "WAFTagOperationInternalErrorException":{
3835
+ "type":"structure",
3836
+ "members":{
3837
+ "message":{"shape":"errorMessage"}
3838
+ },
3839
+ "exception":true,
3840
+ "fault":true
3841
+ },
3659
3842
  "WAFUnavailableEntityException":{
3660
3843
  "type":"structure",
3661
3844
  "members":{
@@ -77,7 +77,10 @@
77
77
  {"shape":"WAFInternalErrorException"},
78
78
  {"shape":"WAFDisallowedNameException"},
79
79
  {"shape":"WAFInvalidParameterException"},
80
- {"shape":"WAFLimitsExceededException"}
80
+ {"shape":"WAFLimitsExceededException"},
81
+ {"shape":"WAFTagOperationException"},
82
+ {"shape":"WAFTagOperationInternalErrorException"},
83
+ {"shape":"WAFBadRequestException"}
81
84
  ]
82
85
  },
83
86
  "CreateRegexMatchSet":{
@@ -123,7 +126,10 @@
123
126
  {"shape":"WAFInternalErrorException"},
124
127
  {"shape":"WAFDisallowedNameException"},
125
128
  {"shape":"WAFInvalidParameterException"},
126
- {"shape":"WAFLimitsExceededException"}
129
+ {"shape":"WAFLimitsExceededException"},
130
+ {"shape":"WAFTagOperationException"},
131
+ {"shape":"WAFTagOperationInternalErrorException"},
132
+ {"shape":"WAFBadRequestException"}
127
133
  ]
128
134
  },
129
135
  "CreateRuleGroup":{
@@ -138,7 +144,10 @@
138
144
  {"shape":"WAFStaleDataException"},
139
145
  {"shape":"WAFInternalErrorException"},
140
146
  {"shape":"WAFDisallowedNameException"},
141
- {"shape":"WAFLimitsExceededException"}
147
+ {"shape":"WAFLimitsExceededException"},
148
+ {"shape":"WAFTagOperationException"},
149
+ {"shape":"WAFTagOperationInternalErrorException"},
150
+ {"shape":"WAFBadRequestException"}
142
151
  ]
143
152
  },
144
153
  "CreateSizeConstraintSet":{
@@ -189,7 +198,10 @@
189
198
  {"shape":"WAFInvalidAccountException"},
190
199
  {"shape":"WAFDisallowedNameException"},
191
200
  {"shape":"WAFInvalidParameterException"},
192
- {"shape":"WAFLimitsExceededException"}
201
+ {"shape":"WAFLimitsExceededException"},
202
+ {"shape":"WAFTagOperationException"},
203
+ {"shape":"WAFTagOperationInternalErrorException"},
204
+ {"shape":"WAFBadRequestException"}
193
205
  ]
194
206
  },
195
207
  "CreateXssMatchSet":{
@@ -302,7 +314,9 @@
302
314
  {"shape":"WAFInvalidAccountException"},
303
315
  {"shape":"WAFNonexistentItemException"},
304
316
  {"shape":"WAFReferencedItemException"},
305
- {"shape":"WAFNonEmptyEntityException"}
317
+ {"shape":"WAFNonEmptyEntityException"},
318
+ {"shape":"WAFTagOperationException"},
319
+ {"shape":"WAFTagOperationInternalErrorException"}
306
320
  ]
307
321
  },
308
322
  "DeleteRegexMatchSet":{
@@ -353,7 +367,9 @@
353
367
  {"shape":"WAFInvalidAccountException"},
354
368
  {"shape":"WAFNonexistentItemException"},
355
369
  {"shape":"WAFReferencedItemException"},
356
- {"shape":"WAFNonEmptyEntityException"}
370
+ {"shape":"WAFNonEmptyEntityException"},
371
+ {"shape":"WAFTagOperationException"},
372
+ {"shape":"WAFTagOperationInternalErrorException"}
357
373
  ]
358
374
  },
359
375
  "DeleteRuleGroup":{
@@ -370,7 +386,9 @@
370
386
  {"shape":"WAFNonexistentItemException"},
371
387
  {"shape":"WAFReferencedItemException"},
372
388
  {"shape":"WAFNonEmptyEntityException"},
373
- {"shape":"WAFInvalidOperationException"}
389
+ {"shape":"WAFInvalidOperationException"},
390
+ {"shape":"WAFTagOperationException"},
391
+ {"shape":"WAFTagOperationInternalErrorException"}
374
392
  ]
375
393
  },
376
394
  "DeleteSizeConstraintSet":{
@@ -421,7 +439,9 @@
421
439
  {"shape":"WAFInvalidAccountException"},
422
440
  {"shape":"WAFNonexistentItemException"},
423
441
  {"shape":"WAFReferencedItemException"},
424
- {"shape":"WAFNonEmptyEntityException"}
442
+ {"shape":"WAFNonEmptyEntityException"},
443
+ {"shape":"WAFTagOperationException"},
444
+ {"shape":"WAFTagOperationInternalErrorException"}
425
445
  ]
426
446
  },
427
447
  "DeleteXssMatchSet":{
@@ -857,6 +877,23 @@
857
877
  {"shape":"WAFInternalErrorException"}
858
878
  ]
859
879
  },
880
+ "ListTagsForResource":{
881
+ "name":"ListTagsForResource",
882
+ "http":{
883
+ "method":"POST",
884
+ "requestUri":"/"
885
+ },
886
+ "input":{"shape":"ListTagsForResourceRequest"},
887
+ "output":{"shape":"ListTagsForResourceResponse"},
888
+ "errors":[
889
+ {"shape":"WAFInternalErrorException"},
890
+ {"shape":"WAFInvalidParameterException"},
891
+ {"shape":"WAFNonexistentItemException"},
892
+ {"shape":"WAFBadRequestException"},
893
+ {"shape":"WAFTagOperationException"},
894
+ {"shape":"WAFTagOperationInternalErrorException"}
895
+ ]
896
+ },
860
897
  "ListWebACLs":{
861
898
  "name":"ListWebACLs",
862
899
  "http":{
@@ -913,6 +950,41 @@
913
950
  {"shape":"WAFInvalidPermissionPolicyException"}
914
951
  ]
915
952
  },
953
+ "TagResource":{
954
+ "name":"TagResource",
955
+ "http":{
956
+ "method":"POST",
957
+ "requestUri":"/"
958
+ },
959
+ "input":{"shape":"TagResourceRequest"},
960
+ "output":{"shape":"TagResourceResponse"},
961
+ "errors":[
962
+ {"shape":"WAFInternalErrorException"},
963
+ {"shape":"WAFInvalidParameterException"},
964
+ {"shape":"WAFLimitsExceededException"},
965
+ {"shape":"WAFNonexistentItemException"},
966
+ {"shape":"WAFBadRequestException"},
967
+ {"shape":"WAFTagOperationException"},
968
+ {"shape":"WAFTagOperationInternalErrorException"}
969
+ ]
970
+ },
971
+ "UntagResource":{
972
+ "name":"UntagResource",
973
+ "http":{
974
+ "method":"POST",
975
+ "requestUri":"/"
976
+ },
977
+ "input":{"shape":"UntagResourceRequest"},
978
+ "output":{"shape":"UntagResourceResponse"},
979
+ "errors":[
980
+ {"shape":"WAFInternalErrorException"},
981
+ {"shape":"WAFInvalidParameterException"},
982
+ {"shape":"WAFNonexistentItemException"},
983
+ {"shape":"WAFBadRequestException"},
984
+ {"shape":"WAFTagOperationException"},
985
+ {"shape":"WAFTagOperationInternalErrorException"}
986
+ ]
987
+ },
916
988
  "UpdateByteMatchSet":{
917
989
  "name":"UpdateByteMatchSet",
918
990
  "http":{
@@ -1331,7 +1403,8 @@
1331
1403
  "MetricName":{"shape":"MetricName"},
1332
1404
  "RateKey":{"shape":"RateKey"},
1333
1405
  "RateLimit":{"shape":"RateLimit"},
1334
- "ChangeToken":{"shape":"ChangeToken"}
1406
+ "ChangeToken":{"shape":"ChangeToken"},
1407
+ "Tags":{"shape":"TagList"}
1335
1408
  }
1336
1409
  },
1337
1410
  "CreateRateBasedRuleResponse":{
@@ -1387,7 +1460,8 @@
1387
1460
  "members":{
1388
1461
  "Name":{"shape":"ResourceName"},
1389
1462
  "MetricName":{"shape":"MetricName"},
1390
- "ChangeToken":{"shape":"ChangeToken"}
1463
+ "ChangeToken":{"shape":"ChangeToken"},
1464
+ "Tags":{"shape":"TagList"}
1391
1465
  }
1392
1466
  },
1393
1467
  "CreateRuleGroupResponse":{
@@ -1407,7 +1481,8 @@
1407
1481
  "members":{
1408
1482
  "Name":{"shape":"ResourceName"},
1409
1483
  "MetricName":{"shape":"MetricName"},
1410
- "ChangeToken":{"shape":"ChangeToken"}
1484
+ "ChangeToken":{"shape":"ChangeToken"},
1485
+ "Tags":{"shape":"TagList"}
1411
1486
  }
1412
1487
  },
1413
1488
  "CreateRuleResponse":{
@@ -1465,7 +1540,8 @@
1465
1540
  "Name":{"shape":"ResourceName"},
1466
1541
  "MetricName":{"shape":"MetricName"},
1467
1542
  "DefaultAction":{"shape":"WafAction"},
1468
- "ChangeToken":{"shape":"ChangeToken"}
1543
+ "ChangeToken":{"shape":"ChangeToken"},
1544
+ "Tags":{"shape":"TagList"}
1469
1545
  }
1470
1546
  },
1471
1547
  "CreateWebACLResponse":{
@@ -2581,6 +2657,22 @@
2581
2657
  "RuleGroups":{"shape":"SubscribedRuleGroupSummaries"}
2582
2658
  }
2583
2659
  },
2660
+ "ListTagsForResourceRequest":{
2661
+ "type":"structure",
2662
+ "required":["ResourceARN"],
2663
+ "members":{
2664
+ "NextMarker":{"shape":"NextMarker"},
2665
+ "Limit":{"shape":"PaginationLimit"},
2666
+ "ResourceARN":{"shape":"ResourceArn"}
2667
+ }
2668
+ },
2669
+ "ListTagsForResourceResponse":{
2670
+ "type":"structure",
2671
+ "members":{
2672
+ "NextMarker":{"shape":"NextMarker"},
2673
+ "TagInfoForResource":{"shape":"TagInfoForResource"}
2674
+ }
2675
+ },
2584
2676
  "ListWebACLsRequest":{
2585
2677
  "type":"structure",
2586
2678
  "members":{
@@ -2678,7 +2770,9 @@
2678
2770
  "RATE_KEY",
2679
2771
  "RULE_TYPE",
2680
2772
  "NEXT_MARKER",
2681
- "RESOURCE_ARN"
2773
+ "RESOURCE_ARN",
2774
+ "TAGS",
2775
+ "TAG_KEYS"
2682
2776
  ]
2683
2777
  },
2684
2778
  "ParameterExceptionParameter":{
@@ -2690,7 +2784,8 @@
2690
2784
  "enum":[
2691
2785
  "INVALID_OPTION",
2692
2786
  "ILLEGAL_COMBINATION",
2693
- "ILLEGAL_ARGUMENT"
2787
+ "ILLEGAL_ARGUMENT",
2788
+ "INVALID_TAG_KEY"
2694
2789
  ]
2695
2790
  },
2696
2791
  "PolicyString":{
@@ -3167,6 +3262,56 @@
3167
3262
  "MetricName":{"shape":"MetricName"}
3168
3263
  }
3169
3264
  },
3265
+ "Tag":{
3266
+ "type":"structure",
3267
+ "members":{
3268
+ "Key":{"shape":"TagKey"},
3269
+ "Value":{"shape":"TagValue"}
3270
+ }
3271
+ },
3272
+ "TagInfoForResource":{
3273
+ "type":"structure",
3274
+ "members":{
3275
+ "ResourceARN":{"shape":"ResourceArn"},
3276
+ "TagList":{"shape":"TagList"}
3277
+ }
3278
+ },
3279
+ "TagKey":{
3280
+ "type":"string",
3281
+ "max":128,
3282
+ "min":1
3283
+ },
3284
+ "TagKeyList":{
3285
+ "type":"list",
3286
+ "member":{"shape":"TagKey"},
3287
+ "min":1
3288
+ },
3289
+ "TagList":{
3290
+ "type":"list",
3291
+ "member":{"shape":"Tag"},
3292
+ "min":1
3293
+ },
3294
+ "TagResourceRequest":{
3295
+ "type":"structure",
3296
+ "required":[
3297
+ "ResourceARN",
3298
+ "Tags"
3299
+ ],
3300
+ "members":{
3301
+ "ResourceARN":{"shape":"ResourceArn"},
3302
+ "Tags":{"shape":"TagList"}
3303
+ }
3304
+ },
3305
+ "TagResourceResponse":{
3306
+ "type":"structure",
3307
+ "members":{
3308
+ }
3309
+ },
3310
+ "TagValue":{
3311
+ "type":"string",
3312
+ "max":256,
3313
+ "min":0
3314
+ },
3170
3315
  "TextTransformation":{
3171
3316
  "type":"string",
3172
3317
  "enum":[
@@ -3191,6 +3336,22 @@
3191
3336
  },
3192
3337
  "Timestamp":{"type":"timestamp"},
3193
3338
  "URIString":{"type":"string"},
3339
+ "UntagResourceRequest":{
3340
+ "type":"structure",
3341
+ "required":[
3342
+ "ResourceARN",
3343
+ "TagKeys"
3344
+ ],
3345
+ "members":{
3346
+ "ResourceARN":{"shape":"ResourceArn"},
3347
+ "TagKeys":{"shape":"TagKeyList"}
3348
+ }
3349
+ },
3350
+ "UntagResourceResponse":{
3351
+ "type":"structure",
3352
+ "members":{
3353
+ }
3354
+ },
3194
3355
  "UpdateByteMatchSetRequest":{
3195
3356
  "type":"structure",
3196
3357
  "required":[
@@ -3421,6 +3582,13 @@
3421
3582
  "ChangeToken":{"shape":"ChangeToken"}
3422
3583
  }
3423
3584
  },
3585
+ "WAFBadRequestException":{
3586
+ "type":"structure",
3587
+ "members":{
3588
+ "message":{"shape":"errorMessage"}
3589
+ },
3590
+ "exception":true
3591
+ },
3424
3592
  "WAFDisallowedNameException":{
3425
3593
  "type":"structure",
3426
3594
  "members":{
@@ -3528,6 +3696,21 @@
3528
3696
  },
3529
3697
  "exception":true
3530
3698
  },
3699
+ "WAFTagOperationException":{
3700
+ "type":"structure",
3701
+ "members":{
3702
+ "message":{"shape":"errorMessage"}
3703
+ },
3704
+ "exception":true
3705
+ },
3706
+ "WAFTagOperationInternalErrorException":{
3707
+ "type":"structure",
3708
+ "members":{
3709
+ "message":{"shape":"errorMessage"}
3710
+ },
3711
+ "exception":true,
3712
+ "fault":true
3713
+ },
3531
3714
  "WafAction":{
3532
3715
  "type":"structure",
3533
3716
  "required":["Type"],