aws-sdk 2.1378.0 → 2.1379.0
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.
- package/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/apis/glue-2017-03-31.min.json +6 -0
- package/apis/wafv2-2019-07-29.min.json +194 -115
- package/clients/detective.d.ts +1 -1
- package/clients/directconnect.d.ts +2 -2
- package/clients/glue.d.ts +8 -0
- package/clients/secretsmanager.d.ts +3 -3
- package/clients/wafv2.d.ts +103 -15
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -90,10 +90,10 @@ | |
| 90 90 | 
             
                      "Description": {},
         | 
| 91 91 | 
             
                      "IPAddressVersion": {},
         | 
| 92 92 | 
             
                      "Addresses": {
         | 
| 93 | 
            -
                        "shape": " | 
| 93 | 
            +
                        "shape": "S4b"
         | 
| 94 94 | 
             
                      },
         | 
| 95 95 | 
             
                      "Tags": {
         | 
| 96 | 
            -
                        "shape": " | 
| 96 | 
            +
                        "shape": "S4d"
         | 
| 97 97 | 
             
                      }
         | 
| 98 98 | 
             
                    }
         | 
| 99 99 | 
             
                  },
         | 
| @@ -101,7 +101,7 @@ | |
| 101 101 | 
             
                    "type": "structure",
         | 
| 102 102 | 
             
                    "members": {
         | 
| 103 103 | 
             
                      "Summary": {
         | 
| 104 | 
            -
                        "shape": " | 
| 104 | 
            +
                        "shape": "S4i"
         | 
| 105 105 | 
             
                      }
         | 
| 106 106 | 
             
                    }
         | 
| 107 107 | 
             
                  }
         | 
| @@ -119,10 +119,10 @@ | |
| 119 119 | 
             
                      "Scope": {},
         | 
| 120 120 | 
             
                      "Description": {},
         | 
| 121 121 | 
             
                      "RegularExpressionList": {
         | 
| 122 | 
            -
                        "shape": " | 
| 122 | 
            +
                        "shape": "S4m"
         | 
| 123 123 | 
             
                      },
         | 
| 124 124 | 
             
                      "Tags": {
         | 
| 125 | 
            -
                        "shape": " | 
| 125 | 
            +
                        "shape": "S4d"
         | 
| 126 126 | 
             
                      }
         | 
| 127 127 | 
             
                    }
         | 
| 128 128 | 
             
                  },
         | 
| @@ -130,7 +130,7 @@ | |
| 130 130 | 
             
                    "type": "structure",
         | 
| 131 131 | 
             
                    "members": {
         | 
| 132 132 | 
             
                      "Summary": {
         | 
| 133 | 
            -
                        "shape": " | 
| 133 | 
            +
                        "shape": "S4p"
         | 
| 134 134 | 
             
                      }
         | 
| 135 135 | 
             
                    }
         | 
| 136 136 | 
             
                  }
         | 
| @@ -155,13 +155,13 @@ | |
| 155 155 | 
             
                        "shape": "S6"
         | 
| 156 156 | 
             
                      },
         | 
| 157 157 | 
             
                      "VisibilityConfig": {
         | 
| 158 | 
            -
                        "shape": " | 
| 158 | 
            +
                        "shape": "S3u"
         | 
| 159 159 | 
             
                      },
         | 
| 160 160 | 
             
                      "Tags": {
         | 
| 161 | 
            -
                        "shape": " | 
| 161 | 
            +
                        "shape": "S4d"
         | 
| 162 162 | 
             
                      },
         | 
| 163 163 | 
             
                      "CustomResponseBodies": {
         | 
| 164 | 
            -
                        "shape": " | 
| 164 | 
            +
                        "shape": "S4s"
         | 
| 165 165 | 
             
                      }
         | 
| 166 166 | 
             
                    }
         | 
| 167 167 | 
             
                  },
         | 
| @@ -169,7 +169,7 @@ | |
| 169 169 | 
             
                    "type": "structure",
         | 
| 170 170 | 
             
                    "members": {
         | 
| 171 171 | 
             
                      "Summary": {
         | 
| 172 | 
            -
                        "shape": " | 
| 172 | 
            +
                        "shape": "S4x"
         | 
| 173 173 | 
             
                      }
         | 
| 174 174 | 
             
                    }
         | 
| 175 175 | 
             
                  }
         | 
| @@ -187,32 +187,32 @@ | |
| 187 187 | 
             
                      "Name": {},
         | 
| 188 188 | 
             
                      "Scope": {},
         | 
| 189 189 | 
             
                      "DefaultAction": {
         | 
| 190 | 
            -
                        "shape": " | 
| 190 | 
            +
                        "shape": "S4z"
         | 
| 191 191 | 
             
                      },
         | 
| 192 192 | 
             
                      "Description": {},
         | 
| 193 193 | 
             
                      "Rules": {
         | 
| 194 194 | 
             
                        "shape": "S6"
         | 
| 195 195 | 
             
                      },
         | 
| 196 196 | 
             
                      "VisibilityConfig": {
         | 
| 197 | 
            -
                        "shape": " | 
| 197 | 
            +
                        "shape": "S3u"
         | 
| 198 198 | 
             
                      },
         | 
| 199 199 | 
             
                      "Tags": {
         | 
| 200 | 
            -
                        "shape": " | 
| 200 | 
            +
                        "shape": "S4d"
         | 
| 201 201 | 
             
                      },
         | 
| 202 202 | 
             
                      "CustomResponseBodies": {
         | 
| 203 | 
            -
                        "shape": " | 
| 203 | 
            +
                        "shape": "S4s"
         | 
| 204 204 | 
             
                      },
         | 
| 205 205 | 
             
                      "CaptchaConfig": {
         | 
| 206 | 
            -
                        "shape": " | 
| 206 | 
            +
                        "shape": "S3x"
         | 
| 207 207 | 
             
                      },
         | 
| 208 208 | 
             
                      "ChallengeConfig": {
         | 
| 209 | 
            -
                        "shape": " | 
| 209 | 
            +
                        "shape": "S40"
         | 
| 210 210 | 
             
                      },
         | 
| 211 211 | 
             
                      "TokenDomains": {
         | 
| 212 | 
            -
                        "shape": " | 
| 212 | 
            +
                        "shape": "S50"
         | 
| 213 213 | 
             
                      },
         | 
| 214 214 | 
             
                      "AssociationConfig": {
         | 
| 215 | 
            -
                        "shape": " | 
| 215 | 
            +
                        "shape": "S51"
         | 
| 216 216 | 
             
                      }
         | 
| 217 217 | 
             
                    }
         | 
| 218 218 | 
             
                  },
         | 
| @@ -220,7 +220,7 @@ | |
| 220 220 | 
             
                    "type": "structure",
         | 
| 221 221 | 
             
                    "members": {
         | 
| 222 222 | 
             
                      "Summary": {
         | 
| 223 | 
            -
                        "shape": " | 
| 223 | 
            +
                        "shape": "S57"
         | 
| 224 224 | 
             
                      }
         | 
| 225 225 | 
             
                    }
         | 
| 226 226 | 
             
                  }
         | 
| @@ -395,10 +395,10 @@ | |
| 395 395 | 
             
                      },
         | 
| 396 396 | 
             
                      "LabelNamespace": {},
         | 
| 397 397 | 
             
                      "AvailableLabels": {
         | 
| 398 | 
            -
                        "shape": " | 
| 398 | 
            +
                        "shape": "S5q"
         | 
| 399 399 | 
             
                      },
         | 
| 400 400 | 
             
                      "ConsumedLabels": {
         | 
| 401 | 
            -
                        "shape": " | 
| 401 | 
            +
                        "shape": "S5q"
         | 
| 402 402 | 
             
                      }
         | 
| 403 403 | 
             
                    }
         | 
| 404 404 | 
             
                  }
         | 
| @@ -453,7 +453,7 @@ | |
| 453 453 | 
             
                    "type": "structure",
         | 
| 454 454 | 
             
                    "members": {
         | 
| 455 455 | 
             
                      "TokenDomains": {
         | 
| 456 | 
            -
                        "shape": " | 
| 456 | 
            +
                        "shape": "S50"
         | 
| 457 457 | 
             
                      },
         | 
| 458 458 | 
             
                      "CreationTimestamp": {
         | 
| 459 459 | 
             
                        "type": "timestamp"
         | 
| @@ -494,7 +494,7 @@ | |
| 494 494 | 
             
                          "Description": {},
         | 
| 495 495 | 
             
                          "IPAddressVersion": {},
         | 
| 496 496 | 
             
                          "Addresses": {
         | 
| 497 | 
            -
                            "shape": " | 
| 497 | 
            +
                            "shape": "S4b"
         | 
| 498 498 | 
             
                          }
         | 
| 499 499 | 
             
                        }
         | 
| 500 500 | 
             
                      },
         | 
| @@ -516,7 +516,7 @@ | |
| 516 516 | 
             
                    "type": "structure",
         | 
| 517 517 | 
             
                    "members": {
         | 
| 518 518 | 
             
                      "LoggingConfiguration": {
         | 
| 519 | 
            -
                        "shape": " | 
| 519 | 
            +
                        "shape": "S66"
         | 
| 520 520 | 
             
                      }
         | 
| 521 521 | 
             
                    }
         | 
| 522 522 | 
             
                  }
         | 
| @@ -607,7 +607,7 @@ | |
| 607 607 | 
             
                          },
         | 
| 608 608 | 
             
                          "ReleaseNotes": {},
         | 
| 609 609 | 
             
                          "Tags": {
         | 
| 610 | 
            -
                            "shape": " | 
| 610 | 
            +
                            "shape": "S4d"
         | 
| 611 611 | 
             
                          }
         | 
| 612 612 | 
             
                        }
         | 
| 613 613 | 
             
                      }
         | 
| @@ -652,10 +652,10 @@ | |
| 652 652 | 
             
                    "type": "structure",
         | 
| 653 653 | 
             
                    "members": {
         | 
| 654 654 | 
             
                      "ManagedKeysIPV4": {
         | 
| 655 | 
            -
                        "shape": " | 
| 655 | 
            +
                        "shape": "S6y"
         | 
| 656 656 | 
             
                      },
         | 
| 657 657 | 
             
                      "ManagedKeysIPV6": {
         | 
| 658 | 
            -
                        "shape": " | 
| 658 | 
            +
                        "shape": "S6y"
         | 
| 659 659 | 
             
                      }
         | 
| 660 660 | 
             
                    }
         | 
| 661 661 | 
             
                  }
         | 
| @@ -685,7 +685,7 @@ | |
| 685 685 | 
             
                          "ARN": {},
         | 
| 686 686 | 
             
                          "Description": {},
         | 
| 687 687 | 
             
                          "RegularExpressionList": {
         | 
| 688 | 
            -
                            "shape": " | 
| 688 | 
            +
                            "shape": "S4m"
         | 
| 689 689 | 
             
                          }
         | 
| 690 690 | 
             
                        }
         | 
| 691 691 | 
             
                      },
         | 
| @@ -727,17 +727,17 @@ | |
| 727 727 | 
             
                            "shape": "S6"
         | 
| 728 728 | 
             
                          },
         | 
| 729 729 | 
             
                          "VisibilityConfig": {
         | 
| 730 | 
            -
                            "shape": " | 
| 730 | 
            +
                            "shape": "S3u"
         | 
| 731 731 | 
             
                          },
         | 
| 732 732 | 
             
                          "LabelNamespace": {},
         | 
| 733 733 | 
             
                          "CustomResponseBodies": {
         | 
| 734 | 
            -
                            "shape": " | 
| 734 | 
            +
                            "shape": "S4s"
         | 
| 735 735 | 
             
                          },
         | 
| 736 736 | 
             
                          "AvailableLabels": {
         | 
| 737 | 
            -
                            "shape": " | 
| 737 | 
            +
                            "shape": "S5q"
         | 
| 738 738 | 
             
                          },
         | 
| 739 739 | 
             
                          "ConsumedLabels": {
         | 
| 740 | 
            -
                            "shape": " | 
| 740 | 
            +
                            "shape": "S5q"
         | 
| 741 741 | 
             
                          }
         | 
| 742 742 | 
             
                        }
         | 
| 743 743 | 
             
                      },
         | 
| @@ -760,7 +760,7 @@ | |
| 760 760 | 
             
                      "RuleMetricName": {},
         | 
| 761 761 | 
             
                      "Scope": {},
         | 
| 762 762 | 
             
                      "TimeWindow": {
         | 
| 763 | 
            -
                        "shape": " | 
| 763 | 
            +
                        "shape": "S76"
         | 
| 764 764 | 
             
                      },
         | 
| 765 765 | 
             
                      "MaxItems": {
         | 
| 766 766 | 
             
                        "type": "long"
         | 
| @@ -788,7 +788,7 @@ | |
| 788 788 | 
             
                                "Method": {},
         | 
| 789 789 | 
             
                                "HTTPVersion": {},
         | 
| 790 790 | 
             
                                "Headers": {
         | 
| 791 | 
            -
                                  "shape": " | 
| 791 | 
            +
                                  "shape": "S7h"
         | 
| 792 792 | 
             
                                }
         | 
| 793 793 | 
             
                              }
         | 
| 794 794 | 
             
                            },
         | 
| @@ -801,13 +801,13 @@ | |
| 801 801 | 
             
                            "Action": {},
         | 
| 802 802 | 
             
                            "RuleNameWithinRuleGroup": {},
         | 
| 803 803 | 
             
                            "RequestHeadersInserted": {
         | 
| 804 | 
            -
                              "shape": " | 
| 804 | 
            +
                              "shape": "S7h"
         | 
| 805 805 | 
             
                            },
         | 
| 806 806 | 
             
                            "ResponseCodeSent": {
         | 
| 807 807 | 
             
                              "type": "integer"
         | 
| 808 808 | 
             
                            },
         | 
| 809 809 | 
             
                            "Labels": {
         | 
| 810 | 
            -
                              "shape": " | 
| 810 | 
            +
                              "shape": "S3r"
         | 
| 811 811 | 
             
                            },
         | 
| 812 812 | 
             
                            "CaptchaResponse": {
         | 
| 813 813 | 
             
                              "type": "structure",
         | 
| @@ -841,7 +841,7 @@ | |
| 841 841 | 
             
                        "type": "long"
         | 
| 842 842 | 
             
                      },
         | 
| 843 843 | 
             
                      "TimeWindow": {
         | 
| 844 | 
            -
                        "shape": " | 
| 844 | 
            +
                        "shape": "S76"
         | 
| 845 845 | 
             
                      }
         | 
| 846 846 | 
             
                    }
         | 
| 847 847 | 
             
                  }
         | 
| @@ -864,7 +864,7 @@ | |
| 864 864 | 
             
                    "type": "structure",
         | 
| 865 865 | 
             
                    "members": {
         | 
| 866 866 | 
             
                      "WebACL": {
         | 
| 867 | 
            -
                        "shape": " | 
| 867 | 
            +
                        "shape": "S7v"
         | 
| 868 868 | 
             
                      },
         | 
| 869 869 | 
             
                      "LockToken": {},
         | 
| 870 870 | 
             
                      "ApplicationIntegrationURL": {}
         | 
| @@ -885,7 +885,7 @@ | |
| 885 885 | 
             
                    "type": "structure",
         | 
| 886 886 | 
             
                    "members": {
         | 
| 887 887 | 
             
                      "WebACL": {
         | 
| 888 | 
            -
                        "shape": " | 
| 888 | 
            +
                        "shape": "S7v"
         | 
| 889 889 | 
             
                      }
         | 
| 890 890 | 
             
                    }
         | 
| 891 891 | 
             
                  }
         | 
| @@ -914,7 +914,7 @@ | |
| 914 914 | 
             
                          "type": "structure",
         | 
| 915 915 | 
             
                          "members": {
         | 
| 916 916 | 
             
                            "TokenDomains": {
         | 
| 917 | 
            -
                              "shape": " | 
| 917 | 
            +
                              "shape": "S50"
         | 
| 918 918 | 
             
                            },
         | 
| 919 919 | 
             
                            "APIKey": {},
         | 
| 920 920 | 
             
                            "CreationTimestamp": {
         | 
| @@ -1024,7 +1024,7 @@ | |
| 1024 1024 | 
             
                      "IPSets": {
         | 
| 1025 1025 | 
             
                        "type": "list",
         | 
| 1026 1026 | 
             
                        "member": {
         | 
| 1027 | 
            -
                          "shape": " | 
| 1027 | 
            +
                          "shape": "S4i"
         | 
| 1028 1028 | 
             
                        }
         | 
| 1029 1029 | 
             
                      }
         | 
| 1030 1030 | 
             
                    }
         | 
| @@ -1050,7 +1050,7 @@ | |
| 1050 1050 | 
             
                      "LoggingConfigurations": {
         | 
| 1051 1051 | 
             
                        "type": "list",
         | 
| 1052 1052 | 
             
                        "member": {
         | 
| 1053 | 
            -
                          "shape": " | 
| 1053 | 
            +
                          "shape": "S66"
         | 
| 1054 1054 | 
             
                        }
         | 
| 1055 1055 | 
             
                      },
         | 
| 1056 1056 | 
             
                      "NextMarker": {}
         | 
| @@ -1146,7 +1146,7 @@ | |
| 1146 1146 | 
             
                      "RegexPatternSets": {
         | 
| 1147 1147 | 
             
                        "type": "list",
         | 
| 1148 1148 | 
             
                        "member": {
         | 
| 1149 | 
            -
                          "shape": " | 
| 1149 | 
            +
                          "shape": "S4p"
         | 
| 1150 1150 | 
             
                        }
         | 
| 1151 1151 | 
             
                      }
         | 
| 1152 1152 | 
             
                    }
         | 
| @@ -1194,7 +1194,7 @@ | |
| 1194 1194 | 
             
                      "RuleGroups": {
         | 
| 1195 1195 | 
             
                        "type": "list",
         | 
| 1196 1196 | 
             
                        "member": {
         | 
| 1197 | 
            -
                          "shape": " | 
| 1197 | 
            +
                          "shape": "S4x"
         | 
| 1198 1198 | 
             
                        }
         | 
| 1199 1199 | 
             
                      }
         | 
| 1200 1200 | 
             
                    }
         | 
| @@ -1223,7 +1223,7 @@ | |
| 1223 1223 | 
             
                        "members": {
         | 
| 1224 1224 | 
             
                          "ResourceARN": {},
         | 
| 1225 1225 | 
             
                          "TagList": {
         | 
| 1226 | 
            -
                            "shape": " | 
| 1226 | 
            +
                            "shape": "S4d"
         | 
| 1227 1227 | 
             
                          }
         | 
| 1228 1228 | 
             
                        }
         | 
| 1229 1229 | 
             
                      }
         | 
| @@ -1251,7 +1251,7 @@ | |
| 1251 1251 | 
             
                      "WebACLs": {
         | 
| 1252 1252 | 
             
                        "type": "list",
         | 
| 1253 1253 | 
             
                        "member": {
         | 
| 1254 | 
            -
                          "shape": " | 
| 1254 | 
            +
                          "shape": "S57"
         | 
| 1255 1255 | 
             
                        }
         | 
| 1256 1256 | 
             
                      }
         | 
| 1257 1257 | 
             
                    }
         | 
| @@ -1265,7 +1265,7 @@ | |
| 1265 1265 | 
             
                    ],
         | 
| 1266 1266 | 
             
                    "members": {
         | 
| 1267 1267 | 
             
                      "LoggingConfiguration": {
         | 
| 1268 | 
            -
                        "shape": " | 
| 1268 | 
            +
                        "shape": "S66"
         | 
| 1269 1269 | 
             
                      }
         | 
| 1270 1270 | 
             
                    }
         | 
| 1271 1271 | 
             
                  },
         | 
| @@ -1273,7 +1273,7 @@ | |
| 1273 1273 | 
             
                    "type": "structure",
         | 
| 1274 1274 | 
             
                    "members": {
         | 
| 1275 1275 | 
             
                      "LoggingConfiguration": {
         | 
| 1276 | 
            -
                        "shape": " | 
| 1276 | 
            +
                        "shape": "S66"
         | 
| 1277 1277 | 
             
                      }
         | 
| 1278 1278 | 
             
                    }
         | 
| 1279 1279 | 
             
                  }
         | 
| @@ -1342,7 +1342,7 @@ | |
| 1342 1342 | 
             
                    "members": {
         | 
| 1343 1343 | 
             
                      "ResourceARN": {},
         | 
| 1344 1344 | 
             
                      "Tags": {
         | 
| 1345 | 
            -
                        "shape": " | 
| 1345 | 
            +
                        "shape": "S4d"
         | 
| 1346 1346 | 
             
                      }
         | 
| 1347 1347 | 
             
                    }
         | 
| 1348 1348 | 
             
                  },
         | 
| @@ -1387,7 +1387,7 @@ | |
| 1387 1387 | 
             
                      "Id": {},
         | 
| 1388 1388 | 
             
                      "Description": {},
         | 
| 1389 1389 | 
             
                      "Addresses": {
         | 
| 1390 | 
            -
                        "shape": " | 
| 1390 | 
            +
                        "shape": "S4b"
         | 
| 1391 1391 | 
             
                      },
         | 
| 1392 1392 | 
             
                      "LockToken": {}
         | 
| 1393 1393 | 
             
                    }
         | 
| @@ -1448,7 +1448,7 @@ | |
| 1448 1448 | 
             
                      "Id": {},
         | 
| 1449 1449 | 
             
                      "Description": {},
         | 
| 1450 1450 | 
             
                      "RegularExpressionList": {
         | 
| 1451 | 
            -
                        "shape": " | 
| 1451 | 
            +
                        "shape": "S4m"
         | 
| 1452 1452 | 
             
                      },
         | 
| 1453 1453 | 
             
                      "LockToken": {}
         | 
| 1454 1454 | 
             
                    }
         | 
| @@ -1479,11 +1479,11 @@ | |
| 1479 1479 | 
             
                        "shape": "S6"
         | 
| 1480 1480 | 
             
                      },
         | 
| 1481 1481 | 
             
                      "VisibilityConfig": {
         | 
| 1482 | 
            -
                        "shape": " | 
| 1482 | 
            +
                        "shape": "S3u"
         | 
| 1483 1483 | 
             
                      },
         | 
| 1484 1484 | 
             
                      "LockToken": {},
         | 
| 1485 1485 | 
             
                      "CustomResponseBodies": {
         | 
| 1486 | 
            -
                        "shape": " | 
| 1486 | 
            +
                        "shape": "S4s"
         | 
| 1487 1487 | 
             
                      }
         | 
| 1488 1488 | 
             
                    }
         | 
| 1489 1489 | 
             
                  },
         | 
| @@ -1510,30 +1510,30 @@ | |
| 1510 1510 | 
             
                      "Scope": {},
         | 
| 1511 1511 | 
             
                      "Id": {},
         | 
| 1512 1512 | 
             
                      "DefaultAction": {
         | 
| 1513 | 
            -
                        "shape": " | 
| 1513 | 
            +
                        "shape": "S4z"
         | 
| 1514 1514 | 
             
                      },
         | 
| 1515 1515 | 
             
                      "Description": {},
         | 
| 1516 1516 | 
             
                      "Rules": {
         | 
| 1517 1517 | 
             
                        "shape": "S6"
         | 
| 1518 1518 | 
             
                      },
         | 
| 1519 1519 | 
             
                      "VisibilityConfig": {
         | 
| 1520 | 
            -
                        "shape": " | 
| 1520 | 
            +
                        "shape": "S3u"
         | 
| 1521 1521 | 
             
                      },
         | 
| 1522 1522 | 
             
                      "LockToken": {},
         | 
| 1523 1523 | 
             
                      "CustomResponseBodies": {
         | 
| 1524 | 
            -
                        "shape": " | 
| 1524 | 
            +
                        "shape": "S4s"
         | 
| 1525 1525 | 
             
                      },
         | 
| 1526 1526 | 
             
                      "CaptchaConfig": {
         | 
| 1527 | 
            -
                        "shape": " | 
| 1527 | 
            +
                        "shape": "S3x"
         | 
| 1528 1528 | 
             
                      },
         | 
| 1529 1529 | 
             
                      "ChallengeConfig": {
         | 
| 1530 | 
            -
                        "shape": " | 
| 1530 | 
            +
                        "shape": "S40"
         | 
| 1531 1531 | 
             
                      },
         | 
| 1532 1532 | 
             
                      "TokenDomains": {
         | 
| 1533 | 
            -
                        "shape": " | 
| 1533 | 
            +
                        "shape": "S50"
         | 
| 1534 1534 | 
             
                      },
         | 
| 1535 1535 | 
             
                      "AssociationConfig": {
         | 
| 1536 | 
            -
                        "shape": " | 
| 1536 | 
            +
                        "shape": "S51"
         | 
| 1537 1537 | 
             
                      }
         | 
| 1538 1538 | 
             
                    }
         | 
| 1539 1539 | 
             
                  },
         | 
| @@ -1568,19 +1568,19 @@ | |
| 1568 1568 | 
             
                        "shape": "S1o"
         | 
| 1569 1569 | 
             
                      },
         | 
| 1570 1570 | 
             
                      "OverrideAction": {
         | 
| 1571 | 
            -
                        "shape": " | 
| 1571 | 
            +
                        "shape": "S3p"
         | 
| 1572 1572 | 
             
                      },
         | 
| 1573 1573 | 
             
                      "RuleLabels": {
         | 
| 1574 | 
            -
                        "shape": " | 
| 1574 | 
            +
                        "shape": "S3r"
         | 
| 1575 1575 | 
             
                      },
         | 
| 1576 1576 | 
             
                      "VisibilityConfig": {
         | 
| 1577 | 
            -
                        "shape": " | 
| 1577 | 
            +
                        "shape": "S3u"
         | 
| 1578 1578 | 
             
                      },
         | 
| 1579 1579 | 
             
                      "CaptchaConfig": {
         | 
| 1580 | 
            -
                        "shape": " | 
| 1580 | 
            +
                        "shape": "S3x"
         | 
| 1581 1581 | 
             
                      },
         | 
| 1582 1582 | 
             
                      "ChallengeConfig": {
         | 
| 1583 | 
            -
                        "shape": " | 
| 1583 | 
            +
                        "shape": "S40"
         | 
| 1584 1584 | 
             
                      }
         | 
| 1585 1585 | 
             
                    }
         | 
| 1586 1586 | 
             
                  }
         | 
| @@ -1731,6 +1731,85 @@ | |
| 1731 1731 | 
             
                        },
         | 
| 1732 1732 | 
             
                        "ForwardedIPConfig": {
         | 
| 1733 1733 | 
             
                          "shape": "S1g"
         | 
| 1734 | 
            +
                        },
         | 
| 1735 | 
            +
                        "CustomKeys": {
         | 
| 1736 | 
            +
                          "type": "list",
         | 
| 1737 | 
            +
                          "member": {
         | 
| 1738 | 
            +
                            "type": "structure",
         | 
| 1739 | 
            +
                            "members": {
         | 
| 1740 | 
            +
                              "Header": {
         | 
| 1741 | 
            +
                                "type": "structure",
         | 
| 1742 | 
            +
                                "required": [
         | 
| 1743 | 
            +
                                  "Name",
         | 
| 1744 | 
            +
                                  "TextTransformations"
         | 
| 1745 | 
            +
                                ],
         | 
| 1746 | 
            +
                                "members": {
         | 
| 1747 | 
            +
                                  "Name": {},
         | 
| 1748 | 
            +
                                  "TextTransformations": {
         | 
| 1749 | 
            +
                                    "shape": "S12"
         | 
| 1750 | 
            +
                                  }
         | 
| 1751 | 
            +
                                }
         | 
| 1752 | 
            +
                              },
         | 
| 1753 | 
            +
                              "Cookie": {
         | 
| 1754 | 
            +
                                "type": "structure",
         | 
| 1755 | 
            +
                                "required": [
         | 
| 1756 | 
            +
                                  "Name",
         | 
| 1757 | 
            +
                                  "TextTransformations"
         | 
| 1758 | 
            +
                                ],
         | 
| 1759 | 
            +
                                "members": {
         | 
| 1760 | 
            +
                                  "Name": {},
         | 
| 1761 | 
            +
                                  "TextTransformations": {
         | 
| 1762 | 
            +
                                    "shape": "S12"
         | 
| 1763 | 
            +
                                  }
         | 
| 1764 | 
            +
                                }
         | 
| 1765 | 
            +
                              },
         | 
| 1766 | 
            +
                              "QueryArgument": {
         | 
| 1767 | 
            +
                                "type": "structure",
         | 
| 1768 | 
            +
                                "required": [
         | 
| 1769 | 
            +
                                  "Name",
         | 
| 1770 | 
            +
                                  "TextTransformations"
         | 
| 1771 | 
            +
                                ],
         | 
| 1772 | 
            +
                                "members": {
         | 
| 1773 | 
            +
                                  "Name": {},
         | 
| 1774 | 
            +
                                  "TextTransformations": {
         | 
| 1775 | 
            +
                                    "shape": "S12"
         | 
| 1776 | 
            +
                                  }
         | 
| 1777 | 
            +
                                }
         | 
| 1778 | 
            +
                              },
         | 
| 1779 | 
            +
                              "QueryString": {
         | 
| 1780 | 
            +
                                "type": "structure",
         | 
| 1781 | 
            +
                                "required": [
         | 
| 1782 | 
            +
                                  "TextTransformations"
         | 
| 1783 | 
            +
                                ],
         | 
| 1784 | 
            +
                                "members": {
         | 
| 1785 | 
            +
                                  "TextTransformations": {
         | 
| 1786 | 
            +
                                    "shape": "S12"
         | 
| 1787 | 
            +
                                  }
         | 
| 1788 | 
            +
                                }
         | 
| 1789 | 
            +
                              },
         | 
| 1790 | 
            +
                              "HTTPMethod": {
         | 
| 1791 | 
            +
                                "type": "structure",
         | 
| 1792 | 
            +
                                "members": {}
         | 
| 1793 | 
            +
                              },
         | 
| 1794 | 
            +
                              "ForwardedIP": {
         | 
| 1795 | 
            +
                                "type": "structure",
         | 
| 1796 | 
            +
                                "members": {}
         | 
| 1797 | 
            +
                              },
         | 
| 1798 | 
            +
                              "IP": {
         | 
| 1799 | 
            +
                                "type": "structure",
         | 
| 1800 | 
            +
                                "members": {}
         | 
| 1801 | 
            +
                              },
         | 
| 1802 | 
            +
                              "LabelNamespace": {
         | 
| 1803 | 
            +
                                "type": "structure",
         | 
| 1804 | 
            +
                                "required": [
         | 
| 1805 | 
            +
                                  "Namespace"
         | 
| 1806 | 
            +
                                ],
         | 
| 1807 | 
            +
                                "members": {
         | 
| 1808 | 
            +
                                  "Namespace": {}
         | 
| 1809 | 
            +
                                }
         | 
| 1810 | 
            +
                              }
         | 
| 1811 | 
            +
                            }
         | 
| 1812 | 
            +
                          }
         | 
| 1734 1813 | 
             
                        }
         | 
| 1735 1814 | 
             
                      }
         | 
| 1736 1815 | 
             
                    },
         | 
| @@ -1741,7 +1820,7 @@ | |
| 1741 1820 | 
             
                      ],
         | 
| 1742 1821 | 
             
                      "members": {
         | 
| 1743 1822 | 
             
                        "Statements": {
         | 
| 1744 | 
            -
                          "shape": " | 
| 1823 | 
            +
                          "shape": "S2k"
         | 
| 1745 1824 | 
             
                        }
         | 
| 1746 1825 | 
             
                      }
         | 
| 1747 1826 | 
             
                    },
         | 
| @@ -1752,7 +1831,7 @@ | |
| 1752 1831 | 
             
                      ],
         | 
| 1753 1832 | 
             
                      "members": {
         | 
| 1754 1833 | 
             
                        "Statements": {
         | 
| 1755 | 
            -
                          "shape": " | 
| 1834 | 
            +
                          "shape": "S2k"
         | 
| 1756 1835 | 
             
                        }
         | 
| 1757 1836 | 
             
                      }
         | 
| 1758 1837 | 
             
                    },
         | 
| @@ -1768,7 +1847,7 @@ | |
| 1768 1847 | 
             
                      }
         | 
| 1769 1848 | 
             
                    },
         | 
| 1770 1849 | 
             
                    "ManagedRuleGroupStatement": {
         | 
| 1771 | 
            -
                      "shape": " | 
| 1850 | 
            +
                      "shape": "S2n"
         | 
| 1772 1851 | 
             
                    },
         | 
| 1773 1852 | 
             
                    "LabelMatchStatement": {
         | 
| 1774 1853 | 
             
                      "type": "structure",
         | 
| @@ -2094,13 +2173,13 @@ | |
| 2094 2173 | 
             
                    }
         | 
| 2095 2174 | 
             
                  }
         | 
| 2096 2175 | 
             
                },
         | 
| 2097 | 
            -
                " | 
| 2176 | 
            +
                "S2k": {
         | 
| 2098 2177 | 
             
                  "type": "list",
         | 
| 2099 2178 | 
             
                  "member": {
         | 
| 2100 2179 | 
             
                    "shape": "Sa"
         | 
| 2101 2180 | 
             
                  }
         | 
| 2102 2181 | 
             
                },
         | 
| 2103 | 
            -
                " | 
| 2182 | 
            +
                "S2n": {
         | 
| 2104 2183 | 
             
                  "type": "structure",
         | 
| 2105 2184 | 
             
                  "required": [
         | 
| 2106 2185 | 
             
                    "VendorName",
         | 
| @@ -2130,12 +2209,12 @@ | |
| 2130 2209 | 
             
                            "deprecatedMessage": "Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PayloadType"
         | 
| 2131 2210 | 
             
                          },
         | 
| 2132 2211 | 
             
                          "UsernameField": {
         | 
| 2133 | 
            -
                            "shape": " | 
| 2212 | 
            +
                            "shape": "S2u",
         | 
| 2134 2213 | 
             
                            "deprecated": true,
         | 
| 2135 2214 | 
             
                            "deprecatedMessage": "Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection UsernameField"
         | 
| 2136 2215 | 
             
                          },
         | 
| 2137 2216 | 
             
                          "PasswordField": {
         | 
| 2138 | 
            -
                            "shape": " | 
| 2217 | 
            +
                            "shape": "S2w",
         | 
| 2139 2218 | 
             
                            "deprecated": true,
         | 
| 2140 2219 | 
             
                            "deprecatedMessage": "Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PasswordField"
         | 
| 2141 2220 | 
             
                          },
         | 
| @@ -2165,10 +2244,10 @@ | |
| 2165 2244 | 
             
                                "members": {
         | 
| 2166 2245 | 
             
                                  "PayloadType": {},
         | 
| 2167 2246 | 
             
                                  "UsernameField": {
         | 
| 2168 | 
            -
                                    "shape": " | 
| 2247 | 
            +
                                    "shape": "S2u"
         | 
| 2169 2248 | 
             
                                  },
         | 
| 2170 2249 | 
             
                                  "PasswordField": {
         | 
| 2171 | 
            -
                                    "shape": " | 
| 2250 | 
            +
                                    "shape": "S2w"
         | 
| 2172 2251 | 
             
                                  }
         | 
| 2173 2252 | 
             
                                }
         | 
| 2174 2253 | 
             
                              },
         | 
| @@ -2263,7 +2342,7 @@ | |
| 2263 2342 | 
             
                    }
         | 
| 2264 2343 | 
             
                  }
         | 
| 2265 2344 | 
             
                },
         | 
| 2266 | 
            -
                " | 
| 2345 | 
            +
                "S2u": {
         | 
| 2267 2346 | 
             
                  "type": "structure",
         | 
| 2268 2347 | 
             
                  "required": [
         | 
| 2269 2348 | 
             
                    "Identifier"
         | 
| @@ -2272,7 +2351,7 @@ | |
| 2272 2351 | 
             
                    "Identifier": {}
         | 
| 2273 2352 | 
             
                  }
         | 
| 2274 2353 | 
             
                },
         | 
| 2275 | 
            -
                " | 
| 2354 | 
            +
                "S2w": {
         | 
| 2276 2355 | 
             
                  "type": "structure",
         | 
| 2277 2356 | 
             
                  "required": [
         | 
| 2278 2357 | 
             
                    "Identifier"
         | 
| @@ -2281,7 +2360,7 @@ | |
| 2281 2360 | 
             
                    "Identifier": {}
         | 
| 2282 2361 | 
             
                  }
         | 
| 2283 2362 | 
             
                },
         | 
| 2284 | 
            -
                " | 
| 2363 | 
            +
                "S3p": {
         | 
| 2285 2364 | 
             
                  "type": "structure",
         | 
| 2286 2365 | 
             
                  "members": {
         | 
| 2287 2366 | 
             
                    "Count": {
         | 
| @@ -2293,7 +2372,7 @@ | |
| 2293 2372 | 
             
                    }
         | 
| 2294 2373 | 
             
                  }
         | 
| 2295 2374 | 
             
                },
         | 
| 2296 | 
            -
                " | 
| 2375 | 
            +
                "S3r": {
         | 
| 2297 2376 | 
             
                  "type": "list",
         | 
| 2298 2377 | 
             
                  "member": {
         | 
| 2299 2378 | 
             
                    "type": "structure",
         | 
| @@ -2305,7 +2384,7 @@ | |
| 2305 2384 | 
             
                    }
         | 
| 2306 2385 | 
             
                  }
         | 
| 2307 2386 | 
             
                },
         | 
| 2308 | 
            -
                " | 
| 2387 | 
            +
                "S3u": {
         | 
| 2309 2388 | 
             
                  "type": "structure",
         | 
| 2310 2389 | 
             
                  "required": [
         | 
| 2311 2390 | 
             
                    "SampledRequestsEnabled",
         | 
| @@ -2322,15 +2401,15 @@ | |
| 2322 2401 | 
             
                    "MetricName": {}
         | 
| 2323 2402 | 
             
                  }
         | 
| 2324 2403 | 
             
                },
         | 
| 2325 | 
            -
                " | 
| 2404 | 
            +
                "S3x": {
         | 
| 2326 2405 | 
             
                  "type": "structure",
         | 
| 2327 2406 | 
             
                  "members": {
         | 
| 2328 2407 | 
             
                    "ImmunityTimeProperty": {
         | 
| 2329 | 
            -
                      "shape": " | 
| 2408 | 
            +
                      "shape": "S3y"
         | 
| 2330 2409 | 
             
                    }
         | 
| 2331 2410 | 
             
                  }
         | 
| 2332 2411 | 
             
                },
         | 
| 2333 | 
            -
                " | 
| 2412 | 
            +
                "S3y": {
         | 
| 2334 2413 | 
             
                  "type": "structure",
         | 
| 2335 2414 | 
             
                  "required": [
         | 
| 2336 2415 | 
             
                    "ImmunityTime"
         | 
| @@ -2341,19 +2420,19 @@ | |
| 2341 2420 | 
             
                    }
         | 
| 2342 2421 | 
             
                  }
         | 
| 2343 2422 | 
             
                },
         | 
| 2344 | 
            -
                " | 
| 2423 | 
            +
                "S40": {
         | 
| 2345 2424 | 
             
                  "type": "structure",
         | 
| 2346 2425 | 
             
                  "members": {
         | 
| 2347 2426 | 
             
                    "ImmunityTimeProperty": {
         | 
| 2348 | 
            -
                      "shape": " | 
| 2427 | 
            +
                      "shape": "S3y"
         | 
| 2349 2428 | 
             
                    }
         | 
| 2350 2429 | 
             
                  }
         | 
| 2351 2430 | 
             
                },
         | 
| 2352 | 
            -
                " | 
| 2431 | 
            +
                "S4b": {
         | 
| 2353 2432 | 
             
                  "type": "list",
         | 
| 2354 2433 | 
             
                  "member": {}
         | 
| 2355 2434 | 
             
                },
         | 
| 2356 | 
            -
                " | 
| 2435 | 
            +
                "S4d": {
         | 
| 2357 2436 | 
             
                  "type": "list",
         | 
| 2358 2437 | 
             
                  "member": {
         | 
| 2359 2438 | 
             
                    "type": "structure",
         | 
| @@ -2367,7 +2446,7 @@ | |
| 2367 2446 | 
             
                    }
         | 
| 2368 2447 | 
             
                  }
         | 
| 2369 2448 | 
             
                },
         | 
| 2370 | 
            -
                " | 
| 2449 | 
            +
                "S4i": {
         | 
| 2371 2450 | 
             
                  "type": "structure",
         | 
| 2372 2451 | 
             
                  "members": {
         | 
| 2373 2452 | 
             
                    "Name": {},
         | 
| @@ -2377,7 +2456,7 @@ | |
| 2377 2456 | 
             
                    "ARN": {}
         | 
| 2378 2457 | 
             
                  }
         | 
| 2379 2458 | 
             
                },
         | 
| 2380 | 
            -
                " | 
| 2459 | 
            +
                "S4m": {
         | 
| 2381 2460 | 
             
                  "type": "list",
         | 
| 2382 2461 | 
             
                  "member": {
         | 
| 2383 2462 | 
             
                    "type": "structure",
         | 
| @@ -2386,7 +2465,7 @@ | |
| 2386 2465 | 
             
                    }
         | 
| 2387 2466 | 
             
                  }
         | 
| 2388 2467 | 
             
                },
         | 
| 2389 | 
            -
                " | 
| 2468 | 
            +
                "S4p": {
         | 
| 2390 2469 | 
             
                  "type": "structure",
         | 
| 2391 2470 | 
             
                  "members": {
         | 
| 2392 2471 | 
             
                    "Name": {},
         | 
| @@ -2396,7 +2475,7 @@ | |
| 2396 2475 | 
             
                    "ARN": {}
         | 
| 2397 2476 | 
             
                  }
         | 
| 2398 2477 | 
             
                },
         | 
| 2399 | 
            -
                " | 
| 2478 | 
            +
                "S4s": {
         | 
| 2400 2479 | 
             
                  "type": "map",
         | 
| 2401 2480 | 
             
                  "key": {},
         | 
| 2402 2481 | 
             
                  "value": {
         | 
| @@ -2411,7 +2490,7 @@ | |
| 2411 2490 | 
             
                    }
         | 
| 2412 2491 | 
             
                  }
         | 
| 2413 2492 | 
             
                },
         | 
| 2414 | 
            -
                " | 
| 2493 | 
            +
                "S4x": {
         | 
| 2415 2494 | 
             
                  "type": "structure",
         | 
| 2416 2495 | 
             
                  "members": {
         | 
| 2417 2496 | 
             
                    "Name": {},
         | 
| @@ -2421,7 +2500,7 @@ | |
| 2421 2500 | 
             
                    "ARN": {}
         | 
| 2422 2501 | 
             
                  }
         | 
| 2423 2502 | 
             
                },
         | 
| 2424 | 
            -
                " | 
| 2503 | 
            +
                "S4z": {
         | 
| 2425 2504 | 
             
                  "type": "structure",
         | 
| 2426 2505 | 
             
                  "members": {
         | 
| 2427 2506 | 
             
                    "Block": {
         | 
| @@ -2432,11 +2511,11 @@ | |
| 2432 2511 | 
             
                    }
         | 
| 2433 2512 | 
             
                  }
         | 
| 2434 2513 | 
             
                },
         | 
| 2435 | 
            -
                " | 
| 2514 | 
            +
                "S50": {
         | 
| 2436 2515 | 
             
                  "type": "list",
         | 
| 2437 2516 | 
             
                  "member": {}
         | 
| 2438 2517 | 
             
                },
         | 
| 2439 | 
            -
                " | 
| 2518 | 
            +
                "S51": {
         | 
| 2440 2519 | 
             
                  "type": "structure",
         | 
| 2441 2520 | 
             
                  "members": {
         | 
| 2442 2521 | 
             
                    "RequestBody": {
         | 
| @@ -2454,7 +2533,7 @@ | |
| 2454 2533 | 
             
                    }
         | 
| 2455 2534 | 
             
                  }
         | 
| 2456 2535 | 
             
                },
         | 
| 2457 | 
            -
                " | 
| 2536 | 
            +
                "S57": {
         | 
| 2458 2537 | 
             
                  "type": "structure",
         | 
| 2459 2538 | 
             
                  "members": {
         | 
| 2460 2539 | 
             
                    "Name": {},
         | 
| @@ -2464,7 +2543,7 @@ | |
| 2464 2543 | 
             
                    "ARN": {}
         | 
| 2465 2544 | 
             
                  }
         | 
| 2466 2545 | 
             
                },
         | 
| 2467 | 
            -
                " | 
| 2546 | 
            +
                "S5q": {
         | 
| 2468 2547 | 
             
                  "type": "list",
         | 
| 2469 2548 | 
             
                  "member": {
         | 
| 2470 2549 | 
             
                    "type": "structure",
         | 
| @@ -2473,7 +2552,7 @@ | |
| 2473 2552 | 
             
                    }
         | 
| 2474 2553 | 
             
                  }
         | 
| 2475 2554 | 
             
                },
         | 
| 2476 | 
            -
                " | 
| 2555 | 
            +
                "S66": {
         | 
| 2477 2556 | 
             
                  "type": "structure",
         | 
| 2478 2557 | 
             
                  "required": [
         | 
| 2479 2558 | 
             
                    "ResourceArn",
         | 
| @@ -2547,16 +2626,16 @@ | |
| 2547 2626 | 
             
                    }
         | 
| 2548 2627 | 
             
                  }
         | 
| 2549 2628 | 
             
                },
         | 
| 2550 | 
            -
                " | 
| 2629 | 
            +
                "S6y": {
         | 
| 2551 2630 | 
             
                  "type": "structure",
         | 
| 2552 2631 | 
             
                  "members": {
         | 
| 2553 2632 | 
             
                    "IPAddressVersion": {},
         | 
| 2554 2633 | 
             
                    "Addresses": {
         | 
| 2555 | 
            -
                      "shape": " | 
| 2634 | 
            +
                      "shape": "S4b"
         | 
| 2556 2635 | 
             
                    }
         | 
| 2557 2636 | 
             
                  }
         | 
| 2558 2637 | 
             
                },
         | 
| 2559 | 
            -
                " | 
| 2638 | 
            +
                "S76": {
         | 
| 2560 2639 | 
             
                  "type": "structure",
         | 
| 2561 2640 | 
             
                  "required": [
         | 
| 2562 2641 | 
             
                    "StartTime",
         | 
| @@ -2571,7 +2650,7 @@ | |
| 2571 2650 | 
             
                    }
         | 
| 2572 2651 | 
             
                  }
         | 
| 2573 2652 | 
             
                },
         | 
| 2574 | 
            -
                " | 
| 2653 | 
            +
                "S7h": {
         | 
| 2575 2654 | 
             
                  "type": "list",
         | 
| 2576 2655 | 
             
                  "member": {
         | 
| 2577 2656 | 
             
                    "type": "structure",
         | 
| @@ -2581,7 +2660,7 @@ | |
| 2581 2660 | 
             
                    }
         | 
| 2582 2661 | 
             
                  }
         | 
| 2583 2662 | 
             
                },
         | 
| 2584 | 
            -
                " | 
| 2663 | 
            +
                "S7v": {
         | 
| 2585 2664 | 
             
                  "type": "structure",
         | 
| 2586 2665 | 
             
                  "required": [
         | 
| 2587 2666 | 
             
                    "Name",
         | 
| @@ -2595,46 +2674,46 @@ | |
| 2595 2674 | 
             
                    "Id": {},
         | 
| 2596 2675 | 
             
                    "ARN": {},
         | 
| 2597 2676 | 
             
                    "DefaultAction": {
         | 
| 2598 | 
            -
                      "shape": " | 
| 2677 | 
            +
                      "shape": "S4z"
         | 
| 2599 2678 | 
             
                    },
         | 
| 2600 2679 | 
             
                    "Description": {},
         | 
| 2601 2680 | 
             
                    "Rules": {
         | 
| 2602 2681 | 
             
                      "shape": "S6"
         | 
| 2603 2682 | 
             
                    },
         | 
| 2604 2683 | 
             
                    "VisibilityConfig": {
         | 
| 2605 | 
            -
                      "shape": " | 
| 2684 | 
            +
                      "shape": "S3u"
         | 
| 2606 2685 | 
             
                    },
         | 
| 2607 2686 | 
             
                    "Capacity": {
         | 
| 2608 2687 | 
             
                      "type": "long"
         | 
| 2609 2688 | 
             
                    },
         | 
| 2610 2689 | 
             
                    "PreProcessFirewallManagerRuleGroups": {
         | 
| 2611 | 
            -
                      "shape": " | 
| 2690 | 
            +
                      "shape": "S7w"
         | 
| 2612 2691 | 
             
                    },
         | 
| 2613 2692 | 
             
                    "PostProcessFirewallManagerRuleGroups": {
         | 
| 2614 | 
            -
                      "shape": " | 
| 2693 | 
            +
                      "shape": "S7w"
         | 
| 2615 2694 | 
             
                    },
         | 
| 2616 2695 | 
             
                    "ManagedByFirewallManager": {
         | 
| 2617 2696 | 
             
                      "type": "boolean"
         | 
| 2618 2697 | 
             
                    },
         | 
| 2619 2698 | 
             
                    "LabelNamespace": {},
         | 
| 2620 2699 | 
             
                    "CustomResponseBodies": {
         | 
| 2621 | 
            -
                      "shape": " | 
| 2700 | 
            +
                      "shape": "S4s"
         | 
| 2622 2701 | 
             
                    },
         | 
| 2623 2702 | 
             
                    "CaptchaConfig": {
         | 
| 2624 | 
            -
                      "shape": " | 
| 2703 | 
            +
                      "shape": "S3x"
         | 
| 2625 2704 | 
             
                    },
         | 
| 2626 2705 | 
             
                    "ChallengeConfig": {
         | 
| 2627 | 
            -
                      "shape": " | 
| 2706 | 
            +
                      "shape": "S40"
         | 
| 2628 2707 | 
             
                    },
         | 
| 2629 2708 | 
             
                    "TokenDomains": {
         | 
| 2630 | 
            -
                      "shape": " | 
| 2709 | 
            +
                      "shape": "S50"
         | 
| 2631 2710 | 
             
                    },
         | 
| 2632 2711 | 
             
                    "AssociationConfig": {
         | 
| 2633 | 
            -
                      "shape": " | 
| 2712 | 
            +
                      "shape": "S51"
         | 
| 2634 2713 | 
             
                    }
         | 
| 2635 2714 | 
             
                  }
         | 
| 2636 2715 | 
             
                },
         | 
| 2637 | 
            -
                " | 
| 2716 | 
            +
                "S7w": {
         | 
| 2638 2717 | 
             
                  "type": "list",
         | 
| 2639 2718 | 
             
                  "member": {
         | 
| 2640 2719 | 
             
                    "type": "structure",
         | 
| @@ -2654,7 +2733,7 @@ | |
| 2654 2733 | 
             
                        "type": "structure",
         | 
| 2655 2734 | 
             
                        "members": {
         | 
| 2656 2735 | 
             
                          "ManagedRuleGroupStatement": {
         | 
| 2657 | 
            -
                            "shape": " | 
| 2736 | 
            +
                            "shape": "S2n"
         | 
| 2658 2737 | 
             
                          },
         | 
| 2659 2738 | 
             
                          "RuleGroupReferenceStatement": {
         | 
| 2660 2739 | 
             
                            "shape": "S1j"
         | 
| @@ -2662,10 +2741,10 @@ | |
| 2662 2741 | 
             
                        }
         | 
| 2663 2742 | 
             
                      },
         | 
| 2664 2743 | 
             
                      "OverrideAction": {
         | 
| 2665 | 
            -
                        "shape": " | 
| 2744 | 
            +
                        "shape": "S3p"
         | 
| 2666 2745 | 
             
                      },
         | 
| 2667 2746 | 
             
                      "VisibilityConfig": {
         | 
| 2668 | 
            -
                        "shape": " | 
| 2747 | 
            +
                        "shape": "S3u"
         | 
| 2669 2748 | 
             
                      }
         | 
| 2670 2749 | 
             
                    }
         | 
| 2671 2750 | 
             
                  }
         |