cdk-lambda-subminute 2.0.408 → 2.0.409
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +305 -258
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +57 -39
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +9 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +128 -34
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +51 -51
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +49 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +37 -13
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +323 -262
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1581.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){
         | 
| @@ -99705,6 +99705,53 @@ module.exports={ | |
| 99705 99705 | 
             
                    }
         | 
| 99706 99706 | 
             
                  }
         | 
| 99707 99707 | 
             
                },
         | 
| 99708 | 
            +
                "DescribeMacHosts": {
         | 
| 99709 | 
            +
                  "input": {
         | 
| 99710 | 
            +
                    "type": "structure",
         | 
| 99711 | 
            +
                    "members": {
         | 
| 99712 | 
            +
                      "Filters": {
         | 
| 99713 | 
            +
                        "shape": "S10d",
         | 
| 99714 | 
            +
                        "locationName": "Filter"
         | 
| 99715 | 
            +
                      },
         | 
| 99716 | 
            +
                      "HostIds": {
         | 
| 99717 | 
            +
                        "shape": "S17g",
         | 
| 99718 | 
            +
                        "locationName": "HostId"
         | 
| 99719 | 
            +
                      },
         | 
| 99720 | 
            +
                      "MaxResults": {
         | 
| 99721 | 
            +
                        "type": "integer"
         | 
| 99722 | 
            +
                      },
         | 
| 99723 | 
            +
                      "NextToken": {}
         | 
| 99724 | 
            +
                    }
         | 
| 99725 | 
            +
                  },
         | 
| 99726 | 
            +
                  "output": {
         | 
| 99727 | 
            +
                    "type": "structure",
         | 
| 99728 | 
            +
                    "members": {
         | 
| 99729 | 
            +
                      "MacHosts": {
         | 
| 99730 | 
            +
                        "locationName": "macHostSet",
         | 
| 99731 | 
            +
                        "type": "list",
         | 
| 99732 | 
            +
                        "member": {
         | 
| 99733 | 
            +
                          "locationName": "item",
         | 
| 99734 | 
            +
                          "type": "structure",
         | 
| 99735 | 
            +
                          "members": {
         | 
| 99736 | 
            +
                            "HostId": {
         | 
| 99737 | 
            +
                              "locationName": "hostId"
         | 
| 99738 | 
            +
                            },
         | 
| 99739 | 
            +
                            "MacOSLatestSupportedVersions": {
         | 
| 99740 | 
            +
                              "locationName": "macOSLatestSupportedVersionSet",
         | 
| 99741 | 
            +
                              "type": "list",
         | 
| 99742 | 
            +
                              "member": {
         | 
| 99743 | 
            +
                                "locationName": "item"
         | 
| 99744 | 
            +
                              }
         | 
| 99745 | 
            +
                            }
         | 
| 99746 | 
            +
                          }
         | 
| 99747 | 
            +
                        }
         | 
| 99748 | 
            +
                      },
         | 
| 99749 | 
            +
                      "NextToken": {
         | 
| 99750 | 
            +
                        "locationName": "nextToken"
         | 
| 99751 | 
            +
                      }
         | 
| 99752 | 
            +
                    }
         | 
| 99753 | 
            +
                  }
         | 
| 99754 | 
            +
                },
         | 
| 99708 99755 | 
             
                "DescribeManagedPrefixLists": {
         | 
| 99709 99756 | 
             
                  "input": {
         | 
| 99710 99757 | 
             
                    "type": "structure",
         | 
| @@ -99913,7 +99960,7 @@ module.exports={ | |
| 99913 99960 | 
             
                        "locationName": "networkInsightsAccessScopeAnalysisSet",
         | 
| 99914 99961 | 
             
                        "type": "list",
         | 
| 99915 99962 | 
             
                        "member": {
         | 
| 99916 | 
            -
                          "shape": " | 
| 99963 | 
            +
                          "shape": "S1ip",
         | 
| 99917 99964 | 
             
                          "locationName": "item"
         | 
| 99918 99965 | 
             
                        }
         | 
| 99919 99966 | 
             
                      },
         | 
| @@ -100002,7 +100049,7 @@ module.exports={ | |
| 100002 100049 | 
             
                        "locationName": "networkInsightsAnalysisSet",
         | 
| 100003 100050 | 
             
                        "type": "list",
         | 
| 100004 100051 | 
             
                        "member": {
         | 
| 100005 | 
            -
                          "shape": " | 
| 100052 | 
            +
                          "shape": "S1j0",
         | 
| 100006 100053 | 
             
                          "locationName": "item"
         | 
| 100007 100054 | 
             
                        }
         | 
| 100008 100055 | 
             
                      },
         | 
| @@ -100355,7 +100402,7 @@ module.exports={ | |
| 100355 100402 | 
             
                              "locationName": "poolAddressRangeSet",
         | 
| 100356 100403 | 
             
                              "type": "list",
         | 
| 100357 100404 | 
             
                              "member": {
         | 
| 100358 | 
            -
                                "shape": " | 
| 100405 | 
            +
                                "shape": "S1l3",
         | 
| 100359 100406 | 
             
                                "locationName": "item"
         | 
| 100360 100407 | 
             
                              }
         | 
| 100361 100408 | 
             
                            },
         | 
| @@ -100483,7 +100530,7 @@ module.exports={ | |
| 100483 100530 | 
             
                      },
         | 
| 100484 100531 | 
             
                      "OfferingClass": {},
         | 
| 100485 100532 | 
             
                      "ReservedInstancesIds": {
         | 
| 100486 | 
            -
                        "shape": " | 
| 100533 | 
            +
                        "shape": "S1lg",
         | 
| 100487 100534 | 
             
                        "locationName": "ReservedInstancesId"
         | 
| 100488 100535 | 
             
                      },
         | 
| 100489 100536 | 
             
                      "DryRun": {
         | 
| @@ -100557,7 +100604,7 @@ module.exports={ | |
| 100557 100604 | 
             
                              "locationName": "offeringType"
         | 
| 100558 100605 | 
             
                            },
         | 
| 100559 100606 | 
             
                            "RecurringCharges": {
         | 
| 100560 | 
            -
                              "shape": " | 
| 100607 | 
            +
                              "shape": "S1lo",
         | 
| 100561 100608 | 
             
                              "locationName": "recurringCharges"
         | 
| 100562 100609 | 
             
                            },
         | 
| 100563 100610 | 
             
                            "Scope": {
         | 
| @@ -100654,7 +100701,7 @@ module.exports={ | |
| 100654 100701 | 
             
                                    "locationName": "reservedInstancesId"
         | 
| 100655 100702 | 
             
                                  },
         | 
| 100656 100703 | 
             
                                  "TargetConfiguration": {
         | 
| 100657 | 
            -
                                    "shape": " | 
| 100704 | 
            +
                                    "shape": "S1m2",
         | 
| 100658 100705 | 
             
                                    "locationName": "targetConfiguration"
         | 
| 100659 100706 | 
             
                                  }
         | 
| 100660 100707 | 
             
                                }
         | 
| @@ -100809,7 +100856,7 @@ module.exports={ | |
| 100809 100856 | 
             
                              }
         | 
| 100810 100857 | 
             
                            },
         | 
| 100811 100858 | 
             
                            "RecurringCharges": {
         | 
| 100812 | 
            -
                              "shape": " | 
| 100859 | 
            +
                              "shape": "S1lo",
         | 
| 100813 100860 | 
             
                              "locationName": "recurringCharges"
         | 
| 100814 100861 | 
             
                            },
         | 
| 100815 100862 | 
             
                            "Scope": {
         | 
| @@ -100977,7 +101024,7 @@ module.exports={ | |
| 100977 101024 | 
             
                              "locationName": "purchaseToken"
         | 
| 100978 101025 | 
             
                            },
         | 
| 100979 101026 | 
             
                            "Recurrence": {
         | 
| 100980 | 
            -
                              "shape": " | 
| 101027 | 
            +
                              "shape": "S1mp",
         | 
| 100981 101028 | 
             
                              "locationName": "recurrence"
         | 
| 100982 101029 | 
             
                            },
         | 
| 100983 101030 | 
             
                            "SlotDurationInHours": {
         | 
| @@ -101039,7 +101086,7 @@ module.exports={ | |
| 101039 101086 | 
             
                        "locationName": "scheduledInstanceSet",
         | 
| 101040 101087 | 
             
                        "type": "list",
         | 
| 101041 101088 | 
             
                        "member": {
         | 
| 101042 | 
            -
                          "shape": " | 
| 101089 | 
            +
                          "shape": "S1mx",
         | 
| 101043 101090 | 
             
                          "locationName": "item"
         | 
| 101044 101091 | 
             
                        }
         | 
| 101045 101092 | 
             
                      }
         | 
| @@ -101101,7 +101148,7 @@ module.exports={ | |
| 101101 101148 | 
             
                        "locationName": "Filter"
         | 
| 101102 101149 | 
             
                      },
         | 
| 101103 101150 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 101104 | 
            -
                        "shape": " | 
| 101151 | 
            +
                        "shape": "S1n4",
         | 
| 101105 101152 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 101106 101153 | 
             
                      },
         | 
| 101107 101154 | 
             
                      "DryRun": {
         | 
| @@ -101139,7 +101186,7 @@ module.exports={ | |
| 101139 101186 | 
             
                        "locationName": "GroupId"
         | 
| 101140 101187 | 
             
                      },
         | 
| 101141 101188 | 
             
                      "GroupNames": {
         | 
| 101142 | 
            -
                        "shape": " | 
| 101189 | 
            +
                        "shape": "S1n8",
         | 
| 101143 101190 | 
             
                        "locationName": "GroupName"
         | 
| 101144 101191 | 
             
                      },
         | 
| 101145 101192 | 
             
                      "DryRun": {
         | 
| @@ -101218,7 +101265,7 @@ module.exports={ | |
| 101218 101265 | 
             
                    "type": "structure",
         | 
| 101219 101266 | 
             
                    "members": {
         | 
| 101220 101267 | 
             
                      "CreateVolumePermissions": {
         | 
| 101221 | 
            -
                        "shape": " | 
| 101268 | 
            +
                        "shape": "S1ng",
         | 
| 101222 101269 | 
             
                        "locationName": "createVolumePermission"
         | 
| 101223 101270 | 
             
                      },
         | 
| 101224 101271 | 
             
                      "ProductCodes": {
         | 
| @@ -101529,7 +101576,7 @@ module.exports={ | |
| 101529 101576 | 
             
                              "type": "timestamp"
         | 
| 101530 101577 | 
             
                            },
         | 
| 101531 101578 | 
             
                            "SpotFleetRequestConfig": {
         | 
| 101532 | 
            -
                              "shape": " | 
| 101579 | 
            +
                              "shape": "S1o8",
         | 
| 101533 101580 | 
             
                              "locationName": "spotFleetRequestConfig"
         | 
| 101534 101581 | 
             
                            },
         | 
| 101535 101582 | 
             
                            "SpotFleetRequestId": {
         | 
| @@ -101574,7 +101621,7 @@ module.exports={ | |
| 101574 101621 | 
             
                    "type": "structure",
         | 
| 101575 101622 | 
             
                    "members": {
         | 
| 101576 101623 | 
             
                      "SpotInstanceRequests": {
         | 
| 101577 | 
            -
                        "shape": " | 
| 101624 | 
            +
                        "shape": "S1p0",
         | 
| 101578 101625 | 
             
                        "locationName": "spotInstanceRequestSet"
         | 
| 101579 101626 | 
             
                      },
         | 
| 101580 101627 | 
             
                      "NextToken": {
         | 
| @@ -101700,11 +101747,11 @@ module.exports={ | |
| 101700 101747 | 
             
                              "locationName": "groupName"
         | 
| 101701 101748 | 
             
                            },
         | 
| 101702 101749 | 
             
                            "StaleIpPermissions": {
         | 
| 101703 | 
            -
                              "shape": " | 
| 101750 | 
            +
                              "shape": "S1pi",
         | 
| 101704 101751 | 
             
                              "locationName": "staleIpPermissions"
         | 
| 101705 101752 | 
             
                            },
         | 
| 101706 101753 | 
             
                            "StaleIpPermissionsEgress": {
         | 
| 101707 | 
            -
                              "shape": " | 
| 101754 | 
            +
                              "shape": "S1pi",
         | 
| 101708 101755 | 
             
                              "locationName": "staleIpPermissionsEgress"
         | 
| 101709 101756 | 
             
                            },
         | 
| 101710 101757 | 
             
                            "VpcId": {
         | 
| @@ -102004,7 +102051,7 @@ module.exports={ | |
| 102004 102051 | 
             
                    "type": "structure",
         | 
| 102005 102052 | 
             
                    "members": {
         | 
| 102006 102053 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 102007 | 
            -
                        "shape": " | 
| 102054 | 
            +
                        "shape": "S1qg"
         | 
| 102008 102055 | 
             
                      },
         | 
| 102009 102056 | 
             
                      "Filters": {
         | 
| 102010 102057 | 
             
                        "shape": "S10d",
         | 
| @@ -102124,7 +102171,7 @@ module.exports={ | |
| 102124 102171 | 
             
                    "type": "structure",
         | 
| 102125 102172 | 
             
                    "members": {
         | 
| 102126 102173 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 102127 | 
            -
                        "shape": " | 
| 102174 | 
            +
                        "shape": "S1qg"
         | 
| 102128 102175 | 
             
                      },
         | 
| 102129 102176 | 
             
                      "Filters": {
         | 
| 102130 102177 | 
             
                        "shape": "S10d",
         | 
| @@ -102201,7 +102248,7 @@ module.exports={ | |
| 102201 102248 | 
             
                    "type": "structure",
         | 
| 102202 102249 | 
             
                    "members": {
         | 
| 102203 102250 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 102204 | 
            -
                        "shape": " | 
| 102251 | 
            +
                        "shape": "S1qg"
         | 
| 102205 102252 | 
             
                      },
         | 
| 102206 102253 | 
             
                      "Filters": {
         | 
| 102207 102254 | 
             
                        "shape": "S10d",
         | 
| @@ -102358,7 +102405,7 @@ module.exports={ | |
| 102358 102405 | 
             
                    "type": "structure",
         | 
| 102359 102406 | 
             
                    "members": {
         | 
| 102360 102407 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 102361 | 
            -
                        "shape": " | 
| 102408 | 
            +
                        "shape": "S1qg"
         | 
| 102362 102409 | 
             
                      },
         | 
| 102363 102410 | 
             
                      "Filters": {
         | 
| 102364 102411 | 
             
                        "shape": "S10d",
         | 
| @@ -102561,7 +102608,7 @@ module.exports={ | |
| 102561 102608 | 
             
                    "type": "structure",
         | 
| 102562 102609 | 
             
                    "members": {
         | 
| 102563 102610 | 
             
                      "VerifiedAccessInstanceIds": {
         | 
| 102564 | 
            -
                        "shape": " | 
| 102611 | 
            +
                        "shape": "S1rz",
         | 
| 102565 102612 | 
             
                        "locationName": "VerifiedAccessInstanceId"
         | 
| 102566 102613 | 
             
                      },
         | 
| 102567 102614 | 
             
                      "MaxResults": {
         | 
| @@ -102584,7 +102631,7 @@ module.exports={ | |
| 102584 102631 | 
             
                        "locationName": "loggingConfigurationSet",
         | 
| 102585 102632 | 
             
                        "type": "list",
         | 
| 102586 102633 | 
             
                        "member": {
         | 
| 102587 | 
            -
                          "shape": " | 
| 102634 | 
            +
                          "shape": "S1s3",
         | 
| 102588 102635 | 
             
                          "locationName": "item"
         | 
| 102589 102636 | 
             
                        }
         | 
| 102590 102637 | 
             
                      },
         | 
| @@ -102599,7 +102646,7 @@ module.exports={ | |
| 102599 102646 | 
             
                    "type": "structure",
         | 
| 102600 102647 | 
             
                    "members": {
         | 
| 102601 102648 | 
             
                      "VerifiedAccessInstanceIds": {
         | 
| 102602 | 
            -
                        "shape": " | 
| 102649 | 
            +
                        "shape": "S1rz",
         | 
| 102603 102650 | 
             
                        "locationName": "VerifiedAccessInstanceId"
         | 
| 102604 102651 | 
             
                      },
         | 
| 102605 102652 | 
             
                      "MaxResults": {
         | 
| @@ -102919,7 +102966,7 @@ module.exports={ | |
| 102919 102966 | 
             
                        "locationName": "volumeModificationSet",
         | 
| 102920 102967 | 
             
                        "type": "list",
         | 
| 102921 102968 | 
             
                        "member": {
         | 
| 102922 | 
            -
                          "shape": " | 
| 102969 | 
            +
                          "shape": "S1t7",
         | 
| 102923 102970 | 
             
                          "locationName": "item"
         | 
| 102924 102971 | 
             
                        }
         | 
| 102925 102972 | 
             
                      },
         | 
| @@ -102979,7 +103026,7 @@ module.exports={ | |
| 102979 103026 | 
             
                        "type": "boolean"
         | 
| 102980 103027 | 
             
                      },
         | 
| 102981 103028 | 
             
                      "VpcIds": {
         | 
| 102982 | 
            -
                        "shape": " | 
| 103029 | 
            +
                        "shape": "S1td",
         | 
| 102983 103030 | 
             
                        "locationName": "VpcId"
         | 
| 102984 103031 | 
             
                      }
         | 
| 102985 103032 | 
             
                    }
         | 
| @@ -103023,7 +103070,7 @@ module.exports={ | |
| 103023 103070 | 
             
                        "locationName": "nextToken"
         | 
| 103024 103071 | 
             
                      },
         | 
| 103025 103072 | 
             
                      "VpcIds": {
         | 
| 103026 | 
            -
                        "shape": " | 
| 103073 | 
            +
                        "shape": "S1td"
         | 
| 103027 103074 | 
             
                      }
         | 
| 103028 103075 | 
             
                    }
         | 
| 103029 103076 | 
             
                  },
         | 
| @@ -103826,7 +103873,7 @@ module.exports={ | |
| 103826 103873 | 
             
                    ],
         | 
| 103827 103874 | 
             
                    "members": {
         | 
| 103828 103875 | 
             
                      "AvailabilityZones": {
         | 
| 103829 | 
            -
                        "shape": " | 
| 103876 | 
            +
                        "shape": "S1vd",
         | 
| 103830 103877 | 
             
                        "locationName": "AvailabilityZone"
         | 
| 103831 103878 | 
             
                      },
         | 
| 103832 103879 | 
             
                      "SourceSnapshotIds": {
         | 
| @@ -104073,7 +104120,7 @@ module.exports={ | |
| 104073 104120 | 
             
                    "type": "structure",
         | 
| 104074 104121 | 
             
                    "members": {
         | 
| 104075 104122 | 
             
                      "Propagation": {
         | 
| 104076 | 
            -
                        "shape": " | 
| 104123 | 
            +
                        "shape": "S1w2",
         | 
| 104077 104124 | 
             
                        "locationName": "propagation"
         | 
| 104078 104125 | 
             
                      }
         | 
| 104079 104126 | 
             
                    }
         | 
| @@ -104678,7 +104725,7 @@ module.exports={ | |
| 104678 104725 | 
             
                    ],
         | 
| 104679 104726 | 
             
                    "members": {
         | 
| 104680 104727 | 
             
                      "AvailabilityZones": {
         | 
| 104681 | 
            -
                        "shape": " | 
| 104728 | 
            +
                        "shape": "S1vd",
         | 
| 104682 104729 | 
             
                        "locationName": "AvailabilityZone"
         | 
| 104683 104730 | 
             
                      },
         | 
| 104684 104731 | 
             
                      "SourceSnapshotIds": {
         | 
| @@ -104956,7 +105003,7 @@ module.exports={ | |
| 104956 105003 | 
             
                    "type": "structure",
         | 
| 104957 105004 | 
             
                    "members": {
         | 
| 104958 105005 | 
             
                      "Propagation": {
         | 
| 104959 | 
            -
                        "shape": " | 
| 105006 | 
            +
                        "shape": "S1w2",
         | 
| 104960 105007 | 
             
                        "locationName": "propagation"
         | 
| 104961 105008 | 
             
                      }
         | 
| 104962 105009 | 
             
                    }
         | 
| @@ -105570,7 +105617,7 @@ module.exports={ | |
| 105570 105617 | 
             
                    "type": "structure",
         | 
| 105571 105618 | 
             
                    "members": {
         | 
| 105572 105619 | 
             
                      "InstanceFamilyCreditSpecification": {
         | 
| 105573 | 
            -
                        "shape": " | 
| 105620 | 
            +
                        "shape": "S1zk",
         | 
| 105574 105621 | 
             
                        "locationName": "instanceFamilyCreditSpecification"
         | 
| 105575 105622 | 
             
                      }
         | 
| 105576 105623 | 
             
                    }
         | 
| @@ -105720,7 +105767,7 @@ module.exports={ | |
| 105720 105767 | 
             
                    ],
         | 
| 105721 105768 | 
             
                    "members": {
         | 
| 105722 105769 | 
             
                      "HostIdSet": {
         | 
| 105723 | 
            -
                        "shape": " | 
| 105770 | 
            +
                        "shape": "S201"
         | 
| 105724 105771 | 
             
                      },
         | 
| 105725 105772 | 
             
                      "OfferingId": {}
         | 
| 105726 105773 | 
             
                    }
         | 
| @@ -105732,7 +105779,7 @@ module.exports={ | |
| 105732 105779 | 
             
                        "locationName": "currencyCode"
         | 
| 105733 105780 | 
             
                      },
         | 
| 105734 105781 | 
             
                      "Purchase": {
         | 
| 105735 | 
            -
                        "shape": " | 
| 105782 | 
            +
                        "shape": "S203",
         | 
| 105736 105783 | 
             
                        "locationName": "purchase"
         | 
| 105737 105784 | 
             
                      },
         | 
| 105738 105785 | 
             
                      "TotalHourlyPrice": {
         | 
| @@ -105775,11 +105822,11 @@ module.exports={ | |
| 105775 105822 | 
             
                        "type": "boolean"
         | 
| 105776 105823 | 
             
                      },
         | 
| 105777 105824 | 
             
                      "ArchitectureTypes": {
         | 
| 105778 | 
            -
                        "shape": " | 
| 105825 | 
            +
                        "shape": "S208",
         | 
| 105779 105826 | 
             
                        "locationName": "ArchitectureType"
         | 
| 105780 105827 | 
             
                      },
         | 
| 105781 105828 | 
             
                      "VirtualizationTypes": {
         | 
| 105782 | 
            -
                        "shape": " | 
| 105829 | 
            +
                        "shape": "S209",
         | 
| 105783 105830 | 
             
                        "locationName": "VirtualizationType"
         | 
| 105784 105831 | 
             
                      },
         | 
| 105785 105832 | 
             
                      "InstanceRequirements": {
         | 
| @@ -106312,7 +106359,7 @@ module.exports={ | |
| 106312 106359 | 
             
                        "locationName": "ipamResourceCidrSet",
         | 
| 106313 106360 | 
             
                        "type": "list",
         | 
| 106314 106361 | 
             
                        "member": {
         | 
| 106315 | 
            -
                          "shape": " | 
| 106362 | 
            +
                          "shape": "S21l",
         | 
| 106316 106363 | 
             
                          "locationName": "item"
         | 
| 106317 106364 | 
             
                        }
         | 
| 106318 106365 | 
             
                      }
         | 
| @@ -106472,7 +106519,7 @@ module.exports={ | |
| 106472 106519 | 
             
                              "locationName": "findingId"
         | 
| 106473 106520 | 
             
                            },
         | 
| 106474 106521 | 
             
                            "FindingComponents": {
         | 
| 106475 | 
            -
                              "shape": " | 
| 106522 | 
            +
                              "shape": "S1j2",
         | 
| 106476 106523 | 
             
                              "locationName": "findingComponentSet"
         | 
| 106477 106524 | 
             
                            }
         | 
| 106478 106525 | 
             
                          }
         | 
| @@ -106577,7 +106624,7 @@ module.exports={ | |
| 106577 106624 | 
             
                        "locationName": "paymentDue"
         | 
| 106578 106625 | 
             
                      },
         | 
| 106579 106626 | 
             
                      "ReservedInstanceValueRollup": {
         | 
| 106580 | 
            -
                        "shape": " | 
| 106627 | 
            +
                        "shape": "S22a",
         | 
| 106581 106628 | 
             
                        "locationName": "reservedInstanceValueRollup"
         | 
| 106582 106629 | 
             
                      },
         | 
| 106583 106630 | 
             
                      "ReservedInstanceValueSet": {
         | 
| @@ -106588,7 +106635,7 @@ module.exports={ | |
| 106588 106635 | 
             
                          "type": "structure",
         | 
| 106589 106636 | 
             
                          "members": {
         | 
| 106590 106637 | 
             
                            "ReservationValue": {
         | 
| 106591 | 
            -
                              "shape": " | 
| 106638 | 
            +
                              "shape": "S22a",
         | 
| 106592 106639 | 
             
                              "locationName": "reservationValue"
         | 
| 106593 106640 | 
             
                            },
         | 
| 106594 106641 | 
             
                            "ReservedInstanceId": {
         | 
| @@ -106598,7 +106645,7 @@ module.exports={ | |
| 106598 106645 | 
             
                        }
         | 
| 106599 106646 | 
             
                      },
         | 
| 106600 106647 | 
             
                      "TargetConfigurationValueRollup": {
         | 
| 106601 | 
            -
                        "shape": " | 
| 106648 | 
            +
                        "shape": "S22a",
         | 
| 106602 106649 | 
             
                        "locationName": "targetConfigurationValueRollup"
         | 
| 106603 106650 | 
             
                      },
         | 
| 106604 106651 | 
             
                      "TargetConfigurationValueSet": {
         | 
| @@ -106609,7 +106656,7 @@ module.exports={ | |
| 106609 106656 | 
             
                          "type": "structure",
         | 
| 106610 106657 | 
             
                          "members": {
         | 
| 106611 106658 | 
             
                            "ReservationValue": {
         | 
| 106612 | 
            -
                              "shape": " | 
| 106659 | 
            +
                              "shape": "S22a",
         | 
| 106613 106660 | 
             
                              "locationName": "reservationValue"
         | 
| 106614 106661 | 
             
                            },
         | 
| 106615 106662 | 
             
                            "TargetConfiguration": {
         | 
| @@ -106758,11 +106805,11 @@ module.exports={ | |
| 106758 106805 | 
             
                        "type": "structure",
         | 
| 106759 106806 | 
             
                        "members": {
         | 
| 106760 106807 | 
             
                          "ArchitectureTypes": {
         | 
| 106761 | 
            -
                            "shape": " | 
| 106808 | 
            +
                            "shape": "S208",
         | 
| 106762 106809 | 
             
                            "locationName": "ArchitectureType"
         | 
| 106763 106810 | 
             
                          },
         | 
| 106764 106811 | 
             
                          "VirtualizationTypes": {
         | 
| 106765 | 
            -
                            "shape": " | 
| 106812 | 
            +
                            "shape": "S209",
         | 
| 106766 106813 | 
             
                            "locationName": "VirtualizationType"
         | 
| 106767 106814 | 
             
                          },
         | 
| 106768 106815 | 
             
                          "InstanceRequirements": {
         | 
| @@ -106833,11 +106880,11 @@ module.exports={ | |
| 106833 106880 | 
             
                    "type": "structure",
         | 
| 106834 106881 | 
             
                    "members": {
         | 
| 106835 106882 | 
             
                      "SubnetIpv4CidrReservations": {
         | 
| 106836 | 
            -
                        "shape": " | 
| 106883 | 
            +
                        "shape": "S231",
         | 
| 106837 106884 | 
             
                        "locationName": "subnetIpv4CidrReservationSet"
         | 
| 106838 106885 | 
             
                      },
         | 
| 106839 106886 | 
             
                      "SubnetIpv6CidrReservations": {
         | 
| 106840 | 
            -
                        "shape": " | 
| 106887 | 
            +
                        "shape": "S231",
         | 
| 106841 106888 | 
             
                        "locationName": "subnetIpv6CidrReservationSet"
         | 
| 106842 106889 | 
             
                      },
         | 
| 106843 106890 | 
             
                      "NextToken": {
         | 
| @@ -107414,7 +107461,7 @@ module.exports={ | |
| 107414 107461 | 
             
                    "members": {
         | 
| 107415 107462 | 
             
                      "Architecture": {},
         | 
| 107416 107463 | 
             
                      "ClientData": {
         | 
| 107417 | 
            -
                        "shape": " | 
| 107464 | 
            +
                        "shape": "S24d"
         | 
| 107418 107465 | 
             
                      },
         | 
| 107419 107466 | 
             
                      "ClientToken": {},
         | 
| 107420 107467 | 
             
                      "Description": {},
         | 
| @@ -107433,7 +107480,7 @@ module.exports={ | |
| 107433 107480 | 
             
                              "shape": "S18v"
         | 
| 107434 107481 | 
             
                            },
         | 
| 107435 107482 | 
             
                            "UserBucket": {
         | 
| 107436 | 
            -
                              "shape": " | 
| 107483 | 
            +
                              "shape": "S24g"
         | 
| 107437 107484 | 
             
                            }
         | 
| 107438 107485 | 
             
                          }
         | 
| 107439 107486 | 
             
                        }
         | 
| @@ -107543,10 +107590,10 @@ module.exports={ | |
| 107543 107590 | 
             
                          "members": {
         | 
| 107544 107591 | 
             
                            "Description": {},
         | 
| 107545 107592 | 
             
                            "Image": {
         | 
| 107546 | 
            -
                              "shape": " | 
| 107593 | 
            +
                              "shape": "S24n"
         | 
| 107547 107594 | 
             
                            },
         | 
| 107548 107595 | 
             
                            "Volume": {
         | 
| 107549 | 
            -
                              "shape": " | 
| 107596 | 
            +
                              "shape": "S24o"
         | 
| 107550 107597 | 
             
                            }
         | 
| 107551 107598 | 
             
                          }
         | 
| 107552 107599 | 
             
                        }
         | 
| @@ -107669,7 +107716,7 @@ module.exports={ | |
| 107669 107716 | 
             
                    "type": "structure",
         | 
| 107670 107717 | 
             
                    "members": {
         | 
| 107671 107718 | 
             
                      "ClientData": {
         | 
| 107672 | 
            -
                        "shape": " | 
| 107719 | 
            +
                        "shape": "S24d"
         | 
| 107673 107720 | 
             
                      },
         | 
| 107674 107721 | 
             
                      "ClientToken": {},
         | 
| 107675 107722 | 
             
                      "Description": {},
         | 
| @@ -107682,7 +107729,7 @@ module.exports={ | |
| 107682 107729 | 
             
                            "shape": "S18v"
         | 
| 107683 107730 | 
             
                          },
         | 
| 107684 107731 | 
             
                          "UserBucket": {
         | 
| 107685 | 
            -
                            "shape": " | 
| 107732 | 
            +
                            "shape": "S24g"
         | 
| 107686 107733 | 
             
                          }
         | 
| 107687 107734 | 
             
                        }
         | 
| 107688 107735 | 
             
                      },
         | 
| @@ -107740,11 +107787,11 @@ module.exports={ | |
| 107740 107787 | 
             
                        "type": "boolean"
         | 
| 107741 107788 | 
             
                      },
         | 
| 107742 107789 | 
             
                      "Image": {
         | 
| 107743 | 
            -
                        "shape": " | 
| 107790 | 
            +
                        "shape": "S24n",
         | 
| 107744 107791 | 
             
                        "locationName": "image"
         | 
| 107745 107792 | 
             
                      },
         | 
| 107746 107793 | 
             
                      "Volume": {
         | 
| 107747 | 
            -
                        "shape": " | 
| 107794 | 
            +
                        "shape": "S24o",
         | 
| 107748 107795 | 
             
                        "locationName": "volume"
         | 
| 107749 107796 | 
             
                      }
         | 
| 107750 107797 | 
             
                    }
         | 
| @@ -108119,7 +108166,7 @@ module.exports={ | |
| 108119 108166 | 
             
                    "type": "structure",
         | 
| 108120 108167 | 
             
                    "members": {
         | 
| 108121 108168 | 
             
                      "InstanceFamilyCreditSpecification": {
         | 
| 108122 | 
            -
                        "shape": " | 
| 108169 | 
            +
                        "shape": "S1zk",
         | 
| 108123 108170 | 
             
                        "locationName": "instanceFamilyCreditSpecification"
         | 
| 108124 108171 | 
             
                      }
         | 
| 108125 108172 | 
             
                    }
         | 
| @@ -108193,25 +108240,25 @@ module.exports={ | |
| 108193 108240 | 
             
                      "Attribute": {},
         | 
| 108194 108241 | 
             
                      "OperationType": {},
         | 
| 108195 108242 | 
             
                      "UserIds": {
         | 
| 108196 | 
            -
                        "shape": " | 
| 108243 | 
            +
                        "shape": "S25y",
         | 
| 108197 108244 | 
             
                        "locationName": "UserId"
         | 
| 108198 108245 | 
             
                      },
         | 
| 108199 108246 | 
             
                      "UserGroups": {
         | 
| 108200 | 
            -
                        "shape": " | 
| 108247 | 
            +
                        "shape": "S25z",
         | 
| 108201 108248 | 
             
                        "locationName": "UserGroup"
         | 
| 108202 108249 | 
             
                      },
         | 
| 108203 108250 | 
             
                      "ProductCodes": {
         | 
| 108204 | 
            -
                        "shape": " | 
| 108251 | 
            +
                        "shape": "S260",
         | 
| 108205 108252 | 
             
                        "locationName": "ProductCode"
         | 
| 108206 108253 | 
             
                      },
         | 
| 108207 108254 | 
             
                      "LoadPermission": {
         | 
| 108208 108255 | 
             
                        "type": "structure",
         | 
| 108209 108256 | 
             
                        "members": {
         | 
| 108210 108257 | 
             
                          "Add": {
         | 
| 108211 | 
            -
                            "shape": " | 
| 108258 | 
            +
                            "shape": "S262"
         | 
| 108212 108259 | 
             
                          },
         | 
| 108213 108260 | 
             
                          "Remove": {
         | 
| 108214 | 
            -
                            "shape": " | 
| 108261 | 
            +
                            "shape": "S262"
         | 
| 108215 108262 | 
             
                          }
         | 
| 108216 108263 | 
             
                        }
         | 
| 108217 108264 | 
             
                      },
         | 
| @@ -108257,7 +108304,7 @@ module.exports={ | |
| 108257 108304 | 
             
                        "locationName": "successful"
         | 
| 108258 108305 | 
             
                      },
         | 
| 108259 108306 | 
             
                      "Unsuccessful": {
         | 
| 108260 | 
            -
                        "shape": " | 
| 108307 | 
            +
                        "shape": "S267",
         | 
| 108261 108308 | 
             
                        "locationName": "unsuccessful"
         | 
| 108262 108309 | 
             
                      }
         | 
| 108263 108310 | 
             
                    }
         | 
| @@ -108325,15 +108372,15 @@ module.exports={ | |
| 108325 108372 | 
             
                      },
         | 
| 108326 108373 | 
             
                      "OperationType": {},
         | 
| 108327 108374 | 
             
                      "ProductCodes": {
         | 
| 108328 | 
            -
                        "shape": " | 
| 108375 | 
            +
                        "shape": "S260",
         | 
| 108329 108376 | 
             
                        "locationName": "ProductCode"
         | 
| 108330 108377 | 
             
                      },
         | 
| 108331 108378 | 
             
                      "UserGroups": {
         | 
| 108332 | 
            -
                        "shape": " | 
| 108379 | 
            +
                        "shape": "S25z",
         | 
| 108333 108380 | 
             
                        "locationName": "UserGroup"
         | 
| 108334 108381 | 
             
                      },
         | 
| 108335 108382 | 
             
                      "UserIds": {
         | 
| 108336 | 
            -
                        "shape": " | 
| 108383 | 
            +
                        "shape": "S25y",
         | 
| 108337 108384 | 
             
                        "locationName": "UserId"
         | 
| 108338 108385 | 
             
                      },
         | 
| 108339 108386 | 
             
                      "Value": {},
         | 
| @@ -108478,7 +108525,7 @@ module.exports={ | |
| 108478 108525 | 
             
                    "members": {
         | 
| 108479 108526 | 
             
                      "InstanceId": {},
         | 
| 108480 108527 | 
             
                      "CapacityReservationSpecification": {
         | 
| 108481 | 
            -
                        "shape": " | 
| 108528 | 
            +
                        "shape": "S26k"
         | 
| 108482 108529 | 
             
                      },
         | 
| 108483 108530 | 
             
                      "DryRun": {
         | 
| 108484 108531 | 
             
                        "type": "boolean"
         | 
| @@ -108738,7 +108785,7 @@ module.exports={ | |
| 108738 108785 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 108739 108786 | 
             
                      },
         | 
| 108740 108787 | 
             
                      "RemoveOperatingRegions": {
         | 
| 108741 | 
            -
                        "shape": " | 
| 108788 | 
            +
                        "shape": "S279",
         | 
| 108742 108789 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 108743 108790 | 
             
                      },
         | 
| 108744 108791 | 
             
                      "Tier": {}
         | 
| @@ -108829,7 +108876,7 @@ module.exports={ | |
| 108829 108876 | 
             
                    "type": "structure",
         | 
| 108830 108877 | 
             
                    "members": {
         | 
| 108831 108878 | 
             
                      "IpamResourceCidr": {
         | 
| 108832 | 
            -
                        "shape": " | 
| 108879 | 
            +
                        "shape": "S21l",
         | 
| 108833 108880 | 
             
                        "locationName": "ipamResourceCidr"
         | 
| 108834 108881 | 
             
                      }
         | 
| 108835 108882 | 
             
                    }
         | 
| @@ -108852,7 +108899,7 @@ module.exports={ | |
| 108852 108899 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 108853 108900 | 
             
                      },
         | 
| 108854 108901 | 
             
                      "RemoveOperatingRegions": {
         | 
| 108855 | 
            -
                        "shape": " | 
| 108902 | 
            +
                        "shape": "S279",
         | 
| 108856 108903 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 108857 108904 | 
             
                      }
         | 
| 108858 108905 | 
             
                    }
         | 
| @@ -109080,7 +109127,7 @@ module.exports={ | |
| 109080 109127 | 
             
                    ],
         | 
| 109081 109128 | 
             
                    "members": {
         | 
| 109082 109129 | 
             
                      "ReservedInstancesIds": {
         | 
| 109083 | 
            -
                        "shape": " | 
| 109130 | 
            +
                        "shape": "S1lg",
         | 
| 109084 109131 | 
             
                        "locationName": "ReservedInstancesId"
         | 
| 109085 109132 | 
             
                      },
         | 
| 109086 109133 | 
             
                      "ClientToken": {
         | 
| @@ -109090,7 +109137,7 @@ module.exports={ | |
| 109090 109137 | 
             
                        "locationName": "ReservedInstancesConfigurationSetItemType",
         | 
| 109091 109138 | 
             
                        "type": "list",
         | 
| 109092 109139 | 
             
                        "member": {
         | 
| 109093 | 
            -
                          "shape": " | 
| 109140 | 
            +
                          "shape": "S1m2",
         | 
| 109094 109141 | 
             
                          "locationName": "item"
         | 
| 109095 109142 | 
             
                        }
         | 
| 109096 109143 | 
             
                      }
         | 
| @@ -109172,21 +109219,21 @@ module.exports={ | |
| 109172 109219 | 
             
                        "type": "structure",
         | 
| 109173 109220 | 
             
                        "members": {
         | 
| 109174 109221 | 
             
                          "Add": {
         | 
| 109175 | 
            -
                            "shape": " | 
| 109222 | 
            +
                            "shape": "S1ng"
         | 
| 109176 109223 | 
             
                          },
         | 
| 109177 109224 | 
             
                          "Remove": {
         | 
| 109178 | 
            -
                            "shape": " | 
| 109225 | 
            +
                            "shape": "S1ng"
         | 
| 109179 109226 | 
             
                          }
         | 
| 109180 109227 | 
             
                        }
         | 
| 109181 109228 | 
             
                      },
         | 
| 109182 109229 | 
             
                      "GroupNames": {
         | 
| 109183 | 
            -
                        "shape": " | 
| 109230 | 
            +
                        "shape": "S1n8",
         | 
| 109184 109231 | 
             
                        "locationName": "UserGroup"
         | 
| 109185 109232 | 
             
                      },
         | 
| 109186 109233 | 
             
                      "OperationType": {},
         | 
| 109187 109234 | 
             
                      "SnapshotId": {},
         | 
| 109188 109235 | 
             
                      "UserIds": {
         | 
| 109189 | 
            -
                        "shape": " | 
| 109236 | 
            +
                        "shape": "S25y",
         | 
| 109190 109237 | 
             
                        "locationName": "UserId"
         | 
| 109191 109238 | 
             
                      },
         | 
| 109192 109239 | 
             
                      "DryRun": {
         | 
| @@ -109234,7 +109281,7 @@ module.exports={ | |
| 109234 109281 | 
             
                        "locationName": "excessCapacityTerminationPolicy"
         | 
| 109235 109282 | 
             
                      },
         | 
| 109236 109283 | 
             
                      "LaunchTemplateConfigs": {
         | 
| 109237 | 
            -
                        "shape": " | 
| 109284 | 
            +
                        "shape": "S1on",
         | 
| 109238 109285 | 
             
                        "locationName": "LaunchTemplateConfig"
         | 
| 109239 109286 | 
             
                      },
         | 
| 109240 109287 | 
             
                      "SpotFleetRequestId": {
         | 
| @@ -109784,7 +109831,7 @@ module.exports={ | |
| 109784 109831 | 
             
                    "type": "structure",
         | 
| 109785 109832 | 
             
                    "members": {
         | 
| 109786 109833 | 
             
                      "LoggingConfiguration": {
         | 
| 109787 | 
            -
                        "shape": " | 
| 109834 | 
            +
                        "shape": "S1s3",
         | 
| 109788 109835 | 
             
                        "locationName": "loggingConfiguration"
         | 
| 109789 109836 | 
             
                      }
         | 
| 109790 109837 | 
             
                    }
         | 
| @@ -109870,7 +109917,7 @@ module.exports={ | |
| 109870 109917 | 
             
                    "type": "structure",
         | 
| 109871 109918 | 
             
                    "members": {
         | 
| 109872 109919 | 
             
                      "VolumeModification": {
         | 
| 109873 | 
            -
                        "shape": " | 
| 109920 | 
            +
                        "shape": "S1t7",
         | 
| 109874 109921 | 
             
                        "locationName": "volumeModification"
         | 
| 109875 109922 | 
             
                      }
         | 
| 109876 109923 | 
             
                    }
         | 
| @@ -110143,13 +110190,13 @@ module.exports={ | |
| 110143 110190 | 
             
                    ],
         | 
| 110144 110191 | 
             
                    "members": {
         | 
| 110145 110192 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 110146 | 
            -
                        "shape": " | 
| 110193 | 
            +
                        "shape": "S29y"
         | 
| 110147 110194 | 
             
                      },
         | 
| 110148 110195 | 
             
                      "DryRun": {
         | 
| 110149 110196 | 
             
                        "type": "boolean"
         | 
| 110150 110197 | 
             
                      },
         | 
| 110151 110198 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 110152 | 
            -
                        "shape": " | 
| 110199 | 
            +
                        "shape": "S29y"
         | 
| 110153 110200 | 
             
                      },
         | 
| 110154 110201 | 
             
                      "VpcPeeringConnectionId": {}
         | 
| 110155 110202 | 
             
                    }
         | 
| @@ -110158,11 +110205,11 @@ module.exports={ | |
| 110158 110205 | 
             
                    "type": "structure",
         | 
| 110159 110206 | 
             
                    "members": {
         | 
| 110160 110207 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 110161 | 
            -
                        "shape": " | 
| 110208 | 
            +
                        "shape": "S2a0",
         | 
| 110162 110209 | 
             
                        "locationName": "accepterPeeringConnectionOptions"
         | 
| 110163 110210 | 
             
                      },
         | 
| 110164 110211 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 110165 | 
            -
                        "shape": " | 
| 110212 | 
            +
                        "shape": "S2a0",
         | 
| 110166 110213 | 
             
                        "locationName": "requesterPeeringConnectionOptions"
         | 
| 110167 110214 | 
             
                      }
         | 
| 110168 110215 | 
             
                    }
         | 
| @@ -110386,7 +110433,7 @@ module.exports={ | |
| 110386 110433 | 
             
                    "type": "structure",
         | 
| 110387 110434 | 
             
                    "members": {
         | 
| 110388 110435 | 
             
                      "InstanceMonitorings": {
         | 
| 110389 | 
            -
                        "shape": " | 
| 110436 | 
            +
                        "shape": "S2af",
         | 
| 110390 110437 | 
             
                        "locationName": "instancesSet"
         | 
| 110391 110438 | 
             
                      }
         | 
| 110392 110439 | 
             
                    }
         | 
| @@ -110593,7 +110640,7 @@ module.exports={ | |
| 110593 110640 | 
             
                        "locationName": "poolId"
         | 
| 110594 110641 | 
             
                      },
         | 
| 110595 110642 | 
             
                      "PoolAddressRange": {
         | 
| 110596 | 
            -
                        "shape": " | 
| 110643 | 
            +
                        "shape": "S1l3",
         | 
| 110597 110644 | 
             
                        "locationName": "poolAddressRange"
         | 
| 110598 110645 | 
             
                      }
         | 
| 110599 110646 | 
             
                    }
         | 
| @@ -110639,7 +110686,7 @@ module.exports={ | |
| 110639 110686 | 
             
                      "ClientToken": {},
         | 
| 110640 110687 | 
             
                      "CurrencyCode": {},
         | 
| 110641 110688 | 
             
                      "HostIdSet": {
         | 
| 110642 | 
            -
                        "shape": " | 
| 110689 | 
            +
                        "shape": "S201"
         | 
| 110643 110690 | 
             
                      },
         | 
| 110644 110691 | 
             
                      "LimitPrice": {},
         | 
| 110645 110692 | 
             
                      "OfferingId": {},
         | 
| @@ -110659,7 +110706,7 @@ module.exports={ | |
| 110659 110706 | 
             
                        "locationName": "currencyCode"
         | 
| 110660 110707 | 
             
                      },
         | 
| 110661 110708 | 
             
                      "Purchase": {
         | 
| 110662 | 
            -
                        "shape": " | 
| 110709 | 
            +
                        "shape": "S203",
         | 
| 110663 110710 | 
             
                        "locationName": "purchase"
         | 
| 110664 110711 | 
             
                      },
         | 
| 110665 110712 | 
             
                      "TotalHourlyPrice": {
         | 
| @@ -110754,7 +110801,7 @@ module.exports={ | |
| 110754 110801 | 
             
                        "locationName": "scheduledInstanceSet",
         | 
| 110755 110802 | 
             
                        "type": "list",
         | 
| 110756 110803 | 
             
                        "member": {
         | 
| 110757 | 
            -
                          "shape": " | 
| 110804 | 
            +
                          "shape": "S1mx",
         | 
| 110758 110805 | 
             
                          "locationName": "item"
         | 
| 110759 110806 | 
             
                        }
         | 
| 110760 110807 | 
             
                      }
         | 
| @@ -111122,7 +111169,7 @@ module.exports={ | |
| 111122 111169 | 
             
                        "locationName": "successful"
         | 
| 111123 111170 | 
             
                      },
         | 
| 111124 111171 | 
             
                      "Unsuccessful": {
         | 
| 111125 | 
            -
                        "shape": " | 
| 111172 | 
            +
                        "shape": "S267",
         | 
| 111126 111173 | 
             
                        "locationName": "unsuccessful"
         | 
| 111127 111174 | 
             
                      }
         | 
| 111128 111175 | 
             
                    }
         | 
| @@ -111450,7 +111497,7 @@ module.exports={ | |
| 111450 111497 | 
             
                        "type": "boolean"
         | 
| 111451 111498 | 
             
                      },
         | 
| 111452 111499 | 
             
                      "SpotFleetRequestConfig": {
         | 
| 111453 | 
            -
                        "shape": " | 
| 111500 | 
            +
                        "shape": "S1o8",
         | 
| 111454 111501 | 
             
                        "locationName": "spotFleetRequestConfig"
         | 
| 111455 111502 | 
             
                      }
         | 
| 111456 111503 | 
             
                    }
         | 
| @@ -111534,15 +111581,15 @@ module.exports={ | |
| 111534 111581 | 
             
                            "locationName": "keyName"
         | 
| 111535 111582 | 
             
                          },
         | 
| 111536 111583 | 
             
                          "Monitoring": {
         | 
| 111537 | 
            -
                            "shape": " | 
| 111584 | 
            +
                            "shape": "S1p3",
         | 
| 111538 111585 | 
             
                            "locationName": "monitoring"
         | 
| 111539 111586 | 
             
                          },
         | 
| 111540 111587 | 
             
                          "NetworkInterfaces": {
         | 
| 111541 | 
            -
                            "shape": " | 
| 111588 | 
            +
                            "shape": "S1oi",
         | 
| 111542 111589 | 
             
                            "locationName": "NetworkInterface"
         | 
| 111543 111590 | 
             
                          },
         | 
| 111544 111591 | 
             
                          "Placement": {
         | 
| 111545 | 
            -
                            "shape": " | 
| 111592 | 
            +
                            "shape": "S1ok",
         | 
| 111546 111593 | 
             
                            "locationName": "placement"
         | 
| 111547 111594 | 
             
                          },
         | 
| 111548 111595 | 
             
                          "RamdiskId": {
         | 
| @@ -111582,7 +111629,7 @@ module.exports={ | |
| 111582 111629 | 
             
                    "type": "structure",
         | 
| 111583 111630 | 
             
                    "members": {
         | 
| 111584 111631 | 
             
                      "SpotInstanceRequests": {
         | 
| 111585 | 
            -
                        "shape": " | 
| 111632 | 
            +
                        "shape": "S1p0",
         | 
| 111586 111633 | 
             
                        "locationName": "spotInstanceRequestSet"
         | 
| 111587 111634 | 
             
                      }
         | 
| 111588 111635 | 
             
                    }
         | 
| @@ -111955,7 +112002,7 @@ module.exports={ | |
| 111955 112002 | 
             
                        "locationName": "ipPermissions"
         | 
| 111956 112003 | 
             
                      },
         | 
| 111957 112004 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 111958 | 
            -
                        "shape": " | 
| 112005 | 
            +
                        "shape": "S1n4",
         | 
| 111959 112006 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 111960 112007 | 
             
                      },
         | 
| 111961 112008 | 
             
                      "CidrIp": {
         | 
| @@ -112018,7 +112065,7 @@ module.exports={ | |
| 112018 112065 | 
             
                        "type": "boolean"
         | 
| 112019 112066 | 
             
                      },
         | 
| 112020 112067 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 112021 | 
            -
                        "shape": " | 
| 112068 | 
            +
                        "shape": "S1n4",
         | 
| 112022 112069 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 112023 112070 | 
             
                      }
         | 
| 112024 112071 | 
             
                    }
         | 
| @@ -112067,7 +112114,7 @@ module.exports={ | |
| 112067 112114 | 
             
                        "type": "integer"
         | 
| 112068 112115 | 
             
                      },
         | 
| 112069 112116 | 
             
                      "Monitoring": {
         | 
| 112070 | 
            -
                        "shape": " | 
| 112117 | 
            +
                        "shape": "S1p3"
         | 
| 112071 112118 | 
             
                      },
         | 
| 112072 112119 | 
             
                      "Placement": {
         | 
| 112073 112120 | 
             
                        "shape": "Scr"
         | 
| @@ -112113,7 +112160,7 @@ module.exports={ | |
| 112113 112160 | 
             
                        "locationName": "instanceInitiatedShutdownBehavior"
         | 
| 112114 112161 | 
             
                      },
         | 
| 112115 112162 | 
             
                      "NetworkInterfaces": {
         | 
| 112116 | 
            -
                        "shape": " | 
| 112163 | 
            +
                        "shape": "S1oi",
         | 
| 112117 112164 | 
             
                        "locationName": "networkInterface"
         | 
| 112118 112165 | 
             
                      },
         | 
| 112119 112166 | 
             
                      "PrivateIpAddress": {
         | 
| @@ -112191,7 +112238,7 @@ module.exports={ | |
| 112191 112238 | 
             
                        }
         | 
| 112192 112239 | 
             
                      },
         | 
| 112193 112240 | 
             
                      "CapacityReservationSpecification": {
         | 
| 112194 | 
            -
                        "shape": " | 
| 112241 | 
            +
                        "shape": "S26k"
         | 
| 112195 112242 | 
             
                      },
         | 
| 112196 112243 | 
             
                      "HibernationOptions": {
         | 
| 112197 112244 | 
             
                        "type": "structure",
         | 
| @@ -112357,7 +112404,7 @@ module.exports={ | |
| 112357 112404 | 
             
                                  "type": "integer"
         | 
| 112358 112405 | 
             
                                },
         | 
| 112359 112406 | 
             
                                "Groups": {
         | 
| 112360 | 
            -
                                  "shape": " | 
| 112407 | 
            +
                                  "shape": "S2e9",
         | 
| 112361 112408 | 
             
                                  "locationName": "Group"
         | 
| 112362 112409 | 
             
                                },
         | 
| 112363 112410 | 
             
                                "Ipv6AddressCount": {
         | 
| @@ -112406,7 +112453,7 @@ module.exports={ | |
| 112406 112453 | 
             
                          },
         | 
| 112407 112454 | 
             
                          "RamdiskId": {},
         | 
| 112408 112455 | 
             
                          "SecurityGroupIds": {
         | 
| 112409 | 
            -
                            "shape": " | 
| 112456 | 
            +
                            "shape": "S2e9",
         | 
| 112410 112457 | 
             
                            "locationName": "SecurityGroupId"
         | 
| 112411 112458 | 
             
                          },
         | 
| 112412 112459 | 
             
                          "SubnetId": {},
         | 
| @@ -112620,7 +112667,7 @@ module.exports={ | |
| 112620 112667 | 
             
                    "type": "structure",
         | 
| 112621 112668 | 
             
                    "members": {
         | 
| 112622 112669 | 
             
                      "StartingInstances": {
         | 
| 112623 | 
            -
                        "shape": " | 
| 112670 | 
            +
                        "shape": "S2ex",
         | 
| 112624 112671 | 
             
                        "locationName": "instancesSet"
         | 
| 112625 112672 | 
             
                      }
         | 
| 112626 112673 | 
             
                    }
         | 
| @@ -112651,7 +112698,7 @@ module.exports={ | |
| 112651 112698 | 
             
                    "type": "structure",
         | 
| 112652 112699 | 
             
                    "members": {
         | 
| 112653 112700 | 
             
                      "NetworkInsightsAccessScopeAnalysis": {
         | 
| 112654 | 
            -
                        "shape": " | 
| 112701 | 
            +
                        "shape": "S1ip",
         | 
| 112655 112702 | 
             
                        "locationName": "networkInsightsAccessScopeAnalysis"
         | 
| 112656 112703 | 
             
                      }
         | 
| 112657 112704 | 
             
                    }
         | 
| @@ -112671,7 +112718,7 @@ module.exports={ | |
| 112671 112718 | 
             
                        "locationName": "AdditionalAccount"
         | 
| 112672 112719 | 
             
                      },
         | 
| 112673 112720 | 
             
                      "FilterInArns": {
         | 
| 112674 | 
            -
                        "shape": " | 
| 112721 | 
            +
                        "shape": "S1j1",
         | 
| 112675 112722 | 
             
                        "locationName": "FilterInArn"
         | 
| 112676 112723 | 
             
                      },
         | 
| 112677 112724 | 
             
                      "DryRun": {
         | 
| @@ -112690,7 +112737,7 @@ module.exports={ | |
| 112690 112737 | 
             
                    "type": "structure",
         | 
| 112691 112738 | 
             
                    "members": {
         | 
| 112692 112739 | 
             
                      "NetworkInsightsAnalysis": {
         | 
| 112693 | 
            -
                        "shape": " | 
| 112740 | 
            +
                        "shape": "S1j0",
         | 
| 112694 112741 | 
             
                        "locationName": "networkInsightsAnalysis"
         | 
| 112695 112742 | 
             
                      }
         | 
| 112696 112743 | 
             
                    }
         | 
| @@ -112747,7 +112794,7 @@ module.exports={ | |
| 112747 112794 | 
             
                    "type": "structure",
         | 
| 112748 112795 | 
             
                    "members": {
         | 
| 112749 112796 | 
             
                      "StoppingInstances": {
         | 
| 112750 | 
            -
                        "shape": " | 
| 112797 | 
            +
                        "shape": "S2ex",
         | 
| 112751 112798 | 
             
                        "locationName": "instancesSet"
         | 
| 112752 112799 | 
             
                      }
         | 
| 112753 112800 | 
             
                    }
         | 
| @@ -112822,7 +112869,7 @@ module.exports={ | |
| 112822 112869 | 
             
                    "type": "structure",
         | 
| 112823 112870 | 
             
                    "members": {
         | 
| 112824 112871 | 
             
                      "TerminatingInstances": {
         | 
| 112825 | 
            -
                        "shape": " | 
| 112872 | 
            +
                        "shape": "S2ex",
         | 
| 112826 112873 | 
             
                        "locationName": "instancesSet"
         | 
| 112827 112874 | 
             
                      }
         | 
| 112828 112875 | 
             
                    }
         | 
| @@ -112963,7 +113010,7 @@ module.exports={ | |
| 112963 113010 | 
             
                    "type": "structure",
         | 
| 112964 113011 | 
             
                    "members": {
         | 
| 112965 113012 | 
             
                      "InstanceMonitorings": {
         | 
| 112966 | 
            -
                        "shape": " | 
| 113013 | 
            +
                        "shape": "S2af",
         | 
| 112967 113014 | 
             
                        "locationName": "instancesSet"
         | 
| 112968 113015 | 
             
                      }
         | 
| 112969 113016 | 
             
                    }
         | 
| @@ -112982,7 +113029,7 @@ module.exports={ | |
| 112982 113029 | 
             
                        "shape": "S6x"
         | 
| 112983 113030 | 
             
                      },
         | 
| 112984 113031 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 112985 | 
            -
                        "shape": " | 
| 113032 | 
            +
                        "shape": "S2fn",
         | 
| 112986 113033 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 112987 113034 | 
             
                      }
         | 
| 112988 113035 | 
             
                    }
         | 
| @@ -113010,7 +113057,7 @@ module.exports={ | |
| 113010 113057 | 
             
                        "shape": "S6x"
         | 
| 113011 113058 | 
             
                      },
         | 
| 113012 113059 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 113013 | 
            -
                        "shape": " | 
| 113060 | 
            +
                        "shape": "S2fn",
         | 
| 113014 113061 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 113015 113062 | 
             
                      }
         | 
| 113016 113063 | 
             
                    }
         | 
| @@ -121099,7 +121146,7 @@ module.exports={ | |
| 121099 121146 | 
             
                    "locationName": "SnapshotId"
         | 
| 121100 121147 | 
             
                  }
         | 
| 121101 121148 | 
             
                },
         | 
| 121102 | 
            -
                " | 
| 121149 | 
            +
                "S1ip": {
         | 
| 121103 121150 | 
             
                  "type": "structure",
         | 
| 121104 121151 | 
             
                  "members": {
         | 
| 121105 121152 | 
             
                    "NetworkInsightsAccessScopeAnalysisId": {
         | 
| @@ -121141,7 +121188,7 @@ module.exports={ | |
| 121141 121188 | 
             
                    }
         | 
| 121142 121189 | 
             
                  }
         | 
| 121143 121190 | 
             
                },
         | 
| 121144 | 
            -
                " | 
| 121191 | 
            +
                "S1j0": {
         | 
| 121145 121192 | 
             
                  "type": "structure",
         | 
| 121146 121193 | 
             
                  "members": {
         | 
| 121147 121194 | 
             
                    "NetworkInsightsAnalysisId": {
         | 
| @@ -121158,7 +121205,7 @@ module.exports={ | |
| 121158 121205 | 
             
                      "locationName": "additionalAccountSet"
         | 
| 121159 121206 | 
             
                    },
         | 
| 121160 121207 | 
             
                    "FilterInArns": {
         | 
| 121161 | 
            -
                      "shape": " | 
| 121208 | 
            +
                      "shape": "S1j1",
         | 
| 121162 121209 | 
             
                      "locationName": "filterInArnSet"
         | 
| 121163 121210 | 
             
                    },
         | 
| 121164 121211 | 
             
                    "StartDate": {
         | 
| @@ -121179,15 +121226,15 @@ module.exports={ | |
| 121179 121226 | 
             
                      "type": "boolean"
         | 
| 121180 121227 | 
             
                    },
         | 
| 121181 121228 | 
             
                    "ForwardPathComponents": {
         | 
| 121182 | 
            -
                      "shape": " | 
| 121229 | 
            +
                      "shape": "S1j2",
         | 
| 121183 121230 | 
             
                      "locationName": "forwardPathComponentSet"
         | 
| 121184 121231 | 
             
                    },
         | 
| 121185 121232 | 
             
                    "ReturnPathComponents": {
         | 
| 121186 | 
            -
                      "shape": " | 
| 121233 | 
            +
                      "shape": "S1j2",
         | 
| 121187 121234 | 
             
                      "locationName": "returnPathComponentSet"
         | 
| 121188 121235 | 
             
                    },
         | 
| 121189 121236 | 
             
                    "Explanations": {
         | 
| 121190 | 
            -
                      "shape": " | 
| 121237 | 
            +
                      "shape": "S1jm",
         | 
| 121191 121238 | 
             
                      "locationName": "explanationSet"
         | 
| 121192 121239 | 
             
                    },
         | 
| 121193 121240 | 
             
                    "AlternatePathHints": {
         | 
| @@ -121216,13 +121263,13 @@ module.exports={ | |
| 121216 121263 | 
             
                    }
         | 
| 121217 121264 | 
             
                  }
         | 
| 121218 121265 | 
             
                },
         | 
| 121219 | 
            -
                " | 
| 121266 | 
            +
                "S1j1": {
         | 
| 121220 121267 | 
             
                  "type": "list",
         | 
| 121221 121268 | 
             
                  "member": {
         | 
| 121222 121269 | 
             
                    "locationName": "item"
         | 
| 121223 121270 | 
             
                  }
         | 
| 121224 121271 | 
             
                },
         | 
| 121225 | 
            -
                " | 
| 121272 | 
            +
                "S1j2": {
         | 
| 121226 121273 | 
             
                  "type": "list",
         | 
| 121227 121274 | 
             
                  "member": {
         | 
| 121228 121275 | 
             
                    "locationName": "item",
         | 
| @@ -121233,47 +121280,47 @@ module.exports={ | |
| 121233 121280 | 
             
                        "type": "integer"
         | 
| 121234 121281 | 
             
                      },
         | 
| 121235 121282 | 
             
                      "AclRule": {
         | 
| 121236 | 
            -
                        "shape": " | 
| 121283 | 
            +
                        "shape": "S1j4",
         | 
| 121237 121284 | 
             
                        "locationName": "aclRule"
         | 
| 121238 121285 | 
             
                      },
         | 
| 121239 121286 | 
             
                      "AttachedTo": {
         | 
| 121240 | 
            -
                        "shape": " | 
| 121287 | 
            +
                        "shape": "S1j5",
         | 
| 121241 121288 | 
             
                        "locationName": "attachedTo"
         | 
| 121242 121289 | 
             
                      },
         | 
| 121243 121290 | 
             
                      "Component": {
         | 
| 121244 | 
            -
                        "shape": " | 
| 121291 | 
            +
                        "shape": "S1j5",
         | 
| 121245 121292 | 
             
                        "locationName": "component"
         | 
| 121246 121293 | 
             
                      },
         | 
| 121247 121294 | 
             
                      "DestinationVpc": {
         | 
| 121248 | 
            -
                        "shape": " | 
| 121295 | 
            +
                        "shape": "S1j5",
         | 
| 121249 121296 | 
             
                        "locationName": "destinationVpc"
         | 
| 121250 121297 | 
             
                      },
         | 
| 121251 121298 | 
             
                      "OutboundHeader": {
         | 
| 121252 | 
            -
                        "shape": " | 
| 121299 | 
            +
                        "shape": "S1j6",
         | 
| 121253 121300 | 
             
                        "locationName": "outboundHeader"
         | 
| 121254 121301 | 
             
                      },
         | 
| 121255 121302 | 
             
                      "InboundHeader": {
         | 
| 121256 | 
            -
                        "shape": " | 
| 121303 | 
            +
                        "shape": "S1j6",
         | 
| 121257 121304 | 
             
                        "locationName": "inboundHeader"
         | 
| 121258 121305 | 
             
                      },
         | 
| 121259 121306 | 
             
                      "RouteTableRoute": {
         | 
| 121260 | 
            -
                        "shape": " | 
| 121307 | 
            +
                        "shape": "S1j9",
         | 
| 121261 121308 | 
             
                        "locationName": "routeTableRoute"
         | 
| 121262 121309 | 
             
                      },
         | 
| 121263 121310 | 
             
                      "SecurityGroupRule": {
         | 
| 121264 | 
            -
                        "shape": " | 
| 121311 | 
            +
                        "shape": "S1ja",
         | 
| 121265 121312 | 
             
                        "locationName": "securityGroupRule"
         | 
| 121266 121313 | 
             
                      },
         | 
| 121267 121314 | 
             
                      "SourceVpc": {
         | 
| 121268 | 
            -
                        "shape": " | 
| 121315 | 
            +
                        "shape": "S1j5",
         | 
| 121269 121316 | 
             
                        "locationName": "sourceVpc"
         | 
| 121270 121317 | 
             
                      },
         | 
| 121271 121318 | 
             
                      "Subnet": {
         | 
| 121272 | 
            -
                        "shape": " | 
| 121319 | 
            +
                        "shape": "S1j5",
         | 
| 121273 121320 | 
             
                        "locationName": "subnet"
         | 
| 121274 121321 | 
             
                      },
         | 
| 121275 121322 | 
             
                      "Vpc": {
         | 
| 121276 | 
            -
                        "shape": " | 
| 121323 | 
            +
                        "shape": "S1j5",
         | 
| 121277 121324 | 
             
                        "locationName": "vpc"
         | 
| 121278 121325 | 
             
                      },
         | 
| 121279 121326 | 
             
                      "AdditionalDetails": {
         | 
| @@ -121287,15 +121334,15 @@ module.exports={ | |
| 121287 121334 | 
             
                              "locationName": "additionalDetailType"
         | 
| 121288 121335 | 
             
                            },
         | 
| 121289 121336 | 
             
                            "Component": {
         | 
| 121290 | 
            -
                              "shape": " | 
| 121337 | 
            +
                              "shape": "S1j5",
         | 
| 121291 121338 | 
             
                              "locationName": "component"
         | 
| 121292 121339 | 
             
                            },
         | 
| 121293 121340 | 
             
                            "VpcEndpointService": {
         | 
| 121294 | 
            -
                              "shape": " | 
| 121341 | 
            +
                              "shape": "S1j5",
         | 
| 121295 121342 | 
             
                              "locationName": "vpcEndpointService"
         | 
| 121296 121343 | 
             
                            },
         | 
| 121297 121344 | 
             
                            "RuleOptions": {
         | 
| 121298 | 
            -
                              "shape": " | 
| 121345 | 
            +
                              "shape": "S1jd",
         | 
| 121299 121346 | 
             
                              "locationName": "ruleOptionSet"
         | 
| 121300 121347 | 
             
                            },
         | 
| 121301 121348 | 
             
                            "RuleGroupTypePairs": {
         | 
| @@ -121325,7 +121372,7 @@ module.exports={ | |
| 121325 121372 | 
             
                                    "locationName": "ruleGroupArn"
         | 
| 121326 121373 | 
             
                                  },
         | 
| 121327 121374 | 
             
                                  "RuleOptions": {
         | 
| 121328 | 
            -
                                    "shape": " | 
| 121375 | 
            +
                                    "shape": "S1jd",
         | 
| 121329 121376 | 
             
                                    "locationName": "ruleOptionSet"
         | 
| 121330 121377 | 
             
                                  }
         | 
| 121331 121378 | 
             
                                }
         | 
| @@ -121335,34 +121382,34 @@ module.exports={ | |
| 121335 121382 | 
             
                              "locationName": "serviceName"
         | 
| 121336 121383 | 
             
                            },
         | 
| 121337 121384 | 
             
                            "LoadBalancers": {
         | 
| 121338 | 
            -
                              "shape": " | 
| 121385 | 
            +
                              "shape": "S1jk",
         | 
| 121339 121386 | 
             
                              "locationName": "loadBalancerSet"
         | 
| 121340 121387 | 
             
                            }
         | 
| 121341 121388 | 
             
                          }
         | 
| 121342 121389 | 
             
                        }
         | 
| 121343 121390 | 
             
                      },
         | 
| 121344 121391 | 
             
                      "TransitGateway": {
         | 
| 121345 | 
            -
                        "shape": " | 
| 121392 | 
            +
                        "shape": "S1j5",
         | 
| 121346 121393 | 
             
                        "locationName": "transitGateway"
         | 
| 121347 121394 | 
             
                      },
         | 
| 121348 121395 | 
             
                      "TransitGatewayRouteTableRoute": {
         | 
| 121349 | 
            -
                        "shape": " | 
| 121396 | 
            +
                        "shape": "S1jl",
         | 
| 121350 121397 | 
             
                        "locationName": "transitGatewayRouteTableRoute"
         | 
| 121351 121398 | 
             
                      },
         | 
| 121352 121399 | 
             
                      "Explanations": {
         | 
| 121353 | 
            -
                        "shape": " | 
| 121400 | 
            +
                        "shape": "S1jm",
         | 
| 121354 121401 | 
             
                        "locationName": "explanationSet"
         | 
| 121355 121402 | 
             
                      },
         | 
| 121356 121403 | 
             
                      "ElasticLoadBalancerListener": {
         | 
| 121357 | 
            -
                        "shape": " | 
| 121404 | 
            +
                        "shape": "S1j5",
         | 
| 121358 121405 | 
             
                        "locationName": "elasticLoadBalancerListener"
         | 
| 121359 121406 | 
             
                      },
         | 
| 121360 121407 | 
             
                      "FirewallStatelessRule": {
         | 
| 121361 | 
            -
                        "shape": " | 
| 121408 | 
            +
                        "shape": "S1js",
         | 
| 121362 121409 | 
             
                        "locationName": "firewallStatelessRule"
         | 
| 121363 121410 | 
             
                      },
         | 
| 121364 121411 | 
             
                      "FirewallStatefulRule": {
         | 
| 121365 | 
            -
                        "shape": " | 
| 121412 | 
            +
                        "shape": "S1jw",
         | 
| 121366 121413 | 
             
                        "locationName": "firewallStatefulRule"
         | 
| 121367 121414 | 
             
                      },
         | 
| 121368 121415 | 
             
                      "ServiceName": {
         | 
| @@ -121371,7 +121418,7 @@ module.exports={ | |
| 121371 121418 | 
             
                    }
         | 
| 121372 121419 | 
             
                  }
         | 
| 121373 121420 | 
             
                },
         | 
| 121374 | 
            -
                " | 
| 121421 | 
            +
                "S1j4": {
         | 
| 121375 121422 | 
             
                  "type": "structure",
         | 
| 121376 121423 | 
             
                  "members": {
         | 
| 121377 121424 | 
             
                    "Cidr": {
         | 
| @@ -121397,7 +121444,7 @@ module.exports={ | |
| 121397 121444 | 
             
                    }
         | 
| 121398 121445 | 
             
                  }
         | 
| 121399 121446 | 
             
                },
         | 
| 121400 | 
            -
                " | 
| 121447 | 
            +
                "S1j5": {
         | 
| 121401 121448 | 
             
                  "type": "structure",
         | 
| 121402 121449 | 
             
                  "members": {
         | 
| 121403 121450 | 
             
                    "Id": {
         | 
| @@ -121411,44 +121458,44 @@ module.exports={ | |
| 121411 121458 | 
             
                    }
         | 
| 121412 121459 | 
             
                  }
         | 
| 121413 121460 | 
             
                },
         | 
| 121414 | 
            -
                " | 
| 121461 | 
            +
                "S1j6": {
         | 
| 121415 121462 | 
             
                  "type": "structure",
         | 
| 121416 121463 | 
             
                  "members": {
         | 
| 121417 121464 | 
             
                    "DestinationAddresses": {
         | 
| 121418 | 
            -
                      "shape": " | 
| 121465 | 
            +
                      "shape": "S1j7",
         | 
| 121419 121466 | 
             
                      "locationName": "destinationAddressSet"
         | 
| 121420 121467 | 
             
                    },
         | 
| 121421 121468 | 
             
                    "DestinationPortRanges": {
         | 
| 121422 | 
            -
                      "shape": " | 
| 121469 | 
            +
                      "shape": "S1j8",
         | 
| 121423 121470 | 
             
                      "locationName": "destinationPortRangeSet"
         | 
| 121424 121471 | 
             
                    },
         | 
| 121425 121472 | 
             
                    "Protocol": {
         | 
| 121426 121473 | 
             
                      "locationName": "protocol"
         | 
| 121427 121474 | 
             
                    },
         | 
| 121428 121475 | 
             
                    "SourceAddresses": {
         | 
| 121429 | 
            -
                      "shape": " | 
| 121476 | 
            +
                      "shape": "S1j7",
         | 
| 121430 121477 | 
             
                      "locationName": "sourceAddressSet"
         | 
| 121431 121478 | 
             
                    },
         | 
| 121432 121479 | 
             
                    "SourcePortRanges": {
         | 
| 121433 | 
            -
                      "shape": " | 
| 121480 | 
            +
                      "shape": "S1j8",
         | 
| 121434 121481 | 
             
                      "locationName": "sourcePortRangeSet"
         | 
| 121435 121482 | 
             
                    }
         | 
| 121436 121483 | 
             
                  }
         | 
| 121437 121484 | 
             
                },
         | 
| 121438 | 
            -
                " | 
| 121485 | 
            +
                "S1j7": {
         | 
| 121439 121486 | 
             
                  "type": "list",
         | 
| 121440 121487 | 
             
                  "member": {
         | 
| 121441 121488 | 
             
                    "locationName": "item"
         | 
| 121442 121489 | 
             
                  }
         | 
| 121443 121490 | 
             
                },
         | 
| 121444 | 
            -
                " | 
| 121491 | 
            +
                "S1j8": {
         | 
| 121445 121492 | 
             
                  "type": "list",
         | 
| 121446 121493 | 
             
                  "member": {
         | 
| 121447 121494 | 
             
                    "shape": "Skp",
         | 
| 121448 121495 | 
             
                    "locationName": "item"
         | 
| 121449 121496 | 
             
                  }
         | 
| 121450 121497 | 
             
                },
         | 
| 121451 | 
            -
                " | 
| 121498 | 
            +
                "S1j9": {
         | 
| 121452 121499 | 
             
                  "type": "structure",
         | 
| 121453 121500 | 
             
                  "members": {
         | 
| 121454 121501 | 
             
                    "DestinationCidr": {
         | 
| @@ -121495,7 +121542,7 @@ module.exports={ | |
| 121495 121542 | 
             
                    }
         | 
| 121496 121543 | 
             
                  }
         | 
| 121497 121544 | 
             
                },
         | 
| 121498 | 
            -
                " | 
| 121545 | 
            +
                "S1ja": {
         | 
| 121499 121546 | 
             
                  "type": "structure",
         | 
| 121500 121547 | 
             
                  "members": {
         | 
| 121501 121548 | 
             
                    "Cidr": {
         | 
| @@ -121519,7 +121566,7 @@ module.exports={ | |
| 121519 121566 | 
             
                    }
         | 
| 121520 121567 | 
             
                  }
         | 
| 121521 121568 | 
             
                },
         | 
| 121522 | 
            -
                " | 
| 121569 | 
            +
                "S1jd": {
         | 
| 121523 121570 | 
             
                  "type": "list",
         | 
| 121524 121571 | 
             
                  "member": {
         | 
| 121525 121572 | 
             
                    "locationName": "item",
         | 
| @@ -121529,26 +121576,26 @@ module.exports={ | |
| 121529 121576 | 
             
                        "locationName": "keyword"
         | 
| 121530 121577 | 
             
                      },
         | 
| 121531 121578 | 
             
                      "Settings": {
         | 
| 121532 | 
            -
                        "shape": " | 
| 121579 | 
            +
                        "shape": "S1jf",
         | 
| 121533 121580 | 
             
                        "locationName": "settingSet"
         | 
| 121534 121581 | 
             
                      }
         | 
| 121535 121582 | 
             
                    }
         | 
| 121536 121583 | 
             
                  }
         | 
| 121537 121584 | 
             
                },
         | 
| 121538 | 
            -
                " | 
| 121585 | 
            +
                "S1jf": {
         | 
| 121539 121586 | 
             
                  "type": "list",
         | 
| 121540 121587 | 
             
                  "member": {
         | 
| 121541 121588 | 
             
                    "locationName": "item"
         | 
| 121542 121589 | 
             
                  }
         | 
| 121543 121590 | 
             
                },
         | 
| 121544 | 
            -
                " | 
| 121591 | 
            +
                "S1jk": {
         | 
| 121545 121592 | 
             
                  "type": "list",
         | 
| 121546 121593 | 
             
                  "member": {
         | 
| 121547 | 
            -
                    "shape": " | 
| 121594 | 
            +
                    "shape": "S1j5",
         | 
| 121548 121595 | 
             
                    "locationName": "item"
         | 
| 121549 121596 | 
             
                  }
         | 
| 121550 121597 | 
             
                },
         | 
| 121551 | 
            -
                " | 
| 121598 | 
            +
                "S1jl": {
         | 
| 121552 121599 | 
             
                  "type": "structure",
         | 
| 121553 121600 | 
             
                  "members": {
         | 
| 121554 121601 | 
             
                    "DestinationCidr": {
         | 
| @@ -121574,29 +121621,29 @@ module.exports={ | |
| 121574 121621 | 
             
                    }
         | 
| 121575 121622 | 
             
                  }
         | 
| 121576 121623 | 
             
                },
         | 
| 121577 | 
            -
                " | 
| 121624 | 
            +
                "S1jm": {
         | 
| 121578 121625 | 
             
                  "type": "list",
         | 
| 121579 121626 | 
             
                  "member": {
         | 
| 121580 121627 | 
             
                    "locationName": "item",
         | 
| 121581 121628 | 
             
                    "type": "structure",
         | 
| 121582 121629 | 
             
                    "members": {
         | 
| 121583 121630 | 
             
                      "Acl": {
         | 
| 121584 | 
            -
                        "shape": " | 
| 121631 | 
            +
                        "shape": "S1j5",
         | 
| 121585 121632 | 
             
                        "locationName": "acl"
         | 
| 121586 121633 | 
             
                      },
         | 
| 121587 121634 | 
             
                      "AclRule": {
         | 
| 121588 | 
            -
                        "shape": " | 
| 121635 | 
            +
                        "shape": "S1j4",
         | 
| 121589 121636 | 
             
                        "locationName": "aclRule"
         | 
| 121590 121637 | 
             
                      },
         | 
| 121591 121638 | 
             
                      "Address": {
         | 
| 121592 121639 | 
             
                        "locationName": "address"
         | 
| 121593 121640 | 
             
                      },
         | 
| 121594 121641 | 
             
                      "Addresses": {
         | 
| 121595 | 
            -
                        "shape": " | 
| 121642 | 
            +
                        "shape": "S1j7",
         | 
| 121596 121643 | 
             
                        "locationName": "addressSet"
         | 
| 121597 121644 | 
             
                      },
         | 
| 121598 121645 | 
             
                      "AttachedTo": {
         | 
| 121599 | 
            -
                        "shape": " | 
| 121646 | 
            +
                        "shape": "S1j5",
         | 
| 121600 121647 | 
             
                        "locationName": "attachedTo"
         | 
| 121601 121648 | 
             
                      },
         | 
| 121602 121649 | 
             
                      "AvailabilityZones": {
         | 
| @@ -121608,19 +121655,19 @@ module.exports={ | |
| 121608 121655 | 
             
                        "locationName": "cidrSet"
         | 
| 121609 121656 | 
             
                      },
         | 
| 121610 121657 | 
             
                      "Component": {
         | 
| 121611 | 
            -
                        "shape": " | 
| 121658 | 
            +
                        "shape": "S1j5",
         | 
| 121612 121659 | 
             
                        "locationName": "component"
         | 
| 121613 121660 | 
             
                      },
         | 
| 121614 121661 | 
             
                      "CustomerGateway": {
         | 
| 121615 | 
            -
                        "shape": " | 
| 121662 | 
            +
                        "shape": "S1j5",
         | 
| 121616 121663 | 
             
                        "locationName": "customerGateway"
         | 
| 121617 121664 | 
             
                      },
         | 
| 121618 121665 | 
             
                      "Destination": {
         | 
| 121619 | 
            -
                        "shape": " | 
| 121666 | 
            +
                        "shape": "S1j5",
         | 
| 121620 121667 | 
             
                        "locationName": "destination"
         | 
| 121621 121668 | 
             
                      },
         | 
| 121622 121669 | 
             
                      "DestinationVpc": {
         | 
| 121623 | 
            -
                        "shape": " | 
| 121670 | 
            +
                        "shape": "S1j5",
         | 
| 121624 121671 | 
             
                        "locationName": "destinationVpc"
         | 
| 121625 121672 | 
             
                      },
         | 
| 121626 121673 | 
             
                      "Direction": {
         | 
| @@ -121630,11 +121677,11 @@ module.exports={ | |
| 121630 121677 | 
             
                        "locationName": "explanationCode"
         | 
| 121631 121678 | 
             
                      },
         | 
| 121632 121679 | 
             
                      "IngressRouteTable": {
         | 
| 121633 | 
            -
                        "shape": " | 
| 121680 | 
            +
                        "shape": "S1j5",
         | 
| 121634 121681 | 
             
                        "locationName": "ingressRouteTable"
         | 
| 121635 121682 | 
             
                      },
         | 
| 121636 121683 | 
             
                      "InternetGateway": {
         | 
| 121637 | 
            -
                        "shape": " | 
| 121684 | 
            +
                        "shape": "S1j5",
         | 
| 121638 121685 | 
             
                        "locationName": "internetGateway"
         | 
| 121639 121686 | 
             
                      },
         | 
| 121640 121687 | 
             
                      "LoadBalancerArn": {
         | 
| @@ -121669,7 +121716,7 @@ module.exports={ | |
| 121669 121716 | 
             
                            "locationName": "availabilityZone"
         | 
| 121670 121717 | 
             
                          },
         | 
| 121671 121718 | 
             
                          "Instance": {
         | 
| 121672 | 
            -
                            "shape": " | 
| 121719 | 
            +
                            "shape": "S1j5",
         | 
| 121673 121720 | 
             
                            "locationName": "instance"
         | 
| 121674 121721 | 
             
                          },
         | 
| 121675 121722 | 
             
                          "Port": {
         | 
| @@ -121679,11 +121726,11 @@ module.exports={ | |
| 121679 121726 | 
             
                        }
         | 
| 121680 121727 | 
             
                      },
         | 
| 121681 121728 | 
             
                      "LoadBalancerTargetGroup": {
         | 
| 121682 | 
            -
                        "shape": " | 
| 121729 | 
            +
                        "shape": "S1j5",
         | 
| 121683 121730 | 
             
                        "locationName": "loadBalancerTargetGroup"
         | 
| 121684 121731 | 
             
                      },
         | 
| 121685 121732 | 
             
                      "LoadBalancerTargetGroups": {
         | 
| 121686 | 
            -
                        "shape": " | 
| 121733 | 
            +
                        "shape": "S1jk",
         | 
| 121687 121734 | 
             
                        "locationName": "loadBalancerTargetGroupSet"
         | 
| 121688 121735 | 
             
                      },
         | 
| 121689 121736 | 
             
                      "LoadBalancerTargetPort": {
         | 
| @@ -121691,25 +121738,25 @@ module.exports={ | |
| 121691 121738 | 
             
                        "type": "integer"
         | 
| 121692 121739 | 
             
                      },
         | 
| 121693 121740 | 
             
                      "ElasticLoadBalancerListener": {
         | 
| 121694 | 
            -
                        "shape": " | 
| 121741 | 
            +
                        "shape": "S1j5",
         | 
| 121695 121742 | 
             
                        "locationName": "elasticLoadBalancerListener"
         | 
| 121696 121743 | 
             
                      },
         | 
| 121697 121744 | 
             
                      "MissingComponent": {
         | 
| 121698 121745 | 
             
                        "locationName": "missingComponent"
         | 
| 121699 121746 | 
             
                      },
         | 
| 121700 121747 | 
             
                      "NatGateway": {
         | 
| 121701 | 
            -
                        "shape": " | 
| 121748 | 
            +
                        "shape": "S1j5",
         | 
| 121702 121749 | 
             
                        "locationName": "natGateway"
         | 
| 121703 121750 | 
             
                      },
         | 
| 121704 121751 | 
             
                      "NetworkInterface": {
         | 
| 121705 | 
            -
                        "shape": " | 
| 121752 | 
            +
                        "shape": "S1j5",
         | 
| 121706 121753 | 
             
                        "locationName": "networkInterface"
         | 
| 121707 121754 | 
             
                      },
         | 
| 121708 121755 | 
             
                      "PacketField": {
         | 
| 121709 121756 | 
             
                        "locationName": "packetField"
         | 
| 121710 121757 | 
             
                      },
         | 
| 121711 121758 | 
             
                      "VpcPeeringConnection": {
         | 
| 121712 | 
            -
                        "shape": " | 
| 121759 | 
            +
                        "shape": "S1j5",
         | 
| 121713 121760 | 
             
                        "locationName": "vpcPeeringConnection"
         | 
| 121714 121761 | 
             
                      },
         | 
| 121715 121762 | 
             
                      "Port": {
         | 
| @@ -121717,82 +121764,82 @@ module.exports={ | |
| 121717 121764 | 
             
                        "type": "integer"
         | 
| 121718 121765 | 
             
                      },
         | 
| 121719 121766 | 
             
                      "PortRanges": {
         | 
| 121720 | 
            -
                        "shape": " | 
| 121767 | 
            +
                        "shape": "S1j8",
         | 
| 121721 121768 | 
             
                        "locationName": "portRangeSet"
         | 
| 121722 121769 | 
             
                      },
         | 
| 121723 121770 | 
             
                      "PrefixList": {
         | 
| 121724 | 
            -
                        "shape": " | 
| 121771 | 
            +
                        "shape": "S1j5",
         | 
| 121725 121772 | 
             
                        "locationName": "prefixList"
         | 
| 121726 121773 | 
             
                      },
         | 
| 121727 121774 | 
             
                      "Protocols": {
         | 
| 121728 | 
            -
                        "shape": " | 
| 121775 | 
            +
                        "shape": "S1jf",
         | 
| 121729 121776 | 
             
                        "locationName": "protocolSet"
         | 
| 121730 121777 | 
             
                      },
         | 
| 121731 121778 | 
             
                      "RouteTableRoute": {
         | 
| 121732 | 
            -
                        "shape": " | 
| 121779 | 
            +
                        "shape": "S1j9",
         | 
| 121733 121780 | 
             
                        "locationName": "routeTableRoute"
         | 
| 121734 121781 | 
             
                      },
         | 
| 121735 121782 | 
             
                      "RouteTable": {
         | 
| 121736 | 
            -
                        "shape": " | 
| 121783 | 
            +
                        "shape": "S1j5",
         | 
| 121737 121784 | 
             
                        "locationName": "routeTable"
         | 
| 121738 121785 | 
             
                      },
         | 
| 121739 121786 | 
             
                      "SecurityGroup": {
         | 
| 121740 | 
            -
                        "shape": " | 
| 121787 | 
            +
                        "shape": "S1j5",
         | 
| 121741 121788 | 
             
                        "locationName": "securityGroup"
         | 
| 121742 121789 | 
             
                      },
         | 
| 121743 121790 | 
             
                      "SecurityGroupRule": {
         | 
| 121744 | 
            -
                        "shape": " | 
| 121791 | 
            +
                        "shape": "S1ja",
         | 
| 121745 121792 | 
             
                        "locationName": "securityGroupRule"
         | 
| 121746 121793 | 
             
                      },
         | 
| 121747 121794 | 
             
                      "SecurityGroups": {
         | 
| 121748 | 
            -
                        "shape": " | 
| 121795 | 
            +
                        "shape": "S1jk",
         | 
| 121749 121796 | 
             
                        "locationName": "securityGroupSet"
         | 
| 121750 121797 | 
             
                      },
         | 
| 121751 121798 | 
             
                      "SourceVpc": {
         | 
| 121752 | 
            -
                        "shape": " | 
| 121799 | 
            +
                        "shape": "S1j5",
         | 
| 121753 121800 | 
             
                        "locationName": "sourceVpc"
         | 
| 121754 121801 | 
             
                      },
         | 
| 121755 121802 | 
             
                      "State": {
         | 
| 121756 121803 | 
             
                        "locationName": "state"
         | 
| 121757 121804 | 
             
                      },
         | 
| 121758 121805 | 
             
                      "Subnet": {
         | 
| 121759 | 
            -
                        "shape": " | 
| 121806 | 
            +
                        "shape": "S1j5",
         | 
| 121760 121807 | 
             
                        "locationName": "subnet"
         | 
| 121761 121808 | 
             
                      },
         | 
| 121762 121809 | 
             
                      "SubnetRouteTable": {
         | 
| 121763 | 
            -
                        "shape": " | 
| 121810 | 
            +
                        "shape": "S1j5",
         | 
| 121764 121811 | 
             
                        "locationName": "subnetRouteTable"
         | 
| 121765 121812 | 
             
                      },
         | 
| 121766 121813 | 
             
                      "Vpc": {
         | 
| 121767 | 
            -
                        "shape": " | 
| 121814 | 
            +
                        "shape": "S1j5",
         | 
| 121768 121815 | 
             
                        "locationName": "vpc"
         | 
| 121769 121816 | 
             
                      },
         | 
| 121770 121817 | 
             
                      "VpcEndpoint": {
         | 
| 121771 | 
            -
                        "shape": " | 
| 121818 | 
            +
                        "shape": "S1j5",
         | 
| 121772 121819 | 
             
                        "locationName": "vpcEndpoint"
         | 
| 121773 121820 | 
             
                      },
         | 
| 121774 121821 | 
             
                      "VpnConnection": {
         | 
| 121775 | 
            -
                        "shape": " | 
| 121822 | 
            +
                        "shape": "S1j5",
         | 
| 121776 121823 | 
             
                        "locationName": "vpnConnection"
         | 
| 121777 121824 | 
             
                      },
         | 
| 121778 121825 | 
             
                      "VpnGateway": {
         | 
| 121779 | 
            -
                        "shape": " | 
| 121826 | 
            +
                        "shape": "S1j5",
         | 
| 121780 121827 | 
             
                        "locationName": "vpnGateway"
         | 
| 121781 121828 | 
             
                      },
         | 
| 121782 121829 | 
             
                      "TransitGateway": {
         | 
| 121783 | 
            -
                        "shape": " | 
| 121830 | 
            +
                        "shape": "S1j5",
         | 
| 121784 121831 | 
             
                        "locationName": "transitGateway"
         | 
| 121785 121832 | 
             
                      },
         | 
| 121786 121833 | 
             
                      "TransitGatewayRouteTable": {
         | 
| 121787 | 
            -
                        "shape": " | 
| 121834 | 
            +
                        "shape": "S1j5",
         | 
| 121788 121835 | 
             
                        "locationName": "transitGatewayRouteTable"
         | 
| 121789 121836 | 
             
                      },
         | 
| 121790 121837 | 
             
                      "TransitGatewayRouteTableRoute": {
         | 
| 121791 | 
            -
                        "shape": " | 
| 121838 | 
            +
                        "shape": "S1jl",
         | 
| 121792 121839 | 
             
                        "locationName": "transitGatewayRouteTableRoute"
         | 
| 121793 121840 | 
             
                      },
         | 
| 121794 121841 | 
             
                      "TransitGatewayAttachment": {
         | 
| 121795 | 
            -
                        "shape": " | 
| 121842 | 
            +
                        "shape": "S1j5",
         | 
| 121796 121843 | 
             
                        "locationName": "transitGatewayAttachment"
         | 
| 121797 121844 | 
             
                      },
         | 
| 121798 121845 | 
             
                      "ComponentAccount": {
         | 
| @@ -121802,17 +121849,17 @@ module.exports={ | |
| 121802 121849 | 
             
                        "locationName": "componentRegion"
         | 
| 121803 121850 | 
             
                      },
         | 
| 121804 121851 | 
             
                      "FirewallStatelessRule": {
         | 
| 121805 | 
            -
                        "shape": " | 
| 121852 | 
            +
                        "shape": "S1js",
         | 
| 121806 121853 | 
             
                        "locationName": "firewallStatelessRule"
         | 
| 121807 121854 | 
             
                      },
         | 
| 121808 121855 | 
             
                      "FirewallStatefulRule": {
         | 
| 121809 | 
            -
                        "shape": " | 
| 121856 | 
            +
                        "shape": "S1jw",
         | 
| 121810 121857 | 
             
                        "locationName": "firewallStatefulRule"
         | 
| 121811 121858 | 
             
                      }
         | 
| 121812 121859 | 
             
                    }
         | 
| 121813 121860 | 
             
                  }
         | 
| 121814 121861 | 
             
                },
         | 
| 121815 | 
            -
                " | 
| 121862 | 
            +
                "S1js": {
         | 
| 121816 121863 | 
             
                  "type": "structure",
         | 
| 121817 121864 | 
             
                  "members": {
         | 
| 121818 121865 | 
             
                    "RuleGroupArn": {
         | 
| @@ -121827,11 +121874,11 @@ module.exports={ | |
| 121827 121874 | 
             
                      "locationName": "destinationSet"
         | 
| 121828 121875 | 
             
                    },
         | 
| 121829 121876 | 
             
                    "SourcePorts": {
         | 
| 121830 | 
            -
                      "shape": " | 
| 121877 | 
            +
                      "shape": "S1j8",
         | 
| 121831 121878 | 
             
                      "locationName": "sourcePortSet"
         | 
| 121832 121879 | 
             
                    },
         | 
| 121833 121880 | 
             
                    "DestinationPorts": {
         | 
| 121834 | 
            -
                      "shape": " | 
| 121881 | 
            +
                      "shape": "S1j8",
         | 
| 121835 121882 | 
             
                      "locationName": "destinationPortSet"
         | 
| 121836 121883 | 
             
                    },
         | 
| 121837 121884 | 
             
                    "Protocols": {
         | 
| @@ -121851,7 +121898,7 @@ module.exports={ | |
| 121851 121898 | 
             
                    }
         | 
| 121852 121899 | 
             
                  }
         | 
| 121853 121900 | 
             
                },
         | 
| 121854 | 
            -
                " | 
| 121901 | 
            +
                "S1jw": {
         | 
| 121855 121902 | 
             
                  "type": "structure",
         | 
| 121856 121903 | 
             
                  "members": {
         | 
| 121857 121904 | 
             
                    "RuleGroupArn": {
         | 
| @@ -121866,11 +121913,11 @@ module.exports={ | |
| 121866 121913 | 
             
                      "locationName": "destinationSet"
         | 
| 121867 121914 | 
             
                    },
         | 
| 121868 121915 | 
             
                    "SourcePorts": {
         | 
| 121869 | 
            -
                      "shape": " | 
| 121916 | 
            +
                      "shape": "S1j8",
         | 
| 121870 121917 | 
             
                      "locationName": "sourcePortSet"
         | 
| 121871 121918 | 
             
                    },
         | 
| 121872 121919 | 
             
                    "DestinationPorts": {
         | 
| 121873 | 
            -
                      "shape": " | 
| 121920 | 
            +
                      "shape": "S1j8",
         | 
| 121874 121921 | 
             
                      "locationName": "destinationPortSet"
         | 
| 121875 121922 | 
             
                    },
         | 
| 121876 121923 | 
             
                    "Protocol": {
         | 
| @@ -121884,7 +121931,7 @@ module.exports={ | |
| 121884 121931 | 
             
                    }
         | 
| 121885 121932 | 
             
                  }
         | 
| 121886 121933 | 
             
                },
         | 
| 121887 | 
            -
                " | 
| 121934 | 
            +
                "S1l3": {
         | 
| 121888 121935 | 
             
                  "type": "structure",
         | 
| 121889 121936 | 
             
                  "members": {
         | 
| 121890 121937 | 
             
                    "FirstAddress": {
         | 
| @@ -121903,13 +121950,13 @@ module.exports={ | |
| 121903 121950 | 
             
                    }
         | 
| 121904 121951 | 
             
                  }
         | 
| 121905 121952 | 
             
                },
         | 
| 121906 | 
            -
                " | 
| 121953 | 
            +
                "S1lg": {
         | 
| 121907 121954 | 
             
                  "type": "list",
         | 
| 121908 121955 | 
             
                  "member": {
         | 
| 121909 121956 | 
             
                    "locationName": "ReservedInstancesId"
         | 
| 121910 121957 | 
             
                  }
         | 
| 121911 121958 | 
             
                },
         | 
| 121912 | 
            -
                " | 
| 121959 | 
            +
                "S1lo": {
         | 
| 121913 121960 | 
             
                  "type": "list",
         | 
| 121914 121961 | 
             
                  "member": {
         | 
| 121915 121962 | 
             
                    "locationName": "item",
         | 
| @@ -121925,7 +121972,7 @@ module.exports={ | |
| 121925 121972 | 
             
                    }
         | 
| 121926 121973 | 
             
                  }
         | 
| 121927 121974 | 
             
                },
         | 
| 121928 | 
            -
                " | 
| 121975 | 
            +
                "S1m2": {
         | 
| 121929 121976 | 
             
                  "type": "structure",
         | 
| 121930 121977 | 
             
                  "members": {
         | 
| 121931 121978 | 
             
                    "AvailabilityZone": {
         | 
| @@ -121946,7 +121993,7 @@ module.exports={ | |
| 121946 121993 | 
             
                    }
         | 
| 121947 121994 | 
             
                  }
         | 
| 121948 121995 | 
             
                },
         | 
| 121949 | 
            -
                " | 
| 121996 | 
            +
                "S1mp": {
         | 
| 121950 121997 | 
             
                  "type": "structure",
         | 
| 121951 121998 | 
             
                  "members": {
         | 
| 121952 121999 | 
             
                    "Frequency": {
         | 
| @@ -121973,7 +122020,7 @@ module.exports={ | |
| 121973 122020 | 
             
                    }
         | 
| 121974 122021 | 
             
                  }
         | 
| 121975 122022 | 
             
                },
         | 
| 121976 | 
            -
                " | 
| 122023 | 
            +
                "S1mx": {
         | 
| 121977 122024 | 
             
                  "type": "structure",
         | 
| 121978 122025 | 
             
                  "members": {
         | 
| 121979 122026 | 
             
                    "AvailabilityZone": {
         | 
| @@ -122008,7 +122055,7 @@ module.exports={ | |
| 122008 122055 | 
             
                      "type": "timestamp"
         | 
| 122009 122056 | 
             
                    },
         | 
| 122010 122057 | 
             
                    "Recurrence": {
         | 
| 122011 | 
            -
                      "shape": " | 
| 122058 | 
            +
                      "shape": "S1mp",
         | 
| 122012 122059 | 
             
                      "locationName": "recurrence"
         | 
| 122013 122060 | 
             
                    },
         | 
| 122014 122061 | 
             
                    "ScheduledInstanceId": {
         | 
| @@ -122032,19 +122079,19 @@ module.exports={ | |
| 122032 122079 | 
             
                    }
         | 
| 122033 122080 | 
             
                  }
         | 
| 122034 122081 | 
             
                },
         | 
| 122035 | 
            -
                " | 
| 122082 | 
            +
                "S1n4": {
         | 
| 122036 122083 | 
             
                  "type": "list",
         | 
| 122037 122084 | 
             
                  "member": {
         | 
| 122038 122085 | 
             
                    "locationName": "item"
         | 
| 122039 122086 | 
             
                  }
         | 
| 122040 122087 | 
             
                },
         | 
| 122041 | 
            -
                " | 
| 122088 | 
            +
                "S1n8": {
         | 
| 122042 122089 | 
             
                  "type": "list",
         | 
| 122043 122090 | 
             
                  "member": {
         | 
| 122044 122091 | 
             
                    "locationName": "GroupName"
         | 
| 122045 122092 | 
             
                  }
         | 
| 122046 122093 | 
             
                },
         | 
| 122047 | 
            -
                " | 
| 122094 | 
            +
                "S1ng": {
         | 
| 122048 122095 | 
             
                  "type": "list",
         | 
| 122049 122096 | 
             
                  "member": {
         | 
| 122050 122097 | 
             
                    "locationName": "item",
         | 
| @@ -122059,7 +122106,7 @@ module.exports={ | |
| 122059 122106 | 
             
                    }
         | 
| 122060 122107 | 
             
                  }
         | 
| 122061 122108 | 
             
                },
         | 
| 122062 | 
            -
                " | 
| 122109 | 
            +
                "S1o8": {
         | 
| 122063 122110 | 
             
                  "type": "structure",
         | 
| 122064 122111 | 
             
                  "required": [
         | 
| 122065 122112 | 
             
                    "IamFleetRole",
         | 
| @@ -122157,11 +122204,11 @@ module.exports={ | |
| 122157 122204 | 
             
                            }
         | 
| 122158 122205 | 
             
                          },
         | 
| 122159 122206 | 
             
                          "NetworkInterfaces": {
         | 
| 122160 | 
            -
                            "shape": " | 
| 122207 | 
            +
                            "shape": "S1oi",
         | 
| 122161 122208 | 
             
                            "locationName": "networkInterfaceSet"
         | 
| 122162 122209 | 
             
                          },
         | 
| 122163 122210 | 
             
                          "Placement": {
         | 
| 122164 | 
            -
                            "shape": " | 
| 122211 | 
            +
                            "shape": "S1ok",
         | 
| 122165 122212 | 
             
                            "locationName": "placement"
         | 
| 122166 122213 | 
             
                          },
         | 
| 122167 122214 | 
             
                          "RamdiskId": {
         | 
| @@ -122206,7 +122253,7 @@ module.exports={ | |
| 122206 122253 | 
             
                      }
         | 
| 122207 122254 | 
             
                    },
         | 
| 122208 122255 | 
             
                    "LaunchTemplateConfigs": {
         | 
| 122209 | 
            -
                      "shape": " | 
| 122256 | 
            +
                      "shape": "S1on",
         | 
| 122210 122257 | 
             
                      "locationName": "launchTemplateConfigs"
         | 
| 122211 122258 | 
             
                    },
         | 
| 122212 122259 | 
             
                    "SpotPrice": {
         | 
| @@ -122308,7 +122355,7 @@ module.exports={ | |
| 122308 122355 | 
             
                    }
         | 
| 122309 122356 | 
             
                  }
         | 
| 122310 122357 | 
             
                },
         | 
| 122311 | 
            -
                " | 
| 122358 | 
            +
                "S1oi": {
         | 
| 122312 122359 | 
             
                  "type": "list",
         | 
| 122313 122360 | 
             
                  "member": {
         | 
| 122314 122361 | 
             
                    "locationName": "item",
         | 
| @@ -122393,7 +122440,7 @@ module.exports={ | |
| 122393 122440 | 
             
                    }
         | 
| 122394 122441 | 
             
                  }
         | 
| 122395 122442 | 
             
                },
         | 
| 122396 | 
            -
                " | 
| 122443 | 
            +
                "S1ok": {
         | 
| 122397 122444 | 
             
                  "type": "structure",
         | 
| 122398 122445 | 
             
                  "members": {
         | 
| 122399 122446 | 
             
                    "AvailabilityZone": {
         | 
| @@ -122407,7 +122454,7 @@ module.exports={ | |
| 122407 122454 | 
             
                    }
         | 
| 122408 122455 | 
             
                  }
         | 
| 122409 122456 | 
             
                },
         | 
| 122410 | 
            -
                " | 
| 122457 | 
            +
                "S1on": {
         | 
| 122411 122458 | 
             
                  "type": "list",
         | 
| 122412 122459 | 
             
                  "member": {
         | 
| 122413 122460 | 
             
                    "locationName": "item",
         | 
| @@ -122454,7 +122501,7 @@ module.exports={ | |
| 122454 122501 | 
             
                    }
         | 
| 122455 122502 | 
             
                  }
         | 
| 122456 122503 | 
             
                },
         | 
| 122457 | 
            -
                " | 
| 122504 | 
            +
                "S1p0": {
         | 
| 122458 122505 | 
             
                  "type": "list",
         | 
| 122459 122506 | 
             
                  "member": {
         | 
| 122460 122507 | 
             
                    "locationName": "item",
         | 
| @@ -122524,11 +122571,11 @@ module.exports={ | |
| 122524 122571 | 
             
                            "locationName": "keyName"
         | 
| 122525 122572 | 
             
                          },
         | 
| 122526 122573 | 
             
                          "NetworkInterfaces": {
         | 
| 122527 | 
            -
                            "shape": " | 
| 122574 | 
            +
                            "shape": "S1oi",
         | 
| 122528 122575 | 
             
                            "locationName": "networkInterfaceSet"
         | 
| 122529 122576 | 
             
                          },
         | 
| 122530 122577 | 
             
                          "Placement": {
         | 
| 122531 | 
            -
                            "shape": " | 
| 122578 | 
            +
                            "shape": "S1ok",
         | 
| 122532 122579 | 
             
                            "locationName": "placement"
         | 
| 122533 122580 | 
             
                          },
         | 
| 122534 122581 | 
             
                          "RamdiskId": {
         | 
| @@ -122538,7 +122585,7 @@ module.exports={ | |
| 122538 122585 | 
             
                            "locationName": "subnetId"
         | 
| 122539 122586 | 
             
                          },
         | 
| 122540 122587 | 
             
                          "Monitoring": {
         | 
| 122541 | 
            -
                            "shape": " | 
| 122588 | 
            +
                            "shape": "S1p3",
         | 
| 122542 122589 | 
             
                            "locationName": "monitoring"
         | 
| 122543 122590 | 
             
                          }
         | 
| 122544 122591 | 
             
                        }
         | 
| @@ -122595,7 +122642,7 @@ module.exports={ | |
| 122595 122642 | 
             
                    }
         | 
| 122596 122643 | 
             
                  }
         | 
| 122597 122644 | 
             
                },
         | 
| 122598 | 
            -
                " | 
| 122645 | 
            +
                "S1p3": {
         | 
| 122599 122646 | 
             
                  "type": "structure",
         | 
| 122600 122647 | 
             
                  "required": [
         | 
| 122601 122648 | 
             
                    "Enabled"
         | 
| @@ -122607,7 +122654,7 @@ module.exports={ | |
| 122607 122654 | 
             
                    }
         | 
| 122608 122655 | 
             
                  }
         | 
| 122609 122656 | 
             
                },
         | 
| 122610 | 
            -
                " | 
| 122657 | 
            +
                "S1pi": {
         | 
| 122611 122658 | 
             
                  "type": "list",
         | 
| 122612 122659 | 
             
                  "member": {
         | 
| 122613 122660 | 
             
                    "locationName": "item",
         | 
| @@ -122649,17 +122696,17 @@ module.exports={ | |
| 122649 122696 | 
             
                    }
         | 
| 122650 122697 | 
             
                  }
         | 
| 122651 122698 | 
             
                },
         | 
| 122652 | 
            -
                " | 
| 122699 | 
            +
                "S1qg": {
         | 
| 122653 122700 | 
             
                  "type": "list",
         | 
| 122654 122701 | 
             
                  "member": {}
         | 
| 122655 122702 | 
             
                },
         | 
| 122656 | 
            -
                " | 
| 122703 | 
            +
                "S1rz": {
         | 
| 122657 122704 | 
             
                  "type": "list",
         | 
| 122658 122705 | 
             
                  "member": {
         | 
| 122659 122706 | 
             
                    "locationName": "item"
         | 
| 122660 122707 | 
             
                  }
         | 
| 122661 122708 | 
             
                },
         | 
| 122662 | 
            -
                " | 
| 122709 | 
            +
                "S1s3": {
         | 
| 122663 122710 | 
             
                  "type": "structure",
         | 
| 122664 122711 | 
             
                  "members": {
         | 
| 122665 122712 | 
             
                    "VerifiedAccessInstanceId": {
         | 
| @@ -122678,7 +122725,7 @@ module.exports={ | |
| 122678 122725 | 
             
                              "type": "boolean"
         | 
| 122679 122726 | 
             
                            },
         | 
| 122680 122727 | 
             
                            "DeliveryStatus": {
         | 
| 122681 | 
            -
                              "shape": " | 
| 122728 | 
            +
                              "shape": "S1s6",
         | 
| 122682 122729 | 
             
                              "locationName": "deliveryStatus"
         | 
| 122683 122730 | 
             
                            },
         | 
| 122684 122731 | 
             
                            "BucketName": {
         | 
| @@ -122701,7 +122748,7 @@ module.exports={ | |
| 122701 122748 | 
             
                              "type": "boolean"
         | 
| 122702 122749 | 
             
                            },
         | 
| 122703 122750 | 
             
                            "DeliveryStatus": {
         | 
| 122704 | 
            -
                              "shape": " | 
| 122751 | 
            +
                              "shape": "S1s6",
         | 
| 122705 122752 | 
             
                              "locationName": "deliveryStatus"
         | 
| 122706 122753 | 
             
                            },
         | 
| 122707 122754 | 
             
                            "LogGroup": {
         | 
| @@ -122718,7 +122765,7 @@ module.exports={ | |
| 122718 122765 | 
             
                              "type": "boolean"
         | 
| 122719 122766 | 
             
                            },
         | 
| 122720 122767 | 
             
                            "DeliveryStatus": {
         | 
| 122721 | 
            -
                              "shape": " | 
| 122768 | 
            +
                              "shape": "S1s6",
         | 
| 122722 122769 | 
             
                              "locationName": "deliveryStatus"
         | 
| 122723 122770 | 
             
                            },
         | 
| 122724 122771 | 
             
                            "DeliveryStream": {
         | 
| @@ -122737,7 +122784,7 @@ module.exports={ | |
| 122737 122784 | 
             
                    }
         | 
| 122738 122785 | 
             
                  }
         | 
| 122739 122786 | 
             
                },
         | 
| 122740 | 
            -
                " | 
| 122787 | 
            +
                "S1s6": {
         | 
| 122741 122788 | 
             
                  "type": "structure",
         | 
| 122742 122789 | 
             
                  "members": {
         | 
| 122743 122790 | 
             
                    "Code": {
         | 
| @@ -122748,7 +122795,7 @@ module.exports={ | |
| 122748 122795 | 
             
                    }
         | 
| 122749 122796 | 
             
                  }
         | 
| 122750 122797 | 
             
                },
         | 
| 122751 | 
            -
                " | 
| 122798 | 
            +
                "S1t7": {
         | 
| 122752 122799 | 
             
                  "type": "structure",
         | 
| 122753 122800 | 
             
                  "members": {
         | 
| 122754 122801 | 
             
                    "VolumeId": {
         | 
| @@ -122812,19 +122859,19 @@ module.exports={ | |
| 122812 122859 | 
             
                    }
         | 
| 122813 122860 | 
             
                  }
         | 
| 122814 122861 | 
             
                },
         | 
| 122815 | 
            -
                " | 
| 122862 | 
            +
                "S1td": {
         | 
| 122816 122863 | 
             
                  "type": "list",
         | 
| 122817 122864 | 
             
                  "member": {
         | 
| 122818 122865 | 
             
                    "locationName": "VpcId"
         | 
| 122819 122866 | 
             
                  }
         | 
| 122820 122867 | 
             
                },
         | 
| 122821 | 
            -
                " | 
| 122868 | 
            +
                "S1vd": {
         | 
| 122822 122869 | 
             
                  "type": "list",
         | 
| 122823 122870 | 
             
                  "member": {
         | 
| 122824 122871 | 
             
                    "locationName": "AvailabilityZone"
         | 
| 122825 122872 | 
             
                  }
         | 
| 122826 122873 | 
             
                },
         | 
| 122827 | 
            -
                " | 
| 122874 | 
            +
                "S1w2": {
         | 
| 122828 122875 | 
             
                  "type": "structure",
         | 
| 122829 122876 | 
             
                  "members": {
         | 
| 122830 122877 | 
             
                    "TransitGatewayAttachmentId": {
         | 
| @@ -122847,7 +122894,7 @@ module.exports={ | |
| 122847 122894 | 
             
                    }
         | 
| 122848 122895 | 
             
                  }
         | 
| 122849 122896 | 
             
                },
         | 
| 122850 | 
            -
                " | 
| 122897 | 
            +
                "S1zk": {
         | 
| 122851 122898 | 
             
                  "type": "structure",
         | 
| 122852 122899 | 
             
                  "members": {
         | 
| 122853 122900 | 
             
                    "InstanceFamily": {
         | 
| @@ -122858,13 +122905,13 @@ module.exports={ | |
| 122858 122905 | 
             
                    }
         | 
| 122859 122906 | 
             
                  }
         | 
| 122860 122907 | 
             
                },
         | 
| 122861 | 
            -
                " | 
| 122908 | 
            +
                "S201": {
         | 
| 122862 122909 | 
             
                  "type": "list",
         | 
| 122863 122910 | 
             
                  "member": {
         | 
| 122864 122911 | 
             
                    "locationName": "item"
         | 
| 122865 122912 | 
             
                  }
         | 
| 122866 122913 | 
             
                },
         | 
| 122867 | 
            -
                " | 
| 122914 | 
            +
                "S203": {
         | 
| 122868 122915 | 
             
                  "type": "list",
         | 
| 122869 122916 | 
             
                  "member": {
         | 
| 122870 122917 | 
             
                    "locationName": "item",
         | 
| @@ -122899,19 +122946,19 @@ module.exports={ | |
| 122899 122946 | 
             
                    }
         | 
| 122900 122947 | 
             
                  }
         | 
| 122901 122948 | 
             
                },
         | 
| 122902 | 
            -
                " | 
| 122949 | 
            +
                "S208": {
         | 
| 122903 122950 | 
             
                  "type": "list",
         | 
| 122904 122951 | 
             
                  "member": {
         | 
| 122905 122952 | 
             
                    "locationName": "item"
         | 
| 122906 122953 | 
             
                  }
         | 
| 122907 122954 | 
             
                },
         | 
| 122908 | 
            -
                " | 
| 122955 | 
            +
                "S209": {
         | 
| 122909 122956 | 
             
                  "type": "list",
         | 
| 122910 122957 | 
             
                  "member": {
         | 
| 122911 122958 | 
             
                    "locationName": "item"
         | 
| 122912 122959 | 
             
                  }
         | 
| 122913 122960 | 
             
                },
         | 
| 122914 | 
            -
                " | 
| 122961 | 
            +
                "S21l": {
         | 
| 122915 122962 | 
             
                  "type": "structure",
         | 
| 122916 122963 | 
             
                  "members": {
         | 
| 122917 122964 | 
             
                    "IpamId": {
         | 
| @@ -122963,7 +123010,7 @@ module.exports={ | |
| 122963 123010 | 
             
                    }
         | 
| 122964 123011 | 
             
                  }
         | 
| 122965 123012 | 
             
                },
         | 
| 122966 | 
            -
                " | 
| 123013 | 
            +
                "S22a": {
         | 
| 122967 123014 | 
             
                  "type": "structure",
         | 
| 122968 123015 | 
             
                  "members": {
         | 
| 122969 123016 | 
             
                    "HourlyPrice": {
         | 
| @@ -122977,14 +123024,14 @@ module.exports={ | |
| 122977 123024 | 
             
                    }
         | 
| 122978 123025 | 
             
                  }
         | 
| 122979 123026 | 
             
                },
         | 
| 122980 | 
            -
                " | 
| 123027 | 
            +
                "S231": {
         | 
| 122981 123028 | 
             
                  "type": "list",
         | 
| 122982 123029 | 
             
                  "member": {
         | 
| 122983 123030 | 
             
                    "shape": "So6",
         | 
| 122984 123031 | 
             
                    "locationName": "item"
         | 
| 122985 123032 | 
             
                  }
         | 
| 122986 123033 | 
             
                },
         | 
| 122987 | 
            -
                " | 
| 123034 | 
            +
                "S24d": {
         | 
| 122988 123035 | 
             
                  "type": "structure",
         | 
| 122989 123036 | 
             
                  "members": {
         | 
| 122990 123037 | 
             
                    "Comment": {},
         | 
| @@ -122999,14 +123046,14 @@ module.exports={ | |
| 122999 123046 | 
             
                    }
         | 
| 123000 123047 | 
             
                  }
         | 
| 123001 123048 | 
             
                },
         | 
| 123002 | 
            -
                " | 
| 123049 | 
            +
                "S24g": {
         | 
| 123003 123050 | 
             
                  "type": "structure",
         | 
| 123004 123051 | 
             
                  "members": {
         | 
| 123005 123052 | 
             
                    "S3Bucket": {},
         | 
| 123006 123053 | 
             
                    "S3Key": {}
         | 
| 123007 123054 | 
             
                  }
         | 
| 123008 123055 | 
             
                },
         | 
| 123009 | 
            -
                " | 
| 123056 | 
            +
                "S24n": {
         | 
| 123010 123057 | 
             
                  "type": "structure",
         | 
| 123011 123058 | 
             
                  "required": [
         | 
| 123012 123059 | 
             
                    "Bytes",
         | 
| @@ -123027,7 +123074,7 @@ module.exports={ | |
| 123027 123074 | 
             
                    }
         | 
| 123028 123075 | 
             
                  }
         | 
| 123029 123076 | 
             
                },
         | 
| 123030 | 
            -
                " | 
| 123077 | 
            +
                "S24o": {
         | 
| 123031 123078 | 
             
                  "type": "structure",
         | 
| 123032 123079 | 
             
                  "required": [
         | 
| 123033 123080 | 
             
                    "Size"
         | 
| @@ -123039,25 +123086,25 @@ module.exports={ | |
| 123039 123086 | 
             
                    }
         | 
| 123040 123087 | 
             
                  }
         | 
| 123041 123088 | 
             
                },
         | 
| 123042 | 
            -
                " | 
| 123089 | 
            +
                "S25y": {
         | 
| 123043 123090 | 
             
                  "type": "list",
         | 
| 123044 123091 | 
             
                  "member": {
         | 
| 123045 123092 | 
             
                    "locationName": "UserId"
         | 
| 123046 123093 | 
             
                  }
         | 
| 123047 123094 | 
             
                },
         | 
| 123048 | 
            -
                " | 
| 123095 | 
            +
                "S25z": {
         | 
| 123049 123096 | 
             
                  "type": "list",
         | 
| 123050 123097 | 
             
                  "member": {
         | 
| 123051 123098 | 
             
                    "locationName": "UserGroup"
         | 
| 123052 123099 | 
             
                  }
         | 
| 123053 123100 | 
             
                },
         | 
| 123054 | 
            -
                " | 
| 123101 | 
            +
                "S260": {
         | 
| 123055 123102 | 
             
                  "type": "list",
         | 
| 123056 123103 | 
             
                  "member": {
         | 
| 123057 123104 | 
             
                    "locationName": "ProductCode"
         | 
| 123058 123105 | 
             
                  }
         | 
| 123059 123106 | 
             
                },
         | 
| 123060 | 
            -
                " | 
| 123107 | 
            +
                "S262": {
         | 
| 123061 123108 | 
             
                  "type": "list",
         | 
| 123062 123109 | 
             
                  "member": {
         | 
| 123063 123110 | 
             
                    "locationName": "item",
         | 
| @@ -123068,14 +123115,14 @@ module.exports={ | |
| 123068 123115 | 
             
                    }
         | 
| 123069 123116 | 
             
                  }
         | 
| 123070 123117 | 
             
                },
         | 
| 123071 | 
            -
                " | 
| 123118 | 
            +
                "S267": {
         | 
| 123072 123119 | 
             
                  "type": "list",
         | 
| 123073 123120 | 
             
                  "member": {
         | 
| 123074 123121 | 
             
                    "shape": "S1i",
         | 
| 123075 123122 | 
             
                    "locationName": "item"
         | 
| 123076 123123 | 
             
                  }
         | 
| 123077 123124 | 
             
                },
         | 
| 123078 | 
            -
                " | 
| 123125 | 
            +
                "S26k": {
         | 
| 123079 123126 | 
             
                  "type": "structure",
         | 
| 123080 123127 | 
             
                  "members": {
         | 
| 123081 123128 | 
             
                    "CapacityReservationPreference": {},
         | 
| @@ -123084,7 +123131,7 @@ module.exports={ | |
| 123084 123131 | 
             
                    }
         | 
| 123085 123132 | 
             
                  }
         | 
| 123086 123133 | 
             
                },
         | 
| 123087 | 
            -
                " | 
| 123134 | 
            +
                "S279": {
         | 
| 123088 123135 | 
             
                  "type": "list",
         | 
| 123089 123136 | 
             
                  "member": {
         | 
| 123090 123137 | 
             
                    "type": "structure",
         | 
| @@ -123093,7 +123140,7 @@ module.exports={ | |
| 123093 123140 | 
             
                    }
         | 
| 123094 123141 | 
             
                  }
         | 
| 123095 123142 | 
             
                },
         | 
| 123096 | 
            -
                " | 
| 123143 | 
            +
                "S29y": {
         | 
| 123097 123144 | 
             
                  "type": "structure",
         | 
| 123098 123145 | 
             
                  "members": {
         | 
| 123099 123146 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -123107,7 +123154,7 @@ module.exports={ | |
| 123107 123154 | 
             
                    }
         | 
| 123108 123155 | 
             
                  }
         | 
| 123109 123156 | 
             
                },
         | 
| 123110 | 
            -
                " | 
| 123157 | 
            +
                "S2a0": {
         | 
| 123111 123158 | 
             
                  "type": "structure",
         | 
| 123112 123159 | 
             
                  "members": {
         | 
| 123113 123160 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -123124,7 +123171,7 @@ module.exports={ | |
| 123124 123171 | 
             
                    }
         | 
| 123125 123172 | 
             
                  }
         | 
| 123126 123173 | 
             
                },
         | 
| 123127 | 
            -
                " | 
| 123174 | 
            +
                "S2af": {
         | 
| 123128 123175 | 
             
                  "type": "list",
         | 
| 123129 123176 | 
             
                  "member": {
         | 
| 123130 123177 | 
             
                    "locationName": "item",
         | 
| @@ -123140,13 +123187,13 @@ module.exports={ | |
| 123140 123187 | 
             
                    }
         | 
| 123141 123188 | 
             
                  }
         | 
| 123142 123189 | 
             
                },
         | 
| 123143 | 
            -
                " | 
| 123190 | 
            +
                "S2e9": {
         | 
| 123144 123191 | 
             
                  "type": "list",
         | 
| 123145 123192 | 
             
                  "member": {
         | 
| 123146 123193 | 
             
                    "locationName": "SecurityGroupId"
         | 
| 123147 123194 | 
             
                  }
         | 
| 123148 123195 | 
             
                },
         | 
| 123149 | 
            -
                " | 
| 123196 | 
            +
                "S2ex": {
         | 
| 123150 123197 | 
             
                  "type": "list",
         | 
| 123151 123198 | 
             
                  "member": {
         | 
| 123152 123199 | 
             
                    "locationName": "item",
         | 
| @@ -123166,7 +123213,7 @@ module.exports={ | |
| 123166 123213 | 
             
                    }
         | 
| 123167 123214 | 
             
                  }
         | 
| 123168 123215 | 
             
                },
         | 
| 123169 | 
            -
                " | 
| 123216 | 
            +
                "S2fn": {
         | 
| 123170 123217 | 
             
                  "type": "list",
         | 
| 123171 123218 | 
             
                  "member": {
         | 
| 123172 123219 | 
             
                    "locationName": "item",
         | 
| @@ -123524,6 +123571,12 @@ module.exports={ | |
| 123524 123571 | 
             
                  "output_token": "NextToken",
         | 
| 123525 123572 | 
             
                  "result_key": "LocalGateways"
         | 
| 123526 123573 | 
             
                },
         | 
| 123574 | 
            +
                "DescribeMacHosts": {
         | 
| 123575 | 
            +
                  "input_token": "NextToken",
         | 
| 123576 | 
            +
                  "limit_key": "MaxResults",
         | 
| 123577 | 
            +
                  "output_token": "NextToken",
         | 
| 123578 | 
            +
                  "result_key": "MacHosts"
         | 
| 123579 | 
            +
                },
         | 
| 123527 123580 | 
             
                "DescribeManagedPrefixLists": {
         | 
| 123528 123581 | 
             
                  "input_token": "NextToken",
         | 
| 123529 123582 | 
             
                  "limit_key": "MaxResults",
         | 
| @@ -190534,7 +190587,15 @@ module.exports={ | |
| 190534 190587 | 
             
                            },
         | 
| 190535 190588 | 
             
                            "logSamples": {
         | 
| 190536 190589 | 
             
                              "type": "list",
         | 
| 190537 | 
            -
                              "member": { | 
| 190590 | 
            +
                              "member": {
         | 
| 190591 | 
            +
                                "type": "structure",
         | 
| 190592 | 
            +
                                "members": {
         | 
| 190593 | 
            +
                                  "timestamp": {
         | 
| 190594 | 
            +
                                    "type": "long"
         | 
| 190595 | 
            +
                                  },
         | 
| 190596 | 
            +
                                  "message": {}
         | 
| 190597 | 
            +
                                }
         | 
| 190598 | 
            +
                              }
         | 
| 190538 190599 | 
             
                            },
         | 
| 190539 190600 | 
             
                            "patternTokens": {
         | 
| 190540 190601 | 
             
                              "type": "list",
         | 
| @@ -273170,7 +273231,7 @@ AWS.util.update(AWS, { | |
| 273170 273231 | 
             
              /**
         | 
| 273171 273232 | 
             
               * @constant
         | 
| 273172 273233 | 
             
               */
         | 
| 273173 | 
            -
              VERSION: '2. | 
| 273234 | 
            +
              VERSION: '2.1581.0',
         | 
| 273174 273235 |  | 
| 273175 273236 | 
             
              /**
         | 
| 273176 273237 | 
             
               * @api private
         | 
| @@ -295420,7 +295481,7 @@ var LRUCache = /** @class */ (function () { | |
| 295420 295481 | 
             
            }());
         | 
| 295421 295482 | 
             
            exports.LRUCache = LRUCache;
         | 
| 295422 295483 | 
             
            },{}],467:[function(require,module,exports){
         | 
| 295423 | 
            -
            // AWS SDK for JavaScript v2. | 
| 295484 | 
            +
            // AWS SDK for JavaScript v2.1581.0
         | 
| 295424 295485 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 295425 295486 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 295426 295487 | 
             
            require('./browser_loader');
         |