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
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1363.0
         | 
| 2 2 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 3 3 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 4 4 | 
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         | 
| @@ -63524,6 +63524,46 @@ module.exports={ | |
| 63524 63524 | 
             
                    }
         | 
| 63525 63525 | 
             
                  }
         | 
| 63526 63526 | 
             
                },
         | 
| 63527 | 
            +
                "CreateParticipant": {
         | 
| 63528 | 
            +
                  "http": {
         | 
| 63529 | 
            +
                    "requestUri": "/contact/create-participant"
         | 
| 63530 | 
            +
                  },
         | 
| 63531 | 
            +
                  "input": {
         | 
| 63532 | 
            +
                    "type": "structure",
         | 
| 63533 | 
            +
                    "required": [
         | 
| 63534 | 
            +
                      "InstanceId",
         | 
| 63535 | 
            +
                      "ContactId",
         | 
| 63536 | 
            +
                      "ParticipantDetails"
         | 
| 63537 | 
            +
                    ],
         | 
| 63538 | 
            +
                    "members": {
         | 
| 63539 | 
            +
                      "InstanceId": {},
         | 
| 63540 | 
            +
                      "ContactId": {},
         | 
| 63541 | 
            +
                      "ClientToken": {
         | 
| 63542 | 
            +
                        "idempotencyToken": true
         | 
| 63543 | 
            +
                      },
         | 
| 63544 | 
            +
                      "ParticipantDetails": {
         | 
| 63545 | 
            +
                        "type": "structure",
         | 
| 63546 | 
            +
                        "members": {
         | 
| 63547 | 
            +
                          "ParticipantRole": {},
         | 
| 63548 | 
            +
                          "DisplayName": {}
         | 
| 63549 | 
            +
                        }
         | 
| 63550 | 
            +
                      }
         | 
| 63551 | 
            +
                    }
         | 
| 63552 | 
            +
                  },
         | 
| 63553 | 
            +
                  "output": {
         | 
| 63554 | 
            +
                    "type": "structure",
         | 
| 63555 | 
            +
                    "members": {
         | 
| 63556 | 
            +
                      "ParticipantCredentials": {
         | 
| 63557 | 
            +
                        "type": "structure",
         | 
| 63558 | 
            +
                        "members": {
         | 
| 63559 | 
            +
                          "ParticipantToken": {},
         | 
| 63560 | 
            +
                          "Expiry": {}
         | 
| 63561 | 
            +
                        }
         | 
| 63562 | 
            +
                      },
         | 
| 63563 | 
            +
                      "ParticipantId": {}
         | 
| 63564 | 
            +
                    }
         | 
| 63565 | 
            +
                  }
         | 
| 63566 | 
            +
                },
         | 
| 63527 63567 | 
             
                "CreateQueue": {
         | 
| 63528 63568 | 
             
                  "http": {
         | 
| 63529 63569 | 
             
                    "method": "PUT",
         | 
| @@ -63544,7 +63584,7 @@ module.exports={ | |
| 63544 63584 | 
             
                      "Name": {},
         | 
| 63545 63585 | 
             
                      "Description": {},
         | 
| 63546 63586 | 
             
                      "OutboundCallerConfig": {
         | 
| 63547 | 
            -
                        "shape": " | 
| 63587 | 
            +
                        "shape": "S39"
         | 
| 63548 63588 | 
             
                      },
         | 
| 63549 63589 | 
             
                      "HoursOfOperationId": {},
         | 
| 63550 63590 | 
             
                      "MaxContacts": {
         | 
| @@ -63586,7 +63626,7 @@ module.exports={ | |
| 63586 63626 | 
             
                      "Name": {},
         | 
| 63587 63627 | 
             
                      "Description": {},
         | 
| 63588 63628 | 
             
                      "QuickConnectConfig": {
         | 
| 63589 | 
            -
                        "shape": " | 
| 63629 | 
            +
                        "shape": "S3g"
         | 
| 63590 63630 | 
             
                      },
         | 
| 63591 63631 | 
             
                      "Tags": {
         | 
| 63592 63632 | 
             
                        "shape": "S1j"
         | 
| @@ -63627,7 +63667,7 @@ module.exports={ | |
| 63627 63667 | 
             
                        "shape": "S17"
         | 
| 63628 63668 | 
             
                      },
         | 
| 63629 63669 | 
             
                      "MediaConcurrencies": {
         | 
| 63630 | 
            -
                        "shape": " | 
| 63670 | 
            +
                        "shape": "S3q"
         | 
| 63631 63671 | 
             
                      },
         | 
| 63632 63672 | 
             
                      "Tags": {
         | 
| 63633 63673 | 
             
                        "shape": "S1j"
         | 
| @@ -63663,11 +63703,11 @@ module.exports={ | |
| 63663 63703 | 
             
                      },
         | 
| 63664 63704 | 
             
                      "Name": {},
         | 
| 63665 63705 | 
             
                      "TriggerEventSource": {
         | 
| 63666 | 
            -
                        "shape": " | 
| 63706 | 
            +
                        "shape": "S3y"
         | 
| 63667 63707 | 
             
                      },
         | 
| 63668 63708 | 
             
                      "Function": {},
         | 
| 63669 63709 | 
             
                      "Actions": {
         | 
| 63670 | 
            -
                        "shape": " | 
| 63710 | 
            +
                        "shape": "S41"
         | 
| 63671 63711 | 
             
                      },
         | 
| 63672 63712 | 
             
                      "PublishStatus": {},
         | 
| 63673 63713 | 
             
                      "ClientToken": {
         | 
| @@ -63702,7 +63742,7 @@ module.exports={ | |
| 63702 63742 | 
             
                      "SecurityProfileName": {},
         | 
| 63703 63743 | 
             
                      "Description": {},
         | 
| 63704 63744 | 
             
                      "Permissions": {
         | 
| 63705 | 
            -
                        "shape": " | 
| 63745 | 
            +
                        "shape": "S4u"
         | 
| 63706 63746 | 
             
                      },
         | 
| 63707 63747 | 
             
                      "InstanceId": {
         | 
| 63708 63748 | 
             
                        "location": "uri",
         | 
| @@ -63712,10 +63752,10 @@ module.exports={ | |
| 63712 63752 | 
             
                        "shape": "S1j"
         | 
| 63713 63753 | 
             
                      },
         | 
| 63714 63754 | 
             
                      "AllowedAccessControlTags": {
         | 
| 63715 | 
            -
                        "shape": " | 
| 63755 | 
            +
                        "shape": "S4w"
         | 
| 63716 63756 | 
             
                      },
         | 
| 63717 63757 | 
             
                      "TagRestrictedResources": {
         | 
| 63718 | 
            -
                        "shape": " | 
| 63758 | 
            +
                        "shape": "S4z"
         | 
| 63719 63759 | 
             
                      }
         | 
| 63720 63760 | 
             
                    }
         | 
| 63721 63761 | 
             
                  },
         | 
| @@ -63748,14 +63788,14 @@ module.exports={ | |
| 63748 63788 | 
             
                      "Description": {},
         | 
| 63749 63789 | 
             
                      "ContactFlowId": {},
         | 
| 63750 63790 | 
             
                      "Constraints": {
         | 
| 63751 | 
            -
                        "shape": " | 
| 63791 | 
            +
                        "shape": "S56"
         | 
| 63752 63792 | 
             
                      },
         | 
| 63753 63793 | 
             
                      "Defaults": {
         | 
| 63754 | 
            -
                        "shape": " | 
| 63794 | 
            +
                        "shape": "S5f"
         | 
| 63755 63795 | 
             
                      },
         | 
| 63756 63796 | 
             
                      "Status": {},
         | 
| 63757 63797 | 
             
                      "Fields": {
         | 
| 63758 | 
            -
                        "shape": " | 
| 63798 | 
            +
                        "shape": "S5k"
         | 
| 63759 63799 | 
             
                      },
         | 
| 63760 63800 | 
             
                      "ClientToken": {
         | 
| 63761 63801 | 
             
                        "idempotencyToken": true
         | 
| @@ -63858,14 +63898,14 @@ module.exports={ | |
| 63858 63898 | 
             
                      "Username": {},
         | 
| 63859 63899 | 
             
                      "Password": {},
         | 
| 63860 63900 | 
             
                      "IdentityInfo": {
         | 
| 63861 | 
            -
                        "shape": " | 
| 63901 | 
            +
                        "shape": "S67"
         | 
| 63862 63902 | 
             
                      },
         | 
| 63863 63903 | 
             
                      "PhoneConfig": {
         | 
| 63864 | 
            -
                        "shape": " | 
| 63904 | 
            +
                        "shape": "S6b"
         | 
| 63865 63905 | 
             
                      },
         | 
| 63866 63906 | 
             
                      "DirectoryUserId": {},
         | 
| 63867 63907 | 
             
                      "SecurityProfileIds": {
         | 
| 63868 | 
            -
                        "shape": " | 
| 63908 | 
            +
                        "shape": "S6g"
         | 
| 63869 63909 | 
             
                      },
         | 
| 63870 63910 | 
             
                      "RoutingProfileId": {},
         | 
| 63871 63911 | 
             
                      "HierarchyGroupId": {},
         | 
| @@ -64634,7 +64674,7 @@ module.exports={ | |
| 64634 64674 | 
             
                    "type": "structure",
         | 
| 64635 64675 | 
             
                    "members": {
         | 
| 64636 64676 | 
             
                      "Attribute": {
         | 
| 64637 | 
            -
                        "shape": " | 
| 64677 | 
            +
                        "shape": "S8b"
         | 
| 64638 64678 | 
             
                      }
         | 
| 64639 64679 | 
             
                    }
         | 
| 64640 64680 | 
             
                  }
         | 
| @@ -64746,7 +64786,7 @@ module.exports={ | |
| 64746 64786 | 
             
                    "type": "structure",
         | 
| 64747 64787 | 
             
                    "members": {
         | 
| 64748 64788 | 
             
                      "Queue": {
         | 
| 64749 | 
            -
                        "shape": " | 
| 64789 | 
            +
                        "shape": "S8p"
         | 
| 64750 64790 | 
             
                      }
         | 
| 64751 64791 | 
             
                    }
         | 
| 64752 64792 | 
             
                  }
         | 
| @@ -64784,7 +64824,7 @@ module.exports={ | |
| 64784 64824 | 
             
                          "Name": {},
         | 
| 64785 64825 | 
             
                          "Description": {},
         | 
| 64786 64826 | 
             
                          "QuickConnectConfig": {
         | 
| 64787 | 
            -
                            "shape": " | 
| 64827 | 
            +
                            "shape": "S3g"
         | 
| 64788 64828 | 
             
                          },
         | 
| 64789 64829 | 
             
                          "Tags": {
         | 
| 64790 64830 | 
             
                            "shape": "S1j"
         | 
| @@ -64820,7 +64860,7 @@ module.exports={ | |
| 64820 64860 | 
             
                    "type": "structure",
         | 
| 64821 64861 | 
             
                    "members": {
         | 
| 64822 64862 | 
             
                      "RoutingProfile": {
         | 
| 64823 | 
            -
                        "shape": " | 
| 64863 | 
            +
                        "shape": "S8w"
         | 
| 64824 64864 | 
             
                      }
         | 
| 64825 64865 | 
             
                    }
         | 
| 64826 64866 | 
             
                  }
         | 
| @@ -64872,11 +64912,11 @@ module.exports={ | |
| 64872 64912 | 
             
                          "RuleId": {},
         | 
| 64873 64913 | 
             
                          "RuleArn": {},
         | 
| 64874 64914 | 
             
                          "TriggerEventSource": {
         | 
| 64875 | 
            -
                            "shape": " | 
| 64915 | 
            +
                            "shape": "S3y"
         | 
| 64876 64916 | 
             
                          },
         | 
| 64877 64917 | 
             
                          "Function": {},
         | 
| 64878 64918 | 
             
                          "Actions": {
         | 
| 64879 | 
            -
                            "shape": " | 
| 64919 | 
            +
                            "shape": "S41"
         | 
| 64880 64920 | 
             
                          },
         | 
| 64881 64921 | 
             
                          "PublishStatus": {},
         | 
| 64882 64922 | 
             
                          "CreatedTime": {
         | 
| @@ -64931,10 +64971,10 @@ module.exports={ | |
| 64931 64971 | 
             
                            "shape": "S1j"
         | 
| 64932 64972 | 
             
                          },
         | 
| 64933 64973 | 
             
                          "AllowedAccessControlTags": {
         | 
| 64934 | 
            -
                            "shape": " | 
| 64974 | 
            +
                            "shape": "S4w"
         | 
| 64935 64975 | 
             
                          },
         | 
| 64936 64976 | 
             
                          "TagRestrictedResources": {
         | 
| 64937 | 
            -
                            "shape": " | 
| 64977 | 
            +
                            "shape": "S4z"
         | 
| 64938 64978 | 
             
                          }
         | 
| 64939 64979 | 
             
                        }
         | 
| 64940 64980 | 
             
                      }
         | 
| @@ -65010,14 +65050,14 @@ module.exports={ | |
| 65010 65050 | 
             
                          "Arn": {},
         | 
| 65011 65051 | 
             
                          "Username": {},
         | 
| 65012 65052 | 
             
                          "IdentityInfo": {
         | 
| 65013 | 
            -
                            "shape": " | 
| 65053 | 
            +
                            "shape": "S67"
         | 
| 65014 65054 | 
             
                          },
         | 
| 65015 65055 | 
             
                          "PhoneConfig": {
         | 
| 65016 | 
            -
                            "shape": " | 
| 65056 | 
            +
                            "shape": "S6b"
         | 
| 65017 65057 | 
             
                          },
         | 
| 65018 65058 | 
             
                          "DirectoryUserId": {},
         | 
| 65019 65059 | 
             
                          "SecurityProfileIds": {
         | 
| 65020 | 
            -
                            "shape": " | 
| 65060 | 
            +
                            "shape": "S6g"
         | 
| 65021 65061 | 
             
                          },
         | 
| 65022 65062 | 
             
                          "RoutingProfileId": {},
         | 
| 65023 65063 | 
             
                          "HierarchyGroupId": {},
         | 
| @@ -65065,19 +65105,19 @@ module.exports={ | |
| 65065 65105 | 
             
                            "type": "structure",
         | 
| 65066 65106 | 
             
                            "members": {
         | 
| 65067 65107 | 
             
                              "LevelOne": {
         | 
| 65068 | 
            -
                                "shape": " | 
| 65108 | 
            +
                                "shape": "S9i"
         | 
| 65069 65109 | 
             
                              },
         | 
| 65070 65110 | 
             
                              "LevelTwo": {
         | 
| 65071 | 
            -
                                "shape": " | 
| 65111 | 
            +
                                "shape": "S9i"
         | 
| 65072 65112 | 
             
                              },
         | 
| 65073 65113 | 
             
                              "LevelThree": {
         | 
| 65074 | 
            -
                                "shape": " | 
| 65114 | 
            +
                                "shape": "S9i"
         | 
| 65075 65115 | 
             
                              },
         | 
| 65076 65116 | 
             
                              "LevelFour": {
         | 
| 65077 | 
            -
                                "shape": " | 
| 65117 | 
            +
                                "shape": "S9i"
         | 
| 65078 65118 | 
             
                              },
         | 
| 65079 65119 | 
             
                              "LevelFive": {
         | 
| 65080 | 
            -
                                "shape": " | 
| 65120 | 
            +
                                "shape": "S9i"
         | 
| 65081 65121 | 
             
                              }
         | 
| 65082 65122 | 
             
                            }
         | 
| 65083 65123 | 
             
                          },
         | 
| @@ -65113,19 +65153,19 @@ module.exports={ | |
| 65113 65153 | 
             
                        "type": "structure",
         | 
| 65114 65154 | 
             
                        "members": {
         | 
| 65115 65155 | 
             
                          "LevelOne": {
         | 
| 65116 | 
            -
                            "shape": " | 
| 65156 | 
            +
                            "shape": "S9m"
         | 
| 65117 65157 | 
             
                          },
         | 
| 65118 65158 | 
             
                          "LevelTwo": {
         | 
| 65119 | 
            -
                            "shape": " | 
| 65159 | 
            +
                            "shape": "S9m"
         | 
| 65120 65160 | 
             
                          },
         | 
| 65121 65161 | 
             
                          "LevelThree": {
         | 
| 65122 | 
            -
                            "shape": " | 
| 65162 | 
            +
                            "shape": "S9m"
         | 
| 65123 65163 | 
             
                          },
         | 
| 65124 65164 | 
             
                          "LevelFour": {
         | 
| 65125 | 
            -
                            "shape": " | 
| 65165 | 
            +
                            "shape": "S9m"
         | 
| 65126 65166 | 
             
                          },
         | 
| 65127 65167 | 
             
                          "LevelFive": {
         | 
| 65128 | 
            -
                            "shape": " | 
| 65168 | 
            +
                            "shape": "S9m"
         | 
| 65129 65169 | 
             
                          }
         | 
| 65130 65170 | 
             
                        }
         | 
| 65131 65171 | 
             
                      }
         | 
| @@ -65469,7 +65509,7 @@ module.exports={ | |
| 65469 65509 | 
             
                    "type": "structure",
         | 
| 65470 65510 | 
             
                    "members": {
         | 
| 65471 65511 | 
             
                      "Attributes": {
         | 
| 65472 | 
            -
                        "shape": " | 
| 65512 | 
            +
                        "shape": "Sa7"
         | 
| 65473 65513 | 
             
                      }
         | 
| 65474 65514 | 
             
                    }
         | 
| 65475 65515 | 
             
                  }
         | 
| @@ -65491,15 +65531,15 @@ module.exports={ | |
| 65491 65531 | 
             
                        "locationName": "InstanceId"
         | 
| 65492 65532 | 
             
                      },
         | 
| 65493 65533 | 
             
                      "Filters": {
         | 
| 65494 | 
            -
                        "shape": " | 
| 65534 | 
            +
                        "shape": "Sab"
         | 
| 65495 65535 | 
             
                      },
         | 
| 65496 65536 | 
             
                      "Groupings": {
         | 
| 65497 | 
            -
                        "shape": " | 
| 65537 | 
            +
                        "shape": "Saf"
         | 
| 65498 65538 | 
             
                      },
         | 
| 65499 65539 | 
             
                      "CurrentMetrics": {
         | 
| 65500 65540 | 
             
                        "type": "list",
         | 
| 65501 65541 | 
             
                        "member": {
         | 
| 65502 | 
            -
                          "shape": " | 
| 65542 | 
            +
                          "shape": "Sai"
         | 
| 65503 65543 | 
             
                        }
         | 
| 65504 65544 | 
             
                      },
         | 
| 65505 65545 | 
             
                      "NextToken": {},
         | 
| @@ -65528,7 +65568,7 @@ module.exports={ | |
| 65528 65568 | 
             
                          "type": "structure",
         | 
| 65529 65569 | 
             
                          "members": {
         | 
| 65530 65570 | 
             
                            "Dimensions": {
         | 
| 65531 | 
            -
                              "shape": " | 
| 65571 | 
            +
                              "shape": "Sat"
         | 
| 65532 65572 | 
             
                            },
         | 
| 65533 65573 | 
             
                            "Collections": {
         | 
| 65534 65574 | 
             
                              "type": "list",
         | 
| @@ -65536,7 +65576,7 @@ module.exports={ | |
| 65536 65576 | 
             
                                "type": "structure",
         | 
| 65537 65577 | 
             
                                "members": {
         | 
| 65538 65578 | 
             
                                  "Metric": {
         | 
| 65539 | 
            -
                                    "shape": " | 
| 65579 | 
            +
                                    "shape": "Sai"
         | 
| 65540 65580 | 
             
                                  },
         | 
| 65541 65581 | 
             
                                  "Value": {
         | 
| 65542 65582 | 
             
                                    "type": "double"
         | 
| @@ -65575,7 +65615,7 @@ module.exports={ | |
| 65575 65615 | 
             
                        "type": "structure",
         | 
| 65576 65616 | 
             
                        "members": {
         | 
| 65577 65617 | 
             
                          "Queues": {
         | 
| 65578 | 
            -
                            "shape": " | 
| 65618 | 
            +
                            "shape": "Sac"
         | 
| 65579 65619 | 
             
                          },
         | 
| 65580 65620 | 
             
                          "ContactFilter": {
         | 
| 65581 65621 | 
             
                            "type": "structure",
         | 
| @@ -65587,7 +65627,7 @@ module.exports={ | |
| 65587 65627 | 
             
                            }
         | 
| 65588 65628 | 
             
                          },
         | 
| 65589 65629 | 
             
                          "RoutingProfiles": {
         | 
| 65590 | 
            -
                            "shape": " | 
| 65630 | 
            +
                            "shape": "Sae"
         | 
| 65591 65631 | 
             
                          },
         | 
| 65592 65632 | 
             
                          "Agents": {
         | 
| 65593 65633 | 
             
                            "type": "list",
         | 
| @@ -65622,25 +65662,25 @@ module.exports={ | |
| 65622 65662 | 
             
                              }
         | 
| 65623 65663 | 
             
                            },
         | 
| 65624 65664 | 
             
                            "RoutingProfile": {
         | 
| 65625 | 
            -
                              "shape": " | 
| 65665 | 
            +
                              "shape": "Sav"
         | 
| 65626 65666 | 
             
                            },
         | 
| 65627 65667 | 
             
                            "HierarchyPath": {
         | 
| 65628 65668 | 
             
                              "type": "structure",
         | 
| 65629 65669 | 
             
                              "members": {
         | 
| 65630 65670 | 
             
                                "LevelOne": {
         | 
| 65631 | 
            -
                                  "shape": " | 
| 65671 | 
            +
                                  "shape": "Sbc"
         | 
| 65632 65672 | 
             
                                },
         | 
| 65633 65673 | 
             
                                "LevelTwo": {
         | 
| 65634 | 
            -
                                  "shape": " | 
| 65674 | 
            +
                                  "shape": "Sbc"
         | 
| 65635 65675 | 
             
                                },
         | 
| 65636 65676 | 
             
                                "LevelThree": {
         | 
| 65637 | 
            -
                                  "shape": " | 
| 65677 | 
            +
                                  "shape": "Sbc"
         | 
| 65638 65678 | 
             
                                },
         | 
| 65639 65679 | 
             
                                "LevelFour": {
         | 
| 65640 | 
            -
                                  "shape": " | 
| 65680 | 
            +
                                  "shape": "Sbc"
         | 
| 65641 65681 | 
             
                                },
         | 
| 65642 65682 | 
             
                                "LevelFive": {
         | 
| 65643 | 
            -
                                  "shape": " | 
| 65683 | 
            +
                                  "shape": "Sbc"
         | 
| 65644 65684 | 
             
                                }
         | 
| 65645 65685 | 
             
                              }
         | 
| 65646 65686 | 
             
                            },
         | 
| @@ -65655,13 +65695,13 @@ module.exports={ | |
| 65655 65695 | 
             
                              }
         | 
| 65656 65696 | 
             
                            },
         | 
| 65657 65697 | 
             
                            "AvailableSlotsByChannel": {
         | 
| 65658 | 
            -
                              "shape": " | 
| 65698 | 
            +
                              "shape": "Sbe"
         | 
| 65659 65699 | 
             
                            },
         | 
| 65660 65700 | 
             
                            "MaxSlotsByChannel": {
         | 
| 65661 | 
            -
                              "shape": " | 
| 65701 | 
            +
                              "shape": "Sbe"
         | 
| 65662 65702 | 
             
                            },
         | 
| 65663 65703 | 
             
                            "ActiveSlotsByChannel": {
         | 
| 65664 | 
            -
                              "shape": " | 
| 65704 | 
            +
                              "shape": "Sbe"
         | 
| 65665 65705 | 
             
                            },
         | 
| 65666 65706 | 
             
                            "Contacts": {
         | 
| 65667 65707 | 
             
                              "type": "list",
         | 
| @@ -65679,7 +65719,7 @@ module.exports={ | |
| 65679 65719 | 
             
                                    "type": "timestamp"
         | 
| 65680 65720 | 
             
                                  },
         | 
| 65681 65721 | 
             
                                  "Queue": {
         | 
| 65682 | 
            -
                                    "shape": " | 
| 65722 | 
            +
                                    "shape": "Sau"
         | 
| 65683 65723 | 
             
                                  }
         | 
| 65684 65724 | 
             
                                }
         | 
| 65685 65725 | 
             
                              }
         | 
| @@ -65718,13 +65758,13 @@ module.exports={ | |
| 65718 65758 | 
             
                        "type": "structure",
         | 
| 65719 65759 | 
             
                        "members": {
         | 
| 65720 65760 | 
             
                          "AccessToken": {
         | 
| 65721 | 
            -
                            "shape": " | 
| 65761 | 
            +
                            "shape": "Sbl"
         | 
| 65722 65762 | 
             
                          },
         | 
| 65723 65763 | 
             
                          "AccessTokenExpiration": {
         | 
| 65724 65764 | 
             
                            "type": "timestamp"
         | 
| 65725 65765 | 
             
                          },
         | 
| 65726 65766 | 
             
                          "RefreshToken": {
         | 
| 65727 | 
            -
                            "shape": " | 
| 65767 | 
            +
                            "shape": "Sbl"
         | 
| 65728 65768 | 
             
                          },
         | 
| 65729 65769 | 
             
                          "RefreshTokenExpiration": {
         | 
| 65730 65770 | 
             
                            "type": "timestamp"
         | 
| @@ -65762,15 +65802,15 @@ module.exports={ | |
| 65762 65802 | 
             
                        "type": "timestamp"
         | 
| 65763 65803 | 
             
                      },
         | 
| 65764 65804 | 
             
                      "Filters": {
         | 
| 65765 | 
            -
                        "shape": " | 
| 65805 | 
            +
                        "shape": "Sab"
         | 
| 65766 65806 | 
             
                      },
         | 
| 65767 65807 | 
             
                      "Groupings": {
         | 
| 65768 | 
            -
                        "shape": " | 
| 65808 | 
            +
                        "shape": "Saf"
         | 
| 65769 65809 | 
             
                      },
         | 
| 65770 65810 | 
             
                      "HistoricalMetrics": {
         | 
| 65771 65811 | 
             
                        "type": "list",
         | 
| 65772 65812 | 
             
                        "member": {
         | 
| 65773 | 
            -
                          "shape": " | 
| 65813 | 
            +
                          "shape": "Sbp"
         | 
| 65774 65814 | 
             
                        }
         | 
| 65775 65815 | 
             
                      },
         | 
| 65776 65816 | 
             
                      "NextToken": {},
         | 
| @@ -65789,7 +65829,7 @@ module.exports={ | |
| 65789 65829 | 
             
                          "type": "structure",
         | 
| 65790 65830 | 
             
                          "members": {
         | 
| 65791 65831 | 
             
                            "Dimensions": {
         | 
| 65792 | 
            -
                              "shape": " | 
| 65832 | 
            +
                              "shape": "Sat"
         | 
| 65793 65833 | 
             
                            },
         | 
| 65794 65834 | 
             
                            "Collections": {
         | 
| 65795 65835 | 
             
                              "type": "list",
         | 
| @@ -65797,7 +65837,7 @@ module.exports={ | |
| 65797 65837 | 
             
                                "type": "structure",
         | 
| 65798 65838 | 
             
                                "members": {
         | 
| 65799 65839 | 
             
                                  "Metric": {
         | 
| 65800 | 
            -
                                    "shape": " | 
| 65840 | 
            +
                                    "shape": "Sbp"
         | 
| 65801 65841 | 
             
                                  },
         | 
| 65802 65842 | 
             
                                  "Value": {
         | 
| 65803 65843 | 
             
                                    "type": "double"
         | 
| @@ -65852,7 +65892,7 @@ module.exports={ | |
| 65852 65892 | 
             
                      "Metrics": {
         | 
| 65853 65893 | 
             
                        "type": "list",
         | 
| 65854 65894 | 
             
                        "member": {
         | 
| 65855 | 
            -
                          "shape": " | 
| 65895 | 
            +
                          "shape": "Sc8"
         | 
| 65856 65896 | 
             
                        }
         | 
| 65857 65897 | 
             
                      },
         | 
| 65858 65898 | 
             
                      "NextToken": {},
         | 
| @@ -65881,7 +65921,7 @@ module.exports={ | |
| 65881 65921 | 
             
                                "type": "structure",
         | 
| 65882 65922 | 
             
                                "members": {
         | 
| 65883 65923 | 
             
                                  "Metric": {
         | 
| 65884 | 
            -
                                    "shape": " | 
| 65924 | 
            +
                                    "shape": "Sc8"
         | 
| 65885 65925 | 
             
                                  },
         | 
| 65886 65926 | 
             
                                  "Value": {
         | 
| 65887 65927 | 
             
                                    "type": "double"
         | 
| @@ -65936,13 +65976,13 @@ module.exports={ | |
| 65936 65976 | 
             
                      "Description": {},
         | 
| 65937 65977 | 
             
                      "ContactFlowId": {},
         | 
| 65938 65978 | 
             
                      "Constraints": {
         | 
| 65939 | 
            -
                        "shape": " | 
| 65979 | 
            +
                        "shape": "S56"
         | 
| 65940 65980 | 
             
                      },
         | 
| 65941 65981 | 
             
                      "Defaults": {
         | 
| 65942 | 
            -
                        "shape": " | 
| 65982 | 
            +
                        "shape": "S5f"
         | 
| 65943 65983 | 
             
                      },
         | 
| 65944 65984 | 
             
                      "Fields": {
         | 
| 65945 | 
            -
                        "shape": " | 
| 65985 | 
            +
                        "shape": "S5k"
         | 
| 65946 65986 | 
             
                      },
         | 
| 65947 65987 | 
             
                      "Status": {},
         | 
| 65948 65988 | 
             
                      "LastModifiedTime": {
         | 
| @@ -65978,7 +66018,7 @@ module.exports={ | |
| 65978 66018 | 
             
                    "type": "structure",
         | 
| 65979 66019 | 
             
                    "members": {
         | 
| 65980 66020 | 
             
                      "TelephonyConfig": {
         | 
| 65981 | 
            -
                        "shape": " | 
| 66021 | 
            +
                        "shape": "Sct"
         | 
| 65982 66022 | 
             
                      },
         | 
| 65983 66023 | 
             
                      "Id": {},
         | 
| 65984 66024 | 
             
                      "Arn": {}
         | 
| @@ -66443,7 +66483,7 @@ module.exports={ | |
| 66443 66483 | 
             
                      "Attributes": {
         | 
| 66444 66484 | 
             
                        "type": "list",
         | 
| 66445 66485 | 
             
                        "member": {
         | 
| 66446 | 
            -
                          "shape": " | 
| 66486 | 
            +
                          "shape": "S8b"
         | 
| 66447 66487 | 
             
                        }
         | 
| 66448 66488 | 
             
                      },
         | 
| 66449 66489 | 
             
                      "NextToken": {}
         | 
| @@ -66690,12 +66730,12 @@ module.exports={ | |
| 66690 66730 | 
             
                        "locationName": "InstanceId"
         | 
| 66691 66731 | 
             
                      },
         | 
| 66692 66732 | 
             
                      "PhoneNumberTypes": {
         | 
| 66693 | 
            -
                        "shape": " | 
| 66733 | 
            +
                        "shape": "Sev",
         | 
| 66694 66734 | 
             
                        "location": "querystring",
         | 
| 66695 66735 | 
             
                        "locationName": "phoneNumberTypes"
         | 
| 66696 66736 | 
             
                      },
         | 
| 66697 66737 | 
             
                      "PhoneNumberCountryCodes": {
         | 
| 66698 | 
            -
                        "shape": " | 
| 66738 | 
            +
                        "shape": "Sew",
         | 
| 66699 66739 | 
             
                        "location": "querystring",
         | 
| 66700 66740 | 
             
                        "locationName": "phoneNumberCountryCodes"
         | 
| 66701 66741 | 
             
                      },
         | 
| @@ -66743,10 +66783,10 @@ module.exports={ | |
| 66743 66783 | 
             
                      },
         | 
| 66744 66784 | 
             
                      "NextToken": {},
         | 
| 66745 66785 | 
             
                      "PhoneNumberCountryCodes": {
         | 
| 66746 | 
            -
                        "shape": " | 
| 66786 | 
            +
                        "shape": "Sew"
         | 
| 66747 66787 | 
             
                      },
         | 
| 66748 66788 | 
             
                      "PhoneNumberTypes": {
         | 
| 66749 | 
            -
                        "shape": " | 
| 66789 | 
            +
                        "shape": "Sev"
         | 
| 66750 66790 | 
             
                      },
         | 
| 66751 66791 | 
             
                      "PhoneNumberPrefix": {}
         | 
| 66752 66792 | 
             
                    }
         | 
| @@ -66852,7 +66892,7 @@ module.exports={ | |
| 66852 66892 | 
             
                    "members": {
         | 
| 66853 66893 | 
             
                      "NextToken": {},
         | 
| 66854 66894 | 
             
                      "QuickConnectSummaryList": {
         | 
| 66855 | 
            -
                        "shape": " | 
| 66895 | 
            +
                        "shape": "Sfe"
         | 
| 66856 66896 | 
             
                      }
         | 
| 66857 66897 | 
             
                    }
         | 
| 66858 66898 | 
             
                  }
         | 
| @@ -66944,7 +66984,7 @@ module.exports={ | |
| 66944 66984 | 
             
                    "type": "structure",
         | 
| 66945 66985 | 
             
                    "members": {
         | 
| 66946 66986 | 
             
                      "QuickConnectSummaryList": {
         | 
| 66947 | 
            -
                        "shape": " | 
| 66987 | 
            +
                        "shape": "Sfe"
         | 
| 66948 66988 | 
             
                      },
         | 
| 66949 66989 | 
             
                      "NextToken": {}
         | 
| 66950 66990 | 
             
                    }
         | 
| @@ -67224,7 +67264,7 @@ module.exports={ | |
| 67224 67264 | 
             
                    "type": "structure",
         | 
| 67225 67265 | 
             
                    "members": {
         | 
| 67226 67266 | 
             
                      "Permissions": {
         | 
| 67227 | 
            -
                        "shape": " | 
| 67267 | 
            +
                        "shape": "S4u"
         | 
| 67228 67268 | 
             
                      },
         | 
| 67229 67269 | 
             
                      "NextToken": {}
         | 
| 67230 67270 | 
             
                    }
         | 
| @@ -67484,7 +67524,7 @@ module.exports={ | |
| 67484 67524 | 
             
                      "UserHierarchyGroupSummaryList": {
         | 
| 67485 67525 | 
             
                        "type": "list",
         | 
| 67486 67526 | 
             
                        "member": {
         | 
| 67487 | 
            -
                          "shape": " | 
| 67527 | 
            +
                          "shape": "S9i"
         | 
| 67488 67528 | 
             
                        }
         | 
| 67489 67529 | 
             
                      },
         | 
| 67490 67530 | 
             
                      "NextToken": {}
         | 
| @@ -67733,12 +67773,12 @@ module.exports={ | |
| 67733 67773 | 
             
                        "type": "structure",
         | 
| 67734 67774 | 
             
                        "members": {
         | 
| 67735 67775 | 
             
                          "TagFilter": {
         | 
| 67736 | 
            -
                            "shape": " | 
| 67776 | 
            +
                            "shape": "Shi"
         | 
| 67737 67777 | 
             
                          }
         | 
| 67738 67778 | 
             
                        }
         | 
| 67739 67779 | 
             
                      },
         | 
| 67740 67780 | 
             
                      "SearchCriteria": {
         | 
| 67741 | 
            -
                        "shape": " | 
| 67781 | 
            +
                        "shape": "Shm"
         | 
| 67742 67782 | 
             
                      }
         | 
| 67743 67783 | 
             
                    }
         | 
| 67744 67784 | 
             
                  },
         | 
| @@ -67748,7 +67788,7 @@ module.exports={ | |
| 67748 67788 | 
             
                      "Queues": {
         | 
| 67749 67789 | 
             
                        "type": "list",
         | 
| 67750 67790 | 
             
                        "member": {
         | 
| 67751 | 
            -
                          "shape": " | 
| 67791 | 
            +
                          "shape": "S8p"
         | 
| 67752 67792 | 
             
                        }
         | 
| 67753 67793 | 
             
                      },
         | 
| 67754 67794 | 
             
                      "NextToken": {},
         | 
| @@ -67777,12 +67817,12 @@ module.exports={ | |
| 67777 67817 | 
             
                        "type": "structure",
         | 
| 67778 67818 | 
             
                        "members": {
         | 
| 67779 67819 | 
             
                          "TagFilter": {
         | 
| 67780 | 
            -
                            "shape": " | 
| 67820 | 
            +
                            "shape": "Shi"
         | 
| 67781 67821 | 
             
                          }
         | 
| 67782 67822 | 
             
                        }
         | 
| 67783 67823 | 
             
                      },
         | 
| 67784 67824 | 
             
                      "SearchCriteria": {
         | 
| 67785 | 
            -
                        "shape": " | 
| 67825 | 
            +
                        "shape": "Shv"
         | 
| 67786 67826 | 
             
                      }
         | 
| 67787 67827 | 
             
                    }
         | 
| 67788 67828 | 
             
                  },
         | 
| @@ -67792,7 +67832,7 @@ module.exports={ | |
| 67792 67832 | 
             
                      "RoutingProfiles": {
         | 
| 67793 67833 | 
             
                        "type": "list",
         | 
| 67794 67834 | 
             
                        "member": {
         | 
| 67795 | 
            -
                          "shape": " | 
| 67835 | 
            +
                          "shape": "S8w"
         | 
| 67796 67836 | 
             
                        }
         | 
| 67797 67837 | 
             
                      },
         | 
| 67798 67838 | 
             
                      "NextToken": {},
         | 
| @@ -67818,13 +67858,13 @@ module.exports={ | |
| 67818 67858 | 
             
                        "type": "integer"
         | 
| 67819 67859 | 
             
                      },
         | 
| 67820 67860 | 
             
                      "SearchCriteria": {
         | 
| 67821 | 
            -
                        "shape": " | 
| 67861 | 
            +
                        "shape": "Si0"
         | 
| 67822 67862 | 
             
                      },
         | 
| 67823 67863 | 
             
                      "SearchFilter": {
         | 
| 67824 67864 | 
             
                        "type": "structure",
         | 
| 67825 67865 | 
             
                        "members": {
         | 
| 67826 67866 | 
             
                          "TagFilter": {
         | 
| 67827 | 
            -
                            "shape": " | 
| 67867 | 
            +
                            "shape": "Shi"
         | 
| 67828 67868 | 
             
                          }
         | 
| 67829 67869 | 
             
                        }
         | 
| 67830 67870 | 
             
                      }
         | 
| @@ -67872,12 +67912,12 @@ module.exports={ | |
| 67872 67912 | 
             
                        "type": "structure",
         | 
| 67873 67913 | 
             
                        "members": {
         | 
| 67874 67914 | 
             
                          "TagFilter": {
         | 
| 67875 | 
            -
                            "shape": " | 
| 67915 | 
            +
                            "shape": "Shi"
         | 
| 67876 67916 | 
             
                          }
         | 
| 67877 67917 | 
             
                        }
         | 
| 67878 67918 | 
             
                      },
         | 
| 67879 67919 | 
             
                      "SearchCriteria": {
         | 
| 67880 | 
            -
                        "shape": " | 
| 67920 | 
            +
                        "shape": "Si8"
         | 
| 67881 67921 | 
             
                      }
         | 
| 67882 67922 | 
             
                    }
         | 
| 67883 67923 | 
             
                  },
         | 
| @@ -67901,11 +67941,11 @@ module.exports={ | |
| 67901 67941 | 
             
                              }
         | 
| 67902 67942 | 
             
                            },
         | 
| 67903 67943 | 
             
                            "PhoneConfig": {
         | 
| 67904 | 
            -
                              "shape": " | 
| 67944 | 
            +
                              "shape": "S6b"
         | 
| 67905 67945 | 
             
                            },
         | 
| 67906 67946 | 
             
                            "RoutingProfileId": {},
         | 
| 67907 67947 | 
             
                            "SecurityProfileIds": {
         | 
| 67908 | 
            -
                              "shape": " | 
| 67948 | 
            +
                              "shape": "S6g"
         | 
| 67909 67949 | 
             
                            },
         | 
| 67910 67950 | 
             
                            "Tags": {
         | 
| 67911 67951 | 
             
                              "shape": "S1j"
         | 
| @@ -67992,7 +68032,7 @@ module.exports={ | |
| 67992 68032 | 
             
                      "InstanceId": {},
         | 
| 67993 68033 | 
             
                      "ContactFlowId": {},
         | 
| 67994 68034 | 
             
                      "Attributes": {
         | 
| 67995 | 
            -
                        "shape": " | 
| 68035 | 
            +
                        "shape": "Sa7"
         | 
| 67996 68036 | 
             
                      },
         | 
| 67997 68037 | 
             
                      "ParticipantDetails": {
         | 
| 67998 68038 | 
             
                        "type": "structure",
         | 
| @@ -68134,7 +68174,7 @@ module.exports={ | |
| 68134 68174 | 
             
                      "SourcePhoneNumber": {},
         | 
| 68135 68175 | 
             
                      "QueueId": {},
         | 
| 68136 68176 | 
             
                      "Attributes": {
         | 
| 68137 | 
            -
                        "shape": " | 
| 68177 | 
            +
                        "shape": "Sa7"
         | 
| 68138 68178 | 
             
                      },
         | 
| 68139 68179 | 
             
                      "AnswerMachineDetectionConfig": {
         | 
| 68140 68180 | 
             
                        "type": "structure",
         | 
| @@ -68174,11 +68214,11 @@ module.exports={ | |
| 68174 68214 | 
             
                      "PreviousContactId": {},
         | 
| 68175 68215 | 
             
                      "ContactFlowId": {},
         | 
| 68176 68216 | 
             
                      "Attributes": {
         | 
| 68177 | 
            -
                        "shape": " | 
| 68217 | 
            +
                        "shape": "Sa7"
         | 
| 68178 68218 | 
             
                      },
         | 
| 68179 68219 | 
             
                      "Name": {},
         | 
| 68180 68220 | 
             
                      "References": {
         | 
| 68181 | 
            -
                        "shape": " | 
| 68221 | 
            +
                        "shape": "S47"
         | 
| 68182 68222 | 
             
                      },
         | 
| 68183 68223 | 
             
                      "Description": {},
         | 
| 68184 68224 | 
             
                      "ClientToken": {
         | 
| @@ -68414,7 +68454,7 @@ module.exports={ | |
| 68414 68454 | 
             
                      "Name": {},
         | 
| 68415 68455 | 
             
                      "Description": {},
         | 
| 68416 68456 | 
             
                      "References": {
         | 
| 68417 | 
            -
                        "shape": " | 
| 68457 | 
            +
                        "shape": "S47"
         | 
| 68418 68458 | 
             
                      }
         | 
| 68419 68459 | 
             
                    }
         | 
| 68420 68460 | 
             
                  },
         | 
| @@ -68438,7 +68478,7 @@ module.exports={ | |
| 68438 68478 | 
             
                      "InitialContactId": {},
         | 
| 68439 68479 | 
             
                      "InstanceId": {},
         | 
| 68440 68480 | 
             
                      "Attributes": {
         | 
| 68441 | 
            -
                        "shape": " | 
| 68481 | 
            +
                        "shape": "Sa7"
         | 
| 68442 68482 | 
             
                      }
         | 
| 68443 68483 | 
             
                    }
         | 
| 68444 68484 | 
             
                  },
         | 
| @@ -68887,7 +68927,7 @@ module.exports={ | |
| 68887 68927 | 
             
                        "locationName": "QueueId"
         | 
| 68888 68928 | 
             
                      },
         | 
| 68889 68929 | 
             
                      "OutboundCallerConfig": {
         | 
| 68890 | 
            -
                        "shape": " | 
| 68930 | 
            +
                        "shape": "S39"
         | 
| 68891 68931 | 
             
                      }
         | 
| 68892 68932 | 
             
                    }
         | 
| 68893 68933 | 
             
                  }
         | 
| @@ -68937,7 +68977,7 @@ module.exports={ | |
| 68937 68977 | 
             
                        "locationName": "QuickConnectId"
         | 
| 68938 68978 | 
             
                      },
         | 
| 68939 68979 | 
             
                      "QuickConnectConfig": {
         | 
| 68940 | 
            -
                        "shape": " | 
| 68980 | 
            +
                        "shape": "S3g"
         | 
| 68941 68981 | 
             
                      }
         | 
| 68942 68982 | 
             
                    }
         | 
| 68943 68983 | 
             
                  }
         | 
| @@ -68987,7 +69027,7 @@ module.exports={ | |
| 68987 69027 | 
             
                        "locationName": "RoutingProfileId"
         | 
| 68988 69028 | 
             
                      },
         | 
| 68989 69029 | 
             
                      "MediaConcurrencies": {
         | 
| 68990 | 
            -
                        "shape": " | 
| 69030 | 
            +
                        "shape": "S3q"
         | 
| 68991 69031 | 
             
                      }
         | 
| 68992 69032 | 
             
                    }
         | 
| 68993 69033 | 
             
                  }
         | 
| @@ -69093,7 +69133,7 @@ module.exports={ | |
| 69093 69133 | 
             
                      "Name": {},
         | 
| 69094 69134 | 
             
                      "Function": {},
         | 
| 69095 69135 | 
             
                      "Actions": {
         | 
| 69096 | 
            -
                        "shape": " | 
| 69136 | 
            +
                        "shape": "S41"
         | 
| 69097 69137 | 
             
                      },
         | 
| 69098 69138 | 
             
                      "PublishStatus": {}
         | 
| 69099 69139 | 
             
                    }
         | 
| @@ -69112,7 +69152,7 @@ module.exports={ | |
| 69112 69152 | 
             
                    "members": {
         | 
| 69113 69153 | 
             
                      "Description": {},
         | 
| 69114 69154 | 
             
                      "Permissions": {
         | 
| 69115 | 
            -
                        "shape": " | 
| 69155 | 
            +
                        "shape": "S4u"
         | 
| 69116 69156 | 
             
                      },
         | 
| 69117 69157 | 
             
                      "SecurityProfileId": {
         | 
| 69118 69158 | 
             
                        "location": "uri",
         | 
| @@ -69123,10 +69163,10 @@ module.exports={ | |
| 69123 69163 | 
             
                        "locationName": "InstanceId"
         | 
| 69124 69164 | 
             
                      },
         | 
| 69125 69165 | 
             
                      "AllowedAccessControlTags": {
         | 
| 69126 | 
            -
                        "shape": " | 
| 69166 | 
            +
                        "shape": "S4w"
         | 
| 69127 69167 | 
             
                      },
         | 
| 69128 69168 | 
             
                      "TagRestrictedResources": {
         | 
| 69129 | 
            -
                        "shape": " | 
| 69169 | 
            +
                        "shape": "S4z"
         | 
| 69130 69170 | 
             
                      }
         | 
| 69131 69171 | 
             
                    }
         | 
| 69132 69172 | 
             
                  }
         | 
| @@ -69154,14 +69194,14 @@ module.exports={ | |
| 69154 69194 | 
             
                      "Description": {},
         | 
| 69155 69195 | 
             
                      "ContactFlowId": {},
         | 
| 69156 69196 | 
             
                      "Constraints": {
         | 
| 69157 | 
            -
                        "shape": " | 
| 69197 | 
            +
                        "shape": "S56"
         | 
| 69158 69198 | 
             
                      },
         | 
| 69159 69199 | 
             
                      "Defaults": {
         | 
| 69160 | 
            -
                        "shape": " | 
| 69200 | 
            +
                        "shape": "S5f"
         | 
| 69161 69201 | 
             
                      },
         | 
| 69162 69202 | 
             
                      "Status": {},
         | 
| 69163 69203 | 
             
                      "Fields": {
         | 
| 69164 | 
            -
                        "shape": " | 
| 69204 | 
            +
                        "shape": "S5k"
         | 
| 69165 69205 | 
             
                      }
         | 
| 69166 69206 | 
             
                    }
         | 
| 69167 69207 | 
             
                  },
         | 
| @@ -69175,13 +69215,13 @@ module.exports={ | |
| 69175 69215 | 
             
                      "Description": {},
         | 
| 69176 69216 | 
             
                      "ContactFlowId": {},
         | 
| 69177 69217 | 
             
                      "Constraints": {
         | 
| 69178 | 
            -
                        "shape": " | 
| 69218 | 
            +
                        "shape": "S56"
         | 
| 69179 69219 | 
             
                      },
         | 
| 69180 69220 | 
             
                      "Defaults": {
         | 
| 69181 | 
            -
                        "shape": " | 
| 69221 | 
            +
                        "shape": "S5f"
         | 
| 69182 69222 | 
             
                      },
         | 
| 69183 69223 | 
             
                      "Fields": {
         | 
| 69184 | 
            -
                        "shape": " | 
| 69224 | 
            +
                        "shape": "S5k"
         | 
| 69185 69225 | 
             
                      },
         | 
| 69186 69226 | 
             
                      "Status": {},
         | 
| 69187 69227 | 
             
                      "LastModifiedTime": {
         | 
| @@ -69209,7 +69249,7 @@ module.exports={ | |
| 69209 69249 | 
             
                        "locationName": "Id"
         | 
| 69210 69250 | 
             
                      },
         | 
| 69211 69251 | 
             
                      "TelephonyConfig": {
         | 
| 69212 | 
            -
                        "shape": " | 
| 69252 | 
            +
                        "shape": "Sct"
         | 
| 69213 69253 | 
             
                      }
         | 
| 69214 69254 | 
             
                    }
         | 
| 69215 69255 | 
             
                  },
         | 
| @@ -69280,19 +69320,19 @@ module.exports={ | |
| 69280 69320 | 
             
                        "type": "structure",
         | 
| 69281 69321 | 
             
                        "members": {
         | 
| 69282 69322 | 
             
                          "LevelOne": {
         | 
| 69283 | 
            -
                            "shape": " | 
| 69323 | 
            +
                            "shape": "Sla"
         | 
| 69284 69324 | 
             
                          },
         | 
| 69285 69325 | 
             
                          "LevelTwo": {
         | 
| 69286 | 
            -
                            "shape": " | 
| 69326 | 
            +
                            "shape": "Sla"
         | 
| 69287 69327 | 
             
                          },
         | 
| 69288 69328 | 
             
                          "LevelThree": {
         | 
| 69289 | 
            -
                            "shape": " | 
| 69329 | 
            +
                            "shape": "Sla"
         | 
| 69290 69330 | 
             
                          },
         | 
| 69291 69331 | 
             
                          "LevelFour": {
         | 
| 69292 | 
            -
                            "shape": " | 
| 69332 | 
            +
                            "shape": "Sla"
         | 
| 69293 69333 | 
             
                          },
         | 
| 69294 69334 | 
             
                          "LevelFive": {
         | 
| 69295 | 
            -
                            "shape": " | 
| 69335 | 
            +
                            "shape": "Sla"
         | 
| 69296 69336 | 
             
                          }
         | 
| 69297 69337 | 
             
                        }
         | 
| 69298 69338 | 
             
                      },
         | 
| @@ -69316,7 +69356,7 @@ module.exports={ | |
| 69316 69356 | 
             
                    ],
         | 
| 69317 69357 | 
             
                    "members": {
         | 
| 69318 69358 | 
             
                      "IdentityInfo": {
         | 
| 69319 | 
            -
                        "shape": " | 
| 69359 | 
            +
                        "shape": "S67"
         | 
| 69320 69360 | 
             
                      },
         | 
| 69321 69361 | 
             
                      "UserId": {
         | 
| 69322 69362 | 
             
                        "location": "uri",
         | 
| @@ -69342,7 +69382,7 @@ module.exports={ | |
| 69342 69382 | 
             
                    ],
         | 
| 69343 69383 | 
             
                    "members": {
         | 
| 69344 69384 | 
             
                      "PhoneConfig": {
         | 
| 69345 | 
            -
                        "shape": " | 
| 69385 | 
            +
                        "shape": "S6b"
         | 
| 69346 69386 | 
             
                      },
         | 
| 69347 69387 | 
             
                      "UserId": {
         | 
| 69348 69388 | 
             
                        "location": "uri",
         | 
| @@ -69392,7 +69432,7 @@ module.exports={ | |
| 69392 69432 | 
             
                    ],
         | 
| 69393 69433 | 
             
                    "members": {
         | 
| 69394 69434 | 
             
                      "SecurityProfileIds": {
         | 
| 69395 | 
            -
                        "shape": " | 
| 69435 | 
            +
                        "shape": "S6g"
         | 
| 69396 69436 | 
             
                      },
         | 
| 69397 69437 | 
             
                      "UserId": {
         | 
| 69398 69438 | 
             
                        "location": "uri",
         | 
| @@ -69575,7 +69615,7 @@ module.exports={ | |
| 69575 69615 | 
             
                  "type": "string",
         | 
| 69576 69616 | 
             
                  "sensitive": true
         | 
| 69577 69617 | 
             
                },
         | 
| 69578 | 
            -
                " | 
| 69618 | 
            +
                "S39": {
         | 
| 69579 69619 | 
             
                  "type": "structure",
         | 
| 69580 69620 | 
             
                  "members": {
         | 
| 69581 69621 | 
             
                    "OutboundCallerIdName": {},
         | 
| @@ -69583,7 +69623,7 @@ module.exports={ | |
| 69583 69623 | 
             
                    "OutboundFlowId": {}
         | 
| 69584 69624 | 
             
                  }
         | 
| 69585 69625 | 
             
                },
         | 
| 69586 | 
            -
                " | 
| 69626 | 
            +
                "S3g": {
         | 
| 69587 69627 | 
             
                  "type": "structure",
         | 
| 69588 69628 | 
             
                  "required": [
         | 
| 69589 69629 | 
             
                    "QuickConnectType"
         | 
| @@ -69623,7 +69663,7 @@ module.exports={ | |
| 69623 69663 | 
             
                    }
         | 
| 69624 69664 | 
             
                  }
         | 
| 69625 69665 | 
             
                },
         | 
| 69626 | 
            -
                " | 
| 69666 | 
            +
                "S3q": {
         | 
| 69627 69667 | 
             
                  "type": "list",
         | 
| 69628 69668 | 
             
                  "member": {
         | 
| 69629 69669 | 
             
                    "type": "structure",
         | 
| @@ -69648,7 +69688,7 @@ module.exports={ | |
| 69648 69688 | 
             
                    }
         | 
| 69649 69689 | 
             
                  }
         | 
| 69650 69690 | 
             
                },
         | 
| 69651 | 
            -
                " | 
| 69691 | 
            +
                "S3y": {
         | 
| 69652 69692 | 
             
                  "type": "structure",
         | 
| 69653 69693 | 
             
                  "required": [
         | 
| 69654 69694 | 
             
                    "EventSourceName"
         | 
| @@ -69658,7 +69698,7 @@ module.exports={ | |
| 69658 69698 | 
             
                    "IntegrationAssociationId": {}
         | 
| 69659 69699 | 
             
                  }
         | 
| 69660 69700 | 
             
                },
         | 
| 69661 | 
            -
                " | 
| 69701 | 
            +
                "S41": {
         | 
| 69662 69702 | 
             
                  "type": "list",
         | 
| 69663 69703 | 
             
                  "member": {
         | 
| 69664 69704 | 
             
                    "type": "structure",
         | 
| @@ -69678,7 +69718,7 @@ module.exports={ | |
| 69678 69718 | 
             
                          "Description": {},
         | 
| 69679 69719 | 
             
                          "ContactFlowId": {},
         | 
| 69680 69720 | 
             
                          "References": {
         | 
| 69681 | 
            -
                            "shape": " | 
| 69721 | 
            +
                            "shape": "S47"
         | 
| 69682 69722 | 
             
                          }
         | 
| 69683 69723 | 
             
                        }
         | 
| 69684 69724 | 
             
                      },
         | 
| @@ -69727,7 +69767,7 @@ module.exports={ | |
| 69727 69767 | 
             
                    }
         | 
| 69728 69768 | 
             
                  }
         | 
| 69729 69769 | 
             
                },
         | 
| 69730 | 
            -
                " | 
| 69770 | 
            +
                "S47": {
         | 
| 69731 69771 | 
             
                  "type": "map",
         | 
| 69732 69772 | 
             
                  "key": {},
         | 
| 69733 69773 | 
             
                  "value": {
         | 
| @@ -69742,20 +69782,20 @@ module.exports={ | |
| 69742 69782 | 
             
                    }
         | 
| 69743 69783 | 
             
                  }
         | 
| 69744 69784 | 
             
                },
         | 
| 69745 | 
            -
                " | 
| 69785 | 
            +
                "S4u": {
         | 
| 69746 69786 | 
             
                  "type": "list",
         | 
| 69747 69787 | 
             
                  "member": {}
         | 
| 69748 69788 | 
             
                },
         | 
| 69749 | 
            -
                " | 
| 69789 | 
            +
                "S4w": {
         | 
| 69750 69790 | 
             
                  "type": "map",
         | 
| 69751 69791 | 
             
                  "key": {},
         | 
| 69752 69792 | 
             
                  "value": {}
         | 
| 69753 69793 | 
             
                },
         | 
| 69754 | 
            -
                " | 
| 69794 | 
            +
                "S4z": {
         | 
| 69755 69795 | 
             
                  "type": "list",
         | 
| 69756 69796 | 
             
                  "member": {}
         | 
| 69757 69797 | 
             
                },
         | 
| 69758 | 
            -
                " | 
| 69798 | 
            +
                "S56": {
         | 
| 69759 69799 | 
             
                  "type": "structure",
         | 
| 69760 69800 | 
             
                  "members": {
         | 
| 69761 69801 | 
             
                    "RequiredFields": {
         | 
| @@ -69764,7 +69804,7 @@ module.exports={ | |
| 69764 69804 | 
             
                        "type": "structure",
         | 
| 69765 69805 | 
             
                        "members": {
         | 
| 69766 69806 | 
             
                          "Id": {
         | 
| 69767 | 
            -
                            "shape": " | 
| 69807 | 
            +
                            "shape": "S59"
         | 
| 69768 69808 | 
             
                          }
         | 
| 69769 69809 | 
             
                        }
         | 
| 69770 69810 | 
             
                      }
         | 
| @@ -69775,7 +69815,7 @@ module.exports={ | |
| 69775 69815 | 
             
                        "type": "structure",
         | 
| 69776 69816 | 
             
                        "members": {
         | 
| 69777 69817 | 
             
                          "Id": {
         | 
| 69778 | 
            -
                            "shape": " | 
| 69818 | 
            +
                            "shape": "S59"
         | 
| 69779 69819 | 
             
                          }
         | 
| 69780 69820 | 
             
                        }
         | 
| 69781 69821 | 
             
                      }
         | 
| @@ -69786,20 +69826,20 @@ module.exports={ | |
| 69786 69826 | 
             
                        "type": "structure",
         | 
| 69787 69827 | 
             
                        "members": {
         | 
| 69788 69828 | 
             
                          "Id": {
         | 
| 69789 | 
            -
                            "shape": " | 
| 69829 | 
            +
                            "shape": "S59"
         | 
| 69790 69830 | 
             
                          }
         | 
| 69791 69831 | 
             
                        }
         | 
| 69792 69832 | 
             
                      }
         | 
| 69793 69833 | 
             
                    }
         | 
| 69794 69834 | 
             
                  }
         | 
| 69795 69835 | 
             
                },
         | 
| 69796 | 
            -
                " | 
| 69836 | 
            +
                "S59": {
         | 
| 69797 69837 | 
             
                  "type": "structure",
         | 
| 69798 69838 | 
             
                  "members": {
         | 
| 69799 69839 | 
             
                    "Name": {}
         | 
| 69800 69840 | 
             
                  }
         | 
| 69801 69841 | 
             
                },
         | 
| 69802 | 
            -
                " | 
| 69842 | 
            +
                "S5f": {
         | 
| 69803 69843 | 
             
                  "type": "structure",
         | 
| 69804 69844 | 
             
                  "members": {
         | 
| 69805 69845 | 
             
                    "DefaultFieldValues": {
         | 
| @@ -69808,7 +69848,7 @@ module.exports={ | |
| 69808 69848 | 
             
                        "type": "structure",
         | 
| 69809 69849 | 
             
                        "members": {
         | 
| 69810 69850 | 
             
                          "Id": {
         | 
| 69811 | 
            -
                            "shape": " | 
| 69851 | 
            +
                            "shape": "S59"
         | 
| 69812 69852 | 
             
                          },
         | 
| 69813 69853 | 
             
                          "DefaultValue": {}
         | 
| 69814 69854 | 
             
                        }
         | 
| @@ -69816,7 +69856,7 @@ module.exports={ | |
| 69816 69856 | 
             
                    }
         | 
| 69817 69857 | 
             
                  }
         | 
| 69818 69858 | 
             
                },
         | 
| 69819 | 
            -
                " | 
| 69859 | 
            +
                "S5k": {
         | 
| 69820 69860 | 
             
                  "type": "list",
         | 
| 69821 69861 | 
             
                  "member": {
         | 
| 69822 69862 | 
             
                    "type": "structure",
         | 
| @@ -69825,7 +69865,7 @@ module.exports={ | |
| 69825 69865 | 
             
                    ],
         | 
| 69826 69866 | 
             
                    "members": {
         | 
| 69827 69867 | 
             
                      "Id": {
         | 
| 69828 | 
            -
                        "shape": " | 
| 69868 | 
            +
                        "shape": "S59"
         | 
| 69829 69869 | 
             
                      },
         | 
| 69830 69870 | 
             
                      "Description": {},
         | 
| 69831 69871 | 
             
                      "Type": {},
         | 
| @@ -69836,7 +69876,7 @@ module.exports={ | |
| 69836 69876 | 
             
                    }
         | 
| 69837 69877 | 
             
                  }
         | 
| 69838 69878 | 
             
                },
         | 
| 69839 | 
            -
                " | 
| 69879 | 
            +
                "S67": {
         | 
| 69840 69880 | 
             
                  "type": "structure",
         | 
| 69841 69881 | 
             
                  "members": {
         | 
| 69842 69882 | 
             
                    "FirstName": {},
         | 
| @@ -69846,7 +69886,7 @@ module.exports={ | |
| 69846 69886 | 
             
                    "Mobile": {}
         | 
| 69847 69887 | 
             
                  }
         | 
| 69848 69888 | 
             
                },
         | 
| 69849 | 
            -
                " | 
| 69889 | 
            +
                "S6b": {
         | 
| 69850 69890 | 
             
                  "type": "structure",
         | 
| 69851 69891 | 
             
                  "required": [
         | 
| 69852 69892 | 
             
                    "PhoneType"
         | 
| @@ -69862,18 +69902,18 @@ module.exports={ | |
| 69862 69902 | 
             
                    "DeskPhoneNumber": {}
         | 
| 69863 69903 | 
             
                  }
         | 
| 69864 69904 | 
             
                },
         | 
| 69865 | 
            -
                " | 
| 69905 | 
            +
                "S6g": {
         | 
| 69866 69906 | 
             
                  "type": "list",
         | 
| 69867 69907 | 
             
                  "member": {}
         | 
| 69868 69908 | 
             
                },
         | 
| 69869 | 
            -
                " | 
| 69909 | 
            +
                "S8b": {
         | 
| 69870 69910 | 
             
                  "type": "structure",
         | 
| 69871 69911 | 
             
                  "members": {
         | 
| 69872 69912 | 
             
                    "AttributeType": {},
         | 
| 69873 69913 | 
             
                    "Value": {}
         | 
| 69874 69914 | 
             
                  }
         | 
| 69875 69915 | 
             
                },
         | 
| 69876 | 
            -
                " | 
| 69916 | 
            +
                "S8p": {
         | 
| 69877 69917 | 
             
                  "type": "structure",
         | 
| 69878 69918 | 
             
                  "members": {
         | 
| 69879 69919 | 
             
                    "Name": {},
         | 
| @@ -69881,7 +69921,7 @@ module.exports={ | |
| 69881 69921 | 
             
                    "QueueId": {},
         | 
| 69882 69922 | 
             
                    "Description": {},
         | 
| 69883 69923 | 
             
                    "OutboundCallerConfig": {
         | 
| 69884 | 
            -
                      "shape": " | 
| 69924 | 
            +
                      "shape": "S39"
         | 
| 69885 69925 | 
             
                    },
         | 
| 69886 69926 | 
             
                    "HoursOfOperationId": {},
         | 
| 69887 69927 | 
             
                    "MaxContacts": {
         | 
| @@ -69893,7 +69933,7 @@ module.exports={ | |
| 69893 69933 | 
             
                    }
         | 
| 69894 69934 | 
             
                  }
         | 
| 69895 69935 | 
             
                },
         | 
| 69896 | 
            -
                " | 
| 69936 | 
            +
                "S8w": {
         | 
| 69897 69937 | 
             
                  "type": "structure",
         | 
| 69898 69938 | 
             
                  "members": {
         | 
| 69899 69939 | 
             
                    "InstanceId": {},
         | 
| @@ -69902,7 +69942,7 @@ module.exports={ | |
| 69902 69942 | 
             
                    "RoutingProfileId": {},
         | 
| 69903 69943 | 
             
                    "Description": {},
         | 
| 69904 69944 | 
             
                    "MediaConcurrencies": {
         | 
| 69905 | 
            -
                      "shape": " | 
| 69945 | 
            +
                      "shape": "S3q"
         | 
| 69906 69946 | 
             
                    },
         | 
| 69907 69947 | 
             
                    "DefaultOutboundQueueId": {},
         | 
| 69908 69948 | 
             
                    "Tags": {
         | 
| @@ -69916,7 +69956,7 @@ module.exports={ | |
| 69916 69956 | 
             
                    }
         | 
| 69917 69957 | 
             
                  }
         | 
| 69918 69958 | 
             
                },
         | 
| 69919 | 
            -
                " | 
| 69959 | 
            +
                "S9i": {
         | 
| 69920 69960 | 
             
                  "type": "structure",
         | 
| 69921 69961 | 
             
                  "members": {
         | 
| 69922 69962 | 
             
                    "Id": {},
         | 
| @@ -69924,7 +69964,7 @@ module.exports={ | |
| 69924 69964 | 
             
                    "Name": {}
         | 
| 69925 69965 | 
             
                  }
         | 
| 69926 69966 | 
             
                },
         | 
| 69927 | 
            -
                " | 
| 69967 | 
            +
                "S9m": {
         | 
| 69928 69968 | 
             
                  "type": "structure",
         | 
| 69929 69969 | 
             
                  "members": {
         | 
| 69930 69970 | 
             
                    "Id": {},
         | 
| @@ -69932,90 +69972,90 @@ module.exports={ | |
| 69932 69972 | 
             
                    "Name": {}
         | 
| 69933 69973 | 
             
                  }
         | 
| 69934 69974 | 
             
                },
         | 
| 69935 | 
            -
                " | 
| 69975 | 
            +
                "Sa7": {
         | 
| 69936 69976 | 
             
                  "type": "map",
         | 
| 69937 69977 | 
             
                  "key": {},
         | 
| 69938 69978 | 
             
                  "value": {}
         | 
| 69939 69979 | 
             
                },
         | 
| 69940 | 
            -
                " | 
| 69980 | 
            +
                "Sab": {
         | 
| 69941 69981 | 
             
                  "type": "structure",
         | 
| 69942 69982 | 
             
                  "members": {
         | 
| 69943 69983 | 
             
                    "Queues": {
         | 
| 69944 | 
            -
                      "shape": " | 
| 69984 | 
            +
                      "shape": "Sac"
         | 
| 69945 69985 | 
             
                    },
         | 
| 69946 69986 | 
             
                    "Channels": {
         | 
| 69947 69987 | 
             
                      "type": "list",
         | 
| 69948 69988 | 
             
                      "member": {}
         | 
| 69949 69989 | 
             
                    },
         | 
| 69950 69990 | 
             
                    "RoutingProfiles": {
         | 
| 69951 | 
            -
                      "shape": " | 
| 69991 | 
            +
                      "shape": "Sae"
         | 
| 69952 69992 | 
             
                    }
         | 
| 69953 69993 | 
             
                  }
         | 
| 69954 69994 | 
             
                },
         | 
| 69955 | 
            -
                " | 
| 69995 | 
            +
                "Sac": {
         | 
| 69956 69996 | 
             
                  "type": "list",
         | 
| 69957 69997 | 
             
                  "member": {}
         | 
| 69958 69998 | 
             
                },
         | 
| 69959 | 
            -
                " | 
| 69999 | 
            +
                "Sae": {
         | 
| 69960 70000 | 
             
                  "type": "list",
         | 
| 69961 70001 | 
             
                  "member": {}
         | 
| 69962 70002 | 
             
                },
         | 
| 69963 | 
            -
                " | 
| 70003 | 
            +
                "Saf": {
         | 
| 69964 70004 | 
             
                  "type": "list",
         | 
| 69965 70005 | 
             
                  "member": {}
         | 
| 69966 70006 | 
             
                },
         | 
| 69967 | 
            -
                " | 
| 70007 | 
            +
                "Sai": {
         | 
| 69968 70008 | 
             
                  "type": "structure",
         | 
| 69969 70009 | 
             
                  "members": {
         | 
| 69970 70010 | 
             
                    "Name": {},
         | 
| 69971 70011 | 
             
                    "Unit": {}
         | 
| 69972 70012 | 
             
                  }
         | 
| 69973 70013 | 
             
                },
         | 
| 69974 | 
            -
                " | 
| 70014 | 
            +
                "Sat": {
         | 
| 69975 70015 | 
             
                  "type": "structure",
         | 
| 69976 70016 | 
             
                  "members": {
         | 
| 69977 70017 | 
             
                    "Queue": {
         | 
| 69978 | 
            -
                      "shape": " | 
| 70018 | 
            +
                      "shape": "Sau"
         | 
| 69979 70019 | 
             
                    },
         | 
| 69980 70020 | 
             
                    "Channel": {},
         | 
| 69981 70021 | 
             
                    "RoutingProfile": {
         | 
| 69982 | 
            -
                      "shape": " | 
| 70022 | 
            +
                      "shape": "Sav"
         | 
| 69983 70023 | 
             
                    }
         | 
| 69984 70024 | 
             
                  }
         | 
| 69985 70025 | 
             
                },
         | 
| 69986 | 
            -
                " | 
| 70026 | 
            +
                "Sau": {
         | 
| 69987 70027 | 
             
                  "type": "structure",
         | 
| 69988 70028 | 
             
                  "members": {
         | 
| 69989 70029 | 
             
                    "Id": {},
         | 
| 69990 70030 | 
             
                    "Arn": {}
         | 
| 69991 70031 | 
             
                  }
         | 
| 69992 70032 | 
             
                },
         | 
| 69993 | 
            -
                " | 
| 70033 | 
            +
                "Sav": {
         | 
| 69994 70034 | 
             
                  "type": "structure",
         | 
| 69995 70035 | 
             
                  "members": {
         | 
| 69996 70036 | 
             
                    "Id": {},
         | 
| 69997 70037 | 
             
                    "Arn": {}
         | 
| 69998 70038 | 
             
                  }
         | 
| 69999 70039 | 
             
                },
         | 
| 70000 | 
            -
                " | 
| 70040 | 
            +
                "Sbc": {
         | 
| 70001 70041 | 
             
                  "type": "structure",
         | 
| 70002 70042 | 
             
                  "members": {
         | 
| 70003 70043 | 
             
                    "Id": {},
         | 
| 70004 70044 | 
             
                    "Arn": {}
         | 
| 70005 70045 | 
             
                  }
         | 
| 70006 70046 | 
             
                },
         | 
| 70007 | 
            -
                " | 
| 70047 | 
            +
                "Sbe": {
         | 
| 70008 70048 | 
             
                  "type": "map",
         | 
| 70009 70049 | 
             
                  "key": {},
         | 
| 70010 70050 | 
             
                  "value": {
         | 
| 70011 70051 | 
             
                    "type": "integer"
         | 
| 70012 70052 | 
             
                  }
         | 
| 70013 70053 | 
             
                },
         | 
| 70014 | 
            -
                " | 
| 70054 | 
            +
                "Sbl": {
         | 
| 70015 70055 | 
             
                  "type": "string",
         | 
| 70016 70056 | 
             
                  "sensitive": true
         | 
| 70017 70057 | 
             
                },
         | 
| 70018 | 
            -
                " | 
| 70058 | 
            +
                "Sbp": {
         | 
| 70019 70059 | 
             
                  "type": "structure",
         | 
| 70020 70060 | 
             
                  "members": {
         | 
| 70021 70061 | 
             
                    "Name": {},
         | 
| @@ -70032,7 +70072,7 @@ module.exports={ | |
| 70032 70072 | 
             
                    "Unit": {}
         | 
| 70033 70073 | 
             
                  }
         | 
| 70034 70074 | 
             
                },
         | 
| 70035 | 
            -
                " | 
| 70075 | 
            +
                "Sc8": {
         | 
| 70036 70076 | 
             
                  "type": "structure",
         | 
| 70037 70077 | 
             
                  "members": {
         | 
| 70038 70078 | 
             
                    "Name": {},
         | 
| @@ -70063,7 +70103,7 @@ module.exports={ | |
| 70063 70103 | 
             
                    }
         | 
| 70064 70104 | 
             
                  }
         | 
| 70065 70105 | 
             
                },
         | 
| 70066 | 
            -
                " | 
| 70106 | 
            +
                "Sct": {
         | 
| 70067 70107 | 
             
                  "type": "structure",
         | 
| 70068 70108 | 
             
                  "required": [
         | 
| 70069 70109 | 
             
                    "Distributions"
         | 
| @@ -70087,15 +70127,15 @@ module.exports={ | |
| 70087 70127 | 
             
                    }
         | 
| 70088 70128 | 
             
                  }
         | 
| 70089 70129 | 
             
                },
         | 
| 70090 | 
            -
                " | 
| 70130 | 
            +
                "Sev": {
         | 
| 70091 70131 | 
             
                  "type": "list",
         | 
| 70092 70132 | 
             
                  "member": {}
         | 
| 70093 70133 | 
             
                },
         | 
| 70094 | 
            -
                " | 
| 70134 | 
            +
                "Sew": {
         | 
| 70095 70135 | 
             
                  "type": "list",
         | 
| 70096 70136 | 
             
                  "member": {}
         | 
| 70097 70137 | 
             
                },
         | 
| 70098 | 
            -
                " | 
| 70138 | 
            +
                "Sfe": {
         | 
| 70099 70139 | 
             
                  "type": "list",
         | 
| 70100 70140 | 
             
                  "member": {
         | 
| 70101 70141 | 
             
                    "type": "structure",
         | 
| @@ -70107,58 +70147,58 @@ module.exports={ | |
| 70107 70147 | 
             
                    }
         | 
| 70108 70148 | 
             
                  }
         | 
| 70109 70149 | 
             
                },
         | 
| 70110 | 
            -
                " | 
| 70150 | 
            +
                "Shi": {
         | 
| 70111 70151 | 
             
                  "type": "structure",
         | 
| 70112 70152 | 
             
                  "members": {
         | 
| 70113 70153 | 
             
                    "OrConditions": {
         | 
| 70114 70154 | 
             
                      "type": "list",
         | 
| 70115 70155 | 
             
                      "member": {
         | 
| 70116 | 
            -
                        "shape": " | 
| 70156 | 
            +
                        "shape": "Shk"
         | 
| 70117 70157 | 
             
                      }
         | 
| 70118 70158 | 
             
                    },
         | 
| 70119 70159 | 
             
                    "AndConditions": {
         | 
| 70120 | 
            -
                      "shape": " | 
| 70160 | 
            +
                      "shape": "Shk"
         | 
| 70121 70161 | 
             
                    },
         | 
| 70122 70162 | 
             
                    "TagCondition": {
         | 
| 70123 | 
            -
                      "shape": " | 
| 70163 | 
            +
                      "shape": "Shl"
         | 
| 70124 70164 | 
             
                    }
         | 
| 70125 70165 | 
             
                  }
         | 
| 70126 70166 | 
             
                },
         | 
| 70127 | 
            -
                " | 
| 70167 | 
            +
                "Shk": {
         | 
| 70128 70168 | 
             
                  "type": "list",
         | 
| 70129 70169 | 
             
                  "member": {
         | 
| 70130 | 
            -
                    "shape": " | 
| 70170 | 
            +
                    "shape": "Shl"
         | 
| 70131 70171 | 
             
                  }
         | 
| 70132 70172 | 
             
                },
         | 
| 70133 | 
            -
                " | 
| 70173 | 
            +
                "Shl": {
         | 
| 70134 70174 | 
             
                  "type": "structure",
         | 
| 70135 70175 | 
             
                  "members": {
         | 
| 70136 70176 | 
             
                    "TagKey": {},
         | 
| 70137 70177 | 
             
                    "TagValue": {}
         | 
| 70138 70178 | 
             
                  }
         | 
| 70139 70179 | 
             
                },
         | 
| 70140 | 
            -
                " | 
| 70180 | 
            +
                "Shm": {
         | 
| 70141 70181 | 
             
                  "type": "structure",
         | 
| 70142 70182 | 
             
                  "members": {
         | 
| 70143 70183 | 
             
                    "OrConditions": {
         | 
| 70144 | 
            -
                      "shape": " | 
| 70184 | 
            +
                      "shape": "Shn"
         | 
| 70145 70185 | 
             
                    },
         | 
| 70146 70186 | 
             
                    "AndConditions": {
         | 
| 70147 | 
            -
                      "shape": " | 
| 70187 | 
            +
                      "shape": "Shn"
         | 
| 70148 70188 | 
             
                    },
         | 
| 70149 70189 | 
             
                    "StringCondition": {
         | 
| 70150 | 
            -
                      "shape": " | 
| 70190 | 
            +
                      "shape": "Sho"
         | 
| 70151 70191 | 
             
                    },
         | 
| 70152 70192 | 
             
                    "QueueTypeCondition": {}
         | 
| 70153 70193 | 
             
                  }
         | 
| 70154 70194 | 
             
                },
         | 
| 70155 | 
            -
                " | 
| 70195 | 
            +
                "Shn": {
         | 
| 70156 70196 | 
             
                  "type": "list",
         | 
| 70157 70197 | 
             
                  "member": {
         | 
| 70158 | 
            -
                    "shape": " | 
| 70198 | 
            +
                    "shape": "Shm"
         | 
| 70159 70199 | 
             
                  }
         | 
| 70160 70200 | 
             
                },
         | 
| 70161 | 
            -
                " | 
| 70201 | 
            +
                "Sho": {
         | 
| 70162 70202 | 
             
                  "type": "structure",
         | 
| 70163 70203 | 
             
                  "members": {
         | 
| 70164 70204 | 
             
                    "FieldName": {},
         | 
| @@ -70166,57 +70206,57 @@ module.exports={ | |
| 70166 70206 | 
             
                    "ComparisonType": {}
         | 
| 70167 70207 | 
             
                  }
         | 
| 70168 70208 | 
             
                },
         | 
| 70169 | 
            -
                " | 
| 70209 | 
            +
                "Shv": {
         | 
| 70170 70210 | 
             
                  "type": "structure",
         | 
| 70171 70211 | 
             
                  "members": {
         | 
| 70172 70212 | 
             
                    "OrConditions": {
         | 
| 70173 | 
            -
                      "shape": " | 
| 70213 | 
            +
                      "shape": "Shw"
         | 
| 70174 70214 | 
             
                    },
         | 
| 70175 70215 | 
             
                    "AndConditions": {
         | 
| 70176 | 
            -
                      "shape": " | 
| 70216 | 
            +
                      "shape": "Shw"
         | 
| 70177 70217 | 
             
                    },
         | 
| 70178 70218 | 
             
                    "StringCondition": {
         | 
| 70179 | 
            -
                      "shape": " | 
| 70219 | 
            +
                      "shape": "Sho"
         | 
| 70180 70220 | 
             
                    }
         | 
| 70181 70221 | 
             
                  }
         | 
| 70182 70222 | 
             
                },
         | 
| 70183 | 
            -
                " | 
| 70223 | 
            +
                "Shw": {
         | 
| 70184 70224 | 
             
                  "type": "list",
         | 
| 70185 70225 | 
             
                  "member": {
         | 
| 70186 | 
            -
                    "shape": " | 
| 70226 | 
            +
                    "shape": "Shv"
         | 
| 70187 70227 | 
             
                  }
         | 
| 70188 70228 | 
             
                },
         | 
| 70189 | 
            -
                " | 
| 70229 | 
            +
                "Si0": {
         | 
| 70190 70230 | 
             
                  "type": "structure",
         | 
| 70191 70231 | 
             
                  "members": {
         | 
| 70192 70232 | 
             
                    "OrConditions": {
         | 
| 70193 | 
            -
                      "shape": " | 
| 70233 | 
            +
                      "shape": "Si1"
         | 
| 70194 70234 | 
             
                    },
         | 
| 70195 70235 | 
             
                    "AndConditions": {
         | 
| 70196 | 
            -
                      "shape": " | 
| 70236 | 
            +
                      "shape": "Si1"
         | 
| 70197 70237 | 
             
                    },
         | 
| 70198 70238 | 
             
                    "StringCondition": {
         | 
| 70199 | 
            -
                      "shape": " | 
| 70239 | 
            +
                      "shape": "Sho"
         | 
| 70200 70240 | 
             
                    }
         | 
| 70201 70241 | 
             
                  }
         | 
| 70202 70242 | 
             
                },
         | 
| 70203 | 
            -
                " | 
| 70243 | 
            +
                "Si1": {
         | 
| 70204 70244 | 
             
                  "type": "list",
         | 
| 70205 70245 | 
             
                  "member": {
         | 
| 70206 | 
            -
                    "shape": " | 
| 70246 | 
            +
                    "shape": "Si0"
         | 
| 70207 70247 | 
             
                  }
         | 
| 70208 70248 | 
             
                },
         | 
| 70209 | 
            -
                " | 
| 70249 | 
            +
                "Si8": {
         | 
| 70210 70250 | 
             
                  "type": "structure",
         | 
| 70211 70251 | 
             
                  "members": {
         | 
| 70212 70252 | 
             
                    "OrConditions": {
         | 
| 70213 | 
            -
                      "shape": " | 
| 70253 | 
            +
                      "shape": "Si9"
         | 
| 70214 70254 | 
             
                    },
         | 
| 70215 70255 | 
             
                    "AndConditions": {
         | 
| 70216 | 
            -
                      "shape": " | 
| 70256 | 
            +
                      "shape": "Si9"
         | 
| 70217 70257 | 
             
                    },
         | 
| 70218 70258 | 
             
                    "StringCondition": {
         | 
| 70219 | 
            -
                      "shape": " | 
| 70259 | 
            +
                      "shape": "Sho"
         | 
| 70220 70260 | 
             
                    },
         | 
| 70221 70261 | 
             
                    "HierarchyGroupCondition": {
         | 
| 70222 70262 | 
             
                      "type": "structure",
         | 
| @@ -70227,13 +70267,13 @@ module.exports={ | |
| 70227 70267 | 
             
                    }
         | 
| 70228 70268 | 
             
                  }
         | 
| 70229 70269 | 
             
                },
         | 
| 70230 | 
            -
                " | 
| 70270 | 
            +
                "Si9": {
         | 
| 70231 70271 | 
             
                  "type": "list",
         | 
| 70232 70272 | 
             
                  "member": {
         | 
| 70233 | 
            -
                    "shape": " | 
| 70273 | 
            +
                    "shape": "Si8"
         | 
| 70234 70274 | 
             
                  }
         | 
| 70235 70275 | 
             
                },
         | 
| 70236 | 
            -
                " | 
| 70276 | 
            +
                "Sla": {
         | 
| 70237 70277 | 
             
                  "type": "structure",
         | 
| 70238 70278 | 
             
                  "required": [
         | 
| 70239 70279 | 
             
                    "Name"
         | 
| @@ -150411,7 +150451,7 @@ module.exports={ | |
| 150411 150451 | 
             
                "serviceFullName": "AWS IoT",
         | 
| 150412 150452 | 
             
                "serviceId": "IoT",
         | 
| 150413 150453 | 
             
                "signatureVersion": "v4",
         | 
| 150414 | 
            -
                "signingName": " | 
| 150454 | 
            +
                "signingName": "iot",
         | 
| 150415 150455 | 
             
                "uid": "iot-2015-05-28"
         | 
| 150416 150456 | 
             
              },
         | 
| 150417 150457 | 
             
              "operations": {
         | 
| @@ -160696,6 +160736,12 @@ module.exports={ | |
| 160696 160736 | 
             
                  "output_token": "nextToken",
         | 
| 160697 160737 | 
             
                  "result_key": "jobs"
         | 
| 160698 160738 | 
             
                },
         | 
| 160739 | 
            +
                "ListManagedJobTemplates": {
         | 
| 160740 | 
            +
                  "input_token": "nextToken",
         | 
| 160741 | 
            +
                  "limit_key": "maxResults",
         | 
| 160742 | 
            +
                  "output_token": "nextToken",
         | 
| 160743 | 
            +
                  "result_key": "managedJobTemplates"
         | 
| 160744 | 
            +
                },
         | 
| 160699 160745 | 
             
                "ListMetricValues": {
         | 
| 160700 160746 | 
             
                  "input_token": "nextToken",
         | 
| 160701 160747 | 
             
                  "limit_key": "maxResults",
         | 
| @@ -160756,6 +160802,12 @@ module.exports={ | |
| 160756 160802 | 
             
                  "output_token": "nextToken",
         | 
| 160757 160803 | 
             
                  "result_key": "templates"
         | 
| 160758 160804 | 
             
                },
         | 
| 160805 | 
            +
                "ListRelatedResourcesForAuditFinding": {
         | 
| 160806 | 
            +
                  "input_token": "nextToken",
         | 
| 160807 | 
            +
                  "limit_key": "maxResults",
         | 
| 160808 | 
            +
                  "output_token": "nextToken",
         | 
| 160809 | 
            +
                  "result_key": "relatedResources"
         | 
| 160810 | 
            +
                },
         | 
| 160759 160811 | 
             
                "ListRoleAliases": {
         | 
| 160760 160812 | 
             
                  "input_token": "marker",
         | 
| 160761 160813 | 
             
                  "limit_key": "pageSize",
         | 
| @@ -255162,7 +255214,7 @@ AWS.util.update(AWS, { | |
| 255162 255214 | 
             
              /**
         | 
| 255163 255215 | 
             
               * @constant
         | 
| 255164 255216 | 
             
               */
         | 
| 255165 | 
            -
              VERSION: '2. | 
| 255217 | 
            +
              VERSION: '2.1363.0',
         | 
| 255166 255218 |  | 
| 255167 255219 | 
             
              /**
         | 
| 255168 255220 | 
             
               * @api private
         | 
| @@ -277279,7 +277331,7 @@ var LRUCache = /** @class */ (function () { | |
| 277279 277331 | 
             
            }());
         | 
| 277280 277332 | 
             
            exports.LRUCache = LRUCache;
         | 
| 277281 277333 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 277282 | 
            -
            // AWS SDK for JavaScript v2. | 
| 277334 | 
            +
            // AWS SDK for JavaScript v2.1363.0
         | 
| 277283 277335 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 277284 277336 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 277285 277337 | 
             
            require('./browser_loader');
         |