aws-sdk 2.1361.0 → 2.1363.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 +16 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +32 -28
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/apis/connect-2017-08-08.min.json +239 -199
- package/apis/fms-2018-01-01.min.json +245 -95
- package/apis/fms-2018-01-01.paginators.json +12 -0
- package/apis/guardduty-2017-11-28.min.json +106 -53
- package/apis/iot-2015-05-28.min.json +1 -1
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/sagemaker-2017-07-24.min.json +710 -703
- package/apis/snowball-2016-06-30.min.json +79 -52
- package/apis/wafv2-2019-07-29.min.json +159 -73
- package/clients/chime.d.ts +94 -42
- package/clients/chimesdkmediapipelines.d.ts +14 -10
- package/clients/chimesdkmeetings.d.ts +33 -24
- package/clients/connect.d.ts +59 -1
- package/clients/ecs.d.ts +2 -2
- package/clients/fms.d.ts +225 -21
- package/clients/gamelift.d.ts +240 -240
- package/clients/guardduty.d.ts +61 -4
- package/clients/iot.d.ts +1 -1
- package/clients/sagemaker.d.ts +53 -39
- package/clients/snowball.d.ts +56 -9
- package/clients/wafv2.d.ts +120 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +255 -203
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -53,6 +53,28 @@ | |
| 53 53 | 
             
                    }
         | 
| 54 54 | 
             
                  }
         | 
| 55 55 | 
             
                },
         | 
| 56 | 
            +
                "CreateAPIKey": {
         | 
| 57 | 
            +
                  "input": {
         | 
| 58 | 
            +
                    "type": "structure",
         | 
| 59 | 
            +
                    "required": [
         | 
| 60 | 
            +
                      "Scope",
         | 
| 61 | 
            +
                      "TokenDomains"
         | 
| 62 | 
            +
                    ],
         | 
| 63 | 
            +
                    "members": {
         | 
| 64 | 
            +
                      "Scope": {},
         | 
| 65 | 
            +
                      "TokenDomains": {
         | 
| 66 | 
            +
                        "type": "list",
         | 
| 67 | 
            +
                        "member": {}
         | 
| 68 | 
            +
                      }
         | 
| 69 | 
            +
                    }
         | 
| 70 | 
            +
                  },
         | 
| 71 | 
            +
                  "output": {
         | 
| 72 | 
            +
                    "type": "structure",
         | 
| 73 | 
            +
                    "members": {
         | 
| 74 | 
            +
                      "APIKey": {}
         | 
| 75 | 
            +
                    }
         | 
| 76 | 
            +
                  }
         | 
| 77 | 
            +
                },
         | 
| 56 78 | 
             
                "CreateIPSet": {
         | 
| 57 79 | 
             
                  "input": {
         | 
| 58 80 | 
             
                    "type": "structure",
         | 
| @@ -68,10 +90,10 @@ | |
| 68 90 | 
             
                      "Description": {},
         | 
| 69 91 | 
             
                      "IPAddressVersion": {},
         | 
| 70 92 | 
             
                      "Addresses": {
         | 
| 71 | 
            -
                        "shape": " | 
| 93 | 
            +
                        "shape": "S40"
         | 
| 72 94 | 
             
                      },
         | 
| 73 95 | 
             
                      "Tags": {
         | 
| 74 | 
            -
                        "shape": " | 
| 96 | 
            +
                        "shape": "S42"
         | 
| 75 97 | 
             
                      }
         | 
| 76 98 | 
             
                    }
         | 
| 77 99 | 
             
                  },
         | 
| @@ -79,7 +101,7 @@ | |
| 79 101 | 
             
                    "type": "structure",
         | 
| 80 102 | 
             
                    "members": {
         | 
| 81 103 | 
             
                      "Summary": {
         | 
| 82 | 
            -
                        "shape": " | 
| 104 | 
            +
                        "shape": "S47"
         | 
| 83 105 | 
             
                      }
         | 
| 84 106 | 
             
                    }
         | 
| 85 107 | 
             
                  }
         | 
| @@ -97,10 +119,10 @@ | |
| 97 119 | 
             
                      "Scope": {},
         | 
| 98 120 | 
             
                      "Description": {},
         | 
| 99 121 | 
             
                      "RegularExpressionList": {
         | 
| 100 | 
            -
                        "shape": " | 
| 122 | 
            +
                        "shape": "S4b"
         | 
| 101 123 | 
             
                      },
         | 
| 102 124 | 
             
                      "Tags": {
         | 
| 103 | 
            -
                        "shape": " | 
| 125 | 
            +
                        "shape": "S42"
         | 
| 104 126 | 
             
                      }
         | 
| 105 127 | 
             
                    }
         | 
| 106 128 | 
             
                  },
         | 
| @@ -108,7 +130,7 @@ | |
| 108 130 | 
             
                    "type": "structure",
         | 
| 109 131 | 
             
                    "members": {
         | 
| 110 132 | 
             
                      "Summary": {
         | 
| 111 | 
            -
                        "shape": " | 
| 133 | 
            +
                        "shape": "S4e"
         | 
| 112 134 | 
             
                      }
         | 
| 113 135 | 
             
                    }
         | 
| 114 136 | 
             
                  }
         | 
| @@ -136,10 +158,10 @@ | |
| 136 158 | 
             
                        "shape": "S3j"
         | 
| 137 159 | 
             
                      },
         | 
| 138 160 | 
             
                      "Tags": {
         | 
| 139 | 
            -
                        "shape": " | 
| 161 | 
            +
                        "shape": "S42"
         | 
| 140 162 | 
             
                      },
         | 
| 141 163 | 
             
                      "CustomResponseBodies": {
         | 
| 142 | 
            -
                        "shape": " | 
| 164 | 
            +
                        "shape": "S4h"
         | 
| 143 165 | 
             
                      }
         | 
| 144 166 | 
             
                    }
         | 
| 145 167 | 
             
                  },
         | 
| @@ -147,7 +169,7 @@ | |
| 147 169 | 
             
                    "type": "structure",
         | 
| 148 170 | 
             
                    "members": {
         | 
| 149 171 | 
             
                      "Summary": {
         | 
| 150 | 
            -
                        "shape": " | 
| 172 | 
            +
                        "shape": "S4m"
         | 
| 151 173 | 
             
                      }
         | 
| 152 174 | 
             
                    }
         | 
| 153 175 | 
             
                  }
         | 
| @@ -165,7 +187,7 @@ | |
| 165 187 | 
             
                      "Name": {},
         | 
| 166 188 | 
             
                      "Scope": {},
         | 
| 167 189 | 
             
                      "DefaultAction": {
         | 
| 168 | 
            -
                        "shape": " | 
| 190 | 
            +
                        "shape": "S4o"
         | 
| 169 191 | 
             
                      },
         | 
| 170 192 | 
             
                      "Description": {},
         | 
| 171 193 | 
             
                      "Rules": {
         | 
| @@ -175,10 +197,10 @@ | |
| 175 197 | 
             
                        "shape": "S3j"
         | 
| 176 198 | 
             
                      },
         | 
| 177 199 | 
             
                      "Tags": {
         | 
| 178 | 
            -
                        "shape": " | 
| 200 | 
            +
                        "shape": "S42"
         | 
| 179 201 | 
             
                      },
         | 
| 180 202 | 
             
                      "CustomResponseBodies": {
         | 
| 181 | 
            -
                        "shape": " | 
| 203 | 
            +
                        "shape": "S4h"
         | 
| 182 204 | 
             
                      },
         | 
| 183 205 | 
             
                      "CaptchaConfig": {
         | 
| 184 206 | 
             
                        "shape": "S3m"
         | 
| @@ -187,10 +209,10 @@ | |
| 187 209 | 
             
                        "shape": "S3p"
         | 
| 188 210 | 
             
                      },
         | 
| 189 211 | 
             
                      "TokenDomains": {
         | 
| 190 | 
            -
                        "shape": " | 
| 212 | 
            +
                        "shape": "S4p"
         | 
| 191 213 | 
             
                      },
         | 
| 192 214 | 
             
                      "AssociationConfig": {
         | 
| 193 | 
            -
                        "shape": " | 
| 215 | 
            +
                        "shape": "S4q"
         | 
| 194 216 | 
             
                      }
         | 
| 195 217 | 
             
                    }
         | 
| 196 218 | 
             
                  },
         | 
| @@ -198,7 +220,7 @@ | |
| 198 220 | 
             
                    "type": "structure",
         | 
| 199 221 | 
             
                    "members": {
         | 
| 200 222 | 
             
                      "Summary": {
         | 
| 201 | 
            -
                        "shape": " | 
| 223 | 
            +
                        "shape": "S4w"
         | 
| 202 224 | 
             
                      }
         | 
| 203 225 | 
             
                    }
         | 
| 204 226 | 
             
                  }
         | 
| @@ -373,10 +395,10 @@ | |
| 373 395 | 
             
                      },
         | 
| 374 396 | 
             
                      "LabelNamespace": {},
         | 
| 375 397 | 
             
                      "AvailableLabels": {
         | 
| 376 | 
            -
                        "shape": " | 
| 398 | 
            +
                        "shape": "S5f"
         | 
| 377 399 | 
             
                      },
         | 
| 378 400 | 
             
                      "ConsumedLabels": {
         | 
| 379 | 
            -
                        "shape": " | 
| 401 | 
            +
                        "shape": "S5f"
         | 
| 380 402 | 
             
                      }
         | 
| 381 403 | 
             
                    }
         | 
| 382 404 | 
             
                  }
         | 
| @@ -415,6 +437,30 @@ | |
| 415 437 | 
             
                    }
         | 
| 416 438 | 
             
                  }
         | 
| 417 439 | 
             
                },
         | 
| 440 | 
            +
                "GetDecryptedAPIKey": {
         | 
| 441 | 
            +
                  "input": {
         | 
| 442 | 
            +
                    "type": "structure",
         | 
| 443 | 
            +
                    "required": [
         | 
| 444 | 
            +
                      "Scope",
         | 
| 445 | 
            +
                      "APIKey"
         | 
| 446 | 
            +
                    ],
         | 
| 447 | 
            +
                    "members": {
         | 
| 448 | 
            +
                      "Scope": {},
         | 
| 449 | 
            +
                      "APIKey": {}
         | 
| 450 | 
            +
                    }
         | 
| 451 | 
            +
                  },
         | 
| 452 | 
            +
                  "output": {
         | 
| 453 | 
            +
                    "type": "structure",
         | 
| 454 | 
            +
                    "members": {
         | 
| 455 | 
            +
                      "TokenDomains": {
         | 
| 456 | 
            +
                        "shape": "S4p"
         | 
| 457 | 
            +
                      },
         | 
| 458 | 
            +
                      "CreationTimestamp": {
         | 
| 459 | 
            +
                        "type": "timestamp"
         | 
| 460 | 
            +
                      }
         | 
| 461 | 
            +
                    }
         | 
| 462 | 
            +
                  }
         | 
| 463 | 
            +
                },
         | 
| 418 464 | 
             
                "GetIPSet": {
         | 
| 419 465 | 
             
                  "input": {
         | 
| 420 466 | 
             
                    "type": "structure",
         | 
| @@ -448,7 +494,7 @@ | |
| 448 494 | 
             
                          "Description": {},
         | 
| 449 495 | 
             
                          "IPAddressVersion": {},
         | 
| 450 496 | 
             
                          "Addresses": {
         | 
| 451 | 
            -
                            "shape": " | 
| 497 | 
            +
                            "shape": "S40"
         | 
| 452 498 | 
             
                          }
         | 
| 453 499 | 
             
                        }
         | 
| 454 500 | 
             
                      },
         | 
| @@ -470,7 +516,7 @@ | |
| 470 516 | 
             
                    "type": "structure",
         | 
| 471 517 | 
             
                    "members": {
         | 
| 472 518 | 
             
                      "LoggingConfiguration": {
         | 
| 473 | 
            -
                        "shape": " | 
| 519 | 
            +
                        "shape": "S5v"
         | 
| 474 520 | 
             
                      }
         | 
| 475 521 | 
             
                    }
         | 
| 476 522 | 
             
                  }
         | 
| @@ -561,7 +607,7 @@ | |
| 561 607 | 
             
                          },
         | 
| 562 608 | 
             
                          "ReleaseNotes": {},
         | 
| 563 609 | 
             
                          "Tags": {
         | 
| 564 | 
            -
                            "shape": " | 
| 610 | 
            +
                            "shape": "S42"
         | 
| 565 611 | 
             
                          }
         | 
| 566 612 | 
             
                        }
         | 
| 567 613 | 
             
                      }
         | 
| @@ -606,10 +652,10 @@ | |
| 606 652 | 
             
                    "type": "structure",
         | 
| 607 653 | 
             
                    "members": {
         | 
| 608 654 | 
             
                      "ManagedKeysIPV4": {
         | 
| 609 | 
            -
                        "shape": " | 
| 655 | 
            +
                        "shape": "S6n"
         | 
| 610 656 | 
             
                      },
         | 
| 611 657 | 
             
                      "ManagedKeysIPV6": {
         | 
| 612 | 
            -
                        "shape": " | 
| 658 | 
            +
                        "shape": "S6n"
         | 
| 613 659 | 
             
                      }
         | 
| 614 660 | 
             
                    }
         | 
| 615 661 | 
             
                  }
         | 
| @@ -639,7 +685,7 @@ | |
| 639 685 | 
             
                          "ARN": {},
         | 
| 640 686 | 
             
                          "Description": {},
         | 
| 641 687 | 
             
                          "RegularExpressionList": {
         | 
| 642 | 
            -
                            "shape": " | 
| 688 | 
            +
                            "shape": "S4b"
         | 
| 643 689 | 
             
                          }
         | 
| 644 690 | 
             
                        }
         | 
| 645 691 | 
             
                      },
         | 
| @@ -685,13 +731,13 @@ | |
| 685 731 | 
             
                          },
         | 
| 686 732 | 
             
                          "LabelNamespace": {},
         | 
| 687 733 | 
             
                          "CustomResponseBodies": {
         | 
| 688 | 
            -
                            "shape": " | 
| 734 | 
            +
                            "shape": "S4h"
         | 
| 689 735 | 
             
                          },
         | 
| 690 736 | 
             
                          "AvailableLabels": {
         | 
| 691 | 
            -
                            "shape": " | 
| 737 | 
            +
                            "shape": "S5f"
         | 
| 692 738 | 
             
                          },
         | 
| 693 739 | 
             
                          "ConsumedLabels": {
         | 
| 694 | 
            -
                            "shape": " | 
| 740 | 
            +
                            "shape": "S5f"
         | 
| 695 741 | 
             
                          }
         | 
| 696 742 | 
             
                        }
         | 
| 697 743 | 
             
                      },
         | 
| @@ -714,7 +760,7 @@ | |
| 714 760 | 
             
                      "RuleMetricName": {},
         | 
| 715 761 | 
             
                      "Scope": {},
         | 
| 716 762 | 
             
                      "TimeWindow": {
         | 
| 717 | 
            -
                        "shape": " | 
| 763 | 
            +
                        "shape": "S6v"
         | 
| 718 764 | 
             
                      },
         | 
| 719 765 | 
             
                      "MaxItems": {
         | 
| 720 766 | 
             
                        "type": "long"
         | 
| @@ -742,7 +788,7 @@ | |
| 742 788 | 
             
                                "Method": {},
         | 
| 743 789 | 
             
                                "HTTPVersion": {},
         | 
| 744 790 | 
             
                                "Headers": {
         | 
| 745 | 
            -
                                  "shape": " | 
| 791 | 
            +
                                  "shape": "S76"
         | 
| 746 792 | 
             
                                }
         | 
| 747 793 | 
             
                              }
         | 
| 748 794 | 
             
                            },
         | 
| @@ -755,7 +801,7 @@ | |
| 755 801 | 
             
                            "Action": {},
         | 
| 756 802 | 
             
                            "RuleNameWithinRuleGroup": {},
         | 
| 757 803 | 
             
                            "RequestHeadersInserted": {
         | 
| 758 | 
            -
                              "shape": " | 
| 804 | 
            +
                              "shape": "S76"
         | 
| 759 805 | 
             
                            },
         | 
| 760 806 | 
             
                            "ResponseCodeSent": {
         | 
| 761 807 | 
             
                              "type": "integer"
         | 
| @@ -795,7 +841,7 @@ | |
| 795 841 | 
             
                        "type": "long"
         | 
| 796 842 | 
             
                      },
         | 
| 797 843 | 
             
                      "TimeWindow": {
         | 
| 798 | 
            -
                        "shape": " | 
| 844 | 
            +
                        "shape": "S6v"
         | 
| 799 845 | 
             
                      }
         | 
| 800 846 | 
             
                    }
         | 
| 801 847 | 
             
                  }
         | 
| @@ -818,7 +864,7 @@ | |
| 818 864 | 
             
                    "type": "structure",
         | 
| 819 865 | 
             
                    "members": {
         | 
| 820 866 | 
             
                      "WebACL": {
         | 
| 821 | 
            -
                        "shape": " | 
| 867 | 
            +
                        "shape": "S7k"
         | 
| 822 868 | 
             
                      },
         | 
| 823 869 | 
             
                      "LockToken": {},
         | 
| 824 870 | 
             
                      "ApplicationIntegrationURL": {}
         | 
| @@ -839,11 +885,51 @@ | |
| 839 885 | 
             
                    "type": "structure",
         | 
| 840 886 | 
             
                    "members": {
         | 
| 841 887 | 
             
                      "WebACL": {
         | 
| 842 | 
            -
                        "shape": " | 
| 888 | 
            +
                        "shape": "S7k"
         | 
| 843 889 | 
             
                      }
         | 
| 844 890 | 
             
                    }
         | 
| 845 891 | 
             
                  }
         | 
| 846 892 | 
             
                },
         | 
| 893 | 
            +
                "ListAPIKeys": {
         | 
| 894 | 
            +
                  "input": {
         | 
| 895 | 
            +
                    "type": "structure",
         | 
| 896 | 
            +
                    "required": [
         | 
| 897 | 
            +
                      "Scope"
         | 
| 898 | 
            +
                    ],
         | 
| 899 | 
            +
                    "members": {
         | 
| 900 | 
            +
                      "Scope": {},
         | 
| 901 | 
            +
                      "NextMarker": {},
         | 
| 902 | 
            +
                      "Limit": {
         | 
| 903 | 
            +
                        "type": "integer"
         | 
| 904 | 
            +
                      }
         | 
| 905 | 
            +
                    }
         | 
| 906 | 
            +
                  },
         | 
| 907 | 
            +
                  "output": {
         | 
| 908 | 
            +
                    "type": "structure",
         | 
| 909 | 
            +
                    "members": {
         | 
| 910 | 
            +
                      "NextMarker": {},
         | 
| 911 | 
            +
                      "APIKeySummaries": {
         | 
| 912 | 
            +
                        "type": "list",
         | 
| 913 | 
            +
                        "member": {
         | 
| 914 | 
            +
                          "type": "structure",
         | 
| 915 | 
            +
                          "members": {
         | 
| 916 | 
            +
                            "TokenDomains": {
         | 
| 917 | 
            +
                              "shape": "S4p"
         | 
| 918 | 
            +
                            },
         | 
| 919 | 
            +
                            "APIKey": {},
         | 
| 920 | 
            +
                            "CreationTimestamp": {
         | 
| 921 | 
            +
                              "type": "timestamp"
         | 
| 922 | 
            +
                            },
         | 
| 923 | 
            +
                            "Version": {
         | 
| 924 | 
            +
                              "type": "integer"
         | 
| 925 | 
            +
                            }
         | 
| 926 | 
            +
                          }
         | 
| 927 | 
            +
                        }
         | 
| 928 | 
            +
                      },
         | 
| 929 | 
            +
                      "ApplicationIntegrationURL": {}
         | 
| 930 | 
            +
                    }
         | 
| 931 | 
            +
                  }
         | 
| 932 | 
            +
                },
         | 
| 847 933 | 
             
                "ListAvailableManagedRuleGroupVersions": {
         | 
| 848 934 | 
             
                  "input": {
         | 
| 849 935 | 
             
                    "type": "structure",
         | 
| @@ -938,7 +1024,7 @@ | |
| 938 1024 | 
             
                      "IPSets": {
         | 
| 939 1025 | 
             
                        "type": "list",
         | 
| 940 1026 | 
             
                        "member": {
         | 
| 941 | 
            -
                          "shape": " | 
| 1027 | 
            +
                          "shape": "S47"
         | 
| 942 1028 | 
             
                        }
         | 
| 943 1029 | 
             
                      }
         | 
| 944 1030 | 
             
                    }
         | 
| @@ -964,7 +1050,7 @@ | |
| 964 1050 | 
             
                      "LoggingConfigurations": {
         | 
| 965 1051 | 
             
                        "type": "list",
         | 
| 966 1052 | 
             
                        "member": {
         | 
| 967 | 
            -
                          "shape": " | 
| 1053 | 
            +
                          "shape": "S5v"
         | 
| 968 1054 | 
             
                        }
         | 
| 969 1055 | 
             
                      },
         | 
| 970 1056 | 
             
                      "NextMarker": {}
         | 
| @@ -1060,7 +1146,7 @@ | |
| 1060 1146 | 
             
                      "RegexPatternSets": {
         | 
| 1061 1147 | 
             
                        "type": "list",
         | 
| 1062 1148 | 
             
                        "member": {
         | 
| 1063 | 
            -
                          "shape": " | 
| 1149 | 
            +
                          "shape": "S4e"
         | 
| 1064 1150 | 
             
                        }
         | 
| 1065 1151 | 
             
                      }
         | 
| 1066 1152 | 
             
                    }
         | 
| @@ -1108,7 +1194,7 @@ | |
| 1108 1194 | 
             
                      "RuleGroups": {
         | 
| 1109 1195 | 
             
                        "type": "list",
         | 
| 1110 1196 | 
             
                        "member": {
         | 
| 1111 | 
            -
                          "shape": " | 
| 1197 | 
            +
                          "shape": "S4m"
         | 
| 1112 1198 | 
             
                        }
         | 
| 1113 1199 | 
             
                      }
         | 
| 1114 1200 | 
             
                    }
         | 
| @@ -1137,7 +1223,7 @@ | |
| 1137 1223 | 
             
                        "members": {
         | 
| 1138 1224 | 
             
                          "ResourceARN": {},
         | 
| 1139 1225 | 
             
                          "TagList": {
         | 
| 1140 | 
            -
                            "shape": " | 
| 1226 | 
            +
                            "shape": "S42"
         | 
| 1141 1227 | 
             
                          }
         | 
| 1142 1228 | 
             
                        }
         | 
| 1143 1229 | 
             
                      }
         | 
| @@ -1165,7 +1251,7 @@ | |
| 1165 1251 | 
             
                      "WebACLs": {
         | 
| 1166 1252 | 
             
                        "type": "list",
         | 
| 1167 1253 | 
             
                        "member": {
         | 
| 1168 | 
            -
                          "shape": " | 
| 1254 | 
            +
                          "shape": "S4w"
         | 
| 1169 1255 | 
             
                        }
         | 
| 1170 1256 | 
             
                      }
         | 
| 1171 1257 | 
             
                    }
         | 
| @@ -1179,7 +1265,7 @@ | |
| 1179 1265 | 
             
                    ],
         | 
| 1180 1266 | 
             
                    "members": {
         | 
| 1181 1267 | 
             
                      "LoggingConfiguration": {
         | 
| 1182 | 
            -
                        "shape": " | 
| 1268 | 
            +
                        "shape": "S5v"
         | 
| 1183 1269 | 
             
                      }
         | 
| 1184 1270 | 
             
                    }
         | 
| 1185 1271 | 
             
                  },
         | 
| @@ -1187,7 +1273,7 @@ | |
| 1187 1273 | 
             
                    "type": "structure",
         | 
| 1188 1274 | 
             
                    "members": {
         | 
| 1189 1275 | 
             
                      "LoggingConfiguration": {
         | 
| 1190 | 
            -
                        "shape": " | 
| 1276 | 
            +
                        "shape": "S5v"
         | 
| 1191 1277 | 
             
                      }
         | 
| 1192 1278 | 
             
                    }
         | 
| 1193 1279 | 
             
                  }
         | 
| @@ -1256,7 +1342,7 @@ | |
| 1256 1342 | 
             
                    "members": {
         | 
| 1257 1343 | 
             
                      "ResourceARN": {},
         | 
| 1258 1344 | 
             
                      "Tags": {
         | 
| 1259 | 
            -
                        "shape": " | 
| 1345 | 
            +
                        "shape": "S42"
         | 
| 1260 1346 | 
             
                      }
         | 
| 1261 1347 | 
             
                    }
         | 
| 1262 1348 | 
             
                  },
         | 
| @@ -1301,7 +1387,7 @@ | |
| 1301 1387 | 
             
                      "Id": {},
         | 
| 1302 1388 | 
             
                      "Description": {},
         | 
| 1303 1389 | 
             
                      "Addresses": {
         | 
| 1304 | 
            -
                        "shape": " | 
| 1390 | 
            +
                        "shape": "S40"
         | 
| 1305 1391 | 
             
                      },
         | 
| 1306 1392 | 
             
                      "LockToken": {}
         | 
| 1307 1393 | 
             
                    }
         | 
| @@ -1362,7 +1448,7 @@ | |
| 1362 1448 | 
             
                      "Id": {},
         | 
| 1363 1449 | 
             
                      "Description": {},
         | 
| 1364 1450 | 
             
                      "RegularExpressionList": {
         | 
| 1365 | 
            -
                        "shape": " | 
| 1451 | 
            +
                        "shape": "S4b"
         | 
| 1366 1452 | 
             
                      },
         | 
| 1367 1453 | 
             
                      "LockToken": {}
         | 
| 1368 1454 | 
             
                    }
         | 
| @@ -1397,7 +1483,7 @@ | |
| 1397 1483 | 
             
                      },
         | 
| 1398 1484 | 
             
                      "LockToken": {},
         | 
| 1399 1485 | 
             
                      "CustomResponseBodies": {
         | 
| 1400 | 
            -
                        "shape": " | 
| 1486 | 
            +
                        "shape": "S4h"
         | 
| 1401 1487 | 
             
                      }
         | 
| 1402 1488 | 
             
                    }
         | 
| 1403 1489 | 
             
                  },
         | 
| @@ -1424,7 +1510,7 @@ | |
| 1424 1510 | 
             
                      "Scope": {},
         | 
| 1425 1511 | 
             
                      "Id": {},
         | 
| 1426 1512 | 
             
                      "DefaultAction": {
         | 
| 1427 | 
            -
                        "shape": " | 
| 1513 | 
            +
                        "shape": "S4o"
         | 
| 1428 1514 | 
             
                      },
         | 
| 1429 1515 | 
             
                      "Description": {},
         | 
| 1430 1516 | 
             
                      "Rules": {
         | 
| @@ -1435,7 +1521,7 @@ | |
| 1435 1521 | 
             
                      },
         | 
| 1436 1522 | 
             
                      "LockToken": {},
         | 
| 1437 1523 | 
             
                      "CustomResponseBodies": {
         | 
| 1438 | 
            -
                        "shape": " | 
| 1524 | 
            +
                        "shape": "S4h"
         | 
| 1439 1525 | 
             
                      },
         | 
| 1440 1526 | 
             
                      "CaptchaConfig": {
         | 
| 1441 1527 | 
             
                        "shape": "S3m"
         | 
| @@ -1444,10 +1530,10 @@ | |
| 1444 1530 | 
             
                        "shape": "S3p"
         | 
| 1445 1531 | 
             
                      },
         | 
| 1446 1532 | 
             
                      "TokenDomains": {
         | 
| 1447 | 
            -
                        "shape": " | 
| 1533 | 
            +
                        "shape": "S4p"
         | 
| 1448 1534 | 
             
                      },
         | 
| 1449 1535 | 
             
                      "AssociationConfig": {
         | 
| 1450 | 
            -
                        "shape": " | 
| 1536 | 
            +
                        "shape": "S4q"
         | 
| 1451 1537 | 
             
                      }
         | 
| 1452 1538 | 
             
                    }
         | 
| 1453 1539 | 
             
                  },
         | 
| @@ -2263,11 +2349,11 @@ | |
| 2263 2349 | 
             
                    }
         | 
| 2264 2350 | 
             
                  }
         | 
| 2265 2351 | 
             
                },
         | 
| 2266 | 
            -
                " | 
| 2352 | 
            +
                "S40": {
         | 
| 2267 2353 | 
             
                  "type": "list",
         | 
| 2268 2354 | 
             
                  "member": {}
         | 
| 2269 2355 | 
             
                },
         | 
| 2270 | 
            -
                " | 
| 2356 | 
            +
                "S42": {
         | 
| 2271 2357 | 
             
                  "type": "list",
         | 
| 2272 2358 | 
             
                  "member": {
         | 
| 2273 2359 | 
             
                    "type": "structure",
         | 
| @@ -2281,7 +2367,7 @@ | |
| 2281 2367 | 
             
                    }
         | 
| 2282 2368 | 
             
                  }
         | 
| 2283 2369 | 
             
                },
         | 
| 2284 | 
            -
                " | 
| 2370 | 
            +
                "S47": {
         | 
| 2285 2371 | 
             
                  "type": "structure",
         | 
| 2286 2372 | 
             
                  "members": {
         | 
| 2287 2373 | 
             
                    "Name": {},
         | 
| @@ -2291,7 +2377,7 @@ | |
| 2291 2377 | 
             
                    "ARN": {}
         | 
| 2292 2378 | 
             
                  }
         | 
| 2293 2379 | 
             
                },
         | 
| 2294 | 
            -
                " | 
| 2380 | 
            +
                "S4b": {
         | 
| 2295 2381 | 
             
                  "type": "list",
         | 
| 2296 2382 | 
             
                  "member": {
         | 
| 2297 2383 | 
             
                    "type": "structure",
         | 
| @@ -2300,7 +2386,7 @@ | |
| 2300 2386 | 
             
                    }
         | 
| 2301 2387 | 
             
                  }
         | 
| 2302 2388 | 
             
                },
         | 
| 2303 | 
            -
                " | 
| 2389 | 
            +
                "S4e": {
         | 
| 2304 2390 | 
             
                  "type": "structure",
         | 
| 2305 2391 | 
             
                  "members": {
         | 
| 2306 2392 | 
             
                    "Name": {},
         | 
| @@ -2310,7 +2396,7 @@ | |
| 2310 2396 | 
             
                    "ARN": {}
         | 
| 2311 2397 | 
             
                  }
         | 
| 2312 2398 | 
             
                },
         | 
| 2313 | 
            -
                " | 
| 2399 | 
            +
                "S4h": {
         | 
| 2314 2400 | 
             
                  "type": "map",
         | 
| 2315 2401 | 
             
                  "key": {},
         | 
| 2316 2402 | 
             
                  "value": {
         | 
| @@ -2325,7 +2411,7 @@ | |
| 2325 2411 | 
             
                    }
         | 
| 2326 2412 | 
             
                  }
         | 
| 2327 2413 | 
             
                },
         | 
| 2328 | 
            -
                " | 
| 2414 | 
            +
                "S4m": {
         | 
| 2329 2415 | 
             
                  "type": "structure",
         | 
| 2330 2416 | 
             
                  "members": {
         | 
| 2331 2417 | 
             
                    "Name": {},
         | 
| @@ -2335,7 +2421,7 @@ | |
| 2335 2421 | 
             
                    "ARN": {}
         | 
| 2336 2422 | 
             
                  }
         | 
| 2337 2423 | 
             
                },
         | 
| 2338 | 
            -
                " | 
| 2424 | 
            +
                "S4o": {
         | 
| 2339 2425 | 
             
                  "type": "structure",
         | 
| 2340 2426 | 
             
                  "members": {
         | 
| 2341 2427 | 
             
                    "Block": {
         | 
| @@ -2346,11 +2432,11 @@ | |
| 2346 2432 | 
             
                    }
         | 
| 2347 2433 | 
             
                  }
         | 
| 2348 2434 | 
             
                },
         | 
| 2349 | 
            -
                " | 
| 2435 | 
            +
                "S4p": {
         | 
| 2350 2436 | 
             
                  "type": "list",
         | 
| 2351 2437 | 
             
                  "member": {}
         | 
| 2352 2438 | 
             
                },
         | 
| 2353 | 
            -
                " | 
| 2439 | 
            +
                "S4q": {
         | 
| 2354 2440 | 
             
                  "type": "structure",
         | 
| 2355 2441 | 
             
                  "members": {
         | 
| 2356 2442 | 
             
                    "RequestBody": {
         | 
| @@ -2368,7 +2454,7 @@ | |
| 2368 2454 | 
             
                    }
         | 
| 2369 2455 | 
             
                  }
         | 
| 2370 2456 | 
             
                },
         | 
| 2371 | 
            -
                " | 
| 2457 | 
            +
                "S4w": {
         | 
| 2372 2458 | 
             
                  "type": "structure",
         | 
| 2373 2459 | 
             
                  "members": {
         | 
| 2374 2460 | 
             
                    "Name": {},
         | 
| @@ -2378,7 +2464,7 @@ | |
| 2378 2464 | 
             
                    "ARN": {}
         | 
| 2379 2465 | 
             
                  }
         | 
| 2380 2466 | 
             
                },
         | 
| 2381 | 
            -
                " | 
| 2467 | 
            +
                "S5f": {
         | 
| 2382 2468 | 
             
                  "type": "list",
         | 
| 2383 2469 | 
             
                  "member": {
         | 
| 2384 2470 | 
             
                    "type": "structure",
         | 
| @@ -2387,7 +2473,7 @@ | |
| 2387 2473 | 
             
                    }
         | 
| 2388 2474 | 
             
                  }
         | 
| 2389 2475 | 
             
                },
         | 
| 2390 | 
            -
                " | 
| 2476 | 
            +
                "S5v": {
         | 
| 2391 2477 | 
             
                  "type": "structure",
         | 
| 2392 2478 | 
             
                  "required": [
         | 
| 2393 2479 | 
             
                    "ResourceArn",
         | 
| @@ -2461,16 +2547,16 @@ | |
| 2461 2547 | 
             
                    }
         | 
| 2462 2548 | 
             
                  }
         | 
| 2463 2549 | 
             
                },
         | 
| 2464 | 
            -
                " | 
| 2550 | 
            +
                "S6n": {
         | 
| 2465 2551 | 
             
                  "type": "structure",
         | 
| 2466 2552 | 
             
                  "members": {
         | 
| 2467 2553 | 
             
                    "IPAddressVersion": {},
         | 
| 2468 2554 | 
             
                    "Addresses": {
         | 
| 2469 | 
            -
                      "shape": " | 
| 2555 | 
            +
                      "shape": "S40"
         | 
| 2470 2556 | 
             
                    }
         | 
| 2471 2557 | 
             
                  }
         | 
| 2472 2558 | 
             
                },
         | 
| 2473 | 
            -
                " | 
| 2559 | 
            +
                "S6v": {
         | 
| 2474 2560 | 
             
                  "type": "structure",
         | 
| 2475 2561 | 
             
                  "required": [
         | 
| 2476 2562 | 
             
                    "StartTime",
         | 
| @@ -2485,7 +2571,7 @@ | |
| 2485 2571 | 
             
                    }
         | 
| 2486 2572 | 
             
                  }
         | 
| 2487 2573 | 
             
                },
         | 
| 2488 | 
            -
                " | 
| 2574 | 
            +
                "S76": {
         | 
| 2489 2575 | 
             
                  "type": "list",
         | 
| 2490 2576 | 
             
                  "member": {
         | 
| 2491 2577 | 
             
                    "type": "structure",
         | 
| @@ -2495,7 +2581,7 @@ | |
| 2495 2581 | 
             
                    }
         | 
| 2496 2582 | 
             
                  }
         | 
| 2497 2583 | 
             
                },
         | 
| 2498 | 
            -
                " | 
| 2584 | 
            +
                "S7k": {
         | 
| 2499 2585 | 
             
                  "type": "structure",
         | 
| 2500 2586 | 
             
                  "required": [
         | 
| 2501 2587 | 
             
                    "Name",
         | 
| @@ -2509,7 +2595,7 @@ | |
| 2509 2595 | 
             
                    "Id": {},
         | 
| 2510 2596 | 
             
                    "ARN": {},
         | 
| 2511 2597 | 
             
                    "DefaultAction": {
         | 
| 2512 | 
            -
                      "shape": " | 
| 2598 | 
            +
                      "shape": "S4o"
         | 
| 2513 2599 | 
             
                    },
         | 
| 2514 2600 | 
             
                    "Description": {},
         | 
| 2515 2601 | 
             
                    "Rules": {
         | 
| @@ -2522,17 +2608,17 @@ | |
| 2522 2608 | 
             
                      "type": "long"
         | 
| 2523 2609 | 
             
                    },
         | 
| 2524 2610 | 
             
                    "PreProcessFirewallManagerRuleGroups": {
         | 
| 2525 | 
            -
                      "shape": " | 
| 2611 | 
            +
                      "shape": "S7l"
         | 
| 2526 2612 | 
             
                    },
         | 
| 2527 2613 | 
             
                    "PostProcessFirewallManagerRuleGroups": {
         | 
| 2528 | 
            -
                      "shape": " | 
| 2614 | 
            +
                      "shape": "S7l"
         | 
| 2529 2615 | 
             
                    },
         | 
| 2530 2616 | 
             
                    "ManagedByFirewallManager": {
         | 
| 2531 2617 | 
             
                      "type": "boolean"
         | 
| 2532 2618 | 
             
                    },
         | 
| 2533 2619 | 
             
                    "LabelNamespace": {},
         | 
| 2534 2620 | 
             
                    "CustomResponseBodies": {
         | 
| 2535 | 
            -
                      "shape": " | 
| 2621 | 
            +
                      "shape": "S4h"
         | 
| 2536 2622 | 
             
                    },
         | 
| 2537 2623 | 
             
                    "CaptchaConfig": {
         | 
| 2538 2624 | 
             
                      "shape": "S3m"
         | 
| @@ -2541,14 +2627,14 @@ | |
| 2541 2627 | 
             
                      "shape": "S3p"
         | 
| 2542 2628 | 
             
                    },
         | 
| 2543 2629 | 
             
                    "TokenDomains": {
         | 
| 2544 | 
            -
                      "shape": " | 
| 2630 | 
            +
                      "shape": "S4p"
         | 
| 2545 2631 | 
             
                    },
         | 
| 2546 2632 | 
             
                    "AssociationConfig": {
         | 
| 2547 | 
            -
                      "shape": " | 
| 2633 | 
            +
                      "shape": "S4q"
         | 
| 2548 2634 | 
             
                    }
         | 
| 2549 2635 | 
             
                  }
         | 
| 2550 2636 | 
             
                },
         | 
| 2551 | 
            -
                " | 
| 2637 | 
            +
                "S7l": {
         | 
| 2552 2638 | 
             
                  "type": "list",
         | 
| 2553 2639 | 
             
                  "member": {
         | 
| 2554 2640 | 
             
                    "type": "structure",
         |