aws-sdk 2.1657.0 → 2.1658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +62 -52
- package/apis/bedrock-2023-04-20.min.json +140 -86
- package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
- package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
- package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
- package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
- package/apis/ec2-2016-11-15.min.json +79 -67
- package/apis/glue-2017-03-31.min.json +407 -368
- package/apis/groundstation-2019-05-23.min.json +7 -1
- package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
- package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +106 -94
- package/clients/batch.d.ts +12 -0
- package/clients/bedrock.d.ts +63 -14
- package/clients/bedrockagent.d.ts +2172 -171
- package/clients/bedrockagentruntime.d.ts +396 -11
- package/clients/bedrockruntime.d.ts +149 -6
- package/clients/ec2.d.ts +28 -3
- package/clients/glue.d.ts +48 -1
- package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
- package/clients/mediaconnect.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +82 -70
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1658.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){
         | 
| @@ -92319,7 +92319,8 @@ module.exports={ | |
| 92319 92319 | 
             
                      "TagSpecifications": {
         | 
| 92320 92320 | 
             
                        "shape": "S3",
         | 
| 92321 92321 | 
             
                        "locationName": "TagSpecification"
         | 
| 92322 | 
            -
                      }
         | 
| 92322 | 
            +
                      },
         | 
| 92323 | 
            +
                      "NetworkBorderGroup": {}
         | 
| 92323 92324 | 
             
                    }
         | 
| 92324 92325 | 
             
                  },
         | 
| 92325 92326 | 
             
                  "output": {
         | 
| @@ -94946,7 +94947,8 @@ module.exports={ | |
| 94946 94947 | 
             
                      "DryRun": {
         | 
| 94947 94948 | 
             
                        "type": "boolean"
         | 
| 94948 94949 | 
             
                      },
         | 
| 94949 | 
            -
                      "PoolId": {}
         | 
| 94950 | 
            +
                      "PoolId": {},
         | 
| 94951 | 
            +
                      "NetworkBorderGroup": {}
         | 
| 94950 94952 | 
             
                    }
         | 
| 94951 94953 | 
             
                  },
         | 
| 94952 94954 | 
             
                  "output": {
         | 
| @@ -107789,9 +107791,15 @@ module.exports={ | |
| 107789 107791 | 
             
                            "VpcId": {
         | 
| 107790 107792 | 
             
                              "locationName": "vpcId"
         | 
| 107791 107793 | 
             
                            },
         | 
| 107794 | 
            +
                            "NetworkInterfaceAttachmentStatus": {
         | 
| 107795 | 
            +
                              "locationName": "networkInterfaceAttachmentStatus"
         | 
| 107796 | 
            +
                            },
         | 
| 107792 107797 | 
             
                            "SampleTime": {
         | 
| 107793 107798 | 
             
                              "locationName": "sampleTime",
         | 
| 107794 107799 | 
             
                              "type": "timestamp"
         | 
| 107800 | 
            +
                            },
         | 
| 107801 | 
            +
                            "AvailabilityZoneId": {
         | 
| 107802 | 
            +
                              "locationName": "availabilityZoneId"
         | 
| 107795 107803 | 
             
                            }
         | 
| 107796 107804 | 
             
                          }
         | 
| 107797 107805 | 
             
                        }
         | 
| @@ -107917,7 +107925,7 @@ module.exports={ | |
| 107917 107925 | 
             
                        "locationName": "ipamResourceCidrSet",
         | 
| 107918 107926 | 
             
                        "type": "list",
         | 
| 107919 107927 | 
             
                        "member": {
         | 
| 107920 | 
            -
                          "shape": " | 
| 107928 | 
            +
                          "shape": "S224",
         | 
| 107921 107929 | 
             
                          "locationName": "item"
         | 
| 107922 107930 | 
             
                        }
         | 
| 107923 107931 | 
             
                      }
         | 
| @@ -108182,7 +108190,7 @@ module.exports={ | |
| 108182 108190 | 
             
                        "locationName": "paymentDue"
         | 
| 108183 108191 | 
             
                      },
         | 
| 108184 108192 | 
             
                      "ReservedInstanceValueRollup": {
         | 
| 108185 | 
            -
                        "shape": " | 
| 108193 | 
            +
                        "shape": "S22t",
         | 
| 108186 108194 | 
             
                        "locationName": "reservedInstanceValueRollup"
         | 
| 108187 108195 | 
             
                      },
         | 
| 108188 108196 | 
             
                      "ReservedInstanceValueSet": {
         | 
| @@ -108193,7 +108201,7 @@ module.exports={ | |
| 108193 108201 | 
             
                          "type": "structure",
         | 
| 108194 108202 | 
             
                          "members": {
         | 
| 108195 108203 | 
             
                            "ReservationValue": {
         | 
| 108196 | 
            -
                              "shape": " | 
| 108204 | 
            +
                              "shape": "S22t",
         | 
| 108197 108205 | 
             
                              "locationName": "reservationValue"
         | 
| 108198 108206 | 
             
                            },
         | 
| 108199 108207 | 
             
                            "ReservedInstanceId": {
         | 
| @@ -108203,7 +108211,7 @@ module.exports={ | |
| 108203 108211 | 
             
                        }
         | 
| 108204 108212 | 
             
                      },
         | 
| 108205 108213 | 
             
                      "TargetConfigurationValueRollup": {
         | 
| 108206 | 
            -
                        "shape": " | 
| 108214 | 
            +
                        "shape": "S22t",
         | 
| 108207 108215 | 
             
                        "locationName": "targetConfigurationValueRollup"
         | 
| 108208 108216 | 
             
                      },
         | 
| 108209 108217 | 
             
                      "TargetConfigurationValueSet": {
         | 
| @@ -108214,7 +108222,7 @@ module.exports={ | |
| 108214 108222 | 
             
                          "type": "structure",
         | 
| 108215 108223 | 
             
                          "members": {
         | 
| 108216 108224 | 
             
                            "ReservationValue": {
         | 
| 108217 | 
            -
                              "shape": " | 
| 108225 | 
            +
                              "shape": "S22t",
         | 
| 108218 108226 | 
             
                              "locationName": "reservationValue"
         | 
| 108219 108227 | 
             
                            },
         | 
| 108220 108228 | 
             
                            "TargetConfiguration": {
         | 
| @@ -108438,11 +108446,11 @@ module.exports={ | |
| 108438 108446 | 
             
                    "type": "structure",
         | 
| 108439 108447 | 
             
                    "members": {
         | 
| 108440 108448 | 
             
                      "SubnetIpv4CidrReservations": {
         | 
| 108441 | 
            -
                        "shape": " | 
| 108449 | 
            +
                        "shape": "S23k",
         | 
| 108442 108450 | 
             
                        "locationName": "subnetIpv4CidrReservationSet"
         | 
| 108443 108451 | 
             
                      },
         | 
| 108444 108452 | 
             
                      "SubnetIpv6CidrReservations": {
         | 
| 108445 | 
            -
                        "shape": " | 
| 108453 | 
            +
                        "shape": "S23k",
         | 
| 108446 108454 | 
             
                        "locationName": "subnetIpv6CidrReservationSet"
         | 
| 108447 108455 | 
             
                      },
         | 
| 108448 108456 | 
             
                      "NextToken": {
         | 
| @@ -109019,7 +109027,7 @@ module.exports={ | |
| 109019 109027 | 
             
                    "members": {
         | 
| 109020 109028 | 
             
                      "Architecture": {},
         | 
| 109021 109029 | 
             
                      "ClientData": {
         | 
| 109022 | 
            -
                        "shape": " | 
| 109030 | 
            +
                        "shape": "S24w"
         | 
| 109023 109031 | 
             
                      },
         | 
| 109024 109032 | 
             
                      "ClientToken": {},
         | 
| 109025 109033 | 
             
                      "Description": {},
         | 
| @@ -109038,7 +109046,7 @@ module.exports={ | |
| 109038 109046 | 
             
                              "shape": "S18v"
         | 
| 109039 109047 | 
             
                            },
         | 
| 109040 109048 | 
             
                            "UserBucket": {
         | 
| 109041 | 
            -
                              "shape": " | 
| 109049 | 
            +
                              "shape": "S24z"
         | 
| 109042 109050 | 
             
                            }
         | 
| 109043 109051 | 
             
                          }
         | 
| 109044 109052 | 
             
                        }
         | 
| @@ -109148,10 +109156,10 @@ module.exports={ | |
| 109148 109156 | 
             
                          "members": {
         | 
| 109149 109157 | 
             
                            "Description": {},
         | 
| 109150 109158 | 
             
                            "Image": {
         | 
| 109151 | 
            -
                              "shape": " | 
| 109159 | 
            +
                              "shape": "S256"
         | 
| 109152 109160 | 
             
                            },
         | 
| 109153 109161 | 
             
                            "Volume": {
         | 
| 109154 | 
            -
                              "shape": " | 
| 109162 | 
            +
                              "shape": "S257"
         | 
| 109155 109163 | 
             
                            }
         | 
| 109156 109164 | 
             
                          }
         | 
| 109157 109165 | 
             
                        }
         | 
| @@ -109274,7 +109282,7 @@ module.exports={ | |
| 109274 109282 | 
             
                    "type": "structure",
         | 
| 109275 109283 | 
             
                    "members": {
         | 
| 109276 109284 | 
             
                      "ClientData": {
         | 
| 109277 | 
            -
                        "shape": " | 
| 109285 | 
            +
                        "shape": "S24w"
         | 
| 109278 109286 | 
             
                      },
         | 
| 109279 109287 | 
             
                      "ClientToken": {},
         | 
| 109280 109288 | 
             
                      "Description": {},
         | 
| @@ -109287,7 +109295,7 @@ module.exports={ | |
| 109287 109295 | 
             
                            "shape": "S18v"
         | 
| 109288 109296 | 
             
                          },
         | 
| 109289 109297 | 
             
                          "UserBucket": {
         | 
| 109290 | 
            -
                            "shape": " | 
| 109298 | 
            +
                            "shape": "S24z"
         | 
| 109291 109299 | 
             
                          }
         | 
| 109292 109300 | 
             
                        }
         | 
| 109293 109301 | 
             
                      },
         | 
| @@ -109345,11 +109353,11 @@ module.exports={ | |
| 109345 109353 | 
             
                        "type": "boolean"
         | 
| 109346 109354 | 
             
                      },
         | 
| 109347 109355 | 
             
                      "Image": {
         | 
| 109348 | 
            -
                        "shape": " | 
| 109356 | 
            +
                        "shape": "S256",
         | 
| 109349 109357 | 
             
                        "locationName": "image"
         | 
| 109350 109358 | 
             
                      },
         | 
| 109351 109359 | 
             
                      "Volume": {
         | 
| 109352 | 
            -
                        "shape": " | 
| 109360 | 
            +
                        "shape": "S257",
         | 
| 109353 109361 | 
             
                        "locationName": "volume"
         | 
| 109354 109362 | 
             
                      }
         | 
| 109355 109363 | 
             
                    }
         | 
| @@ -109798,25 +109806,25 @@ module.exports={ | |
| 109798 109806 | 
             
                      "Attribute": {},
         | 
| 109799 109807 | 
             
                      "OperationType": {},
         | 
| 109800 109808 | 
             
                      "UserIds": {
         | 
| 109801 | 
            -
                        "shape": " | 
| 109809 | 
            +
                        "shape": "S26h",
         | 
| 109802 109810 | 
             
                        "locationName": "UserId"
         | 
| 109803 109811 | 
             
                      },
         | 
| 109804 109812 | 
             
                      "UserGroups": {
         | 
| 109805 | 
            -
                        "shape": " | 
| 109813 | 
            +
                        "shape": "S26i",
         | 
| 109806 109814 | 
             
                        "locationName": "UserGroup"
         | 
| 109807 109815 | 
             
                      },
         | 
| 109808 109816 | 
             
                      "ProductCodes": {
         | 
| 109809 | 
            -
                        "shape": " | 
| 109817 | 
            +
                        "shape": "S26j",
         | 
| 109810 109818 | 
             
                        "locationName": "ProductCode"
         | 
| 109811 109819 | 
             
                      },
         | 
| 109812 109820 | 
             
                      "LoadPermission": {
         | 
| 109813 109821 | 
             
                        "type": "structure",
         | 
| 109814 109822 | 
             
                        "members": {
         | 
| 109815 109823 | 
             
                          "Add": {
         | 
| 109816 | 
            -
                            "shape": " | 
| 109824 | 
            +
                            "shape": "S26l"
         | 
| 109817 109825 | 
             
                          },
         | 
| 109818 109826 | 
             
                          "Remove": {
         | 
| 109819 | 
            -
                            "shape": " | 
| 109827 | 
            +
                            "shape": "S26l"
         | 
| 109820 109828 | 
             
                          }
         | 
| 109821 109829 | 
             
                        }
         | 
| 109822 109830 | 
             
                      },
         | 
| @@ -109862,7 +109870,7 @@ module.exports={ | |
| 109862 109870 | 
             
                        "locationName": "successful"
         | 
| 109863 109871 | 
             
                      },
         | 
| 109864 109872 | 
             
                      "Unsuccessful": {
         | 
| 109865 | 
            -
                        "shape": " | 
| 109873 | 
            +
                        "shape": "S26q",
         | 
| 109866 109874 | 
             
                        "locationName": "unsuccessful"
         | 
| 109867 109875 | 
             
                      }
         | 
| 109868 109876 | 
             
                    }
         | 
| @@ -109930,15 +109938,15 @@ module.exports={ | |
| 109930 109938 | 
             
                      },
         | 
| 109931 109939 | 
             
                      "OperationType": {},
         | 
| 109932 109940 | 
             
                      "ProductCodes": {
         | 
| 109933 | 
            -
                        "shape": " | 
| 109941 | 
            +
                        "shape": "S26j",
         | 
| 109934 109942 | 
             
                        "locationName": "ProductCode"
         | 
| 109935 109943 | 
             
                      },
         | 
| 109936 109944 | 
             
                      "UserGroups": {
         | 
| 109937 | 
            -
                        "shape": " | 
| 109945 | 
            +
                        "shape": "S26i",
         | 
| 109938 109946 | 
             
                        "locationName": "UserGroup"
         | 
| 109939 109947 | 
             
                      },
         | 
| 109940 109948 | 
             
                      "UserIds": {
         | 
| 109941 | 
            -
                        "shape": " | 
| 109949 | 
            +
                        "shape": "S26h",
         | 
| 109942 109950 | 
             
                        "locationName": "UserId"
         | 
| 109943 109951 | 
             
                      },
         | 
| 109944 109952 | 
             
                      "Value": {},
         | 
| @@ -110083,7 +110091,7 @@ module.exports={ | |
| 110083 110091 | 
             
                    "members": {
         | 
| 110084 110092 | 
             
                      "InstanceId": {},
         | 
| 110085 110093 | 
             
                      "CapacityReservationSpecification": {
         | 
| 110086 | 
            -
                        "shape": " | 
| 110094 | 
            +
                        "shape": "S273"
         | 
| 110087 110095 | 
             
                      },
         | 
| 110088 110096 | 
             
                      "DryRun": {
         | 
| 110089 110097 | 
             
                        "type": "boolean"
         | 
| @@ -110368,7 +110376,7 @@ module.exports={ | |
| 110368 110376 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 110369 110377 | 
             
                      },
         | 
| 110370 110378 | 
             
                      "RemoveOperatingRegions": {
         | 
| 110371 | 
            -
                        "shape": " | 
| 110379 | 
            +
                        "shape": "S27x",
         | 
| 110372 110380 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 110373 110381 | 
             
                      },
         | 
| 110374 110382 | 
             
                      "Tier": {}
         | 
| @@ -110459,7 +110467,7 @@ module.exports={ | |
| 110459 110467 | 
             
                    "type": "structure",
         | 
| 110460 110468 | 
             
                    "members": {
         | 
| 110461 110469 | 
             
                      "IpamResourceCidr": {
         | 
| 110462 | 
            -
                        "shape": " | 
| 110470 | 
            +
                        "shape": "S224",
         | 
| 110463 110471 | 
             
                        "locationName": "ipamResourceCidr"
         | 
| 110464 110472 | 
             
                      }
         | 
| 110465 110473 | 
             
                    }
         | 
| @@ -110482,7 +110490,7 @@ module.exports={ | |
| 110482 110490 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 110483 110491 | 
             
                      },
         | 
| 110484 110492 | 
             
                      "RemoveOperatingRegions": {
         | 
| 110485 | 
            -
                        "shape": " | 
| 110493 | 
            +
                        "shape": "S27x",
         | 
| 110486 110494 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 110487 110495 | 
             
                      }
         | 
| 110488 110496 | 
             
                    }
         | 
| @@ -110819,7 +110827,7 @@ module.exports={ | |
| 110819 110827 | 
             
                      "OperationType": {},
         | 
| 110820 110828 | 
             
                      "SnapshotId": {},
         | 
| 110821 110829 | 
             
                      "UserIds": {
         | 
| 110822 | 
            -
                        "shape": " | 
| 110830 | 
            +
                        "shape": "S26h",
         | 
| 110823 110831 | 
             
                        "locationName": "UserId"
         | 
| 110824 110832 | 
             
                      },
         | 
| 110825 110833 | 
             
                      "DryRun": {
         | 
| @@ -111776,13 +111784,13 @@ module.exports={ | |
| 111776 111784 | 
             
                    ],
         | 
| 111777 111785 | 
             
                    "members": {
         | 
| 111778 111786 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 111779 | 
            -
                        "shape": " | 
| 111787 | 
            +
                        "shape": "S2am"
         | 
| 111780 111788 | 
             
                      },
         | 
| 111781 111789 | 
             
                      "DryRun": {
         | 
| 111782 111790 | 
             
                        "type": "boolean"
         | 
| 111783 111791 | 
             
                      },
         | 
| 111784 111792 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 111785 | 
            -
                        "shape": " | 
| 111793 | 
            +
                        "shape": "S2am"
         | 
| 111786 111794 | 
             
                      },
         | 
| 111787 111795 | 
             
                      "VpcPeeringConnectionId": {}
         | 
| 111788 111796 | 
             
                    }
         | 
| @@ -111791,11 +111799,11 @@ module.exports={ | |
| 111791 111799 | 
             
                    "type": "structure",
         | 
| 111792 111800 | 
             
                    "members": {
         | 
| 111793 111801 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 111794 | 
            -
                        "shape": " | 
| 111802 | 
            +
                        "shape": "S2ao",
         | 
| 111795 111803 | 
             
                        "locationName": "accepterPeeringConnectionOptions"
         | 
| 111796 111804 | 
             
                      },
         | 
| 111797 111805 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 111798 | 
            -
                        "shape": " | 
| 111806 | 
            +
                        "shape": "S2ao",
         | 
| 111799 111807 | 
             
                        "locationName": "requesterPeeringConnectionOptions"
         | 
| 111800 111808 | 
             
                      }
         | 
| 111801 111809 | 
             
                    }
         | 
| @@ -112019,7 +112027,7 @@ module.exports={ | |
| 112019 112027 | 
             
                    "type": "structure",
         | 
| 112020 112028 | 
             
                    "members": {
         | 
| 112021 112029 | 
             
                      "InstanceMonitorings": {
         | 
| 112022 | 
            -
                        "shape": " | 
| 112030 | 
            +
                        "shape": "S2b3",
         | 
| 112023 112031 | 
             
                        "locationName": "instancesSet"
         | 
| 112024 112032 | 
             
                      }
         | 
| 112025 112033 | 
             
                    }
         | 
| @@ -112216,7 +112224,8 @@ module.exports={ | |
| 112216 112224 | 
             
                      "PoolId": {},
         | 
| 112217 112225 | 
             
                      "NetmaskLength": {
         | 
| 112218 112226 | 
             
                        "type": "integer"
         | 
| 112219 | 
            -
                      }
         | 
| 112227 | 
            +
                      },
         | 
| 112228 | 
            +
                      "NetworkBorderGroup": {}
         | 
| 112220 112229 | 
             
                    }
         | 
| 112221 112230 | 
             
                  },
         | 
| 112222 112231 | 
             
                  "output": {
         | 
| @@ -112755,7 +112764,7 @@ module.exports={ | |
| 112755 112764 | 
             
                        "locationName": "successful"
         | 
| 112756 112765 | 
             
                      },
         | 
| 112757 112766 | 
             
                      "Unsuccessful": {
         | 
| 112758 | 
            -
                        "shape": " | 
| 112767 | 
            +
                        "shape": "S26q",
         | 
| 112759 112768 | 
             
                        "locationName": "unsuccessful"
         | 
| 112760 112769 | 
             
                      }
         | 
| 112761 112770 | 
             
                    }
         | 
| @@ -113824,7 +113833,7 @@ module.exports={ | |
| 113824 113833 | 
             
                        }
         | 
| 113825 113834 | 
             
                      },
         | 
| 113826 113835 | 
             
                      "CapacityReservationSpecification": {
         | 
| 113827 | 
            -
                        "shape": " | 
| 113836 | 
            +
                        "shape": "S273"
         | 
| 113828 113837 | 
             
                      },
         | 
| 113829 113838 | 
             
                      "HibernationOptions": {
         | 
| 113830 113839 | 
             
                        "type": "structure",
         | 
| @@ -113990,7 +113999,7 @@ module.exports={ | |
| 113990 113999 | 
             
                                  "type": "integer"
         | 
| 113991 114000 | 
             
                                },
         | 
| 113992 114001 | 
             
                                "Groups": {
         | 
| 113993 | 
            -
                                  "shape": " | 
| 114002 | 
            +
                                  "shape": "S2ex",
         | 
| 113994 114003 | 
             
                                  "locationName": "Group"
         | 
| 113995 114004 | 
             
                                },
         | 
| 113996 114005 | 
             
                                "Ipv6AddressCount": {
         | 
| @@ -114039,7 +114048,7 @@ module.exports={ | |
| 114039 114048 | 
             
                          },
         | 
| 114040 114049 | 
             
                          "RamdiskId": {},
         | 
| 114041 114050 | 
             
                          "SecurityGroupIds": {
         | 
| 114042 | 
            -
                            "shape": " | 
| 114051 | 
            +
                            "shape": "S2ex",
         | 
| 114043 114052 | 
             
                            "locationName": "SecurityGroupId"
         | 
| 114044 114053 | 
             
                          },
         | 
| 114045 114054 | 
             
                          "SubnetId": {},
         | 
| @@ -114253,7 +114262,7 @@ module.exports={ | |
| 114253 114262 | 
             
                    "type": "structure",
         | 
| 114254 114263 | 
             
                    "members": {
         | 
| 114255 114264 | 
             
                      "StartingInstances": {
         | 
| 114256 | 
            -
                        "shape": " | 
| 114265 | 
            +
                        "shape": "S2fl",
         | 
| 114257 114266 | 
             
                        "locationName": "instancesSet"
         | 
| 114258 114267 | 
             
                      }
         | 
| 114259 114268 | 
             
                    }
         | 
| @@ -114380,7 +114389,7 @@ module.exports={ | |
| 114380 114389 | 
             
                    "type": "structure",
         | 
| 114381 114390 | 
             
                    "members": {
         | 
| 114382 114391 | 
             
                      "StoppingInstances": {
         | 
| 114383 | 
            -
                        "shape": " | 
| 114392 | 
            +
                        "shape": "S2fl",
         | 
| 114384 114393 | 
             
                        "locationName": "instancesSet"
         | 
| 114385 114394 | 
             
                      }
         | 
| 114386 114395 | 
             
                    }
         | 
| @@ -114455,7 +114464,7 @@ module.exports={ | |
| 114455 114464 | 
             
                    "type": "structure",
         | 
| 114456 114465 | 
             
                    "members": {
         | 
| 114457 114466 | 
             
                      "TerminatingInstances": {
         | 
| 114458 | 
            -
                        "shape": " | 
| 114467 | 
            +
                        "shape": "S2fl",
         | 
| 114459 114468 | 
             
                        "locationName": "instancesSet"
         | 
| 114460 114469 | 
             
                      }
         | 
| 114461 114470 | 
             
                    }
         | 
| @@ -114596,7 +114605,7 @@ module.exports={ | |
| 114596 114605 | 
             
                    "type": "structure",
         | 
| 114597 114606 | 
             
                    "members": {
         | 
| 114598 114607 | 
             
                      "InstanceMonitorings": {
         | 
| 114599 | 
            -
                        "shape": " | 
| 114608 | 
            +
                        "shape": "S2b3",
         | 
| 114600 114609 | 
             
                        "locationName": "instancesSet"
         | 
| 114601 114610 | 
             
                      }
         | 
| 114602 114611 | 
             
                    }
         | 
| @@ -114615,7 +114624,7 @@ module.exports={ | |
| 114615 114624 | 
             
                        "shape": "S6x"
         | 
| 114616 114625 | 
             
                      },
         | 
| 114617 114626 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 114618 | 
            -
                        "shape": " | 
| 114627 | 
            +
                        "shape": "S2gb",
         | 
| 114619 114628 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 114620 114629 | 
             
                      }
         | 
| 114621 114630 | 
             
                    }
         | 
| @@ -114643,7 +114652,7 @@ module.exports={ | |
| 114643 114652 | 
             
                        "shape": "S6x"
         | 
| 114644 114653 | 
             
                      },
         | 
| 114645 114654 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 114646 | 
            -
                        "shape": " | 
| 114655 | 
            +
                        "shape": "S2gb",
         | 
| 114647 114656 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 114648 114657 | 
             
                      }
         | 
| 114649 114658 | 
             
                    }
         | 
| @@ -124551,7 +124560,7 @@ module.exports={ | |
| 124551 124560 | 
             
                    "locationName": "item"
         | 
| 124552 124561 | 
             
                  }
         | 
| 124553 124562 | 
             
                },
         | 
| 124554 | 
            -
                " | 
| 124563 | 
            +
                "S224": {
         | 
| 124555 124564 | 
             
                  "type": "structure",
         | 
| 124556 124565 | 
             
                  "members": {
         | 
| 124557 124566 | 
             
                    "IpamId": {
         | 
| @@ -124600,10 +124609,13 @@ module.exports={ | |
| 124600 124609 | 
             
                    },
         | 
| 124601 124610 | 
             
                    "VpcId": {
         | 
| 124602 124611 | 
             
                      "locationName": "vpcId"
         | 
| 124612 | 
            +
                    },
         | 
| 124613 | 
            +
                    "AvailabilityZoneId": {
         | 
| 124614 | 
            +
                      "locationName": "availabilityZoneId"
         | 
| 124603 124615 | 
             
                    }
         | 
| 124604 124616 | 
             
                  }
         | 
| 124605 124617 | 
             
                },
         | 
| 124606 | 
            -
                " | 
| 124618 | 
            +
                "S22t": {
         | 
| 124607 124619 | 
             
                  "type": "structure",
         | 
| 124608 124620 | 
             
                  "members": {
         | 
| 124609 124621 | 
             
                    "HourlyPrice": {
         | 
| @@ -124617,14 +124629,14 @@ module.exports={ | |
| 124617 124629 | 
             
                    }
         | 
| 124618 124630 | 
             
                  }
         | 
| 124619 124631 | 
             
                },
         | 
| 124620 | 
            -
                " | 
| 124632 | 
            +
                "S23k": {
         | 
| 124621 124633 | 
             
                  "type": "list",
         | 
| 124622 124634 | 
             
                  "member": {
         | 
| 124623 124635 | 
             
                    "shape": "So6",
         | 
| 124624 124636 | 
             
                    "locationName": "item"
         | 
| 124625 124637 | 
             
                  }
         | 
| 124626 124638 | 
             
                },
         | 
| 124627 | 
            -
                " | 
| 124639 | 
            +
                "S24w": {
         | 
| 124628 124640 | 
             
                  "type": "structure",
         | 
| 124629 124641 | 
             
                  "members": {
         | 
| 124630 124642 | 
             
                    "Comment": {},
         | 
| @@ -124639,14 +124651,14 @@ module.exports={ | |
| 124639 124651 | 
             
                    }
         | 
| 124640 124652 | 
             
                  }
         | 
| 124641 124653 | 
             
                },
         | 
| 124642 | 
            -
                " | 
| 124654 | 
            +
                "S24z": {
         | 
| 124643 124655 | 
             
                  "type": "structure",
         | 
| 124644 124656 | 
             
                  "members": {
         | 
| 124645 124657 | 
             
                    "S3Bucket": {},
         | 
| 124646 124658 | 
             
                    "S3Key": {}
         | 
| 124647 124659 | 
             
                  }
         | 
| 124648 124660 | 
             
                },
         | 
| 124649 | 
            -
                " | 
| 124661 | 
            +
                "S256": {
         | 
| 124650 124662 | 
             
                  "type": "structure",
         | 
| 124651 124663 | 
             
                  "required": [
         | 
| 124652 124664 | 
             
                    "Bytes",
         | 
| @@ -124667,7 +124679,7 @@ module.exports={ | |
| 124667 124679 | 
             
                    }
         | 
| 124668 124680 | 
             
                  }
         | 
| 124669 124681 | 
             
                },
         | 
| 124670 | 
            -
                " | 
| 124682 | 
            +
                "S257": {
         | 
| 124671 124683 | 
             
                  "type": "structure",
         | 
| 124672 124684 | 
             
                  "required": [
         | 
| 124673 124685 | 
             
                    "Size"
         | 
| @@ -124679,25 +124691,25 @@ module.exports={ | |
| 124679 124691 | 
             
                    }
         | 
| 124680 124692 | 
             
                  }
         | 
| 124681 124693 | 
             
                },
         | 
| 124682 | 
            -
                " | 
| 124694 | 
            +
                "S26h": {
         | 
| 124683 124695 | 
             
                  "type": "list",
         | 
| 124684 124696 | 
             
                  "member": {
         | 
| 124685 124697 | 
             
                    "locationName": "UserId"
         | 
| 124686 124698 | 
             
                  }
         | 
| 124687 124699 | 
             
                },
         | 
| 124688 | 
            -
                " | 
| 124700 | 
            +
                "S26i": {
         | 
| 124689 124701 | 
             
                  "type": "list",
         | 
| 124690 124702 | 
             
                  "member": {
         | 
| 124691 124703 | 
             
                    "locationName": "UserGroup"
         | 
| 124692 124704 | 
             
                  }
         | 
| 124693 124705 | 
             
                },
         | 
| 124694 | 
            -
                " | 
| 124706 | 
            +
                "S26j": {
         | 
| 124695 124707 | 
             
                  "type": "list",
         | 
| 124696 124708 | 
             
                  "member": {
         | 
| 124697 124709 | 
             
                    "locationName": "ProductCode"
         | 
| 124698 124710 | 
             
                  }
         | 
| 124699 124711 | 
             
                },
         | 
| 124700 | 
            -
                " | 
| 124712 | 
            +
                "S26l": {
         | 
| 124701 124713 | 
             
                  "type": "list",
         | 
| 124702 124714 | 
             
                  "member": {
         | 
| 124703 124715 | 
             
                    "locationName": "item",
         | 
| @@ -124708,14 +124720,14 @@ module.exports={ | |
| 124708 124720 | 
             
                    }
         | 
| 124709 124721 | 
             
                  }
         | 
| 124710 124722 | 
             
                },
         | 
| 124711 | 
            -
                " | 
| 124723 | 
            +
                "S26q": {
         | 
| 124712 124724 | 
             
                  "type": "list",
         | 
| 124713 124725 | 
             
                  "member": {
         | 
| 124714 124726 | 
             
                    "shape": "S1i",
         | 
| 124715 124727 | 
             
                    "locationName": "item"
         | 
| 124716 124728 | 
             
                  }
         | 
| 124717 124729 | 
             
                },
         | 
| 124718 | 
            -
                " | 
| 124730 | 
            +
                "S273": {
         | 
| 124719 124731 | 
             
                  "type": "structure",
         | 
| 124720 124732 | 
             
                  "members": {
         | 
| 124721 124733 | 
             
                    "CapacityReservationPreference": {},
         | 
| @@ -124724,7 +124736,7 @@ module.exports={ | |
| 124724 124736 | 
             
                    }
         | 
| 124725 124737 | 
             
                  }
         | 
| 124726 124738 | 
             
                },
         | 
| 124727 | 
            -
                " | 
| 124739 | 
            +
                "S27x": {
         | 
| 124728 124740 | 
             
                  "type": "list",
         | 
| 124729 124741 | 
             
                  "member": {
         | 
| 124730 124742 | 
             
                    "type": "structure",
         | 
| @@ -124733,7 +124745,7 @@ module.exports={ | |
| 124733 124745 | 
             
                    }
         | 
| 124734 124746 | 
             
                  }
         | 
| 124735 124747 | 
             
                },
         | 
| 124736 | 
            -
                " | 
| 124748 | 
            +
                "S2am": {
         | 
| 124737 124749 | 
             
                  "type": "structure",
         | 
| 124738 124750 | 
             
                  "members": {
         | 
| 124739 124751 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -124747,7 +124759,7 @@ module.exports={ | |
| 124747 124759 | 
             
                    }
         | 
| 124748 124760 | 
             
                  }
         | 
| 124749 124761 | 
             
                },
         | 
| 124750 | 
            -
                " | 
| 124762 | 
            +
                "S2ao": {
         | 
| 124751 124763 | 
             
                  "type": "structure",
         | 
| 124752 124764 | 
             
                  "members": {
         | 
| 124753 124765 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -124764,7 +124776,7 @@ module.exports={ | |
| 124764 124776 | 
             
                    }
         | 
| 124765 124777 | 
             
                  }
         | 
| 124766 124778 | 
             
                },
         | 
| 124767 | 
            -
                " | 
| 124779 | 
            +
                "S2b3": {
         | 
| 124768 124780 | 
             
                  "type": "list",
         | 
| 124769 124781 | 
             
                  "member": {
         | 
| 124770 124782 | 
             
                    "locationName": "item",
         | 
| @@ -124780,13 +124792,13 @@ module.exports={ | |
| 124780 124792 | 
             
                    }
         | 
| 124781 124793 | 
             
                  }
         | 
| 124782 124794 | 
             
                },
         | 
| 124783 | 
            -
                " | 
| 124795 | 
            +
                "S2ex": {
         | 
| 124784 124796 | 
             
                  "type": "list",
         | 
| 124785 124797 | 
             
                  "member": {
         | 
| 124786 124798 | 
             
                    "locationName": "SecurityGroupId"
         | 
| 124787 124799 | 
             
                  }
         | 
| 124788 124800 | 
             
                },
         | 
| 124789 | 
            -
                " | 
| 124801 | 
            +
                "S2fl": {
         | 
| 124790 124802 | 
             
                  "type": "list",
         | 
| 124791 124803 | 
             
                  "member": {
         | 
| 124792 124804 | 
             
                    "locationName": "item",
         | 
| @@ -124806,7 +124818,7 @@ module.exports={ | |
| 124806 124818 | 
             
                    }
         | 
| 124807 124819 | 
             
                  }
         | 
| 124808 124820 | 
             
                },
         | 
| 124809 | 
            -
                " | 
| 124821 | 
            +
                "S2gb": {
         | 
| 124810 124822 | 
             
                  "type": "list",
         | 
| 124811 124823 | 
             
                  "member": {
         | 
| 124812 124824 | 
             
                    "locationName": "item",
         | 
| @@ -276281,7 +276293,7 @@ AWS.util.update(AWS, { | |
| 276281 276293 | 
             
              /**
         | 
| 276282 276294 | 
             
               * @constant
         | 
| 276283 276295 | 
             
               */
         | 
| 276284 | 
            -
              VERSION: '2. | 
| 276296 | 
            +
              VERSION: '2.1658.0',
         | 
| 276285 276297 |  | 
| 276286 276298 | 
             
              /**
         | 
| 276287 276299 | 
             
               * @api private
         | 
| @@ -298553,7 +298565,7 @@ var LRUCache = /** @class */ (function () { | |
| 298553 298565 | 
             
            }());
         | 
| 298554 298566 | 
             
            exports.LRUCache = LRUCache;
         | 
| 298555 298567 | 
             
            },{}],467:[function(require,module,exports){
         | 
| 298556 | 
            -
            // AWS SDK for JavaScript v2. | 
| 298568 | 
            +
            // AWS SDK for JavaScript v2.1658.0
         | 
| 298557 298569 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 298558 298570 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 298559 298571 | 
             
            require('./browser_loader');
         |