aws-sdk 2.1379.0 → 2.1380.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 +13 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +0 -3
- package/apis/compute-optimizer-2019-11-01.min.json +17 -10
- package/apis/connect-2017-08-08.min.json +371 -214
- package/apis/ec2-2016-11-15.min.json +347 -336
- package/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
- package/apis/sts-2011-06-15.min.json +12 -3
- package/clients/athena.d.ts +0 -4
- package/clients/cloudtrail.d.ts +11 -11
- package/clients/computeoptimizer.d.ts +17 -1
- package/clients/connect.d.ts +171 -0
- package/clients/ec2.d.ts +7 -6
- package/clients/ecs.d.ts +2 -2
- package/clients/mediaconvert.d.ts +9 -9
- package/clients/rds.d.ts +1 -1
- package/clients/sagemakergeospatial.d.ts +2 -31
- package/dist/aws-sdk-core-react-native.js +40 -3
- package/dist/aws-sdk-react-native.js +66 -11
- package/dist/aws-sdk.js +777 -561
- package/dist/aws-sdk.min.js +83 -83
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +19 -0
- package/lib/region_config_data.json +6 -1
- package/lib/util.js +19 -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.1380.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){
         | 
| @@ -8029,9 +8029,6 @@ module.exports={ | |
| 8029 8029 | 
             
                    },
         | 
| 8030 8030 | 
             
                    "AdditionalConfigs": {
         | 
| 8031 8031 | 
             
                      "shape": "S1z"
         | 
| 8032 | 
            -
                    },
         | 
| 8033 | 
            -
                    "SparkProperties": {
         | 
| 8034 | 
            -
                      "shape": "S1z"
         | 
| 8035 8032 | 
             
                    }
         | 
| 8036 8033 | 
             
                  }
         | 
| 8037 8034 | 
             
                },
         | 
| @@ -63865,6 +63862,39 @@ module.exports={ | |
| 63865 63862 | 
             
                    }
         | 
| 63866 63863 | 
             
                  }
         | 
| 63867 63864 | 
             
                },
         | 
| 63865 | 
            +
                "CreatePrompt": {
         | 
| 63866 | 
            +
                  "http": {
         | 
| 63867 | 
            +
                    "method": "PUT",
         | 
| 63868 | 
            +
                    "requestUri": "/prompts/{InstanceId}"
         | 
| 63869 | 
            +
                  },
         | 
| 63870 | 
            +
                  "input": {
         | 
| 63871 | 
            +
                    "type": "structure",
         | 
| 63872 | 
            +
                    "required": [
         | 
| 63873 | 
            +
                      "InstanceId",
         | 
| 63874 | 
            +
                      "Name",
         | 
| 63875 | 
            +
                      "S3Uri"
         | 
| 63876 | 
            +
                    ],
         | 
| 63877 | 
            +
                    "members": {
         | 
| 63878 | 
            +
                      "InstanceId": {
         | 
| 63879 | 
            +
                        "location": "uri",
         | 
| 63880 | 
            +
                        "locationName": "InstanceId"
         | 
| 63881 | 
            +
                      },
         | 
| 63882 | 
            +
                      "Name": {},
         | 
| 63883 | 
            +
                      "Description": {},
         | 
| 63884 | 
            +
                      "S3Uri": {},
         | 
| 63885 | 
            +
                      "Tags": {
         | 
| 63886 | 
            +
                        "shape": "S1n"
         | 
| 63887 | 
            +
                      }
         | 
| 63888 | 
            +
                    }
         | 
| 63889 | 
            +
                  },
         | 
| 63890 | 
            +
                  "output": {
         | 
| 63891 | 
            +
                    "type": "structure",
         | 
| 63892 | 
            +
                    "members": {
         | 
| 63893 | 
            +
                      "PromptARN": {},
         | 
| 63894 | 
            +
                      "PromptId": {}
         | 
| 63895 | 
            +
                    }
         | 
| 63896 | 
            +
                  }
         | 
| 63897 | 
            +
                },
         | 
| 63868 63898 | 
             
                "CreateQueue": {
         | 
| 63869 63899 | 
             
                  "http": {
         | 
| 63870 63900 | 
             
                    "method": "PUT",
         | 
| @@ -63885,7 +63915,7 @@ module.exports={ | |
| 63885 63915 | 
             
                      "Name": {},
         | 
| 63886 63916 | 
             
                      "Description": {},
         | 
| 63887 63917 | 
             
                      "OutboundCallerConfig": {
         | 
| 63888 | 
            -
                        "shape": " | 
| 63918 | 
            +
                        "shape": "S4k"
         | 
| 63889 63919 | 
             
                      },
         | 
| 63890 63920 | 
             
                      "HoursOfOperationId": {},
         | 
| 63891 63921 | 
             
                      "MaxContacts": {
         | 
| @@ -63927,7 +63957,7 @@ module.exports={ | |
| 63927 63957 | 
             
                      "Name": {},
         | 
| 63928 63958 | 
             
                      "Description": {},
         | 
| 63929 63959 | 
             
                      "QuickConnectConfig": {
         | 
| 63930 | 
            -
                        "shape": " | 
| 63960 | 
            +
                        "shape": "S4r"
         | 
| 63931 63961 | 
             
                      },
         | 
| 63932 63962 | 
             
                      "Tags": {
         | 
| 63933 63963 | 
             
                        "shape": "S1n"
         | 
| @@ -63968,7 +63998,7 @@ module.exports={ | |
| 63968 63998 | 
             
                        "shape": "S1b"
         | 
| 63969 63999 | 
             
                      },
         | 
| 63970 64000 | 
             
                      "MediaConcurrencies": {
         | 
| 63971 | 
            -
                        "shape": " | 
| 64001 | 
            +
                        "shape": "S51"
         | 
| 63972 64002 | 
             
                      },
         | 
| 63973 64003 | 
             
                      "Tags": {
         | 
| 63974 64004 | 
             
                        "shape": "S1n"
         | 
| @@ -64004,11 +64034,11 @@ module.exports={ | |
| 64004 64034 | 
             
                      },
         | 
| 64005 64035 | 
             
                      "Name": {},
         | 
| 64006 64036 | 
             
                      "TriggerEventSource": {
         | 
| 64007 | 
            -
                        "shape": " | 
| 64037 | 
            +
                        "shape": "S59"
         | 
| 64008 64038 | 
             
                      },
         | 
| 64009 64039 | 
             
                      "Function": {},
         | 
| 64010 64040 | 
             
                      "Actions": {
         | 
| 64011 | 
            -
                        "shape": " | 
| 64041 | 
            +
                        "shape": "S5c"
         | 
| 64012 64042 | 
             
                      },
         | 
| 64013 64043 | 
             
                      "PublishStatus": {},
         | 
| 64014 64044 | 
             
                      "ClientToken": {
         | 
| @@ -64043,7 +64073,7 @@ module.exports={ | |
| 64043 64073 | 
             
                      "SecurityProfileName": {},
         | 
| 64044 64074 | 
             
                      "Description": {},
         | 
| 64045 64075 | 
             
                      "Permissions": {
         | 
| 64046 | 
            -
                        "shape": " | 
| 64076 | 
            +
                        "shape": "S65"
         | 
| 64047 64077 | 
             
                      },
         | 
| 64048 64078 | 
             
                      "InstanceId": {
         | 
| 64049 64079 | 
             
                        "location": "uri",
         | 
| @@ -64053,10 +64083,10 @@ module.exports={ | |
| 64053 64083 | 
             
                        "shape": "S1n"
         | 
| 64054 64084 | 
             
                      },
         | 
| 64055 64085 | 
             
                      "AllowedAccessControlTags": {
         | 
| 64056 | 
            -
                        "shape": " | 
| 64086 | 
            +
                        "shape": "S67"
         | 
| 64057 64087 | 
             
                      },
         | 
| 64058 64088 | 
             
                      "TagRestrictedResources": {
         | 
| 64059 | 
            -
                        "shape": " | 
| 64089 | 
            +
                        "shape": "S6a"
         | 
| 64060 64090 | 
             
                      }
         | 
| 64061 64091 | 
             
                    }
         | 
| 64062 64092 | 
             
                  },
         | 
| @@ -64089,14 +64119,14 @@ module.exports={ | |
| 64089 64119 | 
             
                      "Description": {},
         | 
| 64090 64120 | 
             
                      "ContactFlowId": {},
         | 
| 64091 64121 | 
             
                      "Constraints": {
         | 
| 64092 | 
            -
                        "shape": " | 
| 64122 | 
            +
                        "shape": "S6h"
         | 
| 64093 64123 | 
             
                      },
         | 
| 64094 64124 | 
             
                      "Defaults": {
         | 
| 64095 | 
            -
                        "shape": " | 
| 64125 | 
            +
                        "shape": "S6q"
         | 
| 64096 64126 | 
             
                      },
         | 
| 64097 64127 | 
             
                      "Status": {},
         | 
| 64098 64128 | 
             
                      "Fields": {
         | 
| 64099 | 
            -
                        "shape": " | 
| 64129 | 
            +
                        "shape": "S6v"
         | 
| 64100 64130 | 
             
                      },
         | 
| 64101 64131 | 
             
                      "ClientToken": {
         | 
| 64102 64132 | 
             
                        "idempotencyToken": true
         | 
| @@ -64199,14 +64229,14 @@ module.exports={ | |
| 64199 64229 | 
             
                      "Username": {},
         | 
| 64200 64230 | 
             
                      "Password": {},
         | 
| 64201 64231 | 
             
                      "IdentityInfo": {
         | 
| 64202 | 
            -
                        "shape": " | 
| 64232 | 
            +
                        "shape": "S7i"
         | 
| 64203 64233 | 
             
                      },
         | 
| 64204 64234 | 
             
                      "PhoneConfig": {
         | 
| 64205 | 
            -
                        "shape": " | 
| 64235 | 
            +
                        "shape": "S7m"
         | 
| 64206 64236 | 
             
                      },
         | 
| 64207 64237 | 
             
                      "DirectoryUserId": {},
         | 
| 64208 64238 | 
             
                      "SecurityProfileIds": {
         | 
| 64209 | 
            -
                        "shape": " | 
| 64239 | 
            +
                        "shape": "S7r"
         | 
| 64210 64240 | 
             
                      },
         | 
| 64211 64241 | 
             
                      "RoutingProfileId": {},
         | 
| 64212 64242 | 
             
                      "HierarchyGroupId": {},
         | 
| @@ -64510,6 +64540,29 @@ module.exports={ | |
| 64510 64540 | 
             
                    }
         | 
| 64511 64541 | 
             
                  }
         | 
| 64512 64542 | 
             
                },
         | 
| 64543 | 
            +
                "DeletePrompt": {
         | 
| 64544 | 
            +
                  "http": {
         | 
| 64545 | 
            +
                    "method": "DELETE",
         | 
| 64546 | 
            +
                    "requestUri": "/prompts/{InstanceId}/{PromptId}"
         | 
| 64547 | 
            +
                  },
         | 
| 64548 | 
            +
                  "input": {
         | 
| 64549 | 
            +
                    "type": "structure",
         | 
| 64550 | 
            +
                    "required": [
         | 
| 64551 | 
            +
                      "InstanceId",
         | 
| 64552 | 
            +
                      "PromptId"
         | 
| 64553 | 
            +
                    ],
         | 
| 64554 | 
            +
                    "members": {
         | 
| 64555 | 
            +
                      "InstanceId": {
         | 
| 64556 | 
            +
                        "location": "uri",
         | 
| 64557 | 
            +
                        "locationName": "InstanceId"
         | 
| 64558 | 
            +
                      },
         | 
| 64559 | 
            +
                      "PromptId": {
         | 
| 64560 | 
            +
                        "location": "uri",
         | 
| 64561 | 
            +
                        "locationName": "PromptId"
         | 
| 64562 | 
            +
                      }
         | 
| 64563 | 
            +
                    }
         | 
| 64564 | 
            +
                  }
         | 
| 64565 | 
            +
                },
         | 
| 64513 64566 | 
             
                "DeleteQuickConnect": {
         | 
| 64514 64567 | 
             
                  "http": {
         | 
| 64515 64568 | 
             
                    "method": "DELETE",
         | 
| @@ -64915,7 +64968,7 @@ module.exports={ | |
| 64915 64968 | 
             
                              "EvaluatorArn": {},
         | 
| 64916 64969 | 
             
                              "ContactAgentId": {},
         | 
| 64917 64970 | 
             
                              "Score": {
         | 
| 64918 | 
            -
                                "shape": " | 
| 64971 | 
            +
                                "shape": "S9a"
         | 
| 64919 64972 | 
             
                              }
         | 
| 64920 64973 | 
             
                            }
         | 
| 64921 64974 | 
             
                          },
         | 
| @@ -64926,23 +64979,23 @@ module.exports={ | |
| 64926 64979 | 
             
                              "type": "structure",
         | 
| 64927 64980 | 
             
                              "members": {
         | 
| 64928 64981 | 
             
                                "Value": {
         | 
| 64929 | 
            -
                                  "shape": " | 
| 64982 | 
            +
                                  "shape": "S9e"
         | 
| 64930 64983 | 
             
                                },
         | 
| 64931 64984 | 
             
                                "SystemSuggestedValue": {
         | 
| 64932 | 
            -
                                  "shape": " | 
| 64985 | 
            +
                                  "shape": "S9e"
         | 
| 64933 64986 | 
             
                                }
         | 
| 64934 64987 | 
             
                              }
         | 
| 64935 64988 | 
             
                            }
         | 
| 64936 64989 | 
             
                          },
         | 
| 64937 64990 | 
             
                          "Notes": {
         | 
| 64938 | 
            -
                            "shape": " | 
| 64991 | 
            +
                            "shape": "S9h"
         | 
| 64939 64992 | 
             
                          },
         | 
| 64940 64993 | 
             
                          "Status": {},
         | 
| 64941 64994 | 
             
                          "Scores": {
         | 
| 64942 64995 | 
             
                            "type": "map",
         | 
| 64943 64996 | 
             
                            "key": {},
         | 
| 64944 64997 | 
             
                            "value": {
         | 
| 64945 | 
            -
                              "shape": " | 
| 64998 | 
            +
                              "shape": "S9a"
         | 
| 64946 64999 | 
             
                            }
         | 
| 64947 65000 | 
             
                          },
         | 
| 64948 65001 | 
             
                          "CreatedTime": {
         | 
| @@ -65273,7 +65326,7 @@ module.exports={ | |
| 65273 65326 | 
             
                    "type": "structure",
         | 
| 65274 65327 | 
             
                    "members": {
         | 
| 65275 65328 | 
             
                      "Attribute": {
         | 
| 65276 | 
            -
                        "shape": " | 
| 65329 | 
            +
                        "shape": "Sad"
         | 
| 65277 65330 | 
             
                      }
         | 
| 65278 65331 | 
             
                    }
         | 
| 65279 65332 | 
             
                  }
         | 
| @@ -65359,6 +65412,46 @@ module.exports={ | |
| 65359 65412 | 
             
                    }
         | 
| 65360 65413 | 
             
                  }
         | 
| 65361 65414 | 
             
                },
         | 
| 65415 | 
            +
                "DescribePrompt": {
         | 
| 65416 | 
            +
                  "http": {
         | 
| 65417 | 
            +
                    "method": "GET",
         | 
| 65418 | 
            +
                    "requestUri": "/prompts/{InstanceId}/{PromptId}"
         | 
| 65419 | 
            +
                  },
         | 
| 65420 | 
            +
                  "input": {
         | 
| 65421 | 
            +
                    "type": "structure",
         | 
| 65422 | 
            +
                    "required": [
         | 
| 65423 | 
            +
                      "InstanceId",
         | 
| 65424 | 
            +
                      "PromptId"
         | 
| 65425 | 
            +
                    ],
         | 
| 65426 | 
            +
                    "members": {
         | 
| 65427 | 
            +
                      "InstanceId": {
         | 
| 65428 | 
            +
                        "location": "uri",
         | 
| 65429 | 
            +
                        "locationName": "InstanceId"
         | 
| 65430 | 
            +
                      },
         | 
| 65431 | 
            +
                      "PromptId": {
         | 
| 65432 | 
            +
                        "location": "uri",
         | 
| 65433 | 
            +
                        "locationName": "PromptId"
         | 
| 65434 | 
            +
                      }
         | 
| 65435 | 
            +
                    }
         | 
| 65436 | 
            +
                  },
         | 
| 65437 | 
            +
                  "output": {
         | 
| 65438 | 
            +
                    "type": "structure",
         | 
| 65439 | 
            +
                    "members": {
         | 
| 65440 | 
            +
                      "Prompt": {
         | 
| 65441 | 
            +
                        "type": "structure",
         | 
| 65442 | 
            +
                        "members": {
         | 
| 65443 | 
            +
                          "PromptARN": {},
         | 
| 65444 | 
            +
                          "PromptId": {},
         | 
| 65445 | 
            +
                          "Name": {},
         | 
| 65446 | 
            +
                          "Description": {},
         | 
| 65447 | 
            +
                          "Tags": {
         | 
| 65448 | 
            +
                            "shape": "S1n"
         | 
| 65449 | 
            +
                          }
         | 
| 65450 | 
            +
                        }
         | 
| 65451 | 
            +
                      }
         | 
| 65452 | 
            +
                    }
         | 
| 65453 | 
            +
                  }
         | 
| 65454 | 
            +
                },
         | 
| 65362 65455 | 
             
                "DescribeQueue": {
         | 
| 65363 65456 | 
             
                  "http": {
         | 
| 65364 65457 | 
             
                    "method": "GET",
         | 
| @@ -65385,7 +65478,7 @@ module.exports={ | |
| 65385 65478 | 
             
                    "type": "structure",
         | 
| 65386 65479 | 
             
                    "members": {
         | 
| 65387 65480 | 
             
                      "Queue": {
         | 
| 65388 | 
            -
                        "shape": " | 
| 65481 | 
            +
                        "shape": "Sau"
         | 
| 65389 65482 | 
             
                      }
         | 
| 65390 65483 | 
             
                    }
         | 
| 65391 65484 | 
             
                  }
         | 
| @@ -65423,7 +65516,7 @@ module.exports={ | |
| 65423 65516 | 
             
                          "Name": {},
         | 
| 65424 65517 | 
             
                          "Description": {},
         | 
| 65425 65518 | 
             
                          "QuickConnectConfig": {
         | 
| 65426 | 
            -
                            "shape": " | 
| 65519 | 
            +
                            "shape": "S4r"
         | 
| 65427 65520 | 
             
                          },
         | 
| 65428 65521 | 
             
                          "Tags": {
         | 
| 65429 65522 | 
             
                            "shape": "S1n"
         | 
| @@ -65459,7 +65552,7 @@ module.exports={ | |
| 65459 65552 | 
             
                    "type": "structure",
         | 
| 65460 65553 | 
             
                    "members": {
         | 
| 65461 65554 | 
             
                      "RoutingProfile": {
         | 
| 65462 | 
            -
                        "shape": " | 
| 65555 | 
            +
                        "shape": "Sb1"
         | 
| 65463 65556 | 
             
                      }
         | 
| 65464 65557 | 
             
                    }
         | 
| 65465 65558 | 
             
                  }
         | 
| @@ -65511,11 +65604,11 @@ module.exports={ | |
| 65511 65604 | 
             
                          "RuleId": {},
         | 
| 65512 65605 | 
             
                          "RuleArn": {},
         | 
| 65513 65606 | 
             
                          "TriggerEventSource": {
         | 
| 65514 | 
            -
                            "shape": " | 
| 65607 | 
            +
                            "shape": "S59"
         | 
| 65515 65608 | 
             
                          },
         | 
| 65516 65609 | 
             
                          "Function": {},
         | 
| 65517 65610 | 
             
                          "Actions": {
         | 
| 65518 | 
            -
                            "shape": " | 
| 65611 | 
            +
                            "shape": "S5c"
         | 
| 65519 65612 | 
             
                          },
         | 
| 65520 65613 | 
             
                          "PublishStatus": {},
         | 
| 65521 65614 | 
             
                          "CreatedTime": {
         | 
| @@ -65570,10 +65663,10 @@ module.exports={ | |
| 65570 65663 | 
             
                            "shape": "S1n"
         | 
| 65571 65664 | 
             
                          },
         | 
| 65572 65665 | 
             
                          "AllowedAccessControlTags": {
         | 
| 65573 | 
            -
                            "shape": " | 
| 65666 | 
            +
                            "shape": "S67"
         | 
| 65574 65667 | 
             
                          },
         | 
| 65575 65668 | 
             
                          "TagRestrictedResources": {
         | 
| 65576 | 
            -
                            "shape": " | 
| 65669 | 
            +
                            "shape": "S6a"
         | 
| 65577 65670 | 
             
                          }
         | 
| 65578 65671 | 
             
                        }
         | 
| 65579 65672 | 
             
                      }
         | 
| @@ -65649,14 +65742,14 @@ module.exports={ | |
| 65649 65742 | 
             
                          "Arn": {},
         | 
| 65650 65743 | 
             
                          "Username": {},
         | 
| 65651 65744 | 
             
                          "IdentityInfo": {
         | 
| 65652 | 
            -
                            "shape": " | 
| 65745 | 
            +
                            "shape": "S7i"
         | 
| 65653 65746 | 
             
                          },
         | 
| 65654 65747 | 
             
                          "PhoneConfig": {
         | 
| 65655 | 
            -
                            "shape": " | 
| 65748 | 
            +
                            "shape": "S7m"
         | 
| 65656 65749 | 
             
                          },
         | 
| 65657 65750 | 
             
                          "DirectoryUserId": {},
         | 
| 65658 65751 | 
             
                          "SecurityProfileIds": {
         | 
| 65659 | 
            -
                            "shape": " | 
| 65752 | 
            +
                            "shape": "S7r"
         | 
| 65660 65753 | 
             
                          },
         | 
| 65661 65754 | 
             
                          "RoutingProfileId": {},
         | 
| 65662 65755 | 
             
                          "HierarchyGroupId": {},
         | 
| @@ -65704,19 +65797,19 @@ module.exports={ | |
| 65704 65797 | 
             
                            "type": "structure",
         | 
| 65705 65798 | 
             
                            "members": {
         | 
| 65706 65799 | 
             
                              "LevelOne": {
         | 
| 65707 | 
            -
                                "shape": " | 
| 65800 | 
            +
                                "shape": "Sbn"
         | 
| 65708 65801 | 
             
                              },
         | 
| 65709 65802 | 
             
                              "LevelTwo": {
         | 
| 65710 | 
            -
                                "shape": " | 
| 65803 | 
            +
                                "shape": "Sbn"
         | 
| 65711 65804 | 
             
                              },
         | 
| 65712 65805 | 
             
                              "LevelThree": {
         | 
| 65713 | 
            -
                                "shape": " | 
| 65806 | 
            +
                                "shape": "Sbn"
         | 
| 65714 65807 | 
             
                              },
         | 
| 65715 65808 | 
             
                              "LevelFour": {
         | 
| 65716 | 
            -
                                "shape": " | 
| 65809 | 
            +
                                "shape": "Sbn"
         | 
| 65717 65810 | 
             
                              },
         | 
| 65718 65811 | 
             
                              "LevelFive": {
         | 
| 65719 | 
            -
                                "shape": " | 
| 65812 | 
            +
                                "shape": "Sbn"
         | 
| 65720 65813 | 
             
                              }
         | 
| 65721 65814 | 
             
                            }
         | 
| 65722 65815 | 
             
                          },
         | 
| @@ -65752,19 +65845,19 @@ module.exports={ | |
| 65752 65845 | 
             
                        "type": "structure",
         | 
| 65753 65846 | 
             
                        "members": {
         | 
| 65754 65847 | 
             
                          "LevelOne": {
         | 
| 65755 | 
            -
                            "shape": " | 
| 65848 | 
            +
                            "shape": "Sbr"
         | 
| 65756 65849 | 
             
                          },
         | 
| 65757 65850 | 
             
                          "LevelTwo": {
         | 
| 65758 | 
            -
                            "shape": " | 
| 65851 | 
            +
                            "shape": "Sbr"
         | 
| 65759 65852 | 
             
                          },
         | 
| 65760 65853 | 
             
                          "LevelThree": {
         | 
| 65761 | 
            -
                            "shape": " | 
| 65854 | 
            +
                            "shape": "Sbr"
         | 
| 65762 65855 | 
             
                          },
         | 
| 65763 65856 | 
             
                          "LevelFour": {
         | 
| 65764 | 
            -
                            "shape": " | 
| 65857 | 
            +
                            "shape": "Sbr"
         | 
| 65765 65858 | 
             
                          },
         | 
| 65766 65859 | 
             
                          "LevelFive": {
         | 
| 65767 | 
            -
                            "shape": " | 
| 65860 | 
            +
                            "shape": "Sbr"
         | 
| 65768 65861 | 
             
                          }
         | 
| 65769 65862 | 
             
                        }
         | 
| 65770 65863 | 
             
                      }
         | 
| @@ -66108,7 +66201,7 @@ module.exports={ | |
| 66108 66201 | 
             
                    "type": "structure",
         | 
| 66109 66202 | 
             
                    "members": {
         | 
| 66110 66203 | 
             
                      "Attributes": {
         | 
| 66111 | 
            -
                        "shape": " | 
| 66204 | 
            +
                        "shape": "Scc"
         | 
| 66112 66205 | 
             
                      }
         | 
| 66113 66206 | 
             
                    }
         | 
| 66114 66207 | 
             
                  }
         | 
| @@ -66130,15 +66223,15 @@ module.exports={ | |
| 66130 66223 | 
             
                        "locationName": "InstanceId"
         | 
| 66131 66224 | 
             
                      },
         | 
| 66132 66225 | 
             
                      "Filters": {
         | 
| 66133 | 
            -
                        "shape": " | 
| 66226 | 
            +
                        "shape": "Scg"
         | 
| 66134 66227 | 
             
                      },
         | 
| 66135 66228 | 
             
                      "Groupings": {
         | 
| 66136 | 
            -
                        "shape": " | 
| 66229 | 
            +
                        "shape": "Sck"
         | 
| 66137 66230 | 
             
                      },
         | 
| 66138 66231 | 
             
                      "CurrentMetrics": {
         | 
| 66139 66232 | 
             
                        "type": "list",
         | 
| 66140 66233 | 
             
                        "member": {
         | 
| 66141 | 
            -
                          "shape": " | 
| 66234 | 
            +
                          "shape": "Scn"
         | 
| 66142 66235 | 
             
                        }
         | 
| 66143 66236 | 
             
                      },
         | 
| 66144 66237 | 
             
                      "NextToken": {},
         | 
| @@ -66167,7 +66260,7 @@ module.exports={ | |
| 66167 66260 | 
             
                          "type": "structure",
         | 
| 66168 66261 | 
             
                          "members": {
         | 
| 66169 66262 | 
             
                            "Dimensions": {
         | 
| 66170 | 
            -
                              "shape": " | 
| 66263 | 
            +
                              "shape": "Scy"
         | 
| 66171 66264 | 
             
                            },
         | 
| 66172 66265 | 
             
                            "Collections": {
         | 
| 66173 66266 | 
             
                              "type": "list",
         | 
| @@ -66175,7 +66268,7 @@ module.exports={ | |
| 66175 66268 | 
             
                                "type": "structure",
         | 
| 66176 66269 | 
             
                                "members": {
         | 
| 66177 66270 | 
             
                                  "Metric": {
         | 
| 66178 | 
            -
                                    "shape": " | 
| 66271 | 
            +
                                    "shape": "Scn"
         | 
| 66179 66272 | 
             
                                  },
         | 
| 66180 66273 | 
             
                                  "Value": {
         | 
| 66181 66274 | 
             
                                    "type": "double"
         | 
| @@ -66214,7 +66307,7 @@ module.exports={ | |
| 66214 66307 | 
             
                        "type": "structure",
         | 
| 66215 66308 | 
             
                        "members": {
         | 
| 66216 66309 | 
             
                          "Queues": {
         | 
| 66217 | 
            -
                            "shape": " | 
| 66310 | 
            +
                            "shape": "Sch"
         | 
| 66218 66311 | 
             
                          },
         | 
| 66219 66312 | 
             
                          "ContactFilter": {
         | 
| 66220 66313 | 
             
                            "type": "structure",
         | 
| @@ -66226,7 +66319,7 @@ module.exports={ | |
| 66226 66319 | 
             
                            }
         | 
| 66227 66320 | 
             
                          },
         | 
| 66228 66321 | 
             
                          "RoutingProfiles": {
         | 
| 66229 | 
            -
                            "shape": " | 
| 66322 | 
            +
                            "shape": "Scj"
         | 
| 66230 66323 | 
             
                          },
         | 
| 66231 66324 | 
             
                          "Agents": {
         | 
| 66232 66325 | 
             
                            "type": "list",
         | 
| @@ -66261,25 +66354,25 @@ module.exports={ | |
| 66261 66354 | 
             
                              }
         | 
| 66262 66355 | 
             
                            },
         | 
| 66263 66356 | 
             
                            "RoutingProfile": {
         | 
| 66264 | 
            -
                              "shape": " | 
| 66357 | 
            +
                              "shape": "Sd0"
         | 
| 66265 66358 | 
             
                            },
         | 
| 66266 66359 | 
             
                            "HierarchyPath": {
         | 
| 66267 66360 | 
             
                              "type": "structure",
         | 
| 66268 66361 | 
             
                              "members": {
         | 
| 66269 66362 | 
             
                                "LevelOne": {
         | 
| 66270 | 
            -
                                  "shape": " | 
| 66363 | 
            +
                                  "shape": "Sdh"
         | 
| 66271 66364 | 
             
                                },
         | 
| 66272 66365 | 
             
                                "LevelTwo": {
         | 
| 66273 | 
            -
                                  "shape": " | 
| 66366 | 
            +
                                  "shape": "Sdh"
         | 
| 66274 66367 | 
             
                                },
         | 
| 66275 66368 | 
             
                                "LevelThree": {
         | 
| 66276 | 
            -
                                  "shape": " | 
| 66369 | 
            +
                                  "shape": "Sdh"
         | 
| 66277 66370 | 
             
                                },
         | 
| 66278 66371 | 
             
                                "LevelFour": {
         | 
| 66279 | 
            -
                                  "shape": " | 
| 66372 | 
            +
                                  "shape": "Sdh"
         | 
| 66280 66373 | 
             
                                },
         | 
| 66281 66374 | 
             
                                "LevelFive": {
         | 
| 66282 | 
            -
                                  "shape": " | 
| 66375 | 
            +
                                  "shape": "Sdh"
         | 
| 66283 66376 | 
             
                                }
         | 
| 66284 66377 | 
             
                              }
         | 
| 66285 66378 | 
             
                            },
         | 
| @@ -66294,13 +66387,13 @@ module.exports={ | |
| 66294 66387 | 
             
                              }
         | 
| 66295 66388 | 
             
                            },
         | 
| 66296 66389 | 
             
                            "AvailableSlotsByChannel": {
         | 
| 66297 | 
            -
                              "shape": " | 
| 66390 | 
            +
                              "shape": "Sdj"
         | 
| 66298 66391 | 
             
                            },
         | 
| 66299 66392 | 
             
                            "MaxSlotsByChannel": {
         | 
| 66300 | 
            -
                              "shape": " | 
| 66393 | 
            +
                              "shape": "Sdj"
         | 
| 66301 66394 | 
             
                            },
         | 
| 66302 66395 | 
             
                            "ActiveSlotsByChannel": {
         | 
| 66303 | 
            -
                              "shape": " | 
| 66396 | 
            +
                              "shape": "Sdj"
         | 
| 66304 66397 | 
             
                            },
         | 
| 66305 66398 | 
             
                            "Contacts": {
         | 
| 66306 66399 | 
             
                              "type": "list",
         | 
| @@ -66318,7 +66411,7 @@ module.exports={ | |
| 66318 66411 | 
             
                                    "type": "timestamp"
         | 
| 66319 66412 | 
             
                                  },
         | 
| 66320 66413 | 
             
                                  "Queue": {
         | 
| 66321 | 
            -
                                    "shape": " | 
| 66414 | 
            +
                                    "shape": "Scz"
         | 
| 66322 66415 | 
             
                                  }
         | 
| 66323 66416 | 
             
                                }
         | 
| 66324 66417 | 
             
                              }
         | 
| @@ -66357,13 +66450,13 @@ module.exports={ | |
| 66357 66450 | 
             
                        "type": "structure",
         | 
| 66358 66451 | 
             
                        "members": {
         | 
| 66359 66452 | 
             
                          "AccessToken": {
         | 
| 66360 | 
            -
                            "shape": " | 
| 66453 | 
            +
                            "shape": "Sdq"
         | 
| 66361 66454 | 
             
                          },
         | 
| 66362 66455 | 
             
                          "AccessTokenExpiration": {
         | 
| 66363 66456 | 
             
                            "type": "timestamp"
         | 
| 66364 66457 | 
             
                          },
         | 
| 66365 66458 | 
             
                          "RefreshToken": {
         | 
| 66366 | 
            -
                            "shape": " | 
| 66459 | 
            +
                            "shape": "Sdq"
         | 
| 66367 66460 | 
             
                          },
         | 
| 66368 66461 | 
             
                          "RefreshTokenExpiration": {
         | 
| 66369 66462 | 
             
                            "type": "timestamp"
         | 
| @@ -66401,15 +66494,15 @@ module.exports={ | |
| 66401 66494 | 
             
                        "type": "timestamp"
         | 
| 66402 66495 | 
             
                      },
         | 
| 66403 66496 | 
             
                      "Filters": {
         | 
| 66404 | 
            -
                        "shape": " | 
| 66497 | 
            +
                        "shape": "Scg"
         | 
| 66405 66498 | 
             
                      },
         | 
| 66406 66499 | 
             
                      "Groupings": {
         | 
| 66407 | 
            -
                        "shape": " | 
| 66500 | 
            +
                        "shape": "Sck"
         | 
| 66408 66501 | 
             
                      },
         | 
| 66409 66502 | 
             
                      "HistoricalMetrics": {
         | 
| 66410 66503 | 
             
                        "type": "list",
         | 
| 66411 66504 | 
             
                        "member": {
         | 
| 66412 | 
            -
                          "shape": " | 
| 66505 | 
            +
                          "shape": "Sdu"
         | 
| 66413 66506 | 
             
                        }
         | 
| 66414 66507 | 
             
                      },
         | 
| 66415 66508 | 
             
                      "NextToken": {},
         | 
| @@ -66428,7 +66521,7 @@ module.exports={ | |
| 66428 66521 | 
             
                          "type": "structure",
         | 
| 66429 66522 | 
             
                          "members": {
         | 
| 66430 66523 | 
             
                            "Dimensions": {
         | 
| 66431 | 
            -
                              "shape": " | 
| 66524 | 
            +
                              "shape": "Scy"
         | 
| 66432 66525 | 
             
                            },
         | 
| 66433 66526 | 
             
                            "Collections": {
         | 
| 66434 66527 | 
             
                              "type": "list",
         | 
| @@ -66436,7 +66529,7 @@ module.exports={ | |
| 66436 66529 | 
             
                                "type": "structure",
         | 
| 66437 66530 | 
             
                                "members": {
         | 
| 66438 66531 | 
             
                                  "Metric": {
         | 
| 66439 | 
            -
                                    "shape": " | 
| 66532 | 
            +
                                    "shape": "Sdu"
         | 
| 66440 66533 | 
             
                                  },
         | 
| 66441 66534 | 
             
                                  "Value": {
         | 
| 66442 66535 | 
             
                                    "type": "double"
         | 
| @@ -66491,7 +66584,7 @@ module.exports={ | |
| 66491 66584 | 
             
                      "Metrics": {
         | 
| 66492 66585 | 
             
                        "type": "list",
         | 
| 66493 66586 | 
             
                        "member": {
         | 
| 66494 | 
            -
                          "shape": " | 
| 66587 | 
            +
                          "shape": "Sed"
         | 
| 66495 66588 | 
             
                        }
         | 
| 66496 66589 | 
             
                      },
         | 
| 66497 66590 | 
             
                      "NextToken": {},
         | 
| @@ -66520,7 +66613,7 @@ module.exports={ | |
| 66520 66613 | 
             
                                "type": "structure",
         | 
| 66521 66614 | 
             
                                "members": {
         | 
| 66522 66615 | 
             
                                  "Metric": {
         | 
| 66523 | 
            -
                                    "shape": " | 
| 66616 | 
            +
                                    "shape": "Sed"
         | 
| 66524 66617 | 
             
                                  },
         | 
| 66525 66618 | 
             
                                  "Value": {
         | 
| 66526 66619 | 
             
                                    "type": "double"
         | 
| @@ -66534,6 +66627,35 @@ module.exports={ | |
| 66534 66627 | 
             
                    }
         | 
| 66535 66628 | 
             
                  }
         | 
| 66536 66629 | 
             
                },
         | 
| 66630 | 
            +
                "GetPromptFile": {
         | 
| 66631 | 
            +
                  "http": {
         | 
| 66632 | 
            +
                    "method": "GET",
         | 
| 66633 | 
            +
                    "requestUri": "/prompts/{InstanceId}/{PromptId}/file"
         | 
| 66634 | 
            +
                  },
         | 
| 66635 | 
            +
                  "input": {
         | 
| 66636 | 
            +
                    "type": "structure",
         | 
| 66637 | 
            +
                    "required": [
         | 
| 66638 | 
            +
                      "InstanceId",
         | 
| 66639 | 
            +
                      "PromptId"
         | 
| 66640 | 
            +
                    ],
         | 
| 66641 | 
            +
                    "members": {
         | 
| 66642 | 
            +
                      "InstanceId": {
         | 
| 66643 | 
            +
                        "location": "uri",
         | 
| 66644 | 
            +
                        "locationName": "InstanceId"
         | 
| 66645 | 
            +
                      },
         | 
| 66646 | 
            +
                      "PromptId": {
         | 
| 66647 | 
            +
                        "location": "uri",
         | 
| 66648 | 
            +
                        "locationName": "PromptId"
         | 
| 66649 | 
            +
                      }
         | 
| 66650 | 
            +
                    }
         | 
| 66651 | 
            +
                  },
         | 
| 66652 | 
            +
                  "output": {
         | 
| 66653 | 
            +
                    "type": "structure",
         | 
| 66654 | 
            +
                    "members": {
         | 
| 66655 | 
            +
                      "PromptPresignedUrl": {}
         | 
| 66656 | 
            +
                    }
         | 
| 66657 | 
            +
                  }
         | 
| 66658 | 
            +
                },
         | 
| 66537 66659 | 
             
                "GetTaskTemplate": {
         | 
| 66538 66660 | 
             
                  "http": {
         | 
| 66539 66661 | 
             
                    "method": "GET",
         | 
| @@ -66575,13 +66697,13 @@ module.exports={ | |
| 66575 66697 | 
             
                      "Description": {},
         | 
| 66576 66698 | 
             
                      "ContactFlowId": {},
         | 
| 66577 66699 | 
             
                      "Constraints": {
         | 
| 66578 | 
            -
                        "shape": " | 
| 66700 | 
            +
                        "shape": "S6h"
         | 
| 66579 66701 | 
             
                      },
         | 
| 66580 66702 | 
             
                      "Defaults": {
         | 
| 66581 | 
            -
                        "shape": " | 
| 66703 | 
            +
                        "shape": "S6q"
         | 
| 66582 66704 | 
             
                      },
         | 
| 66583 66705 | 
             
                      "Fields": {
         | 
| 66584 | 
            -
                        "shape": " | 
| 66706 | 
            +
                        "shape": "S6v"
         | 
| 66585 66707 | 
             
                      },
         | 
| 66586 66708 | 
             
                      "Status": {},
         | 
| 66587 66709 | 
             
                      "LastModifiedTime": {
         | 
| @@ -66617,7 +66739,7 @@ module.exports={ | |
| 66617 66739 | 
             
                    "type": "structure",
         | 
| 66618 66740 | 
             
                    "members": {
         | 
| 66619 66741 | 
             
                      "TelephonyConfig": {
         | 
| 66620 | 
            -
                        "shape": " | 
| 66742 | 
            +
                        "shape": "Sf1"
         | 
| 66621 66743 | 
             
                      },
         | 
| 66622 66744 | 
             
                      "Id": {},
         | 
| 66623 66745 | 
             
                      "Arn": {}
         | 
| @@ -66818,7 +66940,7 @@ module.exports={ | |
| 66818 66940 | 
             
                            "Status": {},
         | 
| 66819 66941 | 
             
                            "EvaluatorArn": {},
         | 
| 66820 66942 | 
             
                            "Score": {
         | 
| 66821 | 
            -
                              "shape": " | 
| 66943 | 
            +
                              "shape": "S9a"
         | 
| 66822 66944 | 
             
                            },
         | 
| 66823 66945 | 
             
                            "CreatedTime": {
         | 
| 66824 66946 | 
             
                              "type": "timestamp"
         | 
| @@ -67303,7 +67425,7 @@ module.exports={ | |
| 67303 67425 | 
             
                      "Attributes": {
         | 
| 67304 67426 | 
             
                        "type": "list",
         | 
| 67305 67427 | 
             
                        "member": {
         | 
| 67306 | 
            -
                          "shape": " | 
| 67428 | 
            +
                          "shape": "Sad"
         | 
| 67307 67429 | 
             
                        }
         | 
| 67308 67430 | 
             
                      },
         | 
| 67309 67431 | 
             
                      "NextToken": {}
         | 
| @@ -67550,12 +67672,12 @@ module.exports={ | |
| 67550 67672 | 
             
                        "locationName": "InstanceId"
         | 
| 67551 67673 | 
             
                      },
         | 
| 67552 67674 | 
             
                      "PhoneNumberTypes": {
         | 
| 67553 | 
            -
                        "shape": " | 
| 67675 | 
            +
                        "shape": "Shf",
         | 
| 67554 67676 | 
             
                        "location": "querystring",
         | 
| 67555 67677 | 
             
                        "locationName": "phoneNumberTypes"
         | 
| 67556 67678 | 
             
                      },
         | 
| 67557 67679 | 
             
                      "PhoneNumberCountryCodes": {
         | 
| 67558 | 
            -
                        "shape": " | 
| 67680 | 
            +
                        "shape": "Shg",
         | 
| 67559 67681 | 
             
                        "location": "querystring",
         | 
| 67560 67682 | 
             
                        "locationName": "phoneNumberCountryCodes"
         | 
| 67561 67683 | 
             
                      },
         | 
| @@ -67603,10 +67725,10 @@ module.exports={ | |
| 67603 67725 | 
             
                      },
         | 
| 67604 67726 | 
             
                      "NextToken": {},
         | 
| 67605 67727 | 
             
                      "PhoneNumberCountryCodes": {
         | 
| 67606 | 
            -
                        "shape": " | 
| 67728 | 
            +
                        "shape": "Shg"
         | 
| 67607 67729 | 
             
                      },
         | 
| 67608 67730 | 
             
                      "PhoneNumberTypes": {
         | 
| 67609 | 
            -
                        "shape": " | 
| 67731 | 
            +
                        "shape": "Shf"
         | 
| 67610 67732 | 
             
                      },
         | 
| 67611 67733 | 
             
                      "PhoneNumberPrefix": {}
         | 
| 67612 67734 | 
             
                    }
         | 
| @@ -67712,7 +67834,7 @@ module.exports={ | |
| 67712 67834 | 
             
                    "members": {
         | 
| 67713 67835 | 
             
                      "NextToken": {},
         | 
| 67714 67836 | 
             
                      "QuickConnectSummaryList": {
         | 
| 67715 | 
            -
                        "shape": " | 
| 67837 | 
            +
                        "shape": "Shx"
         | 
| 67716 67838 | 
             
                      }
         | 
| 67717 67839 | 
             
                    }
         | 
| 67718 67840 | 
             
                  }
         | 
| @@ -67804,7 +67926,7 @@ module.exports={ | |
| 67804 67926 | 
             
                    "type": "structure",
         | 
| 67805 67927 | 
             
                    "members": {
         | 
| 67806 67928 | 
             
                      "QuickConnectSummaryList": {
         | 
| 67807 | 
            -
                        "shape": " | 
| 67929 | 
            +
                        "shape": "Shx"
         | 
| 67808 67930 | 
             
                      },
         | 
| 67809 67931 | 
             
                      "NextToken": {}
         | 
| 67810 67932 | 
             
                    }
         | 
| @@ -68084,7 +68206,7 @@ module.exports={ | |
| 68084 68206 | 
             
                    "type": "structure",
         | 
| 68085 68207 | 
             
                    "members": {
         | 
| 68086 68208 | 
             
                      "Permissions": {
         | 
| 68087 | 
            -
                        "shape": " | 
| 68209 | 
            +
                        "shape": "S65"
         | 
| 68088 68210 | 
             
                      },
         | 
| 68089 68211 | 
             
                      "NextToken": {}
         | 
| 68090 68212 | 
             
                    }
         | 
| @@ -68344,7 +68466,7 @@ module.exports={ | |
| 68344 68466 | 
             
                      "UserHierarchyGroupSummaryList": {
         | 
| 68345 68467 | 
             
                        "type": "list",
         | 
| 68346 68468 | 
             
                        "member": {
         | 
| 68347 | 
            -
                          "shape": " | 
| 68469 | 
            +
                          "shape": "Sbn"
         | 
| 68348 68470 | 
             
                        }
         | 
| 68349 68471 | 
             
                      },
         | 
| 68350 68472 | 
             
                      "NextToken": {}
         | 
| @@ -68593,12 +68715,12 @@ module.exports={ | |
| 68593 68715 | 
             
                        "type": "structure",
         | 
| 68594 68716 | 
             
                        "members": {
         | 
| 68595 68717 | 
             
                          "TagFilter": {
         | 
| 68596 | 
            -
                            "shape": " | 
| 68718 | 
            +
                            "shape": "Sk1"
         | 
| 68597 68719 | 
             
                          }
         | 
| 68598 68720 | 
             
                        }
         | 
| 68599 68721 | 
             
                      },
         | 
| 68600 68722 | 
             
                      "SearchCriteria": {
         | 
| 68601 | 
            -
                        "shape": " | 
| 68723 | 
            +
                        "shape": "Sk5"
         | 
| 68602 68724 | 
             
                      }
         | 
| 68603 68725 | 
             
                    }
         | 
| 68604 68726 | 
             
                  },
         | 
| @@ -68608,7 +68730,7 @@ module.exports={ | |
| 68608 68730 | 
             
                      "Queues": {
         | 
| 68609 68731 | 
             
                        "type": "list",
         | 
| 68610 68732 | 
             
                        "member": {
         | 
| 68611 | 
            -
                          "shape": " | 
| 68733 | 
            +
                          "shape": "Sau"
         | 
| 68612 68734 | 
             
                        }
         | 
| 68613 68735 | 
             
                      },
         | 
| 68614 68736 | 
             
                      "NextToken": {},
         | 
| @@ -68637,12 +68759,12 @@ module.exports={ | |
| 68637 68759 | 
             
                        "type": "structure",
         | 
| 68638 68760 | 
             
                        "members": {
         | 
| 68639 68761 | 
             
                          "TagFilter": {
         | 
| 68640 | 
            -
                            "shape": " | 
| 68762 | 
            +
                            "shape": "Sk1"
         | 
| 68641 68763 | 
             
                          }
         | 
| 68642 68764 | 
             
                        }
         | 
| 68643 68765 | 
             
                      },
         | 
| 68644 68766 | 
             
                      "SearchCriteria": {
         | 
| 68645 | 
            -
                        "shape": " | 
| 68767 | 
            +
                        "shape": "Ske"
         | 
| 68646 68768 | 
             
                      }
         | 
| 68647 68769 | 
             
                    }
         | 
| 68648 68770 | 
             
                  },
         | 
| @@ -68652,7 +68774,7 @@ module.exports={ | |
| 68652 68774 | 
             
                      "RoutingProfiles": {
         | 
| 68653 68775 | 
             
                        "type": "list",
         | 
| 68654 68776 | 
             
                        "member": {
         | 
| 68655 | 
            -
                          "shape": " | 
| 68777 | 
            +
                          "shape": "Sb1"
         | 
| 68656 68778 | 
             
                        }
         | 
| 68657 68779 | 
             
                      },
         | 
| 68658 68780 | 
             
                      "NextToken": {},
         | 
| @@ -68678,13 +68800,13 @@ module.exports={ | |
| 68678 68800 | 
             
                        "type": "integer"
         | 
| 68679 68801 | 
             
                      },
         | 
| 68680 68802 | 
             
                      "SearchCriteria": {
         | 
| 68681 | 
            -
                        "shape": " | 
| 68803 | 
            +
                        "shape": "Skj"
         | 
| 68682 68804 | 
             
                      },
         | 
| 68683 68805 | 
             
                      "SearchFilter": {
         | 
| 68684 68806 | 
             
                        "type": "structure",
         | 
| 68685 68807 | 
             
                        "members": {
         | 
| 68686 68808 | 
             
                          "TagFilter": {
         | 
| 68687 | 
            -
                            "shape": " | 
| 68809 | 
            +
                            "shape": "Sk1"
         | 
| 68688 68810 | 
             
                          }
         | 
| 68689 68811 | 
             
                        }
         | 
| 68690 68812 | 
             
                      }
         | 
| @@ -68732,12 +68854,12 @@ module.exports={ | |
| 68732 68854 | 
             
                        "type": "structure",
         | 
| 68733 68855 | 
             
                        "members": {
         | 
| 68734 68856 | 
             
                          "TagFilter": {
         | 
| 68735 | 
            -
                            "shape": " | 
| 68857 | 
            +
                            "shape": "Sk1"
         | 
| 68736 68858 | 
             
                          }
         | 
| 68737 68859 | 
             
                        }
         | 
| 68738 68860 | 
             
                      },
         | 
| 68739 68861 | 
             
                      "SearchCriteria": {
         | 
| 68740 | 
            -
                        "shape": " | 
| 68862 | 
            +
                        "shape": "Skr"
         | 
| 68741 68863 | 
             
                      }
         | 
| 68742 68864 | 
             
                    }
         | 
| 68743 68865 | 
             
                  },
         | 
| @@ -68761,11 +68883,11 @@ module.exports={ | |
| 68761 68883 | 
             
                              }
         | 
| 68762 68884 | 
             
                            },
         | 
| 68763 68885 | 
             
                            "PhoneConfig": {
         | 
| 68764 | 
            -
                              "shape": " | 
| 68886 | 
            +
                              "shape": "S7m"
         | 
| 68765 68887 | 
             
                            },
         | 
| 68766 68888 | 
             
                            "RoutingProfileId": {},
         | 
| 68767 68889 | 
             
                            "SecurityProfileIds": {
         | 
| 68768 | 
            -
                              "shape": " | 
| 68890 | 
            +
                              "shape": "S7r"
         | 
| 68769 68891 | 
             
                            },
         | 
| 68770 68892 | 
             
                            "Tags": {
         | 
| 68771 68893 | 
             
                              "shape": "S1n"
         | 
| @@ -68852,7 +68974,7 @@ module.exports={ | |
| 68852 68974 | 
             
                      "InstanceId": {},
         | 
| 68853 68975 | 
             
                      "ContactFlowId": {},
         | 
| 68854 68976 | 
             
                      "Attributes": {
         | 
| 68855 | 
            -
                        "shape": " | 
| 68977 | 
            +
                        "shape": "Scc"
         | 
| 68856 68978 | 
             
                      },
         | 
| 68857 68979 | 
             
                      "ParticipantDetails": {
         | 
| 68858 68980 | 
             
                        "type": "structure",
         | 
| @@ -69031,7 +69153,7 @@ module.exports={ | |
| 69031 69153 | 
             
                      "SourcePhoneNumber": {},
         | 
| 69032 69154 | 
             
                      "QueueId": {},
         | 
| 69033 69155 | 
             
                      "Attributes": {
         | 
| 69034 | 
            -
                        "shape": " | 
| 69156 | 
            +
                        "shape": "Scc"
         | 
| 69035 69157 | 
             
                      },
         | 
| 69036 69158 | 
             
                      "AnswerMachineDetectionConfig": {
         | 
| 69037 69159 | 
             
                        "type": "structure",
         | 
| @@ -69071,11 +69193,11 @@ module.exports={ | |
| 69071 69193 | 
             
                      "PreviousContactId": {},
         | 
| 69072 69194 | 
             
                      "ContactFlowId": {},
         | 
| 69073 69195 | 
             
                      "Attributes": {
         | 
| 69074 | 
            -
                        "shape": " | 
| 69196 | 
            +
                        "shape": "Scc"
         | 
| 69075 69197 | 
             
                      },
         | 
| 69076 69198 | 
             
                      "Name": {},
         | 
| 69077 69199 | 
             
                      "References": {
         | 
| 69078 | 
            -
                        "shape": " | 
| 69200 | 
            +
                        "shape": "S5i"
         | 
| 69079 69201 | 
             
                      },
         | 
| 69080 69202 | 
             
                      "Description": {},
         | 
| 69081 69203 | 
             
                      "ClientToken": {
         | 
| @@ -69180,10 +69302,10 @@ module.exports={ | |
| 69180 69302 | 
             
                        "locationName": "EvaluationId"
         | 
| 69181 69303 | 
             
                      },
         | 
| 69182 69304 | 
             
                      "Answers": {
         | 
| 69183 | 
            -
                        "shape": " | 
| 69305 | 
            +
                        "shape": "Sm3"
         | 
| 69184 69306 | 
             
                      },
         | 
| 69185 69307 | 
             
                      "Notes": {
         | 
| 69186 | 
            -
                        "shape": " | 
| 69308 | 
            +
                        "shape": "S9h"
         | 
| 69187 69309 | 
             
                      }
         | 
| 69188 69310 | 
             
                    }
         | 
| 69189 69311 | 
             
                  },
         | 
| @@ -69350,7 +69472,7 @@ module.exports={ | |
| 69350 69472 | 
             
                      "Name": {},
         | 
| 69351 69473 | 
             
                      "Description": {},
         | 
| 69352 69474 | 
             
                      "References": {
         | 
| 69353 | 
            -
                        "shape": " | 
| 69475 | 
            +
                        "shape": "S5i"
         | 
| 69354 69476 | 
             
                      }
         | 
| 69355 69477 | 
             
                    }
         | 
| 69356 69478 | 
             
                  },
         | 
| @@ -69374,7 +69496,7 @@ module.exports={ | |
| 69374 69496 | 
             
                      "InitialContactId": {},
         | 
| 69375 69497 | 
             
                      "InstanceId": {},
         | 
| 69376 69498 | 
             
                      "Attributes": {
         | 
| 69377 | 
            -
                        "shape": " | 
| 69499 | 
            +
                        "shape": "Scc"
         | 
| 69378 69500 | 
             
                      }
         | 
| 69379 69501 | 
             
                    }
         | 
| 69380 69502 | 
             
                  },
         | 
| @@ -69403,10 +69525,10 @@ module.exports={ | |
| 69403 69525 | 
             
                        "locationName": "EvaluationId"
         | 
| 69404 69526 | 
             
                      },
         | 
| 69405 69527 | 
             
                      "Answers": {
         | 
| 69406 | 
            -
                        "shape": " | 
| 69528 | 
            +
                        "shape": "Sm3"
         | 
| 69407 69529 | 
             
                      },
         | 
| 69408 69530 | 
             
                      "Notes": {
         | 
| 69409 | 
            -
                        "shape": " | 
| 69531 | 
            +
                        "shape": "S9h"
         | 
| 69410 69532 | 
             
                      }
         | 
| 69411 69533 | 
             
                    }
         | 
| 69412 69534 | 
             
                  },
         | 
| @@ -69827,6 +69949,38 @@ module.exports={ | |
| 69827 69949 | 
             
                    }
         | 
| 69828 69950 | 
             
                  }
         | 
| 69829 69951 | 
             
                },
         | 
| 69952 | 
            +
                "UpdatePrompt": {
         | 
| 69953 | 
            +
                  "http": {
         | 
| 69954 | 
            +
                    "requestUri": "/prompts/{InstanceId}/{PromptId}"
         | 
| 69955 | 
            +
                  },
         | 
| 69956 | 
            +
                  "input": {
         | 
| 69957 | 
            +
                    "type": "structure",
         | 
| 69958 | 
            +
                    "required": [
         | 
| 69959 | 
            +
                      "InstanceId",
         | 
| 69960 | 
            +
                      "PromptId"
         | 
| 69961 | 
            +
                    ],
         | 
| 69962 | 
            +
                    "members": {
         | 
| 69963 | 
            +
                      "InstanceId": {
         | 
| 69964 | 
            +
                        "location": "uri",
         | 
| 69965 | 
            +
                        "locationName": "InstanceId"
         | 
| 69966 | 
            +
                      },
         | 
| 69967 | 
            +
                      "PromptId": {
         | 
| 69968 | 
            +
                        "location": "uri",
         | 
| 69969 | 
            +
                        "locationName": "PromptId"
         | 
| 69970 | 
            +
                      },
         | 
| 69971 | 
            +
                      "Name": {},
         | 
| 69972 | 
            +
                      "Description": {},
         | 
| 69973 | 
            +
                      "S3Uri": {}
         | 
| 69974 | 
            +
                    }
         | 
| 69975 | 
            +
                  },
         | 
| 69976 | 
            +
                  "output": {
         | 
| 69977 | 
            +
                    "type": "structure",
         | 
| 69978 | 
            +
                    "members": {
         | 
| 69979 | 
            +
                      "PromptARN": {},
         | 
| 69980 | 
            +
                      "PromptId": {}
         | 
| 69981 | 
            +
                    }
         | 
| 69982 | 
            +
                  }
         | 
| 69983 | 
            +
                },
         | 
| 69830 69984 | 
             
                "UpdateQueueHoursOfOperation": {
         | 
| 69831 69985 | 
             
                  "http": {
         | 
| 69832 69986 | 
             
                    "requestUri": "/queues/{InstanceId}/{QueueId}/hours-of-operation"
         | 
| @@ -69921,7 +70075,7 @@ module.exports={ | |
| 69921 70075 | 
             
                        "locationName": "QueueId"
         | 
| 69922 70076 | 
             
                      },
         | 
| 69923 70077 | 
             
                      "OutboundCallerConfig": {
         | 
| 69924 | 
            -
                        "shape": " | 
| 70078 | 
            +
                        "shape": "S4k"
         | 
| 69925 70079 | 
             
                      }
         | 
| 69926 70080 | 
             
                    }
         | 
| 69927 70081 | 
             
                  }
         | 
| @@ -69971,7 +70125,7 @@ module.exports={ | |
| 69971 70125 | 
             
                        "locationName": "QuickConnectId"
         | 
| 69972 70126 | 
             
                      },
         | 
| 69973 70127 | 
             
                      "QuickConnectConfig": {
         | 
| 69974 | 
            -
                        "shape": " | 
| 70128 | 
            +
                        "shape": "S4r"
         | 
| 69975 70129 | 
             
                      }
         | 
| 69976 70130 | 
             
                    }
         | 
| 69977 70131 | 
             
                  }
         | 
| @@ -70021,7 +70175,7 @@ module.exports={ | |
| 70021 70175 | 
             
                        "locationName": "RoutingProfileId"
         | 
| 70022 70176 | 
             
                      },
         | 
| 70023 70177 | 
             
                      "MediaConcurrencies": {
         | 
| 70024 | 
            -
                        "shape": " | 
| 70178 | 
            +
                        "shape": "S51"
         | 
| 70025 70179 | 
             
                      }
         | 
| 70026 70180 | 
             
                    }
         | 
| 70027 70181 | 
             
                  }
         | 
| @@ -70127,7 +70281,7 @@ module.exports={ | |
| 70127 70281 | 
             
                      "Name": {},
         | 
| 70128 70282 | 
             
                      "Function": {},
         | 
| 70129 70283 | 
             
                      "Actions": {
         | 
| 70130 | 
            -
                        "shape": " | 
| 70284 | 
            +
                        "shape": "S5c"
         | 
| 70131 70285 | 
             
                      },
         | 
| 70132 70286 | 
             
                      "PublishStatus": {}
         | 
| 70133 70287 | 
             
                    }
         | 
| @@ -70146,7 +70300,7 @@ module.exports={ | |
| 70146 70300 | 
             
                    "members": {
         | 
| 70147 70301 | 
             
                      "Description": {},
         | 
| 70148 70302 | 
             
                      "Permissions": {
         | 
| 70149 | 
            -
                        "shape": " | 
| 70303 | 
            +
                        "shape": "S65"
         | 
| 70150 70304 | 
             
                      },
         | 
| 70151 70305 | 
             
                      "SecurityProfileId": {
         | 
| 70152 70306 | 
             
                        "location": "uri",
         | 
| @@ -70157,10 +70311,10 @@ module.exports={ | |
| 70157 70311 | 
             
                        "locationName": "InstanceId"
         | 
| 70158 70312 | 
             
                      },
         | 
| 70159 70313 | 
             
                      "AllowedAccessControlTags": {
         | 
| 70160 | 
            -
                        "shape": " | 
| 70314 | 
            +
                        "shape": "S67"
         | 
| 70161 70315 | 
             
                      },
         | 
| 70162 70316 | 
             
                      "TagRestrictedResources": {
         | 
| 70163 | 
            -
                        "shape": " | 
| 70317 | 
            +
                        "shape": "S6a"
         | 
| 70164 70318 | 
             
                      }
         | 
| 70165 70319 | 
             
                    }
         | 
| 70166 70320 | 
             
                  }
         | 
| @@ -70188,14 +70342,14 @@ module.exports={ | |
| 70188 70342 | 
             
                      "Description": {},
         | 
| 70189 70343 | 
             
                      "ContactFlowId": {},
         | 
| 70190 70344 | 
             
                      "Constraints": {
         | 
| 70191 | 
            -
                        "shape": " | 
| 70345 | 
            +
                        "shape": "S6h"
         | 
| 70192 70346 | 
             
                      },
         | 
| 70193 70347 | 
             
                      "Defaults": {
         | 
| 70194 | 
            -
                        "shape": " | 
| 70348 | 
            +
                        "shape": "S6q"
         | 
| 70195 70349 | 
             
                      },
         | 
| 70196 70350 | 
             
                      "Status": {},
         | 
| 70197 70351 | 
             
                      "Fields": {
         | 
| 70198 | 
            -
                        "shape": " | 
| 70352 | 
            +
                        "shape": "S6v"
         | 
| 70199 70353 | 
             
                      }
         | 
| 70200 70354 | 
             
                    }
         | 
| 70201 70355 | 
             
                  },
         | 
| @@ -70209,13 +70363,13 @@ module.exports={ | |
| 70209 70363 | 
             
                      "Description": {},
         | 
| 70210 70364 | 
             
                      "ContactFlowId": {},
         | 
| 70211 70365 | 
             
                      "Constraints": {
         | 
| 70212 | 
            -
                        "shape": " | 
| 70366 | 
            +
                        "shape": "S6h"
         | 
| 70213 70367 | 
             
                      },
         | 
| 70214 70368 | 
             
                      "Defaults": {
         | 
| 70215 | 
            -
                        "shape": " | 
| 70369 | 
            +
                        "shape": "S6q"
         | 
| 70216 70370 | 
             
                      },
         | 
| 70217 70371 | 
             
                      "Fields": {
         | 
| 70218 | 
            -
                        "shape": " | 
| 70372 | 
            +
                        "shape": "S6v"
         | 
| 70219 70373 | 
             
                      },
         | 
| 70220 70374 | 
             
                      "Status": {},
         | 
| 70221 70375 | 
             
                      "LastModifiedTime": {
         | 
| @@ -70243,7 +70397,7 @@ module.exports={ | |
| 70243 70397 | 
             
                        "locationName": "Id"
         | 
| 70244 70398 | 
             
                      },
         | 
| 70245 70399 | 
             
                      "TelephonyConfig": {
         | 
| 70246 | 
            -
                        "shape": " | 
| 70400 | 
            +
                        "shape": "Sf1"
         | 
| 70247 70401 | 
             
                      }
         | 
| 70248 70402 | 
             
                    }
         | 
| 70249 70403 | 
             
                  },
         | 
| @@ -70314,19 +70468,19 @@ module.exports={ | |
| 70314 70468 | 
             
                        "type": "structure",
         | 
| 70315 70469 | 
             
                        "members": {
         | 
| 70316 70470 | 
             
                          "LevelOne": {
         | 
| 70317 | 
            -
                            "shape": " | 
| 70471 | 
            +
                            "shape": "So5"
         | 
| 70318 70472 | 
             
                          },
         | 
| 70319 70473 | 
             
                          "LevelTwo": {
         | 
| 70320 | 
            -
                            "shape": " | 
| 70474 | 
            +
                            "shape": "So5"
         | 
| 70321 70475 | 
             
                          },
         | 
| 70322 70476 | 
             
                          "LevelThree": {
         | 
| 70323 | 
            -
                            "shape": " | 
| 70477 | 
            +
                            "shape": "So5"
         | 
| 70324 70478 | 
             
                          },
         | 
| 70325 70479 | 
             
                          "LevelFour": {
         | 
| 70326 | 
            -
                            "shape": " | 
| 70480 | 
            +
                            "shape": "So5"
         | 
| 70327 70481 | 
             
                          },
         | 
| 70328 70482 | 
             
                          "LevelFive": {
         | 
| 70329 | 
            -
                            "shape": " | 
| 70483 | 
            +
                            "shape": "So5"
         | 
| 70330 70484 | 
             
                          }
         | 
| 70331 70485 | 
             
                        }
         | 
| 70332 70486 | 
             
                      },
         | 
| @@ -70350,7 +70504,7 @@ module.exports={ | |
| 70350 70504 | 
             
                    ],
         | 
| 70351 70505 | 
             
                    "members": {
         | 
| 70352 70506 | 
             
                      "IdentityInfo": {
         | 
| 70353 | 
            -
                        "shape": " | 
| 70507 | 
            +
                        "shape": "S7i"
         | 
| 70354 70508 | 
             
                      },
         | 
| 70355 70509 | 
             
                      "UserId": {
         | 
| 70356 70510 | 
             
                        "location": "uri",
         | 
| @@ -70376,7 +70530,7 @@ module.exports={ | |
| 70376 70530 | 
             
                    ],
         | 
| 70377 70531 | 
             
                    "members": {
         | 
| 70378 70532 | 
             
                      "PhoneConfig": {
         | 
| 70379 | 
            -
                        "shape": " | 
| 70533 | 
            +
                        "shape": "S7m"
         | 
| 70380 70534 | 
             
                      },
         | 
| 70381 70535 | 
             
                      "UserId": {
         | 
| 70382 70536 | 
             
                        "location": "uri",
         | 
| @@ -70426,7 +70580,7 @@ module.exports={ | |
| 70426 70580 | 
             
                    ],
         | 
| 70427 70581 | 
             
                    "members": {
         | 
| 70428 70582 | 
             
                      "SecurityProfileIds": {
         | 
| 70429 | 
            -
                        "shape": " | 
| 70583 | 
            +
                        "shape": "S7r"
         | 
| 70430 70584 | 
             
                      },
         | 
| 70431 70585 | 
             
                      "UserId": {
         | 
| 70432 70586 | 
             
                        "location": "uri",
         | 
| @@ -70787,7 +70941,7 @@ module.exports={ | |
| 70787 70941 | 
             
                  "type": "string",
         | 
| 70788 70942 | 
             
                  "sensitive": true
         | 
| 70789 70943 | 
             
                },
         | 
| 70790 | 
            -
                " | 
| 70944 | 
            +
                "S4k": {
         | 
| 70791 70945 | 
             
                  "type": "structure",
         | 
| 70792 70946 | 
             
                  "members": {
         | 
| 70793 70947 | 
             
                    "OutboundCallerIdName": {},
         | 
| @@ -70795,7 +70949,7 @@ module.exports={ | |
| 70795 70949 | 
             
                    "OutboundFlowId": {}
         | 
| 70796 70950 | 
             
                  }
         | 
| 70797 70951 | 
             
                },
         | 
| 70798 | 
            -
                " | 
| 70952 | 
            +
                "S4r": {
         | 
| 70799 70953 | 
             
                  "type": "structure",
         | 
| 70800 70954 | 
             
                  "required": [
         | 
| 70801 70955 | 
             
                    "QuickConnectType"
         | 
| @@ -70835,7 +70989,7 @@ module.exports={ | |
| 70835 70989 | 
             
                    }
         | 
| 70836 70990 | 
             
                  }
         | 
| 70837 70991 | 
             
                },
         | 
| 70838 | 
            -
                " | 
| 70992 | 
            +
                "S51": {
         | 
| 70839 70993 | 
             
                  "type": "list",
         | 
| 70840 70994 | 
             
                  "member": {
         | 
| 70841 70995 | 
             
                    "type": "structure",
         | 
| @@ -70860,7 +71014,7 @@ module.exports={ | |
| 70860 71014 | 
             
                    }
         | 
| 70861 71015 | 
             
                  }
         | 
| 70862 71016 | 
             
                },
         | 
| 70863 | 
            -
                " | 
| 71017 | 
            +
                "S59": {
         | 
| 70864 71018 | 
             
                  "type": "structure",
         | 
| 70865 71019 | 
             
                  "required": [
         | 
| 70866 71020 | 
             
                    "EventSourceName"
         | 
| @@ -70870,7 +71024,7 @@ module.exports={ | |
| 70870 71024 | 
             
                    "IntegrationAssociationId": {}
         | 
| 70871 71025 | 
             
                  }
         | 
| 70872 71026 | 
             
                },
         | 
| 70873 | 
            -
                " | 
| 71027 | 
            +
                "S5c": {
         | 
| 70874 71028 | 
             
                  "type": "list",
         | 
| 70875 71029 | 
             
                  "member": {
         | 
| 70876 71030 | 
             
                    "type": "structure",
         | 
| @@ -70890,7 +71044,7 @@ module.exports={ | |
| 70890 71044 | 
             
                          "Description": {},
         | 
| 70891 71045 | 
             
                          "ContactFlowId": {},
         | 
| 70892 71046 | 
             
                          "References": {
         | 
| 70893 | 
            -
                            "shape": " | 
| 71047 | 
            +
                            "shape": "S5i"
         | 
| 70894 71048 | 
             
                          }
         | 
| 70895 71049 | 
             
                        }
         | 
| 70896 71050 | 
             
                      },
         | 
| @@ -70939,7 +71093,7 @@ module.exports={ | |
| 70939 71093 | 
             
                    }
         | 
| 70940 71094 | 
             
                  }
         | 
| 70941 71095 | 
             
                },
         | 
| 70942 | 
            -
                " | 
| 71096 | 
            +
                "S5i": {
         | 
| 70943 71097 | 
             
                  "type": "map",
         | 
| 70944 71098 | 
             
                  "key": {},
         | 
| 70945 71099 | 
             
                  "value": {
         | 
| @@ -70954,20 +71108,20 @@ module.exports={ | |
| 70954 71108 | 
             
                    }
         | 
| 70955 71109 | 
             
                  }
         | 
| 70956 71110 | 
             
                },
         | 
| 70957 | 
            -
                " | 
| 71111 | 
            +
                "S65": {
         | 
| 70958 71112 | 
             
                  "type": "list",
         | 
| 70959 71113 | 
             
                  "member": {}
         | 
| 70960 71114 | 
             
                },
         | 
| 70961 | 
            -
                " | 
| 71115 | 
            +
                "S67": {
         | 
| 70962 71116 | 
             
                  "type": "map",
         | 
| 70963 71117 | 
             
                  "key": {},
         | 
| 70964 71118 | 
             
                  "value": {}
         | 
| 70965 71119 | 
             
                },
         | 
| 70966 | 
            -
                " | 
| 71120 | 
            +
                "S6a": {
         | 
| 70967 71121 | 
             
                  "type": "list",
         | 
| 70968 71122 | 
             
                  "member": {}
         | 
| 70969 71123 | 
             
                },
         | 
| 70970 | 
            -
                " | 
| 71124 | 
            +
                "S6h": {
         | 
| 70971 71125 | 
             
                  "type": "structure",
         | 
| 70972 71126 | 
             
                  "members": {
         | 
| 70973 71127 | 
             
                    "RequiredFields": {
         | 
| @@ -70976,7 +71130,7 @@ module.exports={ | |
| 70976 71130 | 
             
                        "type": "structure",
         | 
| 70977 71131 | 
             
                        "members": {
         | 
| 70978 71132 | 
             
                          "Id": {
         | 
| 70979 | 
            -
                            "shape": " | 
| 71133 | 
            +
                            "shape": "S6k"
         | 
| 70980 71134 | 
             
                          }
         | 
| 70981 71135 | 
             
                        }
         | 
| 70982 71136 | 
             
                      }
         | 
| @@ -70987,7 +71141,7 @@ module.exports={ | |
| 70987 71141 | 
             
                        "type": "structure",
         | 
| 70988 71142 | 
             
                        "members": {
         | 
| 70989 71143 | 
             
                          "Id": {
         | 
| 70990 | 
            -
                            "shape": " | 
| 71144 | 
            +
                            "shape": "S6k"
         | 
| 70991 71145 | 
             
                          }
         | 
| 70992 71146 | 
             
                        }
         | 
| 70993 71147 | 
             
                      }
         | 
| @@ -70998,20 +71152,20 @@ module.exports={ | |
| 70998 71152 | 
             
                        "type": "structure",
         | 
| 70999 71153 | 
             
                        "members": {
         | 
| 71000 71154 | 
             
                          "Id": {
         | 
| 71001 | 
            -
                            "shape": " | 
| 71155 | 
            +
                            "shape": "S6k"
         | 
| 71002 71156 | 
             
                          }
         | 
| 71003 71157 | 
             
                        }
         | 
| 71004 71158 | 
             
                      }
         | 
| 71005 71159 | 
             
                    }
         | 
| 71006 71160 | 
             
                  }
         | 
| 71007 71161 | 
             
                },
         | 
| 71008 | 
            -
                " | 
| 71162 | 
            +
                "S6k": {
         | 
| 71009 71163 | 
             
                  "type": "structure",
         | 
| 71010 71164 | 
             
                  "members": {
         | 
| 71011 71165 | 
             
                    "Name": {}
         | 
| 71012 71166 | 
             
                  }
         | 
| 71013 71167 | 
             
                },
         | 
| 71014 | 
            -
                " | 
| 71168 | 
            +
                "S6q": {
         | 
| 71015 71169 | 
             
                  "type": "structure",
         | 
| 71016 71170 | 
             
                  "members": {
         | 
| 71017 71171 | 
             
                    "DefaultFieldValues": {
         | 
| @@ -71020,7 +71174,7 @@ module.exports={ | |
| 71020 71174 | 
             
                        "type": "structure",
         | 
| 71021 71175 | 
             
                        "members": {
         | 
| 71022 71176 | 
             
                          "Id": {
         | 
| 71023 | 
            -
                            "shape": " | 
| 71177 | 
            +
                            "shape": "S6k"
         | 
| 71024 71178 | 
             
                          },
         | 
| 71025 71179 | 
             
                          "DefaultValue": {}
         | 
| 71026 71180 | 
             
                        }
         | 
| @@ -71028,7 +71182,7 @@ module.exports={ | |
| 71028 71182 | 
             
                    }
         | 
| 71029 71183 | 
             
                  }
         | 
| 71030 71184 | 
             
                },
         | 
| 71031 | 
            -
                " | 
| 71185 | 
            +
                "S6v": {
         | 
| 71032 71186 | 
             
                  "type": "list",
         | 
| 71033 71187 | 
             
                  "member": {
         | 
| 71034 71188 | 
             
                    "type": "structure",
         | 
| @@ -71037,7 +71191,7 @@ module.exports={ | |
| 71037 71191 | 
             
                    ],
         | 
| 71038 71192 | 
             
                    "members": {
         | 
| 71039 71193 | 
             
                      "Id": {
         | 
| 71040 | 
            -
                        "shape": " | 
| 71194 | 
            +
                        "shape": "S6k"
         | 
| 71041 71195 | 
             
                      },
         | 
| 71042 71196 | 
             
                      "Description": {},
         | 
| 71043 71197 | 
             
                      "Type": {},
         | 
| @@ -71048,7 +71202,7 @@ module.exports={ | |
| 71048 71202 | 
             
                    }
         | 
| 71049 71203 | 
             
                  }
         | 
| 71050 71204 | 
             
                },
         | 
| 71051 | 
            -
                " | 
| 71205 | 
            +
                "S7i": {
         | 
| 71052 71206 | 
             
                  "type": "structure",
         | 
| 71053 71207 | 
             
                  "members": {
         | 
| 71054 71208 | 
             
                    "FirstName": {},
         | 
| @@ -71058,7 +71212,7 @@ module.exports={ | |
| 71058 71212 | 
             
                    "Mobile": {}
         | 
| 71059 71213 | 
             
                  }
         | 
| 71060 71214 | 
             
                },
         | 
| 71061 | 
            -
                " | 
| 71215 | 
            +
                "S7m": {
         | 
| 71062 71216 | 
             
                  "type": "structure",
         | 
| 71063 71217 | 
             
                  "required": [
         | 
| 71064 71218 | 
             
                    "PhoneType"
         | 
| @@ -71074,11 +71228,11 @@ module.exports={ | |
| 71074 71228 | 
             
                    "DeskPhoneNumber": {}
         | 
| 71075 71229 | 
             
                  }
         | 
| 71076 71230 | 
             
                },
         | 
| 71077 | 
            -
                " | 
| 71231 | 
            +
                "S7r": {
         | 
| 71078 71232 | 
             
                  "type": "list",
         | 
| 71079 71233 | 
             
                  "member": {}
         | 
| 71080 71234 | 
             
                },
         | 
| 71081 | 
            -
                " | 
| 71235 | 
            +
                "S9a": {
         | 
| 71082 71236 | 
             
                  "type": "structure",
         | 
| 71083 71237 | 
             
                  "members": {
         | 
| 71084 71238 | 
             
                    "Percentage": {
         | 
| @@ -71092,7 +71246,7 @@ module.exports={ | |
| 71092 71246 | 
             
                    }
         | 
| 71093 71247 | 
             
                  }
         | 
| 71094 71248 | 
             
                },
         | 
| 71095 | 
            -
                " | 
| 71249 | 
            +
                "S9e": {
         | 
| 71096 71250 | 
             
                  "type": "structure",
         | 
| 71097 71251 | 
             
                  "members": {
         | 
| 71098 71252 | 
             
                    "StringValue": {},
         | 
| @@ -71105,7 +71259,7 @@ module.exports={ | |
| 71105 71259 | 
             
                  },
         | 
| 71106 71260 | 
             
                  "union": true
         | 
| 71107 71261 | 
             
                },
         | 
| 71108 | 
            -
                " | 
| 71262 | 
            +
                "S9h": {
         | 
| 71109 71263 | 
             
                  "type": "map",
         | 
| 71110 71264 | 
             
                  "key": {},
         | 
| 71111 71265 | 
             
                  "value": {
         | 
| @@ -71115,14 +71269,14 @@ module.exports={ | |
| 71115 71269 | 
             
                    }
         | 
| 71116 71270 | 
             
                  }
         | 
| 71117 71271 | 
             
                },
         | 
| 71118 | 
            -
                " | 
| 71272 | 
            +
                "Sad": {
         | 
| 71119 71273 | 
             
                  "type": "structure",
         | 
| 71120 71274 | 
             
                  "members": {
         | 
| 71121 71275 | 
             
                    "AttributeType": {},
         | 
| 71122 71276 | 
             
                    "Value": {}
         | 
| 71123 71277 | 
             
                  }
         | 
| 71124 71278 | 
             
                },
         | 
| 71125 | 
            -
                " | 
| 71279 | 
            +
                "Sau": {
         | 
| 71126 71280 | 
             
                  "type": "structure",
         | 
| 71127 71281 | 
             
                  "members": {
         | 
| 71128 71282 | 
             
                    "Name": {},
         | 
| @@ -71130,7 +71284,7 @@ module.exports={ | |
| 71130 71284 | 
             
                    "QueueId": {},
         | 
| 71131 71285 | 
             
                    "Description": {},
         | 
| 71132 71286 | 
             
                    "OutboundCallerConfig": {
         | 
| 71133 | 
            -
                      "shape": " | 
| 71287 | 
            +
                      "shape": "S4k"
         | 
| 71134 71288 | 
             
                    },
         | 
| 71135 71289 | 
             
                    "HoursOfOperationId": {},
         | 
| 71136 71290 | 
             
                    "MaxContacts": {
         | 
| @@ -71142,7 +71296,7 @@ module.exports={ | |
| 71142 71296 | 
             
                    }
         | 
| 71143 71297 | 
             
                  }
         | 
| 71144 71298 | 
             
                },
         | 
| 71145 | 
            -
                " | 
| 71299 | 
            +
                "Sb1": {
         | 
| 71146 71300 | 
             
                  "type": "structure",
         | 
| 71147 71301 | 
             
                  "members": {
         | 
| 71148 71302 | 
             
                    "InstanceId": {},
         | 
| @@ -71151,7 +71305,7 @@ module.exports={ | |
| 71151 71305 | 
             
                    "RoutingProfileId": {},
         | 
| 71152 71306 | 
             
                    "Description": {},
         | 
| 71153 71307 | 
             
                    "MediaConcurrencies": {
         | 
| 71154 | 
            -
                      "shape": " | 
| 71308 | 
            +
                      "shape": "S51"
         | 
| 71155 71309 | 
             
                    },
         | 
| 71156 71310 | 
             
                    "DefaultOutboundQueueId": {},
         | 
| 71157 71311 | 
             
                    "Tags": {
         | 
| @@ -71165,7 +71319,7 @@ module.exports={ | |
| 71165 71319 | 
             
                    }
         | 
| 71166 71320 | 
             
                  }
         | 
| 71167 71321 | 
             
                },
         | 
| 71168 | 
            -
                " | 
| 71322 | 
            +
                "Sbn": {
         | 
| 71169 71323 | 
             
                  "type": "structure",
         | 
| 71170 71324 | 
             
                  "members": {
         | 
| 71171 71325 | 
             
                    "Id": {},
         | 
| @@ -71173,7 +71327,7 @@ module.exports={ | |
| 71173 71327 | 
             
                    "Name": {}
         | 
| 71174 71328 | 
             
                  }
         | 
| 71175 71329 | 
             
                },
         | 
| 71176 | 
            -
                " | 
| 71330 | 
            +
                "Sbr": {
         | 
| 71177 71331 | 
             
                  "type": "structure",
         | 
| 71178 71332 | 
             
                  "members": {
         | 
| 71179 71333 | 
             
                    "Id": {},
         | 
| @@ -71181,90 +71335,90 @@ module.exports={ | |
| 71181 71335 | 
             
                    "Name": {}
         | 
| 71182 71336 | 
             
                  }
         | 
| 71183 71337 | 
             
                },
         | 
| 71184 | 
            -
                " | 
| 71338 | 
            +
                "Scc": {
         | 
| 71185 71339 | 
             
                  "type": "map",
         | 
| 71186 71340 | 
             
                  "key": {},
         | 
| 71187 71341 | 
             
                  "value": {}
         | 
| 71188 71342 | 
             
                },
         | 
| 71189 | 
            -
                " | 
| 71343 | 
            +
                "Scg": {
         | 
| 71190 71344 | 
             
                  "type": "structure",
         | 
| 71191 71345 | 
             
                  "members": {
         | 
| 71192 71346 | 
             
                    "Queues": {
         | 
| 71193 | 
            -
                      "shape": " | 
| 71347 | 
            +
                      "shape": "Sch"
         | 
| 71194 71348 | 
             
                    },
         | 
| 71195 71349 | 
             
                    "Channels": {
         | 
| 71196 71350 | 
             
                      "type": "list",
         | 
| 71197 71351 | 
             
                      "member": {}
         | 
| 71198 71352 | 
             
                    },
         | 
| 71199 71353 | 
             
                    "RoutingProfiles": {
         | 
| 71200 | 
            -
                      "shape": " | 
| 71354 | 
            +
                      "shape": "Scj"
         | 
| 71201 71355 | 
             
                    }
         | 
| 71202 71356 | 
             
                  }
         | 
| 71203 71357 | 
             
                },
         | 
| 71204 | 
            -
                " | 
| 71358 | 
            +
                "Sch": {
         | 
| 71205 71359 | 
             
                  "type": "list",
         | 
| 71206 71360 | 
             
                  "member": {}
         | 
| 71207 71361 | 
             
                },
         | 
| 71208 | 
            -
                " | 
| 71362 | 
            +
                "Scj": {
         | 
| 71209 71363 | 
             
                  "type": "list",
         | 
| 71210 71364 | 
             
                  "member": {}
         | 
| 71211 71365 | 
             
                },
         | 
| 71212 | 
            -
                " | 
| 71366 | 
            +
                "Sck": {
         | 
| 71213 71367 | 
             
                  "type": "list",
         | 
| 71214 71368 | 
             
                  "member": {}
         | 
| 71215 71369 | 
             
                },
         | 
| 71216 | 
            -
                " | 
| 71370 | 
            +
                "Scn": {
         | 
| 71217 71371 | 
             
                  "type": "structure",
         | 
| 71218 71372 | 
             
                  "members": {
         | 
| 71219 71373 | 
             
                    "Name": {},
         | 
| 71220 71374 | 
             
                    "Unit": {}
         | 
| 71221 71375 | 
             
                  }
         | 
| 71222 71376 | 
             
                },
         | 
| 71223 | 
            -
                " | 
| 71377 | 
            +
                "Scy": {
         | 
| 71224 71378 | 
             
                  "type": "structure",
         | 
| 71225 71379 | 
             
                  "members": {
         | 
| 71226 71380 | 
             
                    "Queue": {
         | 
| 71227 | 
            -
                      "shape": " | 
| 71381 | 
            +
                      "shape": "Scz"
         | 
| 71228 71382 | 
             
                    },
         | 
| 71229 71383 | 
             
                    "Channel": {},
         | 
| 71230 71384 | 
             
                    "RoutingProfile": {
         | 
| 71231 | 
            -
                      "shape": " | 
| 71385 | 
            +
                      "shape": "Sd0"
         | 
| 71232 71386 | 
             
                    }
         | 
| 71233 71387 | 
             
                  }
         | 
| 71234 71388 | 
             
                },
         | 
| 71235 | 
            -
                " | 
| 71389 | 
            +
                "Scz": {
         | 
| 71236 71390 | 
             
                  "type": "structure",
         | 
| 71237 71391 | 
             
                  "members": {
         | 
| 71238 71392 | 
             
                    "Id": {},
         | 
| 71239 71393 | 
             
                    "Arn": {}
         | 
| 71240 71394 | 
             
                  }
         | 
| 71241 71395 | 
             
                },
         | 
| 71242 | 
            -
                " | 
| 71396 | 
            +
                "Sd0": {
         | 
| 71243 71397 | 
             
                  "type": "structure",
         | 
| 71244 71398 | 
             
                  "members": {
         | 
| 71245 71399 | 
             
                    "Id": {},
         | 
| 71246 71400 | 
             
                    "Arn": {}
         | 
| 71247 71401 | 
             
                  }
         | 
| 71248 71402 | 
             
                },
         | 
| 71249 | 
            -
                " | 
| 71403 | 
            +
                "Sdh": {
         | 
| 71250 71404 | 
             
                  "type": "structure",
         | 
| 71251 71405 | 
             
                  "members": {
         | 
| 71252 71406 | 
             
                    "Id": {},
         | 
| 71253 71407 | 
             
                    "Arn": {}
         | 
| 71254 71408 | 
             
                  }
         | 
| 71255 71409 | 
             
                },
         | 
| 71256 | 
            -
                " | 
| 71410 | 
            +
                "Sdj": {
         | 
| 71257 71411 | 
             
                  "type": "map",
         | 
| 71258 71412 | 
             
                  "key": {},
         | 
| 71259 71413 | 
             
                  "value": {
         | 
| 71260 71414 | 
             
                    "type": "integer"
         | 
| 71261 71415 | 
             
                  }
         | 
| 71262 71416 | 
             
                },
         | 
| 71263 | 
            -
                " | 
| 71417 | 
            +
                "Sdq": {
         | 
| 71264 71418 | 
             
                  "type": "string",
         | 
| 71265 71419 | 
             
                  "sensitive": true
         | 
| 71266 71420 | 
             
                },
         | 
| 71267 | 
            -
                " | 
| 71421 | 
            +
                "Sdu": {
         | 
| 71268 71422 | 
             
                  "type": "structure",
         | 
| 71269 71423 | 
             
                  "members": {
         | 
| 71270 71424 | 
             
                    "Name": {},
         | 
| @@ -71281,7 +71435,7 @@ module.exports={ | |
| 71281 71435 | 
             
                    "Unit": {}
         | 
| 71282 71436 | 
             
                  }
         | 
| 71283 71437 | 
             
                },
         | 
| 71284 | 
            -
                " | 
| 71438 | 
            +
                "Sed": {
         | 
| 71285 71439 | 
             
                  "type": "structure",
         | 
| 71286 71440 | 
             
                  "members": {
         | 
| 71287 71441 | 
             
                    "Name": {},
         | 
| @@ -71312,7 +71466,7 @@ module.exports={ | |
| 71312 71466 | 
             
                    }
         | 
| 71313 71467 | 
             
                  }
         | 
| 71314 71468 | 
             
                },
         | 
| 71315 | 
            -
                " | 
| 71469 | 
            +
                "Sf1": {
         | 
| 71316 71470 | 
             
                  "type": "structure",
         | 
| 71317 71471 | 
             
                  "required": [
         | 
| 71318 71472 | 
             
                    "Distributions"
         | 
| @@ -71336,15 +71490,15 @@ module.exports={ | |
| 71336 71490 | 
             
                    }
         | 
| 71337 71491 | 
             
                  }
         | 
| 71338 71492 | 
             
                },
         | 
| 71339 | 
            -
                " | 
| 71493 | 
            +
                "Shf": {
         | 
| 71340 71494 | 
             
                  "type": "list",
         | 
| 71341 71495 | 
             
                  "member": {}
         | 
| 71342 71496 | 
             
                },
         | 
| 71343 | 
            -
                " | 
| 71497 | 
            +
                "Shg": {
         | 
| 71344 71498 | 
             
                  "type": "list",
         | 
| 71345 71499 | 
             
                  "member": {}
         | 
| 71346 71500 | 
             
                },
         | 
| 71347 | 
            -
                " | 
| 71501 | 
            +
                "Shx": {
         | 
| 71348 71502 | 
             
                  "type": "list",
         | 
| 71349 71503 | 
             
                  "member": {
         | 
| 71350 71504 | 
             
                    "type": "structure",
         | 
| @@ -71356,58 +71510,58 @@ module.exports={ | |
| 71356 71510 | 
             
                    }
         | 
| 71357 71511 | 
             
                  }
         | 
| 71358 71512 | 
             
                },
         | 
| 71359 | 
            -
                " | 
| 71513 | 
            +
                "Sk1": {
         | 
| 71360 71514 | 
             
                  "type": "structure",
         | 
| 71361 71515 | 
             
                  "members": {
         | 
| 71362 71516 | 
             
                    "OrConditions": {
         | 
| 71363 71517 | 
             
                      "type": "list",
         | 
| 71364 71518 | 
             
                      "member": {
         | 
| 71365 | 
            -
                        "shape": " | 
| 71519 | 
            +
                        "shape": "Sk3"
         | 
| 71366 71520 | 
             
                      }
         | 
| 71367 71521 | 
             
                    },
         | 
| 71368 71522 | 
             
                    "AndConditions": {
         | 
| 71369 | 
            -
                      "shape": " | 
| 71523 | 
            +
                      "shape": "Sk3"
         | 
| 71370 71524 | 
             
                    },
         | 
| 71371 71525 | 
             
                    "TagCondition": {
         | 
| 71372 | 
            -
                      "shape": " | 
| 71526 | 
            +
                      "shape": "Sk4"
         | 
| 71373 71527 | 
             
                    }
         | 
| 71374 71528 | 
             
                  }
         | 
| 71375 71529 | 
             
                },
         | 
| 71376 | 
            -
                " | 
| 71530 | 
            +
                "Sk3": {
         | 
| 71377 71531 | 
             
                  "type": "list",
         | 
| 71378 71532 | 
             
                  "member": {
         | 
| 71379 | 
            -
                    "shape": " | 
| 71533 | 
            +
                    "shape": "Sk4"
         | 
| 71380 71534 | 
             
                  }
         | 
| 71381 71535 | 
             
                },
         | 
| 71382 | 
            -
                " | 
| 71536 | 
            +
                "Sk4": {
         | 
| 71383 71537 | 
             
                  "type": "structure",
         | 
| 71384 71538 | 
             
                  "members": {
         | 
| 71385 71539 | 
             
                    "TagKey": {},
         | 
| 71386 71540 | 
             
                    "TagValue": {}
         | 
| 71387 71541 | 
             
                  }
         | 
| 71388 71542 | 
             
                },
         | 
| 71389 | 
            -
                " | 
| 71543 | 
            +
                "Sk5": {
         | 
| 71390 71544 | 
             
                  "type": "structure",
         | 
| 71391 71545 | 
             
                  "members": {
         | 
| 71392 71546 | 
             
                    "OrConditions": {
         | 
| 71393 | 
            -
                      "shape": " | 
| 71547 | 
            +
                      "shape": "Sk6"
         | 
| 71394 71548 | 
             
                    },
         | 
| 71395 71549 | 
             
                    "AndConditions": {
         | 
| 71396 | 
            -
                      "shape": " | 
| 71550 | 
            +
                      "shape": "Sk6"
         | 
| 71397 71551 | 
             
                    },
         | 
| 71398 71552 | 
             
                    "StringCondition": {
         | 
| 71399 | 
            -
                      "shape": " | 
| 71553 | 
            +
                      "shape": "Sk7"
         | 
| 71400 71554 | 
             
                    },
         | 
| 71401 71555 | 
             
                    "QueueTypeCondition": {}
         | 
| 71402 71556 | 
             
                  }
         | 
| 71403 71557 | 
             
                },
         | 
| 71404 | 
            -
                " | 
| 71558 | 
            +
                "Sk6": {
         | 
| 71405 71559 | 
             
                  "type": "list",
         | 
| 71406 71560 | 
             
                  "member": {
         | 
| 71407 | 
            -
                    "shape": " | 
| 71561 | 
            +
                    "shape": "Sk5"
         | 
| 71408 71562 | 
             
                  }
         | 
| 71409 71563 | 
             
                },
         | 
| 71410 | 
            -
                " | 
| 71564 | 
            +
                "Sk7": {
         | 
| 71411 71565 | 
             
                  "type": "structure",
         | 
| 71412 71566 | 
             
                  "members": {
         | 
| 71413 71567 | 
             
                    "FieldName": {},
         | 
| @@ -71415,57 +71569,57 @@ module.exports={ | |
| 71415 71569 | 
             
                    "ComparisonType": {}
         | 
| 71416 71570 | 
             
                  }
         | 
| 71417 71571 | 
             
                },
         | 
| 71418 | 
            -
                " | 
| 71572 | 
            +
                "Ske": {
         | 
| 71419 71573 | 
             
                  "type": "structure",
         | 
| 71420 71574 | 
             
                  "members": {
         | 
| 71421 71575 | 
             
                    "OrConditions": {
         | 
| 71422 | 
            -
                      "shape": " | 
| 71576 | 
            +
                      "shape": "Skf"
         | 
| 71423 71577 | 
             
                    },
         | 
| 71424 71578 | 
             
                    "AndConditions": {
         | 
| 71425 | 
            -
                      "shape": " | 
| 71579 | 
            +
                      "shape": "Skf"
         | 
| 71426 71580 | 
             
                    },
         | 
| 71427 71581 | 
             
                    "StringCondition": {
         | 
| 71428 | 
            -
                      "shape": " | 
| 71582 | 
            +
                      "shape": "Sk7"
         | 
| 71429 71583 | 
             
                    }
         | 
| 71430 71584 | 
             
                  }
         | 
| 71431 71585 | 
             
                },
         | 
| 71432 | 
            -
                " | 
| 71586 | 
            +
                "Skf": {
         | 
| 71433 71587 | 
             
                  "type": "list",
         | 
| 71434 71588 | 
             
                  "member": {
         | 
| 71435 | 
            -
                    "shape": " | 
| 71589 | 
            +
                    "shape": "Ske"
         | 
| 71436 71590 | 
             
                  }
         | 
| 71437 71591 | 
             
                },
         | 
| 71438 | 
            -
                " | 
| 71592 | 
            +
                "Skj": {
         | 
| 71439 71593 | 
             
                  "type": "structure",
         | 
| 71440 71594 | 
             
                  "members": {
         | 
| 71441 71595 | 
             
                    "OrConditions": {
         | 
| 71442 | 
            -
                      "shape": " | 
| 71596 | 
            +
                      "shape": "Skk"
         | 
| 71443 71597 | 
             
                    },
         | 
| 71444 71598 | 
             
                    "AndConditions": {
         | 
| 71445 | 
            -
                      "shape": " | 
| 71599 | 
            +
                      "shape": "Skk"
         | 
| 71446 71600 | 
             
                    },
         | 
| 71447 71601 | 
             
                    "StringCondition": {
         | 
| 71448 | 
            -
                      "shape": " | 
| 71602 | 
            +
                      "shape": "Sk7"
         | 
| 71449 71603 | 
             
                    }
         | 
| 71450 71604 | 
             
                  }
         | 
| 71451 71605 | 
             
                },
         | 
| 71452 | 
            -
                " | 
| 71606 | 
            +
                "Skk": {
         | 
| 71453 71607 | 
             
                  "type": "list",
         | 
| 71454 71608 | 
             
                  "member": {
         | 
| 71455 | 
            -
                    "shape": " | 
| 71609 | 
            +
                    "shape": "Skj"
         | 
| 71456 71610 | 
             
                  }
         | 
| 71457 71611 | 
             
                },
         | 
| 71458 | 
            -
                " | 
| 71612 | 
            +
                "Skr": {
         | 
| 71459 71613 | 
             
                  "type": "structure",
         | 
| 71460 71614 | 
             
                  "members": {
         | 
| 71461 71615 | 
             
                    "OrConditions": {
         | 
| 71462 | 
            -
                      "shape": " | 
| 71616 | 
            +
                      "shape": "Sks"
         | 
| 71463 71617 | 
             
                    },
         | 
| 71464 71618 | 
             
                    "AndConditions": {
         | 
| 71465 | 
            -
                      "shape": " | 
| 71619 | 
            +
                      "shape": "Sks"
         | 
| 71466 71620 | 
             
                    },
         | 
| 71467 71621 | 
             
                    "StringCondition": {
         | 
| 71468 | 
            -
                      "shape": " | 
| 71622 | 
            +
                      "shape": "Sk7"
         | 
| 71469 71623 | 
             
                    },
         | 
| 71470 71624 | 
             
                    "HierarchyGroupCondition": {
         | 
| 71471 71625 | 
             
                      "type": "structure",
         | 
| @@ -71476,25 +71630,25 @@ module.exports={ | |
| 71476 71630 | 
             
                    }
         | 
| 71477 71631 | 
             
                  }
         | 
| 71478 71632 | 
             
                },
         | 
| 71479 | 
            -
                " | 
| 71633 | 
            +
                "Sks": {
         | 
| 71480 71634 | 
             
                  "type": "list",
         | 
| 71481 71635 | 
             
                  "member": {
         | 
| 71482 | 
            -
                    "shape": " | 
| 71636 | 
            +
                    "shape": "Skr"
         | 
| 71483 71637 | 
             
                  }
         | 
| 71484 71638 | 
             
                },
         | 
| 71485 | 
            -
                " | 
| 71639 | 
            +
                "Sm3": {
         | 
| 71486 71640 | 
             
                  "type": "map",
         | 
| 71487 71641 | 
             
                  "key": {},
         | 
| 71488 71642 | 
             
                  "value": {
         | 
| 71489 71643 | 
             
                    "type": "structure",
         | 
| 71490 71644 | 
             
                    "members": {
         | 
| 71491 71645 | 
             
                      "Value": {
         | 
| 71492 | 
            -
                        "shape": " | 
| 71646 | 
            +
                        "shape": "S9e"
         | 
| 71493 71647 | 
             
                      }
         | 
| 71494 71648 | 
             
                    }
         | 
| 71495 71649 | 
             
                  }
         | 
| 71496 71650 | 
             
                },
         | 
| 71497 | 
            -
                " | 
| 71651 | 
            +
                "So5": {
         | 
| 71498 71652 | 
             
                  "type": "structure",
         | 
| 71499 71653 | 
             
                  "required": [
         | 
| 71500 71654 | 
             
                    "Name"
         | 
| @@ -90481,7 +90635,7 @@ module.exports={ | |
| 90481 90635 | 
             
                              "locationName": "tagSet"
         | 
| 90482 90636 | 
             
                            },
         | 
| 90483 90637 | 
             
                            "LicenseSpecifications": {
         | 
| 90484 | 
            -
                              "shape": " | 
| 90638 | 
            +
                              "shape": "S17i",
         | 
| 90485 90639 | 
             
                              "locationName": "licenseSpecifications"
         | 
| 90486 90640 | 
             
                            },
         | 
| 90487 90641 | 
             
                            "UsageOperation": {
         | 
| @@ -90539,7 +90693,7 @@ module.exports={ | |
| 90539 90693 | 
             
                              "locationName": "importTaskId"
         | 
| 90540 90694 | 
             
                            },
         | 
| 90541 90695 | 
             
                            "SnapshotTaskDetail": {
         | 
| 90542 | 
            -
                              "shape": " | 
| 90696 | 
            +
                              "shape": "S17q",
         | 
| 90543 90697 | 
             
                              "locationName": "snapshotTaskDetail"
         | 
| 90544 90698 | 
             
                            },
         | 
| 90545 90699 | 
             
                            "Tags": {
         | 
| @@ -90583,23 +90737,23 @@ module.exports={ | |
| 90583 90737 | 
             
                        "locationName": "groupSet"
         | 
| 90584 90738 | 
             
                      },
         | 
| 90585 90739 | 
             
                      "BlockDeviceMappings": {
         | 
| 90586 | 
            -
                        "shape": " | 
| 90740 | 
            +
                        "shape": "S17u",
         | 
| 90587 90741 | 
             
                        "locationName": "blockDeviceMapping"
         | 
| 90588 90742 | 
             
                      },
         | 
| 90589 90743 | 
             
                      "DisableApiTermination": {
         | 
| 90590 | 
            -
                        "shape": " | 
| 90744 | 
            +
                        "shape": "S17x",
         | 
| 90591 90745 | 
             
                        "locationName": "disableApiTermination"
         | 
| 90592 90746 | 
             
                      },
         | 
| 90593 90747 | 
             
                      "EnaSupport": {
         | 
| 90594 | 
            -
                        "shape": " | 
| 90748 | 
            +
                        "shape": "S17x",
         | 
| 90595 90749 | 
             
                        "locationName": "enaSupport"
         | 
| 90596 90750 | 
             
                      },
         | 
| 90597 90751 | 
             
                      "EnclaveOptions": {
         | 
| 90598 | 
            -
                        "shape": " | 
| 90752 | 
            +
                        "shape": "S17y",
         | 
| 90599 90753 | 
             
                        "locationName": "enclaveOptions"
         | 
| 90600 90754 | 
             
                      },
         | 
| 90601 90755 | 
             
                      "EbsOptimized": {
         | 
| 90602 | 
            -
                        "shape": " | 
| 90756 | 
            +
                        "shape": "S17x",
         | 
| 90603 90757 | 
             
                        "locationName": "ebsOptimized"
         | 
| 90604 90758 | 
             
                      },
         | 
| 90605 90759 | 
             
                      "InstanceId": {
         | 
| @@ -90630,7 +90784,7 @@ module.exports={ | |
| 90630 90784 | 
             
                        "locationName": "rootDeviceName"
         | 
| 90631 90785 | 
             
                      },
         | 
| 90632 90786 | 
             
                      "SourceDestCheck": {
         | 
| 90633 | 
            -
                        "shape": " | 
| 90787 | 
            +
                        "shape": "S17x",
         | 
| 90634 90788 | 
             
                        "locationName": "sourceDestCheck"
         | 
| 90635 90789 | 
             
                      },
         | 
| 90636 90790 | 
             
                      "SriovNetSupport": {
         | 
| @@ -90642,7 +90796,7 @@ module.exports={ | |
| 90642 90796 | 
             
                        "locationName": "userData"
         | 
| 90643 90797 | 
             
                      },
         | 
| 90644 90798 | 
             
                      "DisableApiStop": {
         | 
| 90645 | 
            -
                        "shape": " | 
| 90799 | 
            +
                        "shape": "S17x",
         | 
| 90646 90800 | 
             
                        "locationName": "disableApiStop"
         | 
| 90647 90801 | 
             
                      }
         | 
| 90648 90802 | 
             
                    }
         | 
| @@ -90800,7 +90954,7 @@ module.exports={ | |
| 90800 90954 | 
             
                              "locationName": "eventsSet",
         | 
| 90801 90955 | 
             
                              "type": "list",
         | 
| 90802 90956 | 
             
                              "member": {
         | 
| 90803 | 
            -
                                "shape": " | 
| 90957 | 
            +
                                "shape": "S18g",
         | 
| 90804 90958 | 
             
                                "locationName": "item"
         | 
| 90805 90959 | 
             
                              }
         | 
| 90806 90960 | 
             
                            },
         | 
| @@ -90808,15 +90962,15 @@ module.exports={ | |
| 90808 90962 | 
             
                              "locationName": "instanceId"
         | 
| 90809 90963 | 
             
                            },
         | 
| 90810 90964 | 
             
                            "InstanceState": {
         | 
| 90811 | 
            -
                              "shape": " | 
| 90965 | 
            +
                              "shape": "S18j",
         | 
| 90812 90966 | 
             
                              "locationName": "instanceState"
         | 
| 90813 90967 | 
             
                            },
         | 
| 90814 90968 | 
             
                            "InstanceStatus": {
         | 
| 90815 | 
            -
                              "shape": " | 
| 90969 | 
            +
                              "shape": "S18l",
         | 
| 90816 90970 | 
             
                              "locationName": "instanceStatus"
         | 
| 90817 90971 | 
             
                            },
         | 
| 90818 90972 | 
             
                            "SystemStatus": {
         | 
| 90819 | 
            -
                              "shape": " | 
| 90973 | 
            +
                              "shape": "S18l",
         | 
| 90820 90974 | 
             
                              "locationName": "systemStatus"
         | 
| 90821 90975 | 
             
                            }
         | 
| 90822 90976 | 
             
                          }
         | 
| @@ -91360,7 +91514,7 @@ module.exports={ | |
| 91360 91514 | 
             
                        "locationName": "reservationSet",
         | 
| 91361 91515 | 
             
                        "type": "list",
         | 
| 91362 91516 | 
             
                        "member": {
         | 
| 91363 | 
            -
                          "shape": " | 
| 91517 | 
            +
                          "shape": "S1bs",
         | 
| 91364 91518 | 
             
                          "locationName": "item"
         | 
| 91365 91519 | 
             
                        }
         | 
| 91366 91520 | 
             
                      },
         | 
| @@ -91992,7 +92146,7 @@ module.exports={ | |
| 91992 92146 | 
             
                              "locationName": "localGatewayVirtualInterfaceGroupId"
         | 
| 91993 92147 | 
             
                            },
         | 
| 91994 92148 | 
             
                            "LocalGatewayVirtualInterfaceIds": {
         | 
| 91995 | 
            -
                              "shape": " | 
| 92149 | 
            +
                              "shape": "S1eh",
         | 
| 91996 92150 | 
             
                              "locationName": "localGatewayVirtualInterfaceIdSet"
         | 
| 91997 92151 | 
             
                            },
         | 
| 91998 92152 | 
             
                            "LocalGatewayId": {
         | 
| @@ -92019,7 +92173,7 @@ module.exports={ | |
| 92019 92173 | 
             
                    "type": "structure",
         | 
| 92020 92174 | 
             
                    "members": {
         | 
| 92021 92175 | 
             
                      "LocalGatewayVirtualInterfaceIds": {
         | 
| 92022 | 
            -
                        "shape": " | 
| 92176 | 
            +
                        "shape": "S1eh",
         | 
| 92023 92177 | 
             
                        "locationName": "LocalGatewayVirtualInterfaceId"
         | 
| 92024 92178 | 
             
                      },
         | 
| 92025 92179 | 
             
                      "Filters": {
         | 
| @@ -92352,7 +92506,7 @@ module.exports={ | |
| 92352 92506 | 
             
                        "locationName": "networkInsightsAccessScopeAnalysisSet",
         | 
| 92353 92507 | 
             
                        "type": "list",
         | 
| 92354 92508 | 
             
                        "member": {
         | 
| 92355 | 
            -
                          "shape": " | 
| 92509 | 
            +
                          "shape": "S1fh",
         | 
| 92356 92510 | 
             
                          "locationName": "item"
         | 
| 92357 92511 | 
             
                        }
         | 
| 92358 92512 | 
             
                      },
         | 
| @@ -92441,7 +92595,7 @@ module.exports={ | |
| 92441 92595 | 
             
                        "locationName": "networkInsightsAnalysisSet",
         | 
| 92442 92596 | 
             
                        "type": "list",
         | 
| 92443 92597 | 
             
                        "member": {
         | 
| 92444 | 
            -
                          "shape": " | 
| 92598 | 
            +
                          "shape": "S1fs",
         | 
| 92445 92599 | 
             
                          "locationName": "item"
         | 
| 92446 92600 | 
             
                        }
         | 
| 92447 92601 | 
             
                      },
         | 
| @@ -92530,7 +92684,7 @@ module.exports={ | |
| 92530 92684 | 
             
                        "locationName": "networkInterfaceId"
         | 
| 92531 92685 | 
             
                      },
         | 
| 92532 92686 | 
             
                      "SourceDestCheck": {
         | 
| 92533 | 
            -
                        "shape": " | 
| 92687 | 
            +
                        "shape": "S17x",
         | 
| 92534 92688 | 
             
                        "locationName": "sourceDestCheck"
         | 
| 92535 92689 | 
             
                      }
         | 
| 92536 92690 | 
             
                    }
         | 
| @@ -92794,7 +92948,7 @@ module.exports={ | |
| 92794 92948 | 
             
                              "locationName": "poolAddressRangeSet",
         | 
| 92795 92949 | 
             
                              "type": "list",
         | 
| 92796 92950 | 
             
                              "member": {
         | 
| 92797 | 
            -
                                "shape": " | 
| 92951 | 
            +
                                "shape": "S1hv",
         | 
| 92798 92952 | 
             
                                "locationName": "item"
         | 
| 92799 92953 | 
             
                              }
         | 
| 92800 92954 | 
             
                            },
         | 
| @@ -92922,7 +93076,7 @@ module.exports={ | |
| 92922 93076 | 
             
                      },
         | 
| 92923 93077 | 
             
                      "OfferingClass": {},
         | 
| 92924 93078 | 
             
                      "ReservedInstancesIds": {
         | 
| 92925 | 
            -
                        "shape": " | 
| 93079 | 
            +
                        "shape": "S1i8",
         | 
| 92926 93080 | 
             
                        "locationName": "ReservedInstancesId"
         | 
| 92927 93081 | 
             
                      },
         | 
| 92928 93082 | 
             
                      "DryRun": {
         | 
| @@ -92996,7 +93150,7 @@ module.exports={ | |
| 92996 93150 | 
             
                              "locationName": "offeringType"
         | 
| 92997 93151 | 
             
                            },
         | 
| 92998 93152 | 
             
                            "RecurringCharges": {
         | 
| 92999 | 
            -
                              "shape": " | 
| 93153 | 
            +
                              "shape": "S1ig",
         | 
| 93000 93154 | 
             
                              "locationName": "recurringCharges"
         | 
| 93001 93155 | 
             
                            },
         | 
| 93002 93156 | 
             
                            "Scope": {
         | 
| @@ -93093,7 +93247,7 @@ module.exports={ | |
| 93093 93247 | 
             
                                    "locationName": "reservedInstancesId"
         | 
| 93094 93248 | 
             
                                  },
         | 
| 93095 93249 | 
             
                                  "TargetConfiguration": {
         | 
| 93096 | 
            -
                                    "shape": " | 
| 93250 | 
            +
                                    "shape": "S1iu",
         | 
| 93097 93251 | 
             
                                    "locationName": "targetConfiguration"
         | 
| 93098 93252 | 
             
                                  }
         | 
| 93099 93253 | 
             
                                }
         | 
| @@ -93248,7 +93402,7 @@ module.exports={ | |
| 93248 93402 | 
             
                              }
         | 
| 93249 93403 | 
             
                            },
         | 
| 93250 93404 | 
             
                            "RecurringCharges": {
         | 
| 93251 | 
            -
                              "shape": " | 
| 93405 | 
            +
                              "shape": "S1ig",
         | 
| 93252 93406 | 
             
                              "locationName": "recurringCharges"
         | 
| 93253 93407 | 
             
                            },
         | 
| 93254 93408 | 
             
                            "Scope": {
         | 
| @@ -93416,7 +93570,7 @@ module.exports={ | |
| 93416 93570 | 
             
                              "locationName": "purchaseToken"
         | 
| 93417 93571 | 
             
                            },
         | 
| 93418 93572 | 
             
                            "Recurrence": {
         | 
| 93419 | 
            -
                              "shape": " | 
| 93573 | 
            +
                              "shape": "S1jh",
         | 
| 93420 93574 | 
             
                              "locationName": "recurrence"
         | 
| 93421 93575 | 
             
                            },
         | 
| 93422 93576 | 
             
                            "SlotDurationInHours": {
         | 
| @@ -93478,7 +93632,7 @@ module.exports={ | |
| 93478 93632 | 
             
                        "locationName": "scheduledInstanceSet",
         | 
| 93479 93633 | 
             
                        "type": "list",
         | 
| 93480 93634 | 
             
                        "member": {
         | 
| 93481 | 
            -
                          "shape": " | 
| 93635 | 
            +
                          "shape": "S1jp",
         | 
| 93482 93636 | 
             
                          "locationName": "item"
         | 
| 93483 93637 | 
             
                        }
         | 
| 93484 93638 | 
             
                      }
         | 
| @@ -93537,7 +93691,7 @@ module.exports={ | |
| 93537 93691 | 
             
                        "locationName": "Filter"
         | 
| 93538 93692 | 
             
                      },
         | 
| 93539 93693 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 93540 | 
            -
                        "shape": " | 
| 93694 | 
            +
                        "shape": "S1jw",
         | 
| 93541 93695 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 93542 93696 | 
             
                      },
         | 
| 93543 93697 | 
             
                      "DryRun": {
         | 
| @@ -93575,7 +93729,7 @@ module.exports={ | |
| 93575 93729 | 
             
                        "locationName": "GroupId"
         | 
| 93576 93730 | 
             
                      },
         | 
| 93577 93731 | 
             
                      "GroupNames": {
         | 
| 93578 | 
            -
                        "shape": " | 
| 93732 | 
            +
                        "shape": "S1k0",
         | 
| 93579 93733 | 
             
                        "locationName": "GroupName"
         | 
| 93580 93734 | 
             
                      },
         | 
| 93581 93735 | 
             
                      "DryRun": {
         | 
| @@ -93654,7 +93808,7 @@ module.exports={ | |
| 93654 93808 | 
             
                    "type": "structure",
         | 
| 93655 93809 | 
             
                    "members": {
         | 
| 93656 93810 | 
             
                      "CreateVolumePermissions": {
         | 
| 93657 | 
            -
                        "shape": " | 
| 93811 | 
            +
                        "shape": "S1k8",
         | 
| 93658 93812 | 
             
                        "locationName": "createVolumePermission"
         | 
| 93659 93813 | 
             
                      },
         | 
| 93660 93814 | 
             
                      "ProductCodes": {
         | 
| @@ -93766,7 +93920,7 @@ module.exports={ | |
| 93766 93920 | 
             
                        "member": {}
         | 
| 93767 93921 | 
             
                      },
         | 
| 93768 93922 | 
             
                      "SnapshotIds": {
         | 
| 93769 | 
            -
                        "shape": " | 
| 93923 | 
            +
                        "shape": "S1ki",
         | 
| 93770 93924 | 
             
                        "locationName": "SnapshotId"
         | 
| 93771 93925 | 
             
                      },
         | 
| 93772 93926 | 
             
                      "DryRun": {
         | 
| @@ -93965,7 +94119,7 @@ module.exports={ | |
| 93965 94119 | 
             
                              "type": "timestamp"
         | 
| 93966 94120 | 
             
                            },
         | 
| 93967 94121 | 
             
                            "SpotFleetRequestConfig": {
         | 
| 93968 | 
            -
                              "shape": " | 
| 94122 | 
            +
                              "shape": "S1l1",
         | 
| 93969 94123 | 
             
                              "locationName": "spotFleetRequestConfig"
         | 
| 93970 94124 | 
             
                            },
         | 
| 93971 94125 | 
             
                            "SpotFleetRequestId": {
         | 
| @@ -94010,7 +94164,7 @@ module.exports={ | |
| 94010 94164 | 
             
                    "type": "structure",
         | 
| 94011 94165 | 
             
                    "members": {
         | 
| 94012 94166 | 
             
                      "SpotInstanceRequests": {
         | 
| 94013 | 
            -
                        "shape": " | 
| 94167 | 
            +
                        "shape": "S1lt",
         | 
| 94014 94168 | 
             
                        "locationName": "spotInstanceRequestSet"
         | 
| 94015 94169 | 
             
                      },
         | 
| 94016 94170 | 
             
                      "NextToken": {
         | 
| @@ -94136,11 +94290,11 @@ module.exports={ | |
| 94136 94290 | 
             
                              "locationName": "groupName"
         | 
| 94137 94291 | 
             
                            },
         | 
| 94138 94292 | 
             
                            "StaleIpPermissions": {
         | 
| 94139 | 
            -
                              "shape": " | 
| 94293 | 
            +
                              "shape": "S1mb",
         | 
| 94140 94294 | 
             
                              "locationName": "staleIpPermissions"
         | 
| 94141 94295 | 
             
                            },
         | 
| 94142 94296 | 
             
                            "StaleIpPermissionsEgress": {
         | 
| 94143 | 
            -
                              "shape": " | 
| 94297 | 
            +
                              "shape": "S1mb",
         | 
| 94144 94298 | 
             
                              "locationName": "staleIpPermissionsEgress"
         | 
| 94145 94299 | 
             
                            },
         | 
| 94146 94300 | 
             
                            "VpcId": {
         | 
| @@ -94440,7 +94594,7 @@ module.exports={ | |
| 94440 94594 | 
             
                    "type": "structure",
         | 
| 94441 94595 | 
             
                    "members": {
         | 
| 94442 94596 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 94443 | 
            -
                        "shape": " | 
| 94597 | 
            +
                        "shape": "S1n9"
         | 
| 94444 94598 | 
             
                      },
         | 
| 94445 94599 | 
             
                      "Filters": {
         | 
| 94446 94600 | 
             
                        "shape": "Sz3",
         | 
| @@ -94560,7 +94714,7 @@ module.exports={ | |
| 94560 94714 | 
             
                    "type": "structure",
         | 
| 94561 94715 | 
             
                    "members": {
         | 
| 94562 94716 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 94563 | 
            -
                        "shape": " | 
| 94717 | 
            +
                        "shape": "S1n9"
         | 
| 94564 94718 | 
             
                      },
         | 
| 94565 94719 | 
             
                      "Filters": {
         | 
| 94566 94720 | 
             
                        "shape": "Sz3",
         | 
| @@ -94637,7 +94791,7 @@ module.exports={ | |
| 94637 94791 | 
             
                    "type": "structure",
         | 
| 94638 94792 | 
             
                    "members": {
         | 
| 94639 94793 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 94640 | 
            -
                        "shape": " | 
| 94794 | 
            +
                        "shape": "S1n9"
         | 
| 94641 94795 | 
             
                      },
         | 
| 94642 94796 | 
             
                      "Filters": {
         | 
| 94643 94797 | 
             
                        "shape": "Sz3",
         | 
| @@ -94794,7 +94948,7 @@ module.exports={ | |
| 94794 94948 | 
             
                    "type": "structure",
         | 
| 94795 94949 | 
             
                    "members": {
         | 
| 94796 94950 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 94797 | 
            -
                        "shape": " | 
| 94951 | 
            +
                        "shape": "S1n9"
         | 
| 94798 94952 | 
             
                      },
         | 
| 94799 94953 | 
             
                      "Filters": {
         | 
| 94800 94954 | 
             
                        "shape": "Sz3",
         | 
| @@ -94997,7 +95151,7 @@ module.exports={ | |
| 94997 95151 | 
             
                    "type": "structure",
         | 
| 94998 95152 | 
             
                    "members": {
         | 
| 94999 95153 | 
             
                      "VerifiedAccessInstanceIds": {
         | 
| 95000 | 
            -
                        "shape": " | 
| 95154 | 
            +
                        "shape": "S1os",
         | 
| 95001 95155 | 
             
                        "locationName": "VerifiedAccessInstanceId"
         | 
| 95002 95156 | 
             
                      },
         | 
| 95003 95157 | 
             
                      "MaxResults": {
         | 
| @@ -95020,7 +95174,7 @@ module.exports={ | |
| 95020 95174 | 
             
                        "locationName": "loggingConfigurationSet",
         | 
| 95021 95175 | 
             
                        "type": "list",
         | 
| 95022 95176 | 
             
                        "member": {
         | 
| 95023 | 
            -
                          "shape": " | 
| 95177 | 
            +
                          "shape": "S1ow",
         | 
| 95024 95178 | 
             
                          "locationName": "item"
         | 
| 95025 95179 | 
             
                        }
         | 
| 95026 95180 | 
             
                      },
         | 
| @@ -95035,7 +95189,7 @@ module.exports={ | |
| 95035 95189 | 
             
                    "type": "structure",
         | 
| 95036 95190 | 
             
                    "members": {
         | 
| 95037 95191 | 
             
                      "VerifiedAccessInstanceIds": {
         | 
| 95038 | 
            -
                        "shape": " | 
| 95192 | 
            +
                        "shape": "S1os",
         | 
| 95039 95193 | 
             
                        "locationName": "VerifiedAccessInstanceId"
         | 
| 95040 95194 | 
             
                      },
         | 
| 95041 95195 | 
             
                      "MaxResults": {
         | 
| @@ -95129,7 +95283,7 @@ module.exports={ | |
| 95129 95283 | 
             
                    "type": "structure",
         | 
| 95130 95284 | 
             
                    "members": {
         | 
| 95131 95285 | 
             
                      "AutoEnableIO": {
         | 
| 95132 | 
            -
                        "shape": " | 
| 95286 | 
            +
                        "shape": "S17x",
         | 
| 95133 95287 | 
             
                        "locationName": "autoEnableIO"
         | 
| 95134 95288 | 
             
                      },
         | 
| 95135 95289 | 
             
                      "ProductCodes": {
         | 
| @@ -95355,7 +95509,7 @@ module.exports={ | |
| 95355 95509 | 
             
                        "locationName": "volumeModificationSet",
         | 
| 95356 95510 | 
             
                        "type": "list",
         | 
| 95357 95511 | 
             
                        "member": {
         | 
| 95358 | 
            -
                          "shape": " | 
| 95512 | 
            +
                          "shape": "S1q0",
         | 
| 95359 95513 | 
             
                          "locationName": "item"
         | 
| 95360 95514 | 
             
                        }
         | 
| 95361 95515 | 
             
                      },
         | 
| @@ -95388,15 +95542,15 @@ module.exports={ | |
| 95388 95542 | 
             
                        "locationName": "vpcId"
         | 
| 95389 95543 | 
             
                      },
         | 
| 95390 95544 | 
             
                      "EnableDnsHostnames": {
         | 
| 95391 | 
            -
                        "shape": " | 
| 95545 | 
            +
                        "shape": "S17x",
         | 
| 95392 95546 | 
             
                        "locationName": "enableDnsHostnames"
         | 
| 95393 95547 | 
             
                      },
         | 
| 95394 95548 | 
             
                      "EnableDnsSupport": {
         | 
| 95395 | 
            -
                        "shape": " | 
| 95549 | 
            +
                        "shape": "S17x",
         | 
| 95396 95550 | 
             
                        "locationName": "enableDnsSupport"
         | 
| 95397 95551 | 
             
                      },
         | 
| 95398 95552 | 
             
                      "EnableNetworkAddressUsageMetrics": {
         | 
| 95399 | 
            -
                        "shape": " | 
| 95553 | 
            +
                        "shape": "S17x",
         | 
| 95400 95554 | 
             
                        "locationName": "enableNetworkAddressUsageMetrics"
         | 
| 95401 95555 | 
             
                      }
         | 
| 95402 95556 | 
             
                    }
         | 
| @@ -95415,7 +95569,7 @@ module.exports={ | |
| 95415 95569 | 
             
                        "type": "boolean"
         | 
| 95416 95570 | 
             
                      },
         | 
| 95417 95571 | 
             
                      "VpcIds": {
         | 
| 95418 | 
            -
                        "shape": " | 
| 95572 | 
            +
                        "shape": "S1q6",
         | 
| 95419 95573 | 
             
                        "locationName": "VpcId"
         | 
| 95420 95574 | 
             
                      }
         | 
| 95421 95575 | 
             
                    }
         | 
| @@ -95459,7 +95613,7 @@ module.exports={ | |
| 95459 95613 | 
             
                        "locationName": "nextToken"
         | 
| 95460 95614 | 
             
                      },
         | 
| 95461 95615 | 
             
                      "VpcIds": {
         | 
| 95462 | 
            -
                        "shape": " | 
| 95616 | 
            +
                        "shape": "S1q6"
         | 
| 95463 95617 | 
             
                      }
         | 
| 95464 95618 | 
             
                    }
         | 
| 95465 95619 | 
             
                  },
         | 
| @@ -96262,11 +96416,11 @@ module.exports={ | |
| 96262 96416 | 
             
                    ],
         | 
| 96263 96417 | 
             
                    "members": {
         | 
| 96264 96418 | 
             
                      "AvailabilityZones": {
         | 
| 96265 | 
            -
                        "shape": " | 
| 96419 | 
            +
                        "shape": "S1s6",
         | 
| 96266 96420 | 
             
                        "locationName": "AvailabilityZone"
         | 
| 96267 96421 | 
             
                      },
         | 
| 96268 96422 | 
             
                      "SourceSnapshotIds": {
         | 
| 96269 | 
            -
                        "shape": " | 
| 96423 | 
            +
                        "shape": "S1ki",
         | 
| 96270 96424 | 
             
                        "locationName": "SourceSnapshotId"
         | 
| 96271 96425 | 
             
                      },
         | 
| 96272 96426 | 
             
                      "DryRun": {
         | 
| @@ -96450,7 +96604,7 @@ module.exports={ | |
| 96450 96604 | 
             
                    "type": "structure",
         | 
| 96451 96605 | 
             
                    "members": {
         | 
| 96452 96606 | 
             
                      "Propagation": {
         | 
| 96453 | 
            -
                        "shape": " | 
| 96607 | 
            +
                        "shape": "S1sn",
         | 
| 96454 96608 | 
             
                        "locationName": "propagation"
         | 
| 96455 96609 | 
             
                      }
         | 
| 96456 96610 | 
             
                    }
         | 
| @@ -97030,11 +97184,11 @@ module.exports={ | |
| 97030 97184 | 
             
                    ],
         | 
| 97031 97185 | 
             
                    "members": {
         | 
| 97032 97186 | 
             
                      "AvailabilityZones": {
         | 
| 97033 | 
            -
                        "shape": " | 
| 97187 | 
            +
                        "shape": "S1s6",
         | 
| 97034 97188 | 
             
                        "locationName": "AvailabilityZone"
         | 
| 97035 97189 | 
             
                      },
         | 
| 97036 97190 | 
             
                      "SourceSnapshotIds": {
         | 
| 97037 | 
            -
                        "shape": " | 
| 97191 | 
            +
                        "shape": "S1ki",
         | 
| 97038 97192 | 
             
                        "locationName": "SourceSnapshotId"
         | 
| 97039 97193 | 
             
                      },
         | 
| 97040 97194 | 
             
                      "DryRun": {
         | 
| @@ -97241,7 +97395,7 @@ module.exports={ | |
| 97241 97395 | 
             
                    "type": "structure",
         | 
| 97242 97396 | 
             
                    "members": {
         | 
| 97243 97397 | 
             
                      "Propagation": {
         | 
| 97244 | 
            -
                        "shape": " | 
| 97398 | 
            +
                        "shape": "S1sn",
         | 
| 97245 97399 | 
             
                        "locationName": "propagation"
         | 
| 97246 97400 | 
             
                      }
         | 
| 97247 97401 | 
             
                    }
         | 
| @@ -97852,7 +98006,7 @@ module.exports={ | |
| 97852 98006 | 
             
                    "type": "structure",
         | 
| 97853 98007 | 
             
                    "members": {
         | 
| 97854 98008 | 
             
                      "InstanceFamilyCreditSpecification": {
         | 
| 97855 | 
            -
                        "shape": " | 
| 98009 | 
            +
                        "shape": "S1vx",
         | 
| 97856 98010 | 
             
                        "locationName": "instanceFamilyCreditSpecification"
         | 
| 97857 98011 | 
             
                      }
         | 
| 97858 98012 | 
             
                    }
         | 
| @@ -97999,7 +98153,7 @@ module.exports={ | |
| 97999 98153 | 
             
                    ],
         | 
| 98000 98154 | 
             
                    "members": {
         | 
| 98001 98155 | 
             
                      "HostIdSet": {
         | 
| 98002 | 
            -
                        "shape": " | 
| 98156 | 
            +
                        "shape": "S1we"
         | 
| 98003 98157 | 
             
                      },
         | 
| 98004 98158 | 
             
                      "OfferingId": {}
         | 
| 98005 98159 | 
             
                    }
         | 
| @@ -98011,7 +98165,7 @@ module.exports={ | |
| 98011 98165 | 
             
                        "locationName": "currencyCode"
         | 
| 98012 98166 | 
             
                      },
         | 
| 98013 98167 | 
             
                      "Purchase": {
         | 
| 98014 | 
            -
                        "shape": " | 
| 98168 | 
            +
                        "shape": "S1wg",
         | 
| 98015 98169 | 
             
                        "locationName": "purchase"
         | 
| 98016 98170 | 
             
                      },
         | 
| 98017 98171 | 
             
                      "TotalHourlyPrice": {
         | 
| @@ -98036,11 +98190,11 @@ module.exports={ | |
| 98036 98190 | 
             
                        "type": "boolean"
         | 
| 98037 98191 | 
             
                      },
         | 
| 98038 98192 | 
             
                      "ArchitectureTypes": {
         | 
| 98039 | 
            -
                        "shape": " | 
| 98193 | 
            +
                        "shape": "S1wj",
         | 
| 98040 98194 | 
             
                        "locationName": "ArchitectureType"
         | 
| 98041 98195 | 
             
                      },
         | 
| 98042 98196 | 
             
                      "VirtualizationTypes": {
         | 
| 98043 | 
            -
                        "shape": " | 
| 98197 | 
            +
                        "shape": "S1wk",
         | 
| 98044 98198 | 
             
                        "locationName": "VirtualizationType"
         | 
| 98045 98199 | 
             
                      },
         | 
| 98046 98200 | 
             
                      "InstanceRequirements": {
         | 
| @@ -98437,7 +98591,7 @@ module.exports={ | |
| 98437 98591 | 
             
                        "locationName": "ipamResourceCidrSet",
         | 
| 98438 98592 | 
             
                        "type": "list",
         | 
| 98439 98593 | 
             
                        "member": {
         | 
| 98440 | 
            -
                          "shape": " | 
| 98594 | 
            +
                          "shape": "S1xk",
         | 
| 98441 98595 | 
             
                          "locationName": "item"
         | 
| 98442 98596 | 
             
                        }
         | 
| 98443 98597 | 
             
                      }
         | 
| @@ -98597,7 +98751,7 @@ module.exports={ | |
| 98597 98751 | 
             
                              "locationName": "findingId"
         | 
| 98598 98752 | 
             
                            },
         | 
| 98599 98753 | 
             
                            "FindingComponents": {
         | 
| 98600 | 
            -
                              "shape": " | 
| 98754 | 
            +
                              "shape": "S1fu",
         | 
| 98601 98755 | 
             
                              "locationName": "findingComponentSet"
         | 
| 98602 98756 | 
             
                            }
         | 
| 98603 98757 | 
             
                          }
         | 
| @@ -98700,7 +98854,7 @@ module.exports={ | |
| 98700 98854 | 
             
                        "locationName": "paymentDue"
         | 
| 98701 98855 | 
             
                      },
         | 
| 98702 98856 | 
             
                      "ReservedInstanceValueRollup": {
         | 
| 98703 | 
            -
                        "shape": " | 
| 98857 | 
            +
                        "shape": "S1y7",
         | 
| 98704 98858 | 
             
                        "locationName": "reservedInstanceValueRollup"
         | 
| 98705 98859 | 
             
                      },
         | 
| 98706 98860 | 
             
                      "ReservedInstanceValueSet": {
         | 
| @@ -98711,7 +98865,7 @@ module.exports={ | |
| 98711 98865 | 
             
                          "type": "structure",
         | 
| 98712 98866 | 
             
                          "members": {
         | 
| 98713 98867 | 
             
                            "ReservationValue": {
         | 
| 98714 | 
            -
                              "shape": " | 
| 98868 | 
            +
                              "shape": "S1y7",
         | 
| 98715 98869 | 
             
                              "locationName": "reservationValue"
         | 
| 98716 98870 | 
             
                            },
         | 
| 98717 98871 | 
             
                            "ReservedInstanceId": {
         | 
| @@ -98721,7 +98875,7 @@ module.exports={ | |
| 98721 98875 | 
             
                        }
         | 
| 98722 98876 | 
             
                      },
         | 
| 98723 98877 | 
             
                      "TargetConfigurationValueRollup": {
         | 
| 98724 | 
            -
                        "shape": " | 
| 98878 | 
            +
                        "shape": "S1y7",
         | 
| 98725 98879 | 
             
                        "locationName": "targetConfigurationValueRollup"
         | 
| 98726 98880 | 
             
                      },
         | 
| 98727 98881 | 
             
                      "TargetConfigurationValueSet": {
         | 
| @@ -98732,7 +98886,7 @@ module.exports={ | |
| 98732 98886 | 
             
                          "type": "structure",
         | 
| 98733 98887 | 
             
                          "members": {
         | 
| 98734 98888 | 
             
                            "ReservationValue": {
         | 
| 98735 | 
            -
                              "shape": " | 
| 98889 | 
            +
                              "shape": "S1y7",
         | 
| 98736 98890 | 
             
                              "locationName": "reservationValue"
         | 
| 98737 98891 | 
             
                            },
         | 
| 98738 98892 | 
             
                            "TargetConfiguration": {
         | 
| @@ -98804,11 +98958,11 @@ module.exports={ | |
| 98804 98958 | 
             
                        "type": "structure",
         | 
| 98805 98959 | 
             
                        "members": {
         | 
| 98806 98960 | 
             
                          "ArchitectureTypes": {
         | 
| 98807 | 
            -
                            "shape": " | 
| 98961 | 
            +
                            "shape": "S1wj",
         | 
| 98808 98962 | 
             
                            "locationName": "ArchitectureType"
         | 
| 98809 98963 | 
             
                          },
         | 
| 98810 98964 | 
             
                          "VirtualizationTypes": {
         | 
| 98811 | 
            -
                            "shape": " | 
| 98965 | 
            +
                            "shape": "S1wk",
         | 
| 98812 98966 | 
             
                            "locationName": "VirtualizationType"
         | 
| 98813 98967 | 
             
                          },
         | 
| 98814 98968 | 
             
                          "InstanceRequirements": {
         | 
| @@ -98879,11 +99033,11 @@ module.exports={ | |
| 98879 99033 | 
             
                    "type": "structure",
         | 
| 98880 99034 | 
             
                    "members": {
         | 
| 98881 99035 | 
             
                      "SubnetIpv4CidrReservations": {
         | 
| 98882 | 
            -
                        "shape": " | 
| 99036 | 
            +
                        "shape": "S1yr",
         | 
| 98883 99037 | 
             
                        "locationName": "subnetIpv4CidrReservationSet"
         | 
| 98884 99038 | 
             
                      },
         | 
| 98885 99039 | 
             
                      "SubnetIpv6CidrReservations": {
         | 
| 98886 | 
            -
                        "shape": " | 
| 99040 | 
            +
                        "shape": "S1yr",
         | 
| 98887 99041 | 
             
                        "locationName": "subnetIpv6CidrReservationSet"
         | 
| 98888 99042 | 
             
                      },
         | 
| 98889 99043 | 
             
                      "NextToken": {
         | 
| @@ -99460,7 +99614,7 @@ module.exports={ | |
| 99460 99614 | 
             
                    "members": {
         | 
| 99461 99615 | 
             
                      "Architecture": {},
         | 
| 99462 99616 | 
             
                      "ClientData": {
         | 
| 99463 | 
            -
                        "shape": " | 
| 99617 | 
            +
                        "shape": "S203"
         | 
| 99464 99618 | 
             
                      },
         | 
| 99465 99619 | 
             
                      "ClientToken": {},
         | 
| 99466 99620 | 
             
                      "Description": {},
         | 
| @@ -99475,9 +99629,11 @@ module.exports={ | |
| 99475 99629 | 
             
                            "DeviceName": {},
         | 
| 99476 99630 | 
             
                            "Format": {},
         | 
| 99477 99631 | 
             
                            "SnapshotId": {},
         | 
| 99478 | 
            -
                            "Url": { | 
| 99632 | 
            +
                            "Url": {
         | 
| 99633 | 
            +
                              "shape": "S17g"
         | 
| 99634 | 
            +
                            },
         | 
| 99479 99635 | 
             
                            "UserBucket": {
         | 
| 99480 | 
            -
                              "shape": " | 
| 99636 | 
            +
                              "shape": "S206"
         | 
| 99481 99637 | 
             
                            }
         | 
| 99482 99638 | 
             
                          }
         | 
| 99483 99639 | 
             
                        }
         | 
| @@ -99556,7 +99712,7 @@ module.exports={ | |
| 99556 99712 | 
             
                        "locationName": "statusMessage"
         | 
| 99557 99713 | 
             
                      },
         | 
| 99558 99714 | 
             
                      "LicenseSpecifications": {
         | 
| 99559 | 
            -
                        "shape": " | 
| 99715 | 
            +
                        "shape": "S17i",
         | 
| 99560 99716 | 
             
                        "locationName": "licenseSpecifications"
         | 
| 99561 99717 | 
             
                      },
         | 
| 99562 99718 | 
             
                      "Tags": {
         | 
| @@ -99587,10 +99743,10 @@ module.exports={ | |
| 99587 99743 | 
             
                          "members": {
         | 
| 99588 99744 | 
             
                            "Description": {},
         | 
| 99589 99745 | 
             
                            "Image": {
         | 
| 99590 | 
            -
                              "shape": " | 
| 99746 | 
            +
                              "shape": "S20d"
         | 
| 99591 99747 | 
             
                            },
         | 
| 99592 99748 | 
             
                            "Volume": {
         | 
| 99593 | 
            -
                              "shape": " | 
| 99749 | 
            +
                              "shape": "S20e"
         | 
| 99594 99750 | 
             
                            }
         | 
| 99595 99751 | 
             
                          }
         | 
| 99596 99752 | 
             
                        }
         | 
| @@ -99713,7 +99869,7 @@ module.exports={ | |
| 99713 99869 | 
             
                    "type": "structure",
         | 
| 99714 99870 | 
             
                    "members": {
         | 
| 99715 99871 | 
             
                      "ClientData": {
         | 
| 99716 | 
            -
                        "shape": " | 
| 99872 | 
            +
                        "shape": "S203"
         | 
| 99717 99873 | 
             
                      },
         | 
| 99718 99874 | 
             
                      "ClientToken": {},
         | 
| 99719 99875 | 
             
                      "Description": {},
         | 
| @@ -99722,9 +99878,11 @@ module.exports={ | |
| 99722 99878 | 
             
                        "members": {
         | 
| 99723 99879 | 
             
                          "Description": {},
         | 
| 99724 99880 | 
             
                          "Format": {},
         | 
| 99725 | 
            -
                          "Url": { | 
| 99881 | 
            +
                          "Url": {
         | 
| 99882 | 
            +
                            "shape": "S17g"
         | 
| 99883 | 
            +
                          },
         | 
| 99726 99884 | 
             
                          "UserBucket": {
         | 
| 99727 | 
            -
                            "shape": " | 
| 99885 | 
            +
                            "shape": "S206"
         | 
| 99728 99886 | 
             
                          }
         | 
| 99729 99887 | 
             
                        }
         | 
| 99730 99888 | 
             
                      },
         | 
| @@ -99752,7 +99910,7 @@ module.exports={ | |
| 99752 99910 | 
             
                        "locationName": "importTaskId"
         | 
| 99753 99911 | 
             
                      },
         | 
| 99754 99912 | 
             
                      "SnapshotTaskDetail": {
         | 
| 99755 | 
            -
                        "shape": " | 
| 99913 | 
            +
                        "shape": "S17q",
         | 
| 99756 99914 | 
             
                        "locationName": "snapshotTaskDetail"
         | 
| 99757 99915 | 
             
                      },
         | 
| 99758 99916 | 
             
                      "Tags": {
         | 
| @@ -99782,11 +99940,11 @@ module.exports={ | |
| 99782 99940 | 
             
                        "type": "boolean"
         | 
| 99783 99941 | 
             
                      },
         | 
| 99784 99942 | 
             
                      "Image": {
         | 
| 99785 | 
            -
                        "shape": " | 
| 99943 | 
            +
                        "shape": "S20d",
         | 
| 99786 99944 | 
             
                        "locationName": "image"
         | 
| 99787 99945 | 
             
                      },
         | 
| 99788 99946 | 
             
                      "Volume": {
         | 
| 99789 | 
            -
                        "shape": " | 
| 99947 | 
            +
                        "shape": "S20e",
         | 
| 99790 99948 | 
             
                        "locationName": "volume"
         | 
| 99791 99949 | 
             
                      }
         | 
| 99792 99950 | 
             
                    }
         | 
| @@ -99863,7 +100021,7 @@ module.exports={ | |
| 99863 100021 | 
             
                      },
         | 
| 99864 100022 | 
             
                      "NextToken": {},
         | 
| 99865 100023 | 
             
                      "SnapshotIds": {
         | 
| 99866 | 
            -
                        "shape": " | 
| 100024 | 
            +
                        "shape": "S1ki",
         | 
| 99867 100025 | 
             
                        "locationName": "SnapshotId"
         | 
| 99868 100026 | 
             
                      },
         | 
| 99869 100027 | 
             
                      "DryRun": {
         | 
| @@ -100101,7 +100259,7 @@ module.exports={ | |
| 100101 100259 | 
             
                    "type": "structure",
         | 
| 100102 100260 | 
             
                    "members": {
         | 
| 100103 100261 | 
             
                      "InstanceFamilyCreditSpecification": {
         | 
| 100104 | 
            -
                        "shape": " | 
| 100262 | 
            +
                        "shape": "S1vx",
         | 
| 100105 100263 | 
             
                        "locationName": "instanceFamilyCreditSpecification"
         | 
| 100106 100264 | 
             
                      }
         | 
| 100107 100265 | 
             
                    }
         | 
| @@ -100175,25 +100333,25 @@ module.exports={ | |
| 100175 100333 | 
             
                      "Attribute": {},
         | 
| 100176 100334 | 
             
                      "OperationType": {},
         | 
| 100177 100335 | 
             
                      "UserIds": {
         | 
| 100178 | 
            -
                        "shape": " | 
| 100336 | 
            +
                        "shape": "S21j",
         | 
| 100179 100337 | 
             
                        "locationName": "UserId"
         | 
| 100180 100338 | 
             
                      },
         | 
| 100181 100339 | 
             
                      "UserGroups": {
         | 
| 100182 | 
            -
                        "shape": " | 
| 100340 | 
            +
                        "shape": "S21k",
         | 
| 100183 100341 | 
             
                        "locationName": "UserGroup"
         | 
| 100184 100342 | 
             
                      },
         | 
| 100185 100343 | 
             
                      "ProductCodes": {
         | 
| 100186 | 
            -
                        "shape": " | 
| 100344 | 
            +
                        "shape": "S21l",
         | 
| 100187 100345 | 
             
                        "locationName": "ProductCode"
         | 
| 100188 100346 | 
             
                      },
         | 
| 100189 100347 | 
             
                      "LoadPermission": {
         | 
| 100190 100348 | 
             
                        "type": "structure",
         | 
| 100191 100349 | 
             
                        "members": {
         | 
| 100192 100350 | 
             
                          "Add": {
         | 
| 100193 | 
            -
                            "shape": " | 
| 100351 | 
            +
                            "shape": "S21n"
         | 
| 100194 100352 | 
             
                          },
         | 
| 100195 100353 | 
             
                          "Remove": {
         | 
| 100196 | 
            -
                            "shape": " | 
| 100354 | 
            +
                            "shape": "S21n"
         | 
| 100197 100355 | 
             
                          }
         | 
| 100198 100356 | 
             
                        }
         | 
| 100199 100357 | 
             
                      },
         | 
| @@ -100239,7 +100397,7 @@ module.exports={ | |
| 100239 100397 | 
             
                        "locationName": "successful"
         | 
| 100240 100398 | 
             
                      },
         | 
| 100241 100399 | 
             
                      "Unsuccessful": {
         | 
| 100242 | 
            -
                        "shape": " | 
| 100400 | 
            +
                        "shape": "S21s",
         | 
| 100243 100401 | 
             
                        "locationName": "unsuccessful"
         | 
| 100244 100402 | 
             
                      }
         | 
| 100245 100403 | 
             
                    }
         | 
| @@ -100307,15 +100465,15 @@ module.exports={ | |
| 100307 100465 | 
             
                      },
         | 
| 100308 100466 | 
             
                      "OperationType": {},
         | 
| 100309 100467 | 
             
                      "ProductCodes": {
         | 
| 100310 | 
            -
                        "shape": " | 
| 100468 | 
            +
                        "shape": "S21l",
         | 
| 100311 100469 | 
             
                        "locationName": "ProductCode"
         | 
| 100312 100470 | 
             
                      },
         | 
| 100313 100471 | 
             
                      "UserGroups": {
         | 
| 100314 | 
            -
                        "shape": " | 
| 100472 | 
            +
                        "shape": "S21k",
         | 
| 100315 100473 | 
             
                        "locationName": "UserGroup"
         | 
| 100316 100474 | 
             
                      },
         | 
| 100317 100475 | 
             
                      "UserIds": {
         | 
| 100318 | 
            -
                        "shape": " | 
| 100476 | 
            +
                        "shape": "S21j",
         | 
| 100319 100477 | 
             
                        "locationName": "UserId"
         | 
| 100320 100478 | 
             
                      },
         | 
| 100321 100479 | 
             
                      "Value": {},
         | 
| @@ -100351,7 +100509,7 @@ module.exports={ | |
| 100351 100509 | 
             
                    ],
         | 
| 100352 100510 | 
             
                    "members": {
         | 
| 100353 100511 | 
             
                      "SourceDestCheck": {
         | 
| 100354 | 
            -
                        "shape": " | 
| 100512 | 
            +
                        "shape": "S17x"
         | 
| 100355 100513 | 
             
                      },
         | 
| 100356 100514 | 
             
                      "Attribute": {
         | 
| 100357 100515 | 
             
                        "locationName": "attribute"
         | 
| @@ -100389,7 +100547,7 @@ module.exports={ | |
| 100389 100547 | 
             
                        }
         | 
| 100390 100548 | 
             
                      },
         | 
| 100391 100549 | 
             
                      "DisableApiTermination": {
         | 
| 100392 | 
            -
                        "shape": " | 
| 100550 | 
            +
                        "shape": "S17x",
         | 
| 100393 100551 | 
             
                        "locationName": "disableApiTermination"
         | 
| 100394 100552 | 
             
                      },
         | 
| 100395 100553 | 
             
                      "DryRun": {
         | 
| @@ -100397,11 +100555,11 @@ module.exports={ | |
| 100397 100555 | 
             
                        "type": "boolean"
         | 
| 100398 100556 | 
             
                      },
         | 
| 100399 100557 | 
             
                      "EbsOptimized": {
         | 
| 100400 | 
            -
                        "shape": " | 
| 100558 | 
            +
                        "shape": "S17x",
         | 
| 100401 100559 | 
             
                        "locationName": "ebsOptimized"
         | 
| 100402 100560 | 
             
                      },
         | 
| 100403 100561 | 
             
                      "EnaSupport": {
         | 
| 100404 | 
            -
                        "shape": " | 
| 100562 | 
            +
                        "shape": "S17x",
         | 
| 100405 100563 | 
             
                        "locationName": "enaSupport"
         | 
| 100406 100564 | 
             
                      },
         | 
| 100407 100565 | 
             
                      "Groups": {
         | 
| @@ -100445,7 +100603,7 @@ module.exports={ | |
| 100445 100603 | 
             
                        "locationName": "value"
         | 
| 100446 100604 | 
             
                      },
         | 
| 100447 100605 | 
             
                      "DisableApiStop": {
         | 
| 100448 | 
            -
                        "shape": " | 
| 100606 | 
            +
                        "shape": "S17x"
         | 
| 100449 100607 | 
             
                      }
         | 
| 100450 100608 | 
             
                    }
         | 
| 100451 100609 | 
             
                  }
         | 
| @@ -100460,7 +100618,7 @@ module.exports={ | |
| 100460 100618 | 
             
                    "members": {
         | 
| 100461 100619 | 
             
                      "InstanceId": {},
         | 
| 100462 100620 | 
             
                      "CapacityReservationSpecification": {
         | 
| 100463 | 
            -
                        "shape": " | 
| 100621 | 
            +
                        "shape": "S225"
         | 
| 100464 100622 | 
             
                      },
         | 
| 100465 100623 | 
             
                      "DryRun": {
         | 
| 100466 100624 | 
             
                        "type": "boolean"
         | 
| @@ -100572,7 +100730,7 @@ module.exports={ | |
| 100572 100730 | 
             
                    "type": "structure",
         | 
| 100573 100731 | 
             
                    "members": {
         | 
| 100574 100732 | 
             
                      "Event": {
         | 
| 100575 | 
            -
                        "shape": " | 
| 100733 | 
            +
                        "shape": "S18g",
         | 
| 100576 100734 | 
             
                        "locationName": "event"
         | 
| 100577 100735 | 
             
                      }
         | 
| 100578 100736 | 
             
                    }
         | 
| @@ -100660,7 +100818,7 @@ module.exports={ | |
| 100660 100818 | 
             
                        "locationName": "instanceId"
         | 
| 100661 100819 | 
             
                      },
         | 
| 100662 100820 | 
             
                      "InstanceMetadataOptions": {
         | 
| 100663 | 
            -
                        "shape": " | 
| 100821 | 
            +
                        "shape": "S1ch",
         | 
| 100664 100822 | 
             
                        "locationName": "instanceMetadataOptions"
         | 
| 100665 100823 | 
             
                      }
         | 
| 100666 100824 | 
             
                    }
         | 
| @@ -100720,7 +100878,7 @@ module.exports={ | |
| 100720 100878 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 100721 100879 | 
             
                      },
         | 
| 100722 100880 | 
             
                      "RemoveOperatingRegions": {
         | 
| 100723 | 
            -
                        "shape": " | 
| 100881 | 
            +
                        "shape": "S22u",
         | 
| 100724 100882 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 100725 100883 | 
             
                      }
         | 
| 100726 100884 | 
             
                    }
         | 
| @@ -100810,7 +100968,7 @@ module.exports={ | |
| 100810 100968 | 
             
                    "type": "structure",
         | 
| 100811 100969 | 
             
                    "members": {
         | 
| 100812 100970 | 
             
                      "IpamResourceCidr": {
         | 
| 100813 | 
            -
                        "shape": " | 
| 100971 | 
            +
                        "shape": "S1xk",
         | 
| 100814 100972 | 
             
                        "locationName": "ipamResourceCidr"
         | 
| 100815 100973 | 
             
                      }
         | 
| 100816 100974 | 
             
                    }
         | 
| @@ -100833,7 +100991,7 @@ module.exports={ | |
| 100833 100991 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 100834 100992 | 
             
                      },
         | 
| 100835 100993 | 
             
                      "RemoveOperatingRegions": {
         | 
| 100836 | 
            -
                        "shape": " | 
| 100994 | 
            +
                        "shape": "S22u",
         | 
| 100837 100995 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 100838 100996 | 
             
                      }
         | 
| 100839 100997 | 
             
                    }
         | 
| @@ -101007,7 +101165,7 @@ module.exports={ | |
| 101007 101165 | 
             
                        "locationName": "networkInterfaceId"
         | 
| 101008 101166 | 
             
                      },
         | 
| 101009 101167 | 
             
                      "SourceDestCheck": {
         | 
| 101010 | 
            -
                        "shape": " | 
| 101168 | 
            +
                        "shape": "S17x",
         | 
| 101011 101169 | 
             
                        "locationName": "sourceDestCheck"
         | 
| 101012 101170 | 
             
                      },
         | 
| 101013 101171 | 
             
                      "EnaSrdSpecification": {
         | 
| @@ -101055,7 +101213,7 @@ module.exports={ | |
| 101055 101213 | 
             
                    ],
         | 
| 101056 101214 | 
             
                    "members": {
         | 
| 101057 101215 | 
             
                      "ReservedInstancesIds": {
         | 
| 101058 | 
            -
                        "shape": " | 
| 101216 | 
            +
                        "shape": "S1i8",
         | 
| 101059 101217 | 
             
                        "locationName": "ReservedInstancesId"
         | 
| 101060 101218 | 
             
                      },
         | 
| 101061 101219 | 
             
                      "ClientToken": {
         | 
| @@ -101065,7 +101223,7 @@ module.exports={ | |
| 101065 101223 | 
             
                        "locationName": "ReservedInstancesConfigurationSetItemType",
         | 
| 101066 101224 | 
             
                        "type": "list",
         | 
| 101067 101225 | 
             
                        "member": {
         | 
| 101068 | 
            -
                          "shape": " | 
| 101226 | 
            +
                          "shape": "S1iu",
         | 
| 101069 101227 | 
             
                          "locationName": "item"
         | 
| 101070 101228 | 
             
                        }
         | 
| 101071 101229 | 
             
                      }
         | 
| @@ -101147,21 +101305,21 @@ module.exports={ | |
| 101147 101305 | 
             
                        "type": "structure",
         | 
| 101148 101306 | 
             
                        "members": {
         | 
| 101149 101307 | 
             
                          "Add": {
         | 
| 101150 | 
            -
                            "shape": " | 
| 101308 | 
            +
                            "shape": "S1k8"
         | 
| 101151 101309 | 
             
                          },
         | 
| 101152 101310 | 
             
                          "Remove": {
         | 
| 101153 | 
            -
                            "shape": " | 
| 101311 | 
            +
                            "shape": "S1k8"
         | 
| 101154 101312 | 
             
                          }
         | 
| 101155 101313 | 
             
                        }
         | 
| 101156 101314 | 
             
                      },
         | 
| 101157 101315 | 
             
                      "GroupNames": {
         | 
| 101158 | 
            -
                        "shape": " | 
| 101316 | 
            +
                        "shape": "S1k0",
         | 
| 101159 101317 | 
             
                        "locationName": "UserGroup"
         | 
| 101160 101318 | 
             
                      },
         | 
| 101161 101319 | 
             
                      "OperationType": {},
         | 
| 101162 101320 | 
             
                      "SnapshotId": {},
         | 
| 101163 101321 | 
             
                      "UserIds": {
         | 
| 101164 | 
            -
                        "shape": " | 
| 101322 | 
            +
                        "shape": "S21j",
         | 
| 101165 101323 | 
             
                        "locationName": "UserId"
         | 
| 101166 101324 | 
             
                      },
         | 
| 101167 101325 | 
             
                      "DryRun": {
         | 
| @@ -101209,7 +101367,7 @@ module.exports={ | |
| 101209 101367 | 
             
                        "locationName": "excessCapacityTerminationPolicy"
         | 
| 101210 101368 | 
             
                      },
         | 
| 101211 101369 | 
             
                      "LaunchTemplateConfigs": {
         | 
| 101212 | 
            -
                        "shape": " | 
| 101370 | 
            +
                        "shape": "S1lg",
         | 
| 101213 101371 | 
             
                        "locationName": "LaunchTemplateConfig"
         | 
| 101214 101372 | 
             
                      },
         | 
| 101215 101373 | 
             
                      "SpotFleetRequestId": {
         | 
| @@ -101243,33 +101401,33 @@ module.exports={ | |
| 101243 101401 | 
             
                    ],
         | 
| 101244 101402 | 
             
                    "members": {
         | 
| 101245 101403 | 
             
                      "AssignIpv6AddressOnCreation": {
         | 
| 101246 | 
            -
                        "shape": " | 
| 101404 | 
            +
                        "shape": "S17x"
         | 
| 101247 101405 | 
             
                      },
         | 
| 101248 101406 | 
             
                      "MapPublicIpOnLaunch": {
         | 
| 101249 | 
            -
                        "shape": " | 
| 101407 | 
            +
                        "shape": "S17x"
         | 
| 101250 101408 | 
             
                      },
         | 
| 101251 101409 | 
             
                      "SubnetId": {
         | 
| 101252 101410 | 
             
                        "locationName": "subnetId"
         | 
| 101253 101411 | 
             
                      },
         | 
| 101254 101412 | 
             
                      "MapCustomerOwnedIpOnLaunch": {
         | 
| 101255 | 
            -
                        "shape": " | 
| 101413 | 
            +
                        "shape": "S17x"
         | 
| 101256 101414 | 
             
                      },
         | 
| 101257 101415 | 
             
                      "CustomerOwnedIpv4Pool": {},
         | 
| 101258 101416 | 
             
                      "EnableDns64": {
         | 
| 101259 | 
            -
                        "shape": " | 
| 101417 | 
            +
                        "shape": "S17x"
         | 
| 101260 101418 | 
             
                      },
         | 
| 101261 101419 | 
             
                      "PrivateDnsHostnameTypeOnLaunch": {},
         | 
| 101262 101420 | 
             
                      "EnableResourceNameDnsARecordOnLaunch": {
         | 
| 101263 | 
            -
                        "shape": " | 
| 101421 | 
            +
                        "shape": "S17x"
         | 
| 101264 101422 | 
             
                      },
         | 
| 101265 101423 | 
             
                      "EnableResourceNameDnsAAAARecordOnLaunch": {
         | 
| 101266 | 
            -
                        "shape": " | 
| 101424 | 
            +
                        "shape": "S17x"
         | 
| 101267 101425 | 
             
                      },
         | 
| 101268 101426 | 
             
                      "EnableLniAtDeviceIndex": {
         | 
| 101269 101427 | 
             
                        "type": "integer"
         | 
| 101270 101428 | 
             
                      },
         | 
| 101271 101429 | 
             
                      "DisableLniAtDeviceIndex": {
         | 
| 101272 | 
            -
                        "shape": " | 
| 101430 | 
            +
                        "shape": "S17x"
         | 
| 101273 101431 | 
             
                      }
         | 
| 101274 101432 | 
             
                    }
         | 
| 101275 101433 | 
             
                  }
         | 
| @@ -101741,7 +101899,7 @@ module.exports={ | |
| 101741 101899 | 
             
                    "type": "structure",
         | 
| 101742 101900 | 
             
                    "members": {
         | 
| 101743 101901 | 
             
                      "LoggingConfiguration": {
         | 
| 101744 | 
            -
                        "shape": " | 
| 101902 | 
            +
                        "shape": "S1ow",
         | 
| 101745 101903 | 
             
                        "locationName": "loggingConfiguration"
         | 
| 101746 101904 | 
             
                      }
         | 
| 101747 101905 | 
             
                    }
         | 
| @@ -101818,7 +101976,7 @@ module.exports={ | |
| 101818 101976 | 
             
                    "type": "structure",
         | 
| 101819 101977 | 
             
                    "members": {
         | 
| 101820 101978 | 
             
                      "VolumeModification": {
         | 
| 101821 | 
            -
                        "shape": " | 
| 101979 | 
            +
                        "shape": "S1q0",
         | 
| 101822 101980 | 
             
                        "locationName": "volumeModification"
         | 
| 101823 101981 | 
             
                      }
         | 
| 101824 101982 | 
             
                    }
         | 
| @@ -101832,7 +101990,7 @@ module.exports={ | |
| 101832 101990 | 
             
                    ],
         | 
| 101833 101991 | 
             
                    "members": {
         | 
| 101834 101992 | 
             
                      "AutoEnableIO": {
         | 
| 101835 | 
            -
                        "shape": " | 
| 101993 | 
            +
                        "shape": "S17x"
         | 
| 101836 101994 | 
             
                      },
         | 
| 101837 101995 | 
             
                      "VolumeId": {},
         | 
| 101838 101996 | 
             
                      "DryRun": {
         | 
| @@ -101850,16 +102008,16 @@ module.exports={ | |
| 101850 102008 | 
             
                    ],
         | 
| 101851 102009 | 
             
                    "members": {
         | 
| 101852 102010 | 
             
                      "EnableDnsHostnames": {
         | 
| 101853 | 
            -
                        "shape": " | 
| 102011 | 
            +
                        "shape": "S17x"
         | 
| 101854 102012 | 
             
                      },
         | 
| 101855 102013 | 
             
                      "EnableDnsSupport": {
         | 
| 101856 | 
            -
                        "shape": " | 
| 102014 | 
            +
                        "shape": "S17x"
         | 
| 101857 102015 | 
             
                      },
         | 
| 101858 102016 | 
             
                      "VpcId": {
         | 
| 101859 102017 | 
             
                        "locationName": "vpcId"
         | 
| 101860 102018 | 
             
                      },
         | 
| 101861 102019 | 
             
                      "EnableNetworkAddressUsageMetrics": {
         | 
| 101862 | 
            -
                        "shape": " | 
| 102020 | 
            +
                        "shape": "S17x"
         | 
| 101863 102021 | 
             
                      }
         | 
| 101864 102022 | 
             
                    }
         | 
| 101865 102023 | 
             
                  }
         | 
| @@ -102087,13 +102245,13 @@ module.exports={ | |
| 102087 102245 | 
             
                    ],
         | 
| 102088 102246 | 
             
                    "members": {
         | 
| 102089 102247 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 102090 | 
            -
                        "shape": " | 
| 102248 | 
            +
                        "shape": "S25i"
         | 
| 102091 102249 | 
             
                      },
         | 
| 102092 102250 | 
             
                      "DryRun": {
         | 
| 102093 102251 | 
             
                        "type": "boolean"
         | 
| 102094 102252 | 
             
                      },
         | 
| 102095 102253 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 102096 | 
            -
                        "shape": " | 
| 102254 | 
            +
                        "shape": "S25i"
         | 
| 102097 102255 | 
             
                      },
         | 
| 102098 102256 | 
             
                      "VpcPeeringConnectionId": {}
         | 
| 102099 102257 | 
             
                    }
         | 
| @@ -102102,11 +102260,11 @@ module.exports={ | |
| 102102 102260 | 
             
                    "type": "structure",
         | 
| 102103 102261 | 
             
                    "members": {
         | 
| 102104 102262 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 102105 | 
            -
                        "shape": " | 
| 102263 | 
            +
                        "shape": "S25k",
         | 
| 102106 102264 | 
             
                        "locationName": "accepterPeeringConnectionOptions"
         | 
| 102107 102265 | 
             
                      },
         | 
| 102108 102266 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 102109 | 
            -
                        "shape": " | 
| 102267 | 
            +
                        "shape": "S25k",
         | 
| 102110 102268 | 
             
                        "locationName": "requesterPeeringConnectionOptions"
         | 
| 102111 102269 | 
             
                      }
         | 
| 102112 102270 | 
             
                    }
         | 
| @@ -102327,7 +102485,7 @@ module.exports={ | |
| 102327 102485 | 
             
                    "type": "structure",
         | 
| 102328 102486 | 
             
                    "members": {
         | 
| 102329 102487 | 
             
                      "InstanceMonitorings": {
         | 
| 102330 | 
            -
                        "shape": " | 
| 102488 | 
            +
                        "shape": "S25z",
         | 
| 102331 102489 | 
             
                        "locationName": "instancesSet"
         | 
| 102332 102490 | 
             
                      }
         | 
| 102333 102491 | 
             
                    }
         | 
| @@ -102496,7 +102654,7 @@ module.exports={ | |
| 102496 102654 | 
             
                        "locationName": "poolId"
         | 
| 102497 102655 | 
             
                      },
         | 
| 102498 102656 | 
             
                      "PoolAddressRange": {
         | 
| 102499 | 
            -
                        "shape": " | 
| 102657 | 
            +
                        "shape": "S1hv",
         | 
| 102500 102658 | 
             
                        "locationName": "poolAddressRange"
         | 
| 102501 102659 | 
             
                      }
         | 
| 102502 102660 | 
             
                    }
         | 
| @@ -102513,7 +102671,7 @@ module.exports={ | |
| 102513 102671 | 
             
                      "ClientToken": {},
         | 
| 102514 102672 | 
             
                      "CurrencyCode": {},
         | 
| 102515 102673 | 
             
                      "HostIdSet": {
         | 
| 102516 | 
            -
                        "shape": " | 
| 102674 | 
            +
                        "shape": "S1we"
         | 
| 102517 102675 | 
             
                      },
         | 
| 102518 102676 | 
             
                      "LimitPrice": {},
         | 
| 102519 102677 | 
             
                      "OfferingId": {},
         | 
| @@ -102533,7 +102691,7 @@ module.exports={ | |
| 102533 102691 | 
             
                        "locationName": "currencyCode"
         | 
| 102534 102692 | 
             
                      },
         | 
| 102535 102693 | 
             
                      "Purchase": {
         | 
| 102536 | 
            -
                        "shape": " | 
| 102694 | 
            +
                        "shape": "S1wg",
         | 
| 102537 102695 | 
             
                        "locationName": "purchase"
         | 
| 102538 102696 | 
             
                      },
         | 
| 102539 102697 | 
             
                      "TotalHourlyPrice": {
         | 
| @@ -102628,7 +102786,7 @@ module.exports={ | |
| 102628 102786 | 
             
                        "locationName": "scheduledInstanceSet",
         | 
| 102629 102787 | 
             
                        "type": "list",
         | 
| 102630 102788 | 
             
                        "member": {
         | 
| 102631 | 
            -
                          "shape": " | 
| 102789 | 
            +
                          "shape": "S1jp",
         | 
| 102632 102790 | 
             
                          "locationName": "item"
         | 
| 102633 102791 | 
             
                        }
         | 
| 102634 102792 | 
             
                      }
         | 
| @@ -102989,7 +103147,7 @@ module.exports={ | |
| 102989 103147 | 
             
                        "locationName": "successful"
         | 
| 102990 103148 | 
             
                      },
         | 
| 102991 103149 | 
             
                      "Unsuccessful": {
         | 
| 102992 | 
            -
                        "shape": " | 
| 103150 | 
            +
                        "shape": "S21s",
         | 
| 102993 103151 | 
             
                        "locationName": "unsuccessful"
         | 
| 102994 103152 | 
             
                      }
         | 
| 102995 103153 | 
             
                    }
         | 
| @@ -103317,7 +103475,7 @@ module.exports={ | |
| 103317 103475 | 
             
                        "type": "boolean"
         | 
| 103318 103476 | 
             
                      },
         | 
| 103319 103477 | 
             
                      "SpotFleetRequestConfig": {
         | 
| 103320 | 
            -
                        "shape": " | 
| 103478 | 
            +
                        "shape": "S1l1",
         | 
| 103321 103479 | 
             
                        "locationName": "spotFleetRequestConfig"
         | 
| 103322 103480 | 
             
                      }
         | 
| 103323 103481 | 
             
                    }
         | 
| @@ -103401,15 +103559,15 @@ module.exports={ | |
| 103401 103559 | 
             
                            "locationName": "keyName"
         | 
| 103402 103560 | 
             
                          },
         | 
| 103403 103561 | 
             
                          "Monitoring": {
         | 
| 103404 | 
            -
                            "shape": " | 
| 103562 | 
            +
                            "shape": "S1lw",
         | 
| 103405 103563 | 
             
                            "locationName": "monitoring"
         | 
| 103406 103564 | 
             
                          },
         | 
| 103407 103565 | 
             
                          "NetworkInterfaces": {
         | 
| 103408 | 
            -
                            "shape": " | 
| 103566 | 
            +
                            "shape": "S1lb",
         | 
| 103409 103567 | 
             
                            "locationName": "NetworkInterface"
         | 
| 103410 103568 | 
             
                          },
         | 
| 103411 103569 | 
             
                          "Placement": {
         | 
| 103412 | 
            -
                            "shape": " | 
| 103570 | 
            +
                            "shape": "S1ld",
         | 
| 103413 103571 | 
             
                            "locationName": "placement"
         | 
| 103414 103572 | 
             
                          },
         | 
| 103415 103573 | 
             
                          "RamdiskId": {
         | 
| @@ -103449,7 +103607,7 @@ module.exports={ | |
| 103449 103607 | 
             
                    "type": "structure",
         | 
| 103450 103608 | 
             
                    "members": {
         | 
| 103451 103609 | 
             
                      "SpotInstanceRequests": {
         | 
| 103452 | 
            -
                        "shape": " | 
| 103610 | 
            +
                        "shape": "S1lt",
         | 
| 103453 103611 | 
             
                        "locationName": "spotInstanceRequestSet"
         | 
| 103454 103612 | 
             
                      }
         | 
| 103455 103613 | 
             
                    }
         | 
| @@ -103819,7 +103977,7 @@ module.exports={ | |
| 103819 103977 | 
             
                        "locationName": "ipPermissions"
         | 
| 103820 103978 | 
             
                      },
         | 
| 103821 103979 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 103822 | 
            -
                        "shape": " | 
| 103980 | 
            +
                        "shape": "S1jw",
         | 
| 103823 103981 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 103824 103982 | 
             
                      },
         | 
| 103825 103983 | 
             
                      "CidrIp": {
         | 
| @@ -103882,7 +104040,7 @@ module.exports={ | |
| 103882 104040 | 
             
                        "type": "boolean"
         | 
| 103883 104041 | 
             
                      },
         | 
| 103884 104042 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 103885 | 
            -
                        "shape": " | 
| 104043 | 
            +
                        "shape": "S1jw",
         | 
| 103886 104044 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 103887 104045 | 
             
                      }
         | 
| 103888 104046 | 
             
                    }
         | 
| @@ -103931,7 +104089,7 @@ module.exports={ | |
| 103931 104089 | 
             
                        "type": "integer"
         | 
| 103932 104090 | 
             
                      },
         | 
| 103933 104091 | 
             
                      "Monitoring": {
         | 
| 103934 | 
            -
                        "shape": " | 
| 104092 | 
            +
                        "shape": "S1lw"
         | 
| 103935 104093 | 
             
                      },
         | 
| 103936 104094 | 
             
                      "Placement": {
         | 
| 103937 104095 | 
             
                        "shape": "Scc"
         | 
| @@ -103977,7 +104135,7 @@ module.exports={ | |
| 103977 104135 | 
             
                        "locationName": "instanceInitiatedShutdownBehavior"
         | 
| 103978 104136 | 
             
                      },
         | 
| 103979 104137 | 
             
                      "NetworkInterfaces": {
         | 
| 103980 | 
            -
                        "shape": " | 
| 104138 | 
            +
                        "shape": "S1lb",
         | 
| 103981 104139 | 
             
                        "locationName": "networkInterface"
         | 
| 103982 104140 | 
             
                      },
         | 
| 103983 104141 | 
             
                      "PrivateIpAddress": {
         | 
| @@ -104055,7 +104213,7 @@ module.exports={ | |
| 104055 104213 | 
             
                        }
         | 
| 104056 104214 | 
             
                      },
         | 
| 104057 104215 | 
             
                      "CapacityReservationSpecification": {
         | 
| 104058 | 
            -
                        "shape": " | 
| 104216 | 
            +
                        "shape": "S225"
         | 
| 104059 104217 | 
             
                      },
         | 
| 104060 104218 | 
             
                      "HibernationOptions": {
         | 
| 104061 104219 | 
             
                        "type": "structure",
         | 
| @@ -104120,7 +104278,7 @@ module.exports={ | |
| 104120 104278 | 
             
                    }
         | 
| 104121 104279 | 
             
                  },
         | 
| 104122 104280 | 
             
                  "output": {
         | 
| 104123 | 
            -
                    "shape": " | 
| 104281 | 
            +
                    "shape": "S1bs"
         | 
| 104124 104282 | 
             
                  }
         | 
| 104125 104283 | 
             
                },
         | 
| 104126 104284 | 
             
                "RunScheduledInstances": {
         | 
| @@ -104218,7 +104376,7 @@ module.exports={ | |
| 104218 104376 | 
             
                                  "type": "integer"
         | 
| 104219 104377 | 
             
                                },
         | 
| 104220 104378 | 
             
                                "Groups": {
         | 
| 104221 | 
            -
                                  "shape": " | 
| 104379 | 
            +
                                  "shape": "S29o",
         | 
| 104222 104380 | 
             
                                  "locationName": "Group"
         | 
| 104223 104381 | 
             
                                },
         | 
| 104224 104382 | 
             
                                "Ipv6AddressCount": {
         | 
| @@ -104267,7 +104425,7 @@ module.exports={ | |
| 104267 104425 | 
             
                          },
         | 
| 104268 104426 | 
             
                          "RamdiskId": {},
         | 
| 104269 104427 | 
             
                          "SecurityGroupIds": {
         | 
| 104270 | 
            -
                            "shape": " | 
| 104428 | 
            +
                            "shape": "S29o",
         | 
| 104271 104429 | 
             
                            "locationName": "SecurityGroupId"
         | 
| 104272 104430 | 
             
                          },
         | 
| 104273 104431 | 
             
                          "SubnetId": {},
         | 
| @@ -104481,7 +104639,7 @@ module.exports={ | |
| 104481 104639 | 
             
                    "type": "structure",
         | 
| 104482 104640 | 
             
                    "members": {
         | 
| 104483 104641 | 
             
                      "StartingInstances": {
         | 
| 104484 | 
            -
                        "shape": " | 
| 104642 | 
            +
                        "shape": "S2ac",
         | 
| 104485 104643 | 
             
                        "locationName": "instancesSet"
         | 
| 104486 104644 | 
             
                      }
         | 
| 104487 104645 | 
             
                    }
         | 
| @@ -104512,7 +104670,7 @@ module.exports={ | |
| 104512 104670 | 
             
                    "type": "structure",
         | 
| 104513 104671 | 
             
                    "members": {
         | 
| 104514 104672 | 
             
                      "NetworkInsightsAccessScopeAnalysis": {
         | 
| 104515 | 
            -
                        "shape": " | 
| 104673 | 
            +
                        "shape": "S1fh",
         | 
| 104516 104674 | 
             
                        "locationName": "networkInsightsAccessScopeAnalysis"
         | 
| 104517 104675 | 
             
                      }
         | 
| 104518 104676 | 
             
                    }
         | 
| @@ -104532,7 +104690,7 @@ module.exports={ | |
| 104532 104690 | 
             
                        "locationName": "AdditionalAccount"
         | 
| 104533 104691 | 
             
                      },
         | 
| 104534 104692 | 
             
                      "FilterInArns": {
         | 
| 104535 | 
            -
                        "shape": " | 
| 104693 | 
            +
                        "shape": "S1ft",
         | 
| 104536 104694 | 
             
                        "locationName": "FilterInArn"
         | 
| 104537 104695 | 
             
                      },
         | 
| 104538 104696 | 
             
                      "DryRun": {
         | 
| @@ -104551,7 +104709,7 @@ module.exports={ | |
| 104551 104709 | 
             
                    "type": "structure",
         | 
| 104552 104710 | 
             
                    "members": {
         | 
| 104553 104711 | 
             
                      "NetworkInsightsAnalysis": {
         | 
| 104554 | 
            -
                        "shape": " | 
| 104712 | 
            +
                        "shape": "S1fs",
         | 
| 104555 104713 | 
             
                        "locationName": "networkInsightsAnalysis"
         | 
| 104556 104714 | 
             
                      }
         | 
| 104557 104715 | 
             
                    }
         | 
| @@ -104608,7 +104766,7 @@ module.exports={ | |
| 104608 104766 | 
             
                    "type": "structure",
         | 
| 104609 104767 | 
             
                    "members": {
         | 
| 104610 104768 | 
             
                      "StoppingInstances": {
         | 
| 104611 | 
            -
                        "shape": " | 
| 104769 | 
            +
                        "shape": "S2ac",
         | 
| 104612 104770 | 
             
                        "locationName": "instancesSet"
         | 
| 104613 104771 | 
             
                      }
         | 
| 104614 104772 | 
             
                    }
         | 
| @@ -104683,7 +104841,7 @@ module.exports={ | |
| 104683 104841 | 
             
                    "type": "structure",
         | 
| 104684 104842 | 
             
                    "members": {
         | 
| 104685 104843 | 
             
                      "TerminatingInstances": {
         | 
| 104686 | 
            -
                        "shape": " | 
| 104844 | 
            +
                        "shape": "S2ac",
         | 
| 104687 104845 | 
             
                        "locationName": "instancesSet"
         | 
| 104688 104846 | 
             
                      }
         | 
| 104689 104847 | 
             
                    }
         | 
| @@ -104802,7 +104960,7 @@ module.exports={ | |
| 104802 104960 | 
             
                    "type": "structure",
         | 
| 104803 104961 | 
             
                    "members": {
         | 
| 104804 104962 | 
             
                      "InstanceMonitorings": {
         | 
| 104805 | 
            -
                        "shape": " | 
| 104963 | 
            +
                        "shape": "S25z",
         | 
| 104806 104964 | 
             
                        "locationName": "instancesSet"
         | 
| 104807 104965 | 
             
                      }
         | 
| 104808 104966 | 
             
                    }
         | 
| @@ -104821,7 +104979,7 @@ module.exports={ | |
| 104821 104979 | 
             
                        "shape": "S6m"
         | 
| 104822 104980 | 
             
                      },
         | 
| 104823 104981 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 104824 | 
            -
                        "shape": " | 
| 104982 | 
            +
                        "shape": "S2b0",
         | 
| 104825 104983 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 104826 104984 | 
             
                      }
         | 
| 104827 104985 | 
             
                    }
         | 
| @@ -104849,7 +105007,7 @@ module.exports={ | |
| 104849 105007 | 
             
                        "shape": "S6m"
         | 
| 104850 105008 | 
             
                      },
         | 
| 104851 105009 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 104852 | 
            -
                        "shape": " | 
| 105010 | 
            +
                        "shape": "S2b0",
         | 
| 104853 105011 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 104854 105012 | 
             
                      }
         | 
| 104855 105013 | 
             
                    }
         | 
| @@ -107858,7 +108016,9 @@ module.exports={ | |
| 107858 108016 | 
             
                      "type": "boolean"
         | 
| 107859 108017 | 
             
                    },
         | 
| 107860 108018 | 
             
                    "InstanceInitiatedShutdownBehavior": {},
         | 
| 107861 | 
            -
                    "UserData": { | 
| 108019 | 
            +
                    "UserData": {
         | 
| 108020 | 
            +
                      "shape": "Sfx"
         | 
| 108021 | 
            +
                    },
         | 
| 107862 108022 | 
             
                    "TagSpecifications": {
         | 
| 107863 108023 | 
             
                      "locationName": "TagSpecification",
         | 
| 107864 108024 | 
             
                      "type": "list",
         | 
| @@ -108014,8 +108174,7 @@ module.exports={ | |
| 108014 108174 | 
             
                    "DisableApiStop": {
         | 
| 108015 108175 | 
             
                      "type": "boolean"
         | 
| 108016 108176 | 
             
                    }
         | 
| 108017 | 
            -
                  } | 
| 108018 | 
            -
                  "sensitive": true
         | 
| 108177 | 
            +
                  }
         | 
| 108019 108178 | 
             
                },
         | 
| 108020 108179 | 
             
                "Sg8": {
         | 
| 108021 108180 | 
             
                  "type": "list",
         | 
| @@ -111861,16 +112020,21 @@ module.exports={ | |
| 111861 112020 | 
             
                        "locationName": "statusMessage"
         | 
| 111862 112021 | 
             
                      },
         | 
| 111863 112022 | 
             
                      "Url": {
         | 
| 112023 | 
            +
                        "shape": "S17g",
         | 
| 111864 112024 | 
             
                        "locationName": "url"
         | 
| 111865 112025 | 
             
                      },
         | 
| 111866 112026 | 
             
                      "UserBucket": {
         | 
| 111867 | 
            -
                        "shape": " | 
| 112027 | 
            +
                        "shape": "S17h",
         | 
| 111868 112028 | 
             
                        "locationName": "userBucket"
         | 
| 111869 112029 | 
             
                      }
         | 
| 111870 112030 | 
             
                    }
         | 
| 111871 112031 | 
             
                  }
         | 
| 111872 112032 | 
             
                },
         | 
| 111873 112033 | 
             
                "S17g": {
         | 
| 112034 | 
            +
                  "type": "string",
         | 
| 112035 | 
            +
                  "sensitive": true
         | 
| 112036 | 
            +
                },
         | 
| 112037 | 
            +
                "S17h": {
         | 
| 111874 112038 | 
             
                  "type": "structure",
         | 
| 111875 112039 | 
             
                  "members": {
         | 
| 111876 112040 | 
             
                    "S3Bucket": {
         | 
| @@ -111881,7 +112045,7 @@ module.exports={ | |
| 111881 112045 | 
             
                    }
         | 
| 111882 112046 | 
             
                  }
         | 
| 111883 112047 | 
             
                },
         | 
| 111884 | 
            -
                " | 
| 112048 | 
            +
                "S17i": {
         | 
| 111885 112049 | 
             
                  "type": "list",
         | 
| 111886 112050 | 
             
                  "member": {
         | 
| 111887 112051 | 
             
                    "locationName": "item",
         | 
| @@ -111893,7 +112057,7 @@ module.exports={ | |
| 111893 112057 | 
             
                    }
         | 
| 111894 112058 | 
             
                  }
         | 
| 111895 112059 | 
             
                },
         | 
| 111896 | 
            -
                " | 
| 112060 | 
            +
                "S17q": {
         | 
| 111897 112061 | 
             
                  "type": "structure",
         | 
| 111898 112062 | 
             
                  "members": {
         | 
| 111899 112063 | 
             
                    "Description": {
         | 
| @@ -111926,15 +112090,16 @@ module.exports={ | |
| 111926 112090 | 
             
                      "locationName": "statusMessage"
         | 
| 111927 112091 | 
             
                    },
         | 
| 111928 112092 | 
             
                    "Url": {
         | 
| 112093 | 
            +
                      "shape": "S17g",
         | 
| 111929 112094 | 
             
                      "locationName": "url"
         | 
| 111930 112095 | 
             
                    },
         | 
| 111931 112096 | 
             
                    "UserBucket": {
         | 
| 111932 | 
            -
                      "shape": " | 
| 112097 | 
            +
                      "shape": "S17h",
         | 
| 111933 112098 | 
             
                      "locationName": "userBucket"
         | 
| 111934 112099 | 
             
                    }
         | 
| 111935 112100 | 
             
                  }
         | 
| 111936 112101 | 
             
                },
         | 
| 111937 | 
            -
                " | 
| 112102 | 
            +
                "S17u": {
         | 
| 111938 112103 | 
             
                  "type": "list",
         | 
| 111939 112104 | 
             
                  "member": {
         | 
| 111940 112105 | 
             
                    "locationName": "item",
         | 
| @@ -111966,7 +112131,7 @@ module.exports={ | |
| 111966 112131 | 
             
                    }
         | 
| 111967 112132 | 
             
                  }
         | 
| 111968 112133 | 
             
                },
         | 
| 111969 | 
            -
                " | 
| 112134 | 
            +
                "S17x": {
         | 
| 111970 112135 | 
             
                  "type": "structure",
         | 
| 111971 112136 | 
             
                  "members": {
         | 
| 111972 112137 | 
             
                    "Value": {
         | 
| @@ -111975,7 +112140,7 @@ module.exports={ | |
| 111975 112140 | 
             
                    }
         | 
| 111976 112141 | 
             
                  }
         | 
| 111977 112142 | 
             
                },
         | 
| 111978 | 
            -
                " | 
| 112143 | 
            +
                "S17y": {
         | 
| 111979 112144 | 
             
                  "type": "structure",
         | 
| 111980 112145 | 
             
                  "members": {
         | 
| 111981 112146 | 
             
                    "Enabled": {
         | 
| @@ -111984,7 +112149,7 @@ module.exports={ | |
| 111984 112149 | 
             
                    }
         | 
| 111985 112150 | 
             
                  }
         | 
| 111986 112151 | 
             
                },
         | 
| 111987 | 
            -
                " | 
| 112152 | 
            +
                "S18g": {
         | 
| 111988 112153 | 
             
                  "type": "structure",
         | 
| 111989 112154 | 
             
                  "members": {
         | 
| 111990 112155 | 
             
                    "InstanceEventId": {
         | 
| @@ -112010,7 +112175,7 @@ module.exports={ | |
| 112010 112175 | 
             
                    }
         | 
| 112011 112176 | 
             
                  }
         | 
| 112012 112177 | 
             
                },
         | 
| 112013 | 
            -
                " | 
| 112178 | 
            +
                "S18j": {
         | 
| 112014 112179 | 
             
                  "type": "structure",
         | 
| 112015 112180 | 
             
                  "members": {
         | 
| 112016 112181 | 
             
                    "Code": {
         | 
| @@ -112022,7 +112187,7 @@ module.exports={ | |
| 112022 112187 | 
             
                    }
         | 
| 112023 112188 | 
             
                  }
         | 
| 112024 112189 | 
             
                },
         | 
| 112025 | 
            -
                " | 
| 112190 | 
            +
                "S18l": {
         | 
| 112026 112191 | 
             
                  "type": "structure",
         | 
| 112027 112192 | 
             
                  "members": {
         | 
| 112028 112193 | 
             
                    "Details": {
         | 
| @@ -112050,7 +112215,7 @@ module.exports={ | |
| 112050 112215 | 
             
                    }
         | 
| 112051 112216 | 
             
                  }
         | 
| 112052 112217 | 
             
                },
         | 
| 112053 | 
            -
                " | 
| 112218 | 
            +
                "S1bs": {
         | 
| 112054 112219 | 
             
                  "type": "structure",
         | 
| 112055 112220 | 
             
                  "members": {
         | 
| 112056 112221 | 
             
                    "Groups": {
         | 
| @@ -112088,7 +112253,7 @@ module.exports={ | |
| 112088 112253 | 
             
                            "type": "timestamp"
         | 
| 112089 112254 | 
             
                          },
         | 
| 112090 112255 | 
             
                          "Monitoring": {
         | 
| 112091 | 
            -
                            "shape": " | 
| 112256 | 
            +
                            "shape": "S1bv",
         | 
| 112092 112257 | 
             
                            "locationName": "monitoring"
         | 
| 112093 112258 | 
             
                          },
         | 
| 112094 112259 | 
             
                          "Placement": {
         | 
| @@ -112118,7 +112283,7 @@ module.exports={ | |
| 112118 112283 | 
             
                            "locationName": "ramdiskId"
         | 
| 112119 112284 | 
             
                          },
         | 
| 112120 112285 | 
             
                          "State": {
         | 
| 112121 | 
            -
                            "shape": " | 
| 112286 | 
            +
                            "shape": "S18j",
         | 
| 112122 112287 | 
             
                            "locationName": "instanceState"
         | 
| 112123 112288 | 
             
                          },
         | 
| 112124 112289 | 
             
                          "StateTransitionReason": {
         | 
| @@ -112134,7 +112299,7 @@ module.exports={ | |
| 112134 112299 | 
             
                            "locationName": "architecture"
         | 
| 112135 112300 | 
             
                          },
         | 
| 112136 112301 | 
             
                          "BlockDeviceMappings": {
         | 
| 112137 | 
            -
                            "shape": " | 
| 112302 | 
            +
                            "shape": "S17u",
         | 
| 112138 112303 | 
             
                            "locationName": "blockDeviceMapping"
         | 
| 112139 112304 | 
             
                          },
         | 
| 112140 112305 | 
             
                          "ClientToken": {
         | 
| @@ -112211,7 +112376,7 @@ module.exports={ | |
| 112211 112376 | 
             
                              "type": "structure",
         | 
| 112212 112377 | 
             
                              "members": {
         | 
| 112213 112378 | 
             
                                "Association": {
         | 
| 112214 | 
            -
                                  "shape": " | 
| 112379 | 
            +
                                  "shape": "S1c4",
         | 
| 112215 112380 | 
             
                                  "locationName": "association"
         | 
| 112216 112381 | 
             
                                },
         | 
| 112217 112382 | 
             
                                "Attachment": {
         | 
| @@ -112276,7 +112441,7 @@ module.exports={ | |
| 112276 112441 | 
             
                                    "type": "structure",
         | 
| 112277 112442 | 
             
                                    "members": {
         | 
| 112278 112443 | 
             
                                      "Association": {
         | 
| 112279 | 
            -
                                        "shape": " | 
| 112444 | 
            +
                                        "shape": "S1c4",
         | 
| 112280 112445 | 
             
                                        "locationName": "association"
         | 
| 112281 112446 | 
             
                                      },
         | 
| 112282 112447 | 
             
                                      "Primary": {
         | 
| @@ -112428,11 +112593,11 @@ module.exports={ | |
| 112428 112593 | 
             
                            }
         | 
| 112429 112594 | 
             
                          },
         | 
| 112430 112595 | 
             
                          "MetadataOptions": {
         | 
| 112431 | 
            -
                            "shape": " | 
| 112596 | 
            +
                            "shape": "S1ch",
         | 
| 112432 112597 | 
             
                            "locationName": "metadataOptions"
         | 
| 112433 112598 | 
             
                          },
         | 
| 112434 112599 | 
             
                          "EnclaveOptions": {
         | 
| 112435 | 
            -
                            "shape": " | 
| 112600 | 
            +
                            "shape": "S17y",
         | 
| 112436 112601 | 
             
                            "locationName": "enclaveOptions"
         | 
| 112437 112602 | 
             
                          },
         | 
| 112438 112603 | 
             
                          "BootMode": {
         | 
| @@ -112497,7 +112662,7 @@ module.exports={ | |
| 112497 112662 | 
             
                    }
         | 
| 112498 112663 | 
             
                  }
         | 
| 112499 112664 | 
             
                },
         | 
| 112500 | 
            -
                " | 
| 112665 | 
            +
                "S1bv": {
         | 
| 112501 112666 | 
             
                  "type": "structure",
         | 
| 112502 112667 | 
             
                  "members": {
         | 
| 112503 112668 | 
             
                    "State": {
         | 
| @@ -112505,7 +112670,7 @@ module.exports={ | |
| 112505 112670 | 
             
                    }
         | 
| 112506 112671 | 
             
                  }
         | 
| 112507 112672 | 
             
                },
         | 
| 112508 | 
            -
                " | 
| 112673 | 
            +
                "S1c4": {
         | 
| 112509 112674 | 
             
                  "type": "structure",
         | 
| 112510 112675 | 
             
                  "members": {
         | 
| 112511 112676 | 
             
                    "CarrierIp": {
         | 
| @@ -112525,7 +112690,7 @@ module.exports={ | |
| 112525 112690 | 
             
                    }
         | 
| 112526 112691 | 
             
                  }
         | 
| 112527 112692 | 
             
                },
         | 
| 112528 | 
            -
                " | 
| 112693 | 
            +
                "S1ch": {
         | 
| 112529 112694 | 
             
                  "type": "structure",
         | 
| 112530 112695 | 
             
                  "members": {
         | 
| 112531 112696 | 
             
                    "State": {
         | 
| @@ -112549,13 +112714,13 @@ module.exports={ | |
| 112549 112714 | 
             
                    }
         | 
| 112550 112715 | 
             
                  }
         | 
| 112551 112716 | 
             
                },
         | 
| 112552 | 
            -
                " | 
| 112717 | 
            +
                "S1eh": {
         | 
| 112553 112718 | 
             
                  "type": "list",
         | 
| 112554 112719 | 
             
                  "member": {
         | 
| 112555 112720 | 
             
                    "locationName": "item"
         | 
| 112556 112721 | 
             
                  }
         | 
| 112557 112722 | 
             
                },
         | 
| 112558 | 
            -
                " | 
| 112723 | 
            +
                "S1fh": {
         | 
| 112559 112724 | 
             
                  "type": "structure",
         | 
| 112560 112725 | 
             
                  "members": {
         | 
| 112561 112726 | 
             
                    "NetworkInsightsAccessScopeAnalysisId": {
         | 
| @@ -112597,7 +112762,7 @@ module.exports={ | |
| 112597 112762 | 
             
                    }
         | 
| 112598 112763 | 
             
                  }
         | 
| 112599 112764 | 
             
                },
         | 
| 112600 | 
            -
                " | 
| 112765 | 
            +
                "S1fs": {
         | 
| 112601 112766 | 
             
                  "type": "structure",
         | 
| 112602 112767 | 
             
                  "members": {
         | 
| 112603 112768 | 
             
                    "NetworkInsightsAnalysisId": {
         | 
| @@ -112614,7 +112779,7 @@ module.exports={ | |
| 112614 112779 | 
             
                      "locationName": "additionalAccountSet"
         | 
| 112615 112780 | 
             
                    },
         | 
| 112616 112781 | 
             
                    "FilterInArns": {
         | 
| 112617 | 
            -
                      "shape": " | 
| 112782 | 
            +
                      "shape": "S1ft",
         | 
| 112618 112783 | 
             
                      "locationName": "filterInArnSet"
         | 
| 112619 112784 | 
             
                    },
         | 
| 112620 112785 | 
             
                    "StartDate": {
         | 
| @@ -112635,15 +112800,15 @@ module.exports={ | |
| 112635 112800 | 
             
                      "type": "boolean"
         | 
| 112636 112801 | 
             
                    },
         | 
| 112637 112802 | 
             
                    "ForwardPathComponents": {
         | 
| 112638 | 
            -
                      "shape": " | 
| 112803 | 
            +
                      "shape": "S1fu",
         | 
| 112639 112804 | 
             
                      "locationName": "forwardPathComponentSet"
         | 
| 112640 112805 | 
             
                    },
         | 
| 112641 112806 | 
             
                    "ReturnPathComponents": {
         | 
| 112642 | 
            -
                      "shape": " | 
| 112807 | 
            +
                      "shape": "S1fu",
         | 
| 112643 112808 | 
             
                      "locationName": "returnPathComponentSet"
         | 
| 112644 112809 | 
             
                    },
         | 
| 112645 112810 | 
             
                    "Explanations": {
         | 
| 112646 | 
            -
                      "shape": " | 
| 112811 | 
            +
                      "shape": "S1ge",
         | 
| 112647 112812 | 
             
                      "locationName": "explanationSet"
         | 
| 112648 112813 | 
             
                    },
         | 
| 112649 112814 | 
             
                    "AlternatePathHints": {
         | 
| @@ -112672,13 +112837,13 @@ module.exports={ | |
| 112672 112837 | 
             
                    }
         | 
| 112673 112838 | 
             
                  }
         | 
| 112674 112839 | 
             
                },
         | 
| 112675 | 
            -
                " | 
| 112840 | 
            +
                "S1ft": {
         | 
| 112676 112841 | 
             
                  "type": "list",
         | 
| 112677 112842 | 
             
                  "member": {
         | 
| 112678 112843 | 
             
                    "locationName": "item"
         | 
| 112679 112844 | 
             
                  }
         | 
| 112680 112845 | 
             
                },
         | 
| 112681 | 
            -
                " | 
| 112846 | 
            +
                "S1fu": {
         | 
| 112682 112847 | 
             
                  "type": "list",
         | 
| 112683 112848 | 
             
                  "member": {
         | 
| 112684 112849 | 
             
                    "locationName": "item",
         | 
| @@ -112689,47 +112854,47 @@ module.exports={ | |
| 112689 112854 | 
             
                        "type": "integer"
         | 
| 112690 112855 | 
             
                      },
         | 
| 112691 112856 | 
             
                      "AclRule": {
         | 
| 112692 | 
            -
                        "shape": " | 
| 112857 | 
            +
                        "shape": "S1fw",
         | 
| 112693 112858 | 
             
                        "locationName": "aclRule"
         | 
| 112694 112859 | 
             
                      },
         | 
| 112695 112860 | 
             
                      "AttachedTo": {
         | 
| 112696 | 
            -
                        "shape": " | 
| 112861 | 
            +
                        "shape": "S1fx",
         | 
| 112697 112862 | 
             
                        "locationName": "attachedTo"
         | 
| 112698 112863 | 
             
                      },
         | 
| 112699 112864 | 
             
                      "Component": {
         | 
| 112700 | 
            -
                        "shape": " | 
| 112865 | 
            +
                        "shape": "S1fx",
         | 
| 112701 112866 | 
             
                        "locationName": "component"
         | 
| 112702 112867 | 
             
                      },
         | 
| 112703 112868 | 
             
                      "DestinationVpc": {
         | 
| 112704 | 
            -
                        "shape": " | 
| 112869 | 
            +
                        "shape": "S1fx",
         | 
| 112705 112870 | 
             
                        "locationName": "destinationVpc"
         | 
| 112706 112871 | 
             
                      },
         | 
| 112707 112872 | 
             
                      "OutboundHeader": {
         | 
| 112708 | 
            -
                        "shape": " | 
| 112873 | 
            +
                        "shape": "S1fy",
         | 
| 112709 112874 | 
             
                        "locationName": "outboundHeader"
         | 
| 112710 112875 | 
             
                      },
         | 
| 112711 112876 | 
             
                      "InboundHeader": {
         | 
| 112712 | 
            -
                        "shape": " | 
| 112877 | 
            +
                        "shape": "S1fy",
         | 
| 112713 112878 | 
             
                        "locationName": "inboundHeader"
         | 
| 112714 112879 | 
             
                      },
         | 
| 112715 112880 | 
             
                      "RouteTableRoute": {
         | 
| 112716 | 
            -
                        "shape": " | 
| 112881 | 
            +
                        "shape": "S1g1",
         | 
| 112717 112882 | 
             
                        "locationName": "routeTableRoute"
         | 
| 112718 112883 | 
             
                      },
         | 
| 112719 112884 | 
             
                      "SecurityGroupRule": {
         | 
| 112720 | 
            -
                        "shape": " | 
| 112885 | 
            +
                        "shape": "S1g2",
         | 
| 112721 112886 | 
             
                        "locationName": "securityGroupRule"
         | 
| 112722 112887 | 
             
                      },
         | 
| 112723 112888 | 
             
                      "SourceVpc": {
         | 
| 112724 | 
            -
                        "shape": " | 
| 112889 | 
            +
                        "shape": "S1fx",
         | 
| 112725 112890 | 
             
                        "locationName": "sourceVpc"
         | 
| 112726 112891 | 
             
                      },
         | 
| 112727 112892 | 
             
                      "Subnet": {
         | 
| 112728 | 
            -
                        "shape": " | 
| 112893 | 
            +
                        "shape": "S1fx",
         | 
| 112729 112894 | 
             
                        "locationName": "subnet"
         | 
| 112730 112895 | 
             
                      },
         | 
| 112731 112896 | 
             
                      "Vpc": {
         | 
| 112732 | 
            -
                        "shape": " | 
| 112897 | 
            +
                        "shape": "S1fx",
         | 
| 112733 112898 | 
             
                        "locationName": "vpc"
         | 
| 112734 112899 | 
             
                      },
         | 
| 112735 112900 | 
             
                      "AdditionalDetails": {
         | 
| @@ -112743,15 +112908,15 @@ module.exports={ | |
| 112743 112908 | 
             
                              "locationName": "additionalDetailType"
         | 
| 112744 112909 | 
             
                            },
         | 
| 112745 112910 | 
             
                            "Component": {
         | 
| 112746 | 
            -
                              "shape": " | 
| 112911 | 
            +
                              "shape": "S1fx",
         | 
| 112747 112912 | 
             
                              "locationName": "component"
         | 
| 112748 112913 | 
             
                            },
         | 
| 112749 112914 | 
             
                            "VpcEndpointService": {
         | 
| 112750 | 
            -
                              "shape": " | 
| 112915 | 
            +
                              "shape": "S1fx",
         | 
| 112751 112916 | 
             
                              "locationName": "vpcEndpointService"
         | 
| 112752 112917 | 
             
                            },
         | 
| 112753 112918 | 
             
                            "RuleOptions": {
         | 
| 112754 | 
            -
                              "shape": " | 
| 112919 | 
            +
                              "shape": "S1g5",
         | 
| 112755 112920 | 
             
                              "locationName": "ruleOptionSet"
         | 
| 112756 112921 | 
             
                            },
         | 
| 112757 112922 | 
             
                            "RuleGroupTypePairs": {
         | 
| @@ -112781,7 +112946,7 @@ module.exports={ | |
| 112781 112946 | 
             
                                    "locationName": "ruleGroupArn"
         | 
| 112782 112947 | 
             
                                  },
         | 
| 112783 112948 | 
             
                                  "RuleOptions": {
         | 
| 112784 | 
            -
                                    "shape": " | 
| 112949 | 
            +
                                    "shape": "S1g5",
         | 
| 112785 112950 | 
             
                                    "locationName": "ruleOptionSet"
         | 
| 112786 112951 | 
             
                                  }
         | 
| 112787 112952 | 
             
                                }
         | 
| @@ -112791,34 +112956,34 @@ module.exports={ | |
| 112791 112956 | 
             
                              "locationName": "serviceName"
         | 
| 112792 112957 | 
             
                            },
         | 
| 112793 112958 | 
             
                            "LoadBalancers": {
         | 
| 112794 | 
            -
                              "shape": " | 
| 112959 | 
            +
                              "shape": "S1gc",
         | 
| 112795 112960 | 
             
                              "locationName": "loadBalancerSet"
         | 
| 112796 112961 | 
             
                            }
         | 
| 112797 112962 | 
             
                          }
         | 
| 112798 112963 | 
             
                        }
         | 
| 112799 112964 | 
             
                      },
         | 
| 112800 112965 | 
             
                      "TransitGateway": {
         | 
| 112801 | 
            -
                        "shape": " | 
| 112966 | 
            +
                        "shape": "S1fx",
         | 
| 112802 112967 | 
             
                        "locationName": "transitGateway"
         | 
| 112803 112968 | 
             
                      },
         | 
| 112804 112969 | 
             
                      "TransitGatewayRouteTableRoute": {
         | 
| 112805 | 
            -
                        "shape": " | 
| 112970 | 
            +
                        "shape": "S1gd",
         | 
| 112806 112971 | 
             
                        "locationName": "transitGatewayRouteTableRoute"
         | 
| 112807 112972 | 
             
                      },
         | 
| 112808 112973 | 
             
                      "Explanations": {
         | 
| 112809 | 
            -
                        "shape": " | 
| 112974 | 
            +
                        "shape": "S1ge",
         | 
| 112810 112975 | 
             
                        "locationName": "explanationSet"
         | 
| 112811 112976 | 
             
                      },
         | 
| 112812 112977 | 
             
                      "ElasticLoadBalancerListener": {
         | 
| 112813 | 
            -
                        "shape": " | 
| 112978 | 
            +
                        "shape": "S1fx",
         | 
| 112814 112979 | 
             
                        "locationName": "elasticLoadBalancerListener"
         | 
| 112815 112980 | 
             
                      },
         | 
| 112816 112981 | 
             
                      "FirewallStatelessRule": {
         | 
| 112817 | 
            -
                        "shape": " | 
| 112982 | 
            +
                        "shape": "S1gk",
         | 
| 112818 112983 | 
             
                        "locationName": "firewallStatelessRule"
         | 
| 112819 112984 | 
             
                      },
         | 
| 112820 112985 | 
             
                      "FirewallStatefulRule": {
         | 
| 112821 | 
            -
                        "shape": " | 
| 112986 | 
            +
                        "shape": "S1go",
         | 
| 112822 112987 | 
             
                        "locationName": "firewallStatefulRule"
         | 
| 112823 112988 | 
             
                      },
         | 
| 112824 112989 | 
             
                      "ServiceName": {
         | 
| @@ -112827,7 +112992,7 @@ module.exports={ | |
| 112827 112992 | 
             
                    }
         | 
| 112828 112993 | 
             
                  }
         | 
| 112829 112994 | 
             
                },
         | 
| 112830 | 
            -
                " | 
| 112995 | 
            +
                "S1fw": {
         | 
| 112831 112996 | 
             
                  "type": "structure",
         | 
| 112832 112997 | 
             
                  "members": {
         | 
| 112833 112998 | 
             
                    "Cidr": {
         | 
| @@ -112853,7 +113018,7 @@ module.exports={ | |
| 112853 113018 | 
             
                    }
         | 
| 112854 113019 | 
             
                  }
         | 
| 112855 113020 | 
             
                },
         | 
| 112856 | 
            -
                " | 
| 113021 | 
            +
                "S1fx": {
         | 
| 112857 113022 | 
             
                  "type": "structure",
         | 
| 112858 113023 | 
             
                  "members": {
         | 
| 112859 113024 | 
             
                    "Id": {
         | 
| @@ -112867,44 +113032,44 @@ module.exports={ | |
| 112867 113032 | 
             
                    }
         | 
| 112868 113033 | 
             
                  }
         | 
| 112869 113034 | 
             
                },
         | 
| 112870 | 
            -
                " | 
| 113035 | 
            +
                "S1fy": {
         | 
| 112871 113036 | 
             
                  "type": "structure",
         | 
| 112872 113037 | 
             
                  "members": {
         | 
| 112873 113038 | 
             
                    "DestinationAddresses": {
         | 
| 112874 | 
            -
                      "shape": " | 
| 113039 | 
            +
                      "shape": "S1fz",
         | 
| 112875 113040 | 
             
                      "locationName": "destinationAddressSet"
         | 
| 112876 113041 | 
             
                    },
         | 
| 112877 113042 | 
             
                    "DestinationPortRanges": {
         | 
| 112878 | 
            -
                      "shape": " | 
| 113043 | 
            +
                      "shape": "S1g0",
         | 
| 112879 113044 | 
             
                      "locationName": "destinationPortRangeSet"
         | 
| 112880 113045 | 
             
                    },
         | 
| 112881 113046 | 
             
                    "Protocol": {
         | 
| 112882 113047 | 
             
                      "locationName": "protocol"
         | 
| 112883 113048 | 
             
                    },
         | 
| 112884 113049 | 
             
                    "SourceAddresses": {
         | 
| 112885 | 
            -
                      "shape": " | 
| 113050 | 
            +
                      "shape": "S1fz",
         | 
| 112886 113051 | 
             
                      "locationName": "sourceAddressSet"
         | 
| 112887 113052 | 
             
                    },
         | 
| 112888 113053 | 
             
                    "SourcePortRanges": {
         | 
| 112889 | 
            -
                      "shape": " | 
| 113054 | 
            +
                      "shape": "S1g0",
         | 
| 112890 113055 | 
             
                      "locationName": "sourcePortRangeSet"
         | 
| 112891 113056 | 
             
                    }
         | 
| 112892 113057 | 
             
                  }
         | 
| 112893 113058 | 
             
                },
         | 
| 112894 | 
            -
                " | 
| 113059 | 
            +
                "S1fz": {
         | 
| 112895 113060 | 
             
                  "type": "list",
         | 
| 112896 113061 | 
             
                  "member": {
         | 
| 112897 113062 | 
             
                    "locationName": "item"
         | 
| 112898 113063 | 
             
                  }
         | 
| 112899 113064 | 
             
                },
         | 
| 112900 | 
            -
                " | 
| 113065 | 
            +
                "S1g0": {
         | 
| 112901 113066 | 
             
                  "type": "list",
         | 
| 112902 113067 | 
             
                  "member": {
         | 
| 112903 113068 | 
             
                    "shape": "Sjs",
         | 
| 112904 113069 | 
             
                    "locationName": "item"
         | 
| 112905 113070 | 
             
                  }
         | 
| 112906 113071 | 
             
                },
         | 
| 112907 | 
            -
                " | 
| 113072 | 
            +
                "S1g1": {
         | 
| 112908 113073 | 
             
                  "type": "structure",
         | 
| 112909 113074 | 
             
                  "members": {
         | 
| 112910 113075 | 
             
                    "DestinationCidr": {
         | 
| @@ -112951,7 +113116,7 @@ module.exports={ | |
| 112951 113116 | 
             
                    }
         | 
| 112952 113117 | 
             
                  }
         | 
| 112953 113118 | 
             
                },
         | 
| 112954 | 
            -
                " | 
| 113119 | 
            +
                "S1g2": {
         | 
| 112955 113120 | 
             
                  "type": "structure",
         | 
| 112956 113121 | 
             
                  "members": {
         | 
| 112957 113122 | 
             
                    "Cidr": {
         | 
| @@ -112975,7 +113140,7 @@ module.exports={ | |
| 112975 113140 | 
             
                    }
         | 
| 112976 113141 | 
             
                  }
         | 
| 112977 113142 | 
             
                },
         | 
| 112978 | 
            -
                " | 
| 113143 | 
            +
                "S1g5": {
         | 
| 112979 113144 | 
             
                  "type": "list",
         | 
| 112980 113145 | 
             
                  "member": {
         | 
| 112981 113146 | 
             
                    "locationName": "item",
         | 
| @@ -112985,26 +113150,26 @@ module.exports={ | |
| 112985 113150 | 
             
                        "locationName": "keyword"
         | 
| 112986 113151 | 
             
                      },
         | 
| 112987 113152 | 
             
                      "Settings": {
         | 
| 112988 | 
            -
                        "shape": " | 
| 113153 | 
            +
                        "shape": "S1g7",
         | 
| 112989 113154 | 
             
                        "locationName": "settingSet"
         | 
| 112990 113155 | 
             
                      }
         | 
| 112991 113156 | 
             
                    }
         | 
| 112992 113157 | 
             
                  }
         | 
| 112993 113158 | 
             
                },
         | 
| 112994 | 
            -
                " | 
| 113159 | 
            +
                "S1g7": {
         | 
| 112995 113160 | 
             
                  "type": "list",
         | 
| 112996 113161 | 
             
                  "member": {
         | 
| 112997 113162 | 
             
                    "locationName": "item"
         | 
| 112998 113163 | 
             
                  }
         | 
| 112999 113164 | 
             
                },
         | 
| 113000 | 
            -
                " | 
| 113165 | 
            +
                "S1gc": {
         | 
| 113001 113166 | 
             
                  "type": "list",
         | 
| 113002 113167 | 
             
                  "member": {
         | 
| 113003 | 
            -
                    "shape": " | 
| 113168 | 
            +
                    "shape": "S1fx",
         | 
| 113004 113169 | 
             
                    "locationName": "item"
         | 
| 113005 113170 | 
             
                  }
         | 
| 113006 113171 | 
             
                },
         | 
| 113007 | 
            -
                " | 
| 113172 | 
            +
                "S1gd": {
         | 
| 113008 113173 | 
             
                  "type": "structure",
         | 
| 113009 113174 | 
             
                  "members": {
         | 
| 113010 113175 | 
             
                    "DestinationCidr": {
         | 
| @@ -113030,29 +113195,29 @@ module.exports={ | |
| 113030 113195 | 
             
                    }
         | 
| 113031 113196 | 
             
                  }
         | 
| 113032 113197 | 
             
                },
         | 
| 113033 | 
            -
                " | 
| 113198 | 
            +
                "S1ge": {
         | 
| 113034 113199 | 
             
                  "type": "list",
         | 
| 113035 113200 | 
             
                  "member": {
         | 
| 113036 113201 | 
             
                    "locationName": "item",
         | 
| 113037 113202 | 
             
                    "type": "structure",
         | 
| 113038 113203 | 
             
                    "members": {
         | 
| 113039 113204 | 
             
                      "Acl": {
         | 
| 113040 | 
            -
                        "shape": " | 
| 113205 | 
            +
                        "shape": "S1fx",
         | 
| 113041 113206 | 
             
                        "locationName": "acl"
         | 
| 113042 113207 | 
             
                      },
         | 
| 113043 113208 | 
             
                      "AclRule": {
         | 
| 113044 | 
            -
                        "shape": " | 
| 113209 | 
            +
                        "shape": "S1fw",
         | 
| 113045 113210 | 
             
                        "locationName": "aclRule"
         | 
| 113046 113211 | 
             
                      },
         | 
| 113047 113212 | 
             
                      "Address": {
         | 
| 113048 113213 | 
             
                        "locationName": "address"
         | 
| 113049 113214 | 
             
                      },
         | 
| 113050 113215 | 
             
                      "Addresses": {
         | 
| 113051 | 
            -
                        "shape": " | 
| 113216 | 
            +
                        "shape": "S1fz",
         | 
| 113052 113217 | 
             
                        "locationName": "addressSet"
         | 
| 113053 113218 | 
             
                      },
         | 
| 113054 113219 | 
             
                      "AttachedTo": {
         | 
| 113055 | 
            -
                        "shape": " | 
| 113220 | 
            +
                        "shape": "S1fx",
         | 
| 113056 113221 | 
             
                        "locationName": "attachedTo"
         | 
| 113057 113222 | 
             
                      },
         | 
| 113058 113223 | 
             
                      "AvailabilityZones": {
         | 
| @@ -113064,19 +113229,19 @@ module.exports={ | |
| 113064 113229 | 
             
                        "locationName": "cidrSet"
         | 
| 113065 113230 | 
             
                      },
         | 
| 113066 113231 | 
             
                      "Component": {
         | 
| 113067 | 
            -
                        "shape": " | 
| 113232 | 
            +
                        "shape": "S1fx",
         | 
| 113068 113233 | 
             
                        "locationName": "component"
         | 
| 113069 113234 | 
             
                      },
         | 
| 113070 113235 | 
             
                      "CustomerGateway": {
         | 
| 113071 | 
            -
                        "shape": " | 
| 113236 | 
            +
                        "shape": "S1fx",
         | 
| 113072 113237 | 
             
                        "locationName": "customerGateway"
         | 
| 113073 113238 | 
             
                      },
         | 
| 113074 113239 | 
             
                      "Destination": {
         | 
| 113075 | 
            -
                        "shape": " | 
| 113240 | 
            +
                        "shape": "S1fx",
         | 
| 113076 113241 | 
             
                        "locationName": "destination"
         | 
| 113077 113242 | 
             
                      },
         | 
| 113078 113243 | 
             
                      "DestinationVpc": {
         | 
| 113079 | 
            -
                        "shape": " | 
| 113244 | 
            +
                        "shape": "S1fx",
         | 
| 113080 113245 | 
             
                        "locationName": "destinationVpc"
         | 
| 113081 113246 | 
             
                      },
         | 
| 113082 113247 | 
             
                      "Direction": {
         | 
| @@ -113086,11 +113251,11 @@ module.exports={ | |
| 113086 113251 | 
             
                        "locationName": "explanationCode"
         | 
| 113087 113252 | 
             
                      },
         | 
| 113088 113253 | 
             
                      "IngressRouteTable": {
         | 
| 113089 | 
            -
                        "shape": " | 
| 113254 | 
            +
                        "shape": "S1fx",
         | 
| 113090 113255 | 
             
                        "locationName": "ingressRouteTable"
         | 
| 113091 113256 | 
             
                      },
         | 
| 113092 113257 | 
             
                      "InternetGateway": {
         | 
| 113093 | 
            -
                        "shape": " | 
| 113258 | 
            +
                        "shape": "S1fx",
         | 
| 113094 113259 | 
             
                        "locationName": "internetGateway"
         | 
| 113095 113260 | 
             
                      },
         | 
| 113096 113261 | 
             
                      "LoadBalancerArn": {
         | 
| @@ -113125,7 +113290,7 @@ module.exports={ | |
| 113125 113290 | 
             
                            "locationName": "availabilityZone"
         | 
| 113126 113291 | 
             
                          },
         | 
| 113127 113292 | 
             
                          "Instance": {
         | 
| 113128 | 
            -
                            "shape": " | 
| 113293 | 
            +
                            "shape": "S1fx",
         | 
| 113129 113294 | 
             
                            "locationName": "instance"
         | 
| 113130 113295 | 
             
                          },
         | 
| 113131 113296 | 
             
                          "Port": {
         | 
| @@ -113135,11 +113300,11 @@ module.exports={ | |
| 113135 113300 | 
             
                        }
         | 
| 113136 113301 | 
             
                      },
         | 
| 113137 113302 | 
             
                      "LoadBalancerTargetGroup": {
         | 
| 113138 | 
            -
                        "shape": " | 
| 113303 | 
            +
                        "shape": "S1fx",
         | 
| 113139 113304 | 
             
                        "locationName": "loadBalancerTargetGroup"
         | 
| 113140 113305 | 
             
                      },
         | 
| 113141 113306 | 
             
                      "LoadBalancerTargetGroups": {
         | 
| 113142 | 
            -
                        "shape": " | 
| 113307 | 
            +
                        "shape": "S1gc",
         | 
| 113143 113308 | 
             
                        "locationName": "loadBalancerTargetGroupSet"
         | 
| 113144 113309 | 
             
                      },
         | 
| 113145 113310 | 
             
                      "LoadBalancerTargetPort": {
         | 
| @@ -113147,25 +113312,25 @@ module.exports={ | |
| 113147 113312 | 
             
                        "type": "integer"
         | 
| 113148 113313 | 
             
                      },
         | 
| 113149 113314 | 
             
                      "ElasticLoadBalancerListener": {
         | 
| 113150 | 
            -
                        "shape": " | 
| 113315 | 
            +
                        "shape": "S1fx",
         | 
| 113151 113316 | 
             
                        "locationName": "elasticLoadBalancerListener"
         | 
| 113152 113317 | 
             
                      },
         | 
| 113153 113318 | 
             
                      "MissingComponent": {
         | 
| 113154 113319 | 
             
                        "locationName": "missingComponent"
         | 
| 113155 113320 | 
             
                      },
         | 
| 113156 113321 | 
             
                      "NatGateway": {
         | 
| 113157 | 
            -
                        "shape": " | 
| 113322 | 
            +
                        "shape": "S1fx",
         | 
| 113158 113323 | 
             
                        "locationName": "natGateway"
         | 
| 113159 113324 | 
             
                      },
         | 
| 113160 113325 | 
             
                      "NetworkInterface": {
         | 
| 113161 | 
            -
                        "shape": " | 
| 113326 | 
            +
                        "shape": "S1fx",
         | 
| 113162 113327 | 
             
                        "locationName": "networkInterface"
         | 
| 113163 113328 | 
             
                      },
         | 
| 113164 113329 | 
             
                      "PacketField": {
         | 
| 113165 113330 | 
             
                        "locationName": "packetField"
         | 
| 113166 113331 | 
             
                      },
         | 
| 113167 113332 | 
             
                      "VpcPeeringConnection": {
         | 
| 113168 | 
            -
                        "shape": " | 
| 113333 | 
            +
                        "shape": "S1fx",
         | 
| 113169 113334 | 
             
                        "locationName": "vpcPeeringConnection"
         | 
| 113170 113335 | 
             
                      },
         | 
| 113171 113336 | 
             
                      "Port": {
         | 
| @@ -113173,82 +113338,82 @@ module.exports={ | |
| 113173 113338 | 
             
                        "type": "integer"
         | 
| 113174 113339 | 
             
                      },
         | 
| 113175 113340 | 
             
                      "PortRanges": {
         | 
| 113176 | 
            -
                        "shape": " | 
| 113341 | 
            +
                        "shape": "S1g0",
         | 
| 113177 113342 | 
             
                        "locationName": "portRangeSet"
         | 
| 113178 113343 | 
             
                      },
         | 
| 113179 113344 | 
             
                      "PrefixList": {
         | 
| 113180 | 
            -
                        "shape": " | 
| 113345 | 
            +
                        "shape": "S1fx",
         | 
| 113181 113346 | 
             
                        "locationName": "prefixList"
         | 
| 113182 113347 | 
             
                      },
         | 
| 113183 113348 | 
             
                      "Protocols": {
         | 
| 113184 | 
            -
                        "shape": " | 
| 113349 | 
            +
                        "shape": "S1g7",
         | 
| 113185 113350 | 
             
                        "locationName": "protocolSet"
         | 
| 113186 113351 | 
             
                      },
         | 
| 113187 113352 | 
             
                      "RouteTableRoute": {
         | 
| 113188 | 
            -
                        "shape": " | 
| 113353 | 
            +
                        "shape": "S1g1",
         | 
| 113189 113354 | 
             
                        "locationName": "routeTableRoute"
         | 
| 113190 113355 | 
             
                      },
         | 
| 113191 113356 | 
             
                      "RouteTable": {
         | 
| 113192 | 
            -
                        "shape": " | 
| 113357 | 
            +
                        "shape": "S1fx",
         | 
| 113193 113358 | 
             
                        "locationName": "routeTable"
         | 
| 113194 113359 | 
             
                      },
         | 
| 113195 113360 | 
             
                      "SecurityGroup": {
         | 
| 113196 | 
            -
                        "shape": " | 
| 113361 | 
            +
                        "shape": "S1fx",
         | 
| 113197 113362 | 
             
                        "locationName": "securityGroup"
         | 
| 113198 113363 | 
             
                      },
         | 
| 113199 113364 | 
             
                      "SecurityGroupRule": {
         | 
| 113200 | 
            -
                        "shape": " | 
| 113365 | 
            +
                        "shape": "S1g2",
         | 
| 113201 113366 | 
             
                        "locationName": "securityGroupRule"
         | 
| 113202 113367 | 
             
                      },
         | 
| 113203 113368 | 
             
                      "SecurityGroups": {
         | 
| 113204 | 
            -
                        "shape": " | 
| 113369 | 
            +
                        "shape": "S1gc",
         | 
| 113205 113370 | 
             
                        "locationName": "securityGroupSet"
         | 
| 113206 113371 | 
             
                      },
         | 
| 113207 113372 | 
             
                      "SourceVpc": {
         | 
| 113208 | 
            -
                        "shape": " | 
| 113373 | 
            +
                        "shape": "S1fx",
         | 
| 113209 113374 | 
             
                        "locationName": "sourceVpc"
         | 
| 113210 113375 | 
             
                      },
         | 
| 113211 113376 | 
             
                      "State": {
         | 
| 113212 113377 | 
             
                        "locationName": "state"
         | 
| 113213 113378 | 
             
                      },
         | 
| 113214 113379 | 
             
                      "Subnet": {
         | 
| 113215 | 
            -
                        "shape": " | 
| 113380 | 
            +
                        "shape": "S1fx",
         | 
| 113216 113381 | 
             
                        "locationName": "subnet"
         | 
| 113217 113382 | 
             
                      },
         | 
| 113218 113383 | 
             
                      "SubnetRouteTable": {
         | 
| 113219 | 
            -
                        "shape": " | 
| 113384 | 
            +
                        "shape": "S1fx",
         | 
| 113220 113385 | 
             
                        "locationName": "subnetRouteTable"
         | 
| 113221 113386 | 
             
                      },
         | 
| 113222 113387 | 
             
                      "Vpc": {
         | 
| 113223 | 
            -
                        "shape": " | 
| 113388 | 
            +
                        "shape": "S1fx",
         | 
| 113224 113389 | 
             
                        "locationName": "vpc"
         | 
| 113225 113390 | 
             
                      },
         | 
| 113226 113391 | 
             
                      "VpcEndpoint": {
         | 
| 113227 | 
            -
                        "shape": " | 
| 113392 | 
            +
                        "shape": "S1fx",
         | 
| 113228 113393 | 
             
                        "locationName": "vpcEndpoint"
         | 
| 113229 113394 | 
             
                      },
         | 
| 113230 113395 | 
             
                      "VpnConnection": {
         | 
| 113231 | 
            -
                        "shape": " | 
| 113396 | 
            +
                        "shape": "S1fx",
         | 
| 113232 113397 | 
             
                        "locationName": "vpnConnection"
         | 
| 113233 113398 | 
             
                      },
         | 
| 113234 113399 | 
             
                      "VpnGateway": {
         | 
| 113235 | 
            -
                        "shape": " | 
| 113400 | 
            +
                        "shape": "S1fx",
         | 
| 113236 113401 | 
             
                        "locationName": "vpnGateway"
         | 
| 113237 113402 | 
             
                      },
         | 
| 113238 113403 | 
             
                      "TransitGateway": {
         | 
| 113239 | 
            -
                        "shape": " | 
| 113404 | 
            +
                        "shape": "S1fx",
         | 
| 113240 113405 | 
             
                        "locationName": "transitGateway"
         | 
| 113241 113406 | 
             
                      },
         | 
| 113242 113407 | 
             
                      "TransitGatewayRouteTable": {
         | 
| 113243 | 
            -
                        "shape": " | 
| 113408 | 
            +
                        "shape": "S1fx",
         | 
| 113244 113409 | 
             
                        "locationName": "transitGatewayRouteTable"
         | 
| 113245 113410 | 
             
                      },
         | 
| 113246 113411 | 
             
                      "TransitGatewayRouteTableRoute": {
         | 
| 113247 | 
            -
                        "shape": " | 
| 113412 | 
            +
                        "shape": "S1gd",
         | 
| 113248 113413 | 
             
                        "locationName": "transitGatewayRouteTableRoute"
         | 
| 113249 113414 | 
             
                      },
         | 
| 113250 113415 | 
             
                      "TransitGatewayAttachment": {
         | 
| 113251 | 
            -
                        "shape": " | 
| 113416 | 
            +
                        "shape": "S1fx",
         | 
| 113252 113417 | 
             
                        "locationName": "transitGatewayAttachment"
         | 
| 113253 113418 | 
             
                      },
         | 
| 113254 113419 | 
             
                      "ComponentAccount": {
         | 
| @@ -113258,17 +113423,17 @@ module.exports={ | |
| 113258 113423 | 
             
                        "locationName": "componentRegion"
         | 
| 113259 113424 | 
             
                      },
         | 
| 113260 113425 | 
             
                      "FirewallStatelessRule": {
         | 
| 113261 | 
            -
                        "shape": " | 
| 113426 | 
            +
                        "shape": "S1gk",
         | 
| 113262 113427 | 
             
                        "locationName": "firewallStatelessRule"
         | 
| 113263 113428 | 
             
                      },
         | 
| 113264 113429 | 
             
                      "FirewallStatefulRule": {
         | 
| 113265 | 
            -
                        "shape": " | 
| 113430 | 
            +
                        "shape": "S1go",
         | 
| 113266 113431 | 
             
                        "locationName": "firewallStatefulRule"
         | 
| 113267 113432 | 
             
                      }
         | 
| 113268 113433 | 
             
                    }
         | 
| 113269 113434 | 
             
                  }
         | 
| 113270 113435 | 
             
                },
         | 
| 113271 | 
            -
                " | 
| 113436 | 
            +
                "S1gk": {
         | 
| 113272 113437 | 
             
                  "type": "structure",
         | 
| 113273 113438 | 
             
                  "members": {
         | 
| 113274 113439 | 
             
                    "RuleGroupArn": {
         | 
| @@ -113283,11 +113448,11 @@ module.exports={ | |
| 113283 113448 | 
             
                      "locationName": "destinationSet"
         | 
| 113284 113449 | 
             
                    },
         | 
| 113285 113450 | 
             
                    "SourcePorts": {
         | 
| 113286 | 
            -
                      "shape": " | 
| 113451 | 
            +
                      "shape": "S1g0",
         | 
| 113287 113452 | 
             
                      "locationName": "sourcePortSet"
         | 
| 113288 113453 | 
             
                    },
         | 
| 113289 113454 | 
             
                    "DestinationPorts": {
         | 
| 113290 | 
            -
                      "shape": " | 
| 113455 | 
            +
                      "shape": "S1g0",
         | 
| 113291 113456 | 
             
                      "locationName": "destinationPortSet"
         | 
| 113292 113457 | 
             
                    },
         | 
| 113293 113458 | 
             
                    "Protocols": {
         | 
| @@ -113307,7 +113472,7 @@ module.exports={ | |
| 113307 113472 | 
             
                    }
         | 
| 113308 113473 | 
             
                  }
         | 
| 113309 113474 | 
             
                },
         | 
| 113310 | 
            -
                " | 
| 113475 | 
            +
                "S1go": {
         | 
| 113311 113476 | 
             
                  "type": "structure",
         | 
| 113312 113477 | 
             
                  "members": {
         | 
| 113313 113478 | 
             
                    "RuleGroupArn": {
         | 
| @@ -113322,11 +113487,11 @@ module.exports={ | |
| 113322 113487 | 
             
                      "locationName": "destinationSet"
         | 
| 113323 113488 | 
             
                    },
         | 
| 113324 113489 | 
             
                    "SourcePorts": {
         | 
| 113325 | 
            -
                      "shape": " | 
| 113490 | 
            +
                      "shape": "S1g0",
         | 
| 113326 113491 | 
             
                      "locationName": "sourcePortSet"
         | 
| 113327 113492 | 
             
                    },
         | 
| 113328 113493 | 
             
                    "DestinationPorts": {
         | 
| 113329 | 
            -
                      "shape": " | 
| 113494 | 
            +
                      "shape": "S1g0",
         | 
| 113330 113495 | 
             
                      "locationName": "destinationPortSet"
         | 
| 113331 113496 | 
             
                    },
         | 
| 113332 113497 | 
             
                    "Protocol": {
         | 
| @@ -113340,7 +113505,7 @@ module.exports={ | |
| 113340 113505 | 
             
                    }
         | 
| 113341 113506 | 
             
                  }
         | 
| 113342 113507 | 
             
                },
         | 
| 113343 | 
            -
                " | 
| 113508 | 
            +
                "S1hv": {
         | 
| 113344 113509 | 
             
                  "type": "structure",
         | 
| 113345 113510 | 
             
                  "members": {
         | 
| 113346 113511 | 
             
                    "FirstAddress": {
         | 
| @@ -113359,13 +113524,13 @@ module.exports={ | |
| 113359 113524 | 
             
                    }
         | 
| 113360 113525 | 
             
                  }
         | 
| 113361 113526 | 
             
                },
         | 
| 113362 | 
            -
                " | 
| 113527 | 
            +
                "S1i8": {
         | 
| 113363 113528 | 
             
                  "type": "list",
         | 
| 113364 113529 | 
             
                  "member": {
         | 
| 113365 113530 | 
             
                    "locationName": "ReservedInstancesId"
         | 
| 113366 113531 | 
             
                  }
         | 
| 113367 113532 | 
             
                },
         | 
| 113368 | 
            -
                " | 
| 113533 | 
            +
                "S1ig": {
         | 
| 113369 113534 | 
             
                  "type": "list",
         | 
| 113370 113535 | 
             
                  "member": {
         | 
| 113371 113536 | 
             
                    "locationName": "item",
         | 
| @@ -113381,7 +113546,7 @@ module.exports={ | |
| 113381 113546 | 
             
                    }
         | 
| 113382 113547 | 
             
                  }
         | 
| 113383 113548 | 
             
                },
         | 
| 113384 | 
            -
                " | 
| 113549 | 
            +
                "S1iu": {
         | 
| 113385 113550 | 
             
                  "type": "structure",
         | 
| 113386 113551 | 
             
                  "members": {
         | 
| 113387 113552 | 
             
                    "AvailabilityZone": {
         | 
| @@ -113402,7 +113567,7 @@ module.exports={ | |
| 113402 113567 | 
             
                    }
         | 
| 113403 113568 | 
             
                  }
         | 
| 113404 113569 | 
             
                },
         | 
| 113405 | 
            -
                " | 
| 113570 | 
            +
                "S1jh": {
         | 
| 113406 113571 | 
             
                  "type": "structure",
         | 
| 113407 113572 | 
             
                  "members": {
         | 
| 113408 113573 | 
             
                    "Frequency": {
         | 
| @@ -113429,7 +113594,7 @@ module.exports={ | |
| 113429 113594 | 
             
                    }
         | 
| 113430 113595 | 
             
                  }
         | 
| 113431 113596 | 
             
                },
         | 
| 113432 | 
            -
                " | 
| 113597 | 
            +
                "S1jp": {
         | 
| 113433 113598 | 
             
                  "type": "structure",
         | 
| 113434 113599 | 
             
                  "members": {
         | 
| 113435 113600 | 
             
                    "AvailabilityZone": {
         | 
| @@ -113464,7 +113629,7 @@ module.exports={ | |
| 113464 113629 | 
             
                      "type": "timestamp"
         | 
| 113465 113630 | 
             
                    },
         | 
| 113466 113631 | 
             
                    "Recurrence": {
         | 
| 113467 | 
            -
                      "shape": " | 
| 113632 | 
            +
                      "shape": "S1jh",
         | 
| 113468 113633 | 
             
                      "locationName": "recurrence"
         | 
| 113469 113634 | 
             
                    },
         | 
| 113470 113635 | 
             
                    "ScheduledInstanceId": {
         | 
| @@ -113488,19 +113653,19 @@ module.exports={ | |
| 113488 113653 | 
             
                    }
         | 
| 113489 113654 | 
             
                  }
         | 
| 113490 113655 | 
             
                },
         | 
| 113491 | 
            -
                " | 
| 113656 | 
            +
                "S1jw": {
         | 
| 113492 113657 | 
             
                  "type": "list",
         | 
| 113493 113658 | 
             
                  "member": {
         | 
| 113494 113659 | 
             
                    "locationName": "item"
         | 
| 113495 113660 | 
             
                  }
         | 
| 113496 113661 | 
             
                },
         | 
| 113497 | 
            -
                " | 
| 113662 | 
            +
                "S1k0": {
         | 
| 113498 113663 | 
             
                  "type": "list",
         | 
| 113499 113664 | 
             
                  "member": {
         | 
| 113500 113665 | 
             
                    "locationName": "GroupName"
         | 
| 113501 113666 | 
             
                  }
         | 
| 113502 113667 | 
             
                },
         | 
| 113503 | 
            -
                " | 
| 113668 | 
            +
                "S1k8": {
         | 
| 113504 113669 | 
             
                  "type": "list",
         | 
| 113505 113670 | 
             
                  "member": {
         | 
| 113506 113671 | 
             
                    "locationName": "item",
         | 
| @@ -113515,13 +113680,13 @@ module.exports={ | |
| 113515 113680 | 
             
                    }
         | 
| 113516 113681 | 
             
                  }
         | 
| 113517 113682 | 
             
                },
         | 
| 113518 | 
            -
                " | 
| 113683 | 
            +
                "S1ki": {
         | 
| 113519 113684 | 
             
                  "type": "list",
         | 
| 113520 113685 | 
             
                  "member": {
         | 
| 113521 113686 | 
             
                    "locationName": "SnapshotId"
         | 
| 113522 113687 | 
             
                  }
         | 
| 113523 113688 | 
             
                },
         | 
| 113524 | 
            -
                " | 
| 113689 | 
            +
                "S1l1": {
         | 
| 113525 113690 | 
             
                  "type": "structure",
         | 
| 113526 113691 | 
             
                  "required": [
         | 
| 113527 113692 | 
             
                    "IamFleetRole",
         | 
| @@ -113619,11 +113784,11 @@ module.exports={ | |
| 113619 113784 | 
             
                            }
         | 
| 113620 113785 | 
             
                          },
         | 
| 113621 113786 | 
             
                          "NetworkInterfaces": {
         | 
| 113622 | 
            -
                            "shape": " | 
| 113787 | 
            +
                            "shape": "S1lb",
         | 
| 113623 113788 | 
             
                            "locationName": "networkInterfaceSet"
         | 
| 113624 113789 | 
             
                          },
         | 
| 113625 113790 | 
             
                          "Placement": {
         | 
| 113626 | 
            -
                            "shape": " | 
| 113791 | 
            +
                            "shape": "S1ld",
         | 
| 113627 113792 | 
             
                            "locationName": "placement"
         | 
| 113628 113793 | 
             
                          },
         | 
| 113629 113794 | 
             
                          "RamdiskId": {
         | 
| @@ -113668,7 +113833,7 @@ module.exports={ | |
| 113668 113833 | 
             
                      }
         | 
| 113669 113834 | 
             
                    },
         | 
| 113670 113835 | 
             
                    "LaunchTemplateConfigs": {
         | 
| 113671 | 
            -
                      "shape": " | 
| 113836 | 
            +
                      "shape": "S1lg",
         | 
| 113672 113837 | 
             
                      "locationName": "launchTemplateConfigs"
         | 
| 113673 113838 | 
             
                    },
         | 
| 113674 113839 | 
             
                    "SpotPrice": {
         | 
| @@ -113770,7 +113935,7 @@ module.exports={ | |
| 113770 113935 | 
             
                    }
         | 
| 113771 113936 | 
             
                  }
         | 
| 113772 113937 | 
             
                },
         | 
| 113773 | 
            -
                " | 
| 113938 | 
            +
                "S1lb": {
         | 
| 113774 113939 | 
             
                  "type": "list",
         | 
| 113775 113940 | 
             
                  "member": {
         | 
| 113776 113941 | 
             
                    "locationName": "item",
         | 
| @@ -113846,7 +114011,7 @@ module.exports={ | |
| 113846 114011 | 
             
                    }
         | 
| 113847 114012 | 
             
                  }
         | 
| 113848 114013 | 
             
                },
         | 
| 113849 | 
            -
                " | 
| 114014 | 
            +
                "S1ld": {
         | 
| 113850 114015 | 
             
                  "type": "structure",
         | 
| 113851 114016 | 
             
                  "members": {
         | 
| 113852 114017 | 
             
                    "AvailabilityZone": {
         | 
| @@ -113860,7 +114025,7 @@ module.exports={ | |
| 113860 114025 | 
             
                    }
         | 
| 113861 114026 | 
             
                  }
         | 
| 113862 114027 | 
             
                },
         | 
| 113863 | 
            -
                " | 
| 114028 | 
            +
                "S1lg": {
         | 
| 113864 114029 | 
             
                  "type": "list",
         | 
| 113865 114030 | 
             
                  "member": {
         | 
| 113866 114031 | 
             
                    "locationName": "item",
         | 
| @@ -113907,7 +114072,7 @@ module.exports={ | |
| 113907 114072 | 
             
                    }
         | 
| 113908 114073 | 
             
                  }
         | 
| 113909 114074 | 
             
                },
         | 
| 113910 | 
            -
                " | 
| 114075 | 
            +
                "S1lt": {
         | 
| 113911 114076 | 
             
                  "type": "list",
         | 
| 113912 114077 | 
             
                  "member": {
         | 
| 113913 114078 | 
             
                    "locationName": "item",
         | 
| @@ -113977,11 +114142,11 @@ module.exports={ | |
| 113977 114142 | 
             
                            "locationName": "keyName"
         | 
| 113978 114143 | 
             
                          },
         | 
| 113979 114144 | 
             
                          "NetworkInterfaces": {
         | 
| 113980 | 
            -
                            "shape": " | 
| 114145 | 
            +
                            "shape": "S1lb",
         | 
| 113981 114146 | 
             
                            "locationName": "networkInterfaceSet"
         | 
| 113982 114147 | 
             
                          },
         | 
| 113983 114148 | 
             
                          "Placement": {
         | 
| 113984 | 
            -
                            "shape": " | 
| 114149 | 
            +
                            "shape": "S1ld",
         | 
| 113985 114150 | 
             
                            "locationName": "placement"
         | 
| 113986 114151 | 
             
                          },
         | 
| 113987 114152 | 
             
                          "RamdiskId": {
         | 
| @@ -113991,7 +114156,7 @@ module.exports={ | |
| 113991 114156 | 
             
                            "locationName": "subnetId"
         | 
| 113992 114157 | 
             
                          },
         | 
| 113993 114158 | 
             
                          "Monitoring": {
         | 
| 113994 | 
            -
                            "shape": " | 
| 114159 | 
            +
                            "shape": "S1lw",
         | 
| 113995 114160 | 
             
                            "locationName": "monitoring"
         | 
| 113996 114161 | 
             
                          }
         | 
| 113997 114162 | 
             
                        }
         | 
| @@ -114048,7 +114213,7 @@ module.exports={ | |
| 114048 114213 | 
             
                    }
         | 
| 114049 114214 | 
             
                  }
         | 
| 114050 114215 | 
             
                },
         | 
| 114051 | 
            -
                " | 
| 114216 | 
            +
                "S1lw": {
         | 
| 114052 114217 | 
             
                  "type": "structure",
         | 
| 114053 114218 | 
             
                  "required": [
         | 
| 114054 114219 | 
             
                    "Enabled"
         | 
| @@ -114060,7 +114225,7 @@ module.exports={ | |
| 114060 114225 | 
             
                    }
         | 
| 114061 114226 | 
             
                  }
         | 
| 114062 114227 | 
             
                },
         | 
| 114063 | 
            -
                " | 
| 114228 | 
            +
                "S1mb": {
         | 
| 114064 114229 | 
             
                  "type": "list",
         | 
| 114065 114230 | 
             
                  "member": {
         | 
| 114066 114231 | 
             
                    "locationName": "item",
         | 
| @@ -114102,17 +114267,17 @@ module.exports={ | |
| 114102 114267 | 
             
                    }
         | 
| 114103 114268 | 
             
                  }
         | 
| 114104 114269 | 
             
                },
         | 
| 114105 | 
            -
                " | 
| 114270 | 
            +
                "S1n9": {
         | 
| 114106 114271 | 
             
                  "type": "list",
         | 
| 114107 114272 | 
             
                  "member": {}
         | 
| 114108 114273 | 
             
                },
         | 
| 114109 | 
            -
                " | 
| 114274 | 
            +
                "S1os": {
         | 
| 114110 114275 | 
             
                  "type": "list",
         | 
| 114111 114276 | 
             
                  "member": {
         | 
| 114112 114277 | 
             
                    "locationName": "item"
         | 
| 114113 114278 | 
             
                  }
         | 
| 114114 114279 | 
             
                },
         | 
| 114115 | 
            -
                " | 
| 114280 | 
            +
                "S1ow": {
         | 
| 114116 114281 | 
             
                  "type": "structure",
         | 
| 114117 114282 | 
             
                  "members": {
         | 
| 114118 114283 | 
             
                    "VerifiedAccessInstanceId": {
         | 
| @@ -114131,7 +114296,7 @@ module.exports={ | |
| 114131 114296 | 
             
                              "type": "boolean"
         | 
| 114132 114297 | 
             
                            },
         | 
| 114133 114298 | 
             
                            "DeliveryStatus": {
         | 
| 114134 | 
            -
                              "shape": " | 
| 114299 | 
            +
                              "shape": "S1oz",
         | 
| 114135 114300 | 
             
                              "locationName": "deliveryStatus"
         | 
| 114136 114301 | 
             
                            },
         | 
| 114137 114302 | 
             
                            "BucketName": {
         | 
| @@ -114154,7 +114319,7 @@ module.exports={ | |
| 114154 114319 | 
             
                              "type": "boolean"
         | 
| 114155 114320 | 
             
                            },
         | 
| 114156 114321 | 
             
                            "DeliveryStatus": {
         | 
| 114157 | 
            -
                              "shape": " | 
| 114322 | 
            +
                              "shape": "S1oz",
         | 
| 114158 114323 | 
             
                              "locationName": "deliveryStatus"
         | 
| 114159 114324 | 
             
                            },
         | 
| 114160 114325 | 
             
                            "LogGroup": {
         | 
| @@ -114171,7 +114336,7 @@ module.exports={ | |
| 114171 114336 | 
             
                              "type": "boolean"
         | 
| 114172 114337 | 
             
                            },
         | 
| 114173 114338 | 
             
                            "DeliveryStatus": {
         | 
| 114174 | 
            -
                              "shape": " | 
| 114339 | 
            +
                              "shape": "S1oz",
         | 
| 114175 114340 | 
             
                              "locationName": "deliveryStatus"
         | 
| 114176 114341 | 
             
                            },
         | 
| 114177 114342 | 
             
                            "DeliveryStream": {
         | 
| @@ -114183,7 +114348,7 @@ module.exports={ | |
| 114183 114348 | 
             
                    }
         | 
| 114184 114349 | 
             
                  }
         | 
| 114185 114350 | 
             
                },
         | 
| 114186 | 
            -
                " | 
| 114351 | 
            +
                "S1oz": {
         | 
| 114187 114352 | 
             
                  "type": "structure",
         | 
| 114188 114353 | 
             
                  "members": {
         | 
| 114189 114354 | 
             
                    "Code": {
         | 
| @@ -114194,7 +114359,7 @@ module.exports={ | |
| 114194 114359 | 
             
                    }
         | 
| 114195 114360 | 
             
                  }
         | 
| 114196 114361 | 
             
                },
         | 
| 114197 | 
            -
                " | 
| 114362 | 
            +
                "S1q0": {
         | 
| 114198 114363 | 
             
                  "type": "structure",
         | 
| 114199 114364 | 
             
                  "members": {
         | 
| 114200 114365 | 
             
                    "VolumeId": {
         | 
| @@ -114258,19 +114423,19 @@ module.exports={ | |
| 114258 114423 | 
             
                    }
         | 
| 114259 114424 | 
             
                  }
         | 
| 114260 114425 | 
             
                },
         | 
| 114261 | 
            -
                " | 
| 114426 | 
            +
                "S1q6": {
         | 
| 114262 114427 | 
             
                  "type": "list",
         | 
| 114263 114428 | 
             
                  "member": {
         | 
| 114264 114429 | 
             
                    "locationName": "VpcId"
         | 
| 114265 114430 | 
             
                  }
         | 
| 114266 114431 | 
             
                },
         | 
| 114267 | 
            -
                " | 
| 114432 | 
            +
                "S1s6": {
         | 
| 114268 114433 | 
             
                  "type": "list",
         | 
| 114269 114434 | 
             
                  "member": {
         | 
| 114270 114435 | 
             
                    "locationName": "AvailabilityZone"
         | 
| 114271 114436 | 
             
                  }
         | 
| 114272 114437 | 
             
                },
         | 
| 114273 | 
            -
                " | 
| 114438 | 
            +
                "S1sn": {
         | 
| 114274 114439 | 
             
                  "type": "structure",
         | 
| 114275 114440 | 
             
                  "members": {
         | 
| 114276 114441 | 
             
                    "TransitGatewayAttachmentId": {
         | 
| @@ -114293,7 +114458,7 @@ module.exports={ | |
| 114293 114458 | 
             
                    }
         | 
| 114294 114459 | 
             
                  }
         | 
| 114295 114460 | 
             
                },
         | 
| 114296 | 
            -
                " | 
| 114461 | 
            +
                "S1vx": {
         | 
| 114297 114462 | 
             
                  "type": "structure",
         | 
| 114298 114463 | 
             
                  "members": {
         | 
| 114299 114464 | 
             
                    "InstanceFamily": {
         | 
| @@ -114304,13 +114469,13 @@ module.exports={ | |
| 114304 114469 | 
             
                    }
         | 
| 114305 114470 | 
             
                  }
         | 
| 114306 114471 | 
             
                },
         | 
| 114307 | 
            -
                " | 
| 114472 | 
            +
                "S1we": {
         | 
| 114308 114473 | 
             
                  "type": "list",
         | 
| 114309 114474 | 
             
                  "member": {
         | 
| 114310 114475 | 
             
                    "locationName": "item"
         | 
| 114311 114476 | 
             
                  }
         | 
| 114312 114477 | 
             
                },
         | 
| 114313 | 
            -
                " | 
| 114478 | 
            +
                "S1wg": {
         | 
| 114314 114479 | 
             
                  "type": "list",
         | 
| 114315 114480 | 
             
                  "member": {
         | 
| 114316 114481 | 
             
                    "locationName": "item",
         | 
| @@ -114345,19 +114510,19 @@ module.exports={ | |
| 114345 114510 | 
             
                    }
         | 
| 114346 114511 | 
             
                  }
         | 
| 114347 114512 | 
             
                },
         | 
| 114348 | 
            -
                " | 
| 114513 | 
            +
                "S1wj": {
         | 
| 114349 114514 | 
             
                  "type": "list",
         | 
| 114350 114515 | 
             
                  "member": {
         | 
| 114351 114516 | 
             
                    "locationName": "item"
         | 
| 114352 114517 | 
             
                  }
         | 
| 114353 114518 | 
             
                },
         | 
| 114354 | 
            -
                " | 
| 114519 | 
            +
                "S1wk": {
         | 
| 114355 114520 | 
             
                  "type": "list",
         | 
| 114356 114521 | 
             
                  "member": {
         | 
| 114357 114522 | 
             
                    "locationName": "item"
         | 
| 114358 114523 | 
             
                  }
         | 
| 114359 114524 | 
             
                },
         | 
| 114360 | 
            -
                " | 
| 114525 | 
            +
                "S1xk": {
         | 
| 114361 114526 | 
             
                  "type": "structure",
         | 
| 114362 114527 | 
             
                  "members": {
         | 
| 114363 114528 | 
             
                    "IpamId": {
         | 
| @@ -114409,7 +114574,7 @@ module.exports={ | |
| 114409 114574 | 
             
                    }
         | 
| 114410 114575 | 
             
                  }
         | 
| 114411 114576 | 
             
                },
         | 
| 114412 | 
            -
                " | 
| 114577 | 
            +
                "S1y7": {
         | 
| 114413 114578 | 
             
                  "type": "structure",
         | 
| 114414 114579 | 
             
                  "members": {
         | 
| 114415 114580 | 
             
                    "HourlyPrice": {
         | 
| @@ -114423,14 +114588,14 @@ module.exports={ | |
| 114423 114588 | 
             
                    }
         | 
| 114424 114589 | 
             
                  }
         | 
| 114425 114590 | 
             
                },
         | 
| 114426 | 
            -
                " | 
| 114591 | 
            +
                "S1yr": {
         | 
| 114427 114592 | 
             
                  "type": "list",
         | 
| 114428 114593 | 
             
                  "member": {
         | 
| 114429 114594 | 
             
                    "shape": "Sn7",
         | 
| 114430 114595 | 
             
                    "locationName": "item"
         | 
| 114431 114596 | 
             
                  }
         | 
| 114432 114597 | 
             
                },
         | 
| 114433 | 
            -
                " | 
| 114598 | 
            +
                "S203": {
         | 
| 114434 114599 | 
             
                  "type": "structure",
         | 
| 114435 114600 | 
             
                  "members": {
         | 
| 114436 114601 | 
             
                    "Comment": {},
         | 
| @@ -114445,14 +114610,14 @@ module.exports={ | |
| 114445 114610 | 
             
                    }
         | 
| 114446 114611 | 
             
                  }
         | 
| 114447 114612 | 
             
                },
         | 
| 114448 | 
            -
                " | 
| 114613 | 
            +
                "S206": {
         | 
| 114449 114614 | 
             
                  "type": "structure",
         | 
| 114450 114615 | 
             
                  "members": {
         | 
| 114451 114616 | 
             
                    "S3Bucket": {},
         | 
| 114452 114617 | 
             
                    "S3Key": {}
         | 
| 114453 114618 | 
             
                  }
         | 
| 114454 114619 | 
             
                },
         | 
| 114455 | 
            -
                " | 
| 114620 | 
            +
                "S20d": {
         | 
| 114456 114621 | 
             
                  "type": "structure",
         | 
| 114457 114622 | 
             
                  "required": [
         | 
| 114458 114623 | 
             
                    "Bytes",
         | 
| @@ -114473,7 +114638,7 @@ module.exports={ | |
| 114473 114638 | 
             
                    }
         | 
| 114474 114639 | 
             
                  }
         | 
| 114475 114640 | 
             
                },
         | 
| 114476 | 
            -
                " | 
| 114641 | 
            +
                "S20e": {
         | 
| 114477 114642 | 
             
                  "type": "structure",
         | 
| 114478 114643 | 
             
                  "required": [
         | 
| 114479 114644 | 
             
                    "Size"
         | 
| @@ -114485,25 +114650,25 @@ module.exports={ | |
| 114485 114650 | 
             
                    }
         | 
| 114486 114651 | 
             
                  }
         | 
| 114487 114652 | 
             
                },
         | 
| 114488 | 
            -
                " | 
| 114653 | 
            +
                "S21j": {
         | 
| 114489 114654 | 
             
                  "type": "list",
         | 
| 114490 114655 | 
             
                  "member": {
         | 
| 114491 114656 | 
             
                    "locationName": "UserId"
         | 
| 114492 114657 | 
             
                  }
         | 
| 114493 114658 | 
             
                },
         | 
| 114494 | 
            -
                " | 
| 114659 | 
            +
                "S21k": {
         | 
| 114495 114660 | 
             
                  "type": "list",
         | 
| 114496 114661 | 
             
                  "member": {
         | 
| 114497 114662 | 
             
                    "locationName": "UserGroup"
         | 
| 114498 114663 | 
             
                  }
         | 
| 114499 114664 | 
             
                },
         | 
| 114500 | 
            -
                " | 
| 114665 | 
            +
                "S21l": {
         | 
| 114501 114666 | 
             
                  "type": "list",
         | 
| 114502 114667 | 
             
                  "member": {
         | 
| 114503 114668 | 
             
                    "locationName": "ProductCode"
         | 
| 114504 114669 | 
             
                  }
         | 
| 114505 114670 | 
             
                },
         | 
| 114506 | 
            -
                " | 
| 114671 | 
            +
                "S21n": {
         | 
| 114507 114672 | 
             
                  "type": "list",
         | 
| 114508 114673 | 
             
                  "member": {
         | 
| 114509 114674 | 
             
                    "locationName": "item",
         | 
| @@ -114514,14 +114679,14 @@ module.exports={ | |
| 114514 114679 | 
             
                    }
         | 
| 114515 114680 | 
             
                  }
         | 
| 114516 114681 | 
             
                },
         | 
| 114517 | 
            -
                " | 
| 114682 | 
            +
                "S21s": {
         | 
| 114518 114683 | 
             
                  "type": "list",
         | 
| 114519 114684 | 
             
                  "member": {
         | 
| 114520 114685 | 
             
                    "shape": "S1h",
         | 
| 114521 114686 | 
             
                    "locationName": "item"
         | 
| 114522 114687 | 
             
                  }
         | 
| 114523 114688 | 
             
                },
         | 
| 114524 | 
            -
                " | 
| 114689 | 
            +
                "S225": {
         | 
| 114525 114690 | 
             
                  "type": "structure",
         | 
| 114526 114691 | 
             
                  "members": {
         | 
| 114527 114692 | 
             
                    "CapacityReservationPreference": {},
         | 
| @@ -114530,7 +114695,7 @@ module.exports={ | |
| 114530 114695 | 
             
                    }
         | 
| 114531 114696 | 
             
                  }
         | 
| 114532 114697 | 
             
                },
         | 
| 114533 | 
            -
                " | 
| 114698 | 
            +
                "S22u": {
         | 
| 114534 114699 | 
             
                  "type": "list",
         | 
| 114535 114700 | 
             
                  "member": {
         | 
| 114536 114701 | 
             
                    "type": "structure",
         | 
| @@ -114539,7 +114704,7 @@ module.exports={ | |
| 114539 114704 | 
             
                    }
         | 
| 114540 114705 | 
             
                  }
         | 
| 114541 114706 | 
             
                },
         | 
| 114542 | 
            -
                " | 
| 114707 | 
            +
                "S25i": {
         | 
| 114543 114708 | 
             
                  "type": "structure",
         | 
| 114544 114709 | 
             
                  "members": {
         | 
| 114545 114710 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -114553,7 +114718,7 @@ module.exports={ | |
| 114553 114718 | 
             
                    }
         | 
| 114554 114719 | 
             
                  }
         | 
| 114555 114720 | 
             
                },
         | 
| 114556 | 
            -
                " | 
| 114721 | 
            +
                "S25k": {
         | 
| 114557 114722 | 
             
                  "type": "structure",
         | 
| 114558 114723 | 
             
                  "members": {
         | 
| 114559 114724 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -114570,7 +114735,7 @@ module.exports={ | |
| 114570 114735 | 
             
                    }
         | 
| 114571 114736 | 
             
                  }
         | 
| 114572 114737 | 
             
                },
         | 
| 114573 | 
            -
                " | 
| 114738 | 
            +
                "S25z": {
         | 
| 114574 114739 | 
             
                  "type": "list",
         | 
| 114575 114740 | 
             
                  "member": {
         | 
| 114576 114741 | 
             
                    "locationName": "item",
         | 
| @@ -114580,39 +114745,39 @@ module.exports={ | |
| 114580 114745 | 
             
                        "locationName": "instanceId"
         | 
| 114581 114746 | 
             
                      },
         | 
| 114582 114747 | 
             
                      "Monitoring": {
         | 
| 114583 | 
            -
                        "shape": " | 
| 114748 | 
            +
                        "shape": "S1bv",
         | 
| 114584 114749 | 
             
                        "locationName": "monitoring"
         | 
| 114585 114750 | 
             
                      }
         | 
| 114586 114751 | 
             
                    }
         | 
| 114587 114752 | 
             
                  }
         | 
| 114588 114753 | 
             
                },
         | 
| 114589 | 
            -
                " | 
| 114754 | 
            +
                "S29o": {
         | 
| 114590 114755 | 
             
                  "type": "list",
         | 
| 114591 114756 | 
             
                  "member": {
         | 
| 114592 114757 | 
             
                    "locationName": "SecurityGroupId"
         | 
| 114593 114758 | 
             
                  }
         | 
| 114594 114759 | 
             
                },
         | 
| 114595 | 
            -
                " | 
| 114760 | 
            +
                "S2ac": {
         | 
| 114596 114761 | 
             
                  "type": "list",
         | 
| 114597 114762 | 
             
                  "member": {
         | 
| 114598 114763 | 
             
                    "locationName": "item",
         | 
| 114599 114764 | 
             
                    "type": "structure",
         | 
| 114600 114765 | 
             
                    "members": {
         | 
| 114601 114766 | 
             
                      "CurrentState": {
         | 
| 114602 | 
            -
                        "shape": " | 
| 114767 | 
            +
                        "shape": "S18j",
         | 
| 114603 114768 | 
             
                        "locationName": "currentState"
         | 
| 114604 114769 | 
             
                      },
         | 
| 114605 114770 | 
             
                      "InstanceId": {
         | 
| 114606 114771 | 
             
                        "locationName": "instanceId"
         | 
| 114607 114772 | 
             
                      },
         | 
| 114608 114773 | 
             
                      "PreviousState": {
         | 
| 114609 | 
            -
                        "shape": " | 
| 114774 | 
            +
                        "shape": "S18j",
         | 
| 114610 114775 | 
             
                        "locationName": "previousState"
         | 
| 114611 114776 | 
             
                      }
         | 
| 114612 114777 | 
             
                    }
         | 
| 114613 114778 | 
             
                  }
         | 
| 114614 114779 | 
             
                },
         | 
| 114615 | 
            -
                " | 
| 114780 | 
            +
                "S2b0": {
         | 
| 114616 114781 | 
             
                  "type": "list",
         | 
| 114617 114782 | 
             
                  "member": {
         | 
| 114618 114783 | 
             
                    "locationName": "item",
         | 
| @@ -245299,7 +245464,10 @@ module.exports={ | |
| 245299 245464 | 
             
                    "members": {
         | 
| 245300 245465 | 
             
                      "RoleArn": {},
         | 
| 245301 245466 | 
             
                      "PrincipalArn": {},
         | 
| 245302 | 
            -
                      "SAMLAssertion": { | 
| 245467 | 
            +
                      "SAMLAssertion": {
         | 
| 245468 | 
            +
                        "type": "string",
         | 
| 245469 | 
            +
                        "sensitive": true
         | 
| 245470 | 
            +
                      },
         | 
| 245303 245471 | 
             
                      "PolicyArns": {
         | 
| 245304 245472 | 
             
                        "shape": "S4"
         | 
| 245305 245473 | 
             
                      },
         | 
| @@ -245342,7 +245510,10 @@ module.exports={ | |
| 245342 245510 | 
             
                    "members": {
         | 
| 245343 245511 | 
             
                      "RoleArn": {},
         | 
| 245344 245512 | 
             
                      "RoleSessionName": {},
         | 
| 245345 | 
            -
                      "WebIdentityToken": { | 
| 245513 | 
            +
                      "WebIdentityToken": {
         | 
| 245514 | 
            +
                        "type": "string",
         | 
| 245515 | 
            +
                        "sensitive": true
         | 
| 245516 | 
            +
                      },
         | 
| 245346 245517 | 
             
                      "ProviderId": {},
         | 
| 245347 245518 | 
             
                      "PolicyArns": {
         | 
| 245348 245519 | 
             
                        "shape": "S4"
         | 
| @@ -245524,7 +245695,10 @@ module.exports={ | |
| 245524 245695 | 
             
                  ],
         | 
| 245525 245696 | 
             
                  "members": {
         | 
| 245526 245697 | 
             
                    "AccessKeyId": {},
         | 
| 245527 | 
            -
                    "SecretAccessKey": { | 
| 245698 | 
            +
                    "SecretAccessKey": {
         | 
| 245699 | 
            +
                      "type": "string",
         | 
| 245700 | 
            +
                      "sensitive": true
         | 
| 245701 | 
            +
                    },
         | 
| 245528 245702 | 
             
                    "SessionToken": {},
         | 
| 245529 245703 | 
             
                    "Expiration": {
         | 
| 245530 245704 | 
             
                      "type": "timestamp"
         | 
| @@ -256696,7 +256870,7 @@ AWS.util.update(AWS, { | |
| 256696 256870 | 
             
              /**
         | 
| 256697 256871 | 
             
               * @constant
         | 
| 256698 256872 | 
             
               */
         | 
| 256699 | 
            -
              VERSION: '2. | 
| 256873 | 
            +
              VERSION: '2.1380.0',
         | 
| 256700 256874 |  | 
| 256701 256875 | 
             
              /**
         | 
| 256702 256876 | 
             
               * @api private
         | 
| @@ -262616,6 +262790,7 @@ function extractError(resp) { | |
| 262616 262790 | 
             
              if (httpResponse.body.length > 0) {
         | 
| 262617 262791 | 
             
                try {
         | 
| 262618 262792 | 
             
                  var e = JSON.parse(httpResponse.body.toString());
         | 
| 262793 | 
            +
             | 
| 262619 262794 | 
             
                  var code = e.__type || e.code || e.Code;
         | 
| 262620 262795 | 
             
                  if (code) {
         | 
| 262621 262796 | 
             
                    error.code = code.split('#').pop();
         | 
| @@ -262625,6 +262800,24 @@ function extractError(resp) { | |
| 262625 262800 | 
             
                  } else {
         | 
| 262626 262801 | 
             
                    error.message = (e.message || e.Message || null);
         | 
| 262627 262802 | 
             
                  }
         | 
| 262803 | 
            +
             | 
| 262804 | 
            +
                  // The minimized models do not have error shapes, so
         | 
| 262805 | 
            +
                  // without expanding the model size, it's not possible
         | 
| 262806 | 
            +
                  // to validate the response shape (members) or
         | 
| 262807 | 
            +
                  // check if any are sensitive to logging.
         | 
| 262808 | 
            +
             | 
| 262809 | 
            +
                  // Assign the fields as non-enumerable, allowing specific access only.
         | 
| 262810 | 
            +
                  for (var key in e || {}) {
         | 
| 262811 | 
            +
                    if (key === 'code' || key === 'message') {
         | 
| 262812 | 
            +
                      continue;
         | 
| 262813 | 
            +
                    }
         | 
| 262814 | 
            +
                    error['[' + key + ']'] = 'See error.' + key + ' for details.';
         | 
| 262815 | 
            +
                    Object.defineProperty(error, key, {
         | 
| 262816 | 
            +
                      value: e[key],
         | 
| 262817 | 
            +
                      enumerable: false,
         | 
| 262818 | 
            +
                      writable: true
         | 
| 262819 | 
            +
                    });
         | 
| 262820 | 
            +
                  }
         | 
| 262628 262821 | 
             
                } catch (e) {
         | 
| 262629 262822 | 
             
                  error.statusCode = httpResponse.statusCode;
         | 
| 262630 262823 | 
             
                  error.message = httpResponse.statusMessage;
         | 
| @@ -263637,8 +263830,13 @@ module.exports={ | |
| 263637 263830 | 
             
                  "globalEndpoint": true,
         | 
| 263638 263831 | 
             
                  "signingRegion": "cn-north-1"
         | 
| 263639 263832 | 
             
                },
         | 
| 263640 | 
            -
                "us- | 
| 263833 | 
            +
                "us-iso-*/iam": {
         | 
| 263834 | 
            +
                  "endpoint": "{service}.us-iso-east-1.c2s.ic.gov",
         | 
| 263835 | 
            +
                  "globalEndpoint": true,
         | 
| 263836 | 
            +
                  "signingRegion": "us-iso-east-1"
         | 
| 263837 | 
            +
                },
         | 
| 263641 263838 |  | 
| 263839 | 
            +
                "us-gov-*/iam": "globalGovCloud",
         | 
| 263642 263840 | 
             
                "us-gov-*/sts": {
         | 
| 263643 263841 | 
             
                  "endpoint": "{service}.{region}.amazonaws.com"
         | 
| 263644 263842 | 
             
                },
         | 
| @@ -270630,7 +270828,25 @@ var util = { | |
| 270630 270828 | 
             
                err.name = String(options && options.name || err.name || err.code || 'Error');
         | 
| 270631 270829 | 
             
                err.time = new Date();
         | 
| 270632 270830 |  | 
| 270633 | 
            -
                if (originalError)  | 
| 270831 | 
            +
                if (originalError) {
         | 
| 270832 | 
            +
                  err.originalError = originalError;
         | 
| 270833 | 
            +
                }
         | 
| 270834 | 
            +
             | 
| 270835 | 
            +
             | 
| 270836 | 
            +
                for (var key in options || {}) {
         | 
| 270837 | 
            +
                  if (key[0] === '[' && key[key.length - 1] === ']') {
         | 
| 270838 | 
            +
                    key = key.slice(1, -1);
         | 
| 270839 | 
            +
                    if (key === 'code' || key === 'message') {
         | 
| 270840 | 
            +
                      continue;
         | 
| 270841 | 
            +
                    }
         | 
| 270842 | 
            +
                    err['[' + key + ']'] = 'See error.' + key + ' for details.';
         | 
| 270843 | 
            +
                    Object.defineProperty(err, key, {
         | 
| 270844 | 
            +
                      value: err[key] || (options && options[key]) || (originalError && originalError[key]),
         | 
| 270845 | 
            +
                      enumerable: false,
         | 
| 270846 | 
            +
                      writable: true
         | 
| 270847 | 
            +
                    });
         | 
| 270848 | 
            +
                  }
         | 
| 270849 | 
            +
                }
         | 
| 270634 270850 |  | 
| 270635 270851 | 
             
                return err;
         | 
| 270636 270852 | 
             
              },
         | 
| @@ -278823,7 +279039,7 @@ var LRUCache = /** @class */ (function () { | |
| 278823 279039 | 
             
            }());
         | 
| 278824 279040 | 
             
            exports.LRUCache = LRUCache;
         | 
| 278825 279041 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 278826 | 
            -
            // AWS SDK for JavaScript v2. | 
| 279042 | 
            +
            // AWS SDK for JavaScript v2.1380.0
         | 
| 278827 279043 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 278828 279044 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 278829 279045 | 
             
            require('./browser_loader');
         |