diff --git a/dist/136.index.js b/dist/136.index.js index ec491912..23cc9e7b 100644 --- a/dist/136.index.js +++ b/dist/136.index.js @@ -51,7 +51,7 @@ const _data = { [f, [m, "ap-southeast-1"]], [f, [m, "ap-northeast-1"]], [f, [m, "ap-southeast-2"]], - [f, [{ fn: g, argv: [n, "name"] }, "aws-us-gov"]], + [f, [{ fn: g, argv: [n, "name"] }, "aws-us-gov"]] ], results: [ [a], @@ -68,105 +68,43 @@ const _data = { ["https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", o], [a, "DualStack is enabled but this partition does not support DualStack"], [k, o], - [a, "Invalid Configuration: Missing Region"], - ], + [a, "Invalid Configuration: Missing Region"] + ] }; const root = 2; const r = 100_000_000; const nodes = new Int32Array([ - -1, - 1, - -1, - 0, - 30, - 3, - 1, - 4, - r + 14, - 2, - 5, - r + 14, - 3, - 25, - 6, - 4, - 24, - 7, - 5, - r + 1, - 8, - 6, - 9, - r + 13, - 7, - r + 1, - 10, - 10, - r + 1, - 11, - 11, - r + 1, - 12, - 12, - r + 1, - 13, - 13, - r + 1, - 14, - 14, - r + 1, - 15, - 15, - r + 1, - 16, - 16, - r + 1, - 17, - 17, - r + 1, - 18, - 18, - r + 1, - 19, - 19, - r + 1, - 20, - 20, - r + 1, - 21, - 21, - r + 1, - 22, - 22, - r + 1, - 23, - 23, - r + 1, - r + 2, - 8, - r + 11, - r + 12, - 4, - 28, - 26, - 9, - 27, - r + 10, - 24, - r + 8, - r + 9, - 8, - 29, - r + 7, - 9, - r + 6, - r + 7, - 3, - r + 3, - 31, - 4, - r + 4, - r + 5, + -1, 1, -1, + 0, 30, 3, + 1, 4, r + 14, + 2, 5, r + 14, + 3, 25, 6, + 4, 24, 7, + 5, r + 1, 8, + 6, 9, r + 13, + 7, r + 1, 10, + 10, r + 1, 11, + 11, r + 1, 12, + 12, r + 1, 13, + 13, r + 1, 14, + 14, r + 1, 15, + 15, r + 1, 16, + 16, r + 1, 17, + 17, r + 1, 18, + 18, r + 1, 19, + 19, r + 1, 20, + 20, r + 1, 21, + 21, r + 1, 22, + 22, r + 1, 23, + 23, r + 1, r + 2, + 8, r + 11, r + 12, + 4, 28, 26, + 9, 27, r + 10, + 24, r + 8, r + 9, + 8, 29, r + 7, + 9, r + 6, r + 7, + 3, r + 3, 31, + 4, r + 4, r + 5, ]); const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); @@ -198,10 +136,9 @@ const createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSc const _defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => { return { operation: client.getSmithyContext(context).operation, - region: (await client.normalizeProvider(config.region)()) || - (() => { - throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); - })(), + region: await client.normalizeProvider(config.region)() || (() => { + throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); + })(), }; }; const defaultSTSHttpAuthSchemeParametersProvider = createEndpointRuleSetHttpAuthSchemeParametersProvider(_defaultSTSHttpAuthSchemeParametersProvider); @@ -328,7 +265,7 @@ const commonParams = { UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, }; -var version = "3.997.11"; +var version = "3.997.17"; var packageInfo = { version: version}; @@ -488,130 +425,113 @@ const _s_registry = schema.TypeRegistry.for(_s); var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []]; _s_registry.registerError(STSServiceException$, STSServiceException); const n0_registry = schema.TypeRegistry.for(n0); -var ExpiredTokenException$ = [ - -3, - n0, - _ETE, +var ExpiredTokenException$ = [-3, n0, _ETE, { [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 }, [_m], - [0], + [0] ]; n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException); -var IDPCommunicationErrorException$ = [ - -3, - n0, - _IDPCEE, +var IDPCommunicationErrorException$ = [-3, n0, _IDPCEE, { [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 }, [_m], - [0], + [0] ]; n0_registry.registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException); -var IDPRejectedClaimException$ = [ - -3, - n0, - _IDPRCE, +var IDPRejectedClaimException$ = [-3, n0, _IDPRCE, { [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 }, [_m], - [0], + [0] ]; n0_registry.registerError(IDPRejectedClaimException$, IDPRejectedClaimException); -var InvalidIdentityTokenException$ = [ - -3, - n0, - _IITE, +var InvalidIdentityTokenException$ = [-3, n0, _IITE, { [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 }, [_m], - [0], + [0] ]; n0_registry.registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException); -var MalformedPolicyDocumentException$ = [ - -3, - n0, - _MPDE, +var MalformedPolicyDocumentException$ = [-3, n0, _MPDE, { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 }, [_m], - [0], + [0] ]; n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException); -var PackedPolicyTooLargeException$ = [ - -3, - n0, - _PPTLE, +var PackedPolicyTooLargeException$ = [-3, n0, _PPTLE, { [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 }, [_m], - [0], + [0] ]; n0_registry.registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException); -var RegionDisabledException$ = [ - -3, - n0, - _RDE, +var RegionDisabledException$ = [-3, n0, _RDE, { [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 }, [_m], - [0], + [0] ]; n0_registry.registerError(RegionDisabledException$, RegionDisabledException); -const errorTypeRegistries = [_s_registry, n0_registry]; +const errorTypeRegistries = [ + _s_registry, + n0_registry, +]; var accessKeySecretType = [0, n0, _aKST, 8, 0]; var clientTokenType = [0, n0, _cTT, 8, 0]; -var AssumedRoleUser$ = [3, n0, _ARU, 0, [_ARI, _A], [0, 0], 2]; -var AssumeRoleRequest$ = [ - 3, - n0, - _ARR, +var AssumedRoleUser$ = [3, n0, _ARU, + 0, + [_ARI, _A], + [0, 0], 2 +]; +var AssumeRoleRequest$ = [3, n0, _ARR, 0, [_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC], - [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType], - 2, + [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType], 2 ]; -var AssumeRoleResponse$ = [ - 3, - n0, - _ARRs, +var AssumeRoleResponse$ = [3, n0, _ARRs, 0, [_C, _ARU, _PPS, _SI], - [[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0], + [[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0] ]; -var AssumeRoleWithWebIdentityRequest$ = [ - 3, - n0, - _ARWWIR, +var AssumeRoleWithWebIdentityRequest$ = [3, n0, _ARWWIR, 0, [_RA, _RSN, _WIT, _PI, _PA, _P, _DS], - [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1], - 3, + [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1], 3 ]; -var AssumeRoleWithWebIdentityResponse$ = [ - 3, - n0, - _ARWWIRs, +var AssumeRoleWithWebIdentityResponse$ = [3, n0, _ARWWIRs, 0, [_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI], - [[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0], + [[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0] ]; -var Credentials$ = [ - 3, - n0, - _C, +var Credentials$ = [3, n0, _C, 0, [_AKI, _SAK, _ST, _E], - [0, [() => accessKeySecretType, 0], 0, 4], - 4, + [0, [() => accessKeySecretType, 0], 0, 4], 4 +]; +var PolicyDescriptorType$ = [3, n0, _PDT, + 0, + [_a], + [0] ]; -var PolicyDescriptorType$ = [3, n0, _PDT, 0, [_a], [0]]; -var ProvidedContext$ = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]]; -var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0], 2]; -var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType$]; -var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext$]; -var tagListType = [1, n0, _tLT, 0, () => Tag$]; -var AssumeRole$ = [9, n0, _AR, 0, () => AssumeRoleRequest$, () => AssumeRoleResponse$]; -var AssumeRoleWithWebIdentity$ = [ - 9, - n0, - _ARWWI, +var ProvidedContext$ = [3, n0, _PCr, 0, - () => AssumeRoleWithWebIdentityRequest$, - () => AssumeRoleWithWebIdentityResponse$, + [_PAr, _CA], + [0, 0] +]; +var Tag$ = [3, n0, _Ta, + 0, + [_K, _V], + [0, 0], 2 +]; +var policyDescriptorListType = [1, n0, _pDLT, + 0, () => PolicyDescriptorType$ +]; +var ProvidedContextsListType = [1, n0, _PCLT, + 0, () => ProvidedContext$ +]; +var tagListType = [1, n0, _tLT, + 0, () => Tag$ +]; +var AssumeRole$ = [9, n0, _AR, + 0, () => AssumeRoleRequest$, () => AssumeRoleResponse$ +]; +var AssumeRoleWithWebIdentity$ = [9, n0, _ARWWI, + 0, () => AssumeRoleWithWebIdentityRequest$, () => AssumeRoleWithWebIdentityResponse$ ]; const getRuntimeConfig$1 = (config) => { @@ -674,13 +594,11 @@ const getRuntimeConfig = (config$1) => { defaultsMode, authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength, - defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? - client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), httpAuthSchemes: config$1?.httpAuthSchemes ?? [ { schemeId: "aws.auth#sigv4", - identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") || - (async (idProps) => await config$1.credentialDefaultProvider(idProps?.__config || {})()), + identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") || (async (idProps) => await config$1.credentialDefaultProvider(idProps?.__config || {})()), signer: new httpAuthSchemes.AwsSdkSigV4Signer(), }, { @@ -695,8 +613,7 @@ const getRuntimeConfig = (config$1) => { }, ], maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1), - region: config$1?.region ?? - config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), + region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider), retryMode: config$1?.retryMode ?? config.loadConfig({ diff --git a/dist/443.index.js b/dist/443.index.js index 8ed3bd56..95ec2079 100644 --- a/dist/443.index.js +++ b/dist/443.index.js @@ -25,10 +25,9 @@ var protocols$1 = __webpack_require__(7288); const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => { return { operation: client.getSmithyContext(context).operation, - region: (await client.normalizeProvider(config.region)()) || - (() => { - throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); - })(), + region: await client.normalizeProvider(config.region)() || (() => { + throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); + })(), }; }; function createAwsAuthSigv4HttpAuthOption(authParameters) { @@ -85,7 +84,7 @@ const commonParams = { UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, }; -var version = "3.997.11"; +var version = "3.997.17"; var packageInfo = { version: version}; @@ -100,7 +99,7 @@ const _data = { [e, [{ [k]: "UseDualStack" }, b]], [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]], [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]], - ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]], + ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]] ], results: [ [a], @@ -115,54 +114,26 @@ const _data = { ["https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", i], [a, "DualStack is enabled but this partition does not support DualStack"], ["https://oidc.{Region}.{PartitionResult#dnsSuffix}", i], - [a, "Invalid Configuration: Missing Region"], - ], + [a, "Invalid Configuration: Missing Region"] + ] }; const root = 2; const r = 100_000_000; const nodes = new Int32Array([ - -1, - 1, - -1, - 0, - 13, - 3, - 1, - 4, - r + 12, - 2, - 5, - r + 12, - 3, - 8, - 6, - 4, - 7, - r + 11, - 5, - r + 9, - r + 10, - 4, - 11, - 9, - 6, - 10, - r + 8, - 7, - r + 6, - r + 7, - 5, - 12, - r + 5, - 6, - r + 4, - r + 5, - 3, - r + 1, - 14, - 4, - r + 2, - r + 3, + -1, 1, -1, + 0, 13, 3, + 1, 4, r + 12, + 2, 5, r + 12, + 3, 8, 6, + 4, 7, r + 11, + 5, r + 9, r + 10, + 4, 11, 9, + 6, 10, r + 8, + 7, r + 6, r + 7, + 5, 12, r + 5, + 6, r + 4, r + 5, + 3, r + 1, 14, + 4, r + 2, r + 3, ]); const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); @@ -411,93 +382,93 @@ const _s_registry = schema.TypeRegistry.for(_s); var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []]; _s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException); const n0_registry = schema.TypeRegistry.for(n0); -var AccessDeniedException$ = [ - -3, - n0, - _ADE, +var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 400 }, [_e, _r, _ed], - [0, 0, 0], + [0, 0, 0] ]; n0_registry.registerError(AccessDeniedException$, AccessDeniedException); -var AuthorizationPendingException$ = [ - -3, - n0, - _APE, +var AuthorizationPendingException$ = [-3, n0, _APE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], - [0, 0], + [0, 0] ]; n0_registry.registerError(AuthorizationPendingException$, AuthorizationPendingException); -var ExpiredTokenException$ = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]]; +var ExpiredTokenException$ = [-3, n0, _ETE, + { [_e]: _c, [_hE]: 400 }, + [_e, _ed], + [0, 0] +]; n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException); -var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]]; +var InternalServerException$ = [-3, n0, _ISE, + { [_e]: _se, [_hE]: 500 }, + [_e, _ed], + [0, 0] +]; n0_registry.registerError(InternalServerException$, InternalServerException); -var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]]; +var InvalidClientException$ = [-3, n0, _ICE, + { [_e]: _c, [_hE]: 401 }, + [_e, _ed], + [0, 0] +]; n0_registry.registerError(InvalidClientException$, InvalidClientException); -var InvalidGrantException$ = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]]; +var InvalidGrantException$ = [-3, n0, _IGE, + { [_e]: _c, [_hE]: 400 }, + [_e, _ed], + [0, 0] +]; n0_registry.registerError(InvalidGrantException$, InvalidGrantException); -var InvalidRequestException$ = [ - -3, - n0, - _IRE, +var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_e, _r, _ed], - [0, 0, 0], + [0, 0, 0] ]; n0_registry.registerError(InvalidRequestException$, InvalidRequestException); -var InvalidScopeException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]]; +var InvalidScopeException$ = [-3, n0, _ISEn, + { [_e]: _c, [_hE]: 400 }, + [_e, _ed], + [0, 0] +]; n0_registry.registerError(InvalidScopeException$, InvalidScopeException); -var SlowDownException$ = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]]; +var SlowDownException$ = [-3, n0, _SDE, + { [_e]: _c, [_hE]: 400 }, + [_e, _ed], + [0, 0] +]; n0_registry.registerError(SlowDownException$, SlowDownException); -var UnauthorizedClientException$ = [ - -3, - n0, - _UCE, +var UnauthorizedClientException$ = [-3, n0, _UCE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], - [0, 0], + [0, 0] ]; n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException); -var UnsupportedGrantTypeException$ = [ - -3, - n0, - _UGTE, +var UnsupportedGrantTypeException$ = [-3, n0, _UGTE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], - [0, 0], + [0, 0] ]; n0_registry.registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException); -const errorTypeRegistries = [_s_registry, n0_registry]; +const errorTypeRegistries = [ + _s_registry, + n0_registry, +]; var AccessToken = [0, n0, _AT, 8, 0]; var ClientSecret = [0, n0, _CS, 8, 0]; var CodeVerifier = [0, n0, _CV, 8, 0]; var IdToken = [0, n0, _IT, 8, 0]; var RefreshToken = [0, n0, _RT, 8, 0]; -var CreateTokenRequest$ = [ - 3, - n0, - _CTR, +var CreateTokenRequest$ = [3, n0, _CTR, 0, [_cI, _cS, _gT, _dC, _co, _rT, _sc, _rU, _cV], - [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]], - 3, + [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]], 3 ]; -var CreateTokenResponse$ = [ - 3, - n0, - _CTRr, +var CreateTokenResponse$ = [3, n0, _CTRr, 0, [_aT, _tT, _eI, _rT, _iT], - [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]], + [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]] ]; -var CreateToken$ = [ - 9, - n0, - _CT, - { [_h]: ["POST", "/token", 200] }, - () => CreateTokenRequest$, - () => CreateTokenResponse$, +var CreateToken$ = [9, n0, _CT, + { [_h]: ["POST", "/token", 200] }, () => CreateTokenRequest$, () => CreateTokenResponse$ ]; const getRuntimeConfig$1 = (config) => { @@ -553,11 +524,9 @@ const getRuntimeConfig = (config$1) => { defaultsMode, authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength, - defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? - client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1), - region: config$1?.region ?? - config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), + region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider), retryMode: config$1?.retryMode ?? config.loadConfig({ diff --git a/dist/566.index.js b/dist/566.index.js index 7b993f7a..49855f7e 100644 --- a/dist/566.index.js +++ b/dist/566.index.js @@ -9,7 +9,6 @@ exports.modules = { var __webpack_unused_export__; -var node_url = __webpack_require__(3136); var config = __webpack_require__(7291); var node_http = __webpack_require__(7067); var protocols = __webpack_require__(3422); @@ -104,14 +103,8 @@ const requestFromEcsImds = async (timeout, options) => { return buffer.toString(); }; const CMDS_IP = "169.254.170.2"; -const GREENGRASS_HOSTS = { - localhost: true, - "127.0.0.1": true, -}; -const GREENGRASS_PROTOCOLS = { - "http:": true, - "https:": true, -}; +const GREENGRASS_HOSTS = new Set(["localhost", "127.0.0.1"]); +const GREENGRASS_PROTOCOLS = new Set(["http:", "https:"]); const getCmdsUri = async ({ logger }) => { if (process.env[ENV_CMDS_RELATIVE_URI]) { return { @@ -120,21 +113,29 @@ const getCmdsUri = async ({ logger }) => { }; } if (process.env[ENV_CMDS_FULL_URI]) { - const parsed = node_url.parse(process.env[ENV_CMDS_FULL_URI]); - if (!parsed.hostname || !(parsed.hostname in GREENGRASS_HOSTS)) { + let parsed; + try { + parsed = new URL(process.env[ENV_CMDS_FULL_URI]); + } + catch { + throw new config.CredentialsProviderError(`${process.env[ENV_CMDS_FULL_URI]} is not a valid container metadata service URL`, { tryNextLink: false, logger }); + } + if (!parsed.hostname || !GREENGRASS_HOSTS.has(parsed.hostname)) { throw new config.CredentialsProviderError(`${parsed.hostname} is not a valid container metadata service hostname`, { tryNextLink: false, logger, }); } - if (!parsed.protocol || !(parsed.protocol in GREENGRASS_PROTOCOLS)) { + if (!parsed.protocol || !GREENGRASS_PROTOCOLS.has(parsed.protocol)) { throw new config.CredentialsProviderError(`${parsed.protocol} is not a valid container metadata service protocol`, { tryNextLink: false, logger, }); } return { - ...parsed, + protocol: parsed.protocol, + hostname: parsed.hostname, + path: parsed.pathname + parsed.search, port: parsed.port ? parseInt(parsed.port, 10) : undefined, }; } diff --git a/dist/579.index.js b/dist/579.index.js index 00c320e7..e4e675ad 100644 --- a/dist/579.index.js +++ b/dist/579.index.js @@ -164,7 +164,7 @@ Object.defineProperty(exports, "AwsCrc32", ({ enumerable: true, get: function () // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", ({ value: true })); exports.convertToBuffer = void 0; -var util_utf8_1 = __webpack_require__(7515); +var util_utf8_1 = __webpack_require__(1577); // Quick polyfill var fromUtf8 = typeof Buffer !== "undefined" && Buffer.from ? function (input) { return Buffer.from(input, "utf8"); } @@ -274,74 +274,6 @@ function uint32ArrayFrom(a_lookUpTable) { exports.uint32ArrayFrom = uint32ArrayFrom; //# sourceMappingURL=uint32ArrayFrom.js.map -/***/ }), - -/***/ 7515: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { - -var __defProp = Object.defineProperty; -var __getOwnPropDesc = Object.getOwnPropertyDescriptor; -var __getOwnPropNames = Object.getOwnPropertyNames; -var __hasOwnProp = Object.prototype.hasOwnProperty; -var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); -var __export = (target, all) => { - for (var name in all) - __defProp(target, name, { get: all[name], enumerable: true }); -}; -var __copyProps = (to, from, except, desc) => { - if (from && typeof from === "object" || typeof from === "function") { - for (let key of __getOwnPropNames(from)) - if (!__hasOwnProp.call(to, key) && key !== except) - __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); - } - return to; -}; -var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); - -// src/index.ts -var src_exports = {}; -__export(src_exports, { - fromUtf8: () => fromUtf8, - toUint8Array: () => toUint8Array, - toUtf8: () => toUtf8 -}); -module.exports = __toCommonJS(src_exports); - -// src/fromUtf8.ts -var import_util_buffer_from = __webpack_require__(4151); -var fromUtf8 = /* @__PURE__ */ __name((input) => { - const buf = (0, import_util_buffer_from.fromString)(input, "utf8"); - return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT); -}, "fromUtf8"); - -// src/toUint8Array.ts -var toUint8Array = /* @__PURE__ */ __name((data) => { - if (typeof data === "string") { - return fromUtf8(data); - } - if (ArrayBuffer.isView(data)) { - return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT); - } - return new Uint8Array(data); -}, "toUint8Array"); - -// src/toUtf8.ts - -var toUtf8 = /* @__PURE__ */ __name((input) => { - if (typeof input === "string") { - return input; - } - if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") { - throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array."); - } - return (0, import_util_buffer_from.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("utf8"); -}, "toUtf8"); -// Annotate the CommonJS export names for ESM import in node: - -0 && (0); - - - /***/ }), /***/ 6579: @@ -1330,6 +1262,74 @@ var fromString = /* @__PURE__ */ __name((input, encoding) => { +/***/ }), + +/***/ 1577: +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// src/index.ts +var src_exports = {}; +__export(src_exports, { + fromUtf8: () => fromUtf8, + toUint8Array: () => toUint8Array, + toUtf8: () => toUtf8 +}); +module.exports = __toCommonJS(src_exports); + +// src/fromUtf8.ts +var import_util_buffer_from = __webpack_require__(4151); +var fromUtf8 = /* @__PURE__ */ __name((input) => { + const buf = (0, import_util_buffer_from.fromString)(input, "utf8"); + return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT); +}, "fromUtf8"); + +// src/toUint8Array.ts +var toUint8Array = /* @__PURE__ */ __name((data) => { + if (typeof data === "string") { + return fromUtf8(data); + } + if (ArrayBuffer.isView(data)) { + return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT); + } + return new Uint8Array(data); +}, "toUint8Array"); + +// src/toUtf8.ts + +var toUtf8 = /* @__PURE__ */ __name((input) => { + if (typeof input === "string") { + return input; + } + if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") { + throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array."); + } + return (0, import_util_buffer_from.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("utf8"); +}, "toUtf8"); +// Annotate the CommonJS export names for ESM import in node: + +0 && (0); + + + /***/ }) }; diff --git a/dist/762.index.js b/dist/762.index.js index b2aaa281..0b977ce9 100644 --- a/dist/762.index.js +++ b/dist/762.index.js @@ -25,10 +25,9 @@ var protocols$1 = __webpack_require__(7288); const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => { return { operation: client.getSmithyContext(context).operation, - region: (await client.normalizeProvider(config.region)()) || - (() => { - throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); - })(), + region: await client.normalizeProvider(config.region)() || (() => { + throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); + })(), }; }; function createAwsAuthSigv4HttpAuthOption(authParameters) { @@ -85,12 +84,12 @@ const commonParams = { UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, }; -var version = "3.997.11"; +var version = "3.997.17"; var packageInfo = { version: version}; const m = "ref"; -const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { fn: f, argv: [i, "name"] }, k = {}, l = [{ [m]: "Region" }]; +const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }]; const _data = { conditions: [ [c, [h]], @@ -102,7 +101,7 @@ const _data = { [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]], [g, [j, "aws"]], [g, [j, "aws-cn"]], - [g, [j, "aws-us-gov"]], + [g, [j, "aws-us-gov"]] ], results: [ [a], @@ -119,60 +118,28 @@ const _data = { ["https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}", k], [a, "DualStack is enabled but this partition does not support DualStack"], ["https://signin.{Region}.{PartitionResult#dnsSuffix}", k], - [a, "Invalid Configuration: Missing Region"], - ], + [a, "Invalid Configuration: Missing Region"] + ] }; const root = 2; const r = 100_000_000; const nodes = new Int32Array([ - -1, - 1, - -1, - 0, - 15, - 3, - 1, - 4, - r + 14, - 2, - 5, - r + 14, - 3, - 11, - 6, - 4, - 10, - 7, - 7, - r + 4, - 8, - 8, - r + 5, - 9, - 9, - r + 6, - r + 13, - 5, - r + 11, - r + 12, - 4, - 13, - 12, - 6, - r + 9, - r + 10, - 5, - 14, - r + 8, - 6, - r + 7, - r + 8, - 3, - r + 1, - 16, - 4, - r + 2, - r + 3, + -1, 1, -1, + 0, 15, 3, + 1, 4, r + 14, + 2, 5, r + 14, + 3, 11, 6, + 4, 10, 7, + 7, r + 4, 8, + 8, r + 5, 9, + 9, r + 6, r + 13, + 5, r + 11, r + 12, + 4, 13, 12, + 6, r + 9, r + 10, + 5, 14, r + 8, + 6, r + 7, r + 8, + 3, r + 1, 16, + 4, r + 2, r + 3, ]); const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); @@ -291,85 +258,62 @@ const _s_registry = schema.TypeRegistry.for(_s); var SigninServiceException$ = [-3, _s, "SigninServiceException", 0, [], []]; _s_registry.registerError(SigninServiceException$, SigninServiceException); const n0_registry = schema.TypeRegistry.for(n0); -var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_e, _m], [0, 0], 2]; +var AccessDeniedException$ = [-3, n0, _ADE, + { [_e]: _c }, + [_e, _m], + [0, 0], 2 +]; n0_registry.registerError(AccessDeniedException$, AccessDeniedException); -var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _m], [0, 0], 2]; +var InternalServerException$ = [-3, n0, _ISE, + { [_e]: _se, [_hE]: 500 }, + [_e, _m], + [0, 0], 2 +]; n0_registry.registerError(InternalServerException$, InternalServerException); -var TooManyRequestsError$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_e, _m], [0, 0], 2]; +var TooManyRequestsError$ = [-3, n0, _TMRE, + { [_e]: _c, [_hE]: 429 }, + [_e, _m], + [0, 0], 2 +]; n0_registry.registerError(TooManyRequestsError$, TooManyRequestsError); -var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_e, _m], [0, 0], 2]; +var ValidationException$ = [-3, n0, _VE, + { [_e]: _c, [_hE]: 400 }, + [_e, _m], + [0, 0], 2 +]; n0_registry.registerError(ValidationException$, ValidationException); -const errorTypeRegistries = [_s_registry, n0_registry]; +const errorTypeRegistries = [ + _s_registry, + n0_registry, +]; var RefreshToken = [0, n0, _RT, 8, 0]; -var AccessToken$ = [ - 3, - n0, - _AT, +var AccessToken$ = [3, n0, _AT, 8, [_aKI, _sAK, _sT], - [ - [0, { [_jN]: _aKI }], - [0, { [_jN]: _sAK }], - [0, { [_jN]: _sT }], - ], - 3, + [[0, { [_jN]: _aKI }], [0, { [_jN]: _sAK }], [0, { [_jN]: _sT }]], 3 ]; -var CreateOAuth2TokenRequest$ = [ - 3, - n0, - _COATR, +var CreateOAuth2TokenRequest$ = [3, n0, _COATR, 0, [_tI], - [[() => CreateOAuth2TokenRequestBody$, 16]], - 1, + [[() => CreateOAuth2TokenRequestBody$, 16]], 1 ]; -var CreateOAuth2TokenRequestBody$ = [ - 3, - n0, - _COATRB, +var CreateOAuth2TokenRequestBody$ = [3, n0, _COATRB, 0, [_cI, _gT, _co, _rU, _cV, _rT], - [ - [0, { [_jN]: _cI }], - [0, { [_jN]: _gT }], - 0, - [0, { [_jN]: _rU }], - [0, { [_jN]: _cV }], - [() => RefreshToken, { [_jN]: _rT }], - ], - 2, + [[0, { [_jN]: _cI }], [0, { [_jN]: _gT }], 0, [0, { [_jN]: _rU }], [0, { [_jN]: _cV }], [() => RefreshToken, { [_jN]: _rT }]], 2 ]; -var CreateOAuth2TokenResponse$ = [ - 3, - n0, - _COATRr, +var CreateOAuth2TokenResponse$ = [3, n0, _COATRr, 0, [_tO], - [[() => CreateOAuth2TokenResponseBody$, 16]], - 1, + [[() => CreateOAuth2TokenResponseBody$, 16]], 1 ]; -var CreateOAuth2TokenResponseBody$ = [ - 3, - n0, - _COATRBr, +var CreateOAuth2TokenResponseBody$ = [3, n0, _COATRBr, 0, [_aT, _tT, _eI, _rT, _iT], - [ - [() => AccessToken$, { [_jN]: _aT }], - [0, { [_jN]: _tT }], - [1, { [_jN]: _eI }], - [() => RefreshToken, { [_jN]: _rT }], - [0, { [_jN]: _iT }], - ], - 4, + [[() => AccessToken$, { [_jN]: _aT }], [0, { [_jN]: _tT }], [1, { [_jN]: _eI }], [() => RefreshToken, { [_jN]: _rT }], [0, { [_jN]: _iT }]], 4 ]; -var CreateOAuth2Token$ = [ - 9, - n0, - _COAT, - { [_h]: ["POST", "/v1/token", 200] }, - () => CreateOAuth2TokenRequest$, - () => CreateOAuth2TokenResponse$, +var CreateOAuth2Token$ = [9, n0, _COAT, + { [_h]: ["POST", "/v1/token", 200] }, () => CreateOAuth2TokenRequest$, () => CreateOAuth2TokenResponse$ ]; const getRuntimeConfig$1 = (config) => { @@ -425,11 +369,9 @@ const getRuntimeConfig = (config$1) => { defaultsMode, authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength, - defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? - client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1), - region: config$1?.region ?? - config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), + region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider), retryMode: config$1?.retryMode ?? config.loadConfig({ diff --git a/dist/998.index.js b/dist/998.index.js index 6c975107..bf4b4f74 100644 --- a/dist/998.index.js +++ b/dist/998.index.js @@ -238,10 +238,9 @@ var protocols$1 = __webpack_require__(7288); const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => { return { operation: client.getSmithyContext(context).operation, - region: (await client.normalizeProvider(config.region)()) || - (() => { - throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); - })(), + region: await client.normalizeProvider(config.region)() || (() => { + throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); + })(), }; }; function createAwsAuthSigv4HttpAuthOption(authParameters) { @@ -298,7 +297,7 @@ const commonParams = { UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, }; -var version = "3.997.11"; +var version = "3.997.17"; var packageInfo = { version: version}; @@ -313,7 +312,7 @@ const _data = { [e, [{ [k]: "UseDualStack" }, b]], [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]], [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]], - ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]], + ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]] ], results: [ [a], @@ -328,54 +327,26 @@ const _data = { ["https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", i], [a, "DualStack is enabled but this partition does not support DualStack"], ["https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", i], - [a, "Invalid Configuration: Missing Region"], - ], + [a, "Invalid Configuration: Missing Region"] + ] }; const root = 2; const r = 100_000_000; const nodes = new Int32Array([ - -1, - 1, - -1, - 0, - 13, - 3, - 1, - 4, - r + 12, - 2, - 5, - r + 12, - 3, - 8, - 6, - 4, - 7, - r + 11, - 5, - r + 9, - r + 10, - 4, - 11, - 9, - 6, - 10, - r + 8, - 7, - r + 6, - r + 7, - 5, - 12, - r + 5, - 6, - r + 4, - r + 5, - 3, - r + 1, - 14, - 4, - r + 2, - r + 3, + -1, 1, -1, + 0, 13, 3, + 1, 4, r + 12, + 2, 5, r + 12, + 3, 8, 6, + 4, 7, r + 11, + 5, r + 9, r + 10, + 4, 11, 9, + 6, 10, r + 8, + 7, r + 6, r + 7, + 5, 12, r + 5, + 6, r + 4, r + 5, + 3, r + 1, 14, + 4, r + 2, r + 3, ]); const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); @@ -482,54 +453,54 @@ const _s_registry = schema.TypeRegistry.for(_s); var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []]; _s_registry.registerError(SSOServiceException$, SSOServiceException); const n0_registry = schema.TypeRegistry.for(n0); -var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]]; +var InvalidRequestException$ = [-3, n0, _IRE, + { [_e]: _c, [_hE]: 400 }, + [_m], + [0] +]; n0_registry.registerError(InvalidRequestException$, InvalidRequestException); -var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]]; +var ResourceNotFoundException$ = [-3, n0, _RNFE, + { [_e]: _c, [_hE]: 404 }, + [_m], + [0] +]; n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException); -var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]]; +var TooManyRequestsException$ = [-3, n0, _TMRE, + { [_e]: _c, [_hE]: 429 }, + [_m], + [0] +]; n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException); -var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]]; +var UnauthorizedException$ = [-3, n0, _UE, + { [_e]: _c, [_hE]: 401 }, + [_m], + [0] +]; n0_registry.registerError(UnauthorizedException$, UnauthorizedException); -const errorTypeRegistries = [_s_registry, n0_registry]; +const errorTypeRegistries = [ + _s_registry, + n0_registry, +]; var AccessTokenType = [0, n0, _ATT, 8, 0]; var SecretAccessKeyType = [0, n0, _SAKT, 8, 0]; var SessionTokenType = [0, n0, _STT, 8, 0]; -var GetRoleCredentialsRequest$ = [ - 3, - n0, - _GRCR, +var GetRoleCredentialsRequest$ = [3, n0, _GRCR, 0, [_rN, _aI, _aT], - [ - [0, { [_hQ]: _rn }], - [0, { [_hQ]: _ai }], - [() => AccessTokenType, { [_hH]: _xasbt }], - ], - 3, + [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3 ]; -var GetRoleCredentialsResponse$ = [ - 3, - n0, - _GRCRe, +var GetRoleCredentialsResponse$ = [3, n0, _GRCRe, 0, [_rC], - [[() => RoleCredentials$, 0]], + [[() => RoleCredentials$, 0]] ]; -var RoleCredentials$ = [ - 3, - n0, - _RC, +var RoleCredentials$ = [3, n0, _RC, 0, [_aKI, _sAK, _sT, _ex], - [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1], + [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1] ]; -var GetRoleCredentials$ = [ - 9, - n0, - _GRC, - { [_h]: ["GET", "/federation/credentials", 200] }, - () => GetRoleCredentialsRequest$, - () => GetRoleCredentialsResponse$, +var GetRoleCredentials$ = [9, n0, _GRC, + { [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$ ]; const getRuntimeConfig$1 = (config) => { @@ -585,11 +556,9 @@ const getRuntimeConfig = (config$1) => { defaultsMode, authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength, - defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? - client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1), - region: config$1?.region ?? - config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), + region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider), retryMode: config$1?.retryMode ?? config.loadConfig({ diff --git a/dist/index.js b/dist/index.js index 9afc227f..51a0b2d9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -22,36 +22,68 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.issue = exports.issueCommand = void 0; +exports.issueCommand = issueCommand; +exports.issue = issue; const os = __importStar(__nccwpck_require__(857)); const utils_1 = __nccwpck_require__(302); /** - * Commands + * Issues a command to the GitHub Actions runner + * + * @param command - The command name to issue + * @param properties - Additional properties for the command (key-value pairs) + * @param message - The message to include with the command + * @remarks + * This function outputs a specially formatted string to stdout that the Actions + * runner interprets as a command. These commands can control workflow behavior, + * set outputs, create annotations, mask values, and more. * * Command Format: * ::name key=value,key=value::message * - * Examples: - * ::warning::This is the message - * ::set-env name=MY_VAR::some value + * @example + * ```typescript + * // Issue a warning annotation + * issueCommand('warning', {}, 'This is a warning message'); + * // Output: ::warning::This is a warning message + * + * // Set an environment variable + * issueCommand('set-env', { name: 'MY_VAR' }, 'some value'); + * // Output: ::set-env name=MY_VAR::some value + * + * // Add a secret mask + * issueCommand('add-mask', {}, 'secretValue123'); + * // Output: ::add-mask::secretValue123 + * ``` + * + * @internal + * This is an internal utility function that powers the public API functions + * such as setSecret, warning, error, and exportVariable. */ function issueCommand(command, properties, message) { const cmd = new Command(command, properties, message); process.stdout.write(cmd.toString() + os.EOL); } -exports.issueCommand = issueCommand; function issue(name, message = '') { issueCommand(name, {}, message); } -exports.issue = issue; const CMD_STRING = '::'; class Command { constructor(command, properties, message) { @@ -125,13 +157,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -142,7 +184,28 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; +exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.ExitCode = void 0; +exports.exportVariable = exportVariable; +exports.setSecret = setSecret; +exports.addPath = addPath; +exports.getInput = getInput; +exports.getMultilineInput = getMultilineInput; +exports.getBooleanInput = getBooleanInput; +exports.setOutput = setOutput; +exports.setCommandEcho = setCommandEcho; +exports.setFailed = setFailed; +exports.isDebug = isDebug; +exports.debug = debug; +exports.error = error; +exports.warning = warning; +exports.notice = notice; +exports.info = info; +exports.startGroup = startGroup; +exports.endGroup = endGroup; +exports.group = group; +exports.saveState = saveState; +exports.getState = getState; +exports.getIDToken = getIDToken; const command_1 = __nccwpck_require__(4914); const file_command_1 = __nccwpck_require__(4753); const utils_1 = __nccwpck_require__(302); @@ -181,15 +244,38 @@ function exportVariable(name, val) { } (0, command_1.issueCommand)('set-env', { name }, convertedVal); } -exports.exportVariable = exportVariable; /** * Registers a secret which will get masked from logs - * @param secret value of the secret + * + * @param secret - Value of the secret to be masked + * @remarks + * This function instructs the Actions runner to mask the specified value in any + * logs produced during the workflow run. Once registered, the secret value will + * be replaced with asterisks (***) whenever it appears in console output, logs, + * or error messages. + * + * This is useful for protecting sensitive information such as: + * - API keys + * - Access tokens + * - Authentication credentials + * - URL parameters containing signatures (SAS tokens) + * + * Note that masking only affects future logs; any previous appearances of the + * secret in logs before calling this function will remain unmasked. + * + * @example + * ```typescript + * // Register an API token as a secret + * const apiToken = "abc123xyz456"; + * setSecret(apiToken); + * + * // Now any logs containing this value will show *** instead + * console.log(`Using token: ${apiToken}`); // Outputs: "Using token: ***" + * ``` */ function setSecret(secret) { (0, command_1.issueCommand)('add-mask', {}, secret); } -exports.setSecret = setSecret; /** * Prepends inputPath to the PATH (for this action and future actions) * @param inputPath @@ -204,7 +290,6 @@ function addPath(inputPath) { } process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`; } -exports.addPath = addPath; /** * Gets the value of an input. * Unless trimWhitespace is set to false in InputOptions, the value is also trimmed. @@ -224,7 +309,6 @@ function getInput(name, options) { } return val.trim(); } -exports.getInput = getInput; /** * Gets the values of an multiline input. Each value is also trimmed. * @@ -242,7 +326,6 @@ function getMultilineInput(name, options) { } return inputs.map(input => input.trim()); } -exports.getMultilineInput = getMultilineInput; /** * Gets the input value of the boolean type in the YAML 1.2 "core schema" specification. * Support boolean input list: `true | True | TRUE | false | False | FALSE` . @@ -264,7 +347,6 @@ function getBooleanInput(name, options) { throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${name}\n` + `Support boolean input list: \`true | True | TRUE | false | False | FALSE\``); } -exports.getBooleanInput = getBooleanInput; /** * Sets the value of an output. * @@ -280,7 +362,6 @@ function setOutput(name, value) { process.stdout.write(os.EOL); (0, command_1.issueCommand)('set-output', { name }, (0, utils_1.toCommandValue)(value)); } -exports.setOutput = setOutput; /** * Enables or disables the echoing of commands into stdout for the rest of the step. * Echoing is disabled by default if ACTIONS_STEP_DEBUG is not set. @@ -289,7 +370,6 @@ exports.setOutput = setOutput; function setCommandEcho(enabled) { (0, command_1.issue)('echo', enabled ? 'on' : 'off'); } -exports.setCommandEcho = setCommandEcho; //----------------------------------------------------------------------- // Results //----------------------------------------------------------------------- @@ -302,7 +382,6 @@ function setFailed(message) { process.exitCode = ExitCode.Failure; error(message); } -exports.setFailed = setFailed; //----------------------------------------------------------------------- // Logging Commands //----------------------------------------------------------------------- @@ -312,7 +391,6 @@ exports.setFailed = setFailed; function isDebug() { return process.env['RUNNER_DEBUG'] === '1'; } -exports.isDebug = isDebug; /** * Writes debug message to user log * @param message debug message @@ -320,7 +398,6 @@ exports.isDebug = isDebug; function debug(message) { (0, command_1.issueCommand)('debug', {}, message); } -exports.debug = debug; /** * Adds an error issue * @param message error issue message. Errors will be converted to string via toString() @@ -329,7 +406,6 @@ exports.debug = debug; function error(message, properties = {}) { (0, command_1.issueCommand)('error', (0, utils_1.toCommandProperties)(properties), message instanceof Error ? message.toString() : message); } -exports.error = error; /** * Adds a warning issue * @param message warning issue message. Errors will be converted to string via toString() @@ -338,7 +414,6 @@ exports.error = error; function warning(message, properties = {}) { (0, command_1.issueCommand)('warning', (0, utils_1.toCommandProperties)(properties), message instanceof Error ? message.toString() : message); } -exports.warning = warning; /** * Adds a notice issue * @param message notice issue message. Errors will be converted to string via toString() @@ -347,7 +422,6 @@ exports.warning = warning; function notice(message, properties = {}) { (0, command_1.issueCommand)('notice', (0, utils_1.toCommandProperties)(properties), message instanceof Error ? message.toString() : message); } -exports.notice = notice; /** * Writes info to log with console.log. * @param message info message @@ -355,7 +429,6 @@ exports.notice = notice; function info(message) { process.stdout.write(message + os.EOL); } -exports.info = info; /** * Begin an output group. * @@ -366,14 +439,12 @@ exports.info = info; function startGroup(name) { (0, command_1.issue)('group', name); } -exports.startGroup = startGroup; /** * End an output group. */ function endGroup() { (0, command_1.issue)('endgroup'); } -exports.endGroup = endGroup; /** * Wrap an asynchronous function call in a group. * @@ -395,7 +466,6 @@ function group(name, fn) { return result; }); } -exports.group = group; //----------------------------------------------------------------------- // Wrapper action state //----------------------------------------------------------------------- @@ -413,7 +483,6 @@ function saveState(name, value) { } (0, command_1.issueCommand)('save-state', { name }, (0, utils_1.toCommandValue)(value)); } -exports.saveState = saveState; /** * Gets the value of an state set by this action's main execution. * @@ -423,13 +492,11 @@ exports.saveState = saveState; function getState(name) { return process.env[`STATE_${name}`] || ''; } -exports.getState = getState; function getIDToken(aud) { return __awaiter(this, void 0, void 0, function* () { return yield oidc_utils_1.OidcClient.getIDToken(aud); }); } -exports.getIDToken = getIDToken; /** * Summary exports */ @@ -477,15 +544,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; +exports.issueFileCommand = issueFileCommand; +exports.prepareKeyValueMessage = prepareKeyValueMessage; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ const crypto = __importStar(__nccwpck_require__(6982)); @@ -504,7 +582,6 @@ function issueFileCommand(command, message) { encoding: 'utf8' }); } -exports.issueFileCommand = issueFileCommand; function prepareKeyValueMessage(key, value) { const delimiter = `ghadelimiter_${crypto.randomUUID()}`; const convertedValue = (0, utils_1.toCommandValue)(value); @@ -519,7 +596,6 @@ function prepareKeyValueMessage(key, value) { } return `${key}<<${delimiter}${os.EOL}${convertedValue}${os.EOL}${delimiter}`; } -exports.prepareKeyValueMessage = prepareKeyValueMessage; //# sourceMappingURL=file-command.js.map /***/ }), @@ -566,8 +642,8 @@ class OidcClient { return runtimeUrl; } static getCall(id_token_url) { - var _a; return __awaiter(this, void 0, void 0, function* () { + var _a; const httpclient = OidcClient.createHttpClient(); const res = yield httpclient .getJson(id_token_url) @@ -629,15 +705,27 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0; +exports.toPosixPath = toPosixPath; +exports.toWin32Path = toWin32Path; +exports.toPlatformPath = toPlatformPath; const path = __importStar(__nccwpck_require__(6928)); /** * toPosixPath converts the given path to the posix form. On Windows, \\ will be @@ -649,7 +737,6 @@ const path = __importStar(__nccwpck_require__(6928)); function toPosixPath(pth) { return pth.replace(/[\\]/g, '/'); } -exports.toPosixPath = toPosixPath; /** * toWin32Path converts the given path to the win32 form. On Linux, / will be * replaced with \\. @@ -660,7 +747,6 @@ exports.toPosixPath = toPosixPath; function toWin32Path(pth) { return pth.replace(/[/]/g, '\\'); } -exports.toWin32Path = toWin32Path; /** * toPlatformPath converts the given path to a platform-specific path. It does * this by replacing instances of / and \ with the platform-specific path @@ -672,7 +758,6 @@ exports.toWin32Path = toWin32Path; function toPlatformPath(pth) { return pth.replace(/[/\\]/g, path.sep); } -exports.toPlatformPath = toPlatformPath; //# sourceMappingURL=path-utils.js.map /***/ }), @@ -698,13 +783,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -718,7 +813,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getDetails = exports.isLinux = exports.isMacOS = exports.isWindows = exports.arch = exports.platform = void 0; +exports.isLinux = exports.isMacOS = exports.isWindows = exports.arch = exports.platform = void 0; +exports.getDetails = getDetails; const os_1 = __importDefault(__nccwpck_require__(857)); const exec = __importStar(__nccwpck_require__(5236)); const getWindowsInfo = () => __awaiter(void 0, void 0, void 0, function* () { @@ -773,7 +869,6 @@ function getDetails() { isLinux: exports.isLinux }); }); } -exports.getDetails = getDetails; //# sourceMappingURL=platform.js.map /***/ }), @@ -1076,7 +1171,8 @@ exports.summary = _summary; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.toCommandProperties = exports.toCommandValue = void 0; +exports.toCommandValue = toCommandValue; +exports.toCommandProperties = toCommandProperties; /** * Sanitizes an input into a string so it can be passed into issueCommand safely * @param input input to sanitize into a string @@ -1090,7 +1186,6 @@ function toCommandValue(input) { } return JSON.stringify(input); } -exports.toCommandValue = toCommandValue; /** * * @param annotationProperties @@ -1110,7 +1205,6 @@ function toCommandProperties(annotationProperties) { endColumn: annotationProperties.endColumn }; } -exports.toCommandProperties = toCommandProperties; //# sourceMappingURL=utils.js.map /***/ }), @@ -1122,7 +1216,11 @@ exports.toCommandProperties = toCommandProperties; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -1132,13 +1230,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -1149,7 +1257,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getExecOutput = exports.exec = void 0; +exports.exec = exec; +exports.getExecOutput = getExecOutput; const string_decoder_1 = __nccwpck_require__(3193); const tr = __importStar(__nccwpck_require__(6665)); /** @@ -1175,7 +1284,6 @@ function exec(commandLine, args, options) { return runner.exec(); }); } -exports.exec = exec; /** * Exec a command and get the output. * Output will be streamed to the live console. @@ -1187,8 +1295,8 @@ exports.exec = exec; * @returns Promise exit code, stdout, and stderr */ function getExecOutput(commandLine, args, options) { - var _a, _b; return __awaiter(this, void 0, void 0, function* () { + var _a, _b; let stdout = ''; let stderr = ''; //Using string decoder covers the case where a mult-byte character is split @@ -1220,7 +1328,6 @@ function getExecOutput(commandLine, args, options) { }; }); } -exports.getExecOutput = getExecOutput; //# sourceMappingURL=exec.js.map /***/ }), @@ -1232,7 +1339,11 @@ exports.getExecOutput = getExecOutput; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -1242,13 +1353,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -1259,7 +1380,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.argStringToArray = exports.ToolRunner = void 0; +exports.ToolRunner = void 0; +exports.argStringToArray = argStringToArray; const os = __importStar(__nccwpck_require__(857)); const events = __importStar(__nccwpck_require__(4434)); const child = __importStar(__nccwpck_require__(5317)); @@ -1491,10 +1613,7 @@ class ToolRunner extends events.EventEmitter { } } reverse += '"'; - return reverse - .split('') - .reverse() - .join(''); + return reverse.split('').reverse().join(''); } _uvQuoteCmdArg(arg) { // Tool runner wraps child_process.spawn() and needs to apply the same quoting as @@ -1570,10 +1689,7 @@ class ToolRunner extends events.EventEmitter { } } reverse += '"'; - return reverse - .split('') - .reverse() - .join(''); + return reverse.split('').reverse().join(''); } _cloneExecOptions(options) { options = options || {}; @@ -1777,7 +1893,6 @@ function argStringToArray(argString) { } return args; } -exports.argStringToArray = argStringToArray; class ExecState extends events.EventEmitter { constructor(options, toolPath) { super(); @@ -1806,7 +1921,7 @@ class ExecState extends events.EventEmitter { this._setResult(); } else if (this.processExited) { - this.timeout = timers_1.setTimeout(ExecState.HandleTimeout, this.delay, this); + this.timeout = (0, timers_1.setTimeout)(ExecState.HandleTimeout, this.delay, this); } } _debug(message) { @@ -1839,8 +1954,7 @@ class ExecState extends events.EventEmitter { return; } if (!state.processClosed && state.processExited) { - const message = `The STDIO streams did not close within ${state.delay / - 1000} seconds of the exit event from process '${state.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`; + const message = `The STDIO streams did not close within ${state.delay / 1000} seconds of the exit event from process '${state.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`; state._debug(message); } state._setResult(); @@ -2024,7 +2138,7 @@ exports.getProxyAgent = getProxyAgent; exports.getProxyAgentDispatcher = getProxyAgentDispatcher; exports.getProxyFetch = getProxyFetch; exports.getApiBaseUrl = getApiBaseUrl; -const httpClient = __importStar(__nccwpck_require__(9659)); +const httpClient = __importStar(__nccwpck_require__(4844)); const undici_1 = __nccwpck_require__(6752); function getAuthString(token, options) { if (!token && !options.auth) { @@ -2133,7 +2247,95 @@ function getOctokitOptions(token, options) { /***/ }), -/***/ 9659: +/***/ 4552: +/***/ (function(__unused_webpack_module, exports) { + +"use strict"; + +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.PersonalAccessTokenCredentialHandler = exports.BearerCredentialHandler = exports.BasicCredentialHandler = void 0; +class BasicCredentialHandler { + constructor(username, password) { + this.username = username; + this.password = password; + } + prepareRequest(options) { + if (!options.headers) { + throw Error('The request has no headers'); + } + options.headers['Authorization'] = `Basic ${Buffer.from(`${this.username}:${this.password}`).toString('base64')}`; + } + // This handler cannot handle 401 + canHandleAuthentication() { + return false; + } + handleAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + throw new Error('not implemented'); + }); + } +} +exports.BasicCredentialHandler = BasicCredentialHandler; +class BearerCredentialHandler { + constructor(token) { + this.token = token; + } + // currently implements pre-authorization + // TODO: support preAuth = false where it hooks on 401 + prepareRequest(options) { + if (!options.headers) { + throw Error('The request has no headers'); + } + options.headers['Authorization'] = `Bearer ${this.token}`; + } + // This handler cannot handle 401 + canHandleAuthentication() { + return false; + } + handleAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + throw new Error('not implemented'); + }); + } +} +exports.BearerCredentialHandler = BearerCredentialHandler; +class PersonalAccessTokenCredentialHandler { + constructor(token) { + this.token = token; + } + // currently implements pre-authorization + // TODO: support preAuth = false where it hooks on 401 + prepareRequest(options) { + if (!options.headers) { + throw Error('The request has no headers'); + } + options.headers['Authorization'] = `Basic ${Buffer.from(`PAT:${this.token}`).toString('base64')}`; + } + // This handler cannot handle 401 + canHandleAuthentication() { + return false; + } + handleAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + throw new Error('not implemented'); + }); + } +} +exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHandler; +//# sourceMappingURL=auth.js.map + +/***/ }), + +/***/ 4844: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -2187,7 +2389,7 @@ exports.getProxyUrl = getProxyUrl; exports.isHttps = isHttps; const http = __importStar(__nccwpck_require__(8611)); const https = __importStar(__nccwpck_require__(5692)); -const pm = __importStar(__nccwpck_require__(3335)); +const pm = __importStar(__nccwpck_require__(4988)); const tunnel = __importStar(__nccwpck_require__(770)); const undici_1 = __nccwpck_require__(6752); var HttpCodes; @@ -2877,7 +3079,7 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa /***/ }), -/***/ 3335: +/***/ 4988: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2978,855 +3180,6 @@ class DecodedURL extends URL { /***/ }), -/***/ 4552: -/***/ (function(__unused_webpack_module, exports) { - -"use strict"; - -var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { - function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } - function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); -}; -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.PersonalAccessTokenCredentialHandler = exports.BearerCredentialHandler = exports.BasicCredentialHandler = void 0; -class BasicCredentialHandler { - constructor(username, password) { - this.username = username; - this.password = password; - } - prepareRequest(options) { - if (!options.headers) { - throw Error('The request has no headers'); - } - options.headers['Authorization'] = `Basic ${Buffer.from(`${this.username}:${this.password}`).toString('base64')}`; - } - // This handler cannot handle 401 - canHandleAuthentication() { - return false; - } - handleAuthentication() { - return __awaiter(this, void 0, void 0, function* () { - throw new Error('not implemented'); - }); - } -} -exports.BasicCredentialHandler = BasicCredentialHandler; -class BearerCredentialHandler { - constructor(token) { - this.token = token; - } - // currently implements pre-authorization - // TODO: support preAuth = false where it hooks on 401 - prepareRequest(options) { - if (!options.headers) { - throw Error('The request has no headers'); - } - options.headers['Authorization'] = `Bearer ${this.token}`; - } - // This handler cannot handle 401 - canHandleAuthentication() { - return false; - } - handleAuthentication() { - return __awaiter(this, void 0, void 0, function* () { - throw new Error('not implemented'); - }); - } -} -exports.BearerCredentialHandler = BearerCredentialHandler; -class PersonalAccessTokenCredentialHandler { - constructor(token) { - this.token = token; - } - // currently implements pre-authorization - // TODO: support preAuth = false where it hooks on 401 - prepareRequest(options) { - if (!options.headers) { - throw Error('The request has no headers'); - } - options.headers['Authorization'] = `Basic ${Buffer.from(`PAT:${this.token}`).toString('base64')}`; - } - // This handler cannot handle 401 - canHandleAuthentication() { - return false; - } - handleAuthentication() { - return __awaiter(this, void 0, void 0, function* () { - throw new Error('not implemented'); - }); - } -} -exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHandler; -//# sourceMappingURL=auth.js.map - -/***/ }), - -/***/ 4844: -/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { - -"use strict"; - -/* eslint-disable @typescript-eslint/no-explicit-any */ -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { - function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } - function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); -}; -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0; -const http = __importStar(__nccwpck_require__(8611)); -const https = __importStar(__nccwpck_require__(5692)); -const pm = __importStar(__nccwpck_require__(4988)); -const tunnel = __importStar(__nccwpck_require__(770)); -const undici_1 = __nccwpck_require__(6752); -var HttpCodes; -(function (HttpCodes) { - HttpCodes[HttpCodes["OK"] = 200] = "OK"; - HttpCodes[HttpCodes["MultipleChoices"] = 300] = "MultipleChoices"; - HttpCodes[HttpCodes["MovedPermanently"] = 301] = "MovedPermanently"; - HttpCodes[HttpCodes["ResourceMoved"] = 302] = "ResourceMoved"; - HttpCodes[HttpCodes["SeeOther"] = 303] = "SeeOther"; - HttpCodes[HttpCodes["NotModified"] = 304] = "NotModified"; - HttpCodes[HttpCodes["UseProxy"] = 305] = "UseProxy"; - HttpCodes[HttpCodes["SwitchProxy"] = 306] = "SwitchProxy"; - HttpCodes[HttpCodes["TemporaryRedirect"] = 307] = "TemporaryRedirect"; - HttpCodes[HttpCodes["PermanentRedirect"] = 308] = "PermanentRedirect"; - HttpCodes[HttpCodes["BadRequest"] = 400] = "BadRequest"; - HttpCodes[HttpCodes["Unauthorized"] = 401] = "Unauthorized"; - HttpCodes[HttpCodes["PaymentRequired"] = 402] = "PaymentRequired"; - HttpCodes[HttpCodes["Forbidden"] = 403] = "Forbidden"; - HttpCodes[HttpCodes["NotFound"] = 404] = "NotFound"; - HttpCodes[HttpCodes["MethodNotAllowed"] = 405] = "MethodNotAllowed"; - HttpCodes[HttpCodes["NotAcceptable"] = 406] = "NotAcceptable"; - HttpCodes[HttpCodes["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired"; - HttpCodes[HttpCodes["RequestTimeout"] = 408] = "RequestTimeout"; - HttpCodes[HttpCodes["Conflict"] = 409] = "Conflict"; - HttpCodes[HttpCodes["Gone"] = 410] = "Gone"; - HttpCodes[HttpCodes["TooManyRequests"] = 429] = "TooManyRequests"; - HttpCodes[HttpCodes["InternalServerError"] = 500] = "InternalServerError"; - HttpCodes[HttpCodes["NotImplemented"] = 501] = "NotImplemented"; - HttpCodes[HttpCodes["BadGateway"] = 502] = "BadGateway"; - HttpCodes[HttpCodes["ServiceUnavailable"] = 503] = "ServiceUnavailable"; - HttpCodes[HttpCodes["GatewayTimeout"] = 504] = "GatewayTimeout"; -})(HttpCodes || (exports.HttpCodes = HttpCodes = {})); -var Headers; -(function (Headers) { - Headers["Accept"] = "accept"; - Headers["ContentType"] = "content-type"; -})(Headers || (exports.Headers = Headers = {})); -var MediaTypes; -(function (MediaTypes) { - MediaTypes["ApplicationJson"] = "application/json"; -})(MediaTypes || (exports.MediaTypes = MediaTypes = {})); -/** - * Returns the proxy URL, depending upon the supplied url and proxy environment variables. - * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com - */ -function getProxyUrl(serverUrl) { - const proxyUrl = pm.getProxyUrl(new URL(serverUrl)); - return proxyUrl ? proxyUrl.href : ''; -} -exports.getProxyUrl = getProxyUrl; -const HttpRedirectCodes = [ - HttpCodes.MovedPermanently, - HttpCodes.ResourceMoved, - HttpCodes.SeeOther, - HttpCodes.TemporaryRedirect, - HttpCodes.PermanentRedirect -]; -const HttpResponseRetryCodes = [ - HttpCodes.BadGateway, - HttpCodes.ServiceUnavailable, - HttpCodes.GatewayTimeout -]; -const RetryableHttpVerbs = ['OPTIONS', 'GET', 'DELETE', 'HEAD']; -const ExponentialBackoffCeiling = 10; -const ExponentialBackoffTimeSlice = 5; -class HttpClientError extends Error { - constructor(message, statusCode) { - super(message); - this.name = 'HttpClientError'; - this.statusCode = statusCode; - Object.setPrototypeOf(this, HttpClientError.prototype); - } -} -exports.HttpClientError = HttpClientError; -class HttpClientResponse { - constructor(message) { - this.message = message; - } - readBody() { - return __awaiter(this, void 0, void 0, function* () { - return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () { - let output = Buffer.alloc(0); - this.message.on('data', (chunk) => { - output = Buffer.concat([output, chunk]); - }); - this.message.on('end', () => { - resolve(output.toString()); - }); - })); - }); - } - readBodyBuffer() { - return __awaiter(this, void 0, void 0, function* () { - return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () { - const chunks = []; - this.message.on('data', (chunk) => { - chunks.push(chunk); - }); - this.message.on('end', () => { - resolve(Buffer.concat(chunks)); - }); - })); - }); - } -} -exports.HttpClientResponse = HttpClientResponse; -function isHttps(requestUrl) { - const parsedUrl = new URL(requestUrl); - return parsedUrl.protocol === 'https:'; -} -exports.isHttps = isHttps; -class HttpClient { - constructor(userAgent, handlers, requestOptions) { - this._ignoreSslError = false; - this._allowRedirects = true; - this._allowRedirectDowngrade = false; - this._maxRedirects = 50; - this._allowRetries = false; - this._maxRetries = 1; - this._keepAlive = false; - this._disposed = false; - this.userAgent = userAgent; - this.handlers = handlers || []; - this.requestOptions = requestOptions; - if (requestOptions) { - if (requestOptions.ignoreSslError != null) { - this._ignoreSslError = requestOptions.ignoreSslError; - } - this._socketTimeout = requestOptions.socketTimeout; - if (requestOptions.allowRedirects != null) { - this._allowRedirects = requestOptions.allowRedirects; - } - if (requestOptions.allowRedirectDowngrade != null) { - this._allowRedirectDowngrade = requestOptions.allowRedirectDowngrade; - } - if (requestOptions.maxRedirects != null) { - this._maxRedirects = Math.max(requestOptions.maxRedirects, 0); - } - if (requestOptions.keepAlive != null) { - this._keepAlive = requestOptions.keepAlive; - } - if (requestOptions.allowRetries != null) { - this._allowRetries = requestOptions.allowRetries; - } - if (requestOptions.maxRetries != null) { - this._maxRetries = requestOptions.maxRetries; - } - } - } - options(requestUrl, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('OPTIONS', requestUrl, null, additionalHeaders || {}); - }); - } - get(requestUrl, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('GET', requestUrl, null, additionalHeaders || {}); - }); - } - del(requestUrl, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('DELETE', requestUrl, null, additionalHeaders || {}); - }); - } - post(requestUrl, data, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('POST', requestUrl, data, additionalHeaders || {}); - }); - } - patch(requestUrl, data, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('PATCH', requestUrl, data, additionalHeaders || {}); - }); - } - put(requestUrl, data, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('PUT', requestUrl, data, additionalHeaders || {}); - }); - } - head(requestUrl, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request('HEAD', requestUrl, null, additionalHeaders || {}); - }); - } - sendStream(verb, requestUrl, stream, additionalHeaders) { - return __awaiter(this, void 0, void 0, function* () { - return this.request(verb, requestUrl, stream, additionalHeaders); - }); - } - /** - * Gets a typed object from an endpoint - * Be aware that not found returns a null. Other errors (4xx, 5xx) reject the promise - */ - getJson(requestUrl, additionalHeaders = {}) { - return __awaiter(this, void 0, void 0, function* () { - additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); - const res = yield this.get(requestUrl, additionalHeaders); - return this._processResponse(res, this.requestOptions); - }); - } - postJson(requestUrl, obj, additionalHeaders = {}) { - return __awaiter(this, void 0, void 0, function* () { - const data = JSON.stringify(obj, null, 2); - additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); - additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson); - const res = yield this.post(requestUrl, data, additionalHeaders); - return this._processResponse(res, this.requestOptions); - }); - } - putJson(requestUrl, obj, additionalHeaders = {}) { - return __awaiter(this, void 0, void 0, function* () { - const data = JSON.stringify(obj, null, 2); - additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); - additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson); - const res = yield this.put(requestUrl, data, additionalHeaders); - return this._processResponse(res, this.requestOptions); - }); - } - patchJson(requestUrl, obj, additionalHeaders = {}) { - return __awaiter(this, void 0, void 0, function* () { - const data = JSON.stringify(obj, null, 2); - additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); - additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson); - const res = yield this.patch(requestUrl, data, additionalHeaders); - return this._processResponse(res, this.requestOptions); - }); - } - /** - * Makes a raw http request. - * All other methods such as get, post, patch, and request ultimately call this. - * Prefer get, del, post and patch - */ - request(verb, requestUrl, data, headers) { - return __awaiter(this, void 0, void 0, function* () { - if (this._disposed) { - throw new Error('Client has already been disposed.'); - } - const parsedUrl = new URL(requestUrl); - let info = this._prepareRequest(verb, parsedUrl, headers); - // Only perform retries on reads since writes may not be idempotent. - const maxTries = this._allowRetries && RetryableHttpVerbs.includes(verb) - ? this._maxRetries + 1 - : 1; - let numTries = 0; - let response; - do { - response = yield this.requestRaw(info, data); - // Check if it's an authentication challenge - if (response && - response.message && - response.message.statusCode === HttpCodes.Unauthorized) { - let authenticationHandler; - for (const handler of this.handlers) { - if (handler.canHandleAuthentication(response)) { - authenticationHandler = handler; - break; - } - } - if (authenticationHandler) { - return authenticationHandler.handleAuthentication(this, info, data); - } - else { - // We have received an unauthorized response but have no handlers to handle it. - // Let the response return to the caller. - return response; - } - } - let redirectsRemaining = this._maxRedirects; - while (response.message.statusCode && - HttpRedirectCodes.includes(response.message.statusCode) && - this._allowRedirects && - redirectsRemaining > 0) { - const redirectUrl = response.message.headers['location']; - if (!redirectUrl) { - // if there's no location to redirect to, we won't - break; - } - const parsedRedirectUrl = new URL(redirectUrl); - if (parsedUrl.protocol === 'https:' && - parsedUrl.protocol !== parsedRedirectUrl.protocol && - !this._allowRedirectDowngrade) { - throw new Error('Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.'); - } - // we need to finish reading the response before reassigning response - // which will leak the open socket. - yield response.readBody(); - // strip authorization header if redirected to a different hostname - if (parsedRedirectUrl.hostname !== parsedUrl.hostname) { - for (const header in headers) { - // header names are case insensitive - if (header.toLowerCase() === 'authorization') { - delete headers[header]; - } - } - } - // let's make the request with the new redirectUrl - info = this._prepareRequest(verb, parsedRedirectUrl, headers); - response = yield this.requestRaw(info, data); - redirectsRemaining--; - } - if (!response.message.statusCode || - !HttpResponseRetryCodes.includes(response.message.statusCode)) { - // If not a retry code, return immediately instead of retrying - return response; - } - numTries += 1; - if (numTries < maxTries) { - yield response.readBody(); - yield this._performExponentialBackoff(numTries); - } - } while (numTries < maxTries); - return response; - }); - } - /** - * Needs to be called if keepAlive is set to true in request options. - */ - dispose() { - if (this._agent) { - this._agent.destroy(); - } - this._disposed = true; - } - /** - * Raw request. - * @param info - * @param data - */ - requestRaw(info, data) { - return __awaiter(this, void 0, void 0, function* () { - return new Promise((resolve, reject) => { - function callbackForResult(err, res) { - if (err) { - reject(err); - } - else if (!res) { - // If `err` is not passed, then `res` must be passed. - reject(new Error('Unknown error')); - } - else { - resolve(res); - } - } - this.requestRawWithCallback(info, data, callbackForResult); - }); - }); - } - /** - * Raw request with callback. - * @param info - * @param data - * @param onResult - */ - requestRawWithCallback(info, data, onResult) { - if (typeof data === 'string') { - if (!info.options.headers) { - info.options.headers = {}; - } - info.options.headers['Content-Length'] = Buffer.byteLength(data, 'utf8'); - } - let callbackCalled = false; - function handleResult(err, res) { - if (!callbackCalled) { - callbackCalled = true; - onResult(err, res); - } - } - const req = info.httpModule.request(info.options, (msg) => { - const res = new HttpClientResponse(msg); - handleResult(undefined, res); - }); - let socket; - req.on('socket', sock => { - socket = sock; - }); - // If we ever get disconnected, we want the socket to timeout eventually - req.setTimeout(this._socketTimeout || 3 * 60000, () => { - if (socket) { - socket.end(); - } - handleResult(new Error(`Request timeout: ${info.options.path}`)); - }); - req.on('error', function (err) { - // err has statusCode property - // res should have headers - handleResult(err); - }); - if (data && typeof data === 'string') { - req.write(data, 'utf8'); - } - if (data && typeof data !== 'string') { - data.on('close', function () { - req.end(); - }); - data.pipe(req); - } - else { - req.end(); - } - } - /** - * Gets an http agent. This function is useful when you need an http agent that handles - * routing through a proxy server - depending upon the url and proxy environment variables. - * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com - */ - getAgent(serverUrl) { - const parsedUrl = new URL(serverUrl); - return this._getAgent(parsedUrl); - } - getAgentDispatcher(serverUrl) { - const parsedUrl = new URL(serverUrl); - const proxyUrl = pm.getProxyUrl(parsedUrl); - const useProxy = proxyUrl && proxyUrl.hostname; - if (!useProxy) { - return; - } - return this._getProxyAgentDispatcher(parsedUrl, proxyUrl); - } - _prepareRequest(method, requestUrl, headers) { - const info = {}; - info.parsedUrl = requestUrl; - const usingSsl = info.parsedUrl.protocol === 'https:'; - info.httpModule = usingSsl ? https : http; - const defaultPort = usingSsl ? 443 : 80; - info.options = {}; - info.options.host = info.parsedUrl.hostname; - info.options.port = info.parsedUrl.port - ? parseInt(info.parsedUrl.port) - : defaultPort; - info.options.path = - (info.parsedUrl.pathname || '') + (info.parsedUrl.search || ''); - info.options.method = method; - info.options.headers = this._mergeHeaders(headers); - if (this.userAgent != null) { - info.options.headers['user-agent'] = this.userAgent; - } - info.options.agent = this._getAgent(info.parsedUrl); - // gives handlers an opportunity to participate - if (this.handlers) { - for (const handler of this.handlers) { - handler.prepareRequest(info.options); - } - } - return info; - } - _mergeHeaders(headers) { - if (this.requestOptions && this.requestOptions.headers) { - return Object.assign({}, lowercaseKeys(this.requestOptions.headers), lowercaseKeys(headers || {})); - } - return lowercaseKeys(headers || {}); - } - _getExistingOrDefaultHeader(additionalHeaders, header, _default) { - let clientHeader; - if (this.requestOptions && this.requestOptions.headers) { - clientHeader = lowercaseKeys(this.requestOptions.headers)[header]; - } - return additionalHeaders[header] || clientHeader || _default; - } - _getAgent(parsedUrl) { - let agent; - const proxyUrl = pm.getProxyUrl(parsedUrl); - const useProxy = proxyUrl && proxyUrl.hostname; - if (this._keepAlive && useProxy) { - agent = this._proxyAgent; - } - if (!useProxy) { - agent = this._agent; - } - // if agent is already assigned use that agent. - if (agent) { - return agent; - } - const usingSsl = parsedUrl.protocol === 'https:'; - let maxSockets = 100; - if (this.requestOptions) { - maxSockets = this.requestOptions.maxSockets || http.globalAgent.maxSockets; - } - // This is `useProxy` again, but we need to check `proxyURl` directly for TypeScripts's flow analysis. - if (proxyUrl && proxyUrl.hostname) { - const agentOptions = { - maxSockets, - keepAlive: this._keepAlive, - proxy: Object.assign(Object.assign({}, ((proxyUrl.username || proxyUrl.password) && { - proxyAuth: `${proxyUrl.username}:${proxyUrl.password}` - })), { host: proxyUrl.hostname, port: proxyUrl.port }) - }; - let tunnelAgent; - const overHttps = proxyUrl.protocol === 'https:'; - if (usingSsl) { - tunnelAgent = overHttps ? tunnel.httpsOverHttps : tunnel.httpsOverHttp; - } - else { - tunnelAgent = overHttps ? tunnel.httpOverHttps : tunnel.httpOverHttp; - } - agent = tunnelAgent(agentOptions); - this._proxyAgent = agent; - } - // if tunneling agent isn't assigned create a new agent - if (!agent) { - const options = { keepAlive: this._keepAlive, maxSockets }; - agent = usingSsl ? new https.Agent(options) : new http.Agent(options); - this._agent = agent; - } - if (usingSsl && this._ignoreSslError) { - // we don't want to set NODE_TLS_REJECT_UNAUTHORIZED=0 since that will affect request for entire process - // http.RequestOptions doesn't expose a way to modify RequestOptions.agent.options - // we have to cast it to any and change it directly - agent.options = Object.assign(agent.options || {}, { - rejectUnauthorized: false - }); - } - return agent; - } - _getProxyAgentDispatcher(parsedUrl, proxyUrl) { - let proxyAgent; - if (this._keepAlive) { - proxyAgent = this._proxyAgentDispatcher; - } - // if agent is already assigned use that agent. - if (proxyAgent) { - return proxyAgent; - } - const usingSsl = parsedUrl.protocol === 'https:'; - proxyAgent = new undici_1.ProxyAgent(Object.assign({ uri: proxyUrl.href, pipelining: !this._keepAlive ? 0 : 1 }, ((proxyUrl.username || proxyUrl.password) && { - token: `Basic ${Buffer.from(`${proxyUrl.username}:${proxyUrl.password}`).toString('base64')}` - }))); - this._proxyAgentDispatcher = proxyAgent; - if (usingSsl && this._ignoreSslError) { - // we don't want to set NODE_TLS_REJECT_UNAUTHORIZED=0 since that will affect request for entire process - // http.RequestOptions doesn't expose a way to modify RequestOptions.agent.options - // we have to cast it to any and change it directly - proxyAgent.options = Object.assign(proxyAgent.options.requestTls || {}, { - rejectUnauthorized: false - }); - } - return proxyAgent; - } - _performExponentialBackoff(retryNumber) { - return __awaiter(this, void 0, void 0, function* () { - retryNumber = Math.min(ExponentialBackoffCeiling, retryNumber); - const ms = ExponentialBackoffTimeSlice * Math.pow(2, retryNumber); - return new Promise(resolve => setTimeout(() => resolve(), ms)); - }); - } - _processResponse(res, options) { - return __awaiter(this, void 0, void 0, function* () { - return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { - const statusCode = res.message.statusCode || 0; - const response = { - statusCode, - result: null, - headers: {} - }; - // not found leads to null obj returned - if (statusCode === HttpCodes.NotFound) { - resolve(response); - } - // get the result from the body - function dateTimeDeserializer(key, value) { - if (typeof value === 'string') { - const a = new Date(value); - if (!isNaN(a.valueOf())) { - return a; - } - } - return value; - } - let obj; - let contents; - try { - contents = yield res.readBody(); - if (contents && contents.length > 0) { - if (options && options.deserializeDates) { - obj = JSON.parse(contents, dateTimeDeserializer); - } - else { - obj = JSON.parse(contents); - } - response.result = obj; - } - response.headers = res.message.headers; - } - catch (err) { - // Invalid resource (contents not json); leaving result obj null - } - // note that 3xx redirects are handled by the http layer. - if (statusCode > 299) { - let msg; - // if exception/error in body, attempt to get better error - if (obj && obj.message) { - msg = obj.message; - } - else if (contents && contents.length > 0) { - // it may be the case that the exception is in the body message as string - msg = contents; - } - else { - msg = `Failed request: (${statusCode})`; - } - const err = new HttpClientError(msg, statusCode); - err.result = response.result; - reject(err); - } - else { - resolve(response); - } - })); - }); - } -} -exports.HttpClient = HttpClient; -const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCase()] = obj[k]), c), {}); -//# sourceMappingURL=index.js.map - -/***/ }), - -/***/ 4988: -/***/ ((__unused_webpack_module, exports) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.checkBypass = exports.getProxyUrl = void 0; -function getProxyUrl(reqUrl) { - const usingSsl = reqUrl.protocol === 'https:'; - if (checkBypass(reqUrl)) { - return undefined; - } - const proxyVar = (() => { - if (usingSsl) { - return process.env['https_proxy'] || process.env['HTTPS_PROXY']; - } - else { - return process.env['http_proxy'] || process.env['HTTP_PROXY']; - } - })(); - if (proxyVar) { - try { - return new DecodedURL(proxyVar); - } - catch (_a) { - if (!proxyVar.startsWith('http://') && !proxyVar.startsWith('https://')) - return new DecodedURL(`http://${proxyVar}`); - } - } - else { - return undefined; - } -} -exports.getProxyUrl = getProxyUrl; -function checkBypass(reqUrl) { - if (!reqUrl.hostname) { - return false; - } - const reqHost = reqUrl.hostname; - if (isLoopbackAddress(reqHost)) { - return true; - } - const noProxy = process.env['no_proxy'] || process.env['NO_PROXY'] || ''; - if (!noProxy) { - return false; - } - // Determine the request port - let reqPort; - if (reqUrl.port) { - reqPort = Number(reqUrl.port); - } - else if (reqUrl.protocol === 'http:') { - reqPort = 80; - } - else if (reqUrl.protocol === 'https:') { - reqPort = 443; - } - // Format the request hostname and hostname with port - const upperReqHosts = [reqUrl.hostname.toUpperCase()]; - if (typeof reqPort === 'number') { - upperReqHosts.push(`${upperReqHosts[0]}:${reqPort}`); - } - // Compare request host against noproxy - for (const upperNoProxyItem of noProxy - .split(',') - .map(x => x.trim().toUpperCase()) - .filter(x => x)) { - if (upperNoProxyItem === '*' || - upperReqHosts.some(x => x === upperNoProxyItem || - x.endsWith(`.${upperNoProxyItem}`) || - (upperNoProxyItem.startsWith('.') && - x.endsWith(`${upperNoProxyItem}`)))) { - return true; - } - } - return false; -} -exports.checkBypass = checkBypass; -function isLoopbackAddress(host) { - const hostLower = host.toLowerCase(); - return (hostLower === 'localhost' || - hostLower.startsWith('127.') || - hostLower.startsWith('[::1]') || - hostLower.startsWith('[0:0:0:0:0:0:0:1]')); -} -class DecodedURL extends URL { - constructor(url, base) { - super(url, base); - this._decodedUsername = decodeURIComponent(super.username); - this._decodedPassword = decodeURIComponent(super.password); - } - get username() { - return this._decodedUsername; - } - get password() { - return this._decodedPassword; - } -} -//# sourceMappingURL=proxy.js.map - -/***/ }), - /***/ 5207: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { @@ -3834,7 +3187,11 @@ class DecodedURL extends URL { var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -3844,13 +3201,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -3862,21 +3229,49 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; var _a; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getCmdPath = exports.tryGetExecutablePath = exports.isRooted = exports.isDirectory = exports.exists = exports.READONLY = exports.UV_FS_O_EXLOCK = exports.IS_WINDOWS = exports.unlink = exports.symlink = exports.stat = exports.rmdir = exports.rm = exports.rename = exports.readlink = exports.readdir = exports.open = exports.mkdir = exports.lstat = exports.copyFile = exports.chmod = void 0; +exports.READONLY = exports.UV_FS_O_EXLOCK = exports.IS_WINDOWS = exports.unlink = exports.symlink = exports.stat = exports.rmdir = exports.rm = exports.rename = exports.readdir = exports.open = exports.mkdir = exports.lstat = exports.copyFile = exports.chmod = void 0; +exports.readlink = readlink; +exports.exists = exists; +exports.isDirectory = isDirectory; +exports.isRooted = isRooted; +exports.tryGetExecutablePath = tryGetExecutablePath; +exports.getCmdPath = getCmdPath; const fs = __importStar(__nccwpck_require__(9896)); const path = __importStar(__nccwpck_require__(6928)); _a = fs.promises // export const {open} = 'fs' -, exports.chmod = _a.chmod, exports.copyFile = _a.copyFile, exports.lstat = _a.lstat, exports.mkdir = _a.mkdir, exports.open = _a.open, exports.readdir = _a.readdir, exports.readlink = _a.readlink, exports.rename = _a.rename, exports.rm = _a.rm, exports.rmdir = _a.rmdir, exports.stat = _a.stat, exports.symlink = _a.symlink, exports.unlink = _a.unlink; +, exports.chmod = _a.chmod, exports.copyFile = _a.copyFile, exports.lstat = _a.lstat, exports.mkdir = _a.mkdir, exports.open = _a.open, exports.readdir = _a.readdir, exports.rename = _a.rename, exports.rm = _a.rm, exports.rmdir = _a.rmdir, exports.stat = _a.stat, exports.symlink = _a.symlink, exports.unlink = _a.unlink; // export const {open} = 'fs' exports.IS_WINDOWS = process.platform === 'win32'; +/** + * Custom implementation of readlink to ensure Windows junctions + * maintain trailing backslash for backward compatibility with Node.js < 24 + * + * In Node.js 20, Windows junctions (directory symlinks) always returned paths + * with trailing backslashes. Node.js 24 removed this behavior, which breaks + * code that relied on this format for path operations. + * + * This implementation restores the Node 20 behavior by adding a trailing + * backslash to all junction results on Windows. + */ +function readlink(fsPath) { + return __awaiter(this, void 0, void 0, function* () { + const result = yield fs.promises.readlink(fsPath); + // On Windows, restore Node 20 behavior: add trailing backslash to all results + // since junctions on Windows are always directory links + if (exports.IS_WINDOWS && !result.endsWith('\\')) { + return `${result}\\`; + } + return result; + }); +} // See https://github.com/nodejs/node/blob/d0153aee367422d0858105abec186da4dff0a0c5/deps/uv/include/uv/win.h#L691 exports.UV_FS_O_EXLOCK = 0x10000000; exports.READONLY = fs.constants.O_RDONLY; function exists(fsPath) { return __awaiter(this, void 0, void 0, function* () { try { - yield exports.stat(fsPath); + yield (0, exports.stat)(fsPath); } catch (err) { if (err.code === 'ENOENT') { @@ -3887,14 +3282,12 @@ function exists(fsPath) { return true; }); } -exports.exists = exists; -function isDirectory(fsPath, useStat = false) { - return __awaiter(this, void 0, void 0, function* () { - const stats = useStat ? yield exports.stat(fsPath) : yield exports.lstat(fsPath); +function isDirectory(fsPath_1) { + return __awaiter(this, arguments, void 0, function* (fsPath, useStat = false) { + const stats = useStat ? yield (0, exports.stat)(fsPath) : yield (0, exports.lstat)(fsPath); return stats.isDirectory(); }); } -exports.isDirectory = isDirectory; /** * On OSX/Linux, true if path starts with '/'. On Windows, true for paths like: * \, \hello, \\hello\share, C:, and C:\hello (and corresponding alternate separator cases). @@ -3910,7 +3303,6 @@ function isRooted(p) { } return p.startsWith('/'); } -exports.isRooted = isRooted; /** * Best effort attempt to determine whether a file exists and is executable. * @param filePath file path to check @@ -3922,7 +3314,7 @@ function tryGetExecutablePath(filePath, extensions) { let stats = undefined; try { // test file exists - stats = yield exports.stat(filePath); + stats = yield (0, exports.stat)(filePath); } catch (err) { if (err.code !== 'ENOENT') { @@ -3950,7 +3342,7 @@ function tryGetExecutablePath(filePath, extensions) { filePath = originalFilePath + extension; stats = undefined; try { - stats = yield exports.stat(filePath); + stats = yield (0, exports.stat)(filePath); } catch (err) { if (err.code !== 'ENOENT') { @@ -3964,7 +3356,7 @@ function tryGetExecutablePath(filePath, extensions) { try { const directory = path.dirname(filePath); const upperName = path.basename(filePath).toUpperCase(); - for (const actualName of yield exports.readdir(directory)) { + for (const actualName of yield (0, exports.readdir)(directory)) { if (upperName === actualName.toUpperCase()) { filePath = path.join(directory, actualName); break; @@ -3987,7 +3379,6 @@ function tryGetExecutablePath(filePath, extensions) { return ''; }); } -exports.tryGetExecutablePath = tryGetExecutablePath; function normalizeSeparators(p) { p = p || ''; if (exports.IS_WINDOWS) { @@ -4004,15 +3395,18 @@ function normalizeSeparators(p) { // 256 128 64 32 16 8 4 2 1 function isUnixExecutable(stats) { return ((stats.mode & 1) > 0 || - ((stats.mode & 8) > 0 && stats.gid === process.getgid()) || - ((stats.mode & 64) > 0 && stats.uid === process.getuid())); + ((stats.mode & 8) > 0 && + process.getgid !== undefined && + stats.gid === process.getgid()) || + ((stats.mode & 64) > 0 && + process.getuid !== undefined && + stats.uid === process.getuid())); } // Get the path of cmd.exe in windows function getCmdPath() { var _a; return (_a = process.env['COMSPEC']) !== null && _a !== void 0 ? _a : `cmd.exe`; } -exports.getCmdPath = getCmdPath; //# sourceMappingURL=io-util.js.map /***/ }), @@ -4024,7 +3418,11 @@ exports.getCmdPath = getCmdPath; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; @@ -4034,13 +3432,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? ( }) : function(o, v) { o["default"] = v; }); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -4051,7 +3459,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.findInPath = exports.which = exports.mkdirP = exports.rmRF = exports.mv = exports.cp = void 0; +exports.cp = cp; +exports.mv = mv; +exports.rmRF = rmRF; +exports.mkdirP = mkdirP; +exports.which = which; +exports.findInPath = findInPath; const assert_1 = __nccwpck_require__(2613); const path = __importStar(__nccwpck_require__(6928)); const ioUtil = __importStar(__nccwpck_require__(5207)); @@ -4063,8 +3476,8 @@ const ioUtil = __importStar(__nccwpck_require__(5207)); * @param dest destination path * @param options optional. See CopyOptions. */ -function cp(source, dest, options = {}) { - return __awaiter(this, void 0, void 0, function* () { +function cp(source_1, dest_1) { + return __awaiter(this, arguments, void 0, function* (source, dest, options = {}) { const { force, recursive, copySourceDirectory } = readCopyOptions(options); const destStat = (yield ioUtil.exists(dest)) ? yield ioUtil.stat(dest) : null; // Dest is an existing file, but not forcing @@ -4096,7 +3509,6 @@ function cp(source, dest, options = {}) { } }); } -exports.cp = cp; /** * Moves a path. * @@ -4104,8 +3516,8 @@ exports.cp = cp; * @param dest destination path * @param options optional. See MoveOptions. */ -function mv(source, dest, options = {}) { - return __awaiter(this, void 0, void 0, function* () { +function mv(source_1, dest_1) { + return __awaiter(this, arguments, void 0, function* (source, dest, options = {}) { if (yield ioUtil.exists(dest)) { let destExists = true; if (yield ioUtil.isDirectory(dest)) { @@ -4126,7 +3538,6 @@ function mv(source, dest, options = {}) { yield ioUtil.rename(source, dest); }); } -exports.mv = mv; /** * Remove a path recursively with force * @@ -4155,7 +3566,6 @@ function rmRF(inputPath) { } }); } -exports.rmRF = rmRF; /** * Make a directory. Creates the full path with folders in between * Will throw if it fails @@ -4165,11 +3575,10 @@ exports.rmRF = rmRF; */ function mkdirP(fsPath) { return __awaiter(this, void 0, void 0, function* () { - assert_1.ok(fsPath, 'a path argument must be provided'); + (0, assert_1.ok)(fsPath, 'a path argument must be provided'); yield ioUtil.mkdir(fsPath, { recursive: true }); }); } -exports.mkdirP = mkdirP; /** * Returns path of a tool had the tool actually been invoked. Resolves via paths. * If you check and the tool does not exist, it will throw. @@ -4203,7 +3612,6 @@ function which(tool, check) { return ''; }); } -exports.which = which; /** * Returns a list of all occurrences of the given tool on the system path. * @@ -4260,7 +3668,6 @@ function findInPath(tool) { return matches; }); } -exports.findInPath = findInPath; function readCopyOptions(options) { const force = options.force == null ? true : options.force; const recursive = Boolean(options.recursive); @@ -4331,11 +3738,11 @@ function copyFile(srcFile, destFile, force) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveHttpAuthSchemeConfig = exports.defaultEC2HttpAuthSchemeProvider = exports.defaultEC2HttpAuthSchemeParametersProvider = void 0; const httpAuthSchemes_1 = __nccwpck_require__(7523); -const util_middleware_1 = __nccwpck_require__(6324); +const client_1 = __nccwpck_require__(2658); const defaultEC2HttpAuthSchemeParametersProvider = async (config, context, input) => { return { - operation: (0, util_middleware_1.getSmithyContext)(context).operation, - region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => { + operation: (0, client_1.getSmithyContext)(context).operation, + region: await (0, client_1.normalizeProvider)(config.region)() || (() => { throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); })(), }; @@ -4369,7 +3776,7 @@ exports.defaultEC2HttpAuthSchemeProvider = defaultEC2HttpAuthSchemeProvider; const resolveHttpAuthSchemeConfig = (config) => { const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config); return Object.assign(config_0, { - authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []), + authSchemePreference: (0, client_1.normalizeProvider)(config.authSchemePreference ?? []), }); }; exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig; @@ -4384,7 +3791,7 @@ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bdd = void 0; -const util_endpoints_1 = __nccwpck_require__(9674); +const endpoints_1 = __nccwpck_require__(2085); const k = "ref"; const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }]; const _data = { @@ -4432,7 +3839,7 @@ const nodes = new Int32Array([ 3, r + 1, 14, 4, r + 2, r + 3, ]); -exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); +exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); /***/ }), @@ -4444,21 +3851,21 @@ exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.con Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(3068); -const util_endpoints_2 = __nccwpck_require__(9674); +const client_1 = __nccwpck_require__(5152); +const endpoints_1 = __nccwpck_require__(2085); const bdd_1 = __nccwpck_require__(1273); -const cache = new util_endpoints_2.EndpointCache({ +const cache = new endpoints_1.EndpointCache({ size: 50, params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"], }); const defaultEndpointResolver = (endpointParams, context = {}) => { - return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, { + return cache.get(endpointParams, () => (0, endpoints_1.decideEndpoint)(bdd_1.bdd, { endpointParams: endpointParams, logger: context.logger, })); }; exports.defaultEndpointResolver = defaultEndpointResolver; -util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions; +endpoints_1.customEndpointFunctions.aws = client_1.awsEndpointFunctions; /***/ }), @@ -4469,24 +3876,18 @@ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunct "use strict"; -var middlewareHostHeader = __nccwpck_require__(2590); -var middlewareLogger = __nccwpck_require__(5242); -var middlewareRecursionDetection = __nccwpck_require__(1568); -var middlewareUserAgent = __nccwpck_require__(2959); -var configResolver = __nccwpck_require__(9316); +var client$1 = __nccwpck_require__(5152); var core = __nccwpck_require__(402); +var client = __nccwpck_require__(2658); +var config = __nccwpck_require__(7291); +var endpoints = __nccwpck_require__(2085); +var protocols = __nccwpck_require__(3422); +var retry = __nccwpck_require__(3609); var schema = __nccwpck_require__(6890); -var middlewareContentLength = __nccwpck_require__(7212); -var middlewareEndpoint = __nccwpck_require__(99); -var middlewareRetry = __nccwpck_require__(9618); -var smithyClient = __nccwpck_require__(1411); var httpAuthSchemeProvider = __nccwpck_require__(4578); var runtimeConfig = __nccwpck_require__(787); -var regionConfigResolver = __nccwpck_require__(6463); -var protocolHttp = __nccwpck_require__(2356); var schemas_0 = __nccwpck_require__(8129); var middlewareSdkEc2 = __nccwpck_require__(1539); -var utilWaiter = __nccwpck_require__(5290); var EC2ServiceException = __nccwpck_require__(3342); const resolveClientEndpointParameters = (options) => { @@ -4543,33 +3944,33 @@ const resolveHttpAuthRuntimeConfig = (config) => { }; const resolveRuntimeExtensions = (runtimeConfig, extensions) => { - const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig)); + const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig)); extensions.forEach((extension) => extension.configure(extensionConfiguration)); - return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration)); + return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration)); }; -class EC2Client extends smithyClient.Client { +class EC2Client extends client.Client { config; constructor(...[configuration]) { const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {}); super(_config_0); this.initConfig = _config_0; const _config_1 = resolveClientEndpointParameters(_config_0); - const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1); - const _config_3 = middlewareRetry.resolveRetryConfig(_config_2); - const _config_4 = configResolver.resolveRegionConfig(_config_3); - const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4); - const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5); + const _config_2 = client$1.resolveUserAgentConfig(_config_1); + const _config_3 = retry.resolveRetryConfig(_config_2); + const _config_4 = config.resolveRegionConfig(_config_3); + const _config_5 = client$1.resolveHostHeaderConfig(_config_4); + const _config_6 = endpoints.resolveEndpointConfig(_config_5); const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6); const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []); this.config = _config_8; this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config)); - this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config)); - this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config)); - this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config)); - this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config)); - this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config)); - this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config)); + this.middlewareStack.use(client$1.getUserAgentPlugin(this.config)); + this.middlewareStack.use(retry.getRetryPlugin(this.config)); + this.middlewareStack.use(protocols.getContentLengthPlugin(this.config)); + this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config)); + this.middlewareStack.use(client$1.getLoggerPlugin(this.config)); + this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config)); this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, { httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultEC2HttpAuthSchemeParametersProvider, identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({ @@ -4583,11 +3984,11 @@ class EC2Client extends smithyClient.Client { } } -class AcceptAddressTransferCommand extends smithyClient.Command +class AcceptAddressTransferCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptAddressTransfer", {}) .n("EC2Client", "AcceptAddressTransferCommand") @@ -4595,11 +3996,11 @@ class AcceptAddressTransferCommand extends smithyClient.Command .build() { } -class AcceptCapacityReservationBillingOwnershipCommand extends smithyClient.Command +class AcceptCapacityReservationBillingOwnershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptCapacityReservationBillingOwnership", {}) .n("EC2Client", "AcceptCapacityReservationBillingOwnershipCommand") @@ -4607,11 +4008,11 @@ class AcceptCapacityReservationBillingOwnershipCommand extends smithyClient.Comm .build() { } -class AcceptReservedInstancesExchangeQuoteCommand extends smithyClient.Command +class AcceptReservedInstancesExchangeQuoteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptReservedInstancesExchangeQuote", {}) .n("EC2Client", "AcceptReservedInstancesExchangeQuoteCommand") @@ -4619,11 +4020,11 @@ class AcceptReservedInstancesExchangeQuoteCommand extends smithyClient.Command .build() { } -class AcceptTransitGatewayClientVpnAttachmentCommand extends smithyClient.Command +class AcceptTransitGatewayClientVpnAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptTransitGatewayClientVpnAttachment", {}) .n("EC2Client", "AcceptTransitGatewayClientVpnAttachmentCommand") @@ -4631,11 +4032,11 @@ class AcceptTransitGatewayClientVpnAttachmentCommand extends smithyClient.Comman .build() { } -class AcceptTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.Command +class AcceptTransitGatewayMulticastDomainAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptTransitGatewayMulticastDomainAssociations", {}) .n("EC2Client", "AcceptTransitGatewayMulticastDomainAssociationsCommand") @@ -4643,11 +4044,11 @@ class AcceptTransitGatewayMulticastDomainAssociationsCommand extends smithyClien .build() { } -class AcceptTransitGatewayPeeringAttachmentCommand extends smithyClient.Command +class AcceptTransitGatewayPeeringAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptTransitGatewayPeeringAttachment", {}) .n("EC2Client", "AcceptTransitGatewayPeeringAttachmentCommand") @@ -4655,11 +4056,11 @@ class AcceptTransitGatewayPeeringAttachmentCommand extends smithyClient.Command .build() { } -class AcceptTransitGatewayVpcAttachmentCommand extends smithyClient.Command +class AcceptTransitGatewayVpcAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptTransitGatewayVpcAttachment", {}) .n("EC2Client", "AcceptTransitGatewayVpcAttachmentCommand") @@ -4667,11 +4068,11 @@ class AcceptTransitGatewayVpcAttachmentCommand extends smithyClient.Command .build() { } -class AcceptVpcEndpointConnectionsCommand extends smithyClient.Command +class AcceptVpcEndpointConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptVpcEndpointConnections", {}) .n("EC2Client", "AcceptVpcEndpointConnectionsCommand") @@ -4679,11 +4080,11 @@ class AcceptVpcEndpointConnectionsCommand extends smithyClient.Command .build() { } -class AcceptVpcPeeringConnectionCommand extends smithyClient.Command +class AcceptVpcPeeringConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AcceptVpcPeeringConnection", {}) .n("EC2Client", "AcceptVpcPeeringConnectionCommand") @@ -4691,11 +4092,11 @@ class AcceptVpcPeeringConnectionCommand extends smithyClient.Command .build() { } -class AdvertiseByoipCidrCommand extends smithyClient.Command +class AdvertiseByoipCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AdvertiseByoipCidr", {}) .n("EC2Client", "AdvertiseByoipCidrCommand") @@ -4703,11 +4104,11 @@ class AdvertiseByoipCidrCommand extends smithyClient.Command .build() { } -class AllocateAddressCommand extends smithyClient.Command +class AllocateAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AllocateAddress", {}) .n("EC2Client", "AllocateAddressCommand") @@ -4715,11 +4116,11 @@ class AllocateAddressCommand extends smithyClient.Command .build() { } -class AllocateHostsCommand extends smithyClient.Command +class AllocateHostsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AllocateHosts", {}) .n("EC2Client", "AllocateHostsCommand") @@ -4727,11 +4128,11 @@ class AllocateHostsCommand extends smithyClient.Command .build() { } -class AllocateIpamPoolCidrCommand extends smithyClient.Command +class AllocateIpamPoolCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AllocateIpamPoolCidr", {}) .n("EC2Client", "AllocateIpamPoolCidrCommand") @@ -4739,11 +4140,11 @@ class AllocateIpamPoolCidrCommand extends smithyClient.Command .build() { } -class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends smithyClient.Command +class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ApplySecurityGroupsToClientVpnTargetNetwork", {}) .n("EC2Client", "ApplySecurityGroupsToClientVpnTargetNetworkCommand") @@ -4751,11 +4152,11 @@ class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends smithyClient.Co .build() { } -class AssignIpv6AddressesCommand extends smithyClient.Command +class AssignIpv6AddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssignIpv6Addresses", {}) .n("EC2Client", "AssignIpv6AddressesCommand") @@ -4763,11 +4164,11 @@ class AssignIpv6AddressesCommand extends smithyClient.Command .build() { } -class AssignPrivateIpAddressesCommand extends smithyClient.Command +class AssignPrivateIpAddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssignPrivateIpAddresses", {}) .n("EC2Client", "AssignPrivateIpAddressesCommand") @@ -4775,11 +4176,11 @@ class AssignPrivateIpAddressesCommand extends smithyClient.Command .build() { } -class AssignPrivateNatGatewayAddressCommand extends smithyClient.Command +class AssignPrivateNatGatewayAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssignPrivateNatGatewayAddress", {}) .n("EC2Client", "AssignPrivateNatGatewayAddressCommand") @@ -4787,11 +4188,11 @@ class AssignPrivateNatGatewayAddressCommand extends smithyClient.Command .build() { } -class AssociateAddressCommand extends smithyClient.Command +class AssociateAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateAddress", {}) .n("EC2Client", "AssociateAddressCommand") @@ -4799,11 +4200,11 @@ class AssociateAddressCommand extends smithyClient.Command .build() { } -class AssociateCapacityReservationBillingOwnerCommand extends smithyClient.Command +class AssociateCapacityReservationBillingOwnerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateCapacityReservationBillingOwner", {}) .n("EC2Client", "AssociateCapacityReservationBillingOwnerCommand") @@ -4811,11 +4212,11 @@ class AssociateCapacityReservationBillingOwnerCommand extends smithyClient.Comma .build() { } -class AssociateClientVpnTargetNetworkCommand extends smithyClient.Command +class AssociateClientVpnTargetNetworkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateClientVpnTargetNetwork", {}) .n("EC2Client", "AssociateClientVpnTargetNetworkCommand") @@ -4823,11 +4224,11 @@ class AssociateClientVpnTargetNetworkCommand extends smithyClient.Command .build() { } -class AssociateDhcpOptionsCommand extends smithyClient.Command +class AssociateDhcpOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateDhcpOptions", {}) .n("EC2Client", "AssociateDhcpOptionsCommand") @@ -4835,11 +4236,11 @@ class AssociateDhcpOptionsCommand extends smithyClient.Command .build() { } -class AssociateEnclaveCertificateIamRoleCommand extends smithyClient.Command +class AssociateEnclaveCertificateIamRoleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateEnclaveCertificateIamRole", {}) .n("EC2Client", "AssociateEnclaveCertificateIamRoleCommand") @@ -4847,11 +4248,11 @@ class AssociateEnclaveCertificateIamRoleCommand extends smithyClient.Command .build() { } -class AssociateIamInstanceProfileCommand extends smithyClient.Command +class AssociateIamInstanceProfileCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateIamInstanceProfile", {}) .n("EC2Client", "AssociateIamInstanceProfileCommand") @@ -4859,11 +4260,11 @@ class AssociateIamInstanceProfileCommand extends smithyClient.Command .build() { } -class AssociateInstanceEventWindowCommand extends smithyClient.Command +class AssociateInstanceEventWindowCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateInstanceEventWindow", {}) .n("EC2Client", "AssociateInstanceEventWindowCommand") @@ -4871,11 +4272,11 @@ class AssociateInstanceEventWindowCommand extends smithyClient.Command .build() { } -class AssociateIpamByoasnCommand extends smithyClient.Command +class AssociateIpamByoasnCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateIpamByoasn", {}) .n("EC2Client", "AssociateIpamByoasnCommand") @@ -4883,11 +4284,11 @@ class AssociateIpamByoasnCommand extends smithyClient.Command .build() { } -class AssociateIpamResourceDiscoveryCommand extends smithyClient.Command +class AssociateIpamResourceDiscoveryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateIpamResourceDiscovery", {}) .n("EC2Client", "AssociateIpamResourceDiscoveryCommand") @@ -4895,11 +4296,11 @@ class AssociateIpamResourceDiscoveryCommand extends smithyClient.Command .build() { } -class AssociateNatGatewayAddressCommand extends smithyClient.Command +class AssociateNatGatewayAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateNatGatewayAddress", {}) .n("EC2Client", "AssociateNatGatewayAddressCommand") @@ -4907,11 +4308,11 @@ class AssociateNatGatewayAddressCommand extends smithyClient.Command .build() { } -class AssociateRouteServerCommand extends smithyClient.Command +class AssociateRouteServerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateRouteServer", {}) .n("EC2Client", "AssociateRouteServerCommand") @@ -4919,11 +4320,11 @@ class AssociateRouteServerCommand extends smithyClient.Command .build() { } -class AssociateRouteTableCommand extends smithyClient.Command +class AssociateRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateRouteTable", {}) .n("EC2Client", "AssociateRouteTableCommand") @@ -4931,11 +4332,11 @@ class AssociateRouteTableCommand extends smithyClient.Command .build() { } -class AssociateSecurityGroupVpcCommand extends smithyClient.Command +class AssociateSecurityGroupVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateSecurityGroupVpc", {}) .n("EC2Client", "AssociateSecurityGroupVpcCommand") @@ -4943,11 +4344,11 @@ class AssociateSecurityGroupVpcCommand extends smithyClient.Command .build() { } -class AssociateSubnetCidrBlockCommand extends smithyClient.Command +class AssociateSubnetCidrBlockCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateSubnetCidrBlock", {}) .n("EC2Client", "AssociateSubnetCidrBlockCommand") @@ -4955,11 +4356,11 @@ class AssociateSubnetCidrBlockCommand extends smithyClient.Command .build() { } -class AssociateTransitGatewayMulticastDomainCommand extends smithyClient.Command +class AssociateTransitGatewayMulticastDomainCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateTransitGatewayMulticastDomain", {}) .n("EC2Client", "AssociateTransitGatewayMulticastDomainCommand") @@ -4967,11 +4368,11 @@ class AssociateTransitGatewayMulticastDomainCommand extends smithyClient.Command .build() { } -class AssociateTransitGatewayPolicyTableCommand extends smithyClient.Command +class AssociateTransitGatewayPolicyTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateTransitGatewayPolicyTable", {}) .n("EC2Client", "AssociateTransitGatewayPolicyTableCommand") @@ -4979,11 +4380,11 @@ class AssociateTransitGatewayPolicyTableCommand extends smithyClient.Command .build() { } -class AssociateTransitGatewayRouteTableCommand extends smithyClient.Command +class AssociateTransitGatewayRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateTransitGatewayRouteTable", {}) .n("EC2Client", "AssociateTransitGatewayRouteTableCommand") @@ -4991,11 +4392,11 @@ class AssociateTransitGatewayRouteTableCommand extends smithyClient.Command .build() { } -class AssociateTrunkInterfaceCommand extends smithyClient.Command +class AssociateTrunkInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateTrunkInterface", {}) .n("EC2Client", "AssociateTrunkInterfaceCommand") @@ -5003,11 +4404,11 @@ class AssociateTrunkInterfaceCommand extends smithyClient.Command .build() { } -class AssociateVpcCidrBlockCommand extends smithyClient.Command +class AssociateVpcCidrBlockCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AssociateVpcCidrBlock", {}) .n("EC2Client", "AssociateVpcCidrBlockCommand") @@ -5015,11 +4416,11 @@ class AssociateVpcCidrBlockCommand extends smithyClient.Command .build() { } -class AttachClassicLinkVpcCommand extends smithyClient.Command +class AttachClassicLinkVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AttachClassicLinkVpc", {}) .n("EC2Client", "AttachClassicLinkVpcCommand") @@ -5027,11 +4428,11 @@ class AttachClassicLinkVpcCommand extends smithyClient.Command .build() { } -class AttachInternetGatewayCommand extends smithyClient.Command +class AttachInternetGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AttachInternetGateway", {}) .n("EC2Client", "AttachInternetGatewayCommand") @@ -5039,11 +4440,11 @@ class AttachInternetGatewayCommand extends smithyClient.Command .build() { } -class AttachNetworkInterfaceCommand extends smithyClient.Command +class AttachNetworkInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AttachNetworkInterface", {}) .n("EC2Client", "AttachNetworkInterfaceCommand") @@ -5051,11 +4452,11 @@ class AttachNetworkInterfaceCommand extends smithyClient.Command .build() { } -class AttachVerifiedAccessTrustProviderCommand extends smithyClient.Command +class AttachVerifiedAccessTrustProviderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AttachVerifiedAccessTrustProvider", {}) .n("EC2Client", "AttachVerifiedAccessTrustProviderCommand") @@ -5063,11 +4464,11 @@ class AttachVerifiedAccessTrustProviderCommand extends smithyClient.Command .build() { } -class AttachVolumeCommand extends smithyClient.Command +class AttachVolumeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AttachVolume", {}) .n("EC2Client", "AttachVolumeCommand") @@ -5075,11 +4476,11 @@ class AttachVolumeCommand extends smithyClient.Command .build() { } -class AttachVpnGatewayCommand extends smithyClient.Command +class AttachVpnGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AttachVpnGateway", {}) .n("EC2Client", "AttachVpnGatewayCommand") @@ -5087,11 +4488,11 @@ class AttachVpnGatewayCommand extends smithyClient.Command .build() { } -class AuthorizeClientVpnIngressCommand extends smithyClient.Command +class AuthorizeClientVpnIngressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AuthorizeClientVpnIngress", {}) .n("EC2Client", "AuthorizeClientVpnIngressCommand") @@ -5099,11 +4500,11 @@ class AuthorizeClientVpnIngressCommand extends smithyClient.Command .build() { } -class AuthorizeSecurityGroupEgressCommand extends smithyClient.Command +class AuthorizeSecurityGroupEgressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AuthorizeSecurityGroupEgress", {}) .n("EC2Client", "AuthorizeSecurityGroupEgressCommand") @@ -5111,11 +4512,11 @@ class AuthorizeSecurityGroupEgressCommand extends smithyClient.Command .build() { } -class AuthorizeSecurityGroupIngressCommand extends smithyClient.Command +class AuthorizeSecurityGroupIngressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "AuthorizeSecurityGroupIngress", {}) .n("EC2Client", "AuthorizeSecurityGroupIngressCommand") @@ -5123,11 +4524,11 @@ class AuthorizeSecurityGroupIngressCommand extends smithyClient.Command .build() { } -class BundleInstanceCommand extends smithyClient.Command +class BundleInstanceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "BundleInstance", {}) .n("EC2Client", "BundleInstanceCommand") @@ -5135,11 +4536,11 @@ class BundleInstanceCommand extends smithyClient.Command .build() { } -class CancelBundleTaskCommand extends smithyClient.Command +class CancelBundleTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelBundleTask", {}) .n("EC2Client", "CancelBundleTaskCommand") @@ -5147,11 +4548,11 @@ class CancelBundleTaskCommand extends smithyClient.Command .build() { } -class CancelCapacityReservationCommand extends smithyClient.Command +class CancelCapacityReservationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelCapacityReservation", {}) .n("EC2Client", "CancelCapacityReservationCommand") @@ -5159,11 +4560,11 @@ class CancelCapacityReservationCommand extends smithyClient.Command .build() { } -class CancelCapacityReservationFleetsCommand extends smithyClient.Command +class CancelCapacityReservationFleetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelCapacityReservationFleets", {}) .n("EC2Client", "CancelCapacityReservationFleetsCommand") @@ -5171,11 +4572,11 @@ class CancelCapacityReservationFleetsCommand extends smithyClient.Command .build() { } -class CancelConversionTaskCommand extends smithyClient.Command +class CancelConversionTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelConversionTask", {}) .n("EC2Client", "CancelConversionTaskCommand") @@ -5183,11 +4584,11 @@ class CancelConversionTaskCommand extends smithyClient.Command .build() { } -class CancelDeclarativePoliciesReportCommand extends smithyClient.Command +class CancelDeclarativePoliciesReportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelDeclarativePoliciesReport", {}) .n("EC2Client", "CancelDeclarativePoliciesReportCommand") @@ -5195,11 +4596,11 @@ class CancelDeclarativePoliciesReportCommand extends smithyClient.Command .build() { } -class CancelExportTaskCommand extends smithyClient.Command +class CancelExportTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelExportTask", {}) .n("EC2Client", "CancelExportTaskCommand") @@ -5207,11 +4608,11 @@ class CancelExportTaskCommand extends smithyClient.Command .build() { } -class CancelImageLaunchPermissionCommand extends smithyClient.Command +class CancelImageLaunchPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelImageLaunchPermission", {}) .n("EC2Client", "CancelImageLaunchPermissionCommand") @@ -5219,11 +4620,11 @@ class CancelImageLaunchPermissionCommand extends smithyClient.Command .build() { } -class CancelImportTaskCommand extends smithyClient.Command +class CancelImportTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelImportTask", {}) .n("EC2Client", "CancelImportTaskCommand") @@ -5231,11 +4632,11 @@ class CancelImportTaskCommand extends smithyClient.Command .build() { } -class CancelReservedInstancesListingCommand extends smithyClient.Command +class CancelReservedInstancesListingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelReservedInstancesListing", {}) .n("EC2Client", "CancelReservedInstancesListingCommand") @@ -5243,11 +4644,11 @@ class CancelReservedInstancesListingCommand extends smithyClient.Command .build() { } -class CancelSpotFleetRequestsCommand extends smithyClient.Command +class CancelSpotFleetRequestsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelSpotFleetRequests", {}) .n("EC2Client", "CancelSpotFleetRequestsCommand") @@ -5255,11 +4656,11 @@ class CancelSpotFleetRequestsCommand extends smithyClient.Command .build() { } -class CancelSpotInstanceRequestsCommand extends smithyClient.Command +class CancelSpotInstanceRequestsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CancelSpotInstanceRequests", {}) .n("EC2Client", "CancelSpotInstanceRequestsCommand") @@ -5267,11 +4668,11 @@ class CancelSpotInstanceRequestsCommand extends smithyClient.Command .build() { } -class ConfirmProductInstanceCommand extends smithyClient.Command +class ConfirmProductInstanceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ConfirmProductInstance", {}) .n("EC2Client", "ConfirmProductInstanceCommand") @@ -5279,11 +4680,11 @@ class ConfirmProductInstanceCommand extends smithyClient.Command .build() { } -class CopyFpgaImageCommand extends smithyClient.Command +class CopyFpgaImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CopyFpgaImage", {}) .n("EC2Client", "CopyFpgaImageCommand") @@ -5291,11 +4692,11 @@ class CopyFpgaImageCommand extends smithyClient.Command .build() { } -class CopyImageCommand extends smithyClient.Command +class CopyImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CopyImage", {}) .n("EC2Client", "CopyImageCommand") @@ -5303,12 +4704,12 @@ class CopyImageCommand extends smithyClient.Command .build() { } -class CopySnapshotCommand extends smithyClient.Command +class CopySnapshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [ - middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()), + endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()), middlewareSdkEc2.getCopySnapshotPresignedUrlPlugin(config), ]; }) @@ -5318,11 +4719,11 @@ class CopySnapshotCommand extends smithyClient.Command .build() { } -class CopyVolumesCommand extends smithyClient.Command +class CopyVolumesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CopyVolumes", {}) .n("EC2Client", "CopyVolumesCommand") @@ -5330,11 +4731,11 @@ class CopyVolumesCommand extends smithyClient.Command .build() { } -class CreateCapacityManagerDataExportCommand extends smithyClient.Command +class CreateCapacityManagerDataExportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCapacityManagerDataExport", {}) .n("EC2Client", "CreateCapacityManagerDataExportCommand") @@ -5342,11 +4743,11 @@ class CreateCapacityManagerDataExportCommand extends smithyClient.Command .build() { } -class CreateCapacityReservationBySplittingCommand extends smithyClient.Command +class CreateCapacityReservationBySplittingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCapacityReservationBySplitting", {}) .n("EC2Client", "CreateCapacityReservationBySplittingCommand") @@ -5354,11 +4755,23 @@ class CreateCapacityReservationBySplittingCommand extends smithyClient.Command .build() { } -class CreateCapacityReservationCommand extends smithyClient.Command +class CreateCapacityReservationCancellationQuoteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; +}) + .s("AmazonEC2", "CreateCapacityReservationCancellationQuote", {}) + .n("EC2Client", "CreateCapacityReservationCancellationQuoteCommand") + .sc(schemas_0.CreateCapacityReservationCancellationQuote$) + .build() { +} + +class CreateCapacityReservationCommand extends client.Command + .classBuilder() + .ep(commonParams) + .m(function (Command, cs, config, o) { + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCapacityReservation", {}) .n("EC2Client", "CreateCapacityReservationCommand") @@ -5366,11 +4779,11 @@ class CreateCapacityReservationCommand extends smithyClient.Command .build() { } -class CreateCapacityReservationFleetCommand extends smithyClient.Command +class CreateCapacityReservationFleetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCapacityReservationFleet", {}) .n("EC2Client", "CreateCapacityReservationFleetCommand") @@ -5378,11 +4791,11 @@ class CreateCapacityReservationFleetCommand extends smithyClient.Command .build() { } -class CreateCarrierGatewayCommand extends smithyClient.Command +class CreateCarrierGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCarrierGateway", {}) .n("EC2Client", "CreateCarrierGatewayCommand") @@ -5390,11 +4803,11 @@ class CreateCarrierGatewayCommand extends smithyClient.Command .build() { } -class CreateClientVpnEndpointCommand extends smithyClient.Command +class CreateClientVpnEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateClientVpnEndpoint", {}) .n("EC2Client", "CreateClientVpnEndpointCommand") @@ -5402,11 +4815,11 @@ class CreateClientVpnEndpointCommand extends smithyClient.Command .build() { } -class CreateClientVpnRouteCommand extends smithyClient.Command +class CreateClientVpnRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateClientVpnRoute", {}) .n("EC2Client", "CreateClientVpnRouteCommand") @@ -5414,11 +4827,11 @@ class CreateClientVpnRouteCommand extends smithyClient.Command .build() { } -class CreateCoipCidrCommand extends smithyClient.Command +class CreateCoipCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCoipCidr", {}) .n("EC2Client", "CreateCoipCidrCommand") @@ -5426,11 +4839,11 @@ class CreateCoipCidrCommand extends smithyClient.Command .build() { } -class CreateCoipPoolCommand extends smithyClient.Command +class CreateCoipPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCoipPool", {}) .n("EC2Client", "CreateCoipPoolCommand") @@ -5438,11 +4851,11 @@ class CreateCoipPoolCommand extends smithyClient.Command .build() { } -class CreateCustomerGatewayCommand extends smithyClient.Command +class CreateCustomerGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateCustomerGateway", {}) .n("EC2Client", "CreateCustomerGatewayCommand") @@ -5450,11 +4863,11 @@ class CreateCustomerGatewayCommand extends smithyClient.Command .build() { } -class CreateDefaultSubnetCommand extends smithyClient.Command +class CreateDefaultSubnetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateDefaultSubnet", {}) .n("EC2Client", "CreateDefaultSubnetCommand") @@ -5462,11 +4875,11 @@ class CreateDefaultSubnetCommand extends smithyClient.Command .build() { } -class CreateDefaultVpcCommand extends smithyClient.Command +class CreateDefaultVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateDefaultVpc", {}) .n("EC2Client", "CreateDefaultVpcCommand") @@ -5474,11 +4887,11 @@ class CreateDefaultVpcCommand extends smithyClient.Command .build() { } -class CreateDelegateMacVolumeOwnershipTaskCommand extends smithyClient.Command +class CreateDelegateMacVolumeOwnershipTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateDelegateMacVolumeOwnershipTask", {}) .n("EC2Client", "CreateDelegateMacVolumeOwnershipTaskCommand") @@ -5486,11 +4899,11 @@ class CreateDelegateMacVolumeOwnershipTaskCommand extends smithyClient.Command .build() { } -class CreateDhcpOptionsCommand extends smithyClient.Command +class CreateDhcpOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateDhcpOptions", {}) .n("EC2Client", "CreateDhcpOptionsCommand") @@ -5498,11 +4911,11 @@ class CreateDhcpOptionsCommand extends smithyClient.Command .build() { } -class CreateEgressOnlyInternetGatewayCommand extends smithyClient.Command +class CreateEgressOnlyInternetGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateEgressOnlyInternetGateway", {}) .n("EC2Client", "CreateEgressOnlyInternetGatewayCommand") @@ -5510,11 +4923,11 @@ class CreateEgressOnlyInternetGatewayCommand extends smithyClient.Command .build() { } -class CreateFleetCommand extends smithyClient.Command +class CreateFleetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateFleet", {}) .n("EC2Client", "CreateFleetCommand") @@ -5522,11 +4935,11 @@ class CreateFleetCommand extends smithyClient.Command .build() { } -class CreateFlowLogsCommand extends smithyClient.Command +class CreateFlowLogsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateFlowLogs", {}) .n("EC2Client", "CreateFlowLogsCommand") @@ -5534,11 +4947,11 @@ class CreateFlowLogsCommand extends smithyClient.Command .build() { } -class CreateFpgaImageCommand extends smithyClient.Command +class CreateFpgaImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateFpgaImage", {}) .n("EC2Client", "CreateFpgaImageCommand") @@ -5546,11 +4959,11 @@ class CreateFpgaImageCommand extends smithyClient.Command .build() { } -class CreateImageCommand extends smithyClient.Command +class CreateImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateImage", {}) .n("EC2Client", "CreateImageCommand") @@ -5558,11 +4971,11 @@ class CreateImageCommand extends smithyClient.Command .build() { } -class CreateImageUsageReportCommand extends smithyClient.Command +class CreateImageUsageReportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateImageUsageReport", {}) .n("EC2Client", "CreateImageUsageReportCommand") @@ -5570,11 +4983,11 @@ class CreateImageUsageReportCommand extends smithyClient.Command .build() { } -class CreateInstanceConnectEndpointCommand extends smithyClient.Command +class CreateInstanceConnectEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateInstanceConnectEndpoint", {}) .n("EC2Client", "CreateInstanceConnectEndpointCommand") @@ -5582,11 +4995,11 @@ class CreateInstanceConnectEndpointCommand extends smithyClient.Command .build() { } -class CreateInstanceEventWindowCommand extends smithyClient.Command +class CreateInstanceEventWindowCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateInstanceEventWindow", {}) .n("EC2Client", "CreateInstanceEventWindowCommand") @@ -5594,11 +5007,11 @@ class CreateInstanceEventWindowCommand extends smithyClient.Command .build() { } -class CreateInstanceExportTaskCommand extends smithyClient.Command +class CreateInstanceExportTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateInstanceExportTask", {}) .n("EC2Client", "CreateInstanceExportTaskCommand") @@ -5606,11 +5019,11 @@ class CreateInstanceExportTaskCommand extends smithyClient.Command .build() { } -class CreateInternetGatewayCommand extends smithyClient.Command +class CreateInternetGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateInternetGateway", {}) .n("EC2Client", "CreateInternetGatewayCommand") @@ -5618,11 +5031,11 @@ class CreateInternetGatewayCommand extends smithyClient.Command .build() { } -class CreateInterruptibleCapacityReservationAllocationCommand extends smithyClient.Command +class CreateInterruptibleCapacityReservationAllocationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateInterruptibleCapacityReservationAllocation", {}) .n("EC2Client", "CreateInterruptibleCapacityReservationAllocationCommand") @@ -5630,11 +5043,11 @@ class CreateInterruptibleCapacityReservationAllocationCommand extends smithyClie .build() { } -class CreateIpamCommand extends smithyClient.Command +class CreateIpamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpam", {}) .n("EC2Client", "CreateIpamCommand") @@ -5642,11 +5055,11 @@ class CreateIpamCommand extends smithyClient.Command .build() { } -class CreateIpamExternalResourceVerificationTokenCommand extends smithyClient.Command +class CreateIpamExternalResourceVerificationTokenCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamExternalResourceVerificationToken", {}) .n("EC2Client", "CreateIpamExternalResourceVerificationTokenCommand") @@ -5654,11 +5067,11 @@ class CreateIpamExternalResourceVerificationTokenCommand extends smithyClient.Co .build() { } -class CreateIpamPolicyCommand extends smithyClient.Command +class CreateIpamPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamPolicy", {}) .n("EC2Client", "CreateIpamPolicyCommand") @@ -5666,11 +5079,11 @@ class CreateIpamPolicyCommand extends smithyClient.Command .build() { } -class CreateIpamPoolCommand extends smithyClient.Command +class CreateIpamPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamPool", {}) .n("EC2Client", "CreateIpamPoolCommand") @@ -5678,11 +5091,11 @@ class CreateIpamPoolCommand extends smithyClient.Command .build() { } -class CreateIpamPrefixListResolverCommand extends smithyClient.Command +class CreateIpamPrefixListResolverCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamPrefixListResolver", {}) .n("EC2Client", "CreateIpamPrefixListResolverCommand") @@ -5690,11 +5103,11 @@ class CreateIpamPrefixListResolverCommand extends smithyClient.Command .build() { } -class CreateIpamPrefixListResolverTargetCommand extends smithyClient.Command +class CreateIpamPrefixListResolverTargetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamPrefixListResolverTarget", {}) .n("EC2Client", "CreateIpamPrefixListResolverTargetCommand") @@ -5702,11 +5115,11 @@ class CreateIpamPrefixListResolverTargetCommand extends smithyClient.Command .build() { } -class CreateIpamResourceDiscoveryCommand extends smithyClient.Command +class CreateIpamResourceDiscoveryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamResourceDiscovery", {}) .n("EC2Client", "CreateIpamResourceDiscoveryCommand") @@ -5714,11 +5127,11 @@ class CreateIpamResourceDiscoveryCommand extends smithyClient.Command .build() { } -class CreateIpamScopeCommand extends smithyClient.Command +class CreateIpamScopeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateIpamScope", {}) .n("EC2Client", "CreateIpamScopeCommand") @@ -5726,11 +5139,11 @@ class CreateIpamScopeCommand extends smithyClient.Command .build() { } -class CreateKeyPairCommand extends smithyClient.Command +class CreateKeyPairCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateKeyPair", {}) .n("EC2Client", "CreateKeyPairCommand") @@ -5738,11 +5151,11 @@ class CreateKeyPairCommand extends smithyClient.Command .build() { } -class CreateLaunchTemplateCommand extends smithyClient.Command +class CreateLaunchTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLaunchTemplate", {}) .n("EC2Client", "CreateLaunchTemplateCommand") @@ -5750,11 +5163,11 @@ class CreateLaunchTemplateCommand extends smithyClient.Command .build() { } -class CreateLaunchTemplateVersionCommand extends smithyClient.Command +class CreateLaunchTemplateVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLaunchTemplateVersion", {}) .n("EC2Client", "CreateLaunchTemplateVersionCommand") @@ -5762,11 +5175,11 @@ class CreateLaunchTemplateVersionCommand extends smithyClient.Command .build() { } -class CreateLocalGatewayRouteCommand extends smithyClient.Command +class CreateLocalGatewayRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLocalGatewayRoute", {}) .n("EC2Client", "CreateLocalGatewayRouteCommand") @@ -5774,11 +5187,11 @@ class CreateLocalGatewayRouteCommand extends smithyClient.Command .build() { } -class CreateLocalGatewayRouteTableCommand extends smithyClient.Command +class CreateLocalGatewayRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLocalGatewayRouteTable", {}) .n("EC2Client", "CreateLocalGatewayRouteTableCommand") @@ -5786,11 +5199,11 @@ class CreateLocalGatewayRouteTableCommand extends smithyClient.Command .build() { } -class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand extends smithyClient.Command +class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation", {}) .n("EC2Client", "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand") @@ -5798,11 +5211,11 @@ class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand extend .build() { } -class CreateLocalGatewayRouteTableVpcAssociationCommand extends smithyClient.Command +class CreateLocalGatewayRouteTableVpcAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLocalGatewayRouteTableVpcAssociation", {}) .n("EC2Client", "CreateLocalGatewayRouteTableVpcAssociationCommand") @@ -5810,11 +5223,11 @@ class CreateLocalGatewayRouteTableVpcAssociationCommand extends smithyClient.Com .build() { } -class CreateLocalGatewayVirtualInterfaceCommand extends smithyClient.Command +class CreateLocalGatewayVirtualInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLocalGatewayVirtualInterface", {}) .n("EC2Client", "CreateLocalGatewayVirtualInterfaceCommand") @@ -5822,11 +5235,11 @@ class CreateLocalGatewayVirtualInterfaceCommand extends smithyClient.Command .build() { } -class CreateLocalGatewayVirtualInterfaceGroupCommand extends smithyClient.Command +class CreateLocalGatewayVirtualInterfaceGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateLocalGatewayVirtualInterfaceGroup", {}) .n("EC2Client", "CreateLocalGatewayVirtualInterfaceGroupCommand") @@ -5834,11 +5247,11 @@ class CreateLocalGatewayVirtualInterfaceGroupCommand extends smithyClient.Comman .build() { } -class CreateMacSystemIntegrityProtectionModificationTaskCommand extends smithyClient.Command +class CreateMacSystemIntegrityProtectionModificationTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateMacSystemIntegrityProtectionModificationTask", {}) .n("EC2Client", "CreateMacSystemIntegrityProtectionModificationTaskCommand") @@ -5846,11 +5259,11 @@ class CreateMacSystemIntegrityProtectionModificationTaskCommand extends smithyCl .build() { } -class CreateManagedPrefixListCommand extends smithyClient.Command +class CreateManagedPrefixListCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateManagedPrefixList", {}) .n("EC2Client", "CreateManagedPrefixListCommand") @@ -5858,11 +5271,11 @@ class CreateManagedPrefixListCommand extends smithyClient.Command .build() { } -class CreateNatGatewayCommand extends smithyClient.Command +class CreateNatGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNatGateway", {}) .n("EC2Client", "CreateNatGatewayCommand") @@ -5870,11 +5283,11 @@ class CreateNatGatewayCommand extends smithyClient.Command .build() { } -class CreateNetworkAclCommand extends smithyClient.Command +class CreateNetworkAclCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNetworkAcl", {}) .n("EC2Client", "CreateNetworkAclCommand") @@ -5882,11 +5295,11 @@ class CreateNetworkAclCommand extends smithyClient.Command .build() { } -class CreateNetworkAclEntryCommand extends smithyClient.Command +class CreateNetworkAclEntryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNetworkAclEntry", {}) .n("EC2Client", "CreateNetworkAclEntryCommand") @@ -5894,11 +5307,11 @@ class CreateNetworkAclEntryCommand extends smithyClient.Command .build() { } -class CreateNetworkInsightsAccessScopeCommand extends smithyClient.Command +class CreateNetworkInsightsAccessScopeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNetworkInsightsAccessScope", {}) .n("EC2Client", "CreateNetworkInsightsAccessScopeCommand") @@ -5906,11 +5319,11 @@ class CreateNetworkInsightsAccessScopeCommand extends smithyClient.Command .build() { } -class CreateNetworkInsightsPathCommand extends smithyClient.Command +class CreateNetworkInsightsPathCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNetworkInsightsPath", {}) .n("EC2Client", "CreateNetworkInsightsPathCommand") @@ -5918,11 +5331,11 @@ class CreateNetworkInsightsPathCommand extends smithyClient.Command .build() { } -class CreateNetworkInterfaceCommand extends smithyClient.Command +class CreateNetworkInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNetworkInterface", {}) .n("EC2Client", "CreateNetworkInterfaceCommand") @@ -5930,11 +5343,11 @@ class CreateNetworkInterfaceCommand extends smithyClient.Command .build() { } -class CreateNetworkInterfacePermissionCommand extends smithyClient.Command +class CreateNetworkInterfacePermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateNetworkInterfacePermission", {}) .n("EC2Client", "CreateNetworkInterfacePermissionCommand") @@ -5942,11 +5355,11 @@ class CreateNetworkInterfacePermissionCommand extends smithyClient.Command .build() { } -class CreatePlacementGroupCommand extends smithyClient.Command +class CreatePlacementGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreatePlacementGroup", {}) .n("EC2Client", "CreatePlacementGroupCommand") @@ -5954,11 +5367,11 @@ class CreatePlacementGroupCommand extends smithyClient.Command .build() { } -class CreatePublicIpv4PoolCommand extends smithyClient.Command +class CreatePublicIpv4PoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreatePublicIpv4Pool", {}) .n("EC2Client", "CreatePublicIpv4PoolCommand") @@ -5966,11 +5379,11 @@ class CreatePublicIpv4PoolCommand extends smithyClient.Command .build() { } -class CreateReplaceRootVolumeTaskCommand extends smithyClient.Command +class CreateReplaceRootVolumeTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateReplaceRootVolumeTask", {}) .n("EC2Client", "CreateReplaceRootVolumeTaskCommand") @@ -5978,11 +5391,11 @@ class CreateReplaceRootVolumeTaskCommand extends smithyClient.Command .build() { } -class CreateReservedInstancesListingCommand extends smithyClient.Command +class CreateReservedInstancesListingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateReservedInstancesListing", {}) .n("EC2Client", "CreateReservedInstancesListingCommand") @@ -5990,11 +5403,11 @@ class CreateReservedInstancesListingCommand extends smithyClient.Command .build() { } -class CreateRestoreImageTaskCommand extends smithyClient.Command +class CreateRestoreImageTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateRestoreImageTask", {}) .n("EC2Client", "CreateRestoreImageTaskCommand") @@ -6002,11 +5415,11 @@ class CreateRestoreImageTaskCommand extends smithyClient.Command .build() { } -class CreateRouteCommand extends smithyClient.Command +class CreateRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateRoute", {}) .n("EC2Client", "CreateRouteCommand") @@ -6014,11 +5427,11 @@ class CreateRouteCommand extends smithyClient.Command .build() { } -class CreateRouteServerCommand extends smithyClient.Command +class CreateRouteServerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateRouteServer", {}) .n("EC2Client", "CreateRouteServerCommand") @@ -6026,11 +5439,11 @@ class CreateRouteServerCommand extends smithyClient.Command .build() { } -class CreateRouteServerEndpointCommand extends smithyClient.Command +class CreateRouteServerEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateRouteServerEndpoint", {}) .n("EC2Client", "CreateRouteServerEndpointCommand") @@ -6038,11 +5451,11 @@ class CreateRouteServerEndpointCommand extends smithyClient.Command .build() { } -class CreateRouteServerPeerCommand extends smithyClient.Command +class CreateRouteServerPeerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateRouteServerPeer", {}) .n("EC2Client", "CreateRouteServerPeerCommand") @@ -6050,11 +5463,11 @@ class CreateRouteServerPeerCommand extends smithyClient.Command .build() { } -class CreateRouteTableCommand extends smithyClient.Command +class CreateRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateRouteTable", {}) .n("EC2Client", "CreateRouteTableCommand") @@ -6062,11 +5475,11 @@ class CreateRouteTableCommand extends smithyClient.Command .build() { } -class CreateSecondaryNetworkCommand extends smithyClient.Command +class CreateSecondaryNetworkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSecondaryNetwork", {}) .n("EC2Client", "CreateSecondaryNetworkCommand") @@ -6074,11 +5487,11 @@ class CreateSecondaryNetworkCommand extends smithyClient.Command .build() { } -class CreateSecondarySubnetCommand extends smithyClient.Command +class CreateSecondarySubnetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSecondarySubnet", {}) .n("EC2Client", "CreateSecondarySubnetCommand") @@ -6086,11 +5499,11 @@ class CreateSecondarySubnetCommand extends smithyClient.Command .build() { } -class CreateSecurityGroupCommand extends smithyClient.Command +class CreateSecurityGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSecurityGroup", {}) .n("EC2Client", "CreateSecurityGroupCommand") @@ -6098,11 +5511,11 @@ class CreateSecurityGroupCommand extends smithyClient.Command .build() { } -class CreateSnapshotCommand extends smithyClient.Command +class CreateSnapshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSnapshot", {}) .n("EC2Client", "CreateSnapshotCommand") @@ -6110,11 +5523,11 @@ class CreateSnapshotCommand extends smithyClient.Command .build() { } -class CreateSnapshotsCommand extends smithyClient.Command +class CreateSnapshotsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSnapshots", {}) .n("EC2Client", "CreateSnapshotsCommand") @@ -6122,11 +5535,11 @@ class CreateSnapshotsCommand extends smithyClient.Command .build() { } -class CreateSpotDatafeedSubscriptionCommand extends smithyClient.Command +class CreateSpotDatafeedSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSpotDatafeedSubscription", {}) .n("EC2Client", "CreateSpotDatafeedSubscriptionCommand") @@ -6134,11 +5547,11 @@ class CreateSpotDatafeedSubscriptionCommand extends smithyClient.Command .build() { } -class CreateStoreImageTaskCommand extends smithyClient.Command +class CreateStoreImageTaskCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateStoreImageTask", {}) .n("EC2Client", "CreateStoreImageTaskCommand") @@ -6146,11 +5559,11 @@ class CreateStoreImageTaskCommand extends smithyClient.Command .build() { } -class CreateSubnetCidrReservationCommand extends smithyClient.Command +class CreateSubnetCidrReservationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSubnetCidrReservation", {}) .n("EC2Client", "CreateSubnetCidrReservationCommand") @@ -6158,11 +5571,11 @@ class CreateSubnetCidrReservationCommand extends smithyClient.Command .build() { } -class CreateSubnetCommand extends smithyClient.Command +class CreateSubnetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateSubnet", {}) .n("EC2Client", "CreateSubnetCommand") @@ -6170,11 +5583,11 @@ class CreateSubnetCommand extends smithyClient.Command .build() { } -class CreateTagsCommand extends smithyClient.Command +class CreateTagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTags", {}) .n("EC2Client", "CreateTagsCommand") @@ -6182,11 +5595,11 @@ class CreateTagsCommand extends smithyClient.Command .build() { } -class CreateTrafficMirrorFilterCommand extends smithyClient.Command +class CreateTrafficMirrorFilterCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTrafficMirrorFilter", {}) .n("EC2Client", "CreateTrafficMirrorFilterCommand") @@ -6194,11 +5607,11 @@ class CreateTrafficMirrorFilterCommand extends smithyClient.Command .build() { } -class CreateTrafficMirrorFilterRuleCommand extends smithyClient.Command +class CreateTrafficMirrorFilterRuleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTrafficMirrorFilterRule", {}) .n("EC2Client", "CreateTrafficMirrorFilterRuleCommand") @@ -6206,11 +5619,11 @@ class CreateTrafficMirrorFilterRuleCommand extends smithyClient.Command .build() { } -class CreateTrafficMirrorSessionCommand extends smithyClient.Command +class CreateTrafficMirrorSessionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTrafficMirrorSession", {}) .n("EC2Client", "CreateTrafficMirrorSessionCommand") @@ -6218,11 +5631,11 @@ class CreateTrafficMirrorSessionCommand extends smithyClient.Command .build() { } -class CreateTrafficMirrorTargetCommand extends smithyClient.Command +class CreateTrafficMirrorTargetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTrafficMirrorTarget", {}) .n("EC2Client", "CreateTrafficMirrorTargetCommand") @@ -6230,11 +5643,11 @@ class CreateTrafficMirrorTargetCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayCommand extends smithyClient.Command +class CreateTransitGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGateway", {}) .n("EC2Client", "CreateTransitGatewayCommand") @@ -6242,11 +5655,11 @@ class CreateTransitGatewayCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayConnectCommand extends smithyClient.Command +class CreateTransitGatewayConnectCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayConnect", {}) .n("EC2Client", "CreateTransitGatewayConnectCommand") @@ -6254,11 +5667,11 @@ class CreateTransitGatewayConnectCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayConnectPeerCommand extends smithyClient.Command +class CreateTransitGatewayConnectPeerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayConnectPeer", {}) .n("EC2Client", "CreateTransitGatewayConnectPeerCommand") @@ -6266,11 +5679,11 @@ class CreateTransitGatewayConnectPeerCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayMeteringPolicyCommand extends smithyClient.Command +class CreateTransitGatewayMeteringPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayMeteringPolicy", {}) .n("EC2Client", "CreateTransitGatewayMeteringPolicyCommand") @@ -6278,11 +5691,11 @@ class CreateTransitGatewayMeteringPolicyCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayMeteringPolicyEntryCommand extends smithyClient.Command +class CreateTransitGatewayMeteringPolicyEntryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayMeteringPolicyEntry", {}) .n("EC2Client", "CreateTransitGatewayMeteringPolicyEntryCommand") @@ -6290,11 +5703,11 @@ class CreateTransitGatewayMeteringPolicyEntryCommand extends smithyClient.Comman .build() { } -class CreateTransitGatewayMulticastDomainCommand extends smithyClient.Command +class CreateTransitGatewayMulticastDomainCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayMulticastDomain", {}) .n("EC2Client", "CreateTransitGatewayMulticastDomainCommand") @@ -6302,11 +5715,11 @@ class CreateTransitGatewayMulticastDomainCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayPeeringAttachmentCommand extends smithyClient.Command +class CreateTransitGatewayPeeringAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayPeeringAttachment", {}) .n("EC2Client", "CreateTransitGatewayPeeringAttachmentCommand") @@ -6314,11 +5727,11 @@ class CreateTransitGatewayPeeringAttachmentCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayPolicyTableCommand extends smithyClient.Command +class CreateTransitGatewayPolicyTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayPolicyTable", {}) .n("EC2Client", "CreateTransitGatewayPolicyTableCommand") @@ -6326,11 +5739,11 @@ class CreateTransitGatewayPolicyTableCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayPrefixListReferenceCommand extends smithyClient.Command +class CreateTransitGatewayPrefixListReferenceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayPrefixListReference", {}) .n("EC2Client", "CreateTransitGatewayPrefixListReferenceCommand") @@ -6338,11 +5751,11 @@ class CreateTransitGatewayPrefixListReferenceCommand extends smithyClient.Comman .build() { } -class CreateTransitGatewayRouteCommand extends smithyClient.Command +class CreateTransitGatewayRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayRoute", {}) .n("EC2Client", "CreateTransitGatewayRouteCommand") @@ -6350,11 +5763,11 @@ class CreateTransitGatewayRouteCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayRouteTableAnnouncementCommand extends smithyClient.Command +class CreateTransitGatewayRouteTableAnnouncementCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayRouteTableAnnouncement", {}) .n("EC2Client", "CreateTransitGatewayRouteTableAnnouncementCommand") @@ -6362,11 +5775,11 @@ class CreateTransitGatewayRouteTableAnnouncementCommand extends smithyClient.Com .build() { } -class CreateTransitGatewayRouteTableCommand extends smithyClient.Command +class CreateTransitGatewayRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayRouteTable", {}) .n("EC2Client", "CreateTransitGatewayRouteTableCommand") @@ -6374,11 +5787,11 @@ class CreateTransitGatewayRouteTableCommand extends smithyClient.Command .build() { } -class CreateTransitGatewayVpcAttachmentCommand extends smithyClient.Command +class CreateTransitGatewayVpcAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateTransitGatewayVpcAttachment", {}) .n("EC2Client", "CreateTransitGatewayVpcAttachmentCommand") @@ -6386,11 +5799,11 @@ class CreateTransitGatewayVpcAttachmentCommand extends smithyClient.Command .build() { } -class CreateVerifiedAccessEndpointCommand extends smithyClient.Command +class CreateVerifiedAccessEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVerifiedAccessEndpoint", {}) .n("EC2Client", "CreateVerifiedAccessEndpointCommand") @@ -6398,11 +5811,11 @@ class CreateVerifiedAccessEndpointCommand extends smithyClient.Command .build() { } -class CreateVerifiedAccessGroupCommand extends smithyClient.Command +class CreateVerifiedAccessGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVerifiedAccessGroup", {}) .n("EC2Client", "CreateVerifiedAccessGroupCommand") @@ -6410,11 +5823,11 @@ class CreateVerifiedAccessGroupCommand extends smithyClient.Command .build() { } -class CreateVerifiedAccessInstanceCommand extends smithyClient.Command +class CreateVerifiedAccessInstanceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVerifiedAccessInstance", {}) .n("EC2Client", "CreateVerifiedAccessInstanceCommand") @@ -6422,11 +5835,11 @@ class CreateVerifiedAccessInstanceCommand extends smithyClient.Command .build() { } -class CreateVerifiedAccessTrustProviderCommand extends smithyClient.Command +class CreateVerifiedAccessTrustProviderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVerifiedAccessTrustProvider", {}) .n("EC2Client", "CreateVerifiedAccessTrustProviderCommand") @@ -6434,11 +5847,11 @@ class CreateVerifiedAccessTrustProviderCommand extends smithyClient.Command .build() { } -class CreateVolumeCommand extends smithyClient.Command +class CreateVolumeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVolume", {}) .n("EC2Client", "CreateVolumeCommand") @@ -6446,11 +5859,11 @@ class CreateVolumeCommand extends smithyClient.Command .build() { } -class CreateVpcBlockPublicAccessExclusionCommand extends smithyClient.Command +class CreateVpcBlockPublicAccessExclusionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpcBlockPublicAccessExclusion", {}) .n("EC2Client", "CreateVpcBlockPublicAccessExclusionCommand") @@ -6458,11 +5871,11 @@ class CreateVpcBlockPublicAccessExclusionCommand extends smithyClient.Command .build() { } -class CreateVpcCommand extends smithyClient.Command +class CreateVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpc", {}) .n("EC2Client", "CreateVpcCommand") @@ -6470,11 +5883,11 @@ class CreateVpcCommand extends smithyClient.Command .build() { } -class CreateVpcEncryptionControlCommand extends smithyClient.Command +class CreateVpcEncryptionControlCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpcEncryptionControl", {}) .n("EC2Client", "CreateVpcEncryptionControlCommand") @@ -6482,11 +5895,11 @@ class CreateVpcEncryptionControlCommand extends smithyClient.Command .build() { } -class CreateVpcEndpointCommand extends smithyClient.Command +class CreateVpcEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpcEndpoint", {}) .n("EC2Client", "CreateVpcEndpointCommand") @@ -6494,11 +5907,11 @@ class CreateVpcEndpointCommand extends smithyClient.Command .build() { } -class CreateVpcEndpointConnectionNotificationCommand extends smithyClient.Command +class CreateVpcEndpointConnectionNotificationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpcEndpointConnectionNotification", {}) .n("EC2Client", "CreateVpcEndpointConnectionNotificationCommand") @@ -6506,11 +5919,11 @@ class CreateVpcEndpointConnectionNotificationCommand extends smithyClient.Comman .build() { } -class CreateVpcEndpointServiceConfigurationCommand extends smithyClient.Command +class CreateVpcEndpointServiceConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpcEndpointServiceConfiguration", {}) .n("EC2Client", "CreateVpcEndpointServiceConfigurationCommand") @@ -6518,11 +5931,11 @@ class CreateVpcEndpointServiceConfigurationCommand extends smithyClient.Command .build() { } -class CreateVpcPeeringConnectionCommand extends smithyClient.Command +class CreateVpcPeeringConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpcPeeringConnection", {}) .n("EC2Client", "CreateVpcPeeringConnectionCommand") @@ -6530,11 +5943,11 @@ class CreateVpcPeeringConnectionCommand extends smithyClient.Command .build() { } -class CreateVpnConcentratorCommand extends smithyClient.Command +class CreateVpnConcentratorCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpnConcentrator", {}) .n("EC2Client", "CreateVpnConcentratorCommand") @@ -6542,11 +5955,11 @@ class CreateVpnConcentratorCommand extends smithyClient.Command .build() { } -class CreateVpnConnectionCommand extends smithyClient.Command +class CreateVpnConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpnConnection", {}) .n("EC2Client", "CreateVpnConnectionCommand") @@ -6554,11 +5967,11 @@ class CreateVpnConnectionCommand extends smithyClient.Command .build() { } -class CreateVpnConnectionRouteCommand extends smithyClient.Command +class CreateVpnConnectionRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpnConnectionRoute", {}) .n("EC2Client", "CreateVpnConnectionRouteCommand") @@ -6566,11 +5979,11 @@ class CreateVpnConnectionRouteCommand extends smithyClient.Command .build() { } -class CreateVpnGatewayCommand extends smithyClient.Command +class CreateVpnGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "CreateVpnGateway", {}) .n("EC2Client", "CreateVpnGatewayCommand") @@ -6578,11 +5991,11 @@ class CreateVpnGatewayCommand extends smithyClient.Command .build() { } -class DeleteCapacityManagerDataExportCommand extends smithyClient.Command +class DeleteCapacityManagerDataExportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteCapacityManagerDataExport", {}) .n("EC2Client", "DeleteCapacityManagerDataExportCommand") @@ -6590,11 +6003,11 @@ class DeleteCapacityManagerDataExportCommand extends smithyClient.Command .build() { } -class DeleteCarrierGatewayCommand extends smithyClient.Command +class DeleteCarrierGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteCarrierGateway", {}) .n("EC2Client", "DeleteCarrierGatewayCommand") @@ -6602,11 +6015,11 @@ class DeleteCarrierGatewayCommand extends smithyClient.Command .build() { } -class DeleteClientVpnEndpointCommand extends smithyClient.Command +class DeleteClientVpnEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteClientVpnEndpoint", {}) .n("EC2Client", "DeleteClientVpnEndpointCommand") @@ -6614,11 +6027,11 @@ class DeleteClientVpnEndpointCommand extends smithyClient.Command .build() { } -class DeleteClientVpnRouteCommand extends smithyClient.Command +class DeleteClientVpnRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteClientVpnRoute", {}) .n("EC2Client", "DeleteClientVpnRouteCommand") @@ -6626,11 +6039,11 @@ class DeleteClientVpnRouteCommand extends smithyClient.Command .build() { } -class DeleteCoipCidrCommand extends smithyClient.Command +class DeleteCoipCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteCoipCidr", {}) .n("EC2Client", "DeleteCoipCidrCommand") @@ -6638,11 +6051,11 @@ class DeleteCoipCidrCommand extends smithyClient.Command .build() { } -class DeleteCoipPoolCommand extends smithyClient.Command +class DeleteCoipPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteCoipPool", {}) .n("EC2Client", "DeleteCoipPoolCommand") @@ -6650,11 +6063,11 @@ class DeleteCoipPoolCommand extends smithyClient.Command .build() { } -class DeleteCustomerGatewayCommand extends smithyClient.Command +class DeleteCustomerGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteCustomerGateway", {}) .n("EC2Client", "DeleteCustomerGatewayCommand") @@ -6662,11 +6075,11 @@ class DeleteCustomerGatewayCommand extends smithyClient.Command .build() { } -class DeleteDhcpOptionsCommand extends smithyClient.Command +class DeleteDhcpOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteDhcpOptions", {}) .n("EC2Client", "DeleteDhcpOptionsCommand") @@ -6674,11 +6087,11 @@ class DeleteDhcpOptionsCommand extends smithyClient.Command .build() { } -class DeleteEgressOnlyInternetGatewayCommand extends smithyClient.Command +class DeleteEgressOnlyInternetGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteEgressOnlyInternetGateway", {}) .n("EC2Client", "DeleteEgressOnlyInternetGatewayCommand") @@ -6686,11 +6099,11 @@ class DeleteEgressOnlyInternetGatewayCommand extends smithyClient.Command .build() { } -class DeleteFleetsCommand extends smithyClient.Command +class DeleteFleetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteFleets", {}) .n("EC2Client", "DeleteFleetsCommand") @@ -6698,11 +6111,11 @@ class DeleteFleetsCommand extends smithyClient.Command .build() { } -class DeleteFlowLogsCommand extends smithyClient.Command +class DeleteFlowLogsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteFlowLogs", {}) .n("EC2Client", "DeleteFlowLogsCommand") @@ -6710,11 +6123,11 @@ class DeleteFlowLogsCommand extends smithyClient.Command .build() { } -class DeleteFpgaImageCommand extends smithyClient.Command +class DeleteFpgaImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteFpgaImage", {}) .n("EC2Client", "DeleteFpgaImageCommand") @@ -6722,11 +6135,11 @@ class DeleteFpgaImageCommand extends smithyClient.Command .build() { } -class DeleteImageUsageReportCommand extends smithyClient.Command +class DeleteImageUsageReportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteImageUsageReport", {}) .n("EC2Client", "DeleteImageUsageReportCommand") @@ -6734,11 +6147,11 @@ class DeleteImageUsageReportCommand extends smithyClient.Command .build() { } -class DeleteInstanceConnectEndpointCommand extends smithyClient.Command +class DeleteInstanceConnectEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteInstanceConnectEndpoint", {}) .n("EC2Client", "DeleteInstanceConnectEndpointCommand") @@ -6746,11 +6159,11 @@ class DeleteInstanceConnectEndpointCommand extends smithyClient.Command .build() { } -class DeleteInstanceEventWindowCommand extends smithyClient.Command +class DeleteInstanceEventWindowCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteInstanceEventWindow", {}) .n("EC2Client", "DeleteInstanceEventWindowCommand") @@ -6758,11 +6171,11 @@ class DeleteInstanceEventWindowCommand extends smithyClient.Command .build() { } -class DeleteInternetGatewayCommand extends smithyClient.Command +class DeleteInternetGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteInternetGateway", {}) .n("EC2Client", "DeleteInternetGatewayCommand") @@ -6770,11 +6183,11 @@ class DeleteInternetGatewayCommand extends smithyClient.Command .build() { } -class DeleteIpamCommand extends smithyClient.Command +class DeleteIpamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpam", {}) .n("EC2Client", "DeleteIpamCommand") @@ -6782,11 +6195,11 @@ class DeleteIpamCommand extends smithyClient.Command .build() { } -class DeleteIpamExternalResourceVerificationTokenCommand extends smithyClient.Command +class DeleteIpamExternalResourceVerificationTokenCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamExternalResourceVerificationToken", {}) .n("EC2Client", "DeleteIpamExternalResourceVerificationTokenCommand") @@ -6794,11 +6207,11 @@ class DeleteIpamExternalResourceVerificationTokenCommand extends smithyClient.Co .build() { } -class DeleteIpamPolicyCommand extends smithyClient.Command +class DeleteIpamPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamPolicy", {}) .n("EC2Client", "DeleteIpamPolicyCommand") @@ -6806,11 +6219,11 @@ class DeleteIpamPolicyCommand extends smithyClient.Command .build() { } -class DeleteIpamPoolCommand extends smithyClient.Command +class DeleteIpamPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamPool", {}) .n("EC2Client", "DeleteIpamPoolCommand") @@ -6818,11 +6231,11 @@ class DeleteIpamPoolCommand extends smithyClient.Command .build() { } -class DeleteIpamPrefixListResolverCommand extends smithyClient.Command +class DeleteIpamPrefixListResolverCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamPrefixListResolver", {}) .n("EC2Client", "DeleteIpamPrefixListResolverCommand") @@ -6830,11 +6243,11 @@ class DeleteIpamPrefixListResolverCommand extends smithyClient.Command .build() { } -class DeleteIpamPrefixListResolverTargetCommand extends smithyClient.Command +class DeleteIpamPrefixListResolverTargetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamPrefixListResolverTarget", {}) .n("EC2Client", "DeleteIpamPrefixListResolverTargetCommand") @@ -6842,11 +6255,11 @@ class DeleteIpamPrefixListResolverTargetCommand extends smithyClient.Command .build() { } -class DeleteIpamResourceDiscoveryCommand extends smithyClient.Command +class DeleteIpamResourceDiscoveryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamResourceDiscovery", {}) .n("EC2Client", "DeleteIpamResourceDiscoveryCommand") @@ -6854,11 +6267,11 @@ class DeleteIpamResourceDiscoveryCommand extends smithyClient.Command .build() { } -class DeleteIpamScopeCommand extends smithyClient.Command +class DeleteIpamScopeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteIpamScope", {}) .n("EC2Client", "DeleteIpamScopeCommand") @@ -6866,11 +6279,11 @@ class DeleteIpamScopeCommand extends smithyClient.Command .build() { } -class DeleteKeyPairCommand extends smithyClient.Command +class DeleteKeyPairCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteKeyPair", {}) .n("EC2Client", "DeleteKeyPairCommand") @@ -6878,11 +6291,11 @@ class DeleteKeyPairCommand extends smithyClient.Command .build() { } -class DeleteLaunchTemplateCommand extends smithyClient.Command +class DeleteLaunchTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLaunchTemplate", {}) .n("EC2Client", "DeleteLaunchTemplateCommand") @@ -6890,11 +6303,11 @@ class DeleteLaunchTemplateCommand extends smithyClient.Command .build() { } -class DeleteLaunchTemplateVersionsCommand extends smithyClient.Command +class DeleteLaunchTemplateVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLaunchTemplateVersions", {}) .n("EC2Client", "DeleteLaunchTemplateVersionsCommand") @@ -6902,11 +6315,11 @@ class DeleteLaunchTemplateVersionsCommand extends smithyClient.Command .build() { } -class DeleteLocalGatewayRouteCommand extends smithyClient.Command +class DeleteLocalGatewayRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLocalGatewayRoute", {}) .n("EC2Client", "DeleteLocalGatewayRouteCommand") @@ -6914,11 +6327,11 @@ class DeleteLocalGatewayRouteCommand extends smithyClient.Command .build() { } -class DeleteLocalGatewayRouteTableCommand extends smithyClient.Command +class DeleteLocalGatewayRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLocalGatewayRouteTable", {}) .n("EC2Client", "DeleteLocalGatewayRouteTableCommand") @@ -6926,11 +6339,11 @@ class DeleteLocalGatewayRouteTableCommand extends smithyClient.Command .build() { } -class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand extends smithyClient.Command +class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation", {}) .n("EC2Client", "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand") @@ -6938,11 +6351,11 @@ class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand extend .build() { } -class DeleteLocalGatewayRouteTableVpcAssociationCommand extends smithyClient.Command +class DeleteLocalGatewayRouteTableVpcAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLocalGatewayRouteTableVpcAssociation", {}) .n("EC2Client", "DeleteLocalGatewayRouteTableVpcAssociationCommand") @@ -6950,11 +6363,11 @@ class DeleteLocalGatewayRouteTableVpcAssociationCommand extends smithyClient.Com .build() { } -class DeleteLocalGatewayVirtualInterfaceCommand extends smithyClient.Command +class DeleteLocalGatewayVirtualInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLocalGatewayVirtualInterface", {}) .n("EC2Client", "DeleteLocalGatewayVirtualInterfaceCommand") @@ -6962,11 +6375,11 @@ class DeleteLocalGatewayVirtualInterfaceCommand extends smithyClient.Command .build() { } -class DeleteLocalGatewayVirtualInterfaceGroupCommand extends smithyClient.Command +class DeleteLocalGatewayVirtualInterfaceGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteLocalGatewayVirtualInterfaceGroup", {}) .n("EC2Client", "DeleteLocalGatewayVirtualInterfaceGroupCommand") @@ -6974,11 +6387,11 @@ class DeleteLocalGatewayVirtualInterfaceGroupCommand extends smithyClient.Comman .build() { } -class DeleteManagedPrefixListCommand extends smithyClient.Command +class DeleteManagedPrefixListCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteManagedPrefixList", {}) .n("EC2Client", "DeleteManagedPrefixListCommand") @@ -6986,11 +6399,11 @@ class DeleteManagedPrefixListCommand extends smithyClient.Command .build() { } -class DeleteNatGatewayCommand extends smithyClient.Command +class DeleteNatGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNatGateway", {}) .n("EC2Client", "DeleteNatGatewayCommand") @@ -6998,11 +6411,11 @@ class DeleteNatGatewayCommand extends smithyClient.Command .build() { } -class DeleteNetworkAclCommand extends smithyClient.Command +class DeleteNetworkAclCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkAcl", {}) .n("EC2Client", "DeleteNetworkAclCommand") @@ -7010,11 +6423,11 @@ class DeleteNetworkAclCommand extends smithyClient.Command .build() { } -class DeleteNetworkAclEntryCommand extends smithyClient.Command +class DeleteNetworkAclEntryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkAclEntry", {}) .n("EC2Client", "DeleteNetworkAclEntryCommand") @@ -7022,11 +6435,11 @@ class DeleteNetworkAclEntryCommand extends smithyClient.Command .build() { } -class DeleteNetworkInsightsAccessScopeAnalysisCommand extends smithyClient.Command +class DeleteNetworkInsightsAccessScopeAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkInsightsAccessScopeAnalysis", {}) .n("EC2Client", "DeleteNetworkInsightsAccessScopeAnalysisCommand") @@ -7034,11 +6447,11 @@ class DeleteNetworkInsightsAccessScopeAnalysisCommand extends smithyClient.Comma .build() { } -class DeleteNetworkInsightsAccessScopeCommand extends smithyClient.Command +class DeleteNetworkInsightsAccessScopeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkInsightsAccessScope", {}) .n("EC2Client", "DeleteNetworkInsightsAccessScopeCommand") @@ -7046,11 +6459,11 @@ class DeleteNetworkInsightsAccessScopeCommand extends smithyClient.Command .build() { } -class DeleteNetworkInsightsAnalysisCommand extends smithyClient.Command +class DeleteNetworkInsightsAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkInsightsAnalysis", {}) .n("EC2Client", "DeleteNetworkInsightsAnalysisCommand") @@ -7058,11 +6471,11 @@ class DeleteNetworkInsightsAnalysisCommand extends smithyClient.Command .build() { } -class DeleteNetworkInsightsPathCommand extends smithyClient.Command +class DeleteNetworkInsightsPathCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkInsightsPath", {}) .n("EC2Client", "DeleteNetworkInsightsPathCommand") @@ -7070,11 +6483,11 @@ class DeleteNetworkInsightsPathCommand extends smithyClient.Command .build() { } -class DeleteNetworkInterfaceCommand extends smithyClient.Command +class DeleteNetworkInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkInterface", {}) .n("EC2Client", "DeleteNetworkInterfaceCommand") @@ -7082,11 +6495,11 @@ class DeleteNetworkInterfaceCommand extends smithyClient.Command .build() { } -class DeleteNetworkInterfacePermissionCommand extends smithyClient.Command +class DeleteNetworkInterfacePermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteNetworkInterfacePermission", {}) .n("EC2Client", "DeleteNetworkInterfacePermissionCommand") @@ -7094,11 +6507,11 @@ class DeleteNetworkInterfacePermissionCommand extends smithyClient.Command .build() { } -class DeletePlacementGroupCommand extends smithyClient.Command +class DeletePlacementGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeletePlacementGroup", {}) .n("EC2Client", "DeletePlacementGroupCommand") @@ -7106,11 +6519,11 @@ class DeletePlacementGroupCommand extends smithyClient.Command .build() { } -class DeletePublicIpv4PoolCommand extends smithyClient.Command +class DeletePublicIpv4PoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeletePublicIpv4Pool", {}) .n("EC2Client", "DeletePublicIpv4PoolCommand") @@ -7118,11 +6531,11 @@ class DeletePublicIpv4PoolCommand extends smithyClient.Command .build() { } -class DeleteQueuedReservedInstancesCommand extends smithyClient.Command +class DeleteQueuedReservedInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteQueuedReservedInstances", {}) .n("EC2Client", "DeleteQueuedReservedInstancesCommand") @@ -7130,11 +6543,11 @@ class DeleteQueuedReservedInstancesCommand extends smithyClient.Command .build() { } -class DeleteRouteCommand extends smithyClient.Command +class DeleteRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteRoute", {}) .n("EC2Client", "DeleteRouteCommand") @@ -7142,11 +6555,11 @@ class DeleteRouteCommand extends smithyClient.Command .build() { } -class DeleteRouteServerCommand extends smithyClient.Command +class DeleteRouteServerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteRouteServer", {}) .n("EC2Client", "DeleteRouteServerCommand") @@ -7154,11 +6567,11 @@ class DeleteRouteServerCommand extends smithyClient.Command .build() { } -class DeleteRouteServerEndpointCommand extends smithyClient.Command +class DeleteRouteServerEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteRouteServerEndpoint", {}) .n("EC2Client", "DeleteRouteServerEndpointCommand") @@ -7166,11 +6579,11 @@ class DeleteRouteServerEndpointCommand extends smithyClient.Command .build() { } -class DeleteRouteServerPeerCommand extends smithyClient.Command +class DeleteRouteServerPeerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteRouteServerPeer", {}) .n("EC2Client", "DeleteRouteServerPeerCommand") @@ -7178,11 +6591,11 @@ class DeleteRouteServerPeerCommand extends smithyClient.Command .build() { } -class DeleteRouteTableCommand extends smithyClient.Command +class DeleteRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteRouteTable", {}) .n("EC2Client", "DeleteRouteTableCommand") @@ -7190,11 +6603,11 @@ class DeleteRouteTableCommand extends smithyClient.Command .build() { } -class DeleteSecondaryNetworkCommand extends smithyClient.Command +class DeleteSecondaryNetworkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSecondaryNetwork", {}) .n("EC2Client", "DeleteSecondaryNetworkCommand") @@ -7202,11 +6615,11 @@ class DeleteSecondaryNetworkCommand extends smithyClient.Command .build() { } -class DeleteSecondarySubnetCommand extends smithyClient.Command +class DeleteSecondarySubnetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSecondarySubnet", {}) .n("EC2Client", "DeleteSecondarySubnetCommand") @@ -7214,11 +6627,11 @@ class DeleteSecondarySubnetCommand extends smithyClient.Command .build() { } -class DeleteSecurityGroupCommand extends smithyClient.Command +class DeleteSecurityGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSecurityGroup", {}) .n("EC2Client", "DeleteSecurityGroupCommand") @@ -7226,11 +6639,11 @@ class DeleteSecurityGroupCommand extends smithyClient.Command .build() { } -class DeleteSnapshotCommand extends smithyClient.Command +class DeleteSnapshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSnapshot", {}) .n("EC2Client", "DeleteSnapshotCommand") @@ -7238,11 +6651,11 @@ class DeleteSnapshotCommand extends smithyClient.Command .build() { } -class DeleteSpotDatafeedSubscriptionCommand extends smithyClient.Command +class DeleteSpotDatafeedSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSpotDatafeedSubscription", {}) .n("EC2Client", "DeleteSpotDatafeedSubscriptionCommand") @@ -7250,11 +6663,11 @@ class DeleteSpotDatafeedSubscriptionCommand extends smithyClient.Command .build() { } -class DeleteSubnetCidrReservationCommand extends smithyClient.Command +class DeleteSubnetCidrReservationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSubnetCidrReservation", {}) .n("EC2Client", "DeleteSubnetCidrReservationCommand") @@ -7262,11 +6675,11 @@ class DeleteSubnetCidrReservationCommand extends smithyClient.Command .build() { } -class DeleteSubnetCommand extends smithyClient.Command +class DeleteSubnetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteSubnet", {}) .n("EC2Client", "DeleteSubnetCommand") @@ -7274,11 +6687,11 @@ class DeleteSubnetCommand extends smithyClient.Command .build() { } -class DeleteTagsCommand extends smithyClient.Command +class DeleteTagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTags", {}) .n("EC2Client", "DeleteTagsCommand") @@ -7286,11 +6699,11 @@ class DeleteTagsCommand extends smithyClient.Command .build() { } -class DeleteTrafficMirrorFilterCommand extends smithyClient.Command +class DeleteTrafficMirrorFilterCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTrafficMirrorFilter", {}) .n("EC2Client", "DeleteTrafficMirrorFilterCommand") @@ -7298,11 +6711,11 @@ class DeleteTrafficMirrorFilterCommand extends smithyClient.Command .build() { } -class DeleteTrafficMirrorFilterRuleCommand extends smithyClient.Command +class DeleteTrafficMirrorFilterRuleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTrafficMirrorFilterRule", {}) .n("EC2Client", "DeleteTrafficMirrorFilterRuleCommand") @@ -7310,11 +6723,11 @@ class DeleteTrafficMirrorFilterRuleCommand extends smithyClient.Command .build() { } -class DeleteTrafficMirrorSessionCommand extends smithyClient.Command +class DeleteTrafficMirrorSessionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTrafficMirrorSession", {}) .n("EC2Client", "DeleteTrafficMirrorSessionCommand") @@ -7322,11 +6735,11 @@ class DeleteTrafficMirrorSessionCommand extends smithyClient.Command .build() { } -class DeleteTrafficMirrorTargetCommand extends smithyClient.Command +class DeleteTrafficMirrorTargetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTrafficMirrorTarget", {}) .n("EC2Client", "DeleteTrafficMirrorTargetCommand") @@ -7334,11 +6747,11 @@ class DeleteTrafficMirrorTargetCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayClientVpnAttachmentCommand extends smithyClient.Command +class DeleteTransitGatewayClientVpnAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayClientVpnAttachment", {}) .n("EC2Client", "DeleteTransitGatewayClientVpnAttachmentCommand") @@ -7346,11 +6759,11 @@ class DeleteTransitGatewayClientVpnAttachmentCommand extends smithyClient.Comman .build() { } -class DeleteTransitGatewayCommand extends smithyClient.Command +class DeleteTransitGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGateway", {}) .n("EC2Client", "DeleteTransitGatewayCommand") @@ -7358,11 +6771,11 @@ class DeleteTransitGatewayCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayConnectCommand extends smithyClient.Command +class DeleteTransitGatewayConnectCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayConnect", {}) .n("EC2Client", "DeleteTransitGatewayConnectCommand") @@ -7370,11 +6783,11 @@ class DeleteTransitGatewayConnectCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayConnectPeerCommand extends smithyClient.Command +class DeleteTransitGatewayConnectPeerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayConnectPeer", {}) .n("EC2Client", "DeleteTransitGatewayConnectPeerCommand") @@ -7382,11 +6795,11 @@ class DeleteTransitGatewayConnectPeerCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayMeteringPolicyCommand extends smithyClient.Command +class DeleteTransitGatewayMeteringPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayMeteringPolicy", {}) .n("EC2Client", "DeleteTransitGatewayMeteringPolicyCommand") @@ -7394,11 +6807,11 @@ class DeleteTransitGatewayMeteringPolicyCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayMeteringPolicyEntryCommand extends smithyClient.Command +class DeleteTransitGatewayMeteringPolicyEntryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayMeteringPolicyEntry", {}) .n("EC2Client", "DeleteTransitGatewayMeteringPolicyEntryCommand") @@ -7406,11 +6819,11 @@ class DeleteTransitGatewayMeteringPolicyEntryCommand extends smithyClient.Comman .build() { } -class DeleteTransitGatewayMulticastDomainCommand extends smithyClient.Command +class DeleteTransitGatewayMulticastDomainCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayMulticastDomain", {}) .n("EC2Client", "DeleteTransitGatewayMulticastDomainCommand") @@ -7418,11 +6831,11 @@ class DeleteTransitGatewayMulticastDomainCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayPeeringAttachmentCommand extends smithyClient.Command +class DeleteTransitGatewayPeeringAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayPeeringAttachment", {}) .n("EC2Client", "DeleteTransitGatewayPeeringAttachmentCommand") @@ -7430,11 +6843,11 @@ class DeleteTransitGatewayPeeringAttachmentCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayPolicyTableCommand extends smithyClient.Command +class DeleteTransitGatewayPolicyTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayPolicyTable", {}) .n("EC2Client", "DeleteTransitGatewayPolicyTableCommand") @@ -7442,11 +6855,11 @@ class DeleteTransitGatewayPolicyTableCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayPrefixListReferenceCommand extends smithyClient.Command +class DeleteTransitGatewayPrefixListReferenceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayPrefixListReference", {}) .n("EC2Client", "DeleteTransitGatewayPrefixListReferenceCommand") @@ -7454,11 +6867,11 @@ class DeleteTransitGatewayPrefixListReferenceCommand extends smithyClient.Comman .build() { } -class DeleteTransitGatewayRouteCommand extends smithyClient.Command +class DeleteTransitGatewayRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayRoute", {}) .n("EC2Client", "DeleteTransitGatewayRouteCommand") @@ -7466,11 +6879,11 @@ class DeleteTransitGatewayRouteCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayRouteTableAnnouncementCommand extends smithyClient.Command +class DeleteTransitGatewayRouteTableAnnouncementCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayRouteTableAnnouncement", {}) .n("EC2Client", "DeleteTransitGatewayRouteTableAnnouncementCommand") @@ -7478,11 +6891,11 @@ class DeleteTransitGatewayRouteTableAnnouncementCommand extends smithyClient.Com .build() { } -class DeleteTransitGatewayRouteTableCommand extends smithyClient.Command +class DeleteTransitGatewayRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayRouteTable", {}) .n("EC2Client", "DeleteTransitGatewayRouteTableCommand") @@ -7490,11 +6903,11 @@ class DeleteTransitGatewayRouteTableCommand extends smithyClient.Command .build() { } -class DeleteTransitGatewayVpcAttachmentCommand extends smithyClient.Command +class DeleteTransitGatewayVpcAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteTransitGatewayVpcAttachment", {}) .n("EC2Client", "DeleteTransitGatewayVpcAttachmentCommand") @@ -7502,11 +6915,11 @@ class DeleteTransitGatewayVpcAttachmentCommand extends smithyClient.Command .build() { } -class DeleteVerifiedAccessEndpointCommand extends smithyClient.Command +class DeleteVerifiedAccessEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVerifiedAccessEndpoint", {}) .n("EC2Client", "DeleteVerifiedAccessEndpointCommand") @@ -7514,11 +6927,11 @@ class DeleteVerifiedAccessEndpointCommand extends smithyClient.Command .build() { } -class DeleteVerifiedAccessGroupCommand extends smithyClient.Command +class DeleteVerifiedAccessGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVerifiedAccessGroup", {}) .n("EC2Client", "DeleteVerifiedAccessGroupCommand") @@ -7526,11 +6939,11 @@ class DeleteVerifiedAccessGroupCommand extends smithyClient.Command .build() { } -class DeleteVerifiedAccessInstanceCommand extends smithyClient.Command +class DeleteVerifiedAccessInstanceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVerifiedAccessInstance", {}) .n("EC2Client", "DeleteVerifiedAccessInstanceCommand") @@ -7538,11 +6951,11 @@ class DeleteVerifiedAccessInstanceCommand extends smithyClient.Command .build() { } -class DeleteVerifiedAccessTrustProviderCommand extends smithyClient.Command +class DeleteVerifiedAccessTrustProviderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVerifiedAccessTrustProvider", {}) .n("EC2Client", "DeleteVerifiedAccessTrustProviderCommand") @@ -7550,11 +6963,11 @@ class DeleteVerifiedAccessTrustProviderCommand extends smithyClient.Command .build() { } -class DeleteVolumeCommand extends smithyClient.Command +class DeleteVolumeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVolume", {}) .n("EC2Client", "DeleteVolumeCommand") @@ -7562,11 +6975,11 @@ class DeleteVolumeCommand extends smithyClient.Command .build() { } -class DeleteVpcBlockPublicAccessExclusionCommand extends smithyClient.Command +class DeleteVpcBlockPublicAccessExclusionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpcBlockPublicAccessExclusion", {}) .n("EC2Client", "DeleteVpcBlockPublicAccessExclusionCommand") @@ -7574,11 +6987,11 @@ class DeleteVpcBlockPublicAccessExclusionCommand extends smithyClient.Command .build() { } -class DeleteVpcCommand extends smithyClient.Command +class DeleteVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpc", {}) .n("EC2Client", "DeleteVpcCommand") @@ -7586,11 +6999,11 @@ class DeleteVpcCommand extends smithyClient.Command .build() { } -class DeleteVpcEncryptionControlCommand extends smithyClient.Command +class DeleteVpcEncryptionControlCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpcEncryptionControl", {}) .n("EC2Client", "DeleteVpcEncryptionControlCommand") @@ -7598,11 +7011,11 @@ class DeleteVpcEncryptionControlCommand extends smithyClient.Command .build() { } -class DeleteVpcEndpointConnectionNotificationsCommand extends smithyClient.Command +class DeleteVpcEndpointConnectionNotificationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpcEndpointConnectionNotifications", {}) .n("EC2Client", "DeleteVpcEndpointConnectionNotificationsCommand") @@ -7610,11 +7023,11 @@ class DeleteVpcEndpointConnectionNotificationsCommand extends smithyClient.Comma .build() { } -class DeleteVpcEndpointsCommand extends smithyClient.Command +class DeleteVpcEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpcEndpoints", {}) .n("EC2Client", "DeleteVpcEndpointsCommand") @@ -7622,11 +7035,11 @@ class DeleteVpcEndpointsCommand extends smithyClient.Command .build() { } -class DeleteVpcEndpointServiceConfigurationsCommand extends smithyClient.Command +class DeleteVpcEndpointServiceConfigurationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpcEndpointServiceConfigurations", {}) .n("EC2Client", "DeleteVpcEndpointServiceConfigurationsCommand") @@ -7634,11 +7047,11 @@ class DeleteVpcEndpointServiceConfigurationsCommand extends smithyClient.Command .build() { } -class DeleteVpcPeeringConnectionCommand extends smithyClient.Command +class DeleteVpcPeeringConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpcPeeringConnection", {}) .n("EC2Client", "DeleteVpcPeeringConnectionCommand") @@ -7646,11 +7059,11 @@ class DeleteVpcPeeringConnectionCommand extends smithyClient.Command .build() { } -class DeleteVpnConcentratorCommand extends smithyClient.Command +class DeleteVpnConcentratorCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpnConcentrator", {}) .n("EC2Client", "DeleteVpnConcentratorCommand") @@ -7658,11 +7071,11 @@ class DeleteVpnConcentratorCommand extends smithyClient.Command .build() { } -class DeleteVpnConnectionCommand extends smithyClient.Command +class DeleteVpnConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpnConnection", {}) .n("EC2Client", "DeleteVpnConnectionCommand") @@ -7670,11 +7083,11 @@ class DeleteVpnConnectionCommand extends smithyClient.Command .build() { } -class DeleteVpnConnectionRouteCommand extends smithyClient.Command +class DeleteVpnConnectionRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpnConnectionRoute", {}) .n("EC2Client", "DeleteVpnConnectionRouteCommand") @@ -7682,11 +7095,11 @@ class DeleteVpnConnectionRouteCommand extends smithyClient.Command .build() { } -class DeleteVpnGatewayCommand extends smithyClient.Command +class DeleteVpnGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeleteVpnGateway", {}) .n("EC2Client", "DeleteVpnGatewayCommand") @@ -7694,11 +7107,11 @@ class DeleteVpnGatewayCommand extends smithyClient.Command .build() { } -class DeprovisionByoipCidrCommand extends smithyClient.Command +class DeprovisionByoipCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeprovisionByoipCidr", {}) .n("EC2Client", "DeprovisionByoipCidrCommand") @@ -7706,11 +7119,11 @@ class DeprovisionByoipCidrCommand extends smithyClient.Command .build() { } -class DeprovisionIpamByoasnCommand extends smithyClient.Command +class DeprovisionIpamByoasnCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeprovisionIpamByoasn", {}) .n("EC2Client", "DeprovisionIpamByoasnCommand") @@ -7718,11 +7131,11 @@ class DeprovisionIpamByoasnCommand extends smithyClient.Command .build() { } -class DeprovisionIpamPoolCidrCommand extends smithyClient.Command +class DeprovisionIpamPoolCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeprovisionIpamPoolCidr", {}) .n("EC2Client", "DeprovisionIpamPoolCidrCommand") @@ -7730,11 +7143,11 @@ class DeprovisionIpamPoolCidrCommand extends smithyClient.Command .build() { } -class DeprovisionPublicIpv4PoolCidrCommand extends smithyClient.Command +class DeprovisionPublicIpv4PoolCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeprovisionPublicIpv4PoolCidr", {}) .n("EC2Client", "DeprovisionPublicIpv4PoolCidrCommand") @@ -7742,11 +7155,11 @@ class DeprovisionPublicIpv4PoolCidrCommand extends smithyClient.Command .build() { } -class DeregisterImageCommand extends smithyClient.Command +class DeregisterImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeregisterImage", {}) .n("EC2Client", "DeregisterImageCommand") @@ -7754,11 +7167,11 @@ class DeregisterImageCommand extends smithyClient.Command .build() { } -class DeregisterInstanceEventNotificationAttributesCommand extends smithyClient.Command +class DeregisterInstanceEventNotificationAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeregisterInstanceEventNotificationAttributes", {}) .n("EC2Client", "DeregisterInstanceEventNotificationAttributesCommand") @@ -7766,11 +7179,11 @@ class DeregisterInstanceEventNotificationAttributesCommand extends smithyClient. .build() { } -class DeregisterTransitGatewayMulticastGroupMembersCommand extends smithyClient.Command +class DeregisterTransitGatewayMulticastGroupMembersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeregisterTransitGatewayMulticastGroupMembers", {}) .n("EC2Client", "DeregisterTransitGatewayMulticastGroupMembersCommand") @@ -7778,11 +7191,11 @@ class DeregisterTransitGatewayMulticastGroupMembersCommand extends smithyClient. .build() { } -class DeregisterTransitGatewayMulticastGroupSourcesCommand extends smithyClient.Command +class DeregisterTransitGatewayMulticastGroupSourcesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DeregisterTransitGatewayMulticastGroupSources", {}) .n("EC2Client", "DeregisterTransitGatewayMulticastGroupSourcesCommand") @@ -7790,11 +7203,11 @@ class DeregisterTransitGatewayMulticastGroupSourcesCommand extends smithyClient. .build() { } -class DescribeAccountAttributesCommand extends smithyClient.Command +class DescribeAccountAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAccountAttributes", {}) .n("EC2Client", "DescribeAccountAttributesCommand") @@ -7802,11 +7215,11 @@ class DescribeAccountAttributesCommand extends smithyClient.Command .build() { } -class DescribeAddressesAttributeCommand extends smithyClient.Command +class DescribeAddressesAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAddressesAttribute", {}) .n("EC2Client", "DescribeAddressesAttributeCommand") @@ -7814,11 +7227,11 @@ class DescribeAddressesAttributeCommand extends smithyClient.Command .build() { } -class DescribeAddressesCommand extends smithyClient.Command +class DescribeAddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAddresses", {}) .n("EC2Client", "DescribeAddressesCommand") @@ -7826,11 +7239,11 @@ class DescribeAddressesCommand extends smithyClient.Command .build() { } -class DescribeAddressTransfersCommand extends smithyClient.Command +class DescribeAddressTransfersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAddressTransfers", {}) .n("EC2Client", "DescribeAddressTransfersCommand") @@ -7838,11 +7251,11 @@ class DescribeAddressTransfersCommand extends smithyClient.Command .build() { } -class DescribeAggregateIdFormatCommand extends smithyClient.Command +class DescribeAggregateIdFormatCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAggregateIdFormat", {}) .n("EC2Client", "DescribeAggregateIdFormatCommand") @@ -7850,11 +7263,11 @@ class DescribeAggregateIdFormatCommand extends smithyClient.Command .build() { } -class DescribeAvailabilityZonesCommand extends smithyClient.Command +class DescribeAvailabilityZonesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAvailabilityZones", {}) .n("EC2Client", "DescribeAvailabilityZonesCommand") @@ -7862,11 +7275,11 @@ class DescribeAvailabilityZonesCommand extends smithyClient.Command .build() { } -class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends smithyClient.Command +class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeAwsNetworkPerformanceMetricSubscriptions", {}) .n("EC2Client", "DescribeAwsNetworkPerformanceMetricSubscriptionsCommand") @@ -7874,11 +7287,11 @@ class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends smithyClie .build() { } -class DescribeBundleTasksCommand extends smithyClient.Command +class DescribeBundleTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeBundleTasks", {}) .n("EC2Client", "DescribeBundleTasksCommand") @@ -7886,11 +7299,11 @@ class DescribeBundleTasksCommand extends smithyClient.Command .build() { } -class DescribeByoipCidrsCommand extends smithyClient.Command +class DescribeByoipCidrsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeByoipCidrs", {}) .n("EC2Client", "DescribeByoipCidrsCommand") @@ -7898,11 +7311,11 @@ class DescribeByoipCidrsCommand extends smithyClient.Command .build() { } -class DescribeCapacityBlockExtensionHistoryCommand extends smithyClient.Command +class DescribeCapacityBlockExtensionHistoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityBlockExtensionHistory", {}) .n("EC2Client", "DescribeCapacityBlockExtensionHistoryCommand") @@ -7910,11 +7323,11 @@ class DescribeCapacityBlockExtensionHistoryCommand extends smithyClient.Command .build() { } -class DescribeCapacityBlockExtensionOfferingsCommand extends smithyClient.Command +class DescribeCapacityBlockExtensionOfferingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityBlockExtensionOfferings", {}) .n("EC2Client", "DescribeCapacityBlockExtensionOfferingsCommand") @@ -7922,11 +7335,11 @@ class DescribeCapacityBlockExtensionOfferingsCommand extends smithyClient.Comman .build() { } -class DescribeCapacityBlockOfferingsCommand extends smithyClient.Command +class DescribeCapacityBlockOfferingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityBlockOfferings", {}) .n("EC2Client", "DescribeCapacityBlockOfferingsCommand") @@ -7934,11 +7347,11 @@ class DescribeCapacityBlockOfferingsCommand extends smithyClient.Command .build() { } -class DescribeCapacityBlocksCommand extends smithyClient.Command +class DescribeCapacityBlocksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityBlocks", {}) .n("EC2Client", "DescribeCapacityBlocksCommand") @@ -7946,11 +7359,11 @@ class DescribeCapacityBlocksCommand extends smithyClient.Command .build() { } -class DescribeCapacityBlockStatusCommand extends smithyClient.Command +class DescribeCapacityBlockStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityBlockStatus", {}) .n("EC2Client", "DescribeCapacityBlockStatusCommand") @@ -7958,11 +7371,11 @@ class DescribeCapacityBlockStatusCommand extends smithyClient.Command .build() { } -class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command +class DescribeCapacityManagerDataExportsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityManagerDataExports", {}) .n("EC2Client", "DescribeCapacityManagerDataExportsCommand") @@ -7970,11 +7383,11 @@ class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command .build() { } -class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Command +class DescribeCapacityReservationBillingRequestsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityReservationBillingRequests", {}) .n("EC2Client", "DescribeCapacityReservationBillingRequestsCommand") @@ -7982,11 +7395,23 @@ class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Com .build() { } -class DescribeCapacityReservationFleetsCommand extends smithyClient.Command +class DescribeCapacityReservationCancellationQuotesCommand extends client.Command + .classBuilder() + .ep(commonParams) + .m(function (Command, cs, config, o) { + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; +}) + .s("AmazonEC2", "DescribeCapacityReservationCancellationQuotes", {}) + .n("EC2Client", "DescribeCapacityReservationCancellationQuotesCommand") + .sc(schemas_0.DescribeCapacityReservationCancellationQuotes$) + .build() { +} + +class DescribeCapacityReservationFleetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityReservationFleets", {}) .n("EC2Client", "DescribeCapacityReservationFleetsCommand") @@ -7994,11 +7419,11 @@ class DescribeCapacityReservationFleetsCommand extends smithyClient.Command .build() { } -class DescribeCapacityReservationsCommand extends smithyClient.Command +class DescribeCapacityReservationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityReservations", {}) .n("EC2Client", "DescribeCapacityReservationsCommand") @@ -8006,11 +7431,11 @@ class DescribeCapacityReservationsCommand extends smithyClient.Command .build() { } -class DescribeCapacityReservationTopologyCommand extends smithyClient.Command +class DescribeCapacityReservationTopologyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCapacityReservationTopology", {}) .n("EC2Client", "DescribeCapacityReservationTopologyCommand") @@ -8018,11 +7443,11 @@ class DescribeCapacityReservationTopologyCommand extends smithyClient.Command .build() { } -class DescribeCarrierGatewaysCommand extends smithyClient.Command +class DescribeCarrierGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCarrierGateways", {}) .n("EC2Client", "DescribeCarrierGatewaysCommand") @@ -8030,11 +7455,11 @@ class DescribeCarrierGatewaysCommand extends smithyClient.Command .build() { } -class DescribeClassicLinkInstancesCommand extends smithyClient.Command +class DescribeClassicLinkInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeClassicLinkInstances", {}) .n("EC2Client", "DescribeClassicLinkInstancesCommand") @@ -8042,11 +7467,11 @@ class DescribeClassicLinkInstancesCommand extends smithyClient.Command .build() { } -class DescribeClientVpnAuthorizationRulesCommand extends smithyClient.Command +class DescribeClientVpnAuthorizationRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeClientVpnAuthorizationRules", {}) .n("EC2Client", "DescribeClientVpnAuthorizationRulesCommand") @@ -8054,11 +7479,11 @@ class DescribeClientVpnAuthorizationRulesCommand extends smithyClient.Command .build() { } -class DescribeClientVpnConnectionsCommand extends smithyClient.Command +class DescribeClientVpnConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeClientVpnConnections", {}) .n("EC2Client", "DescribeClientVpnConnectionsCommand") @@ -8066,11 +7491,11 @@ class DescribeClientVpnConnectionsCommand extends smithyClient.Command .build() { } -class DescribeClientVpnEndpointsCommand extends smithyClient.Command +class DescribeClientVpnEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeClientVpnEndpoints", {}) .n("EC2Client", "DescribeClientVpnEndpointsCommand") @@ -8078,11 +7503,11 @@ class DescribeClientVpnEndpointsCommand extends smithyClient.Command .build() { } -class DescribeClientVpnRoutesCommand extends smithyClient.Command +class DescribeClientVpnRoutesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeClientVpnRoutes", {}) .n("EC2Client", "DescribeClientVpnRoutesCommand") @@ -8090,11 +7515,11 @@ class DescribeClientVpnRoutesCommand extends smithyClient.Command .build() { } -class DescribeClientVpnTargetNetworksCommand extends smithyClient.Command +class DescribeClientVpnTargetNetworksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeClientVpnTargetNetworks", {}) .n("EC2Client", "DescribeClientVpnTargetNetworksCommand") @@ -8102,11 +7527,11 @@ class DescribeClientVpnTargetNetworksCommand extends smithyClient.Command .build() { } -class DescribeCoipPoolsCommand extends smithyClient.Command +class DescribeCoipPoolsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCoipPools", {}) .n("EC2Client", "DescribeCoipPoolsCommand") @@ -8114,11 +7539,11 @@ class DescribeCoipPoolsCommand extends smithyClient.Command .build() { } -class DescribeConversionTasksCommand extends smithyClient.Command +class DescribeConversionTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeConversionTasks", {}) .n("EC2Client", "DescribeConversionTasksCommand") @@ -8126,11 +7551,11 @@ class DescribeConversionTasksCommand extends smithyClient.Command .build() { } -class DescribeCustomerGatewaysCommand extends smithyClient.Command +class DescribeCustomerGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeCustomerGateways", {}) .n("EC2Client", "DescribeCustomerGatewaysCommand") @@ -8138,11 +7563,11 @@ class DescribeCustomerGatewaysCommand extends smithyClient.Command .build() { } -class DescribeDeclarativePoliciesReportsCommand extends smithyClient.Command +class DescribeDeclarativePoliciesReportsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeDeclarativePoliciesReports", {}) .n("EC2Client", "DescribeDeclarativePoliciesReportsCommand") @@ -8150,11 +7575,11 @@ class DescribeDeclarativePoliciesReportsCommand extends smithyClient.Command .build() { } -class DescribeDhcpOptionsCommand extends smithyClient.Command +class DescribeDhcpOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeDhcpOptions", {}) .n("EC2Client", "DescribeDhcpOptionsCommand") @@ -8162,11 +7587,11 @@ class DescribeDhcpOptionsCommand extends smithyClient.Command .build() { } -class DescribeEgressOnlyInternetGatewaysCommand extends smithyClient.Command +class DescribeEgressOnlyInternetGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeEgressOnlyInternetGateways", {}) .n("EC2Client", "DescribeEgressOnlyInternetGatewaysCommand") @@ -8174,11 +7599,11 @@ class DescribeEgressOnlyInternetGatewaysCommand extends smithyClient.Command .build() { } -class DescribeElasticGpusCommand extends smithyClient.Command +class DescribeElasticGpusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeElasticGpus", {}) .n("EC2Client", "DescribeElasticGpusCommand") @@ -8186,11 +7611,11 @@ class DescribeElasticGpusCommand extends smithyClient.Command .build() { } -class DescribeExportImageTasksCommand extends smithyClient.Command +class DescribeExportImageTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeExportImageTasks", {}) .n("EC2Client", "DescribeExportImageTasksCommand") @@ -8198,11 +7623,11 @@ class DescribeExportImageTasksCommand extends smithyClient.Command .build() { } -class DescribeExportTasksCommand extends smithyClient.Command +class DescribeExportTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeExportTasks", {}) .n("EC2Client", "DescribeExportTasksCommand") @@ -8210,11 +7635,11 @@ class DescribeExportTasksCommand extends smithyClient.Command .build() { } -class DescribeFastLaunchImagesCommand extends smithyClient.Command +class DescribeFastLaunchImagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFastLaunchImages", {}) .n("EC2Client", "DescribeFastLaunchImagesCommand") @@ -8222,11 +7647,11 @@ class DescribeFastLaunchImagesCommand extends smithyClient.Command .build() { } -class DescribeFastSnapshotRestoresCommand extends smithyClient.Command +class DescribeFastSnapshotRestoresCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFastSnapshotRestores", {}) .n("EC2Client", "DescribeFastSnapshotRestoresCommand") @@ -8234,11 +7659,11 @@ class DescribeFastSnapshotRestoresCommand extends smithyClient.Command .build() { } -class DescribeFleetHistoryCommand extends smithyClient.Command +class DescribeFleetHistoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFleetHistory", {}) .n("EC2Client", "DescribeFleetHistoryCommand") @@ -8246,11 +7671,11 @@ class DescribeFleetHistoryCommand extends smithyClient.Command .build() { } -class DescribeFleetInstancesCommand extends smithyClient.Command +class DescribeFleetInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFleetInstances", {}) .n("EC2Client", "DescribeFleetInstancesCommand") @@ -8258,11 +7683,11 @@ class DescribeFleetInstancesCommand extends smithyClient.Command .build() { } -class DescribeFleetsCommand extends smithyClient.Command +class DescribeFleetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFleets", {}) .n("EC2Client", "DescribeFleetsCommand") @@ -8270,11 +7695,11 @@ class DescribeFleetsCommand extends smithyClient.Command .build() { } -class DescribeFlowLogsCommand extends smithyClient.Command +class DescribeFlowLogsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFlowLogs", {}) .n("EC2Client", "DescribeFlowLogsCommand") @@ -8282,11 +7707,11 @@ class DescribeFlowLogsCommand extends smithyClient.Command .build() { } -class DescribeFpgaImageAttributeCommand extends smithyClient.Command +class DescribeFpgaImageAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFpgaImageAttribute", {}) .n("EC2Client", "DescribeFpgaImageAttributeCommand") @@ -8294,11 +7719,11 @@ class DescribeFpgaImageAttributeCommand extends smithyClient.Command .build() { } -class DescribeFpgaImagesCommand extends smithyClient.Command +class DescribeFpgaImagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeFpgaImages", {}) .n("EC2Client", "DescribeFpgaImagesCommand") @@ -8306,11 +7731,11 @@ class DescribeFpgaImagesCommand extends smithyClient.Command .build() { } -class DescribeHostReservationOfferingsCommand extends smithyClient.Command +class DescribeHostReservationOfferingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeHostReservationOfferings", {}) .n("EC2Client", "DescribeHostReservationOfferingsCommand") @@ -8318,11 +7743,11 @@ class DescribeHostReservationOfferingsCommand extends smithyClient.Command .build() { } -class DescribeHostReservationsCommand extends smithyClient.Command +class DescribeHostReservationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeHostReservations", {}) .n("EC2Client", "DescribeHostReservationsCommand") @@ -8330,11 +7755,11 @@ class DescribeHostReservationsCommand extends smithyClient.Command .build() { } -class DescribeHostsCommand extends smithyClient.Command +class DescribeHostsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeHosts", {}) .n("EC2Client", "DescribeHostsCommand") @@ -8342,11 +7767,11 @@ class DescribeHostsCommand extends smithyClient.Command .build() { } -class DescribeIamInstanceProfileAssociationsCommand extends smithyClient.Command +class DescribeIamInstanceProfileAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIamInstanceProfileAssociations", {}) .n("EC2Client", "DescribeIamInstanceProfileAssociationsCommand") @@ -8354,11 +7779,11 @@ class DescribeIamInstanceProfileAssociationsCommand extends smithyClient.Command .build() { } -class DescribeIdentityIdFormatCommand extends smithyClient.Command +class DescribeIdentityIdFormatCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIdentityIdFormat", {}) .n("EC2Client", "DescribeIdentityIdFormatCommand") @@ -8366,11 +7791,11 @@ class DescribeIdentityIdFormatCommand extends smithyClient.Command .build() { } -class DescribeIdFormatCommand extends smithyClient.Command +class DescribeIdFormatCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIdFormat", {}) .n("EC2Client", "DescribeIdFormatCommand") @@ -8378,11 +7803,11 @@ class DescribeIdFormatCommand extends smithyClient.Command .build() { } -class DescribeImageAttributeCommand extends smithyClient.Command +class DescribeImageAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImageAttribute", {}) .n("EC2Client", "DescribeImageAttributeCommand") @@ -8390,11 +7815,11 @@ class DescribeImageAttributeCommand extends smithyClient.Command .build() { } -class DescribeImageReferencesCommand extends smithyClient.Command +class DescribeImageReferencesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImageReferences", {}) .n("EC2Client", "DescribeImageReferencesCommand") @@ -8402,11 +7827,11 @@ class DescribeImageReferencesCommand extends smithyClient.Command .build() { } -class DescribeImagesCommand extends smithyClient.Command +class DescribeImagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImages", {}) .n("EC2Client", "DescribeImagesCommand") @@ -8414,11 +7839,11 @@ class DescribeImagesCommand extends smithyClient.Command .build() { } -class DescribeImageUsageReportEntriesCommand extends smithyClient.Command +class DescribeImageUsageReportEntriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImageUsageReportEntries", {}) .n("EC2Client", "DescribeImageUsageReportEntriesCommand") @@ -8426,11 +7851,11 @@ class DescribeImageUsageReportEntriesCommand extends smithyClient.Command .build() { } -class DescribeImageUsageReportsCommand extends smithyClient.Command +class DescribeImageUsageReportsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImageUsageReports", {}) .n("EC2Client", "DescribeImageUsageReportsCommand") @@ -8438,11 +7863,11 @@ class DescribeImageUsageReportsCommand extends smithyClient.Command .build() { } -class DescribeImportImageTasksCommand extends smithyClient.Command +class DescribeImportImageTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImportImageTasks", {}) .n("EC2Client", "DescribeImportImageTasksCommand") @@ -8450,11 +7875,11 @@ class DescribeImportImageTasksCommand extends smithyClient.Command .build() { } -class DescribeImportSnapshotTasksCommand extends smithyClient.Command +class DescribeImportSnapshotTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeImportSnapshotTasks", {}) .n("EC2Client", "DescribeImportSnapshotTasksCommand") @@ -8462,11 +7887,11 @@ class DescribeImportSnapshotTasksCommand extends smithyClient.Command .build() { } -class DescribeInstanceAttributeCommand extends smithyClient.Command +class DescribeInstanceAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceAttribute", {}) .n("EC2Client", "DescribeInstanceAttributeCommand") @@ -8474,11 +7899,11 @@ class DescribeInstanceAttributeCommand extends smithyClient.Command .build() { } -class DescribeInstanceConnectEndpointsCommand extends smithyClient.Command +class DescribeInstanceConnectEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceConnectEndpoints", {}) .n("EC2Client", "DescribeInstanceConnectEndpointsCommand") @@ -8486,11 +7911,11 @@ class DescribeInstanceConnectEndpointsCommand extends smithyClient.Command .build() { } -class DescribeInstanceCreditSpecificationsCommand extends smithyClient.Command +class DescribeInstanceCreditSpecificationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceCreditSpecifications", {}) .n("EC2Client", "DescribeInstanceCreditSpecificationsCommand") @@ -8498,11 +7923,11 @@ class DescribeInstanceCreditSpecificationsCommand extends smithyClient.Command .build() { } -class DescribeInstanceEventNotificationAttributesCommand extends smithyClient.Command +class DescribeInstanceEventNotificationAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceEventNotificationAttributes", {}) .n("EC2Client", "DescribeInstanceEventNotificationAttributesCommand") @@ -8510,11 +7935,11 @@ class DescribeInstanceEventNotificationAttributesCommand extends smithyClient.Co .build() { } -class DescribeInstanceEventWindowsCommand extends smithyClient.Command +class DescribeInstanceEventWindowsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceEventWindows", {}) .n("EC2Client", "DescribeInstanceEventWindowsCommand") @@ -8522,11 +7947,11 @@ class DescribeInstanceEventWindowsCommand extends smithyClient.Command .build() { } -class DescribeInstanceImageMetadataCommand extends smithyClient.Command +class DescribeInstanceImageMetadataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceImageMetadata", {}) .n("EC2Client", "DescribeInstanceImageMetadataCommand") @@ -8534,11 +7959,11 @@ class DescribeInstanceImageMetadataCommand extends smithyClient.Command .build() { } -class DescribeInstancesCommand extends smithyClient.Command +class DescribeInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstances", {}) .n("EC2Client", "DescribeInstancesCommand") @@ -8546,11 +7971,11 @@ class DescribeInstancesCommand extends smithyClient.Command .build() { } -class DescribeInstanceSqlHaHistoryStatesCommand extends smithyClient.Command +class DescribeInstanceSqlHaHistoryStatesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceSqlHaHistoryStates", {}) .n("EC2Client", "DescribeInstanceSqlHaHistoryStatesCommand") @@ -8558,11 +7983,11 @@ class DescribeInstanceSqlHaHistoryStatesCommand extends smithyClient.Command .build() { } -class DescribeInstanceSqlHaStatesCommand extends smithyClient.Command +class DescribeInstanceSqlHaStatesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceSqlHaStates", {}) .n("EC2Client", "DescribeInstanceSqlHaStatesCommand") @@ -8570,11 +7995,11 @@ class DescribeInstanceSqlHaStatesCommand extends smithyClient.Command .build() { } -class DescribeInstanceStatusCommand extends smithyClient.Command +class DescribeInstanceStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceStatus", {}) .n("EC2Client", "DescribeInstanceStatusCommand") @@ -8582,11 +8007,11 @@ class DescribeInstanceStatusCommand extends smithyClient.Command .build() { } -class DescribeInstanceTopologyCommand extends smithyClient.Command +class DescribeInstanceTopologyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceTopology", {}) .n("EC2Client", "DescribeInstanceTopologyCommand") @@ -8594,11 +8019,11 @@ class DescribeInstanceTopologyCommand extends smithyClient.Command .build() { } -class DescribeInstanceTypeOfferingsCommand extends smithyClient.Command +class DescribeInstanceTypeOfferingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceTypeOfferings", {}) .n("EC2Client", "DescribeInstanceTypeOfferingsCommand") @@ -8606,11 +8031,11 @@ class DescribeInstanceTypeOfferingsCommand extends smithyClient.Command .build() { } -class DescribeInstanceTypesCommand extends smithyClient.Command +class DescribeInstanceTypesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInstanceTypes", {}) .n("EC2Client", "DescribeInstanceTypesCommand") @@ -8618,11 +8043,11 @@ class DescribeInstanceTypesCommand extends smithyClient.Command .build() { } -class DescribeInternetGatewaysCommand extends smithyClient.Command +class DescribeInternetGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeInternetGateways", {}) .n("EC2Client", "DescribeInternetGatewaysCommand") @@ -8630,11 +8055,11 @@ class DescribeInternetGatewaysCommand extends smithyClient.Command .build() { } -class DescribeIpamByoasnCommand extends smithyClient.Command +class DescribeIpamByoasnCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamByoasn", {}) .n("EC2Client", "DescribeIpamByoasnCommand") @@ -8642,11 +8067,11 @@ class DescribeIpamByoasnCommand extends smithyClient.Command .build() { } -class DescribeIpamExternalResourceVerificationTokensCommand extends smithyClient.Command +class DescribeIpamExternalResourceVerificationTokensCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamExternalResourceVerificationTokens", {}) .n("EC2Client", "DescribeIpamExternalResourceVerificationTokensCommand") @@ -8654,11 +8079,11 @@ class DescribeIpamExternalResourceVerificationTokensCommand extends smithyClient .build() { } -class DescribeIpamPoliciesCommand extends smithyClient.Command +class DescribeIpamPoliciesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamPolicies", {}) .n("EC2Client", "DescribeIpamPoliciesCommand") @@ -8666,11 +8091,23 @@ class DescribeIpamPoliciesCommand extends smithyClient.Command .build() { } -class DescribeIpamPoolsCommand extends smithyClient.Command +class DescribeIpamPoolAllocationsCommand extends client.Command + .classBuilder() + .ep(commonParams) + .m(function (Command, cs, config, o) { + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; +}) + .s("AmazonEC2", "DescribeIpamPoolAllocations", {}) + .n("EC2Client", "DescribeIpamPoolAllocationsCommand") + .sc(schemas_0.DescribeIpamPoolAllocations$) + .build() { +} + +class DescribeIpamPoolsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamPools", {}) .n("EC2Client", "DescribeIpamPoolsCommand") @@ -8678,11 +8115,11 @@ class DescribeIpamPoolsCommand extends smithyClient.Command .build() { } -class DescribeIpamPrefixListResolversCommand extends smithyClient.Command +class DescribeIpamPrefixListResolversCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamPrefixListResolvers", {}) .n("EC2Client", "DescribeIpamPrefixListResolversCommand") @@ -8690,11 +8127,11 @@ class DescribeIpamPrefixListResolversCommand extends smithyClient.Command .build() { } -class DescribeIpamPrefixListResolverTargetsCommand extends smithyClient.Command +class DescribeIpamPrefixListResolverTargetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamPrefixListResolverTargets", {}) .n("EC2Client", "DescribeIpamPrefixListResolverTargetsCommand") @@ -8702,11 +8139,11 @@ class DescribeIpamPrefixListResolverTargetsCommand extends smithyClient.Command .build() { } -class DescribeIpamResourceDiscoveriesCommand extends smithyClient.Command +class DescribeIpamResourceDiscoveriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamResourceDiscoveries", {}) .n("EC2Client", "DescribeIpamResourceDiscoveriesCommand") @@ -8714,11 +8151,11 @@ class DescribeIpamResourceDiscoveriesCommand extends smithyClient.Command .build() { } -class DescribeIpamResourceDiscoveryAssociationsCommand extends smithyClient.Command +class DescribeIpamResourceDiscoveryAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamResourceDiscoveryAssociations", {}) .n("EC2Client", "DescribeIpamResourceDiscoveryAssociationsCommand") @@ -8726,11 +8163,11 @@ class DescribeIpamResourceDiscoveryAssociationsCommand extends smithyClient.Comm .build() { } -class DescribeIpamsCommand extends smithyClient.Command +class DescribeIpamsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpams", {}) .n("EC2Client", "DescribeIpamsCommand") @@ -8738,11 +8175,11 @@ class DescribeIpamsCommand extends smithyClient.Command .build() { } -class DescribeIpamScopesCommand extends smithyClient.Command +class DescribeIpamScopesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpamScopes", {}) .n("EC2Client", "DescribeIpamScopesCommand") @@ -8750,11 +8187,11 @@ class DescribeIpamScopesCommand extends smithyClient.Command .build() { } -class DescribeIpv6PoolsCommand extends smithyClient.Command +class DescribeIpv6PoolsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeIpv6Pools", {}) .n("EC2Client", "DescribeIpv6PoolsCommand") @@ -8762,11 +8199,11 @@ class DescribeIpv6PoolsCommand extends smithyClient.Command .build() { } -class DescribeKeyPairsCommand extends smithyClient.Command +class DescribeKeyPairsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeKeyPairs", {}) .n("EC2Client", "DescribeKeyPairsCommand") @@ -8774,11 +8211,11 @@ class DescribeKeyPairsCommand extends smithyClient.Command .build() { } -class DescribeLaunchTemplatesCommand extends smithyClient.Command +class DescribeLaunchTemplatesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLaunchTemplates", {}) .n("EC2Client", "DescribeLaunchTemplatesCommand") @@ -8786,11 +8223,11 @@ class DescribeLaunchTemplatesCommand extends smithyClient.Command .build() { } -class DescribeLaunchTemplateVersionsCommand extends smithyClient.Command +class DescribeLaunchTemplateVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLaunchTemplateVersions", {}) .n("EC2Client", "DescribeLaunchTemplateVersionsCommand") @@ -8798,11 +8235,11 @@ class DescribeLaunchTemplateVersionsCommand extends smithyClient.Command .build() { } -class DescribeLocalGatewayRouteTablesCommand extends smithyClient.Command +class DescribeLocalGatewayRouteTablesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLocalGatewayRouteTables", {}) .n("EC2Client", "DescribeLocalGatewayRouteTablesCommand") @@ -8810,11 +8247,11 @@ class DescribeLocalGatewayRouteTablesCommand extends smithyClient.Command .build() { } -class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand extends smithyClient.Command +class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations", {}) .n("EC2Client", "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand") @@ -8822,11 +8259,11 @@ class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand ext .build() { } -class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends smithyClient.Command +class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLocalGatewayRouteTableVpcAssociations", {}) .n("EC2Client", "DescribeLocalGatewayRouteTableVpcAssociationsCommand") @@ -8834,11 +8271,11 @@ class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends smithyClient. .build() { } -class DescribeLocalGatewaysCommand extends smithyClient.Command +class DescribeLocalGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLocalGateways", {}) .n("EC2Client", "DescribeLocalGatewaysCommand") @@ -8846,11 +8283,11 @@ class DescribeLocalGatewaysCommand extends smithyClient.Command .build() { } -class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends smithyClient.Command +class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLocalGatewayVirtualInterfaceGroups", {}) .n("EC2Client", "DescribeLocalGatewayVirtualInterfaceGroupsCommand") @@ -8858,11 +8295,11 @@ class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends smithyClient.Com .build() { } -class DescribeLocalGatewayVirtualInterfacesCommand extends smithyClient.Command +class DescribeLocalGatewayVirtualInterfacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLocalGatewayVirtualInterfaces", {}) .n("EC2Client", "DescribeLocalGatewayVirtualInterfacesCommand") @@ -8870,11 +8307,11 @@ class DescribeLocalGatewayVirtualInterfacesCommand extends smithyClient.Command .build() { } -class DescribeLockedSnapshotsCommand extends smithyClient.Command +class DescribeLockedSnapshotsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeLockedSnapshots", {}) .n("EC2Client", "DescribeLockedSnapshotsCommand") @@ -8882,11 +8319,11 @@ class DescribeLockedSnapshotsCommand extends smithyClient.Command .build() { } -class DescribeMacHostsCommand extends smithyClient.Command +class DescribeMacHostsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeMacHosts", {}) .n("EC2Client", "DescribeMacHostsCommand") @@ -8894,11 +8331,11 @@ class DescribeMacHostsCommand extends smithyClient.Command .build() { } -class DescribeMacModificationTasksCommand extends smithyClient.Command +class DescribeMacModificationTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeMacModificationTasks", {}) .n("EC2Client", "DescribeMacModificationTasksCommand") @@ -8906,11 +8343,11 @@ class DescribeMacModificationTasksCommand extends smithyClient.Command .build() { } -class DescribeManagedPrefixListsCommand extends smithyClient.Command +class DescribeManagedPrefixListsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeManagedPrefixLists", {}) .n("EC2Client", "DescribeManagedPrefixListsCommand") @@ -8918,11 +8355,11 @@ class DescribeManagedPrefixListsCommand extends smithyClient.Command .build() { } -class DescribeMovingAddressesCommand extends smithyClient.Command +class DescribeMovingAddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeMovingAddresses", {}) .n("EC2Client", "DescribeMovingAddressesCommand") @@ -8930,11 +8367,11 @@ class DescribeMovingAddressesCommand extends smithyClient.Command .build() { } -class DescribeNatGatewaysCommand extends smithyClient.Command +class DescribeNatGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNatGateways", {}) .n("EC2Client", "DescribeNatGatewaysCommand") @@ -8942,11 +8379,11 @@ class DescribeNatGatewaysCommand extends smithyClient.Command .build() { } -class DescribeNetworkAclsCommand extends smithyClient.Command +class DescribeNetworkAclsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkAcls", {}) .n("EC2Client", "DescribeNetworkAclsCommand") @@ -8954,11 +8391,11 @@ class DescribeNetworkAclsCommand extends smithyClient.Command .build() { } -class DescribeNetworkInsightsAccessScopeAnalysesCommand extends smithyClient.Command +class DescribeNetworkInsightsAccessScopeAnalysesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInsightsAccessScopeAnalyses", {}) .n("EC2Client", "DescribeNetworkInsightsAccessScopeAnalysesCommand") @@ -8966,11 +8403,11 @@ class DescribeNetworkInsightsAccessScopeAnalysesCommand extends smithyClient.Com .build() { } -class DescribeNetworkInsightsAccessScopesCommand extends smithyClient.Command +class DescribeNetworkInsightsAccessScopesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInsightsAccessScopes", {}) .n("EC2Client", "DescribeNetworkInsightsAccessScopesCommand") @@ -8978,11 +8415,11 @@ class DescribeNetworkInsightsAccessScopesCommand extends smithyClient.Command .build() { } -class DescribeNetworkInsightsAnalysesCommand extends smithyClient.Command +class DescribeNetworkInsightsAnalysesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInsightsAnalyses", {}) .n("EC2Client", "DescribeNetworkInsightsAnalysesCommand") @@ -8990,11 +8427,11 @@ class DescribeNetworkInsightsAnalysesCommand extends smithyClient.Command .build() { } -class DescribeNetworkInsightsPathsCommand extends smithyClient.Command +class DescribeNetworkInsightsPathsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInsightsPaths", {}) .n("EC2Client", "DescribeNetworkInsightsPathsCommand") @@ -9002,11 +8439,11 @@ class DescribeNetworkInsightsPathsCommand extends smithyClient.Command .build() { } -class DescribeNetworkInterfaceAttributeCommand extends smithyClient.Command +class DescribeNetworkInterfaceAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInterfaceAttribute", {}) .n("EC2Client", "DescribeNetworkInterfaceAttributeCommand") @@ -9014,11 +8451,11 @@ class DescribeNetworkInterfaceAttributeCommand extends smithyClient.Command .build() { } -class DescribeNetworkInterfacePermissionsCommand extends smithyClient.Command +class DescribeNetworkInterfacePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInterfacePermissions", {}) .n("EC2Client", "DescribeNetworkInterfacePermissionsCommand") @@ -9026,11 +8463,11 @@ class DescribeNetworkInterfacePermissionsCommand extends smithyClient.Command .build() { } -class DescribeNetworkInterfacesCommand extends smithyClient.Command +class DescribeNetworkInterfacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeNetworkInterfaces", {}) .n("EC2Client", "DescribeNetworkInterfacesCommand") @@ -9038,11 +8475,11 @@ class DescribeNetworkInterfacesCommand extends smithyClient.Command .build() { } -class DescribeOutpostLagsCommand extends smithyClient.Command +class DescribeOutpostLagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeOutpostLags", {}) .n("EC2Client", "DescribeOutpostLagsCommand") @@ -9050,11 +8487,11 @@ class DescribeOutpostLagsCommand extends smithyClient.Command .build() { } -class DescribePlacementGroupsCommand extends smithyClient.Command +class DescribePlacementGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribePlacementGroups", {}) .n("EC2Client", "DescribePlacementGroupsCommand") @@ -9062,11 +8499,11 @@ class DescribePlacementGroupsCommand extends smithyClient.Command .build() { } -class DescribePrefixListsCommand extends smithyClient.Command +class DescribePrefixListsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribePrefixLists", {}) .n("EC2Client", "DescribePrefixListsCommand") @@ -9074,11 +8511,11 @@ class DescribePrefixListsCommand extends smithyClient.Command .build() { } -class DescribePrincipalIdFormatCommand extends smithyClient.Command +class DescribePrincipalIdFormatCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribePrincipalIdFormat", {}) .n("EC2Client", "DescribePrincipalIdFormatCommand") @@ -9086,11 +8523,11 @@ class DescribePrincipalIdFormatCommand extends smithyClient.Command .build() { } -class DescribePublicIpv4PoolsCommand extends smithyClient.Command +class DescribePublicIpv4PoolsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribePublicIpv4Pools", {}) .n("EC2Client", "DescribePublicIpv4PoolsCommand") @@ -9098,11 +8535,11 @@ class DescribePublicIpv4PoolsCommand extends smithyClient.Command .build() { } -class DescribeRegionsCommand extends smithyClient.Command +class DescribeRegionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeRegions", {}) .n("EC2Client", "DescribeRegionsCommand") @@ -9110,11 +8547,11 @@ class DescribeRegionsCommand extends smithyClient.Command .build() { } -class DescribeReplaceRootVolumeTasksCommand extends smithyClient.Command +class DescribeReplaceRootVolumeTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeReplaceRootVolumeTasks", {}) .n("EC2Client", "DescribeReplaceRootVolumeTasksCommand") @@ -9122,11 +8559,11 @@ class DescribeReplaceRootVolumeTasksCommand extends smithyClient.Command .build() { } -class DescribeReservedInstancesCommand extends smithyClient.Command +class DescribeReservedInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeReservedInstances", {}) .n("EC2Client", "DescribeReservedInstancesCommand") @@ -9134,11 +8571,11 @@ class DescribeReservedInstancesCommand extends smithyClient.Command .build() { } -class DescribeReservedInstancesListingsCommand extends smithyClient.Command +class DescribeReservedInstancesListingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeReservedInstancesListings", {}) .n("EC2Client", "DescribeReservedInstancesListingsCommand") @@ -9146,11 +8583,11 @@ class DescribeReservedInstancesListingsCommand extends smithyClient.Command .build() { } -class DescribeReservedInstancesModificationsCommand extends smithyClient.Command +class DescribeReservedInstancesModificationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeReservedInstancesModifications", {}) .n("EC2Client", "DescribeReservedInstancesModificationsCommand") @@ -9158,11 +8595,11 @@ class DescribeReservedInstancesModificationsCommand extends smithyClient.Command .build() { } -class DescribeReservedInstancesOfferingsCommand extends smithyClient.Command +class DescribeReservedInstancesOfferingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeReservedInstancesOfferings", {}) .n("EC2Client", "DescribeReservedInstancesOfferingsCommand") @@ -9170,11 +8607,11 @@ class DescribeReservedInstancesOfferingsCommand extends smithyClient.Command .build() { } -class DescribeRouteServerEndpointsCommand extends smithyClient.Command +class DescribeRouteServerEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeRouteServerEndpoints", {}) .n("EC2Client", "DescribeRouteServerEndpointsCommand") @@ -9182,11 +8619,11 @@ class DescribeRouteServerEndpointsCommand extends smithyClient.Command .build() { } -class DescribeRouteServerPeersCommand extends smithyClient.Command +class DescribeRouteServerPeersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeRouteServerPeers", {}) .n("EC2Client", "DescribeRouteServerPeersCommand") @@ -9194,11 +8631,11 @@ class DescribeRouteServerPeersCommand extends smithyClient.Command .build() { } -class DescribeRouteServersCommand extends smithyClient.Command +class DescribeRouteServersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeRouteServers", {}) .n("EC2Client", "DescribeRouteServersCommand") @@ -9206,11 +8643,11 @@ class DescribeRouteServersCommand extends smithyClient.Command .build() { } -class DescribeRouteTablesCommand extends smithyClient.Command +class DescribeRouteTablesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeRouteTables", {}) .n("EC2Client", "DescribeRouteTablesCommand") @@ -9218,11 +8655,11 @@ class DescribeRouteTablesCommand extends smithyClient.Command .build() { } -class DescribeScheduledInstanceAvailabilityCommand extends smithyClient.Command +class DescribeScheduledInstanceAvailabilityCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeScheduledInstanceAvailability", {}) .n("EC2Client", "DescribeScheduledInstanceAvailabilityCommand") @@ -9230,11 +8667,11 @@ class DescribeScheduledInstanceAvailabilityCommand extends smithyClient.Command .build() { } -class DescribeScheduledInstancesCommand extends smithyClient.Command +class DescribeScheduledInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeScheduledInstances", {}) .n("EC2Client", "DescribeScheduledInstancesCommand") @@ -9242,11 +8679,11 @@ class DescribeScheduledInstancesCommand extends smithyClient.Command .build() { } -class DescribeSecondaryInterfacesCommand extends smithyClient.Command +class DescribeSecondaryInterfacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecondaryInterfaces", {}) .n("EC2Client", "DescribeSecondaryInterfacesCommand") @@ -9254,11 +8691,11 @@ class DescribeSecondaryInterfacesCommand extends smithyClient.Command .build() { } -class DescribeSecondaryNetworksCommand extends smithyClient.Command +class DescribeSecondaryNetworksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecondaryNetworks", {}) .n("EC2Client", "DescribeSecondaryNetworksCommand") @@ -9266,11 +8703,11 @@ class DescribeSecondaryNetworksCommand extends smithyClient.Command .build() { } -class DescribeSecondarySubnetsCommand extends smithyClient.Command +class DescribeSecondarySubnetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecondarySubnets", {}) .n("EC2Client", "DescribeSecondarySubnetsCommand") @@ -9278,11 +8715,11 @@ class DescribeSecondarySubnetsCommand extends smithyClient.Command .build() { } -class DescribeSecurityGroupReferencesCommand extends smithyClient.Command +class DescribeSecurityGroupReferencesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecurityGroupReferences", {}) .n("EC2Client", "DescribeSecurityGroupReferencesCommand") @@ -9290,11 +8727,11 @@ class DescribeSecurityGroupReferencesCommand extends smithyClient.Command .build() { } -class DescribeSecurityGroupRulesCommand extends smithyClient.Command +class DescribeSecurityGroupRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecurityGroupRules", {}) .n("EC2Client", "DescribeSecurityGroupRulesCommand") @@ -9302,11 +8739,11 @@ class DescribeSecurityGroupRulesCommand extends smithyClient.Command .build() { } -class DescribeSecurityGroupsCommand extends smithyClient.Command +class DescribeSecurityGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecurityGroups", {}) .n("EC2Client", "DescribeSecurityGroupsCommand") @@ -9314,11 +8751,11 @@ class DescribeSecurityGroupsCommand extends smithyClient.Command .build() { } -class DescribeSecurityGroupVpcAssociationsCommand extends smithyClient.Command +class DescribeSecurityGroupVpcAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSecurityGroupVpcAssociations", {}) .n("EC2Client", "DescribeSecurityGroupVpcAssociationsCommand") @@ -9326,11 +8763,11 @@ class DescribeSecurityGroupVpcAssociationsCommand extends smithyClient.Command .build() { } -class DescribeServiceLinkVirtualInterfacesCommand extends smithyClient.Command +class DescribeServiceLinkVirtualInterfacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeServiceLinkVirtualInterfaces", {}) .n("EC2Client", "DescribeServiceLinkVirtualInterfacesCommand") @@ -9338,11 +8775,11 @@ class DescribeServiceLinkVirtualInterfacesCommand extends smithyClient.Command .build() { } -class DescribeSnapshotAttributeCommand extends smithyClient.Command +class DescribeSnapshotAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSnapshotAttribute", {}) .n("EC2Client", "DescribeSnapshotAttributeCommand") @@ -9350,11 +8787,11 @@ class DescribeSnapshotAttributeCommand extends smithyClient.Command .build() { } -class DescribeSnapshotsCommand extends smithyClient.Command +class DescribeSnapshotsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSnapshots", {}) .n("EC2Client", "DescribeSnapshotsCommand") @@ -9362,11 +8799,11 @@ class DescribeSnapshotsCommand extends smithyClient.Command .build() { } -class DescribeSnapshotTierStatusCommand extends smithyClient.Command +class DescribeSnapshotTierStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSnapshotTierStatus", {}) .n("EC2Client", "DescribeSnapshotTierStatusCommand") @@ -9374,11 +8811,11 @@ class DescribeSnapshotTierStatusCommand extends smithyClient.Command .build() { } -class DescribeSpotDatafeedSubscriptionCommand extends smithyClient.Command +class DescribeSpotDatafeedSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSpotDatafeedSubscription", {}) .n("EC2Client", "DescribeSpotDatafeedSubscriptionCommand") @@ -9386,11 +8823,11 @@ class DescribeSpotDatafeedSubscriptionCommand extends smithyClient.Command .build() { } -class DescribeSpotFleetInstancesCommand extends smithyClient.Command +class DescribeSpotFleetInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSpotFleetInstances", {}) .n("EC2Client", "DescribeSpotFleetInstancesCommand") @@ -9398,11 +8835,11 @@ class DescribeSpotFleetInstancesCommand extends smithyClient.Command .build() { } -class DescribeSpotFleetRequestHistoryCommand extends smithyClient.Command +class DescribeSpotFleetRequestHistoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSpotFleetRequestHistory", {}) .n("EC2Client", "DescribeSpotFleetRequestHistoryCommand") @@ -9410,11 +8847,11 @@ class DescribeSpotFleetRequestHistoryCommand extends smithyClient.Command .build() { } -class DescribeSpotFleetRequestsCommand extends smithyClient.Command +class DescribeSpotFleetRequestsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSpotFleetRequests", {}) .n("EC2Client", "DescribeSpotFleetRequestsCommand") @@ -9422,11 +8859,11 @@ class DescribeSpotFleetRequestsCommand extends smithyClient.Command .build() { } -class DescribeSpotInstanceRequestsCommand extends smithyClient.Command +class DescribeSpotInstanceRequestsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSpotInstanceRequests", {}) .n("EC2Client", "DescribeSpotInstanceRequestsCommand") @@ -9434,11 +8871,11 @@ class DescribeSpotInstanceRequestsCommand extends smithyClient.Command .build() { } -class DescribeSpotPriceHistoryCommand extends smithyClient.Command +class DescribeSpotPriceHistoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSpotPriceHistory", {}) .n("EC2Client", "DescribeSpotPriceHistoryCommand") @@ -9446,11 +8883,11 @@ class DescribeSpotPriceHistoryCommand extends smithyClient.Command .build() { } -class DescribeStaleSecurityGroupsCommand extends smithyClient.Command +class DescribeStaleSecurityGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeStaleSecurityGroups", {}) .n("EC2Client", "DescribeStaleSecurityGroupsCommand") @@ -9458,11 +8895,11 @@ class DescribeStaleSecurityGroupsCommand extends smithyClient.Command .build() { } -class DescribeStoreImageTasksCommand extends smithyClient.Command +class DescribeStoreImageTasksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeStoreImageTasks", {}) .n("EC2Client", "DescribeStoreImageTasksCommand") @@ -9470,11 +8907,11 @@ class DescribeStoreImageTasksCommand extends smithyClient.Command .build() { } -class DescribeSubnetsCommand extends smithyClient.Command +class DescribeSubnetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeSubnets", {}) .n("EC2Client", "DescribeSubnetsCommand") @@ -9482,11 +8919,11 @@ class DescribeSubnetsCommand extends smithyClient.Command .build() { } -class DescribeTagsCommand extends smithyClient.Command +class DescribeTagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTags", {}) .n("EC2Client", "DescribeTagsCommand") @@ -9494,11 +8931,11 @@ class DescribeTagsCommand extends smithyClient.Command .build() { } -class DescribeTrafficMirrorFilterRulesCommand extends smithyClient.Command +class DescribeTrafficMirrorFilterRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTrafficMirrorFilterRules", {}) .n("EC2Client", "DescribeTrafficMirrorFilterRulesCommand") @@ -9506,11 +8943,11 @@ class DescribeTrafficMirrorFilterRulesCommand extends smithyClient.Command .build() { } -class DescribeTrafficMirrorFiltersCommand extends smithyClient.Command +class DescribeTrafficMirrorFiltersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTrafficMirrorFilters", {}) .n("EC2Client", "DescribeTrafficMirrorFiltersCommand") @@ -9518,11 +8955,11 @@ class DescribeTrafficMirrorFiltersCommand extends smithyClient.Command .build() { } -class DescribeTrafficMirrorSessionsCommand extends smithyClient.Command +class DescribeTrafficMirrorSessionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTrafficMirrorSessions", {}) .n("EC2Client", "DescribeTrafficMirrorSessionsCommand") @@ -9530,11 +8967,11 @@ class DescribeTrafficMirrorSessionsCommand extends smithyClient.Command .build() { } -class DescribeTrafficMirrorTargetsCommand extends smithyClient.Command +class DescribeTrafficMirrorTargetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTrafficMirrorTargets", {}) .n("EC2Client", "DescribeTrafficMirrorTargetsCommand") @@ -9542,11 +8979,11 @@ class DescribeTrafficMirrorTargetsCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayAttachmentsCommand extends smithyClient.Command +class DescribeTransitGatewayAttachmentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayAttachments", {}) .n("EC2Client", "DescribeTransitGatewayAttachmentsCommand") @@ -9554,11 +8991,11 @@ class DescribeTransitGatewayAttachmentsCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayConnectPeersCommand extends smithyClient.Command +class DescribeTransitGatewayConnectPeersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayConnectPeers", {}) .n("EC2Client", "DescribeTransitGatewayConnectPeersCommand") @@ -9566,11 +9003,11 @@ class DescribeTransitGatewayConnectPeersCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayConnectsCommand extends smithyClient.Command +class DescribeTransitGatewayConnectsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayConnects", {}) .n("EC2Client", "DescribeTransitGatewayConnectsCommand") @@ -9578,11 +9015,11 @@ class DescribeTransitGatewayConnectsCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayMeteringPoliciesCommand extends smithyClient.Command +class DescribeTransitGatewayMeteringPoliciesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayMeteringPolicies", {}) .n("EC2Client", "DescribeTransitGatewayMeteringPoliciesCommand") @@ -9590,11 +9027,11 @@ class DescribeTransitGatewayMeteringPoliciesCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayMulticastDomainsCommand extends smithyClient.Command +class DescribeTransitGatewayMulticastDomainsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayMulticastDomains", {}) .n("EC2Client", "DescribeTransitGatewayMulticastDomainsCommand") @@ -9602,11 +9039,11 @@ class DescribeTransitGatewayMulticastDomainsCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayPeeringAttachmentsCommand extends smithyClient.Command +class DescribeTransitGatewayPeeringAttachmentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayPeeringAttachments", {}) .n("EC2Client", "DescribeTransitGatewayPeeringAttachmentsCommand") @@ -9614,11 +9051,11 @@ class DescribeTransitGatewayPeeringAttachmentsCommand extends smithyClient.Comma .build() { } -class DescribeTransitGatewayPolicyTablesCommand extends smithyClient.Command +class DescribeTransitGatewayPolicyTablesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayPolicyTables", {}) .n("EC2Client", "DescribeTransitGatewayPolicyTablesCommand") @@ -9626,11 +9063,11 @@ class DescribeTransitGatewayPolicyTablesCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayRouteTableAnnouncementsCommand extends smithyClient.Command +class DescribeTransitGatewayRouteTableAnnouncementsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayRouteTableAnnouncements", {}) .n("EC2Client", "DescribeTransitGatewayRouteTableAnnouncementsCommand") @@ -9638,11 +9075,11 @@ class DescribeTransitGatewayRouteTableAnnouncementsCommand extends smithyClient. .build() { } -class DescribeTransitGatewayRouteTablesCommand extends smithyClient.Command +class DescribeTransitGatewayRouteTablesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayRouteTables", {}) .n("EC2Client", "DescribeTransitGatewayRouteTablesCommand") @@ -9650,11 +9087,11 @@ class DescribeTransitGatewayRouteTablesCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewaysCommand extends smithyClient.Command +class DescribeTransitGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGateways", {}) .n("EC2Client", "DescribeTransitGatewaysCommand") @@ -9662,11 +9099,11 @@ class DescribeTransitGatewaysCommand extends smithyClient.Command .build() { } -class DescribeTransitGatewayVpcAttachmentsCommand extends smithyClient.Command +class DescribeTransitGatewayVpcAttachmentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTransitGatewayVpcAttachments", {}) .n("EC2Client", "DescribeTransitGatewayVpcAttachmentsCommand") @@ -9674,11 +9111,11 @@ class DescribeTransitGatewayVpcAttachmentsCommand extends smithyClient.Command .build() { } -class DescribeTrunkInterfaceAssociationsCommand extends smithyClient.Command +class DescribeTrunkInterfaceAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeTrunkInterfaceAssociations", {}) .n("EC2Client", "DescribeTrunkInterfaceAssociationsCommand") @@ -9686,11 +9123,11 @@ class DescribeTrunkInterfaceAssociationsCommand extends smithyClient.Command .build() { } -class DescribeVerifiedAccessEndpointsCommand extends smithyClient.Command +class DescribeVerifiedAccessEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVerifiedAccessEndpoints", {}) .n("EC2Client", "DescribeVerifiedAccessEndpointsCommand") @@ -9698,11 +9135,11 @@ class DescribeVerifiedAccessEndpointsCommand extends smithyClient.Command .build() { } -class DescribeVerifiedAccessGroupsCommand extends smithyClient.Command +class DescribeVerifiedAccessGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVerifiedAccessGroups", {}) .n("EC2Client", "DescribeVerifiedAccessGroupsCommand") @@ -9710,11 +9147,11 @@ class DescribeVerifiedAccessGroupsCommand extends smithyClient.Command .build() { } -class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends smithyClient.Command +class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVerifiedAccessInstanceLoggingConfigurations", {}) .n("EC2Client", "DescribeVerifiedAccessInstanceLoggingConfigurationsCommand") @@ -9722,11 +9159,11 @@ class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends smithyC .build() { } -class DescribeVerifiedAccessInstancesCommand extends smithyClient.Command +class DescribeVerifiedAccessInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVerifiedAccessInstances", {}) .n("EC2Client", "DescribeVerifiedAccessInstancesCommand") @@ -9734,11 +9171,11 @@ class DescribeVerifiedAccessInstancesCommand extends smithyClient.Command .build() { } -class DescribeVerifiedAccessTrustProvidersCommand extends smithyClient.Command +class DescribeVerifiedAccessTrustProvidersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVerifiedAccessTrustProviders", {}) .n("EC2Client", "DescribeVerifiedAccessTrustProvidersCommand") @@ -9746,11 +9183,11 @@ class DescribeVerifiedAccessTrustProvidersCommand extends smithyClient.Command .build() { } -class DescribeVolumeAttributeCommand extends smithyClient.Command +class DescribeVolumeAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVolumeAttribute", {}) .n("EC2Client", "DescribeVolumeAttributeCommand") @@ -9758,11 +9195,11 @@ class DescribeVolumeAttributeCommand extends smithyClient.Command .build() { } -class DescribeVolumesCommand extends smithyClient.Command +class DescribeVolumesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVolumes", {}) .n("EC2Client", "DescribeVolumesCommand") @@ -9770,11 +9207,11 @@ class DescribeVolumesCommand extends smithyClient.Command .build() { } -class DescribeVolumesModificationsCommand extends smithyClient.Command +class DescribeVolumesModificationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVolumesModifications", {}) .n("EC2Client", "DescribeVolumesModificationsCommand") @@ -9782,11 +9219,11 @@ class DescribeVolumesModificationsCommand extends smithyClient.Command .build() { } -class DescribeVolumeStatusCommand extends smithyClient.Command +class DescribeVolumeStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVolumeStatus", {}) .n("EC2Client", "DescribeVolumeStatusCommand") @@ -9794,11 +9231,11 @@ class DescribeVolumeStatusCommand extends smithyClient.Command .build() { } -class DescribeVpcAttributeCommand extends smithyClient.Command +class DescribeVpcAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcAttribute", {}) .n("EC2Client", "DescribeVpcAttributeCommand") @@ -9806,11 +9243,11 @@ class DescribeVpcAttributeCommand extends smithyClient.Command .build() { } -class DescribeVpcBlockPublicAccessExclusionsCommand extends smithyClient.Command +class DescribeVpcBlockPublicAccessExclusionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcBlockPublicAccessExclusions", {}) .n("EC2Client", "DescribeVpcBlockPublicAccessExclusionsCommand") @@ -9818,11 +9255,11 @@ class DescribeVpcBlockPublicAccessExclusionsCommand extends smithyClient.Command .build() { } -class DescribeVpcBlockPublicAccessOptionsCommand extends smithyClient.Command +class DescribeVpcBlockPublicAccessOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcBlockPublicAccessOptions", {}) .n("EC2Client", "DescribeVpcBlockPublicAccessOptionsCommand") @@ -9830,11 +9267,11 @@ class DescribeVpcBlockPublicAccessOptionsCommand extends smithyClient.Command .build() { } -class DescribeVpcClassicLinkCommand extends smithyClient.Command +class DescribeVpcClassicLinkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcClassicLink", {}) .n("EC2Client", "DescribeVpcClassicLinkCommand") @@ -9842,11 +9279,11 @@ class DescribeVpcClassicLinkCommand extends smithyClient.Command .build() { } -class DescribeVpcClassicLinkDnsSupportCommand extends smithyClient.Command +class DescribeVpcClassicLinkDnsSupportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcClassicLinkDnsSupport", {}) .n("EC2Client", "DescribeVpcClassicLinkDnsSupportCommand") @@ -9854,11 +9291,11 @@ class DescribeVpcClassicLinkDnsSupportCommand extends smithyClient.Command .build() { } -class DescribeVpcEncryptionControlsCommand extends smithyClient.Command +class DescribeVpcEncryptionControlsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEncryptionControls", {}) .n("EC2Client", "DescribeVpcEncryptionControlsCommand") @@ -9866,11 +9303,11 @@ class DescribeVpcEncryptionControlsCommand extends smithyClient.Command .build() { } -class DescribeVpcEndpointAssociationsCommand extends smithyClient.Command +class DescribeVpcEndpointAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpointAssociations", {}) .n("EC2Client", "DescribeVpcEndpointAssociationsCommand") @@ -9878,11 +9315,11 @@ class DescribeVpcEndpointAssociationsCommand extends smithyClient.Command .build() { } -class DescribeVpcEndpointConnectionNotificationsCommand extends smithyClient.Command +class DescribeVpcEndpointConnectionNotificationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpointConnectionNotifications", {}) .n("EC2Client", "DescribeVpcEndpointConnectionNotificationsCommand") @@ -9890,11 +9327,11 @@ class DescribeVpcEndpointConnectionNotificationsCommand extends smithyClient.Com .build() { } -class DescribeVpcEndpointConnectionsCommand extends smithyClient.Command +class DescribeVpcEndpointConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpointConnections", {}) .n("EC2Client", "DescribeVpcEndpointConnectionsCommand") @@ -9902,11 +9339,11 @@ class DescribeVpcEndpointConnectionsCommand extends smithyClient.Command .build() { } -class DescribeVpcEndpointsCommand extends smithyClient.Command +class DescribeVpcEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpoints", {}) .n("EC2Client", "DescribeVpcEndpointsCommand") @@ -9914,11 +9351,11 @@ class DescribeVpcEndpointsCommand extends smithyClient.Command .build() { } -class DescribeVpcEndpointServiceConfigurationsCommand extends smithyClient.Command +class DescribeVpcEndpointServiceConfigurationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpointServiceConfigurations", {}) .n("EC2Client", "DescribeVpcEndpointServiceConfigurationsCommand") @@ -9926,11 +9363,11 @@ class DescribeVpcEndpointServiceConfigurationsCommand extends smithyClient.Comma .build() { } -class DescribeVpcEndpointServicePermissionsCommand extends smithyClient.Command +class DescribeVpcEndpointServicePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpointServicePermissions", {}) .n("EC2Client", "DescribeVpcEndpointServicePermissionsCommand") @@ -9938,11 +9375,11 @@ class DescribeVpcEndpointServicePermissionsCommand extends smithyClient.Command .build() { } -class DescribeVpcEndpointServicesCommand extends smithyClient.Command +class DescribeVpcEndpointServicesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcEndpointServices", {}) .n("EC2Client", "DescribeVpcEndpointServicesCommand") @@ -9950,11 +9387,11 @@ class DescribeVpcEndpointServicesCommand extends smithyClient.Command .build() { } -class DescribeVpcPeeringConnectionsCommand extends smithyClient.Command +class DescribeVpcPeeringConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcPeeringConnections", {}) .n("EC2Client", "DescribeVpcPeeringConnectionsCommand") @@ -9962,11 +9399,11 @@ class DescribeVpcPeeringConnectionsCommand extends smithyClient.Command .build() { } -class DescribeVpcsCommand extends smithyClient.Command +class DescribeVpcsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpcs", {}) .n("EC2Client", "DescribeVpcsCommand") @@ -9974,11 +9411,11 @@ class DescribeVpcsCommand extends smithyClient.Command .build() { } -class DescribeVpnConcentratorsCommand extends smithyClient.Command +class DescribeVpnConcentratorsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpnConcentrators", {}) .n("EC2Client", "DescribeVpnConcentratorsCommand") @@ -9986,11 +9423,11 @@ class DescribeVpnConcentratorsCommand extends smithyClient.Command .build() { } -class DescribeVpnConnectionsCommand extends smithyClient.Command +class DescribeVpnConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpnConnections", {}) .n("EC2Client", "DescribeVpnConnectionsCommand") @@ -9998,11 +9435,11 @@ class DescribeVpnConnectionsCommand extends smithyClient.Command .build() { } -class DescribeVpnGatewaysCommand extends smithyClient.Command +class DescribeVpnGatewaysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DescribeVpnGateways", {}) .n("EC2Client", "DescribeVpnGatewaysCommand") @@ -10010,11 +9447,11 @@ class DescribeVpnGatewaysCommand extends smithyClient.Command .build() { } -class DetachClassicLinkVpcCommand extends smithyClient.Command +class DetachClassicLinkVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DetachClassicLinkVpc", {}) .n("EC2Client", "DetachClassicLinkVpcCommand") @@ -10022,11 +9459,11 @@ class DetachClassicLinkVpcCommand extends smithyClient.Command .build() { } -class DetachInternetGatewayCommand extends smithyClient.Command +class DetachInternetGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DetachInternetGateway", {}) .n("EC2Client", "DetachInternetGatewayCommand") @@ -10034,11 +9471,11 @@ class DetachInternetGatewayCommand extends smithyClient.Command .build() { } -class DetachNetworkInterfaceCommand extends smithyClient.Command +class DetachNetworkInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DetachNetworkInterface", {}) .n("EC2Client", "DetachNetworkInterfaceCommand") @@ -10046,11 +9483,11 @@ class DetachNetworkInterfaceCommand extends smithyClient.Command .build() { } -class DetachVerifiedAccessTrustProviderCommand extends smithyClient.Command +class DetachVerifiedAccessTrustProviderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DetachVerifiedAccessTrustProvider", {}) .n("EC2Client", "DetachVerifiedAccessTrustProviderCommand") @@ -10058,11 +9495,11 @@ class DetachVerifiedAccessTrustProviderCommand extends smithyClient.Command .build() { } -class DetachVolumeCommand extends smithyClient.Command +class DetachVolumeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DetachVolume", {}) .n("EC2Client", "DetachVolumeCommand") @@ -10070,11 +9507,11 @@ class DetachVolumeCommand extends smithyClient.Command .build() { } -class DetachVpnGatewayCommand extends smithyClient.Command +class DetachVpnGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DetachVpnGateway", {}) .n("EC2Client", "DetachVpnGatewayCommand") @@ -10082,11 +9519,11 @@ class DetachVpnGatewayCommand extends smithyClient.Command .build() { } -class DisableAddressTransferCommand extends smithyClient.Command +class DisableAddressTransferCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableAddressTransfer", {}) .n("EC2Client", "DisableAddressTransferCommand") @@ -10094,11 +9531,11 @@ class DisableAddressTransferCommand extends smithyClient.Command .build() { } -class DisableAllowedImagesSettingsCommand extends smithyClient.Command +class DisableAllowedImagesSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableAllowedImagesSettings", {}) .n("EC2Client", "DisableAllowedImagesSettingsCommand") @@ -10106,11 +9543,11 @@ class DisableAllowedImagesSettingsCommand extends smithyClient.Command .build() { } -class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient.Command +class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableAwsNetworkPerformanceMetricSubscription", {}) .n("EC2Client", "DisableAwsNetworkPerformanceMetricSubscriptionCommand") @@ -10118,11 +9555,11 @@ class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient .build() { } -class DisableCapacityManagerCommand extends smithyClient.Command +class DisableCapacityManagerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableCapacityManager", {}) .n("EC2Client", "DisableCapacityManagerCommand") @@ -10130,11 +9567,11 @@ class DisableCapacityManagerCommand extends smithyClient.Command .build() { } -class DisableEbsEncryptionByDefaultCommand extends smithyClient.Command +class DisableEbsEncryptionByDefaultCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableEbsEncryptionByDefault", {}) .n("EC2Client", "DisableEbsEncryptionByDefaultCommand") @@ -10142,11 +9579,11 @@ class DisableEbsEncryptionByDefaultCommand extends smithyClient.Command .build() { } -class DisableFastLaunchCommand extends smithyClient.Command +class DisableFastLaunchCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableFastLaunch", {}) .n("EC2Client", "DisableFastLaunchCommand") @@ -10154,11 +9591,11 @@ class DisableFastLaunchCommand extends smithyClient.Command .build() { } -class DisableFastSnapshotRestoresCommand extends smithyClient.Command +class DisableFastSnapshotRestoresCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableFastSnapshotRestores", {}) .n("EC2Client", "DisableFastSnapshotRestoresCommand") @@ -10166,11 +9603,11 @@ class DisableFastSnapshotRestoresCommand extends smithyClient.Command .build() { } -class DisableImageBlockPublicAccessCommand extends smithyClient.Command +class DisableImageBlockPublicAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableImageBlockPublicAccess", {}) .n("EC2Client", "DisableImageBlockPublicAccessCommand") @@ -10178,11 +9615,11 @@ class DisableImageBlockPublicAccessCommand extends smithyClient.Command .build() { } -class DisableImageCommand extends smithyClient.Command +class DisableImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableImage", {}) .n("EC2Client", "DisableImageCommand") @@ -10190,11 +9627,11 @@ class DisableImageCommand extends smithyClient.Command .build() { } -class DisableImageDeprecationCommand extends smithyClient.Command +class DisableImageDeprecationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableImageDeprecation", {}) .n("EC2Client", "DisableImageDeprecationCommand") @@ -10202,11 +9639,11 @@ class DisableImageDeprecationCommand extends smithyClient.Command .build() { } -class DisableImageDeregistrationProtectionCommand extends smithyClient.Command +class DisableImageDeregistrationProtectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableImageDeregistrationProtection", {}) .n("EC2Client", "DisableImageDeregistrationProtectionCommand") @@ -10214,11 +9651,11 @@ class DisableImageDeregistrationProtectionCommand extends smithyClient.Command .build() { } -class DisableInstanceSqlHaStandbyDetectionsCommand extends smithyClient.Command +class DisableInstanceSqlHaStandbyDetectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableInstanceSqlHaStandbyDetections", {}) .n("EC2Client", "DisableInstanceSqlHaStandbyDetectionsCommand") @@ -10226,11 +9663,11 @@ class DisableInstanceSqlHaStandbyDetectionsCommand extends smithyClient.Command .build() { } -class DisableIpamOrganizationAdminAccountCommand extends smithyClient.Command +class DisableIpamOrganizationAdminAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableIpamOrganizationAdminAccount", {}) .n("EC2Client", "DisableIpamOrganizationAdminAccountCommand") @@ -10238,11 +9675,11 @@ class DisableIpamOrganizationAdminAccountCommand extends smithyClient.Command .build() { } -class DisableIpamPolicyCommand extends smithyClient.Command +class DisableIpamPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableIpamPolicy", {}) .n("EC2Client", "DisableIpamPolicyCommand") @@ -10250,11 +9687,11 @@ class DisableIpamPolicyCommand extends smithyClient.Command .build() { } -class DisableRouteServerPropagationCommand extends smithyClient.Command +class DisableRouteServerPropagationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableRouteServerPropagation", {}) .n("EC2Client", "DisableRouteServerPropagationCommand") @@ -10262,11 +9699,11 @@ class DisableRouteServerPropagationCommand extends smithyClient.Command .build() { } -class DisableSerialConsoleAccessCommand extends smithyClient.Command +class DisableSerialConsoleAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableSerialConsoleAccess", {}) .n("EC2Client", "DisableSerialConsoleAccessCommand") @@ -10274,11 +9711,11 @@ class DisableSerialConsoleAccessCommand extends smithyClient.Command .build() { } -class DisableSnapshotBlockPublicAccessCommand extends smithyClient.Command +class DisableSnapshotBlockPublicAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableSnapshotBlockPublicAccess", {}) .n("EC2Client", "DisableSnapshotBlockPublicAccessCommand") @@ -10286,11 +9723,11 @@ class DisableSnapshotBlockPublicAccessCommand extends smithyClient.Command .build() { } -class DisableTransitGatewayRouteTablePropagationCommand extends smithyClient.Command +class DisableTransitGatewayRouteTablePropagationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableTransitGatewayRouteTablePropagation", {}) .n("EC2Client", "DisableTransitGatewayRouteTablePropagationCommand") @@ -10298,11 +9735,11 @@ class DisableTransitGatewayRouteTablePropagationCommand extends smithyClient.Com .build() { } -class DisableVgwRoutePropagationCommand extends smithyClient.Command +class DisableVgwRoutePropagationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableVgwRoutePropagation", {}) .n("EC2Client", "DisableVgwRoutePropagationCommand") @@ -10310,11 +9747,11 @@ class DisableVgwRoutePropagationCommand extends smithyClient.Command .build() { } -class DisableVpcClassicLinkCommand extends smithyClient.Command +class DisableVpcClassicLinkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableVpcClassicLink", {}) .n("EC2Client", "DisableVpcClassicLinkCommand") @@ -10322,11 +9759,11 @@ class DisableVpcClassicLinkCommand extends smithyClient.Command .build() { } -class DisableVpcClassicLinkDnsSupportCommand extends smithyClient.Command +class DisableVpcClassicLinkDnsSupportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisableVpcClassicLinkDnsSupport", {}) .n("EC2Client", "DisableVpcClassicLinkDnsSupportCommand") @@ -10334,11 +9771,11 @@ class DisableVpcClassicLinkDnsSupportCommand extends smithyClient.Command .build() { } -class DisassociateAddressCommand extends smithyClient.Command +class DisassociateAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateAddress", {}) .n("EC2Client", "DisassociateAddressCommand") @@ -10346,11 +9783,11 @@ class DisassociateAddressCommand extends smithyClient.Command .build() { } -class DisassociateCapacityReservationBillingOwnerCommand extends smithyClient.Command +class DisassociateCapacityReservationBillingOwnerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateCapacityReservationBillingOwner", {}) .n("EC2Client", "DisassociateCapacityReservationBillingOwnerCommand") @@ -10358,11 +9795,11 @@ class DisassociateCapacityReservationBillingOwnerCommand extends smithyClient.Co .build() { } -class DisassociateClientVpnTargetNetworkCommand extends smithyClient.Command +class DisassociateClientVpnTargetNetworkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateClientVpnTargetNetwork", {}) .n("EC2Client", "DisassociateClientVpnTargetNetworkCommand") @@ -10370,11 +9807,11 @@ class DisassociateClientVpnTargetNetworkCommand extends smithyClient.Command .build() { } -class DisassociateEnclaveCertificateIamRoleCommand extends smithyClient.Command +class DisassociateEnclaveCertificateIamRoleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateEnclaveCertificateIamRole", {}) .n("EC2Client", "DisassociateEnclaveCertificateIamRoleCommand") @@ -10382,11 +9819,11 @@ class DisassociateEnclaveCertificateIamRoleCommand extends smithyClient.Command .build() { } -class DisassociateIamInstanceProfileCommand extends smithyClient.Command +class DisassociateIamInstanceProfileCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateIamInstanceProfile", {}) .n("EC2Client", "DisassociateIamInstanceProfileCommand") @@ -10394,11 +9831,11 @@ class DisassociateIamInstanceProfileCommand extends smithyClient.Command .build() { } -class DisassociateInstanceEventWindowCommand extends smithyClient.Command +class DisassociateInstanceEventWindowCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateInstanceEventWindow", {}) .n("EC2Client", "DisassociateInstanceEventWindowCommand") @@ -10406,11 +9843,11 @@ class DisassociateInstanceEventWindowCommand extends smithyClient.Command .build() { } -class DisassociateIpamByoasnCommand extends smithyClient.Command +class DisassociateIpamByoasnCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateIpamByoasn", {}) .n("EC2Client", "DisassociateIpamByoasnCommand") @@ -10418,11 +9855,11 @@ class DisassociateIpamByoasnCommand extends smithyClient.Command .build() { } -class DisassociateIpamResourceDiscoveryCommand extends smithyClient.Command +class DisassociateIpamResourceDiscoveryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateIpamResourceDiscovery", {}) .n("EC2Client", "DisassociateIpamResourceDiscoveryCommand") @@ -10430,11 +9867,11 @@ class DisassociateIpamResourceDiscoveryCommand extends smithyClient.Command .build() { } -class DisassociateNatGatewayAddressCommand extends smithyClient.Command +class DisassociateNatGatewayAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateNatGatewayAddress", {}) .n("EC2Client", "DisassociateNatGatewayAddressCommand") @@ -10442,11 +9879,11 @@ class DisassociateNatGatewayAddressCommand extends smithyClient.Command .build() { } -class DisassociateRouteServerCommand extends smithyClient.Command +class DisassociateRouteServerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateRouteServer", {}) .n("EC2Client", "DisassociateRouteServerCommand") @@ -10454,11 +9891,11 @@ class DisassociateRouteServerCommand extends smithyClient.Command .build() { } -class DisassociateRouteTableCommand extends smithyClient.Command +class DisassociateRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateRouteTable", {}) .n("EC2Client", "DisassociateRouteTableCommand") @@ -10466,11 +9903,11 @@ class DisassociateRouteTableCommand extends smithyClient.Command .build() { } -class DisassociateSecurityGroupVpcCommand extends smithyClient.Command +class DisassociateSecurityGroupVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateSecurityGroupVpc", {}) .n("EC2Client", "DisassociateSecurityGroupVpcCommand") @@ -10478,11 +9915,11 @@ class DisassociateSecurityGroupVpcCommand extends smithyClient.Command .build() { } -class DisassociateSubnetCidrBlockCommand extends smithyClient.Command +class DisassociateSubnetCidrBlockCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateSubnetCidrBlock", {}) .n("EC2Client", "DisassociateSubnetCidrBlockCommand") @@ -10490,11 +9927,11 @@ class DisassociateSubnetCidrBlockCommand extends smithyClient.Command .build() { } -class DisassociateTransitGatewayMulticastDomainCommand extends smithyClient.Command +class DisassociateTransitGatewayMulticastDomainCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateTransitGatewayMulticastDomain", {}) .n("EC2Client", "DisassociateTransitGatewayMulticastDomainCommand") @@ -10502,11 +9939,11 @@ class DisassociateTransitGatewayMulticastDomainCommand extends smithyClient.Comm .build() { } -class DisassociateTransitGatewayPolicyTableCommand extends smithyClient.Command +class DisassociateTransitGatewayPolicyTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateTransitGatewayPolicyTable", {}) .n("EC2Client", "DisassociateTransitGatewayPolicyTableCommand") @@ -10514,11 +9951,11 @@ class DisassociateTransitGatewayPolicyTableCommand extends smithyClient.Command .build() { } -class DisassociateTransitGatewayRouteTableCommand extends smithyClient.Command +class DisassociateTransitGatewayRouteTableCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateTransitGatewayRouteTable", {}) .n("EC2Client", "DisassociateTransitGatewayRouteTableCommand") @@ -10526,11 +9963,11 @@ class DisassociateTransitGatewayRouteTableCommand extends smithyClient.Command .build() { } -class DisassociateTrunkInterfaceCommand extends smithyClient.Command +class DisassociateTrunkInterfaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateTrunkInterface", {}) .n("EC2Client", "DisassociateTrunkInterfaceCommand") @@ -10538,11 +9975,11 @@ class DisassociateTrunkInterfaceCommand extends smithyClient.Command .build() { } -class DisassociateVpcCidrBlockCommand extends smithyClient.Command +class DisassociateVpcCidrBlockCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "DisassociateVpcCidrBlock", {}) .n("EC2Client", "DisassociateVpcCidrBlockCommand") @@ -10550,11 +9987,11 @@ class DisassociateVpcCidrBlockCommand extends smithyClient.Command .build() { } -class EnableAddressTransferCommand extends smithyClient.Command +class EnableAddressTransferCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableAddressTransfer", {}) .n("EC2Client", "EnableAddressTransferCommand") @@ -10562,11 +9999,11 @@ class EnableAddressTransferCommand extends smithyClient.Command .build() { } -class EnableAllowedImagesSettingsCommand extends smithyClient.Command +class EnableAllowedImagesSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableAllowedImagesSettings", {}) .n("EC2Client", "EnableAllowedImagesSettingsCommand") @@ -10574,11 +10011,11 @@ class EnableAllowedImagesSettingsCommand extends smithyClient.Command .build() { } -class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient.Command +class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableAwsNetworkPerformanceMetricSubscription", {}) .n("EC2Client", "EnableAwsNetworkPerformanceMetricSubscriptionCommand") @@ -10586,11 +10023,11 @@ class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient. .build() { } -class EnableCapacityManagerCommand extends smithyClient.Command +class EnableCapacityManagerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableCapacityManager", {}) .n("EC2Client", "EnableCapacityManagerCommand") @@ -10598,11 +10035,11 @@ class EnableCapacityManagerCommand extends smithyClient.Command .build() { } -class EnableEbsEncryptionByDefaultCommand extends smithyClient.Command +class EnableEbsEncryptionByDefaultCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableEbsEncryptionByDefault", {}) .n("EC2Client", "EnableEbsEncryptionByDefaultCommand") @@ -10610,11 +10047,11 @@ class EnableEbsEncryptionByDefaultCommand extends smithyClient.Command .build() { } -class EnableFastLaunchCommand extends smithyClient.Command +class EnableFastLaunchCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableFastLaunch", {}) .n("EC2Client", "EnableFastLaunchCommand") @@ -10622,11 +10059,11 @@ class EnableFastLaunchCommand extends smithyClient.Command .build() { } -class EnableFastSnapshotRestoresCommand extends smithyClient.Command +class EnableFastSnapshotRestoresCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableFastSnapshotRestores", {}) .n("EC2Client", "EnableFastSnapshotRestoresCommand") @@ -10634,11 +10071,11 @@ class EnableFastSnapshotRestoresCommand extends smithyClient.Command .build() { } -class EnableImageBlockPublicAccessCommand extends smithyClient.Command +class EnableImageBlockPublicAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableImageBlockPublicAccess", {}) .n("EC2Client", "EnableImageBlockPublicAccessCommand") @@ -10646,11 +10083,11 @@ class EnableImageBlockPublicAccessCommand extends smithyClient.Command .build() { } -class EnableImageCommand extends smithyClient.Command +class EnableImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableImage", {}) .n("EC2Client", "EnableImageCommand") @@ -10658,11 +10095,11 @@ class EnableImageCommand extends smithyClient.Command .build() { } -class EnableImageDeprecationCommand extends smithyClient.Command +class EnableImageDeprecationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableImageDeprecation", {}) .n("EC2Client", "EnableImageDeprecationCommand") @@ -10670,11 +10107,11 @@ class EnableImageDeprecationCommand extends smithyClient.Command .build() { } -class EnableImageDeregistrationProtectionCommand extends smithyClient.Command +class EnableImageDeregistrationProtectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableImageDeregistrationProtection", {}) .n("EC2Client", "EnableImageDeregistrationProtectionCommand") @@ -10682,11 +10119,11 @@ class EnableImageDeregistrationProtectionCommand extends smithyClient.Command .build() { } -class EnableInstanceSqlHaStandbyDetectionsCommand extends smithyClient.Command +class EnableInstanceSqlHaStandbyDetectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableInstanceSqlHaStandbyDetections", {}) .n("EC2Client", "EnableInstanceSqlHaStandbyDetectionsCommand") @@ -10694,11 +10131,11 @@ class EnableInstanceSqlHaStandbyDetectionsCommand extends smithyClient.Command .build() { } -class EnableIpamOrganizationAdminAccountCommand extends smithyClient.Command +class EnableIpamOrganizationAdminAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableIpamOrganizationAdminAccount", {}) .n("EC2Client", "EnableIpamOrganizationAdminAccountCommand") @@ -10706,11 +10143,11 @@ class EnableIpamOrganizationAdminAccountCommand extends smithyClient.Command .build() { } -class EnableIpamPolicyCommand extends smithyClient.Command +class EnableIpamPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableIpamPolicy", {}) .n("EC2Client", "EnableIpamPolicyCommand") @@ -10718,11 +10155,11 @@ class EnableIpamPolicyCommand extends smithyClient.Command .build() { } -class EnableReachabilityAnalyzerOrganizationSharingCommand extends smithyClient.Command +class EnableReachabilityAnalyzerOrganizationSharingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableReachabilityAnalyzerOrganizationSharing", {}) .n("EC2Client", "EnableReachabilityAnalyzerOrganizationSharingCommand") @@ -10730,11 +10167,11 @@ class EnableReachabilityAnalyzerOrganizationSharingCommand extends smithyClient. .build() { } -class EnableRouteServerPropagationCommand extends smithyClient.Command +class EnableRouteServerPropagationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableRouteServerPropagation", {}) .n("EC2Client", "EnableRouteServerPropagationCommand") @@ -10742,11 +10179,11 @@ class EnableRouteServerPropagationCommand extends smithyClient.Command .build() { } -class EnableSerialConsoleAccessCommand extends smithyClient.Command +class EnableSerialConsoleAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableSerialConsoleAccess", {}) .n("EC2Client", "EnableSerialConsoleAccessCommand") @@ -10754,11 +10191,11 @@ class EnableSerialConsoleAccessCommand extends smithyClient.Command .build() { } -class EnableSnapshotBlockPublicAccessCommand extends smithyClient.Command +class EnableSnapshotBlockPublicAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableSnapshotBlockPublicAccess", {}) .n("EC2Client", "EnableSnapshotBlockPublicAccessCommand") @@ -10766,11 +10203,11 @@ class EnableSnapshotBlockPublicAccessCommand extends smithyClient.Command .build() { } -class EnableTransitGatewayRouteTablePropagationCommand extends smithyClient.Command +class EnableTransitGatewayRouteTablePropagationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableTransitGatewayRouteTablePropagation", {}) .n("EC2Client", "EnableTransitGatewayRouteTablePropagationCommand") @@ -10778,11 +10215,11 @@ class EnableTransitGatewayRouteTablePropagationCommand extends smithyClient.Comm .build() { } -class EnableVgwRoutePropagationCommand extends smithyClient.Command +class EnableVgwRoutePropagationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableVgwRoutePropagation", {}) .n("EC2Client", "EnableVgwRoutePropagationCommand") @@ -10790,11 +10227,11 @@ class EnableVgwRoutePropagationCommand extends smithyClient.Command .build() { } -class EnableVolumeIOCommand extends smithyClient.Command +class EnableVolumeIOCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableVolumeIO", {}) .n("EC2Client", "EnableVolumeIOCommand") @@ -10802,11 +10239,11 @@ class EnableVolumeIOCommand extends smithyClient.Command .build() { } -class EnableVpcClassicLinkCommand extends smithyClient.Command +class EnableVpcClassicLinkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableVpcClassicLink", {}) .n("EC2Client", "EnableVpcClassicLinkCommand") @@ -10814,11 +10251,11 @@ class EnableVpcClassicLinkCommand extends smithyClient.Command .build() { } -class EnableVpcClassicLinkDnsSupportCommand extends smithyClient.Command +class EnableVpcClassicLinkDnsSupportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "EnableVpcClassicLinkDnsSupport", {}) .n("EC2Client", "EnableVpcClassicLinkDnsSupportCommand") @@ -10826,11 +10263,11 @@ class EnableVpcClassicLinkDnsSupportCommand extends smithyClient.Command .build() { } -class ExportClientVpnClientCertificateRevocationListCommand extends smithyClient.Command +class ExportClientVpnClientCertificateRevocationListCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ExportClientVpnClientCertificateRevocationList", {}) .n("EC2Client", "ExportClientVpnClientCertificateRevocationListCommand") @@ -10838,11 +10275,11 @@ class ExportClientVpnClientCertificateRevocationListCommand extends smithyClient .build() { } -class ExportClientVpnClientConfigurationCommand extends smithyClient.Command +class ExportClientVpnClientConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ExportClientVpnClientConfiguration", {}) .n("EC2Client", "ExportClientVpnClientConfigurationCommand") @@ -10850,11 +10287,11 @@ class ExportClientVpnClientConfigurationCommand extends smithyClient.Command .build() { } -class ExportImageCommand extends smithyClient.Command +class ExportImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ExportImage", {}) .n("EC2Client", "ExportImageCommand") @@ -10862,11 +10299,11 @@ class ExportImageCommand extends smithyClient.Command .build() { } -class ExportTransitGatewayRoutesCommand extends smithyClient.Command +class ExportTransitGatewayRoutesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ExportTransitGatewayRoutes", {}) .n("EC2Client", "ExportTransitGatewayRoutesCommand") @@ -10874,11 +10311,11 @@ class ExportTransitGatewayRoutesCommand extends smithyClient.Command .build() { } -class ExportVerifiedAccessInstanceClientConfigurationCommand extends smithyClient.Command +class ExportVerifiedAccessInstanceClientConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ExportVerifiedAccessInstanceClientConfiguration", {}) .n("EC2Client", "ExportVerifiedAccessInstanceClientConfigurationCommand") @@ -10886,11 +10323,11 @@ class ExportVerifiedAccessInstanceClientConfigurationCommand extends smithyClien .build() { } -class GetActiveVpnTunnelStatusCommand extends smithyClient.Command +class GetActiveVpnTunnelStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetActiveVpnTunnelStatus", {}) .n("EC2Client", "GetActiveVpnTunnelStatusCommand") @@ -10898,11 +10335,11 @@ class GetActiveVpnTunnelStatusCommand extends smithyClient.Command .build() { } -class GetAllowedImagesSettingsCommand extends smithyClient.Command +class GetAllowedImagesSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetAllowedImagesSettings", {}) .n("EC2Client", "GetAllowedImagesSettingsCommand") @@ -10910,11 +10347,11 @@ class GetAllowedImagesSettingsCommand extends smithyClient.Command .build() { } -class GetAssociatedEnclaveCertificateIamRolesCommand extends smithyClient.Command +class GetAssociatedEnclaveCertificateIamRolesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetAssociatedEnclaveCertificateIamRoles", {}) .n("EC2Client", "GetAssociatedEnclaveCertificateIamRolesCommand") @@ -10922,11 +10359,11 @@ class GetAssociatedEnclaveCertificateIamRolesCommand extends smithyClient.Comman .build() { } -class GetAssociatedIpv6PoolCidrsCommand extends smithyClient.Command +class GetAssociatedIpv6PoolCidrsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetAssociatedIpv6PoolCidrs", {}) .n("EC2Client", "GetAssociatedIpv6PoolCidrsCommand") @@ -10934,11 +10371,11 @@ class GetAssociatedIpv6PoolCidrsCommand extends smithyClient.Command .build() { } -class GetAwsNetworkPerformanceDataCommand extends smithyClient.Command +class GetAwsNetworkPerformanceDataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetAwsNetworkPerformanceData", {}) .n("EC2Client", "GetAwsNetworkPerformanceDataCommand") @@ -10946,11 +10383,11 @@ class GetAwsNetworkPerformanceDataCommand extends smithyClient.Command .build() { } -class GetCapacityManagerAttributesCommand extends smithyClient.Command +class GetCapacityManagerAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetCapacityManagerAttributes", {}) .n("EC2Client", "GetCapacityManagerAttributesCommand") @@ -10958,11 +10395,11 @@ class GetCapacityManagerAttributesCommand extends smithyClient.Command .build() { } -class GetCapacityManagerMetricDataCommand extends smithyClient.Command +class GetCapacityManagerMetricDataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetCapacityManagerMetricData", {}) .n("EC2Client", "GetCapacityManagerMetricDataCommand") @@ -10970,11 +10407,11 @@ class GetCapacityManagerMetricDataCommand extends smithyClient.Command .build() { } -class GetCapacityManagerMetricDimensionsCommand extends smithyClient.Command +class GetCapacityManagerMetricDimensionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetCapacityManagerMetricDimensions", {}) .n("EC2Client", "GetCapacityManagerMetricDimensionsCommand") @@ -10982,11 +10419,11 @@ class GetCapacityManagerMetricDimensionsCommand extends smithyClient.Command .build() { } -class GetCapacityManagerMonitoredTagKeysCommand extends smithyClient.Command +class GetCapacityManagerMonitoredTagKeysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetCapacityManagerMonitoredTagKeys", {}) .n("EC2Client", "GetCapacityManagerMonitoredTagKeysCommand") @@ -10994,11 +10431,11 @@ class GetCapacityManagerMonitoredTagKeysCommand extends smithyClient.Command .build() { } -class GetCapacityReservationUsageCommand extends smithyClient.Command +class GetCapacityReservationUsageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetCapacityReservationUsage", {}) .n("EC2Client", "GetCapacityReservationUsageCommand") @@ -11006,11 +10443,11 @@ class GetCapacityReservationUsageCommand extends smithyClient.Command .build() { } -class GetCoipPoolUsageCommand extends smithyClient.Command +class GetCoipPoolUsageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetCoipPoolUsage", {}) .n("EC2Client", "GetCoipPoolUsageCommand") @@ -11018,11 +10455,11 @@ class GetCoipPoolUsageCommand extends smithyClient.Command .build() { } -class GetConsoleOutputCommand extends smithyClient.Command +class GetConsoleOutputCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetConsoleOutput", {}) .n("EC2Client", "GetConsoleOutputCommand") @@ -11030,11 +10467,11 @@ class GetConsoleOutputCommand extends smithyClient.Command .build() { } -class GetConsoleScreenshotCommand extends smithyClient.Command +class GetConsoleScreenshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetConsoleScreenshot", {}) .n("EC2Client", "GetConsoleScreenshotCommand") @@ -11042,11 +10479,11 @@ class GetConsoleScreenshotCommand extends smithyClient.Command .build() { } -class GetDeclarativePoliciesReportSummaryCommand extends smithyClient.Command +class GetDeclarativePoliciesReportSummaryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetDeclarativePoliciesReportSummary", {}) .n("EC2Client", "GetDeclarativePoliciesReportSummaryCommand") @@ -11054,11 +10491,11 @@ class GetDeclarativePoliciesReportSummaryCommand extends smithyClient.Command .build() { } -class GetDefaultCreditSpecificationCommand extends smithyClient.Command +class GetDefaultCreditSpecificationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetDefaultCreditSpecification", {}) .n("EC2Client", "GetDefaultCreditSpecificationCommand") @@ -11066,11 +10503,11 @@ class GetDefaultCreditSpecificationCommand extends smithyClient.Command .build() { } -class GetEbsDefaultKmsKeyIdCommand extends smithyClient.Command +class GetEbsDefaultKmsKeyIdCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetEbsDefaultKmsKeyId", {}) .n("EC2Client", "GetEbsDefaultKmsKeyIdCommand") @@ -11078,11 +10515,11 @@ class GetEbsDefaultKmsKeyIdCommand extends smithyClient.Command .build() { } -class GetEbsEncryptionByDefaultCommand extends smithyClient.Command +class GetEbsEncryptionByDefaultCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetEbsEncryptionByDefault", {}) .n("EC2Client", "GetEbsEncryptionByDefaultCommand") @@ -11090,11 +10527,11 @@ class GetEbsEncryptionByDefaultCommand extends smithyClient.Command .build() { } -class GetEnabledIpamPolicyCommand extends smithyClient.Command +class GetEnabledIpamPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetEnabledIpamPolicy", {}) .n("EC2Client", "GetEnabledIpamPolicyCommand") @@ -11102,11 +10539,11 @@ class GetEnabledIpamPolicyCommand extends smithyClient.Command .build() { } -class GetFlowLogsIntegrationTemplateCommand extends smithyClient.Command +class GetFlowLogsIntegrationTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetFlowLogsIntegrationTemplate", {}) .n("EC2Client", "GetFlowLogsIntegrationTemplateCommand") @@ -11114,11 +10551,11 @@ class GetFlowLogsIntegrationTemplateCommand extends smithyClient.Command .build() { } -class GetGroupsForCapacityReservationCommand extends smithyClient.Command +class GetGroupsForCapacityReservationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetGroupsForCapacityReservation", {}) .n("EC2Client", "GetGroupsForCapacityReservationCommand") @@ -11126,11 +10563,11 @@ class GetGroupsForCapacityReservationCommand extends smithyClient.Command .build() { } -class GetHostReservationPurchasePreviewCommand extends smithyClient.Command +class GetHostReservationPurchasePreviewCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetHostReservationPurchasePreview", {}) .n("EC2Client", "GetHostReservationPurchasePreviewCommand") @@ -11138,11 +10575,11 @@ class GetHostReservationPurchasePreviewCommand extends smithyClient.Command .build() { } -class GetImageAncestryCommand extends smithyClient.Command +class GetImageAncestryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetImageAncestry", {}) .n("EC2Client", "GetImageAncestryCommand") @@ -11150,11 +10587,11 @@ class GetImageAncestryCommand extends smithyClient.Command .build() { } -class GetImageBlockPublicAccessStateCommand extends smithyClient.Command +class GetImageBlockPublicAccessStateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetImageBlockPublicAccessState", {}) .n("EC2Client", "GetImageBlockPublicAccessStateCommand") @@ -11162,11 +10599,11 @@ class GetImageBlockPublicAccessStateCommand extends smithyClient.Command .build() { } -class GetInstanceMetadataDefaultsCommand extends smithyClient.Command +class GetInstanceMetadataDefaultsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetInstanceMetadataDefaults", {}) .n("EC2Client", "GetInstanceMetadataDefaultsCommand") @@ -11174,11 +10611,11 @@ class GetInstanceMetadataDefaultsCommand extends smithyClient.Command .build() { } -class GetInstanceTpmEkPubCommand extends smithyClient.Command +class GetInstanceTpmEkPubCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetInstanceTpmEkPub", {}) .n("EC2Client", "GetInstanceTpmEkPubCommand") @@ -11186,11 +10623,11 @@ class GetInstanceTpmEkPubCommand extends smithyClient.Command .build() { } -class GetInstanceTypesFromInstanceRequirementsCommand extends smithyClient.Command +class GetInstanceTypesFromInstanceRequirementsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetInstanceTypesFromInstanceRequirements", {}) .n("EC2Client", "GetInstanceTypesFromInstanceRequirementsCommand") @@ -11198,11 +10635,11 @@ class GetInstanceTypesFromInstanceRequirementsCommand extends smithyClient.Comma .build() { } -class GetInstanceUefiDataCommand extends smithyClient.Command +class GetInstanceUefiDataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetInstanceUefiData", {}) .n("EC2Client", "GetInstanceUefiDataCommand") @@ -11210,11 +10647,11 @@ class GetInstanceUefiDataCommand extends smithyClient.Command .build() { } -class GetIpamAddressHistoryCommand extends smithyClient.Command +class GetIpamAddressHistoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamAddressHistory", {}) .n("EC2Client", "GetIpamAddressHistoryCommand") @@ -11222,11 +10659,11 @@ class GetIpamAddressHistoryCommand extends smithyClient.Command .build() { } -class GetIpamDiscoveredAccountsCommand extends smithyClient.Command +class GetIpamDiscoveredAccountsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamDiscoveredAccounts", {}) .n("EC2Client", "GetIpamDiscoveredAccountsCommand") @@ -11234,11 +10671,11 @@ class GetIpamDiscoveredAccountsCommand extends smithyClient.Command .build() { } -class GetIpamDiscoveredPublicAddressesCommand extends smithyClient.Command +class GetIpamDiscoveredPublicAddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamDiscoveredPublicAddresses", {}) .n("EC2Client", "GetIpamDiscoveredPublicAddressesCommand") @@ -11246,11 +10683,11 @@ class GetIpamDiscoveredPublicAddressesCommand extends smithyClient.Command .build() { } -class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command +class GetIpamDiscoveredResourceCidrsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamDiscoveredResourceCidrs", {}) .n("EC2Client", "GetIpamDiscoveredResourceCidrsCommand") @@ -11258,11 +10695,11 @@ class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command .build() { } -class GetIpamPolicyAllocationRulesCommand extends smithyClient.Command +class GetIpamPolicyAllocationRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPolicyAllocationRules", {}) .n("EC2Client", "GetIpamPolicyAllocationRulesCommand") @@ -11270,11 +10707,11 @@ class GetIpamPolicyAllocationRulesCommand extends smithyClient.Command .build() { } -class GetIpamPolicyOrganizationTargetsCommand extends smithyClient.Command +class GetIpamPolicyOrganizationTargetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPolicyOrganizationTargets", {}) .n("EC2Client", "GetIpamPolicyOrganizationTargetsCommand") @@ -11282,11 +10719,11 @@ class GetIpamPolicyOrganizationTargetsCommand extends smithyClient.Command .build() { } -class GetIpamPoolAllocationsCommand extends smithyClient.Command +class GetIpamPoolAllocationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPoolAllocations", {}) .n("EC2Client", "GetIpamPoolAllocationsCommand") @@ -11294,11 +10731,11 @@ class GetIpamPoolAllocationsCommand extends smithyClient.Command .build() { } -class GetIpamPoolCidrsCommand extends smithyClient.Command +class GetIpamPoolCidrsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPoolCidrs", {}) .n("EC2Client", "GetIpamPoolCidrsCommand") @@ -11306,11 +10743,11 @@ class GetIpamPoolCidrsCommand extends smithyClient.Command .build() { } -class GetIpamPrefixListResolverRulesCommand extends smithyClient.Command +class GetIpamPrefixListResolverRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPrefixListResolverRules", {}) .n("EC2Client", "GetIpamPrefixListResolverRulesCommand") @@ -11318,11 +10755,11 @@ class GetIpamPrefixListResolverRulesCommand extends smithyClient.Command .build() { } -class GetIpamPrefixListResolverVersionEntriesCommand extends smithyClient.Command +class GetIpamPrefixListResolverVersionEntriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPrefixListResolverVersionEntries", {}) .n("EC2Client", "GetIpamPrefixListResolverVersionEntriesCommand") @@ -11330,11 +10767,11 @@ class GetIpamPrefixListResolverVersionEntriesCommand extends smithyClient.Comman .build() { } -class GetIpamPrefixListResolverVersionsCommand extends smithyClient.Command +class GetIpamPrefixListResolverVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamPrefixListResolverVersions", {}) .n("EC2Client", "GetIpamPrefixListResolverVersionsCommand") @@ -11342,11 +10779,11 @@ class GetIpamPrefixListResolverVersionsCommand extends smithyClient.Command .build() { } -class GetIpamResourceCidrsCommand extends smithyClient.Command +class GetIpamResourceCidrsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetIpamResourceCidrs", {}) .n("EC2Client", "GetIpamResourceCidrsCommand") @@ -11354,11 +10791,11 @@ class GetIpamResourceCidrsCommand extends smithyClient.Command .build() { } -class GetLaunchTemplateDataCommand extends smithyClient.Command +class GetLaunchTemplateDataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetLaunchTemplateData", {}) .n("EC2Client", "GetLaunchTemplateDataCommand") @@ -11366,11 +10803,11 @@ class GetLaunchTemplateDataCommand extends smithyClient.Command .build() { } -class GetManagedPrefixListAssociationsCommand extends smithyClient.Command +class GetManagedPrefixListAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetManagedPrefixListAssociations", {}) .n("EC2Client", "GetManagedPrefixListAssociationsCommand") @@ -11378,11 +10815,11 @@ class GetManagedPrefixListAssociationsCommand extends smithyClient.Command .build() { } -class GetManagedPrefixListEntriesCommand extends smithyClient.Command +class GetManagedPrefixListEntriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetManagedPrefixListEntries", {}) .n("EC2Client", "GetManagedPrefixListEntriesCommand") @@ -11390,11 +10827,23 @@ class GetManagedPrefixListEntriesCommand extends smithyClient.Command .build() { } -class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends smithyClient.Command +class GetManagedResourceVisibilityCommand extends client.Command + .classBuilder() + .ep(commonParams) + .m(function (Command, cs, config, o) { + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; +}) + .s("AmazonEC2", "GetManagedResourceVisibility", {}) + .n("EC2Client", "GetManagedResourceVisibilityCommand") + .sc(schemas_0.GetManagedResourceVisibility$) + .build() { +} + +class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetNetworkInsightsAccessScopeAnalysisFindings", {}) .n("EC2Client", "GetNetworkInsightsAccessScopeAnalysisFindingsCommand") @@ -11402,11 +10851,11 @@ class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends smithyClient. .build() { } -class GetNetworkInsightsAccessScopeContentCommand extends smithyClient.Command +class GetNetworkInsightsAccessScopeContentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetNetworkInsightsAccessScopeContent", {}) .n("EC2Client", "GetNetworkInsightsAccessScopeContentCommand") @@ -11414,11 +10863,11 @@ class GetNetworkInsightsAccessScopeContentCommand extends smithyClient.Command .build() { } -class GetPasswordDataCommand extends smithyClient.Command +class GetPasswordDataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetPasswordData", {}) .n("EC2Client", "GetPasswordDataCommand") @@ -11426,11 +10875,11 @@ class GetPasswordDataCommand extends smithyClient.Command .build() { } -class GetReservedInstancesExchangeQuoteCommand extends smithyClient.Command +class GetReservedInstancesExchangeQuoteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetReservedInstancesExchangeQuote", {}) .n("EC2Client", "GetReservedInstancesExchangeQuoteCommand") @@ -11438,11 +10887,11 @@ class GetReservedInstancesExchangeQuoteCommand extends smithyClient.Command .build() { } -class GetRouteServerAssociationsCommand extends smithyClient.Command +class GetRouteServerAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetRouteServerAssociations", {}) .n("EC2Client", "GetRouteServerAssociationsCommand") @@ -11450,11 +10899,11 @@ class GetRouteServerAssociationsCommand extends smithyClient.Command .build() { } -class GetRouteServerPropagationsCommand extends smithyClient.Command +class GetRouteServerPropagationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetRouteServerPropagations", {}) .n("EC2Client", "GetRouteServerPropagationsCommand") @@ -11462,11 +10911,11 @@ class GetRouteServerPropagationsCommand extends smithyClient.Command .build() { } -class GetRouteServerRoutingDatabaseCommand extends smithyClient.Command +class GetRouteServerRoutingDatabaseCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetRouteServerRoutingDatabase", {}) .n("EC2Client", "GetRouteServerRoutingDatabaseCommand") @@ -11474,11 +10923,11 @@ class GetRouteServerRoutingDatabaseCommand extends smithyClient.Command .build() { } -class GetSecurityGroupsForVpcCommand extends smithyClient.Command +class GetSecurityGroupsForVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetSecurityGroupsForVpc", {}) .n("EC2Client", "GetSecurityGroupsForVpcCommand") @@ -11486,11 +10935,11 @@ class GetSecurityGroupsForVpcCommand extends smithyClient.Command .build() { } -class GetSerialConsoleAccessStatusCommand extends smithyClient.Command +class GetSerialConsoleAccessStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetSerialConsoleAccessStatus", {}) .n("EC2Client", "GetSerialConsoleAccessStatusCommand") @@ -11498,11 +10947,11 @@ class GetSerialConsoleAccessStatusCommand extends smithyClient.Command .build() { } -class GetSnapshotBlockPublicAccessStateCommand extends smithyClient.Command +class GetSnapshotBlockPublicAccessStateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetSnapshotBlockPublicAccessState", {}) .n("EC2Client", "GetSnapshotBlockPublicAccessStateCommand") @@ -11510,11 +10959,11 @@ class GetSnapshotBlockPublicAccessStateCommand extends smithyClient.Command .build() { } -class GetSpotPlacementScoresCommand extends smithyClient.Command +class GetSpotPlacementScoresCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetSpotPlacementScores", {}) .n("EC2Client", "GetSpotPlacementScoresCommand") @@ -11522,11 +10971,11 @@ class GetSpotPlacementScoresCommand extends smithyClient.Command .build() { } -class GetSubnetCidrReservationsCommand extends smithyClient.Command +class GetSubnetCidrReservationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetSubnetCidrReservations", {}) .n("EC2Client", "GetSubnetCidrReservationsCommand") @@ -11534,11 +10983,11 @@ class GetSubnetCidrReservationsCommand extends smithyClient.Command .build() { } -class GetTransitGatewayAttachmentPropagationsCommand extends smithyClient.Command +class GetTransitGatewayAttachmentPropagationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayAttachmentPropagations", {}) .n("EC2Client", "GetTransitGatewayAttachmentPropagationsCommand") @@ -11546,11 +10995,11 @@ class GetTransitGatewayAttachmentPropagationsCommand extends smithyClient.Comman .build() { } -class GetTransitGatewayMeteringPolicyEntriesCommand extends smithyClient.Command +class GetTransitGatewayMeteringPolicyEntriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayMeteringPolicyEntries", {}) .n("EC2Client", "GetTransitGatewayMeteringPolicyEntriesCommand") @@ -11558,11 +11007,11 @@ class GetTransitGatewayMeteringPolicyEntriesCommand extends smithyClient.Command .build() { } -class GetTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.Command +class GetTransitGatewayMulticastDomainAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayMulticastDomainAssociations", {}) .n("EC2Client", "GetTransitGatewayMulticastDomainAssociationsCommand") @@ -11570,11 +11019,11 @@ class GetTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.C .build() { } -class GetTransitGatewayPolicyTableAssociationsCommand extends smithyClient.Command +class GetTransitGatewayPolicyTableAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayPolicyTableAssociations", {}) .n("EC2Client", "GetTransitGatewayPolicyTableAssociationsCommand") @@ -11582,11 +11031,11 @@ class GetTransitGatewayPolicyTableAssociationsCommand extends smithyClient.Comma .build() { } -class GetTransitGatewayPolicyTableEntriesCommand extends smithyClient.Command +class GetTransitGatewayPolicyTableEntriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayPolicyTableEntries", {}) .n("EC2Client", "GetTransitGatewayPolicyTableEntriesCommand") @@ -11594,11 +11043,11 @@ class GetTransitGatewayPolicyTableEntriesCommand extends smithyClient.Command .build() { } -class GetTransitGatewayPrefixListReferencesCommand extends smithyClient.Command +class GetTransitGatewayPrefixListReferencesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayPrefixListReferences", {}) .n("EC2Client", "GetTransitGatewayPrefixListReferencesCommand") @@ -11606,11 +11055,11 @@ class GetTransitGatewayPrefixListReferencesCommand extends smithyClient.Command .build() { } -class GetTransitGatewayRouteTableAssociationsCommand extends smithyClient.Command +class GetTransitGatewayRouteTableAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayRouteTableAssociations", {}) .n("EC2Client", "GetTransitGatewayRouteTableAssociationsCommand") @@ -11618,11 +11067,11 @@ class GetTransitGatewayRouteTableAssociationsCommand extends smithyClient.Comman .build() { } -class GetTransitGatewayRouteTablePropagationsCommand extends smithyClient.Command +class GetTransitGatewayRouteTablePropagationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetTransitGatewayRouteTablePropagations", {}) .n("EC2Client", "GetTransitGatewayRouteTablePropagationsCommand") @@ -11630,11 +11079,11 @@ class GetTransitGatewayRouteTablePropagationsCommand extends smithyClient.Comman .build() { } -class GetVerifiedAccessEndpointPolicyCommand extends smithyClient.Command +class GetVerifiedAccessEndpointPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVerifiedAccessEndpointPolicy", {}) .n("EC2Client", "GetVerifiedAccessEndpointPolicyCommand") @@ -11642,11 +11091,11 @@ class GetVerifiedAccessEndpointPolicyCommand extends smithyClient.Command .build() { } -class GetVerifiedAccessEndpointTargetsCommand extends smithyClient.Command +class GetVerifiedAccessEndpointTargetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVerifiedAccessEndpointTargets", {}) .n("EC2Client", "GetVerifiedAccessEndpointTargetsCommand") @@ -11654,11 +11103,11 @@ class GetVerifiedAccessEndpointTargetsCommand extends smithyClient.Command .build() { } -class GetVerifiedAccessGroupPolicyCommand extends smithyClient.Command +class GetVerifiedAccessGroupPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVerifiedAccessGroupPolicy", {}) .n("EC2Client", "GetVerifiedAccessGroupPolicyCommand") @@ -11666,11 +11115,11 @@ class GetVerifiedAccessGroupPolicyCommand extends smithyClient.Command .build() { } -class GetVpcResourcesBlockingEncryptionEnforcementCommand extends smithyClient.Command +class GetVpcResourcesBlockingEncryptionEnforcementCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVpcResourcesBlockingEncryptionEnforcement", {}) .n("EC2Client", "GetVpcResourcesBlockingEncryptionEnforcementCommand") @@ -11678,11 +11127,11 @@ class GetVpcResourcesBlockingEncryptionEnforcementCommand extends smithyClient.C .build() { } -class GetVpnConnectionDeviceSampleConfigurationCommand extends smithyClient.Command +class GetVpnConnectionDeviceSampleConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVpnConnectionDeviceSampleConfiguration", {}) .n("EC2Client", "GetVpnConnectionDeviceSampleConfigurationCommand") @@ -11690,11 +11139,11 @@ class GetVpnConnectionDeviceSampleConfigurationCommand extends smithyClient.Comm .build() { } -class GetVpnConnectionDeviceTypesCommand extends smithyClient.Command +class GetVpnConnectionDeviceTypesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVpnConnectionDeviceTypes", {}) .n("EC2Client", "GetVpnConnectionDeviceTypesCommand") @@ -11702,11 +11151,11 @@ class GetVpnConnectionDeviceTypesCommand extends smithyClient.Command .build() { } -class GetVpnTunnelReplacementStatusCommand extends smithyClient.Command +class GetVpnTunnelReplacementStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "GetVpnTunnelReplacementStatus", {}) .n("EC2Client", "GetVpnTunnelReplacementStatusCommand") @@ -11714,11 +11163,11 @@ class GetVpnTunnelReplacementStatusCommand extends smithyClient.Command .build() { } -class ImportClientVpnClientCertificateRevocationListCommand extends smithyClient.Command +class ImportClientVpnClientCertificateRevocationListCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ImportClientVpnClientCertificateRevocationList", {}) .n("EC2Client", "ImportClientVpnClientCertificateRevocationListCommand") @@ -11726,11 +11175,11 @@ class ImportClientVpnClientCertificateRevocationListCommand extends smithyClient .build() { } -class ImportImageCommand extends smithyClient.Command +class ImportImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ImportImage", {}) .n("EC2Client", "ImportImageCommand") @@ -11738,11 +11187,11 @@ class ImportImageCommand extends smithyClient.Command .build() { } -class ImportInstanceCommand extends smithyClient.Command +class ImportInstanceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ImportInstance", {}) .n("EC2Client", "ImportInstanceCommand") @@ -11750,11 +11199,11 @@ class ImportInstanceCommand extends smithyClient.Command .build() { } -class ImportKeyPairCommand extends smithyClient.Command +class ImportKeyPairCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ImportKeyPair", {}) .n("EC2Client", "ImportKeyPairCommand") @@ -11762,11 +11211,11 @@ class ImportKeyPairCommand extends smithyClient.Command .build() { } -class ImportSnapshotCommand extends smithyClient.Command +class ImportSnapshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ImportSnapshot", {}) .n("EC2Client", "ImportSnapshotCommand") @@ -11774,11 +11223,11 @@ class ImportSnapshotCommand extends smithyClient.Command .build() { } -class ImportVolumeCommand extends smithyClient.Command +class ImportVolumeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ImportVolume", {}) .n("EC2Client", "ImportVolumeCommand") @@ -11786,11 +11235,11 @@ class ImportVolumeCommand extends smithyClient.Command .build() { } -class ListImagesInRecycleBinCommand extends smithyClient.Command +class ListImagesInRecycleBinCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ListImagesInRecycleBin", {}) .n("EC2Client", "ListImagesInRecycleBinCommand") @@ -11798,11 +11247,11 @@ class ListImagesInRecycleBinCommand extends smithyClient.Command .build() { } -class ListSnapshotsInRecycleBinCommand extends smithyClient.Command +class ListSnapshotsInRecycleBinCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ListSnapshotsInRecycleBin", {}) .n("EC2Client", "ListSnapshotsInRecycleBinCommand") @@ -11810,11 +11259,11 @@ class ListSnapshotsInRecycleBinCommand extends smithyClient.Command .build() { } -class ListVolumesInRecycleBinCommand extends smithyClient.Command +class ListVolumesInRecycleBinCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ListVolumesInRecycleBin", {}) .n("EC2Client", "ListVolumesInRecycleBinCommand") @@ -11822,11 +11271,11 @@ class ListVolumesInRecycleBinCommand extends smithyClient.Command .build() { } -class LockSnapshotCommand extends smithyClient.Command +class LockSnapshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "LockSnapshot", {}) .n("EC2Client", "LockSnapshotCommand") @@ -11834,11 +11283,11 @@ class LockSnapshotCommand extends smithyClient.Command .build() { } -class ModifyAddressAttributeCommand extends smithyClient.Command +class ModifyAddressAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyAddressAttribute", {}) .n("EC2Client", "ModifyAddressAttributeCommand") @@ -11846,11 +11295,11 @@ class ModifyAddressAttributeCommand extends smithyClient.Command .build() { } -class ModifyAvailabilityZoneGroupCommand extends smithyClient.Command +class ModifyAvailabilityZoneGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyAvailabilityZoneGroup", {}) .n("EC2Client", "ModifyAvailabilityZoneGroupCommand") @@ -11858,11 +11307,11 @@ class ModifyAvailabilityZoneGroupCommand extends smithyClient.Command .build() { } -class ModifyCapacityReservationCommand extends smithyClient.Command +class ModifyCapacityReservationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyCapacityReservation", {}) .n("EC2Client", "ModifyCapacityReservationCommand") @@ -11870,11 +11319,11 @@ class ModifyCapacityReservationCommand extends smithyClient.Command .build() { } -class ModifyCapacityReservationFleetCommand extends smithyClient.Command +class ModifyCapacityReservationFleetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyCapacityReservationFleet", {}) .n("EC2Client", "ModifyCapacityReservationFleetCommand") @@ -11882,11 +11331,11 @@ class ModifyCapacityReservationFleetCommand extends smithyClient.Command .build() { } -class ModifyClientVpnEndpointCommand extends smithyClient.Command +class ModifyClientVpnEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyClientVpnEndpoint", {}) .n("EC2Client", "ModifyClientVpnEndpointCommand") @@ -11894,11 +11343,11 @@ class ModifyClientVpnEndpointCommand extends smithyClient.Command .build() { } -class ModifyDefaultCreditSpecificationCommand extends smithyClient.Command +class ModifyDefaultCreditSpecificationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyDefaultCreditSpecification", {}) .n("EC2Client", "ModifyDefaultCreditSpecificationCommand") @@ -11906,11 +11355,11 @@ class ModifyDefaultCreditSpecificationCommand extends smithyClient.Command .build() { } -class ModifyEbsDefaultKmsKeyIdCommand extends smithyClient.Command +class ModifyEbsDefaultKmsKeyIdCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyEbsDefaultKmsKeyId", {}) .n("EC2Client", "ModifyEbsDefaultKmsKeyIdCommand") @@ -11918,11 +11367,11 @@ class ModifyEbsDefaultKmsKeyIdCommand extends smithyClient.Command .build() { } -class ModifyFleetCommand extends smithyClient.Command +class ModifyFleetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyFleet", {}) .n("EC2Client", "ModifyFleetCommand") @@ -11930,11 +11379,11 @@ class ModifyFleetCommand extends smithyClient.Command .build() { } -class ModifyFpgaImageAttributeCommand extends smithyClient.Command +class ModifyFpgaImageAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyFpgaImageAttribute", {}) .n("EC2Client", "ModifyFpgaImageAttributeCommand") @@ -11942,11 +11391,11 @@ class ModifyFpgaImageAttributeCommand extends smithyClient.Command .build() { } -class ModifyHostsCommand extends smithyClient.Command +class ModifyHostsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyHosts", {}) .n("EC2Client", "ModifyHostsCommand") @@ -11954,11 +11403,11 @@ class ModifyHostsCommand extends smithyClient.Command .build() { } -class ModifyIdentityIdFormatCommand extends smithyClient.Command +class ModifyIdentityIdFormatCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIdentityIdFormat", {}) .n("EC2Client", "ModifyIdentityIdFormatCommand") @@ -11966,11 +11415,11 @@ class ModifyIdentityIdFormatCommand extends smithyClient.Command .build() { } -class ModifyIdFormatCommand extends smithyClient.Command +class ModifyIdFormatCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIdFormat", {}) .n("EC2Client", "ModifyIdFormatCommand") @@ -11978,11 +11427,11 @@ class ModifyIdFormatCommand extends smithyClient.Command .build() { } -class ModifyImageAttributeCommand extends smithyClient.Command +class ModifyImageAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyImageAttribute", {}) .n("EC2Client", "ModifyImageAttributeCommand") @@ -11990,11 +11439,11 @@ class ModifyImageAttributeCommand extends smithyClient.Command .build() { } -class ModifyInstanceAttributeCommand extends smithyClient.Command +class ModifyInstanceAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceAttribute", {}) .n("EC2Client", "ModifyInstanceAttributeCommand") @@ -12002,11 +11451,11 @@ class ModifyInstanceAttributeCommand extends smithyClient.Command .build() { } -class ModifyInstanceCapacityReservationAttributesCommand extends smithyClient.Command +class ModifyInstanceCapacityReservationAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceCapacityReservationAttributes", {}) .n("EC2Client", "ModifyInstanceCapacityReservationAttributesCommand") @@ -12014,11 +11463,11 @@ class ModifyInstanceCapacityReservationAttributesCommand extends smithyClient.Co .build() { } -class ModifyInstanceConnectEndpointCommand extends smithyClient.Command +class ModifyInstanceConnectEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceConnectEndpoint", {}) .n("EC2Client", "ModifyInstanceConnectEndpointCommand") @@ -12026,11 +11475,11 @@ class ModifyInstanceConnectEndpointCommand extends smithyClient.Command .build() { } -class ModifyInstanceCpuOptionsCommand extends smithyClient.Command +class ModifyInstanceCpuOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceCpuOptions", {}) .n("EC2Client", "ModifyInstanceCpuOptionsCommand") @@ -12038,11 +11487,11 @@ class ModifyInstanceCpuOptionsCommand extends smithyClient.Command .build() { } -class ModifyInstanceCreditSpecificationCommand extends smithyClient.Command +class ModifyInstanceCreditSpecificationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceCreditSpecification", {}) .n("EC2Client", "ModifyInstanceCreditSpecificationCommand") @@ -12050,11 +11499,11 @@ class ModifyInstanceCreditSpecificationCommand extends smithyClient.Command .build() { } -class ModifyInstanceEventStartTimeCommand extends smithyClient.Command +class ModifyInstanceEventStartTimeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceEventStartTime", {}) .n("EC2Client", "ModifyInstanceEventStartTimeCommand") @@ -12062,11 +11511,11 @@ class ModifyInstanceEventStartTimeCommand extends smithyClient.Command .build() { } -class ModifyInstanceEventWindowCommand extends smithyClient.Command +class ModifyInstanceEventWindowCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceEventWindow", {}) .n("EC2Client", "ModifyInstanceEventWindowCommand") @@ -12074,11 +11523,11 @@ class ModifyInstanceEventWindowCommand extends smithyClient.Command .build() { } -class ModifyInstanceMaintenanceOptionsCommand extends smithyClient.Command +class ModifyInstanceMaintenanceOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceMaintenanceOptions", {}) .n("EC2Client", "ModifyInstanceMaintenanceOptionsCommand") @@ -12086,11 +11535,11 @@ class ModifyInstanceMaintenanceOptionsCommand extends smithyClient.Command .build() { } -class ModifyInstanceMetadataDefaultsCommand extends smithyClient.Command +class ModifyInstanceMetadataDefaultsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceMetadataDefaults", {}) .n("EC2Client", "ModifyInstanceMetadataDefaultsCommand") @@ -12098,11 +11547,11 @@ class ModifyInstanceMetadataDefaultsCommand extends smithyClient.Command .build() { } -class ModifyInstanceMetadataOptionsCommand extends smithyClient.Command +class ModifyInstanceMetadataOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceMetadataOptions", {}) .n("EC2Client", "ModifyInstanceMetadataOptionsCommand") @@ -12110,11 +11559,11 @@ class ModifyInstanceMetadataOptionsCommand extends smithyClient.Command .build() { } -class ModifyInstanceNetworkPerformanceOptionsCommand extends smithyClient.Command +class ModifyInstanceNetworkPerformanceOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstanceNetworkPerformanceOptions", {}) .n("EC2Client", "ModifyInstanceNetworkPerformanceOptionsCommand") @@ -12122,11 +11571,11 @@ class ModifyInstanceNetworkPerformanceOptionsCommand extends smithyClient.Comman .build() { } -class ModifyInstancePlacementCommand extends smithyClient.Command +class ModifyInstancePlacementCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyInstancePlacement", {}) .n("EC2Client", "ModifyInstancePlacementCommand") @@ -12134,11 +11583,11 @@ class ModifyInstancePlacementCommand extends smithyClient.Command .build() { } -class ModifyIpamCommand extends smithyClient.Command +class ModifyIpamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpam", {}) .n("EC2Client", "ModifyIpamCommand") @@ -12146,11 +11595,11 @@ class ModifyIpamCommand extends smithyClient.Command .build() { } -class ModifyIpamPolicyAllocationRulesCommand extends smithyClient.Command +class ModifyIpamPolicyAllocationRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamPolicyAllocationRules", {}) .n("EC2Client", "ModifyIpamPolicyAllocationRulesCommand") @@ -12158,11 +11607,23 @@ class ModifyIpamPolicyAllocationRulesCommand extends smithyClient.Command .build() { } -class ModifyIpamPoolCommand extends smithyClient.Command +class ModifyIpamPoolAllocationCommand extends client.Command + .classBuilder() + .ep(commonParams) + .m(function (Command, cs, config, o) { + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; +}) + .s("AmazonEC2", "ModifyIpamPoolAllocation", {}) + .n("EC2Client", "ModifyIpamPoolAllocationCommand") + .sc(schemas_0.ModifyIpamPoolAllocation$) + .build() { +} + +class ModifyIpamPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamPool", {}) .n("EC2Client", "ModifyIpamPoolCommand") @@ -12170,11 +11631,11 @@ class ModifyIpamPoolCommand extends smithyClient.Command .build() { } -class ModifyIpamPrefixListResolverCommand extends smithyClient.Command +class ModifyIpamPrefixListResolverCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamPrefixListResolver", {}) .n("EC2Client", "ModifyIpamPrefixListResolverCommand") @@ -12182,11 +11643,11 @@ class ModifyIpamPrefixListResolverCommand extends smithyClient.Command .build() { } -class ModifyIpamPrefixListResolverTargetCommand extends smithyClient.Command +class ModifyIpamPrefixListResolverTargetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamPrefixListResolverTarget", {}) .n("EC2Client", "ModifyIpamPrefixListResolverTargetCommand") @@ -12194,11 +11655,11 @@ class ModifyIpamPrefixListResolverTargetCommand extends smithyClient.Command .build() { } -class ModifyIpamResourceCidrCommand extends smithyClient.Command +class ModifyIpamResourceCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamResourceCidr", {}) .n("EC2Client", "ModifyIpamResourceCidrCommand") @@ -12206,11 +11667,11 @@ class ModifyIpamResourceCidrCommand extends smithyClient.Command .build() { } -class ModifyIpamResourceDiscoveryCommand extends smithyClient.Command +class ModifyIpamResourceDiscoveryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamResourceDiscovery", {}) .n("EC2Client", "ModifyIpamResourceDiscoveryCommand") @@ -12218,11 +11679,11 @@ class ModifyIpamResourceDiscoveryCommand extends smithyClient.Command .build() { } -class ModifyIpamScopeCommand extends smithyClient.Command +class ModifyIpamScopeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyIpamScope", {}) .n("EC2Client", "ModifyIpamScopeCommand") @@ -12230,11 +11691,11 @@ class ModifyIpamScopeCommand extends smithyClient.Command .build() { } -class ModifyLaunchTemplateCommand extends smithyClient.Command +class ModifyLaunchTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyLaunchTemplate", {}) .n("EC2Client", "ModifyLaunchTemplateCommand") @@ -12242,11 +11703,11 @@ class ModifyLaunchTemplateCommand extends smithyClient.Command .build() { } -class ModifyLocalGatewayRouteCommand extends smithyClient.Command +class ModifyLocalGatewayRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyLocalGatewayRoute", {}) .n("EC2Client", "ModifyLocalGatewayRouteCommand") @@ -12254,11 +11715,11 @@ class ModifyLocalGatewayRouteCommand extends smithyClient.Command .build() { } -class ModifyManagedPrefixListCommand extends smithyClient.Command +class ModifyManagedPrefixListCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyManagedPrefixList", {}) .n("EC2Client", "ModifyManagedPrefixListCommand") @@ -12266,11 +11727,23 @@ class ModifyManagedPrefixListCommand extends smithyClient.Command .build() { } -class ModifyNetworkInterfaceAttributeCommand extends smithyClient.Command +class ModifyManagedResourceVisibilityCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; +}) + .s("AmazonEC2", "ModifyManagedResourceVisibility", {}) + .n("EC2Client", "ModifyManagedResourceVisibilityCommand") + .sc(schemas_0.ModifyManagedResourceVisibility$) + .build() { +} + +class ModifyNetworkInterfaceAttributeCommand extends client.Command + .classBuilder() + .ep(commonParams) + .m(function (Command, cs, config, o) { + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyNetworkInterfaceAttribute", {}) .n("EC2Client", "ModifyNetworkInterfaceAttributeCommand") @@ -12278,11 +11751,11 @@ class ModifyNetworkInterfaceAttributeCommand extends smithyClient.Command .build() { } -class ModifyPrivateDnsNameOptionsCommand extends smithyClient.Command +class ModifyPrivateDnsNameOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyPrivateDnsNameOptions", {}) .n("EC2Client", "ModifyPrivateDnsNameOptionsCommand") @@ -12290,11 +11763,11 @@ class ModifyPrivateDnsNameOptionsCommand extends smithyClient.Command .build() { } -class ModifyPublicIpDnsNameOptionsCommand extends smithyClient.Command +class ModifyPublicIpDnsNameOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyPublicIpDnsNameOptions", {}) .n("EC2Client", "ModifyPublicIpDnsNameOptionsCommand") @@ -12302,11 +11775,11 @@ class ModifyPublicIpDnsNameOptionsCommand extends smithyClient.Command .build() { } -class ModifyReservedInstancesCommand extends smithyClient.Command +class ModifyReservedInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyReservedInstances", {}) .n("EC2Client", "ModifyReservedInstancesCommand") @@ -12314,11 +11787,11 @@ class ModifyReservedInstancesCommand extends smithyClient.Command .build() { } -class ModifyRouteServerCommand extends smithyClient.Command +class ModifyRouteServerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyRouteServer", {}) .n("EC2Client", "ModifyRouteServerCommand") @@ -12326,11 +11799,11 @@ class ModifyRouteServerCommand extends smithyClient.Command .build() { } -class ModifySecurityGroupRulesCommand extends smithyClient.Command +class ModifySecurityGroupRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifySecurityGroupRules", {}) .n("EC2Client", "ModifySecurityGroupRulesCommand") @@ -12338,11 +11811,11 @@ class ModifySecurityGroupRulesCommand extends smithyClient.Command .build() { } -class ModifySnapshotAttributeCommand extends smithyClient.Command +class ModifySnapshotAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifySnapshotAttribute", {}) .n("EC2Client", "ModifySnapshotAttributeCommand") @@ -12350,11 +11823,11 @@ class ModifySnapshotAttributeCommand extends smithyClient.Command .build() { } -class ModifySnapshotTierCommand extends smithyClient.Command +class ModifySnapshotTierCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifySnapshotTier", {}) .n("EC2Client", "ModifySnapshotTierCommand") @@ -12362,11 +11835,11 @@ class ModifySnapshotTierCommand extends smithyClient.Command .build() { } -class ModifySpotFleetRequestCommand extends smithyClient.Command +class ModifySpotFleetRequestCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifySpotFleetRequest", {}) .n("EC2Client", "ModifySpotFleetRequestCommand") @@ -12374,11 +11847,11 @@ class ModifySpotFleetRequestCommand extends smithyClient.Command .build() { } -class ModifySubnetAttributeCommand extends smithyClient.Command +class ModifySubnetAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifySubnetAttribute", {}) .n("EC2Client", "ModifySubnetAttributeCommand") @@ -12386,11 +11859,11 @@ class ModifySubnetAttributeCommand extends smithyClient.Command .build() { } -class ModifyTrafficMirrorFilterNetworkServicesCommand extends smithyClient.Command +class ModifyTrafficMirrorFilterNetworkServicesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTrafficMirrorFilterNetworkServices", {}) .n("EC2Client", "ModifyTrafficMirrorFilterNetworkServicesCommand") @@ -12398,11 +11871,11 @@ class ModifyTrafficMirrorFilterNetworkServicesCommand extends smithyClient.Comma .build() { } -class ModifyTrafficMirrorFilterRuleCommand extends smithyClient.Command +class ModifyTrafficMirrorFilterRuleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTrafficMirrorFilterRule", {}) .n("EC2Client", "ModifyTrafficMirrorFilterRuleCommand") @@ -12410,11 +11883,11 @@ class ModifyTrafficMirrorFilterRuleCommand extends smithyClient.Command .build() { } -class ModifyTrafficMirrorSessionCommand extends smithyClient.Command +class ModifyTrafficMirrorSessionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTrafficMirrorSession", {}) .n("EC2Client", "ModifyTrafficMirrorSessionCommand") @@ -12422,11 +11895,11 @@ class ModifyTrafficMirrorSessionCommand extends smithyClient.Command .build() { } -class ModifyTransitGatewayCommand extends smithyClient.Command +class ModifyTransitGatewayCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTransitGateway", {}) .n("EC2Client", "ModifyTransitGatewayCommand") @@ -12434,11 +11907,11 @@ class ModifyTransitGatewayCommand extends smithyClient.Command .build() { } -class ModifyTransitGatewayMeteringPolicyCommand extends smithyClient.Command +class ModifyTransitGatewayMeteringPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTransitGatewayMeteringPolicy", {}) .n("EC2Client", "ModifyTransitGatewayMeteringPolicyCommand") @@ -12446,11 +11919,11 @@ class ModifyTransitGatewayMeteringPolicyCommand extends smithyClient.Command .build() { } -class ModifyTransitGatewayPrefixListReferenceCommand extends smithyClient.Command +class ModifyTransitGatewayPrefixListReferenceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTransitGatewayPrefixListReference", {}) .n("EC2Client", "ModifyTransitGatewayPrefixListReferenceCommand") @@ -12458,11 +11931,11 @@ class ModifyTransitGatewayPrefixListReferenceCommand extends smithyClient.Comman .build() { } -class ModifyTransitGatewayVpcAttachmentCommand extends smithyClient.Command +class ModifyTransitGatewayVpcAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyTransitGatewayVpcAttachment", {}) .n("EC2Client", "ModifyTransitGatewayVpcAttachmentCommand") @@ -12470,11 +11943,11 @@ class ModifyTransitGatewayVpcAttachmentCommand extends smithyClient.Command .build() { } -class ModifyVerifiedAccessEndpointCommand extends smithyClient.Command +class ModifyVerifiedAccessEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessEndpoint", {}) .n("EC2Client", "ModifyVerifiedAccessEndpointCommand") @@ -12482,11 +11955,11 @@ class ModifyVerifiedAccessEndpointCommand extends smithyClient.Command .build() { } -class ModifyVerifiedAccessEndpointPolicyCommand extends smithyClient.Command +class ModifyVerifiedAccessEndpointPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessEndpointPolicy", {}) .n("EC2Client", "ModifyVerifiedAccessEndpointPolicyCommand") @@ -12494,11 +11967,11 @@ class ModifyVerifiedAccessEndpointPolicyCommand extends smithyClient.Command .build() { } -class ModifyVerifiedAccessGroupCommand extends smithyClient.Command +class ModifyVerifiedAccessGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessGroup", {}) .n("EC2Client", "ModifyVerifiedAccessGroupCommand") @@ -12506,11 +11979,11 @@ class ModifyVerifiedAccessGroupCommand extends smithyClient.Command .build() { } -class ModifyVerifiedAccessGroupPolicyCommand extends smithyClient.Command +class ModifyVerifiedAccessGroupPolicyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessGroupPolicy", {}) .n("EC2Client", "ModifyVerifiedAccessGroupPolicyCommand") @@ -12518,11 +11991,11 @@ class ModifyVerifiedAccessGroupPolicyCommand extends smithyClient.Command .build() { } -class ModifyVerifiedAccessInstanceCommand extends smithyClient.Command +class ModifyVerifiedAccessInstanceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessInstance", {}) .n("EC2Client", "ModifyVerifiedAccessInstanceCommand") @@ -12530,11 +12003,11 @@ class ModifyVerifiedAccessInstanceCommand extends smithyClient.Command .build() { } -class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends smithyClient.Command +class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessInstanceLoggingConfiguration", {}) .n("EC2Client", "ModifyVerifiedAccessInstanceLoggingConfigurationCommand") @@ -12542,11 +12015,11 @@ class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends smithyClie .build() { } -class ModifyVerifiedAccessTrustProviderCommand extends smithyClient.Command +class ModifyVerifiedAccessTrustProviderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVerifiedAccessTrustProvider", {}) .n("EC2Client", "ModifyVerifiedAccessTrustProviderCommand") @@ -12554,11 +12027,11 @@ class ModifyVerifiedAccessTrustProviderCommand extends smithyClient.Command .build() { } -class ModifyVolumeAttributeCommand extends smithyClient.Command +class ModifyVolumeAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVolumeAttribute", {}) .n("EC2Client", "ModifyVolumeAttributeCommand") @@ -12566,11 +12039,11 @@ class ModifyVolumeAttributeCommand extends smithyClient.Command .build() { } -class ModifyVolumeCommand extends smithyClient.Command +class ModifyVolumeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVolume", {}) .n("EC2Client", "ModifyVolumeCommand") @@ -12578,11 +12051,11 @@ class ModifyVolumeCommand extends smithyClient.Command .build() { } -class ModifyVpcAttributeCommand extends smithyClient.Command +class ModifyVpcAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcAttribute", {}) .n("EC2Client", "ModifyVpcAttributeCommand") @@ -12590,11 +12063,11 @@ class ModifyVpcAttributeCommand extends smithyClient.Command .build() { } -class ModifyVpcBlockPublicAccessExclusionCommand extends smithyClient.Command +class ModifyVpcBlockPublicAccessExclusionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcBlockPublicAccessExclusion", {}) .n("EC2Client", "ModifyVpcBlockPublicAccessExclusionCommand") @@ -12602,11 +12075,11 @@ class ModifyVpcBlockPublicAccessExclusionCommand extends smithyClient.Command .build() { } -class ModifyVpcBlockPublicAccessOptionsCommand extends smithyClient.Command +class ModifyVpcBlockPublicAccessOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcBlockPublicAccessOptions", {}) .n("EC2Client", "ModifyVpcBlockPublicAccessOptionsCommand") @@ -12614,11 +12087,11 @@ class ModifyVpcBlockPublicAccessOptionsCommand extends smithyClient.Command .build() { } -class ModifyVpcEncryptionControlCommand extends smithyClient.Command +class ModifyVpcEncryptionControlCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcEncryptionControl", {}) .n("EC2Client", "ModifyVpcEncryptionControlCommand") @@ -12626,11 +12099,11 @@ class ModifyVpcEncryptionControlCommand extends smithyClient.Command .build() { } -class ModifyVpcEndpointCommand extends smithyClient.Command +class ModifyVpcEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcEndpoint", {}) .n("EC2Client", "ModifyVpcEndpointCommand") @@ -12638,11 +12111,11 @@ class ModifyVpcEndpointCommand extends smithyClient.Command .build() { } -class ModifyVpcEndpointConnectionNotificationCommand extends smithyClient.Command +class ModifyVpcEndpointConnectionNotificationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcEndpointConnectionNotification", {}) .n("EC2Client", "ModifyVpcEndpointConnectionNotificationCommand") @@ -12650,11 +12123,11 @@ class ModifyVpcEndpointConnectionNotificationCommand extends smithyClient.Comman .build() { } -class ModifyVpcEndpointServiceConfigurationCommand extends smithyClient.Command +class ModifyVpcEndpointServiceConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcEndpointServiceConfiguration", {}) .n("EC2Client", "ModifyVpcEndpointServiceConfigurationCommand") @@ -12662,11 +12135,11 @@ class ModifyVpcEndpointServiceConfigurationCommand extends smithyClient.Command .build() { } -class ModifyVpcEndpointServicePayerResponsibilityCommand extends smithyClient.Command +class ModifyVpcEndpointServicePayerResponsibilityCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcEndpointServicePayerResponsibility", {}) .n("EC2Client", "ModifyVpcEndpointServicePayerResponsibilityCommand") @@ -12674,11 +12147,11 @@ class ModifyVpcEndpointServicePayerResponsibilityCommand extends smithyClient.Co .build() { } -class ModifyVpcEndpointServicePermissionsCommand extends smithyClient.Command +class ModifyVpcEndpointServicePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcEndpointServicePermissions", {}) .n("EC2Client", "ModifyVpcEndpointServicePermissionsCommand") @@ -12686,11 +12159,11 @@ class ModifyVpcEndpointServicePermissionsCommand extends smithyClient.Command .build() { } -class ModifyVpcPeeringConnectionOptionsCommand extends smithyClient.Command +class ModifyVpcPeeringConnectionOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcPeeringConnectionOptions", {}) .n("EC2Client", "ModifyVpcPeeringConnectionOptionsCommand") @@ -12698,11 +12171,11 @@ class ModifyVpcPeeringConnectionOptionsCommand extends smithyClient.Command .build() { } -class ModifyVpcTenancyCommand extends smithyClient.Command +class ModifyVpcTenancyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpcTenancy", {}) .n("EC2Client", "ModifyVpcTenancyCommand") @@ -12710,11 +12183,11 @@ class ModifyVpcTenancyCommand extends smithyClient.Command .build() { } -class ModifyVpnConnectionCommand extends smithyClient.Command +class ModifyVpnConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpnConnection", {}) .n("EC2Client", "ModifyVpnConnectionCommand") @@ -12722,11 +12195,11 @@ class ModifyVpnConnectionCommand extends smithyClient.Command .build() { } -class ModifyVpnConnectionOptionsCommand extends smithyClient.Command +class ModifyVpnConnectionOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpnConnectionOptions", {}) .n("EC2Client", "ModifyVpnConnectionOptionsCommand") @@ -12734,11 +12207,11 @@ class ModifyVpnConnectionOptionsCommand extends smithyClient.Command .build() { } -class ModifyVpnTunnelCertificateCommand extends smithyClient.Command +class ModifyVpnTunnelCertificateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpnTunnelCertificate", {}) .n("EC2Client", "ModifyVpnTunnelCertificateCommand") @@ -12746,11 +12219,11 @@ class ModifyVpnTunnelCertificateCommand extends smithyClient.Command .build() { } -class ModifyVpnTunnelOptionsCommand extends smithyClient.Command +class ModifyVpnTunnelOptionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ModifyVpnTunnelOptions", {}) .n("EC2Client", "ModifyVpnTunnelOptionsCommand") @@ -12758,11 +12231,11 @@ class ModifyVpnTunnelOptionsCommand extends smithyClient.Command .build() { } -class MonitorInstancesCommand extends smithyClient.Command +class MonitorInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "MonitorInstances", {}) .n("EC2Client", "MonitorInstancesCommand") @@ -12770,11 +12243,11 @@ class MonitorInstancesCommand extends smithyClient.Command .build() { } -class MoveAddressToVpcCommand extends smithyClient.Command +class MoveAddressToVpcCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "MoveAddressToVpc", {}) .n("EC2Client", "MoveAddressToVpcCommand") @@ -12782,11 +12255,11 @@ class MoveAddressToVpcCommand extends smithyClient.Command .build() { } -class MoveByoipCidrToIpamCommand extends smithyClient.Command +class MoveByoipCidrToIpamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "MoveByoipCidrToIpam", {}) .n("EC2Client", "MoveByoipCidrToIpamCommand") @@ -12794,11 +12267,11 @@ class MoveByoipCidrToIpamCommand extends smithyClient.Command .build() { } -class MoveCapacityReservationInstancesCommand extends smithyClient.Command +class MoveCapacityReservationInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "MoveCapacityReservationInstances", {}) .n("EC2Client", "MoveCapacityReservationInstancesCommand") @@ -12806,11 +12279,11 @@ class MoveCapacityReservationInstancesCommand extends smithyClient.Command .build() { } -class ProvisionByoipCidrCommand extends smithyClient.Command +class ProvisionByoipCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ProvisionByoipCidr", {}) .n("EC2Client", "ProvisionByoipCidrCommand") @@ -12818,11 +12291,11 @@ class ProvisionByoipCidrCommand extends smithyClient.Command .build() { } -class ProvisionIpamByoasnCommand extends smithyClient.Command +class ProvisionIpamByoasnCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ProvisionIpamByoasn", {}) .n("EC2Client", "ProvisionIpamByoasnCommand") @@ -12830,11 +12303,11 @@ class ProvisionIpamByoasnCommand extends smithyClient.Command .build() { } -class ProvisionIpamPoolCidrCommand extends smithyClient.Command +class ProvisionIpamPoolCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ProvisionIpamPoolCidr", {}) .n("EC2Client", "ProvisionIpamPoolCidrCommand") @@ -12842,11 +12315,11 @@ class ProvisionIpamPoolCidrCommand extends smithyClient.Command .build() { } -class ProvisionPublicIpv4PoolCidrCommand extends smithyClient.Command +class ProvisionPublicIpv4PoolCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ProvisionPublicIpv4PoolCidr", {}) .n("EC2Client", "ProvisionPublicIpv4PoolCidrCommand") @@ -12854,11 +12327,11 @@ class ProvisionPublicIpv4PoolCidrCommand extends smithyClient.Command .build() { } -class PurchaseCapacityBlockCommand extends smithyClient.Command +class PurchaseCapacityBlockCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "PurchaseCapacityBlock", {}) .n("EC2Client", "PurchaseCapacityBlockCommand") @@ -12866,11 +12339,11 @@ class PurchaseCapacityBlockCommand extends smithyClient.Command .build() { } -class PurchaseCapacityBlockExtensionCommand extends smithyClient.Command +class PurchaseCapacityBlockExtensionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "PurchaseCapacityBlockExtension", {}) .n("EC2Client", "PurchaseCapacityBlockExtensionCommand") @@ -12878,11 +12351,11 @@ class PurchaseCapacityBlockExtensionCommand extends smithyClient.Command .build() { } -class PurchaseHostReservationCommand extends smithyClient.Command +class PurchaseHostReservationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "PurchaseHostReservation", {}) .n("EC2Client", "PurchaseHostReservationCommand") @@ -12890,11 +12363,11 @@ class PurchaseHostReservationCommand extends smithyClient.Command .build() { } -class PurchaseReservedInstancesOfferingCommand extends smithyClient.Command +class PurchaseReservedInstancesOfferingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "PurchaseReservedInstancesOffering", {}) .n("EC2Client", "PurchaseReservedInstancesOfferingCommand") @@ -12902,11 +12375,11 @@ class PurchaseReservedInstancesOfferingCommand extends smithyClient.Command .build() { } -class PurchaseScheduledInstancesCommand extends smithyClient.Command +class PurchaseScheduledInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "PurchaseScheduledInstances", {}) .n("EC2Client", "PurchaseScheduledInstancesCommand") @@ -12914,11 +12387,11 @@ class PurchaseScheduledInstancesCommand extends smithyClient.Command .build() { } -class RebootInstancesCommand extends smithyClient.Command +class RebootInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RebootInstances", {}) .n("EC2Client", "RebootInstancesCommand") @@ -12926,11 +12399,11 @@ class RebootInstancesCommand extends smithyClient.Command .build() { } -class RegisterImageCommand extends smithyClient.Command +class RegisterImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RegisterImage", {}) .n("EC2Client", "RegisterImageCommand") @@ -12938,11 +12411,11 @@ class RegisterImageCommand extends smithyClient.Command .build() { } -class RegisterInstanceEventNotificationAttributesCommand extends smithyClient.Command +class RegisterInstanceEventNotificationAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RegisterInstanceEventNotificationAttributes", {}) .n("EC2Client", "RegisterInstanceEventNotificationAttributesCommand") @@ -12950,11 +12423,11 @@ class RegisterInstanceEventNotificationAttributesCommand extends smithyClient.Co .build() { } -class RegisterTransitGatewayMulticastGroupMembersCommand extends smithyClient.Command +class RegisterTransitGatewayMulticastGroupMembersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RegisterTransitGatewayMulticastGroupMembers", {}) .n("EC2Client", "RegisterTransitGatewayMulticastGroupMembersCommand") @@ -12962,11 +12435,11 @@ class RegisterTransitGatewayMulticastGroupMembersCommand extends smithyClient.Co .build() { } -class RegisterTransitGatewayMulticastGroupSourcesCommand extends smithyClient.Command +class RegisterTransitGatewayMulticastGroupSourcesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RegisterTransitGatewayMulticastGroupSources", {}) .n("EC2Client", "RegisterTransitGatewayMulticastGroupSourcesCommand") @@ -12974,11 +12447,11 @@ class RegisterTransitGatewayMulticastGroupSourcesCommand extends smithyClient.Co .build() { } -class RejectCapacityReservationBillingOwnershipCommand extends smithyClient.Command +class RejectCapacityReservationBillingOwnershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectCapacityReservationBillingOwnership", {}) .n("EC2Client", "RejectCapacityReservationBillingOwnershipCommand") @@ -12986,11 +12459,11 @@ class RejectCapacityReservationBillingOwnershipCommand extends smithyClient.Comm .build() { } -class RejectTransitGatewayClientVpnAttachmentCommand extends smithyClient.Command +class RejectTransitGatewayClientVpnAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectTransitGatewayClientVpnAttachment", {}) .n("EC2Client", "RejectTransitGatewayClientVpnAttachmentCommand") @@ -12998,11 +12471,11 @@ class RejectTransitGatewayClientVpnAttachmentCommand extends smithyClient.Comman .build() { } -class RejectTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.Command +class RejectTransitGatewayMulticastDomainAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectTransitGatewayMulticastDomainAssociations", {}) .n("EC2Client", "RejectTransitGatewayMulticastDomainAssociationsCommand") @@ -13010,11 +12483,11 @@ class RejectTransitGatewayMulticastDomainAssociationsCommand extends smithyClien .build() { } -class RejectTransitGatewayPeeringAttachmentCommand extends smithyClient.Command +class RejectTransitGatewayPeeringAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectTransitGatewayPeeringAttachment", {}) .n("EC2Client", "RejectTransitGatewayPeeringAttachmentCommand") @@ -13022,11 +12495,11 @@ class RejectTransitGatewayPeeringAttachmentCommand extends smithyClient.Command .build() { } -class RejectTransitGatewayVpcAttachmentCommand extends smithyClient.Command +class RejectTransitGatewayVpcAttachmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectTransitGatewayVpcAttachment", {}) .n("EC2Client", "RejectTransitGatewayVpcAttachmentCommand") @@ -13034,11 +12507,11 @@ class RejectTransitGatewayVpcAttachmentCommand extends smithyClient.Command .build() { } -class RejectVpcEndpointConnectionsCommand extends smithyClient.Command +class RejectVpcEndpointConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectVpcEndpointConnections", {}) .n("EC2Client", "RejectVpcEndpointConnectionsCommand") @@ -13046,11 +12519,11 @@ class RejectVpcEndpointConnectionsCommand extends smithyClient.Command .build() { } -class RejectVpcPeeringConnectionCommand extends smithyClient.Command +class RejectVpcPeeringConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RejectVpcPeeringConnection", {}) .n("EC2Client", "RejectVpcPeeringConnectionCommand") @@ -13058,11 +12531,11 @@ class RejectVpcPeeringConnectionCommand extends smithyClient.Command .build() { } -class ReleaseAddressCommand extends smithyClient.Command +class ReleaseAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReleaseAddress", {}) .n("EC2Client", "ReleaseAddressCommand") @@ -13070,11 +12543,11 @@ class ReleaseAddressCommand extends smithyClient.Command .build() { } -class ReleaseHostsCommand extends smithyClient.Command +class ReleaseHostsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReleaseHosts", {}) .n("EC2Client", "ReleaseHostsCommand") @@ -13082,11 +12555,11 @@ class ReleaseHostsCommand extends smithyClient.Command .build() { } -class ReleaseIpamPoolAllocationCommand extends smithyClient.Command +class ReleaseIpamPoolAllocationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReleaseIpamPoolAllocation", {}) .n("EC2Client", "ReleaseIpamPoolAllocationCommand") @@ -13094,11 +12567,11 @@ class ReleaseIpamPoolAllocationCommand extends smithyClient.Command .build() { } -class ReplaceIamInstanceProfileAssociationCommand extends smithyClient.Command +class ReplaceIamInstanceProfileAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceIamInstanceProfileAssociation", {}) .n("EC2Client", "ReplaceIamInstanceProfileAssociationCommand") @@ -13106,11 +12579,11 @@ class ReplaceIamInstanceProfileAssociationCommand extends smithyClient.Command .build() { } -class ReplaceImageCriteriaInAllowedImagesSettingsCommand extends smithyClient.Command +class ReplaceImageCriteriaInAllowedImagesSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceImageCriteriaInAllowedImagesSettings", {}) .n("EC2Client", "ReplaceImageCriteriaInAllowedImagesSettingsCommand") @@ -13118,11 +12591,11 @@ class ReplaceImageCriteriaInAllowedImagesSettingsCommand extends smithyClient.Co .build() { } -class ReplaceNetworkAclAssociationCommand extends smithyClient.Command +class ReplaceNetworkAclAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceNetworkAclAssociation", {}) .n("EC2Client", "ReplaceNetworkAclAssociationCommand") @@ -13130,11 +12603,11 @@ class ReplaceNetworkAclAssociationCommand extends smithyClient.Command .build() { } -class ReplaceNetworkAclEntryCommand extends smithyClient.Command +class ReplaceNetworkAclEntryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceNetworkAclEntry", {}) .n("EC2Client", "ReplaceNetworkAclEntryCommand") @@ -13142,11 +12615,11 @@ class ReplaceNetworkAclEntryCommand extends smithyClient.Command .build() { } -class ReplaceRouteCommand extends smithyClient.Command +class ReplaceRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceRoute", {}) .n("EC2Client", "ReplaceRouteCommand") @@ -13154,11 +12627,11 @@ class ReplaceRouteCommand extends smithyClient.Command .build() { } -class ReplaceRouteTableAssociationCommand extends smithyClient.Command +class ReplaceRouteTableAssociationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceRouteTableAssociation", {}) .n("EC2Client", "ReplaceRouteTableAssociationCommand") @@ -13166,11 +12639,11 @@ class ReplaceRouteTableAssociationCommand extends smithyClient.Command .build() { } -class ReplaceTransitGatewayRouteCommand extends smithyClient.Command +class ReplaceTransitGatewayRouteCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceTransitGatewayRoute", {}) .n("EC2Client", "ReplaceTransitGatewayRouteCommand") @@ -13178,11 +12651,11 @@ class ReplaceTransitGatewayRouteCommand extends smithyClient.Command .build() { } -class ReplaceVpnTunnelCommand extends smithyClient.Command +class ReplaceVpnTunnelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReplaceVpnTunnel", {}) .n("EC2Client", "ReplaceVpnTunnelCommand") @@ -13190,11 +12663,11 @@ class ReplaceVpnTunnelCommand extends smithyClient.Command .build() { } -class ReportInstanceStatusCommand extends smithyClient.Command +class ReportInstanceStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ReportInstanceStatus", {}) .n("EC2Client", "ReportInstanceStatusCommand") @@ -13202,11 +12675,11 @@ class ReportInstanceStatusCommand extends smithyClient.Command .build() { } -class RequestSpotFleetCommand extends smithyClient.Command +class RequestSpotFleetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RequestSpotFleet", {}) .n("EC2Client", "RequestSpotFleetCommand") @@ -13214,11 +12687,11 @@ class RequestSpotFleetCommand extends smithyClient.Command .build() { } -class RequestSpotInstancesCommand extends smithyClient.Command +class RequestSpotInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RequestSpotInstances", {}) .n("EC2Client", "RequestSpotInstancesCommand") @@ -13226,11 +12699,11 @@ class RequestSpotInstancesCommand extends smithyClient.Command .build() { } -class ResetAddressAttributeCommand extends smithyClient.Command +class ResetAddressAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetAddressAttribute", {}) .n("EC2Client", "ResetAddressAttributeCommand") @@ -13238,11 +12711,11 @@ class ResetAddressAttributeCommand extends smithyClient.Command .build() { } -class ResetEbsDefaultKmsKeyIdCommand extends smithyClient.Command +class ResetEbsDefaultKmsKeyIdCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetEbsDefaultKmsKeyId", {}) .n("EC2Client", "ResetEbsDefaultKmsKeyIdCommand") @@ -13250,11 +12723,11 @@ class ResetEbsDefaultKmsKeyIdCommand extends smithyClient.Command .build() { } -class ResetFpgaImageAttributeCommand extends smithyClient.Command +class ResetFpgaImageAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetFpgaImageAttribute", {}) .n("EC2Client", "ResetFpgaImageAttributeCommand") @@ -13262,11 +12735,11 @@ class ResetFpgaImageAttributeCommand extends smithyClient.Command .build() { } -class ResetImageAttributeCommand extends smithyClient.Command +class ResetImageAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetImageAttribute", {}) .n("EC2Client", "ResetImageAttributeCommand") @@ -13274,11 +12747,11 @@ class ResetImageAttributeCommand extends smithyClient.Command .build() { } -class ResetInstanceAttributeCommand extends smithyClient.Command +class ResetInstanceAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetInstanceAttribute", {}) .n("EC2Client", "ResetInstanceAttributeCommand") @@ -13286,11 +12759,11 @@ class ResetInstanceAttributeCommand extends smithyClient.Command .build() { } -class ResetNetworkInterfaceAttributeCommand extends smithyClient.Command +class ResetNetworkInterfaceAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetNetworkInterfaceAttribute", {}) .n("EC2Client", "ResetNetworkInterfaceAttributeCommand") @@ -13298,11 +12771,11 @@ class ResetNetworkInterfaceAttributeCommand extends smithyClient.Command .build() { } -class ResetSnapshotAttributeCommand extends smithyClient.Command +class ResetSnapshotAttributeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "ResetSnapshotAttribute", {}) .n("EC2Client", "ResetSnapshotAttributeCommand") @@ -13310,11 +12783,11 @@ class ResetSnapshotAttributeCommand extends smithyClient.Command .build() { } -class RestoreAddressToClassicCommand extends smithyClient.Command +class RestoreAddressToClassicCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RestoreAddressToClassic", {}) .n("EC2Client", "RestoreAddressToClassicCommand") @@ -13322,11 +12795,11 @@ class RestoreAddressToClassicCommand extends smithyClient.Command .build() { } -class RestoreImageFromRecycleBinCommand extends smithyClient.Command +class RestoreImageFromRecycleBinCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RestoreImageFromRecycleBin", {}) .n("EC2Client", "RestoreImageFromRecycleBinCommand") @@ -13334,11 +12807,11 @@ class RestoreImageFromRecycleBinCommand extends smithyClient.Command .build() { } -class RestoreManagedPrefixListVersionCommand extends smithyClient.Command +class RestoreManagedPrefixListVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RestoreManagedPrefixListVersion", {}) .n("EC2Client", "RestoreManagedPrefixListVersionCommand") @@ -13346,11 +12819,11 @@ class RestoreManagedPrefixListVersionCommand extends smithyClient.Command .build() { } -class RestoreSnapshotFromRecycleBinCommand extends smithyClient.Command +class RestoreSnapshotFromRecycleBinCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RestoreSnapshotFromRecycleBin", {}) .n("EC2Client", "RestoreSnapshotFromRecycleBinCommand") @@ -13358,11 +12831,11 @@ class RestoreSnapshotFromRecycleBinCommand extends smithyClient.Command .build() { } -class RestoreSnapshotTierCommand extends smithyClient.Command +class RestoreSnapshotTierCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RestoreSnapshotTier", {}) .n("EC2Client", "RestoreSnapshotTierCommand") @@ -13370,11 +12843,11 @@ class RestoreSnapshotTierCommand extends smithyClient.Command .build() { } -class RestoreVolumeFromRecycleBinCommand extends smithyClient.Command +class RestoreVolumeFromRecycleBinCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RestoreVolumeFromRecycleBin", {}) .n("EC2Client", "RestoreVolumeFromRecycleBinCommand") @@ -13382,11 +12855,11 @@ class RestoreVolumeFromRecycleBinCommand extends smithyClient.Command .build() { } -class RevokeClientVpnIngressCommand extends smithyClient.Command +class RevokeClientVpnIngressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RevokeClientVpnIngress", {}) .n("EC2Client", "RevokeClientVpnIngressCommand") @@ -13394,11 +12867,11 @@ class RevokeClientVpnIngressCommand extends smithyClient.Command .build() { } -class RevokeSecurityGroupEgressCommand extends smithyClient.Command +class RevokeSecurityGroupEgressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RevokeSecurityGroupEgress", {}) .n("EC2Client", "RevokeSecurityGroupEgressCommand") @@ -13406,11 +12879,11 @@ class RevokeSecurityGroupEgressCommand extends smithyClient.Command .build() { } -class RevokeSecurityGroupIngressCommand extends smithyClient.Command +class RevokeSecurityGroupIngressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RevokeSecurityGroupIngress", {}) .n("EC2Client", "RevokeSecurityGroupIngressCommand") @@ -13418,11 +12891,11 @@ class RevokeSecurityGroupIngressCommand extends smithyClient.Command .build() { } -class RunInstancesCommand extends smithyClient.Command +class RunInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RunInstances", {}) .n("EC2Client", "RunInstancesCommand") @@ -13430,11 +12903,11 @@ class RunInstancesCommand extends smithyClient.Command .build() { } -class RunScheduledInstancesCommand extends smithyClient.Command +class RunScheduledInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "RunScheduledInstances", {}) .n("EC2Client", "RunScheduledInstancesCommand") @@ -13442,11 +12915,11 @@ class RunScheduledInstancesCommand extends smithyClient.Command .build() { } -class SearchLocalGatewayRoutesCommand extends smithyClient.Command +class SearchLocalGatewayRoutesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "SearchLocalGatewayRoutes", {}) .n("EC2Client", "SearchLocalGatewayRoutesCommand") @@ -13454,11 +12927,11 @@ class SearchLocalGatewayRoutesCommand extends smithyClient.Command .build() { } -class SearchTransitGatewayMulticastGroupsCommand extends smithyClient.Command +class SearchTransitGatewayMulticastGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "SearchTransitGatewayMulticastGroups", {}) .n("EC2Client", "SearchTransitGatewayMulticastGroupsCommand") @@ -13466,11 +12939,11 @@ class SearchTransitGatewayMulticastGroupsCommand extends smithyClient.Command .build() { } -class SearchTransitGatewayRoutesCommand extends smithyClient.Command +class SearchTransitGatewayRoutesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "SearchTransitGatewayRoutes", {}) .n("EC2Client", "SearchTransitGatewayRoutesCommand") @@ -13478,11 +12951,11 @@ class SearchTransitGatewayRoutesCommand extends smithyClient.Command .build() { } -class SendDiagnosticInterruptCommand extends smithyClient.Command +class SendDiagnosticInterruptCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "SendDiagnosticInterrupt", {}) .n("EC2Client", "SendDiagnosticInterruptCommand") @@ -13490,11 +12963,11 @@ class SendDiagnosticInterruptCommand extends smithyClient.Command .build() { } -class StartDeclarativePoliciesReportCommand extends smithyClient.Command +class StartDeclarativePoliciesReportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "StartDeclarativePoliciesReport", {}) .n("EC2Client", "StartDeclarativePoliciesReportCommand") @@ -13502,11 +12975,11 @@ class StartDeclarativePoliciesReportCommand extends smithyClient.Command .build() { } -class StartInstancesCommand extends smithyClient.Command +class StartInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "StartInstances", {}) .n("EC2Client", "StartInstancesCommand") @@ -13514,11 +12987,11 @@ class StartInstancesCommand extends smithyClient.Command .build() { } -class StartNetworkInsightsAccessScopeAnalysisCommand extends smithyClient.Command +class StartNetworkInsightsAccessScopeAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "StartNetworkInsightsAccessScopeAnalysis", {}) .n("EC2Client", "StartNetworkInsightsAccessScopeAnalysisCommand") @@ -13526,11 +12999,11 @@ class StartNetworkInsightsAccessScopeAnalysisCommand extends smithyClient.Comman .build() { } -class StartNetworkInsightsAnalysisCommand extends smithyClient.Command +class StartNetworkInsightsAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "StartNetworkInsightsAnalysis", {}) .n("EC2Client", "StartNetworkInsightsAnalysisCommand") @@ -13538,11 +13011,11 @@ class StartNetworkInsightsAnalysisCommand extends smithyClient.Command .build() { } -class StartVpcEndpointServicePrivateDnsVerificationCommand extends smithyClient.Command +class StartVpcEndpointServicePrivateDnsVerificationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "StartVpcEndpointServicePrivateDnsVerification", {}) .n("EC2Client", "StartVpcEndpointServicePrivateDnsVerificationCommand") @@ -13550,11 +13023,11 @@ class StartVpcEndpointServicePrivateDnsVerificationCommand extends smithyClient. .build() { } -class StopInstancesCommand extends smithyClient.Command +class StopInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "StopInstances", {}) .n("EC2Client", "StopInstancesCommand") @@ -13562,11 +13035,11 @@ class StopInstancesCommand extends smithyClient.Command .build() { } -class TerminateClientVpnConnectionsCommand extends smithyClient.Command +class TerminateClientVpnConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "TerminateClientVpnConnections", {}) .n("EC2Client", "TerminateClientVpnConnectionsCommand") @@ -13574,11 +13047,11 @@ class TerminateClientVpnConnectionsCommand extends smithyClient.Command .build() { } -class TerminateInstancesCommand extends smithyClient.Command +class TerminateInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "TerminateInstances", {}) .n("EC2Client", "TerminateInstancesCommand") @@ -13586,11 +13059,11 @@ class TerminateInstancesCommand extends smithyClient.Command .build() { } -class UnassignIpv6AddressesCommand extends smithyClient.Command +class UnassignIpv6AddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UnassignIpv6Addresses", {}) .n("EC2Client", "UnassignIpv6AddressesCommand") @@ -13598,11 +13071,11 @@ class UnassignIpv6AddressesCommand extends smithyClient.Command .build() { } -class UnassignPrivateIpAddressesCommand extends smithyClient.Command +class UnassignPrivateIpAddressesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UnassignPrivateIpAddresses", {}) .n("EC2Client", "UnassignPrivateIpAddressesCommand") @@ -13610,11 +13083,11 @@ class UnassignPrivateIpAddressesCommand extends smithyClient.Command .build() { } -class UnassignPrivateNatGatewayAddressCommand extends smithyClient.Command +class UnassignPrivateNatGatewayAddressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UnassignPrivateNatGatewayAddress", {}) .n("EC2Client", "UnassignPrivateNatGatewayAddressCommand") @@ -13622,11 +13095,11 @@ class UnassignPrivateNatGatewayAddressCommand extends smithyClient.Command .build() { } -class UnlockSnapshotCommand extends smithyClient.Command +class UnlockSnapshotCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UnlockSnapshot", {}) .n("EC2Client", "UnlockSnapshotCommand") @@ -13634,11 +13107,11 @@ class UnlockSnapshotCommand extends smithyClient.Command .build() { } -class UnmonitorInstancesCommand extends smithyClient.Command +class UnmonitorInstancesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UnmonitorInstances", {}) .n("EC2Client", "UnmonitorInstancesCommand") @@ -13646,11 +13119,11 @@ class UnmonitorInstancesCommand extends smithyClient.Command .build() { } -class UpdateCapacityManagerMonitoredTagKeysCommand extends smithyClient.Command +class UpdateCapacityManagerMonitoredTagKeysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UpdateCapacityManagerMonitoredTagKeys", {}) .n("EC2Client", "UpdateCapacityManagerMonitoredTagKeysCommand") @@ -13658,11 +13131,11 @@ class UpdateCapacityManagerMonitoredTagKeysCommand extends smithyClient.Command .build() { } -class UpdateCapacityManagerOrganizationsAccessCommand extends smithyClient.Command +class UpdateCapacityManagerOrganizationsAccessCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UpdateCapacityManagerOrganizationsAccess", {}) .n("EC2Client", "UpdateCapacityManagerOrganizationsAccessCommand") @@ -13670,11 +13143,11 @@ class UpdateCapacityManagerOrganizationsAccessCommand extends smithyClient.Comma .build() { } -class UpdateInterruptibleCapacityReservationAllocationCommand extends smithyClient.Command +class UpdateInterruptibleCapacityReservationAllocationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UpdateInterruptibleCapacityReservationAllocation", {}) .n("EC2Client", "UpdateInterruptibleCapacityReservationAllocationCommand") @@ -13682,11 +13155,11 @@ class UpdateInterruptibleCapacityReservationAllocationCommand extends smithyClie .build() { } -class UpdateSecurityGroupRuleDescriptionsEgressCommand extends smithyClient.Command +class UpdateSecurityGroupRuleDescriptionsEgressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UpdateSecurityGroupRuleDescriptionsEgress", {}) .n("EC2Client", "UpdateSecurityGroupRuleDescriptionsEgressCommand") @@ -13694,11 +13167,11 @@ class UpdateSecurityGroupRuleDescriptionsEgressCommand extends smithyClient.Comm .build() { } -class UpdateSecurityGroupRuleDescriptionsIngressCommand extends smithyClient.Command +class UpdateSecurityGroupRuleDescriptionsIngressCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "UpdateSecurityGroupRuleDescriptionsIngress", {}) .n("EC2Client", "UpdateSecurityGroupRuleDescriptionsIngressCommand") @@ -13706,11 +13179,11 @@ class UpdateSecurityGroupRuleDescriptionsIngressCommand extends smithyClient.Com .build() { } -class WithdrawByoipCidrCommand extends smithyClient.Command +class WithdrawByoipCidrCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { - return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; + return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("AmazonEC2", "WithdrawByoipCidr", {}) .n("EC2Client", "WithdrawByoipCidrCommand") @@ -13816,6 +13289,8 @@ const paginateDescribeInstanceTypes = core.createPaginator(EC2Client, DescribeIn const paginateDescribeInternetGateways = core.createPaginator(EC2Client, DescribeInternetGatewaysCommand, "NextToken", "NextToken", "MaxResults"); +const paginateDescribeIpamPoolAllocations = core.createPaginator(EC2Client, DescribeIpamPoolAllocationsCommand, "NextToken", "NextToken", "MaxResults"); + const paginateDescribeIpamPools = core.createPaginator(EC2Client, DescribeIpamPoolsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeIpamPrefixListResolvers = core.createPaginator(EC2Client, DescribeIpamPrefixListResolversCommand, "NextToken", "NextToken", "MaxResults"); @@ -14054,10 +13529,10 @@ const paginateSearchTransitGatewayMulticastGroups = core.createPaginator(EC2Clie const paginateSearchTransitGatewayRoutes = core.createPaginator(EC2Client, SearchTransitGatewayRoutesCommand, "NextToken", "NextToken", "MaxResults"); -const checkState$G = async (client, input) => { +const checkState$G = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeBundleTasksCommand(input)); + let result = await client$1.send(new DescribeBundleTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -14072,7 +13547,7 @@ const checkState$G = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "complete"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14086,7 +13561,7 @@ const checkState$G = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14095,22 +13570,22 @@ const checkState$G = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForBundleTaskComplete = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$G); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$G); }; const waitUntilBundleTaskComplete = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$G); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$G); + return client.checkExceptions(result); }; -const checkState$F = async (client, input) => { +const checkState$F = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeConversionTasksCommand(input)); + let result = await client$1.send(new DescribeConversionTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -14125,7 +13600,7 @@ const checkState$F = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "cancelled"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14133,22 +13608,22 @@ const checkState$F = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForConversionTaskCancelled = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$F); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$F); }; const waitUntilConversionTaskCancelled = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$F); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$F); + return client.checkExceptions(result); }; -const checkState$E = async (client, input) => { +const checkState$E = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeConversionTasksCommand(input)); + let result = await client$1.send(new DescribeConversionTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -14163,7 +13638,7 @@ const checkState$E = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "completed"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14177,7 +13652,7 @@ const checkState$E = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "cancelled") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14192,7 +13667,7 @@ const checkState$E = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "cancelling") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14201,22 +13676,22 @@ const checkState$E = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForConversionTaskCompleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$E); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$E); }; const waitUntilConversionTaskCompleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$E); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$E); + return client.checkExceptions(result); }; -const checkState$D = async (client, input) => { +const checkState$D = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeConversionTasksCommand(input)); + let result = await client$1.send(new DescribeConversionTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -14231,7 +13706,7 @@ const checkState$D = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "deleted"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14239,22 +13714,22 @@ const checkState$D = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForConversionTaskDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$D); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$D); }; const waitUntilConversionTaskDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$D); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$D); + return client.checkExceptions(result); }; -const checkState$C = async (client, input) => { +const checkState$C = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeCustomerGatewaysCommand(input)); + let result = await client$1.send(new DescribeCustomerGatewaysCommand(input)); reason = result; try { const returnComparator = () => { @@ -14269,7 +13744,7 @@ const checkState$C = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14283,7 +13758,7 @@ const checkState$C = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleted") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14298,7 +13773,7 @@ const checkState$C = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleting") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14307,22 +13782,22 @@ const checkState$C = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForCustomerGatewayAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$C); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$C); }; const waitUntilCustomerGatewayAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$C); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$C); + return client.checkExceptions(result); }; -const checkState$B = async (client, input) => { +const checkState$B = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeExportTasksCommand(input)); + let result = await client$1.send(new DescribeExportTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -14337,7 +13812,7 @@ const checkState$B = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "cancelled"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14345,22 +13820,22 @@ const checkState$B = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForExportTaskCancelled = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$B); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$B); }; const waitUntilExportTaskCancelled = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$B); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$B); + return client.checkExceptions(result); }; -const checkState$A = async (client, input) => { +const checkState$A = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeExportTasksCommand(input)); + let result = await client$1.send(new DescribeExportTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -14375,7 +13850,7 @@ const checkState$A = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "completed"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14383,22 +13858,22 @@ const checkState$A = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForExportTaskCompleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$A); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$A); }; const waitUntilExportTaskCompleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$A); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$A); + return client.checkExceptions(result); }; -const checkState$z = async (client, input) => { +const checkState$z = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeImagesCommand(input)); + let result = await client$1.send(new DescribeImagesCommand(input)); reason = result; try { const returnComparator = () => { @@ -14413,7 +13888,7 @@ const checkState$z = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14427,7 +13902,7 @@ const checkState$z = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14436,22 +13911,22 @@ const checkState$z = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForImageAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$z); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$z); }; const waitUntilImageAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$z); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$z); + return client.checkExceptions(result); }; -const checkState$y = async (client, input) => { +const checkState$y = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeImagesCommand(input)); + let result = await client$1.send(new DescribeImagesCommand(input)); reason = result; try { const returnComparator = () => { @@ -14459,33 +13934,33 @@ const checkState$y = async (client, input) => { return (flat_1.length > 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidAMIID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidAMIID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForImageExists = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$y); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$y); }; const waitUntilImageExists = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$y); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$y); + return client.checkExceptions(result); }; -const checkState$x = async (client, input) => { +const checkState$x = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeImageUsageReportsCommand(input)); + let result = await client$1.send(new DescribeImageUsageReportsCommand(input)); reason = result; try { const returnComparator = () => { @@ -14500,7 +13975,7 @@ const checkState$x = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14514,7 +13989,7 @@ const checkState$x = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14523,22 +13998,22 @@ const checkState$x = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForImageUsageReportAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$x); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$x); }; const waitUntilImageUsageReportAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$x); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$x); + return client.checkExceptions(result); }; -const checkState$w = async (client, input) => { +const checkState$w = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInstancesCommand(input)); + let result = await client$1.send(new DescribeInstancesCommand(input)); reason = result; try { const returnComparator = () => { @@ -14546,33 +14021,33 @@ const checkState$w = async (client, input) => { return (flat_1.length > 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidInstanceID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidInstanceID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForInstanceExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$w); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$w); }; const waitUntilInstanceExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$w); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$w); + return client.checkExceptions(result); }; -const checkState$v = async (client, input) => { +const checkState$v = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInstancesCommand(input)); + let result = await client$1.send(new DescribeInstancesCommand(input)); reason = result; try { const returnComparator = () => { @@ -14591,7 +14066,7 @@ const checkState$v = async (client, input) => { allStringEq_8 = allStringEq_8 && (element_7 == "running"); } if (allStringEq_8) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14609,7 +14084,7 @@ const checkState$v = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "shutting-down") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14628,7 +14103,7 @@ const checkState$v = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "terminated") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14647,7 +14122,7 @@ const checkState$v = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "stopping") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14655,26 +14130,26 @@ const checkState$v = async (client, input) => { } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidInstanceID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidInstanceID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForInstanceRunning = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$v); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$v); }; const waitUntilInstanceRunning = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$v); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$v); + return client.checkExceptions(result); }; -const checkState$u = async (client, input) => { +const checkState$u = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInstanceStatusCommand(input)); + let result = await client$1.send(new DescribeInstanceStatusCommand(input)); reason = result; try { const returnComparator = () => { @@ -14689,33 +14164,33 @@ const checkState$u = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "ok"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidInstanceID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidInstanceID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForInstanceStatusOk = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$u); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$u); }; const waitUntilInstanceStatusOk = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$u); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$u); + return client.checkExceptions(result); }; -const checkState$t = async (client, input) => { +const checkState$t = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInstancesCommand(input)); + let result = await client$1.send(new DescribeInstancesCommand(input)); reason = result; try { const returnComparator = () => { @@ -14734,7 +14209,7 @@ const checkState$t = async (client, input) => { allStringEq_8 = allStringEq_8 && (element_7 == "stopped"); } if (allStringEq_8) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14752,7 +14227,7 @@ const checkState$t = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "pending") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14771,7 +14246,7 @@ const checkState$t = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "terminated") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14780,22 +14255,22 @@ const checkState$t = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForInstanceStopped = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$t); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$t); }; const waitUntilInstanceStopped = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$t); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$t); + return client.checkExceptions(result); }; -const checkState$s = async (client, input) => { +const checkState$s = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInstancesCommand(input)); + let result = await client$1.send(new DescribeInstancesCommand(input)); reason = result; try { const returnComparator = () => { @@ -14814,7 +14289,7 @@ const checkState$s = async (client, input) => { allStringEq_8 = allStringEq_8 && (element_7 == "terminated"); } if (allStringEq_8) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14832,7 +14307,7 @@ const checkState$s = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "pending") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14851,7 +14326,7 @@ const checkState$s = async (client, input) => { }; for (let anyStringEq_7 of returnComparator()) { if (anyStringEq_7 == "stopping") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14860,22 +14335,22 @@ const checkState$s = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForInstanceTerminated = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s); }; const waitUntilInstanceTerminated = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s); + return client.checkExceptions(result); }; -const checkState$r = async (client, input) => { +const checkState$r = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInternetGatewaysCommand(input)); + let result = await client$1.send(new DescribeInternetGatewaysCommand(input)); reason = result; try { const returnComparator = () => { @@ -14886,33 +14361,33 @@ const checkState$r = async (client, input) => { return (projection_3.length > 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidInternetGateway.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidInternetGateway.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForInternetGatewayExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r); }; const waitUntilInternetGatewayExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r); + return client.checkExceptions(result); }; -const checkState$q = async (client, input) => { +const checkState$q = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeKeyPairsCommand(input)); + let result = await client$1.send(new DescribeKeyPairsCommand(input)); reason = result; try { const returnComparator = () => { @@ -14923,33 +14398,33 @@ const checkState$q = async (client, input) => { return (projection_3.length > 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidKeyPair.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidKeyPair.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForKeyPairExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q); }; const waitUntilKeyPairExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q); + return client.checkExceptions(result); }; -const checkState$p = async (client, input) => { +const checkState$p = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeNatGatewaysCommand(input)); + let result = await client$1.send(new DescribeNatGatewaysCommand(input)); reason = result; try { const returnComparator = () => { @@ -14964,7 +14439,7 @@ const checkState$p = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -14978,7 +14453,7 @@ const checkState$p = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -14993,7 +14468,7 @@ const checkState$p = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleting") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15008,7 +14483,7 @@ const checkState$p = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleted") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15016,26 +14491,26 @@ const checkState$p = async (client, input) => { } catch (exception) { reason = exception; - if (exception.name && exception.name == "NatGatewayNotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "NatGatewayNotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForNatGatewayAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$p); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$p); }; const waitUntilNatGatewayAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$p); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$p); + return client.checkExceptions(result); }; -const checkState$o = async (client, input) => { +const checkState$o = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeNatGatewaysCommand(input)); + let result = await client$1.send(new DescribeNatGatewaysCommand(input)); reason = result; try { const returnComparator = () => { @@ -15050,33 +14525,33 @@ const checkState$o = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "deleted"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "NatGatewayNotFound") { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + if (exception.name === "NatGatewayNotFound") { + return { state: client.WaiterState.SUCCESS, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForNatGatewayDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$o); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$o); }; const waitUntilNatGatewayDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$o); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$o); + return client.checkExceptions(result); }; -const checkState$n = async (client, input) => { +const checkState$n = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeNetworkInterfacesCommand(input)); + let result = await client$1.send(new DescribeNetworkInterfacesCommand(input)); reason = result; try { const returnComparator = () => { @@ -15091,40 +14566,40 @@ const checkState$n = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidNetworkInterfaceID.NotFound") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + if (exception.name === "InvalidNetworkInterfaceID.NotFound") { + return { state: client.WaiterState.FAILURE, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForNetworkInterfaceAvailable = async (params, input) => { const serviceDefaults = { minDelay: 20, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n); }; const waitUntilNetworkInterfaceAvailable = async (params, input) => { const serviceDefaults = { minDelay: 20, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n); + return client.checkExceptions(result); }; -const checkState$m = async (client, input) => { +const checkState$m = async (client$1, input) => { let reason; try { - let result = await client.send(new GetPasswordDataCommand(input)); + let result = await client$1.send(new GetPasswordDataCommand(input)); reason = result; try { const returnComparator = () => { return (result.PasswordData.length > 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15132,22 +14607,22 @@ const checkState$m = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForPasswordDataAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m); }; const waitUntilPasswordDataAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m); + return client.checkExceptions(result); }; -const checkState$l = async (client, input) => { +const checkState$l = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecondaryNetworksCommand(input)); + let result = await client$1.send(new DescribeSecondaryNetworksCommand(input)); reason = result; try { const returnComparator = () => { @@ -15162,7 +14637,7 @@ const checkState$l = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "create-complete"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15176,7 +14651,7 @@ const checkState$l = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "create-failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15184,26 +14659,26 @@ const checkState$l = async (client, input) => { } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidSecondaryNetworkId.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidSecondaryNetworkId.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecondaryNetworkCreateComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l); }; const waitUntilSecondaryNetworkCreateComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l); + return client.checkExceptions(result); }; -const checkState$k = async (client, input) => { +const checkState$k = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecondaryNetworksCommand(input)); + let result = await client$1.send(new DescribeSecondaryNetworksCommand(input)); reason = result; try { const returnComparator = () => { @@ -15218,7 +14693,7 @@ const checkState$k = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "delete-complete"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15232,7 +14707,7 @@ const checkState$k = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "delete-failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15241,22 +14716,22 @@ const checkState$k = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecondaryNetworkDeleteComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k); }; const waitUntilSecondaryNetworkDeleteComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k); + return client.checkExceptions(result); }; -const checkState$j = async (client, input) => { +const checkState$j = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecondarySubnetsCommand(input)); + let result = await client$1.send(new DescribeSecondarySubnetsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15271,7 +14746,7 @@ const checkState$j = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "create-complete"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15285,7 +14760,7 @@ const checkState$j = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "delete-failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15293,26 +14768,26 @@ const checkState$j = async (client, input) => { } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidSecondarySubnetId.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidSecondarySubnetId.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecondarySubnetCreateComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j); }; const waitUntilSecondarySubnetCreateComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j); + return client.checkExceptions(result); }; -const checkState$i = async (client, input) => { +const checkState$i = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecondarySubnetsCommand(input)); + let result = await client$1.send(new DescribeSecondarySubnetsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15327,7 +14802,7 @@ const checkState$i = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "delete-complete"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15341,7 +14816,7 @@ const checkState$i = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "delete-failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15350,22 +14825,22 @@ const checkState$i = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecondarySubnetDeleteComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i); }; const waitUntilSecondarySubnetDeleteComplete = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i); + return client.checkExceptions(result); }; -const checkState$h = async (client, input) => { +const checkState$h = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecurityGroupsCommand(input)); + let result = await client$1.send(new DescribeSecurityGroupsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15376,33 +14851,33 @@ const checkState$h = async (client, input) => { return (projection_3.length > 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidGroup.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidGroup.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecurityGroupExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$h); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$h); }; const waitUntilSecurityGroupExists = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$h); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$h); + return client.checkExceptions(result); }; -const checkState$g = async (client, input) => { +const checkState$g = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input)); + let result = await client$1.send(new DescribeSecurityGroupVpcAssociationsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15417,7 +14892,7 @@ const checkState$g = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "associated"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15431,7 +14906,7 @@ const checkState$g = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "associating") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; } } } @@ -15446,7 +14921,7 @@ const checkState$g = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "association-failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15455,22 +14930,22 @@ const checkState$g = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecurityGroupVpcAssociationAssociated = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g); }; const waitUntilSecurityGroupVpcAssociationAssociated = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g); + return client.checkExceptions(result); }; -const checkState$f = async (client, input) => { +const checkState$f = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input)); + let result = await client$1.send(new DescribeSecurityGroupVpcAssociationsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15485,7 +14960,7 @@ const checkState$f = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "disassociated"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15499,7 +14974,7 @@ const checkState$f = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "disassociating") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; } } } @@ -15514,7 +14989,7 @@ const checkState$f = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "disassociation-failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15525,7 +15000,7 @@ const checkState$f = async (client, input) => { return (flat_1.length == 0); }; if (returnComparator() == true) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15533,22 +15008,22 @@ const checkState$f = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSecurityGroupVpcAssociationDisassociated = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f); }; const waitUntilSecurityGroupVpcAssociationDisassociated = async (params, input) => { const serviceDefaults = { minDelay: 10, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f); + return client.checkExceptions(result); }; -const checkState$e = async (client, input) => { +const checkState$e = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSnapshotsCommand(input)); + let result = await client$1.send(new DescribeSnapshotsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15563,7 +15038,7 @@ const checkState$e = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "completed"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15577,7 +15052,7 @@ const checkState$e = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "error") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15586,22 +15061,22 @@ const checkState$e = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSnapshotCompleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e); }; const waitUntilSnapshotCompleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e); + return client.checkExceptions(result); }; -const checkState$d = async (client, input) => { +const checkState$d = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeImportSnapshotTasksCommand(input)); + let result = await client$1.send(new DescribeImportSnapshotTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -15616,7 +15091,7 @@ const checkState$d = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "completed"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15630,7 +15105,7 @@ const checkState$d = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "error") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15639,22 +15114,22 @@ const checkState$d = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSnapshotImported = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d); }; const waitUntilSnapshotImported = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d); + return client.checkExceptions(result); }; -const checkState$c = async (client, input) => { +const checkState$c = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSpotInstanceRequestsCommand(input)); + let result = await client$1.send(new DescribeSpotInstanceRequestsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15669,7 +15144,7 @@ const checkState$c = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "fulfilled"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15686,7 +15161,7 @@ const checkState$c = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "request-canceled-and-instance-running"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15700,7 +15175,7 @@ const checkState$c = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "schedule-expired") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15715,7 +15190,7 @@ const checkState$c = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "canceled-before-fulfillment") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15730,7 +15205,7 @@ const checkState$c = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "bad-parameters") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15745,7 +15220,7 @@ const checkState$c = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "system-error") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15753,26 +15228,26 @@ const checkState$c = async (client, input) => { } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidSpotInstanceRequestID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidSpotInstanceRequestID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSpotInstanceRequestFulfilled = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$c); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$c); }; const waitUntilSpotInstanceRequestFulfilled = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$c); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$c); + return client.checkExceptions(result); }; -const checkState$b = async (client, input) => { +const checkState$b = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeStoreImageTasksCommand(input)); + let result = await client$1.send(new DescribeStoreImageTasksCommand(input)); reason = result; try { const returnComparator = () => { @@ -15787,7 +15262,7 @@ const checkState$b = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "Completed"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15801,7 +15276,7 @@ const checkState$b = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "Failed") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15816,7 +15291,7 @@ const checkState$b = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "InProgress") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; } } } @@ -15825,22 +15300,22 @@ const checkState$b = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForStoreImageTaskComplete = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$b); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$b); }; const waitUntilStoreImageTaskComplete = async (params, input) => { const serviceDefaults = { minDelay: 5, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$b); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$b); + return client.checkExceptions(result); }; -const checkState$a = async (client, input) => { +const checkState$a = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeSubnetsCommand(input)); + let result = await client$1.send(new DescribeSubnetsCommand(input)); reason = result; try { const returnComparator = () => { @@ -15855,7 +15330,7 @@ const checkState$a = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15863,22 +15338,22 @@ const checkState$a = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSubnetAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a); }; const waitUntilSubnetAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$a); + return client.checkExceptions(result); }; -const checkState$9 = async (client, input) => { +const checkState$9 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeInstanceStatusCommand(input)); + let result = await client$1.send(new DescribeInstanceStatusCommand(input)); reason = result; try { const returnComparator = () => { @@ -15893,7 +15368,7 @@ const checkState$9 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "ok"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15901,22 +15376,22 @@ const checkState$9 = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForSystemStatusOk = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9); }; const waitUntilSystemStatusOk = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9); + return client.checkExceptions(result); }; -const checkState$8 = async (client, input) => { +const checkState$8 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVolumesCommand(input)); + let result = await client$1.send(new DescribeVolumesCommand(input)); reason = result; try { const returnComparator = () => { @@ -15931,7 +15406,7 @@ const checkState$8 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -15945,7 +15420,7 @@ const checkState$8 = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleted") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -15954,22 +15429,22 @@ const checkState$8 = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVolumeAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8); }; const waitUntilVolumeAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8); + return client.checkExceptions(result); }; -const checkState$7 = async (client, input) => { +const checkState$7 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVolumesCommand(input)); + let result = await client$1.send(new DescribeVolumesCommand(input)); reason = result; try { const returnComparator = () => { @@ -15984,33 +15459,33 @@ const checkState$7 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "deleted"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidVolume.NotFound") { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + if (exception.name === "InvalidVolume.NotFound") { + return { state: client.WaiterState.SUCCESS, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVolumeDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7); }; const waitUntilVolumeDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7); + return client.checkExceptions(result); }; -const checkState$6 = async (client, input) => { +const checkState$6 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVolumesCommand(input)); + let result = await client$1.send(new DescribeVolumesCommand(input)); reason = result; try { const returnComparator = () => { @@ -16025,7 +15500,7 @@ const checkState$6 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "in-use"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -16039,7 +15514,7 @@ const checkState$6 = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleted") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -16048,22 +15523,22 @@ const checkState$6 = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVolumeInUse = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6); }; const waitUntilVolumeInUse = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6); + return client.checkExceptions(result); }; -const checkState$5 = async (client, input) => { +const checkState$5 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVpcsCommand(input)); + let result = await client$1.send(new DescribeVpcsCommand(input)); reason = result; try { const returnComparator = () => { @@ -16078,7 +15553,7 @@ const checkState$5 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -16086,47 +15561,47 @@ const checkState$5 = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVpcAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5); }; const waitUntilVpcAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5); + return client.checkExceptions(result); }; -const checkState$4 = async (client, input) => { +const checkState$4 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVpcsCommand(input)); + let result = await client$1.send(new DescribeVpcsCommand(input)); reason = result; - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidVpcID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidVpcID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVpcExists = async (params, input) => { const serviceDefaults = { minDelay: 1, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4); }; const waitUntilVpcExists = async (params, input) => { const serviceDefaults = { minDelay: 1, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4); + return client.checkExceptions(result); }; -const checkState$3 = async (client, input) => { +const checkState$3 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVpcPeeringConnectionsCommand(input)); + let result = await client$1.send(new DescribeVpcPeeringConnectionsCommand(input)); reason = result; try { const returnComparator = () => { @@ -16141,58 +15616,58 @@ const checkState$3 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "deleted"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidVpcPeeringConnectionID.NotFound") { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + if (exception.name === "InvalidVpcPeeringConnectionID.NotFound") { + return { state: client.WaiterState.SUCCESS, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVpcPeeringConnectionDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3); }; const waitUntilVpcPeeringConnectionDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3); + return client.checkExceptions(result); }; -const checkState$2 = async (client, input) => { +const checkState$2 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVpcPeeringConnectionsCommand(input)); + let result = await client$1.send(new DescribeVpcPeeringConnectionsCommand(input)); reason = result; - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } catch (exception) { reason = exception; - if (exception.name && exception.name == "InvalidVpcPeeringConnectionID.NotFound") { - return { state: utilWaiter.WaiterState.RETRY, reason }; + if (exception.name === "InvalidVpcPeeringConnectionID.NotFound") { + return { state: client.WaiterState.RETRY, reason }; } } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVpcPeeringConnectionExists = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2); }; const waitUntilVpcPeeringConnectionExists = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2); + return client.checkExceptions(result); }; -const checkState$1 = async (client, input) => { +const checkState$1 = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVpnConnectionsCommand(input)); + let result = await client$1.send(new DescribeVpnConnectionsCommand(input)); reason = result; try { const returnComparator = () => { @@ -16207,7 +15682,7 @@ const checkState$1 = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "available"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -16221,7 +15696,7 @@ const checkState$1 = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleting") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -16236,7 +15711,7 @@ const checkState$1 = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "deleted") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -16245,22 +15720,22 @@ const checkState$1 = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVpnConnectionAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1); }; const waitUntilVpnConnectionAvailable = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1); + return client.checkExceptions(result); }; -const checkState = async (client, input) => { +const checkState = async (client$1, input) => { let reason; try { - let result = await client.send(new DescribeVpnConnectionsCommand(input)); + let result = await client$1.send(new DescribeVpnConnectionsCommand(input)); reason = result; try { const returnComparator = () => { @@ -16275,7 +15750,7 @@ const checkState = async (client, input) => { allStringEq_5 = allStringEq_5 && (element_4 == "deleted"); } if (allStringEq_5) { - return { state: utilWaiter.WaiterState.SUCCESS, reason }; + return { state: client.WaiterState.SUCCESS, reason }; } } catch (e) { } @@ -16289,7 +15764,7 @@ const checkState = async (client, input) => { }; for (let anyStringEq_4 of returnComparator()) { if (anyStringEq_4 == "pending") { - return { state: utilWaiter.WaiterState.FAILURE, reason }; + return { state: client.WaiterState.FAILURE, reason }; } } } @@ -16298,16 +15773,16 @@ const checkState = async (client, input) => { catch (exception) { reason = exception; } - return { state: utilWaiter.WaiterState.RETRY, reason }; + return { state: client.WaiterState.RETRY, reason }; }; const waitForVpnConnectionDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState); + return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState); }; const waitUntilVpnConnectionDeleted = async (params, input) => { const serviceDefaults = { minDelay: 15, maxDelay: 120 }; - const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState); - return utilWaiter.checkExceptions(result); + const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState); + return client.checkExceptions(result); }; const commands = { @@ -16376,6 +15851,7 @@ const commands = { CreateCapacityManagerDataExportCommand, CreateCapacityReservationCommand, CreateCapacityReservationBySplittingCommand, + CreateCapacityReservationCancellationQuoteCommand, CreateCapacityReservationFleetCommand, CreateCarrierGatewayCommand, CreateClientVpnEndpointCommand, @@ -16594,6 +16070,7 @@ const commands = { DescribeCapacityBlockStatusCommand, DescribeCapacityManagerDataExportsCommand, DescribeCapacityReservationBillingRequestsCommand, + DescribeCapacityReservationCancellationQuotesCommand, DescribeCapacityReservationFleetsCommand, DescribeCapacityReservationsCommand, DescribeCapacityReservationTopologyCommand, @@ -16651,6 +16128,7 @@ const commands = { DescribeIpamByoasnCommand, DescribeIpamExternalResourceVerificationTokensCommand, DescribeIpamPoliciesCommand, + DescribeIpamPoolAllocationsCommand, DescribeIpamPoolsCommand, DescribeIpamPrefixListResolversCommand, DescribeIpamPrefixListResolverTargetsCommand, @@ -16878,6 +16356,7 @@ const commands = { GetLaunchTemplateDataCommand, GetManagedPrefixListAssociationsCommand, GetManagedPrefixListEntriesCommand, + GetManagedResourceVisibilityCommand, GetNetworkInsightsAccessScopeAnalysisFindingsCommand, GetNetworkInsightsAccessScopeContentCommand, GetPasswordDataCommand, @@ -16943,6 +16422,7 @@ const commands = { ModifyIpamCommand, ModifyIpamPolicyAllocationRulesCommand, ModifyIpamPoolCommand, + ModifyIpamPoolAllocationCommand, ModifyIpamPrefixListResolverCommand, ModifyIpamPrefixListResolverTargetCommand, ModifyIpamResourceCidrCommand, @@ -16951,6 +16431,7 @@ const commands = { ModifyLaunchTemplateCommand, ModifyLocalGatewayRouteCommand, ModifyManagedPrefixListCommand, + ModifyManagedResourceVisibilityCommand, ModifyNetworkInterfaceAttributeCommand, ModifyPrivateDnsNameOptionsCommand, ModifyPublicIpDnsNameOptionsCommand, @@ -17123,6 +16604,7 @@ const paginators = { paginateDescribeInstanceTypeOfferings, paginateDescribeInstanceTypes, paginateDescribeInternetGateways, + paginateDescribeIpamPoolAllocations, paginateDescribeIpamPools, paginateDescribeIpamPrefixListResolvers, paginateDescribeIpamPrefixListResolverTargets, @@ -17290,7 +16772,7 @@ const waiters = { }; class EC2 extends EC2Client { } -smithyClient.createAggregatedClient(commands, EC2, { paginators, waiters }); +client.createAggregatedClient(commands, EC2, { paginators, waiters }); const AcceleratorManufacturer = { AMAZON_WEB_SERVICES: "amazon-web-services", @@ -17330,6 +16812,7 @@ const ResourceType = { capacity_block: "capacity-block", capacity_manager_data_export: "capacity-manager-data-export", capacity_reservation: "capacity-reservation", + capacity_reservation_cancellation_quote: "capacity-reservation-cancellation-quote", capacity_reservation_fleet: "capacity-reservation-fleet", carrier_gateway: "carrier-gateway", client_vpn_endpoint: "client-vpn-endpoint", @@ -17358,6 +16841,7 @@ const ResourceType = { ipam_external_resource_verification_token: "ipam-external-resource-verification-token", ipam_policy: "ipam-policy", ipam_pool: "ipam-pool", + ipam_pool_allocation: "ipam-pool-allocation", ipam_prefix_list_resolver: "ipam-prefix-list-resolver", ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target", ipam_resource_discovery: "ipam-resource-discovery", @@ -17623,6 +17107,7 @@ const AllocationStrategy = { PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized", }; const AllocationType = { + cancelling: "cancelling", future: "future", used: "used", }; @@ -17784,6 +17269,9 @@ const BundleTaskState = { storing: "storing", waiting_for_shutdown: "waiting-for-shutdown", }; +const ApplyCancellationCharges = { + COMMITMENT_WIND_DOWN: "commitment-wind-down", +}; const CapacityReservationFleetState = { ACTIVE: "active", CANCELLED: "cancelled", @@ -17916,6 +17404,7 @@ const CapacityReservationState = { active: "active", assessing: "assessing", cancelled: "cancelled", + cancelling: "cancelling", delayed: "delayed", expired: "expired", failed: "failed", @@ -17926,6 +17415,11 @@ const CapacityReservationState = { unavailable: "unavailable", unsupported: "unsupported", }; +const CapacityReservationCancellationQuoteState = { + active: "active", + expired: "expired", + pending: "pending", +}; const FleetInstanceMatchCriteria = { open: "open", }; @@ -21068,6 +20562,10 @@ const IpamManagementState = { managed: "managed", unmanaged: "unmanaged", }; +const ManagedResourceDefaultVisibility = { + hidden: "hidden", + visible: "visible", +}; const RouteServerRouteInstallationStatus = { INSTALLED: "installed", REJECTED: "rejected", @@ -21180,8 +20678,8 @@ const MembershipType = { static: "static", }; -exports.$Command = smithyClient.Command; -exports.__Client = smithyClient.Client; +exports.$Command = client.Command; +exports.__Client = client.Client; exports.EC2ServiceException = EC2ServiceException.EC2ServiceException; exports.AcceleratorManufacturer = AcceleratorManufacturer; exports.AcceleratorName = AcceleratorName; @@ -21214,6 +20712,7 @@ exports.AllowsMultipleInstanceTypes = AllowsMultipleInstanceTypes; exports.AmdSevSnpSpecification = AmdSevSnpSpecification; exports.AnalysisStatus = AnalysisStatus; exports.ApplianceModeSupportValue = ApplianceModeSupportValue; +exports.ApplyCancellationCharges = ApplyCancellationCharges; exports.ApplySecurityGroupsToClientVpnTargetNetworkCommand = ApplySecurityGroupsToClientVpnTargetNetworkCommand; exports.ArchitectureType = ArchitectureType; exports.ArchitectureValues = ArchitectureValues; @@ -21294,6 +20793,7 @@ exports.CapacityManagerDataExportStatus = CapacityManagerDataExportStatus; exports.CapacityManagerMonitoredTagKeyStatus = CapacityManagerMonitoredTagKeyStatus; exports.CapacityManagerStatus = CapacityManagerStatus; exports.CapacityReservationBillingRequestStatus = CapacityReservationBillingRequestStatus; +exports.CapacityReservationCancellationQuoteState = CapacityReservationCancellationQuoteState; exports.CapacityReservationDeliveryPreference = CapacityReservationDeliveryPreference; exports.CapacityReservationFleetState = CapacityReservationFleetState; exports.CapacityReservationInstancePlatform = CapacityReservationInstancePlatform; @@ -21325,6 +20825,7 @@ exports.CopyVolumesCommand = CopyVolumesCommand; exports.CpuManufacturer = CpuManufacturer; exports.CreateCapacityManagerDataExportCommand = CreateCapacityManagerDataExportCommand; exports.CreateCapacityReservationBySplittingCommand = CreateCapacityReservationBySplittingCommand; +exports.CreateCapacityReservationCancellationQuoteCommand = CreateCapacityReservationCancellationQuoteCommand; exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand; exports.CreateCapacityReservationFleetCommand = CreateCapacityReservationFleetCommand; exports.CreateCarrierGatewayCommand = CreateCarrierGatewayCommand; @@ -21554,6 +21055,7 @@ exports.DescribeCapacityBlockStatusCommand = DescribeCapacityBlockStatusCommand; exports.DescribeCapacityBlocksCommand = DescribeCapacityBlocksCommand; exports.DescribeCapacityManagerDataExportsCommand = DescribeCapacityManagerDataExportsCommand; exports.DescribeCapacityReservationBillingRequestsCommand = DescribeCapacityReservationBillingRequestsCommand; +exports.DescribeCapacityReservationCancellationQuotesCommand = DescribeCapacityReservationCancellationQuotesCommand; exports.DescribeCapacityReservationFleetsCommand = DescribeCapacityReservationFleetsCommand; exports.DescribeCapacityReservationTopologyCommand = DescribeCapacityReservationTopologyCommand; exports.DescribeCapacityReservationsCommand = DescribeCapacityReservationsCommand; @@ -21611,6 +21113,7 @@ exports.DescribeInternetGatewaysCommand = DescribeInternetGatewaysCommand; exports.DescribeIpamByoasnCommand = DescribeIpamByoasnCommand; exports.DescribeIpamExternalResourceVerificationTokensCommand = DescribeIpamExternalResourceVerificationTokensCommand; exports.DescribeIpamPoliciesCommand = DescribeIpamPoliciesCommand; +exports.DescribeIpamPoolAllocationsCommand = DescribeIpamPoolAllocationsCommand; exports.DescribeIpamPoolsCommand = DescribeIpamPoolsCommand; exports.DescribeIpamPrefixListResolverTargetsCommand = DescribeIpamPrefixListResolverTargetsCommand; exports.DescribeIpamPrefixListResolversCommand = DescribeIpamPrefixListResolversCommand; @@ -21891,6 +21394,7 @@ exports.GetIpamResourceCidrsCommand = GetIpamResourceCidrsCommand; exports.GetLaunchTemplateDataCommand = GetLaunchTemplateDataCommand; exports.GetManagedPrefixListAssociationsCommand = GetManagedPrefixListAssociationsCommand; exports.GetManagedPrefixListEntriesCommand = GetManagedPrefixListEntriesCommand; +exports.GetManagedResourceVisibilityCommand = GetManagedResourceVisibilityCommand; exports.GetNetworkInsightsAccessScopeAnalysisFindingsCommand = GetNetworkInsightsAccessScopeAnalysisFindingsCommand; exports.GetNetworkInsightsAccessScopeContentCommand = GetNetworkInsightsAccessScopeContentCommand; exports.GetPasswordDataCommand = GetPasswordDataCommand; @@ -22040,6 +21544,7 @@ exports.MacModificationTaskState = MacModificationTaskState; exports.MacModificationTaskType = MacModificationTaskType; exports.MacSystemIntegrityProtectionSettingStatus = MacSystemIntegrityProtectionSettingStatus; exports.ManagedBy = ManagedBy; +exports.ManagedResourceDefaultVisibility = ManagedResourceDefaultVisibility; exports.MarketType = MarketType; exports.MembershipType = MembershipType; exports.MetadataDefaultHttpTokensState = MetadataDefaultHttpTokensState; @@ -22073,6 +21578,7 @@ exports.ModifyInstanceNetworkPerformanceOptionsCommand = ModifyInstanceNetworkPe exports.ModifyInstancePlacementCommand = ModifyInstancePlacementCommand; exports.ModifyIpamCommand = ModifyIpamCommand; exports.ModifyIpamPolicyAllocationRulesCommand = ModifyIpamPolicyAllocationRulesCommand; +exports.ModifyIpamPoolAllocationCommand = ModifyIpamPoolAllocationCommand; exports.ModifyIpamPoolCommand = ModifyIpamPoolCommand; exports.ModifyIpamPrefixListResolverCommand = ModifyIpamPrefixListResolverCommand; exports.ModifyIpamPrefixListResolverTargetCommand = ModifyIpamPrefixListResolverTargetCommand; @@ -22082,6 +21588,7 @@ exports.ModifyIpamScopeCommand = ModifyIpamScopeCommand; exports.ModifyLaunchTemplateCommand = ModifyLaunchTemplateCommand; exports.ModifyLocalGatewayRouteCommand = ModifyLocalGatewayRouteCommand; exports.ModifyManagedPrefixListCommand = ModifyManagedPrefixListCommand; +exports.ModifyManagedResourceVisibilityCommand = ModifyManagedResourceVisibilityCommand; exports.ModifyNetworkInterfaceAttributeCommand = ModifyNetworkInterfaceAttributeCommand; exports.ModifyPrivateDnsNameOptionsCommand = ModifyPrivateDnsNameOptionsCommand; exports.ModifyPublicIpDnsNameOptionsCommand = ModifyPublicIpDnsNameOptionsCommand; @@ -22441,6 +21948,7 @@ exports.paginateDescribeInstanceTypeOfferings = paginateDescribeInstanceTypeOffe exports.paginateDescribeInstanceTypes = paginateDescribeInstanceTypes; exports.paginateDescribeInstances = paginateDescribeInstances; exports.paginateDescribeInternetGateways = paginateDescribeInternetGateways; +exports.paginateDescribeIpamPoolAllocations = paginateDescribeIpamPoolAllocations; exports.paginateDescribeIpamPools = paginateDescribeIpamPools; exports.paginateDescribeIpamPrefixListResolverTargets = paginateDescribeIpamPrefixListResolverTargets; exports.paginateDescribeIpamPrefixListResolvers = paginateDescribeIpamPrefixListResolvers; @@ -22667,9 +22175,9 @@ Object.keys(schemas_0).forEach(function (k) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.EC2ServiceException = exports.__ServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(1411); -Object.defineProperty(exports, "__ServiceException", ({ enumerable: true, get: function () { return smithy_client_1.ServiceException; } })); -class EC2ServiceException extends smithy_client_1.ServiceException { +const client_1 = __nccwpck_require__(2658); +Object.defineProperty(exports, "__ServiceException", ({ enumerable: true, get: function () { return client_1.ServiceException; } })); +class EC2ServiceException extends client_1.ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, EC2ServiceException.prototype); @@ -22692,21 +22200,16 @@ const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(7689)); const client_1 = __nccwpck_require__(5152); const httpAuthSchemes_1 = __nccwpck_require__(7523); const credential_provider_node_1 = __nccwpck_require__(5861); -const util_user_agent_node_1 = __nccwpck_require__(1656); -const config_resolver_1 = __nccwpck_require__(9316); -const hash_node_1 = __nccwpck_require__(5092); -const middleware_retry_1 = __nccwpck_require__(9618); -const node_config_provider_1 = __nccwpck_require__(5704); +const client_2 = __nccwpck_require__(2658); +const config_1 = __nccwpck_require__(7291); +const retry_1 = __nccwpck_require__(3609); +const serde_1 = __nccwpck_require__(2430); const node_http_handler_1 = __nccwpck_require__(1279); -const smithy_client_1 = __nccwpck_require__(1411); -const util_body_length_node_1 = __nccwpck_require__(3638); -const util_defaults_mode_node_1 = __nccwpck_require__(5435); -const util_retry_1 = __nccwpck_require__(5518); const runtimeConfig_shared_1 = __nccwpck_require__(5072); const getRuntimeConfig = (config) => { - (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version); - const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); - const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + (0, client_2.emitWarningIfUnsupportedVersion)(process.version); + const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode); const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); (0, client_1.emitWarningIfUnsupportedVersion)(process.version); const loaderConfig = { @@ -22718,23 +22221,23 @@ const getRuntimeConfig = (config) => { ...config, runtime: "node", defaultsMode, - authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), - bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength, + authSchemePreference: config?.authSchemePreference ?? (0, config_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig), + bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength, credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider, - defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), - maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config), - region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, client_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? (0, config_1.loadConfig)(retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config), + region: config?.region ?? (0, config_1.loadConfig)(config_1.NODE_REGION_CONFIG_OPTIONS, { ...config_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }), requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider), retryMode: config?.retryMode ?? - (0, node_config_provider_1.loadConfig)({ - ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, - default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE, + (0, config_1.loadConfig)({ + ...retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE, }, config), - sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"), + sha256: config?.sha256 ?? serde_1.Hash.bind(null, "sha256"), streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector, - useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig), - useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig), - userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig), + useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig), + useFipsEndpoint: config?.useFipsEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig), + userAgentAppId: config?.userAgentAppId ?? (0, config_1.loadConfig)(client_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig), }; }; exports.getRuntimeConfig = getRuntimeConfig; @@ -22751,18 +22254,17 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; const httpAuthSchemes_1 = __nccwpck_require__(7523); const protocols_1 = __nccwpck_require__(7288); -const smithy_client_1 = __nccwpck_require__(1411); -const url_parser_1 = __nccwpck_require__(4494); -const util_base64_1 = __nccwpck_require__(8385); -const util_utf8_1 = __nccwpck_require__(1577); +const client_1 = __nccwpck_require__(2658); +const protocols_2 = __nccwpck_require__(3422); +const serde_1 = __nccwpck_require__(2430); const httpAuthSchemeProvider_1 = __nccwpck_require__(4578); const endpointResolver_1 = __nccwpck_require__(1356); const schemas_0_1 = __nccwpck_require__(8129); const getRuntimeConfig = (config) => { return { apiVersion: "2016-11-15", - base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, - base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, + base64Decoder: config?.base64Decoder ?? serde_1.fromBase64, + base64Encoder: config?.base64Encoder ?? serde_1.toBase64, disableHostPrefix: config?.disableHostPrefix ?? false, endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, extensions: config?.extensions ?? [], @@ -22774,7 +22276,7 @@ const getRuntimeConfig = (config) => { signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(), }, ], - logger: config?.logger ?? new smithy_client_1.NoOpLogger(), + logger: config?.logger ?? new client_1.NoOpLogger(), protocol: config?.protocol ?? protocols_1.AwsEc2QueryProtocol, protocolSettings: config?.protocolSettings ?? { defaultNamespace: "com.amazonaws.ec2", @@ -22784,9 +22286,9 @@ const getRuntimeConfig = (config) => { serviceTarget: "AmazonEC2", }, serviceId: config?.serviceId ?? "EC2", - urlParser: config?.urlParser ?? url_parser_1.parseUrl, - utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8, - utf8Encoder: config?.utf8Encoder ?? util_utf8_1.toUtf8, + urlParser: config?.urlParser ?? protocols_2.parseUrl, + utf8Decoder: config?.utf8Decoder ?? serde_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? serde_1.toUtf8, }; }; exports.getRuntimeConfig = getRuntimeConfig; @@ -22803,66 +22305,67 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AnalysisAclRule$ = exports.AlternatePathHint$ = exports.AllowedPrincipal$ = exports.AllocateIpamPoolCidrResult$ = exports.AllocateIpamPoolCidrRequest$ = exports.AllocateHostsResult$ = exports.AllocateHostsRequest$ = exports.AllocateAddressResult$ = exports.AllocateAddressRequest$ = exports.AdvertiseByoipCidrResult$ = exports.AdvertiseByoipCidrRequest$ = exports.AddressTransfer$ = exports.AddressAttribute$ = exports.Address$ = exports.AddPrefixListEntry$ = exports.AdditionalDetail$ = exports.AddIpamOrganizationalUnitExclusion$ = exports.AddIpamOperatingRegion$ = exports.AddedPrincipal$ = exports.ActiveVpnTunnelStatus$ = exports.ActiveInstance$ = exports.AccountAttributeValue$ = exports.AccountAttribute$ = exports.AccessScopePathRequest$ = exports.AccessScopePath$ = exports.AccessScopeAnalysisFinding$ = exports.AcceptVpcPeeringConnectionResult$ = exports.AcceptVpcPeeringConnectionRequest$ = exports.AcceptVpcEndpointConnectionsResult$ = exports.AcceptVpcEndpointConnectionsRequest$ = exports.AcceptTransitGatewayVpcAttachmentResult$ = exports.AcceptTransitGatewayVpcAttachmentRequest$ = exports.AcceptTransitGatewayPeeringAttachmentResult$ = exports.AcceptTransitGatewayPeeringAttachmentRequest$ = exports.AcceptTransitGatewayMulticastDomainAssociationsResult$ = exports.AcceptTransitGatewayMulticastDomainAssociationsRequest$ = exports.AcceptTransitGatewayClientVpnAttachmentResult$ = exports.AcceptTransitGatewayClientVpnAttachmentRequest$ = exports.AcceptReservedInstancesExchangeQuoteResult$ = exports.AcceptReservedInstancesExchangeQuoteRequest$ = exports.AcceptCapacityReservationBillingOwnershipResult$ = exports.AcceptCapacityReservationBillingOwnershipRequest$ = exports.AcceptAddressTransferResult$ = exports.AcceptAddressTransferRequest$ = exports.AcceleratorTotalMemoryMiBRequest$ = exports.AcceleratorTotalMemoryMiB$ = exports.AcceleratorCountRequest$ = exports.AcceleratorCount$ = exports.errorTypeRegistries = exports.EC2ServiceException$ = void 0; exports.AssociateTransitGatewayPolicyTableResult$ = exports.AssociateTransitGatewayPolicyTableRequest$ = exports.AssociateTransitGatewayMulticastDomainResult$ = exports.AssociateTransitGatewayMulticastDomainRequest$ = exports.AssociateSubnetCidrBlockResult$ = exports.AssociateSubnetCidrBlockRequest$ = exports.AssociateSecurityGroupVpcResult$ = exports.AssociateSecurityGroupVpcRequest$ = exports.AssociateRouteTableResult$ = exports.AssociateRouteTableRequest$ = exports.AssociateRouteServerResult$ = exports.AssociateRouteServerRequest$ = exports.AssociateNatGatewayAddressResult$ = exports.AssociateNatGatewayAddressRequest$ = exports.AssociateIpamResourceDiscoveryResult$ = exports.AssociateIpamResourceDiscoveryRequest$ = exports.AssociateIpamByoasnResult$ = exports.AssociateIpamByoasnRequest$ = exports.AssociateInstanceEventWindowResult$ = exports.AssociateInstanceEventWindowRequest$ = exports.AssociateIamInstanceProfileResult$ = exports.AssociateIamInstanceProfileRequest$ = exports.AssociateEnclaveCertificateIamRoleResult$ = exports.AssociateEnclaveCertificateIamRoleRequest$ = exports.AssociatedTargetNetwork$ = exports.AssociatedRole$ = exports.AssociateDhcpOptionsRequest$ = exports.AssociateClientVpnTargetNetworkResult$ = exports.AssociateClientVpnTargetNetworkRequest$ = exports.AssociateCapacityReservationBillingOwnerResult$ = exports.AssociateCapacityReservationBillingOwnerRequest$ = exports.AssociateAddressResult$ = exports.AssociateAddressRequest$ = exports.AssignPrivateNatGatewayAddressResult$ = exports.AssignPrivateNatGatewayAddressRequest$ = exports.AssignPrivateIpAddressesResult$ = exports.AssignPrivateIpAddressesRequest$ = exports.AssignIpv6AddressesResult$ = exports.AssignIpv6AddressesRequest$ = exports.AssignedPrivateIpAddress$ = exports.AsnAuthorizationContext$ = exports.AsnAssociation$ = exports.ApplySecurityGroupsToClientVpnTargetNetworkResult$ = exports.ApplySecurityGroupsToClientVpnTargetNetworkRequest$ = exports.AnalysisSecurityGroupRule$ = exports.AnalysisRouteTableRoute$ = exports.AnalysisPacketHeader$ = exports.AnalysisLoadBalancerTarget$ = exports.AnalysisLoadBalancerListener$ = exports.AnalysisComponent$ = void 0; exports.ByoipCidr$ = exports.Byoasn$ = exports.BundleTaskError$ = exports.BundleTask$ = exports.BundleInstanceResult$ = exports.BundleInstanceRequest$ = exports.BlockPublicAccessStates$ = exports.BlockDeviceMappingResponse$ = exports.BlockDeviceMapping$ = exports.BlobAttributeValue$ = exports.BaselinePerformanceFactorsRequest$ = exports.BaselinePerformanceFactors$ = exports.BaselineEbsBandwidthMbpsRequest$ = exports.BaselineEbsBandwidthMbps$ = exports.AvailableCapacity$ = exports.AvailabilityZoneSubGeography$ = exports.AvailabilityZoneMessage$ = exports.AvailabilityZoneGeography$ = exports.AvailabilityZoneAddress$ = exports.AvailabilityZone$ = exports.AuthorizeSecurityGroupIngressResult$ = exports.AuthorizeSecurityGroupIngressRequest$ = exports.AuthorizeSecurityGroupEgressResult$ = exports.AuthorizeSecurityGroupEgressRequest$ = exports.AuthorizeClientVpnIngressResult$ = exports.AuthorizeClientVpnIngressRequest$ = exports.AuthorizationRule$ = exports.AttributeValue$ = exports.AttributeSummary$ = exports.AttributeBooleanValue$ = exports.AttachVpnGatewayResult$ = exports.AttachVpnGatewayRequest$ = exports.AttachVolumeRequest$ = exports.AttachVerifiedAccessTrustProviderResult$ = exports.AttachVerifiedAccessTrustProviderRequest$ = exports.AttachNetworkInterfaceResult$ = exports.AttachNetworkInterfaceRequest$ = exports.AttachmentEnaSrdUdpSpecification$ = exports.AttachmentEnaSrdSpecification$ = exports.AttachInternetGatewayRequest$ = exports.AttachClassicLinkVpcResult$ = exports.AttachClassicLinkVpcRequest$ = exports.AthenaIntegration$ = exports.AssociationStatus$ = exports.AssociateVpcCidrBlockResult$ = exports.AssociateVpcCidrBlockRequest$ = exports.AssociateTrunkInterfaceResult$ = exports.AssociateTrunkInterfaceRequest$ = exports.AssociateTransitGatewayRouteTableResult$ = exports.AssociateTransitGatewayRouteTableRequest$ = void 0; -exports.CapacityReservationTarget$ = exports.CapacityReservationStatus$ = exports.CapacityReservationSpecificationResponse$ = exports.CapacityReservationSpecification$ = exports.CapacityReservationOptionsRequest$ = exports.CapacityReservationOptions$ = exports.CapacityReservationInfo$ = exports.CapacityReservationGroup$ = exports.CapacityReservationFleetCancellationState$ = exports.CapacityReservationFleet$ = exports.CapacityReservationCommitmentInfo$ = exports.CapacityReservationBillingRequest$ = exports.CapacityReservation$ = exports.CapacityManagerTagDimension$ = exports.CapacityManagerMonitoredTagKey$ = exports.CapacityManagerDimension$ = exports.CapacityManagerDataExportResponse$ = exports.CapacityManagerCondition$ = exports.CapacityBlockStatus$ = exports.CapacityBlockOffering$ = exports.CapacityBlockExtensionOffering$ = exports.CapacityBlockExtension$ = exports.CapacityBlock$ = exports.CapacityAllocationMetadataEntry$ = exports.CapacityAllocation$ = exports.CancelSpotInstanceRequestsResult$ = exports.CancelSpotInstanceRequestsRequest$ = exports.CancelSpotFleetRequestsSuccessItem$ = exports.CancelSpotFleetRequestsResponse$ = exports.CancelSpotFleetRequestsRequest$ = exports.CancelSpotFleetRequestsErrorItem$ = exports.CancelSpotFleetRequestsError$ = exports.CancelReservedInstancesListingResult$ = exports.CancelReservedInstancesListingRequest$ = exports.CancelledSpotInstanceRequest$ = exports.CancelImportTaskResult$ = exports.CancelImportTaskRequest$ = exports.CancelImageLaunchPermissionResult$ = exports.CancelImageLaunchPermissionRequest$ = exports.CancelExportTaskRequest$ = exports.CancelDeclarativePoliciesReportResult$ = exports.CancelDeclarativePoliciesReportRequest$ = exports.CancelConversionRequest$ = exports.CancelCapacityReservationResult$ = exports.CancelCapacityReservationRequest$ = exports.CancelCapacityReservationFleetsResult$ = exports.CancelCapacityReservationFleetsRequest$ = exports.CancelCapacityReservationFleetError$ = exports.CancelBundleTaskResult$ = exports.CancelBundleTaskRequest$ = void 0; -exports.CopySnapshotResult$ = exports.CopySnapshotRequest$ = exports.CopyImageResult$ = exports.CopyImageRequest$ = exports.CopyFpgaImageResult$ = exports.CopyFpgaImageRequest$ = exports.ConversionTask$ = exports.ConnectionTrackingSpecificationResponse$ = exports.ConnectionTrackingSpecificationRequest$ = exports.ConnectionTrackingSpecification$ = exports.ConnectionTrackingConfiguration$ = exports.ConnectionNotification$ = exports.ConnectionLogResponseOptions$ = exports.ConnectionLogOptions$ = exports.ConfirmProductInstanceResult$ = exports.ConfirmProductInstanceRequest$ = exports.CoipPool$ = exports.CoipCidr$ = exports.CoipAddressUsage$ = exports.CloudWatchLogOptionsSpecification$ = exports.CloudWatchLogOptions$ = exports.ClientVpnRouteStatus$ = exports.ClientVpnRoute$ = exports.ClientVpnEndpointStatus$ = exports.ClientVpnEndpointAttributeStatus$ = exports.ClientVpnEndpoint$ = exports.ClientVpnConnectionStatus$ = exports.ClientVpnConnection$ = exports.ClientVpnAuthorizationRuleStatus$ = exports.ClientVpnAuthenticationRequest$ = exports.ClientVpnAuthentication$ = exports.ClientRouteEnforcementResponseOptions$ = exports.ClientRouteEnforcementOptions$ = exports.ClientLoginBannerResponseOptions$ = exports.ClientLoginBannerOptions$ = exports.ClientData$ = exports.ClientConnectResponseOptions$ = exports.ClientConnectOptions$ = exports.ClientCertificateRevocationListStatus$ = exports.ClassicLoadBalancersConfig$ = exports.ClassicLoadBalancer$ = exports.ClassicLinkInstance$ = exports.ClassicLinkDnsSupport$ = exports.CidrBlock$ = exports.CidrAuthorizationContext$ = exports.CertificateAuthenticationRequest$ = exports.CertificateAuthentication$ = exports.CarrierGateway$ = exports.CapacityReservationTopology$ = exports.CapacityReservationTargetResponse$ = void 0; -exports.CreateInstanceConnectEndpointResult$ = exports.CreateInstanceConnectEndpointRequest$ = exports.CreateImageUsageReportResult$ = exports.CreateImageUsageReportRequest$ = exports.CreateImageResult$ = exports.CreateImageRequest$ = exports.CreateFpgaImageResult$ = exports.CreateFpgaImageRequest$ = exports.CreateFlowLogsResult$ = exports.CreateFlowLogsRequest$ = exports.CreateFleetResult$ = exports.CreateFleetRequest$ = exports.CreateFleetInstance$ = exports.CreateFleetError$ = exports.CreateEgressOnlyInternetGatewayResult$ = exports.CreateEgressOnlyInternetGatewayRequest$ = exports.CreateDhcpOptionsResult$ = exports.CreateDhcpOptionsRequest$ = exports.CreateDelegateMacVolumeOwnershipTaskResult$ = exports.CreateDelegateMacVolumeOwnershipTaskRequest$ = exports.CreateDefaultVpcResult$ = exports.CreateDefaultVpcRequest$ = exports.CreateDefaultSubnetResult$ = exports.CreateDefaultSubnetRequest$ = exports.CreateCustomerGatewayResult$ = exports.CreateCustomerGatewayRequest$ = exports.CreateCoipPoolResult$ = exports.CreateCoipPoolRequest$ = exports.CreateCoipCidrResult$ = exports.CreateCoipCidrRequest$ = exports.CreateClientVpnRouteResult$ = exports.CreateClientVpnRouteRequest$ = exports.CreateClientVpnEndpointResult$ = exports.CreateClientVpnEndpointRequest$ = exports.CreateCarrierGatewayResult$ = exports.CreateCarrierGatewayRequest$ = exports.CreateCapacityReservationResult$ = exports.CreateCapacityReservationRequest$ = exports.CreateCapacityReservationFleetResult$ = exports.CreateCapacityReservationFleetRequest$ = exports.CreateCapacityReservationBySplittingResult$ = exports.CreateCapacityReservationBySplittingRequest$ = exports.CreateCapacityManagerDataExportResult$ = exports.CreateCapacityManagerDataExportRequest$ = exports.CpuPerformanceFactorRequest$ = exports.CpuPerformanceFactor$ = exports.CpuOptionsRequest$ = exports.CpuOptions$ = exports.CopyVolumesResult$ = exports.CopyVolumesRequest$ = void 0; -exports.CreateNetworkAclResult$ = exports.CreateNetworkAclRequest$ = exports.CreateNetworkAclEntryRequest$ = exports.CreateNatGatewayResult$ = exports.CreateNatGatewayRequest$ = exports.CreateManagedPrefixListResult$ = exports.CreateManagedPrefixListRequest$ = exports.CreateMacSystemIntegrityProtectionModificationTaskResult$ = exports.CreateMacSystemIntegrityProtectionModificationTaskRequest$ = exports.CreateLocalGatewayVirtualInterfaceResult$ = exports.CreateLocalGatewayVirtualInterfaceRequest$ = exports.CreateLocalGatewayVirtualInterfaceGroupResult$ = exports.CreateLocalGatewayVirtualInterfaceGroupRequest$ = exports.CreateLocalGatewayRouteTableVpcAssociationResult$ = exports.CreateLocalGatewayRouteTableVpcAssociationRequest$ = exports.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$ = exports.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$ = exports.CreateLocalGatewayRouteTableResult$ = exports.CreateLocalGatewayRouteTableRequest$ = exports.CreateLocalGatewayRouteResult$ = exports.CreateLocalGatewayRouteRequest$ = exports.CreateLaunchTemplateVersionResult$ = exports.CreateLaunchTemplateVersionRequest$ = exports.CreateLaunchTemplateResult$ = exports.CreateLaunchTemplateRequest$ = exports.CreateKeyPairRequest$ = exports.CreateIpamScopeResult$ = exports.CreateIpamScopeRequest$ = exports.CreateIpamResult$ = exports.CreateIpamResourceDiscoveryResult$ = exports.CreateIpamResourceDiscoveryRequest$ = exports.CreateIpamRequest$ = exports.CreateIpamPrefixListResolverTargetResult$ = exports.CreateIpamPrefixListResolverTargetRequest$ = exports.CreateIpamPrefixListResolverResult$ = exports.CreateIpamPrefixListResolverRequest$ = exports.CreateIpamPoolResult$ = exports.CreateIpamPoolRequest$ = exports.CreateIpamPolicyResult$ = exports.CreateIpamPolicyRequest$ = exports.CreateIpamExternalResourceVerificationTokenResult$ = exports.CreateIpamExternalResourceVerificationTokenRequest$ = exports.CreateInterruptibleCapacityReservationAllocationResult$ = exports.CreateInterruptibleCapacityReservationAllocationRequest$ = exports.CreateInternetGatewayResult$ = exports.CreateInternetGatewayRequest$ = exports.CreateInstanceExportTaskResult$ = exports.CreateInstanceExportTaskRequest$ = exports.CreateInstanceEventWindowResult$ = exports.CreateInstanceEventWindowRequest$ = void 0; -exports.CreateTrafficMirrorFilterRuleResult$ = exports.CreateTrafficMirrorFilterRuleRequest$ = exports.CreateTrafficMirrorFilterResult$ = exports.CreateTrafficMirrorFilterRequest$ = exports.CreateTagsRequest$ = exports.CreateSubnetResult$ = exports.CreateSubnetRequest$ = exports.CreateSubnetCidrReservationResult$ = exports.CreateSubnetCidrReservationRequest$ = exports.CreateStoreImageTaskResult$ = exports.CreateStoreImageTaskRequest$ = exports.CreateSpotDatafeedSubscriptionResult$ = exports.CreateSpotDatafeedSubscriptionRequest$ = exports.CreateSnapshotsResult$ = exports.CreateSnapshotsRequest$ = exports.CreateSnapshotRequest$ = exports.CreateSecurityGroupResult$ = exports.CreateSecurityGroupRequest$ = exports.CreateSecondarySubnetResult$ = exports.CreateSecondarySubnetRequest$ = exports.CreateSecondaryNetworkResult$ = exports.CreateSecondaryNetworkRequest$ = exports.CreateRouteTableResult$ = exports.CreateRouteTableRequest$ = exports.CreateRouteServerResult$ = exports.CreateRouteServerRequest$ = exports.CreateRouteServerPeerResult$ = exports.CreateRouteServerPeerRequest$ = exports.CreateRouteServerEndpointResult$ = exports.CreateRouteServerEndpointRequest$ = exports.CreateRouteResult$ = exports.CreateRouteRequest$ = exports.CreateRestoreImageTaskResult$ = exports.CreateRestoreImageTaskRequest$ = exports.CreateReservedInstancesListingResult$ = exports.CreateReservedInstancesListingRequest$ = exports.CreateReplaceRootVolumeTaskResult$ = exports.CreateReplaceRootVolumeTaskRequest$ = exports.CreatePublicIpv4PoolResult$ = exports.CreatePublicIpv4PoolRequest$ = exports.CreatePlacementGroupResult$ = exports.CreatePlacementGroupRequest$ = exports.CreateNetworkInterfaceResult$ = exports.CreateNetworkInterfaceRequest$ = exports.CreateNetworkInterfacePermissionResult$ = exports.CreateNetworkInterfacePermissionRequest$ = exports.CreateNetworkInsightsPathResult$ = exports.CreateNetworkInsightsPathRequest$ = exports.CreateNetworkInsightsAccessScopeResult$ = exports.CreateNetworkInsightsAccessScopeRequest$ = void 0; -exports.CreateVerifiedAccessTrustProviderResult$ = exports.CreateVerifiedAccessTrustProviderRequest$ = exports.CreateVerifiedAccessTrustProviderOidcOptions$ = exports.CreateVerifiedAccessTrustProviderDeviceOptions$ = exports.CreateVerifiedAccessNativeApplicationOidcOptions$ = exports.CreateVerifiedAccessInstanceResult$ = exports.CreateVerifiedAccessInstanceRequest$ = exports.CreateVerifiedAccessGroupResult$ = exports.CreateVerifiedAccessGroupRequest$ = exports.CreateVerifiedAccessEndpointResult$ = exports.CreateVerifiedAccessEndpointRequest$ = exports.CreateVerifiedAccessEndpointRdsOptions$ = exports.CreateVerifiedAccessEndpointPortRange$ = exports.CreateVerifiedAccessEndpointLoadBalancerOptions$ = exports.CreateVerifiedAccessEndpointEniOptions$ = exports.CreateVerifiedAccessEndpointCidrOptions$ = exports.CreateTransitGatewayVpcAttachmentResult$ = exports.CreateTransitGatewayVpcAttachmentRequestOptions$ = exports.CreateTransitGatewayVpcAttachmentRequest$ = exports.CreateTransitGatewayRouteTableResult$ = exports.CreateTransitGatewayRouteTableRequest$ = exports.CreateTransitGatewayRouteTableAnnouncementResult$ = exports.CreateTransitGatewayRouteTableAnnouncementRequest$ = exports.CreateTransitGatewayRouteResult$ = exports.CreateTransitGatewayRouteRequest$ = exports.CreateTransitGatewayResult$ = exports.CreateTransitGatewayRequest$ = exports.CreateTransitGatewayPrefixListReferenceResult$ = exports.CreateTransitGatewayPrefixListReferenceRequest$ = exports.CreateTransitGatewayPolicyTableResult$ = exports.CreateTransitGatewayPolicyTableRequest$ = exports.CreateTransitGatewayPeeringAttachmentResult$ = exports.CreateTransitGatewayPeeringAttachmentRequestOptions$ = exports.CreateTransitGatewayPeeringAttachmentRequest$ = exports.CreateTransitGatewayMulticastDomainResult$ = exports.CreateTransitGatewayMulticastDomainRequestOptions$ = exports.CreateTransitGatewayMulticastDomainRequest$ = exports.CreateTransitGatewayMeteringPolicyResult$ = exports.CreateTransitGatewayMeteringPolicyRequest$ = exports.CreateTransitGatewayMeteringPolicyEntryResult$ = exports.CreateTransitGatewayMeteringPolicyEntryRequest$ = exports.CreateTransitGatewayConnectResult$ = exports.CreateTransitGatewayConnectRequestOptions$ = exports.CreateTransitGatewayConnectRequest$ = exports.CreateTransitGatewayConnectPeerResult$ = exports.CreateTransitGatewayConnectPeerRequest$ = exports.CreateTrafficMirrorTargetResult$ = exports.CreateTrafficMirrorTargetRequest$ = exports.CreateTrafficMirrorSessionResult$ = exports.CreateTrafficMirrorSessionRequest$ = void 0; -exports.DeleteFleetError$ = exports.DeleteEgressOnlyInternetGatewayResult$ = exports.DeleteEgressOnlyInternetGatewayRequest$ = exports.DeleteDhcpOptionsRequest$ = exports.DeleteCustomerGatewayRequest$ = exports.DeleteCoipPoolResult$ = exports.DeleteCoipPoolRequest$ = exports.DeleteCoipCidrResult$ = exports.DeleteCoipCidrRequest$ = exports.DeleteClientVpnRouteResult$ = exports.DeleteClientVpnRouteRequest$ = exports.DeleteClientVpnEndpointResult$ = exports.DeleteClientVpnEndpointRequest$ = exports.DeleteCarrierGatewayResult$ = exports.DeleteCarrierGatewayRequest$ = exports.DeleteCapacityManagerDataExportResult$ = exports.DeleteCapacityManagerDataExportRequest$ = exports.DefaultConnectionTrackingConfiguration$ = exports.DeclarativePoliciesReport$ = exports.DataResponse$ = exports.DataQuery$ = exports.CustomerGateway$ = exports.CreditSpecificationRequest$ = exports.CreditSpecification$ = exports.CreationDateConditionRequest$ = exports.CreationDateCondition$ = exports.CreateVpnGatewayResult$ = exports.CreateVpnGatewayRequest$ = exports.CreateVpnConnectionRouteRequest$ = exports.CreateVpnConnectionResult$ = exports.CreateVpnConnectionRequest$ = exports.CreateVpnConcentratorResult$ = exports.CreateVpnConcentratorRequest$ = exports.CreateVpcResult$ = exports.CreateVpcRequest$ = exports.CreateVpcPeeringConnectionResult$ = exports.CreateVpcPeeringConnectionRequest$ = exports.CreateVpcEndpointServiceConfigurationResult$ = exports.CreateVpcEndpointServiceConfigurationRequest$ = exports.CreateVpcEndpointResult$ = exports.CreateVpcEndpointRequest$ = exports.CreateVpcEndpointConnectionNotificationResult$ = exports.CreateVpcEndpointConnectionNotificationRequest$ = exports.CreateVpcEncryptionControlResult$ = exports.CreateVpcEncryptionControlRequest$ = exports.CreateVpcBlockPublicAccessExclusionResult$ = exports.CreateVpcBlockPublicAccessExclusionRequest$ = exports.CreateVolumeRequest$ = exports.CreateVolumePermissionModifications$ = exports.CreateVolumePermission$ = void 0; -exports.DeleteLocalGatewayVirtualInterfaceRequest$ = exports.DeleteLocalGatewayVirtualInterfaceGroupResult$ = exports.DeleteLocalGatewayVirtualInterfaceGroupRequest$ = exports.DeleteLocalGatewayRouteTableVpcAssociationResult$ = exports.DeleteLocalGatewayRouteTableVpcAssociationRequest$ = exports.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$ = exports.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$ = exports.DeleteLocalGatewayRouteTableResult$ = exports.DeleteLocalGatewayRouteTableRequest$ = exports.DeleteLocalGatewayRouteResult$ = exports.DeleteLocalGatewayRouteRequest$ = exports.DeleteLaunchTemplateVersionsResult$ = exports.DeleteLaunchTemplateVersionsResponseSuccessItem$ = exports.DeleteLaunchTemplateVersionsResponseErrorItem$ = exports.DeleteLaunchTemplateVersionsRequest$ = exports.DeleteLaunchTemplateResult$ = exports.DeleteLaunchTemplateRequest$ = exports.DeleteKeyPairResult$ = exports.DeleteKeyPairRequest$ = exports.DeleteIpamScopeResult$ = exports.DeleteIpamScopeRequest$ = exports.DeleteIpamResult$ = exports.DeleteIpamResourceDiscoveryResult$ = exports.DeleteIpamResourceDiscoveryRequest$ = exports.DeleteIpamRequest$ = exports.DeleteIpamPrefixListResolverTargetResult$ = exports.DeleteIpamPrefixListResolverTargetRequest$ = exports.DeleteIpamPrefixListResolverResult$ = exports.DeleteIpamPrefixListResolverRequest$ = exports.DeleteIpamPoolResult$ = exports.DeleteIpamPoolRequest$ = exports.DeleteIpamPolicyResult$ = exports.DeleteIpamPolicyRequest$ = exports.DeleteIpamExternalResourceVerificationTokenResult$ = exports.DeleteIpamExternalResourceVerificationTokenRequest$ = exports.DeleteInternetGatewayRequest$ = exports.DeleteInstanceEventWindowResult$ = exports.DeleteInstanceEventWindowRequest$ = exports.DeleteInstanceConnectEndpointResult$ = exports.DeleteInstanceConnectEndpointRequest$ = exports.DeleteImageUsageReportResult$ = exports.DeleteImageUsageReportRequest$ = exports.DeleteFpgaImageResult$ = exports.DeleteFpgaImageRequest$ = exports.DeleteFlowLogsResult$ = exports.DeleteFlowLogsRequest$ = exports.DeleteFleetSuccessItem$ = exports.DeleteFleetsResult$ = exports.DeleteFleetsRequest$ = exports.DeleteFleetErrorItem$ = void 0; -exports.DeleteTrafficMirrorSessionRequest$ = exports.DeleteTrafficMirrorFilterRuleResult$ = exports.DeleteTrafficMirrorFilterRuleRequest$ = exports.DeleteTrafficMirrorFilterResult$ = exports.DeleteTrafficMirrorFilterRequest$ = exports.DeleteTagsRequest$ = exports.DeleteSubnetRequest$ = exports.DeleteSubnetCidrReservationResult$ = exports.DeleteSubnetCidrReservationRequest$ = exports.DeleteSpotDatafeedSubscriptionRequest$ = exports.DeleteSnapshotReturnCode$ = exports.DeleteSnapshotRequest$ = exports.DeleteSecurityGroupResult$ = exports.DeleteSecurityGroupRequest$ = exports.DeleteSecondarySubnetResult$ = exports.DeleteSecondarySubnetRequest$ = exports.DeleteSecondaryNetworkResult$ = exports.DeleteSecondaryNetworkRequest$ = exports.DeleteRouteTableRequest$ = exports.DeleteRouteServerResult$ = exports.DeleteRouteServerRequest$ = exports.DeleteRouteServerPeerResult$ = exports.DeleteRouteServerPeerRequest$ = exports.DeleteRouteServerEndpointResult$ = exports.DeleteRouteServerEndpointRequest$ = exports.DeleteRouteRequest$ = exports.DeleteQueuedReservedInstancesResult$ = exports.DeleteQueuedReservedInstancesRequest$ = exports.DeleteQueuedReservedInstancesError$ = exports.DeletePublicIpv4PoolResult$ = exports.DeletePublicIpv4PoolRequest$ = exports.DeletePlacementGroupRequest$ = exports.DeleteNetworkInterfaceRequest$ = exports.DeleteNetworkInterfacePermissionResult$ = exports.DeleteNetworkInterfacePermissionRequest$ = exports.DeleteNetworkInsightsPathResult$ = exports.DeleteNetworkInsightsPathRequest$ = exports.DeleteNetworkInsightsAnalysisResult$ = exports.DeleteNetworkInsightsAnalysisRequest$ = exports.DeleteNetworkInsightsAccessScopeResult$ = exports.DeleteNetworkInsightsAccessScopeRequest$ = exports.DeleteNetworkInsightsAccessScopeAnalysisResult$ = exports.DeleteNetworkInsightsAccessScopeAnalysisRequest$ = exports.DeleteNetworkAclRequest$ = exports.DeleteNetworkAclEntryRequest$ = exports.DeleteNatGatewayResult$ = exports.DeleteNatGatewayRequest$ = exports.DeleteManagedPrefixListResult$ = exports.DeleteManagedPrefixListRequest$ = exports.DeleteLocalGatewayVirtualInterfaceResult$ = void 0; -exports.DeleteVpcEndpointsResult$ = exports.DeleteVpcEndpointsRequest$ = exports.DeleteVpcEndpointServiceConfigurationsResult$ = exports.DeleteVpcEndpointServiceConfigurationsRequest$ = exports.DeleteVpcEndpointConnectionNotificationsResult$ = exports.DeleteVpcEndpointConnectionNotificationsRequest$ = exports.DeleteVpcEncryptionControlResult$ = exports.DeleteVpcEncryptionControlRequest$ = exports.DeleteVpcBlockPublicAccessExclusionResult$ = exports.DeleteVpcBlockPublicAccessExclusionRequest$ = exports.DeleteVolumeRequest$ = exports.DeleteVerifiedAccessTrustProviderResult$ = exports.DeleteVerifiedAccessTrustProviderRequest$ = exports.DeleteVerifiedAccessInstanceResult$ = exports.DeleteVerifiedAccessInstanceRequest$ = exports.DeleteVerifiedAccessGroupResult$ = exports.DeleteVerifiedAccessGroupRequest$ = exports.DeleteVerifiedAccessEndpointResult$ = exports.DeleteVerifiedAccessEndpointRequest$ = exports.DeleteTransitGatewayVpcAttachmentResult$ = exports.DeleteTransitGatewayVpcAttachmentRequest$ = exports.DeleteTransitGatewayRouteTableResult$ = exports.DeleteTransitGatewayRouteTableRequest$ = exports.DeleteTransitGatewayRouteTableAnnouncementResult$ = exports.DeleteTransitGatewayRouteTableAnnouncementRequest$ = exports.DeleteTransitGatewayRouteResult$ = exports.DeleteTransitGatewayRouteRequest$ = exports.DeleteTransitGatewayResult$ = exports.DeleteTransitGatewayRequest$ = exports.DeleteTransitGatewayPrefixListReferenceResult$ = exports.DeleteTransitGatewayPrefixListReferenceRequest$ = exports.DeleteTransitGatewayPolicyTableResult$ = exports.DeleteTransitGatewayPolicyTableRequest$ = exports.DeleteTransitGatewayPeeringAttachmentResult$ = exports.DeleteTransitGatewayPeeringAttachmentRequest$ = exports.DeleteTransitGatewayMulticastDomainResult$ = exports.DeleteTransitGatewayMulticastDomainRequest$ = exports.DeleteTransitGatewayMeteringPolicyResult$ = exports.DeleteTransitGatewayMeteringPolicyRequest$ = exports.DeleteTransitGatewayMeteringPolicyEntryResult$ = exports.DeleteTransitGatewayMeteringPolicyEntryRequest$ = exports.DeleteTransitGatewayConnectResult$ = exports.DeleteTransitGatewayConnectRequest$ = exports.DeleteTransitGatewayConnectPeerResult$ = exports.DeleteTransitGatewayConnectPeerRequest$ = exports.DeleteTransitGatewayClientVpnAttachmentResult$ = exports.DeleteTransitGatewayClientVpnAttachmentRequest$ = exports.DeleteTrafficMirrorTargetResult$ = exports.DeleteTrafficMirrorTargetRequest$ = exports.DeleteTrafficMirrorSessionResult$ = void 0; -exports.DescribeCapacityBlockOfferingsRequest$ = exports.DescribeCapacityBlockExtensionOfferingsResult$ = exports.DescribeCapacityBlockExtensionOfferingsRequest$ = exports.DescribeCapacityBlockExtensionHistoryResult$ = exports.DescribeCapacityBlockExtensionHistoryRequest$ = exports.DescribeByoipCidrsResult$ = exports.DescribeByoipCidrsRequest$ = exports.DescribeBundleTasksResult$ = exports.DescribeBundleTasksRequest$ = exports.DescribeAwsNetworkPerformanceMetricSubscriptionsResult$ = exports.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$ = exports.DescribeAvailabilityZonesResult$ = exports.DescribeAvailabilityZonesRequest$ = exports.DescribeAggregateIdFormatResult$ = exports.DescribeAggregateIdFormatRequest$ = exports.DescribeAddressTransfersResult$ = exports.DescribeAddressTransfersRequest$ = exports.DescribeAddressesResult$ = exports.DescribeAddressesRequest$ = exports.DescribeAddressesAttributeResult$ = exports.DescribeAddressesAttributeRequest$ = exports.DescribeAccountAttributesResult$ = exports.DescribeAccountAttributesRequest$ = exports.DeregisterTransitGatewayMulticastGroupSourcesResult$ = exports.DeregisterTransitGatewayMulticastGroupSourcesRequest$ = exports.DeregisterTransitGatewayMulticastGroupMembersResult$ = exports.DeregisterTransitGatewayMulticastGroupMembersRequest$ = exports.DeregisterInstanceTagAttributeRequest$ = exports.DeregisterInstanceEventNotificationAttributesResult$ = exports.DeregisterInstanceEventNotificationAttributesRequest$ = exports.DeregisterImageResult$ = exports.DeregisterImageRequest$ = exports.DeprovisionPublicIpv4PoolCidrResult$ = exports.DeprovisionPublicIpv4PoolCidrRequest$ = exports.DeprovisionIpamPoolCidrResult$ = exports.DeprovisionIpamPoolCidrRequest$ = exports.DeprovisionIpamByoasnResult$ = exports.DeprovisionIpamByoasnRequest$ = exports.DeprovisionByoipCidrResult$ = exports.DeprovisionByoipCidrRequest$ = exports.DeprecationTimeConditionRequest$ = exports.DeprecationTimeCondition$ = exports.DeleteVpnGatewayRequest$ = exports.DeleteVpnConnectionRouteRequest$ = exports.DeleteVpnConnectionRequest$ = exports.DeleteVpnConcentratorResult$ = exports.DeleteVpnConcentratorRequest$ = exports.DeleteVpcRequest$ = exports.DeleteVpcPeeringConnectionResult$ = exports.DeleteVpcPeeringConnectionRequest$ = void 0; -exports.DescribeFastLaunchImagesSuccessItem$ = exports.DescribeFastLaunchImagesResult$ = exports.DescribeFastLaunchImagesRequest$ = exports.DescribeExportTasksResult$ = exports.DescribeExportTasksRequest$ = exports.DescribeExportImageTasksResult$ = exports.DescribeExportImageTasksRequest$ = exports.DescribeElasticGpusResult$ = exports.DescribeElasticGpusRequest$ = exports.DescribeEgressOnlyInternetGatewaysResult$ = exports.DescribeEgressOnlyInternetGatewaysRequest$ = exports.DescribeDhcpOptionsResult$ = exports.DescribeDhcpOptionsRequest$ = exports.DescribeDeclarativePoliciesReportsResult$ = exports.DescribeDeclarativePoliciesReportsRequest$ = exports.DescribeCustomerGatewaysResult$ = exports.DescribeCustomerGatewaysRequest$ = exports.DescribeConversionTasksResult$ = exports.DescribeConversionTasksRequest$ = exports.DescribeCoipPoolsResult$ = exports.DescribeCoipPoolsRequest$ = exports.DescribeClientVpnTargetNetworksResult$ = exports.DescribeClientVpnTargetNetworksRequest$ = exports.DescribeClientVpnRoutesResult$ = exports.DescribeClientVpnRoutesRequest$ = exports.DescribeClientVpnEndpointsResult$ = exports.DescribeClientVpnEndpointsRequest$ = exports.DescribeClientVpnConnectionsResult$ = exports.DescribeClientVpnConnectionsRequest$ = exports.DescribeClientVpnAuthorizationRulesResult$ = exports.DescribeClientVpnAuthorizationRulesRequest$ = exports.DescribeClassicLinkInstancesResult$ = exports.DescribeClassicLinkInstancesRequest$ = exports.DescribeCarrierGatewaysResult$ = exports.DescribeCarrierGatewaysRequest$ = exports.DescribeCapacityReservationTopologyResult$ = exports.DescribeCapacityReservationTopologyRequest$ = exports.DescribeCapacityReservationsResult$ = exports.DescribeCapacityReservationsRequest$ = exports.DescribeCapacityReservationFleetsResult$ = exports.DescribeCapacityReservationFleetsRequest$ = exports.DescribeCapacityReservationBillingRequestsResult$ = exports.DescribeCapacityReservationBillingRequestsRequest$ = exports.DescribeCapacityManagerDataExportsResult$ = exports.DescribeCapacityManagerDataExportsRequest$ = exports.DescribeCapacityBlockStatusResult$ = exports.DescribeCapacityBlockStatusRequest$ = exports.DescribeCapacityBlocksResult$ = exports.DescribeCapacityBlocksRequest$ = exports.DescribeCapacityBlockOfferingsResult$ = void 0; -exports.DescribeInstanceEventWindowsRequest$ = exports.DescribeInstanceEventNotificationAttributesResult$ = exports.DescribeInstanceEventNotificationAttributesRequest$ = exports.DescribeInstanceCreditSpecificationsResult$ = exports.DescribeInstanceCreditSpecificationsRequest$ = exports.DescribeInstanceConnectEndpointsResult$ = exports.DescribeInstanceConnectEndpointsRequest$ = exports.DescribeInstanceAttributeRequest$ = exports.DescribeImportSnapshotTasksResult$ = exports.DescribeImportSnapshotTasksRequest$ = exports.DescribeImportImageTasksResult$ = exports.DescribeImportImageTasksRequest$ = exports.DescribeImageUsageReportsResult$ = exports.DescribeImageUsageReportsRequest$ = exports.DescribeImageUsageReportEntriesResult$ = exports.DescribeImageUsageReportEntriesRequest$ = exports.DescribeImagesResult$ = exports.DescribeImagesRequest$ = exports.DescribeImageReferencesResult$ = exports.DescribeImageReferencesRequest$ = exports.DescribeImageAttributeRequest$ = exports.DescribeIdFormatResult$ = exports.DescribeIdFormatRequest$ = exports.DescribeIdentityIdFormatResult$ = exports.DescribeIdentityIdFormatRequest$ = exports.DescribeIamInstanceProfileAssociationsResult$ = exports.DescribeIamInstanceProfileAssociationsRequest$ = exports.DescribeHostsResult$ = exports.DescribeHostsRequest$ = exports.DescribeHostReservationsResult$ = exports.DescribeHostReservationsRequest$ = exports.DescribeHostReservationOfferingsResult$ = exports.DescribeHostReservationOfferingsRequest$ = exports.DescribeFpgaImagesResult$ = exports.DescribeFpgaImagesRequest$ = exports.DescribeFpgaImageAttributeResult$ = exports.DescribeFpgaImageAttributeRequest$ = exports.DescribeFlowLogsResult$ = exports.DescribeFlowLogsRequest$ = exports.DescribeFleetsResult$ = exports.DescribeFleetsRequest$ = exports.DescribeFleetsInstances$ = exports.DescribeFleetInstancesResult$ = exports.DescribeFleetInstancesRequest$ = exports.DescribeFleetHistoryResult$ = exports.DescribeFleetHistoryRequest$ = exports.DescribeFleetError$ = exports.DescribeFastSnapshotRestoreSuccessItem$ = exports.DescribeFastSnapshotRestoresResult$ = exports.DescribeFastSnapshotRestoresRequest$ = void 0; -exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$ = exports.DescribeLocalGatewayRouteTablesResult$ = exports.DescribeLocalGatewayRouteTablesRequest$ = exports.DescribeLaunchTemplateVersionsResult$ = exports.DescribeLaunchTemplateVersionsRequest$ = exports.DescribeLaunchTemplatesResult$ = exports.DescribeLaunchTemplatesRequest$ = exports.DescribeKeyPairsResult$ = exports.DescribeKeyPairsRequest$ = exports.DescribeIpv6PoolsResult$ = exports.DescribeIpv6PoolsRequest$ = exports.DescribeIpamsResult$ = exports.DescribeIpamsRequest$ = exports.DescribeIpamScopesResult$ = exports.DescribeIpamScopesRequest$ = exports.DescribeIpamResourceDiscoveryAssociationsResult$ = exports.DescribeIpamResourceDiscoveryAssociationsRequest$ = exports.DescribeIpamResourceDiscoveriesResult$ = exports.DescribeIpamResourceDiscoveriesRequest$ = exports.DescribeIpamPrefixListResolverTargetsResult$ = exports.DescribeIpamPrefixListResolverTargetsRequest$ = exports.DescribeIpamPrefixListResolversResult$ = exports.DescribeIpamPrefixListResolversRequest$ = exports.DescribeIpamPoolsResult$ = exports.DescribeIpamPoolsRequest$ = exports.DescribeIpamPoliciesResult$ = exports.DescribeIpamPoliciesRequest$ = exports.DescribeIpamExternalResourceVerificationTokensResult$ = exports.DescribeIpamExternalResourceVerificationTokensRequest$ = exports.DescribeIpamByoasnResult$ = exports.DescribeIpamByoasnRequest$ = exports.DescribeInternetGatewaysResult$ = exports.DescribeInternetGatewaysRequest$ = exports.DescribeInstanceTypesResult$ = exports.DescribeInstanceTypesRequest$ = exports.DescribeInstanceTypeOfferingsResult$ = exports.DescribeInstanceTypeOfferingsRequest$ = exports.DescribeInstanceTopologyResult$ = exports.DescribeInstanceTopologyRequest$ = exports.DescribeInstanceStatusResult$ = exports.DescribeInstanceStatusRequest$ = exports.DescribeInstancesResult$ = exports.DescribeInstancesRequest$ = exports.DescribeInstanceSqlHaStatesResult$ = exports.DescribeInstanceSqlHaStatesRequest$ = exports.DescribeInstanceSqlHaHistoryStatesResult$ = exports.DescribeInstanceSqlHaHistoryStatesRequest$ = exports.DescribeInstanceImageMetadataResult$ = exports.DescribeInstanceImageMetadataRequest$ = exports.DescribeInstanceEventWindowsResult$ = void 0; -exports.DescribeReplaceRootVolumeTasksRequest$ = exports.DescribeRegionsResult$ = exports.DescribeRegionsRequest$ = exports.DescribePublicIpv4PoolsResult$ = exports.DescribePublicIpv4PoolsRequest$ = exports.DescribePrincipalIdFormatResult$ = exports.DescribePrincipalIdFormatRequest$ = exports.DescribePrefixListsResult$ = exports.DescribePrefixListsRequest$ = exports.DescribePlacementGroupsResult$ = exports.DescribePlacementGroupsRequest$ = exports.DescribeOutpostLagsResult$ = exports.DescribeOutpostLagsRequest$ = exports.DescribeNetworkInterfacesResult$ = exports.DescribeNetworkInterfacesRequest$ = exports.DescribeNetworkInterfacePermissionsResult$ = exports.DescribeNetworkInterfacePermissionsRequest$ = exports.DescribeNetworkInterfaceAttributeResult$ = exports.DescribeNetworkInterfaceAttributeRequest$ = exports.DescribeNetworkInsightsPathsResult$ = exports.DescribeNetworkInsightsPathsRequest$ = exports.DescribeNetworkInsightsAnalysesResult$ = exports.DescribeNetworkInsightsAnalysesRequest$ = exports.DescribeNetworkInsightsAccessScopesResult$ = exports.DescribeNetworkInsightsAccessScopesRequest$ = exports.DescribeNetworkInsightsAccessScopeAnalysesResult$ = exports.DescribeNetworkInsightsAccessScopeAnalysesRequest$ = exports.DescribeNetworkAclsResult$ = exports.DescribeNetworkAclsRequest$ = exports.DescribeNatGatewaysResult$ = exports.DescribeNatGatewaysRequest$ = exports.DescribeMovingAddressesResult$ = exports.DescribeMovingAddressesRequest$ = exports.DescribeManagedPrefixListsResult$ = exports.DescribeManagedPrefixListsRequest$ = exports.DescribeMacModificationTasksResult$ = exports.DescribeMacModificationTasksRequest$ = exports.DescribeMacHostsResult$ = exports.DescribeMacHostsRequest$ = exports.DescribeLockedSnapshotsResult$ = exports.DescribeLockedSnapshotsRequest$ = exports.DescribeLocalGatewayVirtualInterfacesResult$ = exports.DescribeLocalGatewayVirtualInterfacesRequest$ = exports.DescribeLocalGatewayVirtualInterfaceGroupsResult$ = exports.DescribeLocalGatewayVirtualInterfaceGroupsRequest$ = exports.DescribeLocalGatewaysResult$ = exports.DescribeLocalGatewaysRequest$ = exports.DescribeLocalGatewayRouteTableVpcAssociationsResult$ = exports.DescribeLocalGatewayRouteTableVpcAssociationsRequest$ = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$ = void 0; -exports.DescribeSpotFleetRequestsRequest$ = exports.DescribeSpotFleetRequestHistoryResponse$ = exports.DescribeSpotFleetRequestHistoryRequest$ = exports.DescribeSpotFleetInstancesResponse$ = exports.DescribeSpotFleetInstancesRequest$ = exports.DescribeSpotDatafeedSubscriptionResult$ = exports.DescribeSpotDatafeedSubscriptionRequest$ = exports.DescribeSnapshotTierStatusResult$ = exports.DescribeSnapshotTierStatusRequest$ = exports.DescribeSnapshotsResult$ = exports.DescribeSnapshotsRequest$ = exports.DescribeSnapshotAttributeResult$ = exports.DescribeSnapshotAttributeRequest$ = exports.DescribeServiceLinkVirtualInterfacesResult$ = exports.DescribeServiceLinkVirtualInterfacesRequest$ = exports.DescribeSecurityGroupVpcAssociationsResult$ = exports.DescribeSecurityGroupVpcAssociationsRequest$ = exports.DescribeSecurityGroupsResult$ = exports.DescribeSecurityGroupsRequest$ = exports.DescribeSecurityGroupRulesResult$ = exports.DescribeSecurityGroupRulesRequest$ = exports.DescribeSecurityGroupReferencesResult$ = exports.DescribeSecurityGroupReferencesRequest$ = exports.DescribeSecondarySubnetsResult$ = exports.DescribeSecondarySubnetsRequest$ = exports.DescribeSecondaryNetworksResult$ = exports.DescribeSecondaryNetworksRequest$ = exports.DescribeSecondaryInterfacesResult$ = exports.DescribeSecondaryInterfacesRequest$ = exports.DescribeScheduledInstancesResult$ = exports.DescribeScheduledInstancesRequest$ = exports.DescribeScheduledInstanceAvailabilityResult$ = exports.DescribeScheduledInstanceAvailabilityRequest$ = exports.DescribeRouteTablesResult$ = exports.DescribeRouteTablesRequest$ = exports.DescribeRouteServersResult$ = exports.DescribeRouteServersRequest$ = exports.DescribeRouteServerPeersResult$ = exports.DescribeRouteServerPeersRequest$ = exports.DescribeRouteServerEndpointsResult$ = exports.DescribeRouteServerEndpointsRequest$ = exports.DescribeReservedInstancesResult$ = exports.DescribeReservedInstancesRequest$ = exports.DescribeReservedInstancesOfferingsResult$ = exports.DescribeReservedInstancesOfferingsRequest$ = exports.DescribeReservedInstancesModificationsResult$ = exports.DescribeReservedInstancesModificationsRequest$ = exports.DescribeReservedInstancesListingsResult$ = exports.DescribeReservedInstancesListingsRequest$ = exports.DescribeReplaceRootVolumeTasksResult$ = void 0; -exports.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$ = exports.DescribeVerifiedAccessGroupsResult$ = exports.DescribeVerifiedAccessGroupsRequest$ = exports.DescribeVerifiedAccessEndpointsResult$ = exports.DescribeVerifiedAccessEndpointsRequest$ = exports.DescribeTrunkInterfaceAssociationsResult$ = exports.DescribeTrunkInterfaceAssociationsRequest$ = exports.DescribeTransitGatewayVpcAttachmentsResult$ = exports.DescribeTransitGatewayVpcAttachmentsRequest$ = exports.DescribeTransitGatewaysResult$ = exports.DescribeTransitGatewaysRequest$ = exports.DescribeTransitGatewayRouteTablesResult$ = exports.DescribeTransitGatewayRouteTablesRequest$ = exports.DescribeTransitGatewayRouteTableAnnouncementsResult$ = exports.DescribeTransitGatewayRouteTableAnnouncementsRequest$ = exports.DescribeTransitGatewayPolicyTablesResult$ = exports.DescribeTransitGatewayPolicyTablesRequest$ = exports.DescribeTransitGatewayPeeringAttachmentsResult$ = exports.DescribeTransitGatewayPeeringAttachmentsRequest$ = exports.DescribeTransitGatewayMulticastDomainsResult$ = exports.DescribeTransitGatewayMulticastDomainsRequest$ = exports.DescribeTransitGatewayMeteringPoliciesResult$ = exports.DescribeTransitGatewayMeteringPoliciesRequest$ = exports.DescribeTransitGatewayConnectsResult$ = exports.DescribeTransitGatewayConnectsRequest$ = exports.DescribeTransitGatewayConnectPeersResult$ = exports.DescribeTransitGatewayConnectPeersRequest$ = exports.DescribeTransitGatewayAttachmentsResult$ = exports.DescribeTransitGatewayAttachmentsRequest$ = exports.DescribeTrafficMirrorTargetsResult$ = exports.DescribeTrafficMirrorTargetsRequest$ = exports.DescribeTrafficMirrorSessionsResult$ = exports.DescribeTrafficMirrorSessionsRequest$ = exports.DescribeTrafficMirrorFiltersResult$ = exports.DescribeTrafficMirrorFiltersRequest$ = exports.DescribeTrafficMirrorFilterRulesResult$ = exports.DescribeTrafficMirrorFilterRulesRequest$ = exports.DescribeTagsResult$ = exports.DescribeTagsRequest$ = exports.DescribeSubnetsResult$ = exports.DescribeSubnetsRequest$ = exports.DescribeStoreImageTasksResult$ = exports.DescribeStoreImageTasksRequest$ = exports.DescribeStaleSecurityGroupsResult$ = exports.DescribeStaleSecurityGroupsRequest$ = exports.DescribeSpotPriceHistoryResult$ = exports.DescribeSpotPriceHistoryRequest$ = exports.DescribeSpotInstanceRequestsResult$ = exports.DescribeSpotInstanceRequestsRequest$ = exports.DescribeSpotFleetRequestsResponse$ = void 0; -exports.DestinationOptionsRequest$ = exports.DescribeVpnGatewaysResult$ = exports.DescribeVpnGatewaysRequest$ = exports.DescribeVpnConnectionsResult$ = exports.DescribeVpnConnectionsRequest$ = exports.DescribeVpnConcentratorsResult$ = exports.DescribeVpnConcentratorsRequest$ = exports.DescribeVpcsResult$ = exports.DescribeVpcsRequest$ = exports.DescribeVpcPeeringConnectionsResult$ = exports.DescribeVpcPeeringConnectionsRequest$ = exports.DescribeVpcEndpointsResult$ = exports.DescribeVpcEndpointsRequest$ = exports.DescribeVpcEndpointServicesResult$ = exports.DescribeVpcEndpointServicesRequest$ = exports.DescribeVpcEndpointServicePermissionsResult$ = exports.DescribeVpcEndpointServicePermissionsRequest$ = exports.DescribeVpcEndpointServiceConfigurationsResult$ = exports.DescribeVpcEndpointServiceConfigurationsRequest$ = exports.DescribeVpcEndpointConnectionsResult$ = exports.DescribeVpcEndpointConnectionsRequest$ = exports.DescribeVpcEndpointConnectionNotificationsResult$ = exports.DescribeVpcEndpointConnectionNotificationsRequest$ = exports.DescribeVpcEndpointAssociationsResult$ = exports.DescribeVpcEndpointAssociationsRequest$ = exports.DescribeVpcEncryptionControlsResult$ = exports.DescribeVpcEncryptionControlsRequest$ = exports.DescribeVpcClassicLinkResult$ = exports.DescribeVpcClassicLinkRequest$ = exports.DescribeVpcClassicLinkDnsSupportResult$ = exports.DescribeVpcClassicLinkDnsSupportRequest$ = exports.DescribeVpcBlockPublicAccessOptionsResult$ = exports.DescribeVpcBlockPublicAccessOptionsRequest$ = exports.DescribeVpcBlockPublicAccessExclusionsResult$ = exports.DescribeVpcBlockPublicAccessExclusionsRequest$ = exports.DescribeVpcAttributeResult$ = exports.DescribeVpcAttributeRequest$ = exports.DescribeVolumeStatusResult$ = exports.DescribeVolumeStatusRequest$ = exports.DescribeVolumesResult$ = exports.DescribeVolumesRequest$ = exports.DescribeVolumesModificationsResult$ = exports.DescribeVolumesModificationsRequest$ = exports.DescribeVolumeAttributeResult$ = exports.DescribeVolumeAttributeRequest$ = exports.DescribeVerifiedAccessTrustProvidersResult$ = exports.DescribeVerifiedAccessTrustProvidersRequest$ = exports.DescribeVerifiedAccessInstancesResult$ = exports.DescribeVerifiedAccessInstancesRequest$ = exports.DescribeVerifiedAccessInstanceLoggingConfigurationsResult$ = void 0; -exports.DisableSerialConsoleAccessRequest$ = exports.DisableRouteServerPropagationResult$ = exports.DisableRouteServerPropagationRequest$ = exports.DisableIpamPolicyResult$ = exports.DisableIpamPolicyRequest$ = exports.DisableIpamOrganizationAdminAccountResult$ = exports.DisableIpamOrganizationAdminAccountRequest$ = exports.DisableInstanceSqlHaStandbyDetectionsResult$ = exports.DisableInstanceSqlHaStandbyDetectionsRequest$ = exports.DisableImageResult$ = exports.DisableImageRequest$ = exports.DisableImageDeregistrationProtectionResult$ = exports.DisableImageDeregistrationProtectionRequest$ = exports.DisableImageDeprecationResult$ = exports.DisableImageDeprecationRequest$ = exports.DisableImageBlockPublicAccessResult$ = exports.DisableImageBlockPublicAccessRequest$ = exports.DisableFastSnapshotRestoreSuccessItem$ = exports.DisableFastSnapshotRestoreStateErrorItem$ = exports.DisableFastSnapshotRestoreStateError$ = exports.DisableFastSnapshotRestoresResult$ = exports.DisableFastSnapshotRestoresRequest$ = exports.DisableFastSnapshotRestoreErrorItem$ = exports.DisableFastLaunchResult$ = exports.DisableFastLaunchRequest$ = exports.DisableEbsEncryptionByDefaultResult$ = exports.DisableEbsEncryptionByDefaultRequest$ = exports.DisableCapacityManagerResult$ = exports.DisableCapacityManagerRequest$ = exports.DisableAwsNetworkPerformanceMetricSubscriptionResult$ = exports.DisableAwsNetworkPerformanceMetricSubscriptionRequest$ = exports.DisableAllowedImagesSettingsResult$ = exports.DisableAllowedImagesSettingsRequest$ = exports.DisableAddressTransferResult$ = exports.DisableAddressTransferRequest$ = exports.DirectoryServiceAuthenticationRequest$ = exports.DirectoryServiceAuthentication$ = exports.DimensionCondition$ = exports.DhcpOptions$ = exports.DhcpConfiguration$ = exports.DeviceOptions$ = exports.DetachVpnGatewayRequest$ = exports.DetachVolumeRequest$ = exports.DetachVerifiedAccessTrustProviderResult$ = exports.DetachVerifiedAccessTrustProviderRequest$ = exports.DetachNetworkInterfaceRequest$ = exports.DetachInternetGatewayRequest$ = exports.DetachClassicLinkVpcResult$ = exports.DetachClassicLinkVpcRequest$ = exports.DestinationOptionsResponse$ = void 0; -exports.DnsEntry$ = exports.DiskInfo$ = exports.DiskImageVolumeDescription$ = exports.DiskImageDetail$ = exports.DiskImageDescription$ = exports.DiskImage$ = exports.DisassociateVpcCidrBlockResult$ = exports.DisassociateVpcCidrBlockRequest$ = exports.DisassociateTrunkInterfaceResult$ = exports.DisassociateTrunkInterfaceRequest$ = exports.DisassociateTransitGatewayRouteTableResult$ = exports.DisassociateTransitGatewayRouteTableRequest$ = exports.DisassociateTransitGatewayPolicyTableResult$ = exports.DisassociateTransitGatewayPolicyTableRequest$ = exports.DisassociateTransitGatewayMulticastDomainResult$ = exports.DisassociateTransitGatewayMulticastDomainRequest$ = exports.DisassociateSubnetCidrBlockResult$ = exports.DisassociateSubnetCidrBlockRequest$ = exports.DisassociateSecurityGroupVpcResult$ = exports.DisassociateSecurityGroupVpcRequest$ = exports.DisassociateRouteTableRequest$ = exports.DisassociateRouteServerResult$ = exports.DisassociateRouteServerRequest$ = exports.DisassociateNatGatewayAddressResult$ = exports.DisassociateNatGatewayAddressRequest$ = exports.DisassociateIpamResourceDiscoveryResult$ = exports.DisassociateIpamResourceDiscoveryRequest$ = exports.DisassociateIpamByoasnResult$ = exports.DisassociateIpamByoasnRequest$ = exports.DisassociateInstanceEventWindowResult$ = exports.DisassociateInstanceEventWindowRequest$ = exports.DisassociateIamInstanceProfileResult$ = exports.DisassociateIamInstanceProfileRequest$ = exports.DisassociateEnclaveCertificateIamRoleResult$ = exports.DisassociateEnclaveCertificateIamRoleRequest$ = exports.DisassociateClientVpnTargetNetworkResult$ = exports.DisassociateClientVpnTargetNetworkRequest$ = exports.DisassociateCapacityReservationBillingOwnerResult$ = exports.DisassociateCapacityReservationBillingOwnerRequest$ = exports.DisassociateAddressRequest$ = exports.DisableVpcClassicLinkResult$ = exports.DisableVpcClassicLinkRequest$ = exports.DisableVpcClassicLinkDnsSupportResult$ = exports.DisableVpcClassicLinkDnsSupportRequest$ = exports.DisableVgwRoutePropagationRequest$ = exports.DisableTransitGatewayRouteTablePropagationResult$ = exports.DisableTransitGatewayRouteTablePropagationRequest$ = exports.DisableSnapshotBlockPublicAccessResult$ = exports.DisableSnapshotBlockPublicAccessRequest$ = exports.DisableSerialConsoleAccessResult$ = void 0; -exports.EnableInstanceSqlHaStandbyDetectionsResult$ = exports.EnableInstanceSqlHaStandbyDetectionsRequest$ = exports.EnableImageResult$ = exports.EnableImageRequest$ = exports.EnableImageDeregistrationProtectionResult$ = exports.EnableImageDeregistrationProtectionRequest$ = exports.EnableImageDeprecationResult$ = exports.EnableImageDeprecationRequest$ = exports.EnableImageBlockPublicAccessResult$ = exports.EnableImageBlockPublicAccessRequest$ = exports.EnableFastSnapshotRestoreSuccessItem$ = exports.EnableFastSnapshotRestoreStateErrorItem$ = exports.EnableFastSnapshotRestoreStateError$ = exports.EnableFastSnapshotRestoresResult$ = exports.EnableFastSnapshotRestoresRequest$ = exports.EnableFastSnapshotRestoreErrorItem$ = exports.EnableFastLaunchResult$ = exports.EnableFastLaunchRequest$ = exports.EnableEbsEncryptionByDefaultResult$ = exports.EnableEbsEncryptionByDefaultRequest$ = exports.EnableCapacityManagerResult$ = exports.EnableCapacityManagerRequest$ = exports.EnableAwsNetworkPerformanceMetricSubscriptionResult$ = exports.EnableAwsNetworkPerformanceMetricSubscriptionRequest$ = exports.EnableAllowedImagesSettingsResult$ = exports.EnableAllowedImagesSettingsRequest$ = exports.EnableAddressTransferResult$ = exports.EnableAddressTransferRequest$ = exports.ElasticInferenceAcceleratorAssociation$ = exports.ElasticInferenceAccelerator$ = exports.ElasticGpuSpecificationResponse$ = exports.ElasticGpuSpecification$ = exports.ElasticGpus$ = exports.ElasticGpuHealth$ = exports.ElasticGpuAssociation$ = exports.EgressOnlyInternetGateway$ = exports.EfaInfo$ = exports.Ec2InstanceConnectEndpoint$ = exports.EbsStatusSummary$ = exports.EbsStatusDetails$ = exports.EbsOptimizedInfo$ = exports.EbsInstanceBlockDeviceSpecification$ = exports.EbsInstanceBlockDevice$ = exports.EbsInfo$ = exports.EbsCardInfo$ = exports.EbsBlockDeviceResponse$ = exports.EbsBlockDevice$ = exports.DnsServersOptionsModifyStructure$ = exports.DnsOptionsSpecification$ = exports.DnsOptions$ = void 0; -exports.FastLaunchLaunchTemplateSpecificationResponse$ = exports.FastLaunchLaunchTemplateSpecificationRequest$ = exports.FailedQueuedPurchaseDeletion$ = exports.FailedCapacityReservationFleetCancellationResult$ = exports.ExternalAuthorityConfiguration$ = exports.ExportVerifiedAccessInstanceClientConfigurationResult$ = exports.ExportVerifiedAccessInstanceClientConfigurationRequest$ = exports.ExportTransitGatewayRoutesResult$ = exports.ExportTransitGatewayRoutesRequest$ = exports.ExportToS3TaskSpecification$ = exports.ExportToS3Task$ = exports.ExportTaskS3LocationRequest$ = exports.ExportTaskS3Location$ = exports.ExportTask$ = exports.ExportImageTask$ = exports.ExportImageResult$ = exports.ExportImageRequest$ = exports.ExportClientVpnClientConfigurationResult$ = exports.ExportClientVpnClientConfigurationRequest$ = exports.ExportClientVpnClientCertificateRevocationListResult$ = exports.ExportClientVpnClientCertificateRevocationListRequest$ = exports.Explanation$ = exports.EventInformation$ = exports.EncryptionSupport$ = exports.EnclaveOptionsRequest$ = exports.EnclaveOptions$ = exports.EnaSrdUdpSpecificationRequest$ = exports.EnaSrdUdpSpecification$ = exports.EnaSrdSpecificationRequest$ = exports.EnaSrdSpecification$ = exports.EnableVpcClassicLinkResult$ = exports.EnableVpcClassicLinkRequest$ = exports.EnableVpcClassicLinkDnsSupportResult$ = exports.EnableVpcClassicLinkDnsSupportRequest$ = exports.EnableVolumeIORequest$ = exports.EnableVgwRoutePropagationRequest$ = exports.EnableTransitGatewayRouteTablePropagationResult$ = exports.EnableTransitGatewayRouteTablePropagationRequest$ = exports.EnableSnapshotBlockPublicAccessResult$ = exports.EnableSnapshotBlockPublicAccessRequest$ = exports.EnableSerialConsoleAccessResult$ = exports.EnableSerialConsoleAccessRequest$ = exports.EnableRouteServerPropagationResult$ = exports.EnableRouteServerPropagationRequest$ = exports.EnableReachabilityAnalyzerOrganizationSharingResult$ = exports.EnableReachabilityAnalyzerOrganizationSharingRequest$ = exports.EnableIpamPolicyResult$ = exports.EnableIpamPolicyRequest$ = exports.EnableIpamOrganizationAdminAccountResult$ = exports.EnableIpamOrganizationAdminAccountRequest$ = void 0; -exports.GetCoipPoolUsageRequest$ = exports.GetCapacityReservationUsageResult$ = exports.GetCapacityReservationUsageRequest$ = exports.GetCapacityManagerMonitoredTagKeysResult$ = exports.GetCapacityManagerMonitoredTagKeysRequest$ = exports.GetCapacityManagerMetricDimensionsResult$ = exports.GetCapacityManagerMetricDimensionsRequest$ = exports.GetCapacityManagerMetricDataResult$ = exports.GetCapacityManagerMetricDataRequest$ = exports.GetCapacityManagerAttributesResult$ = exports.GetCapacityManagerAttributesRequest$ = exports.GetAwsNetworkPerformanceDataResult$ = exports.GetAwsNetworkPerformanceDataRequest$ = exports.GetAssociatedIpv6PoolCidrsResult$ = exports.GetAssociatedIpv6PoolCidrsRequest$ = exports.GetAssociatedEnclaveCertificateIamRolesResult$ = exports.GetAssociatedEnclaveCertificateIamRolesRequest$ = exports.GetAllowedImagesSettingsResult$ = exports.GetAllowedImagesSettingsRequest$ = exports.GetActiveVpnTunnelStatusResult$ = exports.GetActiveVpnTunnelStatusRequest$ = exports.FpgaInfo$ = exports.FpgaImageState$ = exports.FpgaImageAttribute$ = exports.FpgaImage$ = exports.FpgaDeviceMemoryInfo$ = exports.FpgaDeviceInfo$ = exports.FlowLog$ = exports.FleetSpotMaintenanceStrategiesRequest$ = exports.FleetSpotMaintenanceStrategies$ = exports.FleetSpotCapacityRebalanceRequest$ = exports.FleetSpotCapacityRebalance$ = exports.FleetLaunchTemplateSpecificationRequest$ = exports.FleetLaunchTemplateSpecification$ = exports.FleetLaunchTemplateOverridesRequest$ = exports.FleetLaunchTemplateOverrides$ = exports.FleetLaunchTemplateConfigRequest$ = exports.FleetLaunchTemplateConfig$ = exports.FleetEbsBlockDeviceRequest$ = exports.FleetData$ = exports.FleetCapacityReservation$ = exports.FleetBlockDeviceMappingRequest$ = exports.FirewallStatelessRule$ = exports.FirewallStatefulRule$ = exports.FilterPortRange$ = exports.Filter$ = exports.FederatedAuthenticationRequest$ = exports.FederatedAuthentication$ = exports.FastLaunchSnapshotConfigurationResponse$ = exports.FastLaunchSnapshotConfigurationRequest$ = void 0; -exports.GetIpamPrefixListResolverRulesRequest$ = exports.GetIpamPoolCidrsResult$ = exports.GetIpamPoolCidrsRequest$ = exports.GetIpamPoolAllocationsResult$ = exports.GetIpamPoolAllocationsRequest$ = exports.GetIpamPolicyOrganizationTargetsResult$ = exports.GetIpamPolicyOrganizationTargetsRequest$ = exports.GetIpamPolicyAllocationRulesResult$ = exports.GetIpamPolicyAllocationRulesRequest$ = exports.GetIpamDiscoveredResourceCidrsResult$ = exports.GetIpamDiscoveredResourceCidrsRequest$ = exports.GetIpamDiscoveredPublicAddressesResult$ = exports.GetIpamDiscoveredPublicAddressesRequest$ = exports.GetIpamDiscoveredAccountsResult$ = exports.GetIpamDiscoveredAccountsRequest$ = exports.GetIpamAddressHistoryResult$ = exports.GetIpamAddressHistoryRequest$ = exports.GetInstanceUefiDataResult$ = exports.GetInstanceUefiDataRequest$ = exports.GetInstanceTypesFromInstanceRequirementsResult$ = exports.GetInstanceTypesFromInstanceRequirementsRequest$ = exports.GetInstanceTpmEkPubResult$ = exports.GetInstanceTpmEkPubRequest$ = exports.GetInstanceMetadataDefaultsResult$ = exports.GetInstanceMetadataDefaultsRequest$ = exports.GetImageBlockPublicAccessStateResult$ = exports.GetImageBlockPublicAccessStateRequest$ = exports.GetImageAncestryResult$ = exports.GetImageAncestryRequest$ = exports.GetHostReservationPurchasePreviewResult$ = exports.GetHostReservationPurchasePreviewRequest$ = exports.GetGroupsForCapacityReservationResult$ = exports.GetGroupsForCapacityReservationRequest$ = exports.GetFlowLogsIntegrationTemplateResult$ = exports.GetFlowLogsIntegrationTemplateRequest$ = exports.GetEnabledIpamPolicyResult$ = exports.GetEnabledIpamPolicyRequest$ = exports.GetEbsEncryptionByDefaultResult$ = exports.GetEbsEncryptionByDefaultRequest$ = exports.GetEbsDefaultKmsKeyIdResult$ = exports.GetEbsDefaultKmsKeyIdRequest$ = exports.GetDefaultCreditSpecificationResult$ = exports.GetDefaultCreditSpecificationRequest$ = exports.GetDeclarativePoliciesReportSummaryResult$ = exports.GetDeclarativePoliciesReportSummaryRequest$ = exports.GetConsoleScreenshotResult$ = exports.GetConsoleScreenshotRequest$ = exports.GetConsoleOutputResult$ = exports.GetConsoleOutputRequest$ = exports.GetCoipPoolUsageResult$ = void 0; -exports.GetTransitGatewayRouteTableAssociationsRequest$ = exports.GetTransitGatewayPrefixListReferencesResult$ = exports.GetTransitGatewayPrefixListReferencesRequest$ = exports.GetTransitGatewayPolicyTableEntriesResult$ = exports.GetTransitGatewayPolicyTableEntriesRequest$ = exports.GetTransitGatewayPolicyTableAssociationsResult$ = exports.GetTransitGatewayPolicyTableAssociationsRequest$ = exports.GetTransitGatewayMulticastDomainAssociationsResult$ = exports.GetTransitGatewayMulticastDomainAssociationsRequest$ = exports.GetTransitGatewayMeteringPolicyEntriesResult$ = exports.GetTransitGatewayMeteringPolicyEntriesRequest$ = exports.GetTransitGatewayAttachmentPropagationsResult$ = exports.GetTransitGatewayAttachmentPropagationsRequest$ = exports.GetSubnetCidrReservationsResult$ = exports.GetSubnetCidrReservationsRequest$ = exports.GetSpotPlacementScoresResult$ = exports.GetSpotPlacementScoresRequest$ = exports.GetSnapshotBlockPublicAccessStateResult$ = exports.GetSnapshotBlockPublicAccessStateRequest$ = exports.GetSerialConsoleAccessStatusResult$ = exports.GetSerialConsoleAccessStatusRequest$ = exports.GetSecurityGroupsForVpcResult$ = exports.GetSecurityGroupsForVpcRequest$ = exports.GetRouteServerRoutingDatabaseResult$ = exports.GetRouteServerRoutingDatabaseRequest$ = exports.GetRouteServerPropagationsResult$ = exports.GetRouteServerPropagationsRequest$ = exports.GetRouteServerAssociationsResult$ = exports.GetRouteServerAssociationsRequest$ = exports.GetReservedInstancesExchangeQuoteResult$ = exports.GetReservedInstancesExchangeQuoteRequest$ = exports.GetPasswordDataResult$ = exports.GetPasswordDataRequest$ = exports.GetNetworkInsightsAccessScopeContentResult$ = exports.GetNetworkInsightsAccessScopeContentRequest$ = exports.GetNetworkInsightsAccessScopeAnalysisFindingsResult$ = exports.GetNetworkInsightsAccessScopeAnalysisFindingsRequest$ = exports.GetManagedPrefixListEntriesResult$ = exports.GetManagedPrefixListEntriesRequest$ = exports.GetManagedPrefixListAssociationsResult$ = exports.GetManagedPrefixListAssociationsRequest$ = exports.GetLaunchTemplateDataResult$ = exports.GetLaunchTemplateDataRequest$ = exports.GetIpamResourceCidrsResult$ = exports.GetIpamResourceCidrsRequest$ = exports.GetIpamPrefixListResolverVersionsResult$ = exports.GetIpamPrefixListResolverVersionsRequest$ = exports.GetIpamPrefixListResolverVersionEntriesResult$ = exports.GetIpamPrefixListResolverVersionEntriesRequest$ = exports.GetIpamPrefixListResolverRulesResult$ = void 0; -exports.ImageUsageResourceTypeOption$ = exports.ImageUsageResourceType$ = exports.ImageUsageReportEntry$ = exports.ImageUsageReport$ = exports.ImageReference$ = exports.ImageRecycleBinInfo$ = exports.ImageMetadata$ = exports.ImageDiskContainer$ = exports.ImageCriterionRequest$ = exports.ImageCriterion$ = exports.ImageAttribute$ = exports.ImageAncestryEntry$ = exports.Image$ = exports.IKEVersionsRequestListValue$ = exports.IKEVersionsListValue$ = exports.IdFormat$ = exports.IcmpTypeCode$ = exports.IamInstanceProfileSpecification$ = exports.IamInstanceProfileAssociation$ = exports.IamInstanceProfile$ = exports.HostReservation$ = exports.HostProperties$ = exports.HostOffering$ = exports.HostInstance$ = exports.Host$ = exports.HistoryRecordEntry$ = exports.HistoryRecord$ = exports.HibernationOptionsRequest$ = exports.HibernationOptions$ = exports.GroupIdentifier$ = exports.GpuInfo$ = exports.GpuDeviceMemoryInfo$ = exports.GpuDeviceInfo$ = exports.GetVpnTunnelReplacementStatusResult$ = exports.GetVpnTunnelReplacementStatusRequest$ = exports.GetVpnConnectionDeviceTypesResult$ = exports.GetVpnConnectionDeviceTypesRequest$ = exports.GetVpnConnectionDeviceSampleConfigurationResult$ = exports.GetVpnConnectionDeviceSampleConfigurationRequest$ = exports.GetVpcResourcesBlockingEncryptionEnforcementResult$ = exports.GetVpcResourcesBlockingEncryptionEnforcementRequest$ = exports.GetVerifiedAccessGroupPolicyResult$ = exports.GetVerifiedAccessGroupPolicyRequest$ = exports.GetVerifiedAccessEndpointTargetsResult$ = exports.GetVerifiedAccessEndpointTargetsRequest$ = exports.GetVerifiedAccessEndpointPolicyResult$ = exports.GetVerifiedAccessEndpointPolicyRequest$ = exports.GetTransitGatewayRouteTablePropagationsResult$ = exports.GetTransitGatewayRouteTablePropagationsRequest$ = exports.GetTransitGatewayRouteTableAssociationsResult$ = void 0; -exports.InstanceIpv6Address$ = exports.InstanceIpv4Prefix$ = exports.InstanceImageMetadata$ = exports.InstanceFamilyCreditSpecification$ = exports.InstanceExportDetails$ = exports.InstanceEventWindowTimeRangeRequest$ = exports.InstanceEventWindowTimeRange$ = exports.InstanceEventWindowStateChange$ = exports.InstanceEventWindowDisassociationRequest$ = exports.InstanceEventWindowAssociationTarget$ = exports.InstanceEventWindowAssociationRequest$ = exports.InstanceEventWindow$ = exports.InstanceCreditSpecificationRequest$ = exports.InstanceCreditSpecification$ = exports.InstanceCount$ = exports.InstanceConnectEndpointPublicDnsNames$ = exports.InstanceConnectEndpointDnsNames$ = exports.InstanceCapacity$ = exports.InstanceBlockDeviceMappingSpecification$ = exports.InstanceBlockDeviceMapping$ = exports.InstanceAttribute$ = exports.InstanceAttachmentEnaSrdUdpSpecification$ = exports.InstanceAttachmentEnaSrdSpecification$ = exports.Instance$ = exports.InitializationStatusDetails$ = exports.InferenceDeviceMemoryInfo$ = exports.InferenceDeviceInfo$ = exports.InferenceAcceleratorInfo$ = exports.ImportVolumeTaskDetails$ = exports.ImportVolumeResult$ = exports.ImportVolumeRequest$ = exports.ImportSnapshotTask$ = exports.ImportSnapshotResult$ = exports.ImportSnapshotRequest$ = exports.ImportKeyPairResult$ = exports.ImportKeyPairRequest$ = exports.ImportInstanceVolumeDetailItem$ = exports.ImportInstanceTaskDetails$ = exports.ImportInstanceResult$ = exports.ImportInstanceRequest$ = exports.ImportInstanceLaunchSpecification$ = exports.ImportImageTask$ = exports.ImportImageResult$ = exports.ImportImageRequest$ = exports.ImportImageLicenseConfigurationResponse$ = exports.ImportImageLicenseConfigurationRequest$ = exports.ImportClientVpnClientCertificateRevocationListResult$ = exports.ImportClientVpnClientCertificateRevocationListRequest$ = exports.ImageUsageResourceTypeRequest$ = exports.ImageUsageResourceTypeOptionRequest$ = void 0; -exports.IpamDiscoveryFailureReason$ = exports.IpamDiscoveredResourceCidr$ = exports.IpamDiscoveredPublicAddress$ = exports.IpamDiscoveredAccount$ = exports.IpamCidrAuthorizationContext$ = exports.IpamAddressHistoryRecord$ = exports.Ipam$ = exports.InterruptionInfo$ = exports.InterruptibleCapacityAllocation$ = exports.InternetGatewayAttachment$ = exports.InternetGateway$ = exports.IntegrateServices$ = exports.InstanceUsage$ = exports.InstanceTypeOffering$ = exports.InstanceTypeInfoFromInstanceRequirements$ = exports.InstanceTypeInfo$ = exports.InstanceTopology$ = exports.InstanceTagNotificationAttribute$ = exports.InstanceStorageInfo$ = exports.InstanceStatusSummary$ = exports.InstanceStatusEvent$ = exports.InstanceStatusDetails$ = exports.InstanceStatus$ = exports.InstanceStateChange$ = exports.InstanceState$ = exports.InstanceSpecification$ = exports.InstanceSecondaryInterfaceSpecificationRequest$ = exports.InstanceSecondaryInterfacePrivateIpAddressRequest$ = exports.InstanceSecondaryInterfacePrivateIpAddress$ = exports.InstanceSecondaryInterfaceAttachment$ = exports.InstanceSecondaryInterface$ = exports.InstanceRequirementsWithMetadataRequest$ = exports.InstanceRequirementsRequest$ = exports.InstanceRequirements$ = exports.InstancePrivateIpAddress$ = exports.InstanceNetworkPerformanceOptionsRequest$ = exports.InstanceNetworkPerformanceOptions$ = exports.InstanceNetworkInterfaceSpecification$ = exports.InstanceNetworkInterfaceAttachment$ = exports.InstanceNetworkInterfaceAssociation$ = exports.InstanceNetworkInterface$ = exports.InstanceMonitoring$ = exports.InstanceMetadataOptionsResponse$ = exports.InstanceMetadataOptionsRequest$ = exports.InstanceMetadataDefaultsResponse$ = exports.InstanceMarketOptionsRequest$ = exports.InstanceMaintenanceOptionsRequest$ = exports.InstanceMaintenanceOptions$ = exports.InstanceIpv6Prefix$ = exports.InstanceIpv6AddressRequest$ = void 0; -exports.LaunchTemplate$ = exports.LaunchSpecification$ = exports.LaunchPermissionModifications$ = exports.LaunchPermission$ = exports.LastError$ = exports.KeyPairInfo$ = exports.KeyPair$ = exports.Ipv6Range$ = exports.Ipv6PrefixSpecificationResponse$ = exports.Ipv6PrefixSpecificationRequest$ = exports.Ipv6PrefixSpecification$ = exports.Ipv6Pool$ = exports.Ipv6CidrBlock$ = exports.Ipv6CidrAssociation$ = exports.Ipv4PrefixSpecificationResponse$ = exports.Ipv4PrefixSpecificationRequest$ = exports.Ipv4PrefixSpecification$ = exports.IpRange$ = exports.IpPermission$ = exports.IpamScopeExternalAuthorityConfiguration$ = exports.IpamScope$ = exports.IpamResourceTag$ = exports.IpamResourceDiscoveryAssociation$ = exports.IpamResourceDiscovery$ = exports.IpamResourceCidr$ = exports.IpamPublicAddressTags$ = exports.IpamPublicAddressTag$ = exports.IpamPublicAddressSecurityGroup$ = exports.IpamPrefixListResolverVersionEntry$ = exports.IpamPrefixListResolverVersion$ = exports.IpamPrefixListResolverTarget$ = exports.IpamPrefixListResolverRuleRequest$ = exports.IpamPrefixListResolverRuleConditionRequest$ = exports.IpamPrefixListResolverRuleCondition$ = exports.IpamPrefixListResolverRule$ = exports.IpamPrefixListResolver$ = exports.IpamPoolSourceResourceRequest$ = exports.IpamPoolSourceResource$ = exports.IpamPoolCidrFailureReason$ = exports.IpamPoolCidr$ = exports.IpamPoolAllocation$ = exports.IpamPool$ = exports.IpamPolicyOrganizationTarget$ = exports.IpamPolicyDocument$ = exports.IpamPolicyAllocationRuleRequest$ = exports.IpamPolicyAllocationRule$ = exports.IpamPolicy$ = exports.IpamOrganizationalUnitExclusion$ = exports.IpamOperatingRegion$ = exports.IpamExternalResourceVerificationToken$ = void 0; -exports.ListImagesInRecycleBinRequest$ = exports.LicenseConfigurationRequest$ = exports.LicenseConfiguration$ = exports.LaunchTemplateVersion$ = exports.LaunchTemplateTagSpecificationRequest$ = exports.LaunchTemplateTagSpecification$ = exports.LaunchTemplateSpotMarketOptionsRequest$ = exports.LaunchTemplateSpotMarketOptions$ = exports.LaunchTemplateSpecification$ = exports.LaunchTemplatesMonitoringRequest$ = exports.LaunchTemplatesMonitoring$ = exports.LaunchTemplatePrivateDnsNameOptionsRequest$ = exports.LaunchTemplatePrivateDnsNameOptions$ = exports.LaunchTemplatePlacementRequest$ = exports.LaunchTemplatePlacement$ = exports.LaunchTemplateOverrides$ = exports.LaunchTemplateNetworkPerformanceOptionsRequest$ = exports.LaunchTemplateNetworkPerformanceOptions$ = exports.LaunchTemplateLicenseConfigurationRequest$ = exports.LaunchTemplateLicenseConfiguration$ = exports.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$ = exports.LaunchTemplateInstanceSecondaryInterfaceSpecification$ = exports.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = exports.LaunchTemplateInstanceNetworkInterfaceSpecification$ = exports.LaunchTemplateInstanceMetadataOptionsRequest$ = exports.LaunchTemplateInstanceMetadataOptions$ = exports.LaunchTemplateInstanceMarketOptionsRequest$ = exports.LaunchTemplateInstanceMarketOptions$ = exports.LaunchTemplateInstanceMaintenanceOptionsRequest$ = exports.LaunchTemplateInstanceMaintenanceOptions$ = exports.LaunchTemplateIamInstanceProfileSpecificationRequest$ = exports.LaunchTemplateIamInstanceProfileSpecification$ = exports.LaunchTemplateHibernationOptionsRequest$ = exports.LaunchTemplateHibernationOptions$ = exports.LaunchTemplateEnclaveOptionsRequest$ = exports.LaunchTemplateEnclaveOptions$ = exports.LaunchTemplateEnaSrdUdpSpecification$ = exports.LaunchTemplateEnaSrdSpecification$ = exports.LaunchTemplateElasticInferenceAcceleratorResponse$ = exports.LaunchTemplateElasticInferenceAccelerator$ = exports.LaunchTemplateEbsBlockDeviceRequest$ = exports.LaunchTemplateEbsBlockDevice$ = exports.LaunchTemplateCpuOptionsRequest$ = exports.LaunchTemplateCpuOptions$ = exports.LaunchTemplateConfig$ = exports.LaunchTemplateCapacityReservationSpecificationResponse$ = exports.LaunchTemplateCapacityReservationSpecificationRequest$ = exports.LaunchTemplateBlockDeviceMappingRequest$ = exports.LaunchTemplateBlockDeviceMapping$ = exports.LaunchTemplateAndOverridesResponse$ = void 0; -exports.ModifyEbsDefaultKmsKeyIdResult$ = exports.ModifyEbsDefaultKmsKeyIdRequest$ = exports.ModifyDefaultCreditSpecificationResult$ = exports.ModifyDefaultCreditSpecificationRequest$ = exports.ModifyClientVpnEndpointResult$ = exports.ModifyClientVpnEndpointRequest$ = exports.ModifyCapacityReservationResult$ = exports.ModifyCapacityReservationRequest$ = exports.ModifyCapacityReservationFleetResult$ = exports.ModifyCapacityReservationFleetRequest$ = exports.ModifyAvailabilityZoneGroupResult$ = exports.ModifyAvailabilityZoneGroupRequest$ = exports.ModifyAddressAttributeResult$ = exports.ModifyAddressAttributeRequest$ = exports.MetricValue$ = exports.MetricPoint$ = exports.MetricDataResult$ = exports.MemoryMiBRequest$ = exports.MemoryMiB$ = exports.MemoryInfo$ = exports.MemoryGiBPerVCpuRequest$ = exports.MemoryGiBPerVCpu$ = exports.MediaDeviceMemoryInfo$ = exports.MediaDeviceInfo$ = exports.MediaAcceleratorInfo$ = exports.ManagedPrefixList$ = exports.MaintenanceDetails$ = exports.MacSystemIntegrityProtectionConfigurationRequest$ = exports.MacSystemIntegrityProtectionConfiguration$ = exports.MacModificationTask$ = exports.MacHost$ = exports.LockSnapshotResult$ = exports.LockSnapshotRequest$ = exports.LockedSnapshotsInfo$ = exports.LocalGatewayVirtualInterfaceGroup$ = exports.LocalGatewayVirtualInterface$ = exports.LocalGatewayRouteTableVpcAssociation$ = exports.LocalGatewayRouteTableVirtualInterfaceGroupAssociation$ = exports.LocalGatewayRouteTable$ = exports.LocalGatewayRoute$ = exports.LocalGateway$ = exports.LoadPermissionRequest$ = exports.LoadPermissionModifications$ = exports.LoadPermission$ = exports.LoadBalancersConfig$ = exports.ListVolumesInRecycleBinResult$ = exports.ListVolumesInRecycleBinRequest$ = exports.ListSnapshotsInRecycleBinResult$ = exports.ListSnapshotsInRecycleBinRequest$ = exports.ListImagesInRecycleBinResult$ = void 0; -exports.ModifyLaunchTemplateResult$ = exports.ModifyLaunchTemplateRequest$ = exports.ModifyIpamScopeResult$ = exports.ModifyIpamScopeRequest$ = exports.ModifyIpamResult$ = exports.ModifyIpamResourceDiscoveryResult$ = exports.ModifyIpamResourceDiscoveryRequest$ = exports.ModifyIpamResourceCidrResult$ = exports.ModifyIpamResourceCidrRequest$ = exports.ModifyIpamRequest$ = exports.ModifyIpamPrefixListResolverTargetResult$ = exports.ModifyIpamPrefixListResolverTargetRequest$ = exports.ModifyIpamPrefixListResolverResult$ = exports.ModifyIpamPrefixListResolverRequest$ = exports.ModifyIpamPoolResult$ = exports.ModifyIpamPoolRequest$ = exports.ModifyIpamPolicyAllocationRulesResult$ = exports.ModifyIpamPolicyAllocationRulesRequest$ = exports.ModifyInstancePlacementResult$ = exports.ModifyInstancePlacementRequest$ = exports.ModifyInstanceNetworkPerformanceResult$ = exports.ModifyInstanceNetworkPerformanceRequest$ = exports.ModifyInstanceMetadataOptionsResult$ = exports.ModifyInstanceMetadataOptionsRequest$ = exports.ModifyInstanceMetadataDefaultsResult$ = exports.ModifyInstanceMetadataDefaultsRequest$ = exports.ModifyInstanceMaintenanceOptionsResult$ = exports.ModifyInstanceMaintenanceOptionsRequest$ = exports.ModifyInstanceEventWindowResult$ = exports.ModifyInstanceEventWindowRequest$ = exports.ModifyInstanceEventStartTimeResult$ = exports.ModifyInstanceEventStartTimeRequest$ = exports.ModifyInstanceCreditSpecificationResult$ = exports.ModifyInstanceCreditSpecificationRequest$ = exports.ModifyInstanceCpuOptionsResult$ = exports.ModifyInstanceCpuOptionsRequest$ = exports.ModifyInstanceConnectEndpointResult$ = exports.ModifyInstanceConnectEndpointRequest$ = exports.ModifyInstanceCapacityReservationAttributesResult$ = exports.ModifyInstanceCapacityReservationAttributesRequest$ = exports.ModifyInstanceAttributeRequest$ = exports.ModifyImageAttributeRequest$ = exports.ModifyIdFormatRequest$ = exports.ModifyIdentityIdFormatRequest$ = exports.ModifyHostsResult$ = exports.ModifyHostsRequest$ = exports.ModifyFpgaImageAttributeResult$ = exports.ModifyFpgaImageAttributeRequest$ = exports.ModifyFleetResult$ = exports.ModifyFleetRequest$ = void 0; -exports.ModifyVerifiedAccessGroupResult$ = exports.ModifyVerifiedAccessGroupRequest$ = exports.ModifyVerifiedAccessGroupPolicyResult$ = exports.ModifyVerifiedAccessGroupPolicyRequest$ = exports.ModifyVerifiedAccessEndpointResult$ = exports.ModifyVerifiedAccessEndpointRequest$ = exports.ModifyVerifiedAccessEndpointRdsOptions$ = exports.ModifyVerifiedAccessEndpointPortRange$ = exports.ModifyVerifiedAccessEndpointPolicyResult$ = exports.ModifyVerifiedAccessEndpointPolicyRequest$ = exports.ModifyVerifiedAccessEndpointLoadBalancerOptions$ = exports.ModifyVerifiedAccessEndpointEniOptions$ = exports.ModifyVerifiedAccessEndpointCidrOptions$ = exports.ModifyTransitGatewayVpcAttachmentResult$ = exports.ModifyTransitGatewayVpcAttachmentRequestOptions$ = exports.ModifyTransitGatewayVpcAttachmentRequest$ = exports.ModifyTransitGatewayResult$ = exports.ModifyTransitGatewayRequest$ = exports.ModifyTransitGatewayPrefixListReferenceResult$ = exports.ModifyTransitGatewayPrefixListReferenceRequest$ = exports.ModifyTransitGatewayOptions$ = exports.ModifyTransitGatewayMeteringPolicyResult$ = exports.ModifyTransitGatewayMeteringPolicyRequest$ = exports.ModifyTrafficMirrorSessionResult$ = exports.ModifyTrafficMirrorSessionRequest$ = exports.ModifyTrafficMirrorFilterRuleResult$ = exports.ModifyTrafficMirrorFilterRuleRequest$ = exports.ModifyTrafficMirrorFilterNetworkServicesResult$ = exports.ModifyTrafficMirrorFilterNetworkServicesRequest$ = exports.ModifySubnetAttributeRequest$ = exports.ModifySpotFleetRequestResponse$ = exports.ModifySpotFleetRequestRequest$ = exports.ModifySnapshotTierResult$ = exports.ModifySnapshotTierRequest$ = exports.ModifySnapshotAttributeRequest$ = exports.ModifySecurityGroupRulesResult$ = exports.ModifySecurityGroupRulesRequest$ = exports.ModifyRouteServerResult$ = exports.ModifyRouteServerRequest$ = exports.ModifyReservedInstancesResult$ = exports.ModifyReservedInstancesRequest$ = exports.ModifyPublicIpDnsNameOptionsResult$ = exports.ModifyPublicIpDnsNameOptionsRequest$ = exports.ModifyPrivateDnsNameOptionsResult$ = exports.ModifyPrivateDnsNameOptionsRequest$ = exports.ModifyNetworkInterfaceAttributeRequest$ = exports.ModifyManagedPrefixListResult$ = exports.ModifyManagedPrefixListRequest$ = exports.ModifyLocalGatewayRouteResult$ = exports.ModifyLocalGatewayRouteRequest$ = void 0; -exports.MoveCapacityReservationInstancesRequest$ = exports.MoveByoipCidrToIpamResult$ = exports.MoveByoipCidrToIpamRequest$ = exports.MoveAddressToVpcResult$ = exports.MoveAddressToVpcRequest$ = exports.MonitorInstancesResult$ = exports.MonitorInstancesRequest$ = exports.Monitoring$ = exports.ModifyVpnTunnelOptionsSpecification$ = exports.ModifyVpnTunnelOptionsResult$ = exports.ModifyVpnTunnelOptionsRequest$ = exports.ModifyVpnTunnelCertificateResult$ = exports.ModifyVpnTunnelCertificateRequest$ = exports.ModifyVpnConnectionResult$ = exports.ModifyVpnConnectionRequest$ = exports.ModifyVpnConnectionOptionsResult$ = exports.ModifyVpnConnectionOptionsRequest$ = exports.ModifyVpcTenancyResult$ = exports.ModifyVpcTenancyRequest$ = exports.ModifyVpcPeeringConnectionOptionsResult$ = exports.ModifyVpcPeeringConnectionOptionsRequest$ = exports.ModifyVpcEndpointServicePermissionsResult$ = exports.ModifyVpcEndpointServicePermissionsRequest$ = exports.ModifyVpcEndpointServicePayerResponsibilityResult$ = exports.ModifyVpcEndpointServicePayerResponsibilityRequest$ = exports.ModifyVpcEndpointServiceConfigurationResult$ = exports.ModifyVpcEndpointServiceConfigurationRequest$ = exports.ModifyVpcEndpointResult$ = exports.ModifyVpcEndpointRequest$ = exports.ModifyVpcEndpointConnectionNotificationResult$ = exports.ModifyVpcEndpointConnectionNotificationRequest$ = exports.ModifyVpcEncryptionControlResult$ = exports.ModifyVpcEncryptionControlRequest$ = exports.ModifyVpcBlockPublicAccessOptionsResult$ = exports.ModifyVpcBlockPublicAccessOptionsRequest$ = exports.ModifyVpcBlockPublicAccessExclusionResult$ = exports.ModifyVpcBlockPublicAccessExclusionRequest$ = exports.ModifyVpcAttributeRequest$ = exports.ModifyVolumeResult$ = exports.ModifyVolumeRequest$ = exports.ModifyVolumeAttributeRequest$ = exports.ModifyVerifiedAccessTrustProviderResult$ = exports.ModifyVerifiedAccessTrustProviderRequest$ = exports.ModifyVerifiedAccessTrustProviderOidcOptions$ = exports.ModifyVerifiedAccessTrustProviderDeviceOptions$ = exports.ModifyVerifiedAccessNativeApplicationOidcOptions$ = exports.ModifyVerifiedAccessInstanceResult$ = exports.ModifyVerifiedAccessInstanceRequest$ = exports.ModifyVerifiedAccessInstanceLoggingConfigurationResult$ = exports.ModifyVerifiedAccessInstanceLoggingConfigurationRequest$ = void 0; -exports.PeeringConnectionOptions$ = exports.PeeringAttachmentStatus$ = exports.PciId$ = exports.PathStatementRequest$ = exports.PathStatement$ = exports.PathRequestFilter$ = exports.PathFilter$ = exports.PathComponent$ = exports.PacketHeaderStatementRequest$ = exports.PacketHeaderStatement$ = exports.OutpostLag$ = exports.OperatorResponse$ = exports.OperatorRequest$ = exports.OnDemandOptionsRequest$ = exports.OnDemandOptions$ = exports.OidcOptions$ = exports.NitroTpmInfo$ = exports.NewDhcpConfiguration$ = exports.NeuronInfo$ = exports.NeuronDeviceMemoryInfo$ = exports.NeuronDeviceInfo$ = exports.NeuronDeviceCoreInfo$ = exports.NetworkInterfacePrivateIpAddress$ = exports.NetworkInterfacePermissionState$ = exports.NetworkInterfacePermission$ = exports.NetworkInterfaceIpv6Address$ = exports.NetworkInterfaceCountRequest$ = exports.NetworkInterfaceCount$ = exports.NetworkInterfaceAttachmentChanges$ = exports.NetworkInterfaceAttachment$ = exports.NetworkInterfaceAssociation$ = exports.NetworkInterface$ = exports.NetworkInsightsPath$ = exports.NetworkInsightsAnalysis$ = exports.NetworkInsightsAccessScopeContent$ = exports.NetworkInsightsAccessScopeAnalysis$ = exports.NetworkInsightsAccessScope$ = exports.NetworkInfo$ = exports.NetworkCardInfo$ = exports.NetworkBandwidthGbpsRequest$ = exports.NetworkBandwidthGbps$ = exports.NetworkAclEntry$ = exports.NetworkAclAssociation$ = exports.NetworkAcl$ = exports.NativeApplicationOidcOptions$ = exports.NatGatewayAttachedAppliance$ = exports.NatGatewayAddress$ = exports.NatGateway$ = exports.MovingAddressStatus$ = exports.MoveCapacityReservationInstancesResult$ = void 0; -exports.PublicIpDnsNameOptions$ = exports.PtrUpdateStatus$ = exports.ProvisionPublicIpv4PoolCidrResult$ = exports.ProvisionPublicIpv4PoolCidrRequest$ = exports.ProvisionIpamPoolCidrResult$ = exports.ProvisionIpamPoolCidrRequest$ = exports.ProvisionIpamByoasnResult$ = exports.ProvisionIpamByoasnRequest$ = exports.ProvisionedBandwidth$ = exports.ProvisionByoipCidrResult$ = exports.ProvisionByoipCidrRequest$ = exports.PropagatingVgw$ = exports.ProductCode$ = exports.ProcessorInfo$ = exports.PrivateIpAddressSpecification$ = exports.PrivateDnsNameOptionsResponse$ = exports.PrivateDnsNameOptionsRequest$ = exports.PrivateDnsNameOptionsOnLaunch$ = exports.PrivateDnsNameConfiguration$ = exports.PrivateDnsDetails$ = exports.PrincipalIdFormat$ = exports.PricingDetail$ = exports.PriceScheduleSpecification$ = exports.PriceSchedule$ = exports.PrefixListId$ = exports.PrefixListEntry$ = exports.PrefixListAssociation$ = exports.PrefixList$ = exports.PortRange$ = exports.PoolCidrBlock$ = exports.PlacementResponse$ = exports.PlacementGroupInfo$ = exports.PlacementGroup$ = exports.Placement$ = exports.Phase2IntegrityAlgorithmsRequestListValue$ = exports.Phase2IntegrityAlgorithmsListValue$ = exports.Phase2EncryptionAlgorithmsRequestListValue$ = exports.Phase2EncryptionAlgorithmsListValue$ = exports.Phase2DHGroupNumbersRequestListValue$ = exports.Phase2DHGroupNumbersListValue$ = exports.Phase1IntegrityAlgorithmsRequestListValue$ = exports.Phase1IntegrityAlgorithmsListValue$ = exports.Phase1EncryptionAlgorithmsRequestListValue$ = exports.Phase1EncryptionAlgorithmsListValue$ = exports.Phase1DHGroupNumbersRequestListValue$ = exports.Phase1DHGroupNumbersListValue$ = exports.PerformanceFactorReferenceRequest$ = exports.PerformanceFactorReference$ = exports.PeeringTgwInfo$ = exports.PeeringConnectionOptionsRequest$ = void 0; -exports.RemoveIpamOperatingRegion$ = exports.ReleaseIpamPoolAllocationResult$ = exports.ReleaseIpamPoolAllocationRequest$ = exports.ReleaseHostsResult$ = exports.ReleaseHostsRequest$ = exports.ReleaseAddressRequest$ = exports.RejectVpcPeeringConnectionResult$ = exports.RejectVpcPeeringConnectionRequest$ = exports.RejectVpcEndpointConnectionsResult$ = exports.RejectVpcEndpointConnectionsRequest$ = exports.RejectTransitGatewayVpcAttachmentResult$ = exports.RejectTransitGatewayVpcAttachmentRequest$ = exports.RejectTransitGatewayPeeringAttachmentResult$ = exports.RejectTransitGatewayPeeringAttachmentRequest$ = exports.RejectTransitGatewayMulticastDomainAssociationsResult$ = exports.RejectTransitGatewayMulticastDomainAssociationsRequest$ = exports.RejectTransitGatewayClientVpnAttachmentResult$ = exports.RejectTransitGatewayClientVpnAttachmentRequest$ = exports.RejectCapacityReservationBillingOwnershipResult$ = exports.RejectCapacityReservationBillingOwnershipRequest$ = exports.RegisterTransitGatewayMulticastGroupSourcesResult$ = exports.RegisterTransitGatewayMulticastGroupSourcesRequest$ = exports.RegisterTransitGatewayMulticastGroupMembersResult$ = exports.RegisterTransitGatewayMulticastGroupMembersRequest$ = exports.RegisterInstanceTagAttributeRequest$ = exports.RegisterInstanceEventNotificationAttributesResult$ = exports.RegisterInstanceEventNotificationAttributesRequest$ = exports.RegisterImageResult$ = exports.RegisterImageRequest$ = exports.RegisteredInstance$ = exports.RegionGeography$ = exports.RegionalSummary$ = exports.Region$ = exports.ReferencedSecurityGroup$ = exports.RecurringCharge$ = exports.RebootInstancesRequest$ = exports.PurchaseScheduledInstancesResult$ = exports.PurchaseScheduledInstancesRequest$ = exports.PurchaseReservedInstancesOfferingResult$ = exports.PurchaseReservedInstancesOfferingRequest$ = exports.PurchaseRequest$ = exports.PurchaseHostReservationResult$ = exports.PurchaseHostReservationRequest$ = exports.PurchaseCapacityBlockResult$ = exports.PurchaseCapacityBlockRequest$ = exports.PurchaseCapacityBlockExtensionResult$ = exports.PurchaseCapacityBlockExtensionRequest$ = exports.Purchase$ = exports.PublicIpv4PoolRange$ = exports.PublicIpv4Pool$ = void 0; -exports.ResetSnapshotAttributeRequest$ = exports.ResetNetworkInterfaceAttributeRequest$ = exports.ResetInstanceAttributeRequest$ = exports.ResetImageAttributeRequest$ = exports.ResetFpgaImageAttributeResult$ = exports.ResetFpgaImageAttributeRequest$ = exports.ResetEbsDefaultKmsKeyIdResult$ = exports.ResetEbsDefaultKmsKeyIdRequest$ = exports.ResetAddressAttributeResult$ = exports.ResetAddressAttributeRequest$ = exports.ReservedInstancesOffering$ = exports.ReservedInstancesModificationResult$ = exports.ReservedInstancesModification$ = exports.ReservedInstancesListing$ = exports.ReservedInstancesId$ = exports.ReservedInstancesConfiguration$ = exports.ReservedInstances$ = exports.ReservedInstanceReservationValue$ = exports.ReservedInstanceLimitPrice$ = exports.ReservedCapacityOptionsRequest$ = exports.ReservedCapacityOptions$ = exports.ReservationValue$ = exports.ReservationFleetInstanceSpecification$ = exports.Reservation$ = exports.RequestSpotLaunchSpecification$ = exports.RequestSpotInstancesResult$ = exports.RequestSpotInstancesRequest$ = exports.RequestSpotFleetResponse$ = exports.RequestSpotFleetRequest$ = exports.RequestLaunchTemplateData$ = exports.RequestIpamResourceTag$ = exports.RequestFilterPortRange$ = exports.ReportInstanceStatusRequest$ = exports.ReplaceVpnTunnelResult$ = exports.ReplaceVpnTunnelRequest$ = exports.ReplaceTransitGatewayRouteResult$ = exports.ReplaceTransitGatewayRouteRequest$ = exports.ReplaceRouteTableAssociationResult$ = exports.ReplaceRouteTableAssociationRequest$ = exports.ReplaceRouteRequest$ = exports.ReplaceRootVolumeTask$ = exports.ReplaceNetworkAclEntryRequest$ = exports.ReplaceNetworkAclAssociationResult$ = exports.ReplaceNetworkAclAssociationRequest$ = exports.ReplaceImageCriteriaInAllowedImagesSettingsResult$ = exports.ReplaceImageCriteriaInAllowedImagesSettingsRequest$ = exports.ReplaceIamInstanceProfileAssociationResult$ = exports.ReplaceIamInstanceProfileAssociationRequest$ = exports.RemovePrefixListEntry$ = exports.RemoveIpamOrganizationalUnitExclusion$ = void 0; -exports.ScheduledInstance$ = exports.S3Storage$ = exports.S3ObjectTag$ = exports.RunScheduledInstancesResult$ = exports.RunScheduledInstancesRequest$ = exports.RunInstancesRequest$ = exports.RunInstancesMonitoringEnabled$ = exports.RuleOption$ = exports.RuleGroupTypePair$ = exports.RuleGroupRuleOptionsPair$ = exports.RouteTableAssociationState$ = exports.RouteTableAssociation$ = exports.RouteTable$ = exports.RouteServerRouteInstallationDetail$ = exports.RouteServerRoute$ = exports.RouteServerPropagation$ = exports.RouteServerPeer$ = exports.RouteServerEndpoint$ = exports.RouteServerBgpStatus$ = exports.RouteServerBgpOptionsRequest$ = exports.RouteServerBgpOptions$ = exports.RouteServerBfdStatus$ = exports.RouteServerAssociation$ = exports.RouteServer$ = exports.Route$ = exports.RevokeSecurityGroupIngressResult$ = exports.RevokeSecurityGroupIngressRequest$ = exports.RevokeSecurityGroupEgressResult$ = exports.RevokeSecurityGroupEgressRequest$ = exports.RevokedSecurityGroupRule$ = exports.RevokeClientVpnIngressResult$ = exports.RevokeClientVpnIngressRequest$ = exports.RestoreVolumeFromRecycleBinResult$ = exports.RestoreVolumeFromRecycleBinRequest$ = exports.RestoreSnapshotTierResult$ = exports.RestoreSnapshotTierRequest$ = exports.RestoreSnapshotFromRecycleBinResult$ = exports.RestoreSnapshotFromRecycleBinRequest$ = exports.RestoreManagedPrefixListVersionResult$ = exports.RestoreManagedPrefixListVersionRequest$ = exports.RestoreImageFromRecycleBinResult$ = exports.RestoreImageFromRecycleBinRequest$ = exports.RestoreAddressToClassicResult$ = exports.RestoreAddressToClassicRequest$ = exports.ResponseLaunchTemplateData$ = exports.ResponseError$ = exports.ResourceTypeRequest$ = exports.ResourceTypeOption$ = exports.ResourceStatementRequest$ = exports.ResourceStatement$ = void 0; -exports.SnapshotTierStatus$ = exports.SnapshotTaskDetail$ = exports.SnapshotRecycleBinInfo$ = exports.SnapshotInfo$ = exports.SnapshotDiskContainer$ = exports.SnapshotDetail$ = exports.Snapshot$ = exports.SlotStartTimeRangeRequest$ = exports.SlotDateTimeRangeRequest$ = exports.ServiceTypeDetail$ = exports.ServiceLinkVirtualInterface$ = exports.ServiceDetail$ = exports.ServiceConfiguration$ = exports.SendDiagnosticInterruptRequest$ = exports.SecurityGroupVpcAssociation$ = exports.SecurityGroupRuleUpdate$ = exports.SecurityGroupRuleRequest$ = exports.SecurityGroupRuleDescription$ = exports.SecurityGroupRule$ = exports.SecurityGroupReference$ = exports.SecurityGroupIdentifier$ = exports.SecurityGroupForVpc$ = exports.SecurityGroup$ = exports.SecondarySubnetIpv4CidrBlockAssociation$ = exports.SecondarySubnet$ = exports.SecondaryNetworkIpv4CidrBlockAssociation$ = exports.SecondaryNetwork$ = exports.SecondaryInterfacePrivateIpAddressSpecificationRequest$ = exports.SecondaryInterfacePrivateIpAddressSpecification$ = exports.SecondaryInterfaceIpv4Address$ = exports.SecondaryInterfaceAttachment$ = exports.SecondaryInterface$ = exports.SearchTransitGatewayRoutesResult$ = exports.SearchTransitGatewayRoutesRequest$ = exports.SearchTransitGatewayMulticastGroupsResult$ = exports.SearchTransitGatewayMulticastGroupsRequest$ = exports.SearchLocalGatewayRoutesResult$ = exports.SearchLocalGatewayRoutesRequest$ = exports.ScheduledInstancesPrivateIpAddressConfig$ = exports.ScheduledInstancesPlacement$ = exports.ScheduledInstancesNetworkInterface$ = exports.ScheduledInstancesMonitoring$ = exports.ScheduledInstancesLaunchSpecification$ = exports.ScheduledInstancesIpv6Address$ = exports.ScheduledInstancesIamInstanceProfile$ = exports.ScheduledInstancesEbs$ = exports.ScheduledInstancesBlockDeviceMapping$ = exports.ScheduledInstanceRecurrenceRequest$ = exports.ScheduledInstanceRecurrence$ = exports.ScheduledInstanceAvailability$ = void 0; -exports.TargetCapacitySpecification$ = exports.TagSpecification$ = exports.TagDescription$ = exports.Tag$ = exports.SupportedRegionDetail$ = exports.SuccessfulQueuedPurchaseDeletion$ = exports.SuccessfulInstanceCreditSpecificationItem$ = exports.Subscription$ = exports.SubnetIpv6CidrBlockAssociation$ = exports.SubnetIpPrefixes$ = exports.SubnetConfiguration$ = exports.SubnetCidrReservation$ = exports.SubnetCidrBlockState$ = exports.SubnetAssociation$ = exports.Subnet$ = exports.StoreImageTaskResult$ = exports.StorageLocation$ = exports.Storage$ = exports.StopInstancesResult$ = exports.StopInstancesRequest$ = exports.StateReason$ = exports.StartVpcEndpointServicePrivateDnsVerificationResult$ = exports.StartVpcEndpointServicePrivateDnsVerificationRequest$ = exports.StartNetworkInsightsAnalysisResult$ = exports.StartNetworkInsightsAnalysisRequest$ = exports.StartNetworkInsightsAccessScopeAnalysisResult$ = exports.StartNetworkInsightsAccessScopeAnalysisRequest$ = exports.StartInstancesResult$ = exports.StartInstancesRequest$ = exports.StartDeclarativePoliciesReportResult$ = exports.StartDeclarativePoliciesReportRequest$ = exports.StaleSecurityGroup$ = exports.StaleIpPermission$ = exports.SpotPrice$ = exports.SpotPlacementScore$ = exports.SpotPlacement$ = exports.SpotOptionsRequest$ = exports.SpotOptions$ = exports.SpotMarketOptions$ = exports.SpotMaintenanceStrategies$ = exports.SpotInstanceStatus$ = exports.SpotInstanceStateFault$ = exports.SpotInstanceRequest$ = exports.SpotFleetTagSpecification$ = exports.SpotFleetRequestConfigData$ = exports.SpotFleetRequestConfig$ = exports.SpotFleetMonitoring$ = exports.SpotFleetLaunchSpecification$ = exports.SpotDatafeedSubscription$ = exports.SpotCapacityRebalance$ = void 0; -exports.TransitGatewayPeeringAttachment$ = exports.TransitGatewayOptions$ = exports.TransitGatewayMulticastRegisteredGroupSources$ = exports.TransitGatewayMulticastRegisteredGroupMembers$ = exports.TransitGatewayMulticastGroup$ = exports.TransitGatewayMulticastDomainOptions$ = exports.TransitGatewayMulticastDomainAssociations$ = exports.TransitGatewayMulticastDomainAssociation$ = exports.TransitGatewayMulticastDomain$ = exports.TransitGatewayMulticastDeregisteredGroupSources$ = exports.TransitGatewayMulticastDeregisteredGroupMembers$ = exports.TransitGatewayMeteringPolicyRule$ = exports.TransitGatewayMeteringPolicyEntry$ = exports.TransitGatewayMeteringPolicy$ = exports.TransitGatewayConnectRequestBgpOptions$ = exports.TransitGatewayConnectPeerConfiguration$ = exports.TransitGatewayConnectPeer$ = exports.TransitGatewayConnectOptions$ = exports.TransitGatewayConnect$ = exports.TransitGatewayConfigurationInputStructure$ = exports.TransitGatewayConfigurationDescribeEndpointStructure$ = exports.TransitGatewayClientVpnAttachment$ = exports.TransitGatewayAttachmentPropagation$ = exports.TransitGatewayAttachmentBgpConfiguration$ = exports.TransitGatewayAttachmentAssociation$ = exports.TransitGatewayAttachment$ = exports.TransitGatewayAssociation$ = exports.TransitGateway$ = exports.TrafficMirrorTarget$ = exports.TrafficMirrorSession$ = exports.TrafficMirrorPortRangeRequest$ = exports.TrafficMirrorPortRange$ = exports.TrafficMirrorFilterRule$ = exports.TrafficMirrorFilter$ = exports.TotalLocalStorageGBRequest$ = exports.TotalLocalStorageGB$ = exports.ThroughResourcesStatementRequest$ = exports.ThroughResourcesStatement$ = exports.TerminateInstancesResult$ = exports.TerminateInstancesRequest$ = exports.TerminateConnectionStatus$ = exports.TerminateClientVpnConnectionsResult$ = exports.TerminateClientVpnConnectionsRequest$ = exports.TargetReservationValue$ = exports.TargetNetwork$ = exports.TargetGroupsConfig$ = exports.TargetGroup$ = exports.TargetConfigurationRequest$ = exports.TargetConfiguration$ = exports.TargetCapacitySpecificationRequest$ = void 0; -exports.ValidationWarning$ = exports.ValidationError$ = exports.UserIdGroupPair$ = exports.UserData$ = exports.UserBucketDetails$ = exports.UserBucket$ = exports.UpdateSecurityGroupRuleDescriptionsIngressResult$ = exports.UpdateSecurityGroupRuleDescriptionsIngressRequest$ = exports.UpdateSecurityGroupRuleDescriptionsEgressResult$ = exports.UpdateSecurityGroupRuleDescriptionsEgressRequest$ = exports.UpdateInterruptibleCapacityReservationAllocationResult$ = exports.UpdateInterruptibleCapacityReservationAllocationRequest$ = exports.UpdateCapacityManagerOrganizationsAccessResult$ = exports.UpdateCapacityManagerOrganizationsAccessRequest$ = exports.UpdateCapacityManagerMonitoredTagKeysResult$ = exports.UpdateCapacityManagerMonitoredTagKeysRequest$ = exports.UnsuccessfulItemError$ = exports.UnsuccessfulItem$ = exports.UnsuccessfulInstanceCreditSpecificationItemError$ = exports.UnsuccessfulInstanceCreditSpecificationItem$ = exports.UnmonitorInstancesResult$ = exports.UnmonitorInstancesRequest$ = exports.UnlockSnapshotResult$ = exports.UnlockSnapshotRequest$ = exports.UnassignPrivateNatGatewayAddressResult$ = exports.UnassignPrivateNatGatewayAddressRequest$ = exports.UnassignPrivateIpAddressesRequest$ = exports.UnassignIpv6AddressesResult$ = exports.UnassignIpv6AddressesRequest$ = exports.TunnelOption$ = exports.TrunkInterfaceAssociation$ = exports.TransitGatewayVpcAttachmentOptions$ = exports.TransitGatewayVpcAttachment$ = exports.TransitGatewayRouteTableRoute$ = exports.TransitGatewayRouteTablePropagation$ = exports.TransitGatewayRouteTableAssociation$ = exports.TransitGatewayRouteTableAnnouncement$ = exports.TransitGatewayRouteTable$ = exports.TransitGatewayRouteAttachment$ = exports.TransitGatewayRoute$ = exports.TransitGatewayRequestOptions$ = exports.TransitGatewayPropagation$ = exports.TransitGatewayPrefixListReference$ = exports.TransitGatewayPrefixListAttachment$ = exports.TransitGatewayPolicyTableEntry$ = exports.TransitGatewayPolicyTableAssociation$ = exports.TransitGatewayPolicyTable$ = exports.TransitGatewayPolicyRuleMetaData$ = exports.TransitGatewayPolicyRule$ = exports.TransitGatewayPeeringAttachmentOptions$ = void 0; -exports.VpcClassicLink$ = exports.VpcCidrBlockState$ = exports.VpcCidrBlockAssociation$ = exports.VpcBlockPublicAccessOptions$ = exports.VpcBlockPublicAccessExclusion$ = exports.VpcAttachment$ = exports.Vpc$ = exports.VolumeStatusItem$ = exports.VolumeStatusInfo$ = exports.VolumeStatusEvent$ = exports.VolumeStatusDetails$ = exports.VolumeStatusAttachmentStatus$ = exports.VolumeStatusAction$ = exports.VolumeRecycleBinInfo$ = exports.VolumeModification$ = exports.VolumeDetail$ = exports.VolumeAttachment$ = exports.Volume$ = exports.VgwTelemetry$ = exports.VerifiedAccessTrustProviderCondensed$ = exports.VerifiedAccessTrustProvider$ = exports.VerifiedAccessSseSpecificationResponse$ = exports.VerifiedAccessSseSpecificationRequest$ = exports.VerifiedAccessLogS3DestinationOptions$ = exports.VerifiedAccessLogS3Destination$ = exports.VerifiedAccessLogs$ = exports.VerifiedAccessLogOptions$ = exports.VerifiedAccessLogKinesisDataFirehoseDestinationOptions$ = exports.VerifiedAccessLogKinesisDataFirehoseDestination$ = exports.VerifiedAccessLogDeliveryStatus$ = exports.VerifiedAccessLogCloudWatchLogsDestinationOptions$ = exports.VerifiedAccessLogCloudWatchLogsDestination$ = exports.VerifiedAccessInstanceUserTrustProviderClientConfiguration$ = exports.VerifiedAccessInstanceOpenVpnClientConfigurationRoute$ = exports.VerifiedAccessInstanceOpenVpnClientConfiguration$ = exports.VerifiedAccessInstanceLoggingConfiguration$ = exports.VerifiedAccessInstanceCustomSubDomain$ = exports.VerifiedAccessInstance$ = exports.VerifiedAccessGroup$ = exports.VerifiedAccessEndpointTarget$ = exports.VerifiedAccessEndpointStatus$ = exports.VerifiedAccessEndpointRdsOptions$ = exports.VerifiedAccessEndpointPortRange$ = exports.VerifiedAccessEndpointLoadBalancerOptions$ = exports.VerifiedAccessEndpointEniOptions$ = exports.VerifiedAccessEndpointCidrOptions$ = exports.VerifiedAccessEndpoint$ = exports.VCpuInfo$ = exports.VCpuCountRangeRequest$ = exports.VCpuCountRange$ = void 0; -exports.AssociateIpamByoasn$ = exports.AssociateInstanceEventWindow$ = exports.AssociateIamInstanceProfile$ = exports.AssociateEnclaveCertificateIamRole$ = exports.AssociateDhcpOptions$ = exports.AssociateClientVpnTargetNetwork$ = exports.AssociateCapacityReservationBillingOwner$ = exports.AssociateAddress$ = exports.AssignPrivateNatGatewayAddress$ = exports.AssignPrivateIpAddresses$ = exports.AssignIpv6Addresses$ = exports.ApplySecurityGroupsToClientVpnTargetNetwork$ = exports.AllocateIpamPoolCidr$ = exports.AllocateHosts$ = exports.AllocateAddress$ = exports.AdvertiseByoipCidr$ = exports.AcceptVpcPeeringConnection$ = exports.AcceptVpcEndpointConnections$ = exports.AcceptTransitGatewayVpcAttachment$ = exports.AcceptTransitGatewayPeeringAttachment$ = exports.AcceptTransitGatewayMulticastDomainAssociations$ = exports.AcceptTransitGatewayClientVpnAttachment$ = exports.AcceptReservedInstancesExchangeQuote$ = exports.AcceptCapacityReservationBillingOwnership$ = exports.AcceptAddressTransfer$ = exports.WithdrawByoipCidrResult$ = exports.WithdrawByoipCidrRequest$ = exports.VpnTunnelOptionsSpecification$ = exports.VpnTunnelLogOptionsSpecification$ = exports.VpnTunnelLogOptions$ = exports.VpnStaticRoute$ = exports.VpnGateway$ = exports.VpnConnectionOptionsSpecification$ = exports.VpnConnectionOptions$ = exports.VpnConnectionDeviceType$ = exports.VpnConnection$ = exports.VpnConcentrator$ = exports.VpcPeeringConnectionVpcInfo$ = exports.VpcPeeringConnectionStateReason$ = exports.VpcPeeringConnectionOptionsDescription$ = exports.VpcPeeringConnection$ = exports.VpcIpv6CidrBlockAssociation$ = exports.VpcEndpointConnection$ = exports.VpcEndpointAssociation$ = exports.VpcEndpoint$ = exports.VpcEncryptionNonCompliantResource$ = exports.VpcEncryptionControlExclusions$ = exports.VpcEncryptionControlExclusion$ = exports.VpcEncryptionControlConfiguration$ = exports.VpcEncryptionControl$ = void 0; -exports.CreateDelegateMacVolumeOwnershipTask$ = exports.CreateDefaultVpc$ = exports.CreateDefaultSubnet$ = exports.CreateCustomerGateway$ = exports.CreateCoipPool$ = exports.CreateCoipCidr$ = exports.CreateClientVpnRoute$ = exports.CreateClientVpnEndpoint$ = exports.CreateCarrierGateway$ = exports.CreateCapacityReservationFleet$ = exports.CreateCapacityReservationBySplitting$ = exports.CreateCapacityReservation$ = exports.CreateCapacityManagerDataExport$ = exports.CopyVolumes$ = exports.CopySnapshot$ = exports.CopyImage$ = exports.CopyFpgaImage$ = exports.ConfirmProductInstance$ = exports.CancelSpotInstanceRequests$ = exports.CancelSpotFleetRequests$ = exports.CancelReservedInstancesListing$ = exports.CancelImportTask$ = exports.CancelImageLaunchPermission$ = exports.CancelExportTask$ = exports.CancelDeclarativePoliciesReport$ = exports.CancelConversionTask$ = exports.CancelCapacityReservationFleets$ = exports.CancelCapacityReservation$ = exports.CancelBundleTask$ = exports.BundleInstance$ = exports.AuthorizeSecurityGroupIngress$ = exports.AuthorizeSecurityGroupEgress$ = exports.AuthorizeClientVpnIngress$ = exports.AttachVpnGateway$ = exports.AttachVolume$ = exports.AttachVerifiedAccessTrustProvider$ = exports.AttachNetworkInterface$ = exports.AttachInternetGateway$ = exports.AttachClassicLinkVpc$ = exports.AssociateVpcCidrBlock$ = exports.AssociateTrunkInterface$ = exports.AssociateTransitGatewayRouteTable$ = exports.AssociateTransitGatewayPolicyTable$ = exports.AssociateTransitGatewayMulticastDomain$ = exports.AssociateSubnetCidrBlock$ = exports.AssociateSecurityGroupVpc$ = exports.AssociateRouteTable$ = exports.AssociateRouteServer$ = exports.AssociateNatGatewayAddress$ = exports.AssociateIpamResourceDiscovery$ = void 0; -exports.CreateSecondarySubnet$ = exports.CreateSecondaryNetwork$ = exports.CreateRouteTable$ = exports.CreateRouteServerPeer$ = exports.CreateRouteServerEndpoint$ = exports.CreateRouteServer$ = exports.CreateRoute$ = exports.CreateRestoreImageTask$ = exports.CreateReservedInstancesListing$ = exports.CreateReplaceRootVolumeTask$ = exports.CreatePublicIpv4Pool$ = exports.CreatePlacementGroup$ = exports.CreateNetworkInterfacePermission$ = exports.CreateNetworkInterface$ = exports.CreateNetworkInsightsPath$ = exports.CreateNetworkInsightsAccessScope$ = exports.CreateNetworkAclEntry$ = exports.CreateNetworkAcl$ = exports.CreateNatGateway$ = exports.CreateManagedPrefixList$ = exports.CreateMacSystemIntegrityProtectionModificationTask$ = exports.CreateLocalGatewayVirtualInterfaceGroup$ = exports.CreateLocalGatewayVirtualInterface$ = exports.CreateLocalGatewayRouteTableVpcAssociation$ = exports.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation$ = exports.CreateLocalGatewayRouteTable$ = exports.CreateLocalGatewayRoute$ = exports.CreateLaunchTemplateVersion$ = exports.CreateLaunchTemplate$ = exports.CreateKeyPair$ = exports.CreateIpamScope$ = exports.CreateIpamResourceDiscovery$ = exports.CreateIpamPrefixListResolverTarget$ = exports.CreateIpamPrefixListResolver$ = exports.CreateIpamPool$ = exports.CreateIpamPolicy$ = exports.CreateIpamExternalResourceVerificationToken$ = exports.CreateIpam$ = exports.CreateInterruptibleCapacityReservationAllocation$ = exports.CreateInternetGateway$ = exports.CreateInstanceExportTask$ = exports.CreateInstanceEventWindow$ = exports.CreateInstanceConnectEndpoint$ = exports.CreateImageUsageReport$ = exports.CreateImage$ = exports.CreateFpgaImage$ = exports.CreateFlowLogs$ = exports.CreateFleet$ = exports.CreateEgressOnlyInternetGateway$ = exports.CreateDhcpOptions$ = void 0; -exports.DeleteEgressOnlyInternetGateway$ = exports.DeleteDhcpOptions$ = exports.DeleteCustomerGateway$ = exports.DeleteCoipPool$ = exports.DeleteCoipCidr$ = exports.DeleteClientVpnRoute$ = exports.DeleteClientVpnEndpoint$ = exports.DeleteCarrierGateway$ = exports.DeleteCapacityManagerDataExport$ = exports.CreateVpnGateway$ = exports.CreateVpnConnectionRoute$ = exports.CreateVpnConnection$ = exports.CreateVpnConcentrator$ = exports.CreateVpcPeeringConnection$ = exports.CreateVpcEndpointServiceConfiguration$ = exports.CreateVpcEndpointConnectionNotification$ = exports.CreateVpcEndpoint$ = exports.CreateVpcEncryptionControl$ = exports.CreateVpcBlockPublicAccessExclusion$ = exports.CreateVpc$ = exports.CreateVolume$ = exports.CreateVerifiedAccessTrustProvider$ = exports.CreateVerifiedAccessInstance$ = exports.CreateVerifiedAccessGroup$ = exports.CreateVerifiedAccessEndpoint$ = exports.CreateTransitGatewayVpcAttachment$ = exports.CreateTransitGatewayRouteTableAnnouncement$ = exports.CreateTransitGatewayRouteTable$ = exports.CreateTransitGatewayRoute$ = exports.CreateTransitGatewayPrefixListReference$ = exports.CreateTransitGatewayPolicyTable$ = exports.CreateTransitGatewayPeeringAttachment$ = exports.CreateTransitGatewayMulticastDomain$ = exports.CreateTransitGatewayMeteringPolicyEntry$ = exports.CreateTransitGatewayMeteringPolicy$ = exports.CreateTransitGatewayConnectPeer$ = exports.CreateTransitGatewayConnect$ = exports.CreateTransitGateway$ = exports.CreateTrafficMirrorTarget$ = exports.CreateTrafficMirrorSession$ = exports.CreateTrafficMirrorFilterRule$ = exports.CreateTrafficMirrorFilter$ = exports.CreateTags$ = exports.CreateSubnetCidrReservation$ = exports.CreateSubnet$ = exports.CreateStoreImageTask$ = exports.CreateSpotDatafeedSubscription$ = exports.CreateSnapshots$ = exports.CreateSnapshot$ = exports.CreateSecurityGroup$ = void 0; -exports.DeleteTags$ = exports.DeleteSubnetCidrReservation$ = exports.DeleteSubnet$ = exports.DeleteSpotDatafeedSubscription$ = exports.DeleteSnapshot$ = exports.DeleteSecurityGroup$ = exports.DeleteSecondarySubnet$ = exports.DeleteSecondaryNetwork$ = exports.DeleteRouteTable$ = exports.DeleteRouteServerPeer$ = exports.DeleteRouteServerEndpoint$ = exports.DeleteRouteServer$ = exports.DeleteRoute$ = exports.DeleteQueuedReservedInstances$ = exports.DeletePublicIpv4Pool$ = exports.DeletePlacementGroup$ = exports.DeleteNetworkInterfacePermission$ = exports.DeleteNetworkInterface$ = exports.DeleteNetworkInsightsPath$ = exports.DeleteNetworkInsightsAnalysis$ = exports.DeleteNetworkInsightsAccessScopeAnalysis$ = exports.DeleteNetworkInsightsAccessScope$ = exports.DeleteNetworkAclEntry$ = exports.DeleteNetworkAcl$ = exports.DeleteNatGateway$ = exports.DeleteManagedPrefixList$ = exports.DeleteLocalGatewayVirtualInterfaceGroup$ = exports.DeleteLocalGatewayVirtualInterface$ = exports.DeleteLocalGatewayRouteTableVpcAssociation$ = exports.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation$ = exports.DeleteLocalGatewayRouteTable$ = exports.DeleteLocalGatewayRoute$ = exports.DeleteLaunchTemplateVersions$ = exports.DeleteLaunchTemplate$ = exports.DeleteKeyPair$ = exports.DeleteIpamScope$ = exports.DeleteIpamResourceDiscovery$ = exports.DeleteIpamPrefixListResolverTarget$ = exports.DeleteIpamPrefixListResolver$ = exports.DeleteIpamPool$ = exports.DeleteIpamPolicy$ = exports.DeleteIpamExternalResourceVerificationToken$ = exports.DeleteIpam$ = exports.DeleteInternetGateway$ = exports.DeleteInstanceEventWindow$ = exports.DeleteInstanceConnectEndpoint$ = exports.DeleteImageUsageReport$ = exports.DeleteFpgaImage$ = exports.DeleteFlowLogs$ = exports.DeleteFleets$ = void 0; -exports.DescribeBundleTasks$ = exports.DescribeAwsNetworkPerformanceMetricSubscriptions$ = exports.DescribeAvailabilityZones$ = exports.DescribeAggregateIdFormat$ = exports.DescribeAddressTransfers$ = exports.DescribeAddressesAttribute$ = exports.DescribeAddresses$ = exports.DescribeAccountAttributes$ = exports.DeregisterTransitGatewayMulticastGroupSources$ = exports.DeregisterTransitGatewayMulticastGroupMembers$ = exports.DeregisterInstanceEventNotificationAttributes$ = exports.DeregisterImage$ = exports.DeprovisionPublicIpv4PoolCidr$ = exports.DeprovisionIpamPoolCidr$ = exports.DeprovisionIpamByoasn$ = exports.DeprovisionByoipCidr$ = exports.DeleteVpnGateway$ = exports.DeleteVpnConnectionRoute$ = exports.DeleteVpnConnection$ = exports.DeleteVpnConcentrator$ = exports.DeleteVpcPeeringConnection$ = exports.DeleteVpcEndpointServiceConfigurations$ = exports.DeleteVpcEndpoints$ = exports.DeleteVpcEndpointConnectionNotifications$ = exports.DeleteVpcEncryptionControl$ = exports.DeleteVpcBlockPublicAccessExclusion$ = exports.DeleteVpc$ = exports.DeleteVolume$ = exports.DeleteVerifiedAccessTrustProvider$ = exports.DeleteVerifiedAccessInstance$ = exports.DeleteVerifiedAccessGroup$ = exports.DeleteVerifiedAccessEndpoint$ = exports.DeleteTransitGatewayVpcAttachment$ = exports.DeleteTransitGatewayRouteTableAnnouncement$ = exports.DeleteTransitGatewayRouteTable$ = exports.DeleteTransitGatewayRoute$ = exports.DeleteTransitGatewayPrefixListReference$ = exports.DeleteTransitGatewayPolicyTable$ = exports.DeleteTransitGatewayPeeringAttachment$ = exports.DeleteTransitGatewayMulticastDomain$ = exports.DeleteTransitGatewayMeteringPolicyEntry$ = exports.DeleteTransitGatewayMeteringPolicy$ = exports.DeleteTransitGatewayConnectPeer$ = exports.DeleteTransitGatewayConnect$ = exports.DeleteTransitGatewayClientVpnAttachment$ = exports.DeleteTransitGateway$ = exports.DeleteTrafficMirrorTarget$ = exports.DeleteTrafficMirrorSession$ = exports.DeleteTrafficMirrorFilterRule$ = exports.DeleteTrafficMirrorFilter$ = void 0; -exports.DescribeInstanceConnectEndpoints$ = exports.DescribeInstanceAttribute$ = exports.DescribeImportSnapshotTasks$ = exports.DescribeImportImageTasks$ = exports.DescribeImageUsageReports$ = exports.DescribeImageUsageReportEntries$ = exports.DescribeImages$ = exports.DescribeImageReferences$ = exports.DescribeImageAttribute$ = exports.DescribeIdFormat$ = exports.DescribeIdentityIdFormat$ = exports.DescribeIamInstanceProfileAssociations$ = exports.DescribeHosts$ = exports.DescribeHostReservations$ = exports.DescribeHostReservationOfferings$ = exports.DescribeFpgaImages$ = exports.DescribeFpgaImageAttribute$ = exports.DescribeFlowLogs$ = exports.DescribeFleets$ = exports.DescribeFleetInstances$ = exports.DescribeFleetHistory$ = exports.DescribeFastSnapshotRestores$ = exports.DescribeFastLaunchImages$ = exports.DescribeExportTasks$ = exports.DescribeExportImageTasks$ = exports.DescribeElasticGpus$ = exports.DescribeEgressOnlyInternetGateways$ = exports.DescribeDhcpOptions$ = exports.DescribeDeclarativePoliciesReports$ = exports.DescribeCustomerGateways$ = exports.DescribeConversionTasks$ = exports.DescribeCoipPools$ = exports.DescribeClientVpnTargetNetworks$ = exports.DescribeClientVpnRoutes$ = exports.DescribeClientVpnEndpoints$ = exports.DescribeClientVpnConnections$ = exports.DescribeClientVpnAuthorizationRules$ = exports.DescribeClassicLinkInstances$ = exports.DescribeCarrierGateways$ = exports.DescribeCapacityReservationTopology$ = exports.DescribeCapacityReservations$ = exports.DescribeCapacityReservationFleets$ = exports.DescribeCapacityReservationBillingRequests$ = exports.DescribeCapacityManagerDataExports$ = exports.DescribeCapacityBlockStatus$ = exports.DescribeCapacityBlocks$ = exports.DescribeCapacityBlockOfferings$ = exports.DescribeCapacityBlockExtensionOfferings$ = exports.DescribeCapacityBlockExtensionHistory$ = exports.DescribeByoipCidrs$ = void 0; -exports.DescribePrincipalIdFormat$ = exports.DescribePrefixLists$ = exports.DescribePlacementGroups$ = exports.DescribeOutpostLags$ = exports.DescribeNetworkInterfaces$ = exports.DescribeNetworkInterfacePermissions$ = exports.DescribeNetworkInterfaceAttribute$ = exports.DescribeNetworkInsightsPaths$ = exports.DescribeNetworkInsightsAnalyses$ = exports.DescribeNetworkInsightsAccessScopes$ = exports.DescribeNetworkInsightsAccessScopeAnalyses$ = exports.DescribeNetworkAcls$ = exports.DescribeNatGateways$ = exports.DescribeMovingAddresses$ = exports.DescribeManagedPrefixLists$ = exports.DescribeMacModificationTasks$ = exports.DescribeMacHosts$ = exports.DescribeLockedSnapshots$ = exports.DescribeLocalGatewayVirtualInterfaces$ = exports.DescribeLocalGatewayVirtualInterfaceGroups$ = exports.DescribeLocalGateways$ = exports.DescribeLocalGatewayRouteTableVpcAssociations$ = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations$ = exports.DescribeLocalGatewayRouteTables$ = exports.DescribeLaunchTemplateVersions$ = exports.DescribeLaunchTemplates$ = exports.DescribeKeyPairs$ = exports.DescribeIpv6Pools$ = exports.DescribeIpamScopes$ = exports.DescribeIpams$ = exports.DescribeIpamResourceDiscoveryAssociations$ = exports.DescribeIpamResourceDiscoveries$ = exports.DescribeIpamPrefixListResolverTargets$ = exports.DescribeIpamPrefixListResolvers$ = exports.DescribeIpamPools$ = exports.DescribeIpamPolicies$ = exports.DescribeIpamExternalResourceVerificationTokens$ = exports.DescribeIpamByoasn$ = exports.DescribeInternetGateways$ = exports.DescribeInstanceTypes$ = exports.DescribeInstanceTypeOfferings$ = exports.DescribeInstanceTopology$ = exports.DescribeInstanceStatus$ = exports.DescribeInstanceSqlHaStates$ = exports.DescribeInstanceSqlHaHistoryStates$ = exports.DescribeInstances$ = exports.DescribeInstanceImageMetadata$ = exports.DescribeInstanceEventWindows$ = exports.DescribeInstanceEventNotificationAttributes$ = exports.DescribeInstanceCreditSpecifications$ = void 0; -exports.DescribeTrunkInterfaceAssociations$ = exports.DescribeTransitGatewayVpcAttachments$ = exports.DescribeTransitGateways$ = exports.DescribeTransitGatewayRouteTables$ = exports.DescribeTransitGatewayRouteTableAnnouncements$ = exports.DescribeTransitGatewayPolicyTables$ = exports.DescribeTransitGatewayPeeringAttachments$ = exports.DescribeTransitGatewayMulticastDomains$ = exports.DescribeTransitGatewayMeteringPolicies$ = exports.DescribeTransitGatewayConnects$ = exports.DescribeTransitGatewayConnectPeers$ = exports.DescribeTransitGatewayAttachments$ = exports.DescribeTrafficMirrorTargets$ = exports.DescribeTrafficMirrorSessions$ = exports.DescribeTrafficMirrorFilters$ = exports.DescribeTrafficMirrorFilterRules$ = exports.DescribeTags$ = exports.DescribeSubnets$ = exports.DescribeStoreImageTasks$ = exports.DescribeStaleSecurityGroups$ = exports.DescribeSpotPriceHistory$ = exports.DescribeSpotInstanceRequests$ = exports.DescribeSpotFleetRequests$ = exports.DescribeSpotFleetRequestHistory$ = exports.DescribeSpotFleetInstances$ = exports.DescribeSpotDatafeedSubscription$ = exports.DescribeSnapshotTierStatus$ = exports.DescribeSnapshots$ = exports.DescribeSnapshotAttribute$ = exports.DescribeServiceLinkVirtualInterfaces$ = exports.DescribeSecurityGroupVpcAssociations$ = exports.DescribeSecurityGroups$ = exports.DescribeSecurityGroupRules$ = exports.DescribeSecurityGroupReferences$ = exports.DescribeSecondarySubnets$ = exports.DescribeSecondaryNetworks$ = exports.DescribeSecondaryInterfaces$ = exports.DescribeScheduledInstances$ = exports.DescribeScheduledInstanceAvailability$ = exports.DescribeRouteTables$ = exports.DescribeRouteServers$ = exports.DescribeRouteServerPeers$ = exports.DescribeRouteServerEndpoints$ = exports.DescribeReservedInstancesOfferings$ = exports.DescribeReservedInstancesModifications$ = exports.DescribeReservedInstancesListings$ = exports.DescribeReservedInstances$ = exports.DescribeReplaceRootVolumeTasks$ = exports.DescribeRegions$ = exports.DescribePublicIpv4Pools$ = void 0; -exports.DisableSnapshotBlockPublicAccess$ = exports.DisableSerialConsoleAccess$ = exports.DisableRouteServerPropagation$ = exports.DisableIpamPolicy$ = exports.DisableIpamOrganizationAdminAccount$ = exports.DisableInstanceSqlHaStandbyDetections$ = exports.DisableImageDeregistrationProtection$ = exports.DisableImageDeprecation$ = exports.DisableImageBlockPublicAccess$ = exports.DisableImage$ = exports.DisableFastSnapshotRestores$ = exports.DisableFastLaunch$ = exports.DisableEbsEncryptionByDefault$ = exports.DisableCapacityManager$ = exports.DisableAwsNetworkPerformanceMetricSubscription$ = exports.DisableAllowedImagesSettings$ = exports.DisableAddressTransfer$ = exports.DetachVpnGateway$ = exports.DetachVolume$ = exports.DetachVerifiedAccessTrustProvider$ = exports.DetachNetworkInterface$ = exports.DetachInternetGateway$ = exports.DetachClassicLinkVpc$ = exports.DescribeVpnGateways$ = exports.DescribeVpnConnections$ = exports.DescribeVpnConcentrators$ = exports.DescribeVpcs$ = exports.DescribeVpcPeeringConnections$ = exports.DescribeVpcEndpointServices$ = exports.DescribeVpcEndpointServicePermissions$ = exports.DescribeVpcEndpointServiceConfigurations$ = exports.DescribeVpcEndpoints$ = exports.DescribeVpcEndpointConnections$ = exports.DescribeVpcEndpointConnectionNotifications$ = exports.DescribeVpcEndpointAssociations$ = exports.DescribeVpcEncryptionControls$ = exports.DescribeVpcClassicLinkDnsSupport$ = exports.DescribeVpcClassicLink$ = exports.DescribeVpcBlockPublicAccessOptions$ = exports.DescribeVpcBlockPublicAccessExclusions$ = exports.DescribeVpcAttribute$ = exports.DescribeVolumeStatus$ = exports.DescribeVolumesModifications$ = exports.DescribeVolumes$ = exports.DescribeVolumeAttribute$ = exports.DescribeVerifiedAccessTrustProviders$ = exports.DescribeVerifiedAccessInstances$ = exports.DescribeVerifiedAccessInstanceLoggingConfigurations$ = exports.DescribeVerifiedAccessGroups$ = exports.DescribeVerifiedAccessEndpoints$ = void 0; -exports.ExportVerifiedAccessInstanceClientConfiguration$ = exports.ExportTransitGatewayRoutes$ = exports.ExportImage$ = exports.ExportClientVpnClientConfiguration$ = exports.ExportClientVpnClientCertificateRevocationList$ = exports.EnableVpcClassicLinkDnsSupport$ = exports.EnableVpcClassicLink$ = exports.EnableVolumeIO$ = exports.EnableVgwRoutePropagation$ = exports.EnableTransitGatewayRouteTablePropagation$ = exports.EnableSnapshotBlockPublicAccess$ = exports.EnableSerialConsoleAccess$ = exports.EnableRouteServerPropagation$ = exports.EnableReachabilityAnalyzerOrganizationSharing$ = exports.EnableIpamPolicy$ = exports.EnableIpamOrganizationAdminAccount$ = exports.EnableInstanceSqlHaStandbyDetections$ = exports.EnableImageDeregistrationProtection$ = exports.EnableImageDeprecation$ = exports.EnableImageBlockPublicAccess$ = exports.EnableImage$ = exports.EnableFastSnapshotRestores$ = exports.EnableFastLaunch$ = exports.EnableEbsEncryptionByDefault$ = exports.EnableCapacityManager$ = exports.EnableAwsNetworkPerformanceMetricSubscription$ = exports.EnableAllowedImagesSettings$ = exports.EnableAddressTransfer$ = exports.DisassociateVpcCidrBlock$ = exports.DisassociateTrunkInterface$ = exports.DisassociateTransitGatewayRouteTable$ = exports.DisassociateTransitGatewayPolicyTable$ = exports.DisassociateTransitGatewayMulticastDomain$ = exports.DisassociateSubnetCidrBlock$ = exports.DisassociateSecurityGroupVpc$ = exports.DisassociateRouteTable$ = exports.DisassociateRouteServer$ = exports.DisassociateNatGatewayAddress$ = exports.DisassociateIpamResourceDiscovery$ = exports.DisassociateIpamByoasn$ = exports.DisassociateInstanceEventWindow$ = exports.DisassociateIamInstanceProfile$ = exports.DisassociateEnclaveCertificateIamRole$ = exports.DisassociateClientVpnTargetNetwork$ = exports.DisassociateCapacityReservationBillingOwner$ = exports.DisassociateAddress$ = exports.DisableVpcClassicLinkDnsSupport$ = exports.DisableVpcClassicLink$ = exports.DisableVgwRoutePropagation$ = exports.DisableTransitGatewayRouteTablePropagation$ = void 0; -exports.GetSecurityGroupsForVpc$ = exports.GetRouteServerRoutingDatabase$ = exports.GetRouteServerPropagations$ = exports.GetRouteServerAssociations$ = exports.GetReservedInstancesExchangeQuote$ = exports.GetPasswordData$ = exports.GetNetworkInsightsAccessScopeContent$ = exports.GetNetworkInsightsAccessScopeAnalysisFindings$ = exports.GetManagedPrefixListEntries$ = exports.GetManagedPrefixListAssociations$ = exports.GetLaunchTemplateData$ = exports.GetIpamResourceCidrs$ = exports.GetIpamPrefixListResolverVersions$ = exports.GetIpamPrefixListResolverVersionEntries$ = exports.GetIpamPrefixListResolverRules$ = exports.GetIpamPoolCidrs$ = exports.GetIpamPoolAllocations$ = exports.GetIpamPolicyOrganizationTargets$ = exports.GetIpamPolicyAllocationRules$ = exports.GetIpamDiscoveredResourceCidrs$ = exports.GetIpamDiscoveredPublicAddresses$ = exports.GetIpamDiscoveredAccounts$ = exports.GetIpamAddressHistory$ = exports.GetInstanceUefiData$ = exports.GetInstanceTypesFromInstanceRequirements$ = exports.GetInstanceTpmEkPub$ = exports.GetInstanceMetadataDefaults$ = exports.GetImageBlockPublicAccessState$ = exports.GetImageAncestry$ = exports.GetHostReservationPurchasePreview$ = exports.GetGroupsForCapacityReservation$ = exports.GetFlowLogsIntegrationTemplate$ = exports.GetEnabledIpamPolicy$ = exports.GetEbsEncryptionByDefault$ = exports.GetEbsDefaultKmsKeyId$ = exports.GetDefaultCreditSpecification$ = exports.GetDeclarativePoliciesReportSummary$ = exports.GetConsoleScreenshot$ = exports.GetConsoleOutput$ = exports.GetCoipPoolUsage$ = exports.GetCapacityReservationUsage$ = exports.GetCapacityManagerMonitoredTagKeys$ = exports.GetCapacityManagerMetricDimensions$ = exports.GetCapacityManagerMetricData$ = exports.GetCapacityManagerAttributes$ = exports.GetAwsNetworkPerformanceData$ = exports.GetAssociatedIpv6PoolCidrs$ = exports.GetAssociatedEnclaveCertificateIamRoles$ = exports.GetAllowedImagesSettings$ = exports.GetActiveVpnTunnelStatus$ = void 0; -exports.ModifyInstanceMaintenanceOptions$ = exports.ModifyInstanceEventWindow$ = exports.ModifyInstanceEventStartTime$ = exports.ModifyInstanceCreditSpecification$ = exports.ModifyInstanceCpuOptions$ = exports.ModifyInstanceConnectEndpoint$ = exports.ModifyInstanceCapacityReservationAttributes$ = exports.ModifyInstanceAttribute$ = exports.ModifyImageAttribute$ = exports.ModifyIdFormat$ = exports.ModifyIdentityIdFormat$ = exports.ModifyHosts$ = exports.ModifyFpgaImageAttribute$ = exports.ModifyFleet$ = exports.ModifyEbsDefaultKmsKeyId$ = exports.ModifyDefaultCreditSpecification$ = exports.ModifyClientVpnEndpoint$ = exports.ModifyCapacityReservationFleet$ = exports.ModifyCapacityReservation$ = exports.ModifyAvailabilityZoneGroup$ = exports.ModifyAddressAttribute$ = exports.LockSnapshot$ = exports.ListVolumesInRecycleBin$ = exports.ListSnapshotsInRecycleBin$ = exports.ListImagesInRecycleBin$ = exports.ImportVolume$ = exports.ImportSnapshot$ = exports.ImportKeyPair$ = exports.ImportInstance$ = exports.ImportImage$ = exports.ImportClientVpnClientCertificateRevocationList$ = exports.GetVpnTunnelReplacementStatus$ = exports.GetVpnConnectionDeviceTypes$ = exports.GetVpnConnectionDeviceSampleConfiguration$ = exports.GetVpcResourcesBlockingEncryptionEnforcement$ = exports.GetVerifiedAccessGroupPolicy$ = exports.GetVerifiedAccessEndpointTargets$ = exports.GetVerifiedAccessEndpointPolicy$ = exports.GetTransitGatewayRouteTablePropagations$ = exports.GetTransitGatewayRouteTableAssociations$ = exports.GetTransitGatewayPrefixListReferences$ = exports.GetTransitGatewayPolicyTableEntries$ = exports.GetTransitGatewayPolicyTableAssociations$ = exports.GetTransitGatewayMulticastDomainAssociations$ = exports.GetTransitGatewayMeteringPolicyEntries$ = exports.GetTransitGatewayAttachmentPropagations$ = exports.GetSubnetCidrReservations$ = exports.GetSpotPlacementScores$ = exports.GetSnapshotBlockPublicAccessState$ = exports.GetSerialConsoleAccessStatus$ = void 0; -exports.ModifyVpcEndpointServicePermissions$ = exports.ModifyVpcEndpointServicePayerResponsibility$ = exports.ModifyVpcEndpointServiceConfiguration$ = exports.ModifyVpcEndpointConnectionNotification$ = exports.ModifyVpcEndpoint$ = exports.ModifyVpcEncryptionControl$ = exports.ModifyVpcBlockPublicAccessOptions$ = exports.ModifyVpcBlockPublicAccessExclusion$ = exports.ModifyVpcAttribute$ = exports.ModifyVolumeAttribute$ = exports.ModifyVolume$ = exports.ModifyVerifiedAccessTrustProvider$ = exports.ModifyVerifiedAccessInstanceLoggingConfiguration$ = exports.ModifyVerifiedAccessInstance$ = exports.ModifyVerifiedAccessGroupPolicy$ = exports.ModifyVerifiedAccessGroup$ = exports.ModifyVerifiedAccessEndpointPolicy$ = exports.ModifyVerifiedAccessEndpoint$ = exports.ModifyTransitGatewayVpcAttachment$ = exports.ModifyTransitGatewayPrefixListReference$ = exports.ModifyTransitGatewayMeteringPolicy$ = exports.ModifyTransitGateway$ = exports.ModifyTrafficMirrorSession$ = exports.ModifyTrafficMirrorFilterRule$ = exports.ModifyTrafficMirrorFilterNetworkServices$ = exports.ModifySubnetAttribute$ = exports.ModifySpotFleetRequest$ = exports.ModifySnapshotTier$ = exports.ModifySnapshotAttribute$ = exports.ModifySecurityGroupRules$ = exports.ModifyRouteServer$ = exports.ModifyReservedInstances$ = exports.ModifyPublicIpDnsNameOptions$ = exports.ModifyPrivateDnsNameOptions$ = exports.ModifyNetworkInterfaceAttribute$ = exports.ModifyManagedPrefixList$ = exports.ModifyLocalGatewayRoute$ = exports.ModifyLaunchTemplate$ = exports.ModifyIpamScope$ = exports.ModifyIpamResourceDiscovery$ = exports.ModifyIpamResourceCidr$ = exports.ModifyIpamPrefixListResolverTarget$ = exports.ModifyIpamPrefixListResolver$ = exports.ModifyIpamPool$ = exports.ModifyIpamPolicyAllocationRules$ = exports.ModifyIpam$ = exports.ModifyInstancePlacement$ = exports.ModifyInstanceNetworkPerformanceOptions$ = exports.ModifyInstanceMetadataOptions$ = exports.ModifyInstanceMetadataDefaults$ = void 0; -exports.ResetInstanceAttribute$ = exports.ResetImageAttribute$ = exports.ResetFpgaImageAttribute$ = exports.ResetEbsDefaultKmsKeyId$ = exports.ResetAddressAttribute$ = exports.RequestSpotInstances$ = exports.RequestSpotFleet$ = exports.ReportInstanceStatus$ = exports.ReplaceVpnTunnel$ = exports.ReplaceTransitGatewayRoute$ = exports.ReplaceRouteTableAssociation$ = exports.ReplaceRoute$ = exports.ReplaceNetworkAclEntry$ = exports.ReplaceNetworkAclAssociation$ = exports.ReplaceImageCriteriaInAllowedImagesSettings$ = exports.ReplaceIamInstanceProfileAssociation$ = exports.ReleaseIpamPoolAllocation$ = exports.ReleaseHosts$ = exports.ReleaseAddress$ = exports.RejectVpcPeeringConnection$ = exports.RejectVpcEndpointConnections$ = exports.RejectTransitGatewayVpcAttachment$ = exports.RejectTransitGatewayPeeringAttachment$ = exports.RejectTransitGatewayMulticastDomainAssociations$ = exports.RejectTransitGatewayClientVpnAttachment$ = exports.RejectCapacityReservationBillingOwnership$ = exports.RegisterTransitGatewayMulticastGroupSources$ = exports.RegisterTransitGatewayMulticastGroupMembers$ = exports.RegisterInstanceEventNotificationAttributes$ = exports.RegisterImage$ = exports.RebootInstances$ = exports.PurchaseScheduledInstances$ = exports.PurchaseReservedInstancesOffering$ = exports.PurchaseHostReservation$ = exports.PurchaseCapacityBlockExtension$ = exports.PurchaseCapacityBlock$ = exports.ProvisionPublicIpv4PoolCidr$ = exports.ProvisionIpamPoolCidr$ = exports.ProvisionIpamByoasn$ = exports.ProvisionByoipCidr$ = exports.MoveCapacityReservationInstances$ = exports.MoveByoipCidrToIpam$ = exports.MoveAddressToVpc$ = exports.MonitorInstances$ = exports.ModifyVpnTunnelOptions$ = exports.ModifyVpnTunnelCertificate$ = exports.ModifyVpnConnectionOptions$ = exports.ModifyVpnConnection$ = exports.ModifyVpcTenancy$ = exports.ModifyVpcPeeringConnectionOptions$ = void 0; -exports.WithdrawByoipCidr$ = exports.UpdateSecurityGroupRuleDescriptionsIngress$ = exports.UpdateSecurityGroupRuleDescriptionsEgress$ = exports.UpdateInterruptibleCapacityReservationAllocation$ = exports.UpdateCapacityManagerOrganizationsAccess$ = exports.UpdateCapacityManagerMonitoredTagKeys$ = exports.UnmonitorInstances$ = exports.UnlockSnapshot$ = exports.UnassignPrivateNatGatewayAddress$ = exports.UnassignPrivateIpAddresses$ = exports.UnassignIpv6Addresses$ = exports.TerminateInstances$ = exports.TerminateClientVpnConnections$ = exports.StopInstances$ = exports.StartVpcEndpointServicePrivateDnsVerification$ = exports.StartNetworkInsightsAnalysis$ = exports.StartNetworkInsightsAccessScopeAnalysis$ = exports.StartInstances$ = exports.StartDeclarativePoliciesReport$ = exports.SendDiagnosticInterrupt$ = exports.SearchTransitGatewayRoutes$ = exports.SearchTransitGatewayMulticastGroups$ = exports.SearchLocalGatewayRoutes$ = exports.RunScheduledInstances$ = exports.RunInstances$ = exports.RevokeSecurityGroupIngress$ = exports.RevokeSecurityGroupEgress$ = exports.RevokeClientVpnIngress$ = exports.RestoreVolumeFromRecycleBin$ = exports.RestoreSnapshotTier$ = exports.RestoreSnapshotFromRecycleBin$ = exports.RestoreManagedPrefixListVersion$ = exports.RestoreImageFromRecycleBin$ = exports.RestoreAddressToClassic$ = exports.ResetSnapshotAttribute$ = exports.ResetNetworkInterfaceAttribute$ = void 0; +exports.CapacityReservationSpecification$ = exports.CapacityReservationOptionsRequest$ = exports.CapacityReservationOptions$ = exports.CapacityReservationInfo$ = exports.CapacityReservationGroup$ = exports.CapacityReservationFleetCancellationState$ = exports.CapacityReservationFleet$ = exports.CapacityReservationConfiguration$ = exports.CapacityReservationCommitmentInfo$ = exports.CapacityReservationCancellationQuote$ = exports.CapacityReservationBillingRequest$ = exports.CapacityReservation$ = exports.CapacityManagerTagDimension$ = exports.CapacityManagerMonitoredTagKey$ = exports.CapacityManagerDimension$ = exports.CapacityManagerDataExportResponse$ = exports.CapacityManagerCondition$ = exports.CapacityBlockStatus$ = exports.CapacityBlockOffering$ = exports.CapacityBlockExtensionOffering$ = exports.CapacityBlockExtension$ = exports.CapacityBlock$ = exports.CapacityAllocationMetadataEntry$ = exports.CapacityAllocation$ = exports.CancelSpotInstanceRequestsResult$ = exports.CancelSpotInstanceRequestsRequest$ = exports.CancelSpotFleetRequestsSuccessItem$ = exports.CancelSpotFleetRequestsResponse$ = exports.CancelSpotFleetRequestsRequest$ = exports.CancelSpotFleetRequestsErrorItem$ = exports.CancelSpotFleetRequestsError$ = exports.CancelReservedInstancesListingResult$ = exports.CancelReservedInstancesListingRequest$ = exports.CancelledSpotInstanceRequest$ = exports.CancellationTerms$ = exports.CancelImportTaskResult$ = exports.CancelImportTaskRequest$ = exports.CancelImageLaunchPermissionResult$ = exports.CancelImageLaunchPermissionRequest$ = exports.CancelExportTaskRequest$ = exports.CancelDeclarativePoliciesReportResult$ = exports.CancelDeclarativePoliciesReportRequest$ = exports.CancelConversionRequest$ = exports.CancelCapacityReservationResult$ = exports.CancelCapacityReservationRequest$ = exports.CancelCapacityReservationFleetsResult$ = exports.CancelCapacityReservationFleetsRequest$ = exports.CancelCapacityReservationFleetError$ = exports.CancelBundleTaskResult$ = exports.CancelBundleTaskRequest$ = void 0; +exports.CopyImageRequest$ = exports.CopyFpgaImageResult$ = exports.CopyFpgaImageRequest$ = exports.ConversionTask$ = exports.ConnectionTrackingSpecificationResponse$ = exports.ConnectionTrackingSpecificationRequest$ = exports.ConnectionTrackingSpecification$ = exports.ConnectionTrackingConfiguration$ = exports.ConnectionNotification$ = exports.ConnectionLogResponseOptions$ = exports.ConnectionLogOptions$ = exports.ConfirmProductInstanceResult$ = exports.ConfirmProductInstanceRequest$ = exports.CoipPool$ = exports.CoipCidr$ = exports.CoipAddressUsage$ = exports.CloudWatchLogOptionsSpecification$ = exports.CloudWatchLogOptions$ = exports.ClientVpnRouteStatus$ = exports.ClientVpnRoute$ = exports.ClientVpnEndpointStatus$ = exports.ClientVpnEndpointAttributeStatus$ = exports.ClientVpnEndpoint$ = exports.ClientVpnConnectionStatus$ = exports.ClientVpnConnection$ = exports.ClientVpnAuthorizationRuleStatus$ = exports.ClientVpnAuthenticationRequest$ = exports.ClientVpnAuthentication$ = exports.ClientRouteEnforcementResponseOptions$ = exports.ClientRouteEnforcementOptions$ = exports.ClientLoginBannerResponseOptions$ = exports.ClientLoginBannerOptions$ = exports.ClientData$ = exports.ClientConnectResponseOptions$ = exports.ClientConnectOptions$ = exports.ClientCertificateRevocationListStatus$ = exports.ClassicLoadBalancersConfig$ = exports.ClassicLoadBalancer$ = exports.ClassicLinkInstance$ = exports.ClassicLinkDnsSupport$ = exports.CidrBlock$ = exports.CidrAuthorizationContext$ = exports.CertificateAuthenticationRequest$ = exports.CertificateAuthentication$ = exports.CarrierGateway$ = exports.CapacityReservationTopology$ = exports.CapacityReservationTargetResponse$ = exports.CapacityReservationTarget$ = exports.CapacityReservationStatus$ = exports.CapacityReservationSpecificationResponse$ = void 0; +exports.CreateImageRequest$ = exports.CreateFpgaImageResult$ = exports.CreateFpgaImageRequest$ = exports.CreateFlowLogsResult$ = exports.CreateFlowLogsRequest$ = exports.CreateFleetResult$ = exports.CreateFleetRequest$ = exports.CreateFleetInstance$ = exports.CreateFleetError$ = exports.CreateEgressOnlyInternetGatewayResult$ = exports.CreateEgressOnlyInternetGatewayRequest$ = exports.CreateDhcpOptionsResult$ = exports.CreateDhcpOptionsRequest$ = exports.CreateDelegateMacVolumeOwnershipTaskResult$ = exports.CreateDelegateMacVolumeOwnershipTaskRequest$ = exports.CreateDefaultVpcResult$ = exports.CreateDefaultVpcRequest$ = exports.CreateDefaultSubnetResult$ = exports.CreateDefaultSubnetRequest$ = exports.CreateCustomerGatewayResult$ = exports.CreateCustomerGatewayRequest$ = exports.CreateCoipPoolResult$ = exports.CreateCoipPoolRequest$ = exports.CreateCoipCidrResult$ = exports.CreateCoipCidrRequest$ = exports.CreateClientVpnRouteResult$ = exports.CreateClientVpnRouteRequest$ = exports.CreateClientVpnEndpointResult$ = exports.CreateClientVpnEndpointRequest$ = exports.CreateCarrierGatewayResult$ = exports.CreateCarrierGatewayRequest$ = exports.CreateCapacityReservationResult$ = exports.CreateCapacityReservationRequest$ = exports.CreateCapacityReservationFleetResult$ = exports.CreateCapacityReservationFleetRequest$ = exports.CreateCapacityReservationCancellationQuoteResult$ = exports.CreateCapacityReservationCancellationQuoteRequest$ = exports.CreateCapacityReservationBySplittingResult$ = exports.CreateCapacityReservationBySplittingRequest$ = exports.CreateCapacityManagerDataExportResult$ = exports.CreateCapacityManagerDataExportRequest$ = exports.CpuPerformanceFactorRequest$ = exports.CpuPerformanceFactor$ = exports.CpuOptionsRequest$ = exports.CpuOptions$ = exports.CopyVolumesResult$ = exports.CopyVolumesRequest$ = exports.CopySnapshotResult$ = exports.CopySnapshotRequest$ = exports.CopyImageResult$ = void 0; +exports.CreateManagedPrefixListResult$ = exports.CreateManagedPrefixListRequest$ = exports.CreateMacSystemIntegrityProtectionModificationTaskResult$ = exports.CreateMacSystemIntegrityProtectionModificationTaskRequest$ = exports.CreateLocalGatewayVirtualInterfaceResult$ = exports.CreateLocalGatewayVirtualInterfaceRequest$ = exports.CreateLocalGatewayVirtualInterfaceGroupResult$ = exports.CreateLocalGatewayVirtualInterfaceGroupRequest$ = exports.CreateLocalGatewayRouteTableVpcAssociationResult$ = exports.CreateLocalGatewayRouteTableVpcAssociationRequest$ = exports.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$ = exports.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$ = exports.CreateLocalGatewayRouteTableResult$ = exports.CreateLocalGatewayRouteTableRequest$ = exports.CreateLocalGatewayRouteResult$ = exports.CreateLocalGatewayRouteRequest$ = exports.CreateLaunchTemplateVersionResult$ = exports.CreateLaunchTemplateVersionRequest$ = exports.CreateLaunchTemplateResult$ = exports.CreateLaunchTemplateRequest$ = exports.CreateKeyPairRequest$ = exports.CreateIpamScopeResult$ = exports.CreateIpamScopeRequest$ = exports.CreateIpamResult$ = exports.CreateIpamResourceDiscoveryResult$ = exports.CreateIpamResourceDiscoveryRequest$ = exports.CreateIpamRequest$ = exports.CreateIpamPrefixListResolverTargetResult$ = exports.CreateIpamPrefixListResolverTargetRequest$ = exports.CreateIpamPrefixListResolverResult$ = exports.CreateIpamPrefixListResolverRequest$ = exports.CreateIpamPoolResult$ = exports.CreateIpamPoolRequest$ = exports.CreateIpamPolicyResult$ = exports.CreateIpamPolicyRequest$ = exports.CreateIpamExternalResourceVerificationTokenResult$ = exports.CreateIpamExternalResourceVerificationTokenRequest$ = exports.CreateInterruptibleCapacityReservationAllocationResult$ = exports.CreateInterruptibleCapacityReservationAllocationRequest$ = exports.CreateInternetGatewayResult$ = exports.CreateInternetGatewayRequest$ = exports.CreateInstanceExportTaskResult$ = exports.CreateInstanceExportTaskRequest$ = exports.CreateInstanceEventWindowResult$ = exports.CreateInstanceEventWindowRequest$ = exports.CreateInstanceConnectEndpointResult$ = exports.CreateInstanceConnectEndpointRequest$ = exports.CreateImageUsageReportResult$ = exports.CreateImageUsageReportRequest$ = exports.CreateImageResult$ = void 0; +exports.CreateSubnetResult$ = exports.CreateSubnetRequest$ = exports.CreateSubnetCidrReservationResult$ = exports.CreateSubnetCidrReservationRequest$ = exports.CreateStoreImageTaskResult$ = exports.CreateStoreImageTaskRequest$ = exports.CreateSpotDatafeedSubscriptionResult$ = exports.CreateSpotDatafeedSubscriptionRequest$ = exports.CreateSnapshotsResult$ = exports.CreateSnapshotsRequest$ = exports.CreateSnapshotRequest$ = exports.CreateSecurityGroupResult$ = exports.CreateSecurityGroupRequest$ = exports.CreateSecondarySubnetResult$ = exports.CreateSecondarySubnetRequest$ = exports.CreateSecondaryNetworkResult$ = exports.CreateSecondaryNetworkRequest$ = exports.CreateRouteTableResult$ = exports.CreateRouteTableRequest$ = exports.CreateRouteServerResult$ = exports.CreateRouteServerRequest$ = exports.CreateRouteServerPeerResult$ = exports.CreateRouteServerPeerRequest$ = exports.CreateRouteServerEndpointResult$ = exports.CreateRouteServerEndpointRequest$ = exports.CreateRouteResult$ = exports.CreateRouteRequest$ = exports.CreateRestoreImageTaskResult$ = exports.CreateRestoreImageTaskRequest$ = exports.CreateReservedInstancesListingResult$ = exports.CreateReservedInstancesListingRequest$ = exports.CreateReplaceRootVolumeTaskResult$ = exports.CreateReplaceRootVolumeTaskRequest$ = exports.CreatePublicIpv4PoolResult$ = exports.CreatePublicIpv4PoolRequest$ = exports.CreatePlacementGroupResult$ = exports.CreatePlacementGroupRequest$ = exports.CreateNetworkInterfaceResult$ = exports.CreateNetworkInterfaceRequest$ = exports.CreateNetworkInterfacePermissionResult$ = exports.CreateNetworkInterfacePermissionRequest$ = exports.CreateNetworkInsightsPathResult$ = exports.CreateNetworkInsightsPathRequest$ = exports.CreateNetworkInsightsAccessScopeResult$ = exports.CreateNetworkInsightsAccessScopeRequest$ = exports.CreateNetworkAclResult$ = exports.CreateNetworkAclRequest$ = exports.CreateNetworkAclEntryRequest$ = exports.CreateNatGatewayResult$ = exports.CreateNatGatewayRequest$ = void 0; +exports.CreateVerifiedAccessInstanceResult$ = exports.CreateVerifiedAccessInstanceRequest$ = exports.CreateVerifiedAccessGroupResult$ = exports.CreateVerifiedAccessGroupRequest$ = exports.CreateVerifiedAccessEndpointResult$ = exports.CreateVerifiedAccessEndpointRequest$ = exports.CreateVerifiedAccessEndpointRdsOptions$ = exports.CreateVerifiedAccessEndpointPortRange$ = exports.CreateVerifiedAccessEndpointLoadBalancerOptions$ = exports.CreateVerifiedAccessEndpointEniOptions$ = exports.CreateVerifiedAccessEndpointCidrOptions$ = exports.CreateTransitGatewayVpcAttachmentResult$ = exports.CreateTransitGatewayVpcAttachmentRequestOptions$ = exports.CreateTransitGatewayVpcAttachmentRequest$ = exports.CreateTransitGatewayRouteTableResult$ = exports.CreateTransitGatewayRouteTableRequest$ = exports.CreateTransitGatewayRouteTableAnnouncementResult$ = exports.CreateTransitGatewayRouteTableAnnouncementRequest$ = exports.CreateTransitGatewayRouteResult$ = exports.CreateTransitGatewayRouteRequest$ = exports.CreateTransitGatewayResult$ = exports.CreateTransitGatewayRequest$ = exports.CreateTransitGatewayPrefixListReferenceResult$ = exports.CreateTransitGatewayPrefixListReferenceRequest$ = exports.CreateTransitGatewayPolicyTableResult$ = exports.CreateTransitGatewayPolicyTableRequest$ = exports.CreateTransitGatewayPeeringAttachmentResult$ = exports.CreateTransitGatewayPeeringAttachmentRequestOptions$ = exports.CreateTransitGatewayPeeringAttachmentRequest$ = exports.CreateTransitGatewayMulticastDomainResult$ = exports.CreateTransitGatewayMulticastDomainRequestOptions$ = exports.CreateTransitGatewayMulticastDomainRequest$ = exports.CreateTransitGatewayMeteringPolicyResult$ = exports.CreateTransitGatewayMeteringPolicyRequest$ = exports.CreateTransitGatewayMeteringPolicyEntryResult$ = exports.CreateTransitGatewayMeteringPolicyEntryRequest$ = exports.CreateTransitGatewayConnectResult$ = exports.CreateTransitGatewayConnectRequestOptions$ = exports.CreateTransitGatewayConnectRequest$ = exports.CreateTransitGatewayConnectPeerResult$ = exports.CreateTransitGatewayConnectPeerRequest$ = exports.CreateTrafficMirrorTargetResult$ = exports.CreateTrafficMirrorTargetRequest$ = exports.CreateTrafficMirrorSessionResult$ = exports.CreateTrafficMirrorSessionRequest$ = exports.CreateTrafficMirrorFilterRuleResult$ = exports.CreateTrafficMirrorFilterRuleRequest$ = exports.CreateTrafficMirrorFilterResult$ = exports.CreateTrafficMirrorFilterRequest$ = exports.CreateTagsRequest$ = void 0; +exports.DeleteCoipPoolResult$ = exports.DeleteCoipPoolRequest$ = exports.DeleteCoipCidrResult$ = exports.DeleteCoipCidrRequest$ = exports.DeleteClientVpnRouteResult$ = exports.DeleteClientVpnRouteRequest$ = exports.DeleteClientVpnEndpointResult$ = exports.DeleteClientVpnEndpointRequest$ = exports.DeleteCarrierGatewayResult$ = exports.DeleteCarrierGatewayRequest$ = exports.DeleteCapacityManagerDataExportResult$ = exports.DeleteCapacityManagerDataExportRequest$ = exports.DefaultConnectionTrackingConfiguration$ = exports.DeclarativePoliciesReport$ = exports.DataResponse$ = exports.DataQuery$ = exports.CustomerGateway$ = exports.CreditSpecificationRequest$ = exports.CreditSpecification$ = exports.CreationDateConditionRequest$ = exports.CreationDateCondition$ = exports.CreateVpnGatewayResult$ = exports.CreateVpnGatewayRequest$ = exports.CreateVpnConnectionRouteRequest$ = exports.CreateVpnConnectionResult$ = exports.CreateVpnConnectionRequest$ = exports.CreateVpnConcentratorResult$ = exports.CreateVpnConcentratorRequest$ = exports.CreateVpcResult$ = exports.CreateVpcRequest$ = exports.CreateVpcPeeringConnectionResult$ = exports.CreateVpcPeeringConnectionRequest$ = exports.CreateVpcEndpointServiceConfigurationResult$ = exports.CreateVpcEndpointServiceConfigurationRequest$ = exports.CreateVpcEndpointResult$ = exports.CreateVpcEndpointRequest$ = exports.CreateVpcEndpointConnectionNotificationResult$ = exports.CreateVpcEndpointConnectionNotificationRequest$ = exports.CreateVpcEncryptionControlResult$ = exports.CreateVpcEncryptionControlRequest$ = exports.CreateVpcBlockPublicAccessExclusionResult$ = exports.CreateVpcBlockPublicAccessExclusionRequest$ = exports.CreateVolumeRequest$ = exports.CreateVolumePermissionModifications$ = exports.CreateVolumePermission$ = exports.CreateVerifiedAccessTrustProviderResult$ = exports.CreateVerifiedAccessTrustProviderRequest$ = exports.CreateVerifiedAccessTrustProviderOidcOptions$ = exports.CreateVerifiedAccessTrustProviderDeviceOptions$ = exports.CreateVerifiedAccessNativeApplicationOidcOptions$ = void 0; +exports.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$ = exports.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$ = exports.DeleteLocalGatewayRouteTableResult$ = exports.DeleteLocalGatewayRouteTableRequest$ = exports.DeleteLocalGatewayRouteResult$ = exports.DeleteLocalGatewayRouteRequest$ = exports.DeleteLaunchTemplateVersionsResult$ = exports.DeleteLaunchTemplateVersionsResponseSuccessItem$ = exports.DeleteLaunchTemplateVersionsResponseErrorItem$ = exports.DeleteLaunchTemplateVersionsRequest$ = exports.DeleteLaunchTemplateResult$ = exports.DeleteLaunchTemplateRequest$ = exports.DeleteKeyPairResult$ = exports.DeleteKeyPairRequest$ = exports.DeleteIpamScopeResult$ = exports.DeleteIpamScopeRequest$ = exports.DeleteIpamResult$ = exports.DeleteIpamResourceDiscoveryResult$ = exports.DeleteIpamResourceDiscoveryRequest$ = exports.DeleteIpamRequest$ = exports.DeleteIpamPrefixListResolverTargetResult$ = exports.DeleteIpamPrefixListResolverTargetRequest$ = exports.DeleteIpamPrefixListResolverResult$ = exports.DeleteIpamPrefixListResolverRequest$ = exports.DeleteIpamPoolResult$ = exports.DeleteIpamPoolRequest$ = exports.DeleteIpamPolicyResult$ = exports.DeleteIpamPolicyRequest$ = exports.DeleteIpamExternalResourceVerificationTokenResult$ = exports.DeleteIpamExternalResourceVerificationTokenRequest$ = exports.DeleteInternetGatewayRequest$ = exports.DeleteInstanceEventWindowResult$ = exports.DeleteInstanceEventWindowRequest$ = exports.DeleteInstanceConnectEndpointResult$ = exports.DeleteInstanceConnectEndpointRequest$ = exports.DeleteImageUsageReportResult$ = exports.DeleteImageUsageReportRequest$ = exports.DeleteFpgaImageResult$ = exports.DeleteFpgaImageRequest$ = exports.DeleteFlowLogsResult$ = exports.DeleteFlowLogsRequest$ = exports.DeleteFleetSuccessItem$ = exports.DeleteFleetsResult$ = exports.DeleteFleetsRequest$ = exports.DeleteFleetErrorItem$ = exports.DeleteFleetError$ = exports.DeleteEgressOnlyInternetGatewayResult$ = exports.DeleteEgressOnlyInternetGatewayRequest$ = exports.DeleteDhcpOptionsRequest$ = exports.DeleteCustomerGatewayRequest$ = void 0; +exports.DeleteTagsRequest$ = exports.DeleteSubnetRequest$ = exports.DeleteSubnetCidrReservationResult$ = exports.DeleteSubnetCidrReservationRequest$ = exports.DeleteSpotDatafeedSubscriptionRequest$ = exports.DeleteSnapshotReturnCode$ = exports.DeleteSnapshotRequest$ = exports.DeleteSecurityGroupResult$ = exports.DeleteSecurityGroupRequest$ = exports.DeleteSecondarySubnetResult$ = exports.DeleteSecondarySubnetRequest$ = exports.DeleteSecondaryNetworkResult$ = exports.DeleteSecondaryNetworkRequest$ = exports.DeleteRouteTableRequest$ = exports.DeleteRouteServerResult$ = exports.DeleteRouteServerRequest$ = exports.DeleteRouteServerPeerResult$ = exports.DeleteRouteServerPeerRequest$ = exports.DeleteRouteServerEndpointResult$ = exports.DeleteRouteServerEndpointRequest$ = exports.DeleteRouteRequest$ = exports.DeleteQueuedReservedInstancesResult$ = exports.DeleteQueuedReservedInstancesRequest$ = exports.DeleteQueuedReservedInstancesError$ = exports.DeletePublicIpv4PoolResult$ = exports.DeletePublicIpv4PoolRequest$ = exports.DeletePlacementGroupRequest$ = exports.DeleteNetworkInterfaceRequest$ = exports.DeleteNetworkInterfacePermissionResult$ = exports.DeleteNetworkInterfacePermissionRequest$ = exports.DeleteNetworkInsightsPathResult$ = exports.DeleteNetworkInsightsPathRequest$ = exports.DeleteNetworkInsightsAnalysisResult$ = exports.DeleteNetworkInsightsAnalysisRequest$ = exports.DeleteNetworkInsightsAccessScopeResult$ = exports.DeleteNetworkInsightsAccessScopeRequest$ = exports.DeleteNetworkInsightsAccessScopeAnalysisResult$ = exports.DeleteNetworkInsightsAccessScopeAnalysisRequest$ = exports.DeleteNetworkAclRequest$ = exports.DeleteNetworkAclEntryRequest$ = exports.DeleteNatGatewayResult$ = exports.DeleteNatGatewayRequest$ = exports.DeleteManagedPrefixListResult$ = exports.DeleteManagedPrefixListRequest$ = exports.DeleteLocalGatewayVirtualInterfaceResult$ = exports.DeleteLocalGatewayVirtualInterfaceRequest$ = exports.DeleteLocalGatewayVirtualInterfaceGroupResult$ = exports.DeleteLocalGatewayVirtualInterfaceGroupRequest$ = exports.DeleteLocalGatewayRouteTableVpcAssociationResult$ = exports.DeleteLocalGatewayRouteTableVpcAssociationRequest$ = void 0; +exports.DeleteVpcEndpointConnectionNotificationsRequest$ = exports.DeleteVpcEncryptionControlResult$ = exports.DeleteVpcEncryptionControlRequest$ = exports.DeleteVpcBlockPublicAccessExclusionResult$ = exports.DeleteVpcBlockPublicAccessExclusionRequest$ = exports.DeleteVolumeRequest$ = exports.DeleteVerifiedAccessTrustProviderResult$ = exports.DeleteVerifiedAccessTrustProviderRequest$ = exports.DeleteVerifiedAccessInstanceResult$ = exports.DeleteVerifiedAccessInstanceRequest$ = exports.DeleteVerifiedAccessGroupResult$ = exports.DeleteVerifiedAccessGroupRequest$ = exports.DeleteVerifiedAccessEndpointResult$ = exports.DeleteVerifiedAccessEndpointRequest$ = exports.DeleteTransitGatewayVpcAttachmentResult$ = exports.DeleteTransitGatewayVpcAttachmentRequest$ = exports.DeleteTransitGatewayRouteTableResult$ = exports.DeleteTransitGatewayRouteTableRequest$ = exports.DeleteTransitGatewayRouteTableAnnouncementResult$ = exports.DeleteTransitGatewayRouteTableAnnouncementRequest$ = exports.DeleteTransitGatewayRouteResult$ = exports.DeleteTransitGatewayRouteRequest$ = exports.DeleteTransitGatewayResult$ = exports.DeleteTransitGatewayRequest$ = exports.DeleteTransitGatewayPrefixListReferenceResult$ = exports.DeleteTransitGatewayPrefixListReferenceRequest$ = exports.DeleteTransitGatewayPolicyTableResult$ = exports.DeleteTransitGatewayPolicyTableRequest$ = exports.DeleteTransitGatewayPeeringAttachmentResult$ = exports.DeleteTransitGatewayPeeringAttachmentRequest$ = exports.DeleteTransitGatewayMulticastDomainResult$ = exports.DeleteTransitGatewayMulticastDomainRequest$ = exports.DeleteTransitGatewayMeteringPolicyResult$ = exports.DeleteTransitGatewayMeteringPolicyRequest$ = exports.DeleteTransitGatewayMeteringPolicyEntryResult$ = exports.DeleteTransitGatewayMeteringPolicyEntryRequest$ = exports.DeleteTransitGatewayConnectResult$ = exports.DeleteTransitGatewayConnectRequest$ = exports.DeleteTransitGatewayConnectPeerResult$ = exports.DeleteTransitGatewayConnectPeerRequest$ = exports.DeleteTransitGatewayClientVpnAttachmentResult$ = exports.DeleteTransitGatewayClientVpnAttachmentRequest$ = exports.DeleteTrafficMirrorTargetResult$ = exports.DeleteTrafficMirrorTargetRequest$ = exports.DeleteTrafficMirrorSessionResult$ = exports.DeleteTrafficMirrorSessionRequest$ = exports.DeleteTrafficMirrorFilterRuleResult$ = exports.DeleteTrafficMirrorFilterRuleRequest$ = exports.DeleteTrafficMirrorFilterResult$ = exports.DeleteTrafficMirrorFilterRequest$ = void 0; +exports.DescribeByoipCidrsResult$ = exports.DescribeByoipCidrsRequest$ = exports.DescribeBundleTasksResult$ = exports.DescribeBundleTasksRequest$ = exports.DescribeAwsNetworkPerformanceMetricSubscriptionsResult$ = exports.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$ = exports.DescribeAvailabilityZonesResult$ = exports.DescribeAvailabilityZonesRequest$ = exports.DescribeAggregateIdFormatResult$ = exports.DescribeAggregateIdFormatRequest$ = exports.DescribeAddressTransfersResult$ = exports.DescribeAddressTransfersRequest$ = exports.DescribeAddressesResult$ = exports.DescribeAddressesRequest$ = exports.DescribeAddressesAttributeResult$ = exports.DescribeAddressesAttributeRequest$ = exports.DescribeAccountAttributesResult$ = exports.DescribeAccountAttributesRequest$ = exports.DeregisterTransitGatewayMulticastGroupSourcesResult$ = exports.DeregisterTransitGatewayMulticastGroupSourcesRequest$ = exports.DeregisterTransitGatewayMulticastGroupMembersResult$ = exports.DeregisterTransitGatewayMulticastGroupMembersRequest$ = exports.DeregisterInstanceTagAttributeRequest$ = exports.DeregisterInstanceEventNotificationAttributesResult$ = exports.DeregisterInstanceEventNotificationAttributesRequest$ = exports.DeregisterImageResult$ = exports.DeregisterImageRequest$ = exports.DeprovisionPublicIpv4PoolCidrResult$ = exports.DeprovisionPublicIpv4PoolCidrRequest$ = exports.DeprovisionIpamPoolCidrResult$ = exports.DeprovisionIpamPoolCidrRequest$ = exports.DeprovisionIpamByoasnResult$ = exports.DeprovisionIpamByoasnRequest$ = exports.DeprovisionByoipCidrResult$ = exports.DeprovisionByoipCidrRequest$ = exports.DeprecationTimeConditionRequest$ = exports.DeprecationTimeCondition$ = exports.DeleteVpnGatewayRequest$ = exports.DeleteVpnConnectionRouteRequest$ = exports.DeleteVpnConnectionRequest$ = exports.DeleteVpnConcentratorResult$ = exports.DeleteVpnConcentratorRequest$ = exports.DeleteVpcRequest$ = exports.DeleteVpcPeeringConnectionResult$ = exports.DeleteVpcPeeringConnectionRequest$ = exports.DeleteVpcEndpointsResult$ = exports.DeleteVpcEndpointsRequest$ = exports.DeleteVpcEndpointServiceConfigurationsResult$ = exports.DeleteVpcEndpointServiceConfigurationsRequest$ = exports.DeleteVpcEndpointConnectionNotificationsResult$ = void 0; +exports.DescribeElasticGpusResult$ = exports.DescribeElasticGpusRequest$ = exports.DescribeEgressOnlyInternetGatewaysResult$ = exports.DescribeEgressOnlyInternetGatewaysRequest$ = exports.DescribeDhcpOptionsResult$ = exports.DescribeDhcpOptionsRequest$ = exports.DescribeDeclarativePoliciesReportsResult$ = exports.DescribeDeclarativePoliciesReportsRequest$ = exports.DescribeCustomerGatewaysResult$ = exports.DescribeCustomerGatewaysRequest$ = exports.DescribeConversionTasksResult$ = exports.DescribeConversionTasksRequest$ = exports.DescribeCoipPoolsResult$ = exports.DescribeCoipPoolsRequest$ = exports.DescribeClientVpnTargetNetworksResult$ = exports.DescribeClientVpnTargetNetworksRequest$ = exports.DescribeClientVpnRoutesResult$ = exports.DescribeClientVpnRoutesRequest$ = exports.DescribeClientVpnEndpointsResult$ = exports.DescribeClientVpnEndpointsRequest$ = exports.DescribeClientVpnConnectionsResult$ = exports.DescribeClientVpnConnectionsRequest$ = exports.DescribeClientVpnAuthorizationRulesResult$ = exports.DescribeClientVpnAuthorizationRulesRequest$ = exports.DescribeClassicLinkInstancesResult$ = exports.DescribeClassicLinkInstancesRequest$ = exports.DescribeCarrierGatewaysResult$ = exports.DescribeCarrierGatewaysRequest$ = exports.DescribeCapacityReservationTopologyResult$ = exports.DescribeCapacityReservationTopologyRequest$ = exports.DescribeCapacityReservationsResult$ = exports.DescribeCapacityReservationsRequest$ = exports.DescribeCapacityReservationFleetsResult$ = exports.DescribeCapacityReservationFleetsRequest$ = exports.DescribeCapacityReservationCancellationQuotesResult$ = exports.DescribeCapacityReservationCancellationQuotesRequest$ = exports.DescribeCapacityReservationBillingRequestsResult$ = exports.DescribeCapacityReservationBillingRequestsRequest$ = exports.DescribeCapacityManagerDataExportsResult$ = exports.DescribeCapacityManagerDataExportsRequest$ = exports.DescribeCapacityBlockStatusResult$ = exports.DescribeCapacityBlockStatusRequest$ = exports.DescribeCapacityBlocksResult$ = exports.DescribeCapacityBlocksRequest$ = exports.DescribeCapacityBlockOfferingsResult$ = exports.DescribeCapacityBlockOfferingsRequest$ = exports.DescribeCapacityBlockExtensionOfferingsResult$ = exports.DescribeCapacityBlockExtensionOfferingsRequest$ = exports.DescribeCapacityBlockExtensionHistoryResult$ = exports.DescribeCapacityBlockExtensionHistoryRequest$ = void 0; +exports.DescribeInstanceAttributeRequest$ = exports.DescribeImportSnapshotTasksResult$ = exports.DescribeImportSnapshotTasksRequest$ = exports.DescribeImportImageTasksResult$ = exports.DescribeImportImageTasksRequest$ = exports.DescribeImageUsageReportsResult$ = exports.DescribeImageUsageReportsRequest$ = exports.DescribeImageUsageReportEntriesResult$ = exports.DescribeImageUsageReportEntriesRequest$ = exports.DescribeImagesResult$ = exports.DescribeImagesRequest$ = exports.DescribeImageReferencesResult$ = exports.DescribeImageReferencesRequest$ = exports.DescribeImageAttributeRequest$ = exports.DescribeIdFormatResult$ = exports.DescribeIdFormatRequest$ = exports.DescribeIdentityIdFormatResult$ = exports.DescribeIdentityIdFormatRequest$ = exports.DescribeIamInstanceProfileAssociationsResult$ = exports.DescribeIamInstanceProfileAssociationsRequest$ = exports.DescribeHostsResult$ = exports.DescribeHostsRequest$ = exports.DescribeHostReservationsResult$ = exports.DescribeHostReservationsRequest$ = exports.DescribeHostReservationOfferingsResult$ = exports.DescribeHostReservationOfferingsRequest$ = exports.DescribeFpgaImagesResult$ = exports.DescribeFpgaImagesRequest$ = exports.DescribeFpgaImageAttributeResult$ = exports.DescribeFpgaImageAttributeRequest$ = exports.DescribeFlowLogsResult$ = exports.DescribeFlowLogsRequest$ = exports.DescribeFleetsResult$ = exports.DescribeFleetsRequest$ = exports.DescribeFleetsInstances$ = exports.DescribeFleetInstancesResult$ = exports.DescribeFleetInstancesRequest$ = exports.DescribeFleetHistoryResult$ = exports.DescribeFleetHistoryRequest$ = exports.DescribeFleetError$ = exports.DescribeFastSnapshotRestoreSuccessItem$ = exports.DescribeFastSnapshotRestoresResult$ = exports.DescribeFastSnapshotRestoresRequest$ = exports.DescribeFastLaunchImagesSuccessItem$ = exports.DescribeFastLaunchImagesResult$ = exports.DescribeFastLaunchImagesRequest$ = exports.DescribeExportTasksResult$ = exports.DescribeExportTasksRequest$ = exports.DescribeExportImageTasksResult$ = exports.DescribeExportImageTasksRequest$ = void 0; +exports.DescribeIpv6PoolsResult$ = exports.DescribeIpv6PoolsRequest$ = exports.DescribeIpamsResult$ = exports.DescribeIpamsRequest$ = exports.DescribeIpamScopesResult$ = exports.DescribeIpamScopesRequest$ = exports.DescribeIpamResourceDiscoveryAssociationsResult$ = exports.DescribeIpamResourceDiscoveryAssociationsRequest$ = exports.DescribeIpamResourceDiscoveriesResult$ = exports.DescribeIpamResourceDiscoveriesRequest$ = exports.DescribeIpamPrefixListResolverTargetsResult$ = exports.DescribeIpamPrefixListResolverTargetsRequest$ = exports.DescribeIpamPrefixListResolversResult$ = exports.DescribeIpamPrefixListResolversRequest$ = exports.DescribeIpamPoolsResult$ = exports.DescribeIpamPoolsRequest$ = exports.DescribeIpamPoolAllocationsResult$ = exports.DescribeIpamPoolAllocationsRequest$ = exports.DescribeIpamPoliciesResult$ = exports.DescribeIpamPoliciesRequest$ = exports.DescribeIpamExternalResourceVerificationTokensResult$ = exports.DescribeIpamExternalResourceVerificationTokensRequest$ = exports.DescribeIpamByoasnResult$ = exports.DescribeIpamByoasnRequest$ = exports.DescribeInternetGatewaysResult$ = exports.DescribeInternetGatewaysRequest$ = exports.DescribeInstanceTypesResult$ = exports.DescribeInstanceTypesRequest$ = exports.DescribeInstanceTypeOfferingsResult$ = exports.DescribeInstanceTypeOfferingsRequest$ = exports.DescribeInstanceTopologyResult$ = exports.DescribeInstanceTopologyRequest$ = exports.DescribeInstanceStatusResult$ = exports.DescribeInstanceStatusRequest$ = exports.DescribeInstancesResult$ = exports.DescribeInstancesRequest$ = exports.DescribeInstanceSqlHaStatesResult$ = exports.DescribeInstanceSqlHaStatesRequest$ = exports.DescribeInstanceSqlHaHistoryStatesResult$ = exports.DescribeInstanceSqlHaHistoryStatesRequest$ = exports.DescribeInstanceImageMetadataResult$ = exports.DescribeInstanceImageMetadataRequest$ = exports.DescribeInstanceEventWindowsResult$ = exports.DescribeInstanceEventWindowsRequest$ = exports.DescribeInstanceEventNotificationAttributesResult$ = exports.DescribeInstanceEventNotificationAttributesRequest$ = exports.DescribeInstanceCreditSpecificationsResult$ = exports.DescribeInstanceCreditSpecificationsRequest$ = exports.DescribeInstanceConnectEndpointsResult$ = exports.DescribeInstanceConnectEndpointsRequest$ = void 0; +exports.DescribePlacementGroupsResult$ = exports.DescribePlacementGroupsRequest$ = exports.DescribeOutpostLagsResult$ = exports.DescribeOutpostLagsRequest$ = exports.DescribeNetworkInterfacesResult$ = exports.DescribeNetworkInterfacesRequest$ = exports.DescribeNetworkInterfacePermissionsResult$ = exports.DescribeNetworkInterfacePermissionsRequest$ = exports.DescribeNetworkInterfaceAttributeResult$ = exports.DescribeNetworkInterfaceAttributeRequest$ = exports.DescribeNetworkInsightsPathsResult$ = exports.DescribeNetworkInsightsPathsRequest$ = exports.DescribeNetworkInsightsAnalysesResult$ = exports.DescribeNetworkInsightsAnalysesRequest$ = exports.DescribeNetworkInsightsAccessScopesResult$ = exports.DescribeNetworkInsightsAccessScopesRequest$ = exports.DescribeNetworkInsightsAccessScopeAnalysesResult$ = exports.DescribeNetworkInsightsAccessScopeAnalysesRequest$ = exports.DescribeNetworkAclsResult$ = exports.DescribeNetworkAclsRequest$ = exports.DescribeNatGatewaysResult$ = exports.DescribeNatGatewaysRequest$ = exports.DescribeMovingAddressesResult$ = exports.DescribeMovingAddressesRequest$ = exports.DescribeManagedPrefixListsResult$ = exports.DescribeManagedPrefixListsRequest$ = exports.DescribeMacModificationTasksResult$ = exports.DescribeMacModificationTasksRequest$ = exports.DescribeMacHostsResult$ = exports.DescribeMacHostsRequest$ = exports.DescribeLockedSnapshotsResult$ = exports.DescribeLockedSnapshotsRequest$ = exports.DescribeLocalGatewayVirtualInterfacesResult$ = exports.DescribeLocalGatewayVirtualInterfacesRequest$ = exports.DescribeLocalGatewayVirtualInterfaceGroupsResult$ = exports.DescribeLocalGatewayVirtualInterfaceGroupsRequest$ = exports.DescribeLocalGatewaysResult$ = exports.DescribeLocalGatewaysRequest$ = exports.DescribeLocalGatewayRouteTableVpcAssociationsResult$ = exports.DescribeLocalGatewayRouteTableVpcAssociationsRequest$ = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$ = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$ = exports.DescribeLocalGatewayRouteTablesResult$ = exports.DescribeLocalGatewayRouteTablesRequest$ = exports.DescribeLaunchTemplateVersionsResult$ = exports.DescribeLaunchTemplateVersionsRequest$ = exports.DescribeLaunchTemplatesResult$ = exports.DescribeLaunchTemplatesRequest$ = exports.DescribeKeyPairsResult$ = exports.DescribeKeyPairsRequest$ = void 0; +exports.DescribeSnapshotsResult$ = exports.DescribeSnapshotsRequest$ = exports.DescribeSnapshotAttributeResult$ = exports.DescribeSnapshotAttributeRequest$ = exports.DescribeServiceLinkVirtualInterfacesResult$ = exports.DescribeServiceLinkVirtualInterfacesRequest$ = exports.DescribeSecurityGroupVpcAssociationsResult$ = exports.DescribeSecurityGroupVpcAssociationsRequest$ = exports.DescribeSecurityGroupsResult$ = exports.DescribeSecurityGroupsRequest$ = exports.DescribeSecurityGroupRulesResult$ = exports.DescribeSecurityGroupRulesRequest$ = exports.DescribeSecurityGroupReferencesResult$ = exports.DescribeSecurityGroupReferencesRequest$ = exports.DescribeSecondarySubnetsResult$ = exports.DescribeSecondarySubnetsRequest$ = exports.DescribeSecondaryNetworksResult$ = exports.DescribeSecondaryNetworksRequest$ = exports.DescribeSecondaryInterfacesResult$ = exports.DescribeSecondaryInterfacesRequest$ = exports.DescribeScheduledInstancesResult$ = exports.DescribeScheduledInstancesRequest$ = exports.DescribeScheduledInstanceAvailabilityResult$ = exports.DescribeScheduledInstanceAvailabilityRequest$ = exports.DescribeRouteTablesResult$ = exports.DescribeRouteTablesRequest$ = exports.DescribeRouteServersResult$ = exports.DescribeRouteServersRequest$ = exports.DescribeRouteServerPeersResult$ = exports.DescribeRouteServerPeersRequest$ = exports.DescribeRouteServerEndpointsResult$ = exports.DescribeRouteServerEndpointsRequest$ = exports.DescribeReservedInstancesResult$ = exports.DescribeReservedInstancesRequest$ = exports.DescribeReservedInstancesOfferingsResult$ = exports.DescribeReservedInstancesOfferingsRequest$ = exports.DescribeReservedInstancesModificationsResult$ = exports.DescribeReservedInstancesModificationsRequest$ = exports.DescribeReservedInstancesListingsResult$ = exports.DescribeReservedInstancesListingsRequest$ = exports.DescribeReplaceRootVolumeTasksResult$ = exports.DescribeReplaceRootVolumeTasksRequest$ = exports.DescribeRegionsResult$ = exports.DescribeRegionsRequest$ = exports.DescribePublicIpv4PoolsResult$ = exports.DescribePublicIpv4PoolsRequest$ = exports.DescribePrincipalIdFormatResult$ = exports.DescribePrincipalIdFormatRequest$ = exports.DescribePrefixListsResult$ = exports.DescribePrefixListsRequest$ = void 0; +exports.DescribeTransitGatewaysResult$ = exports.DescribeTransitGatewaysRequest$ = exports.DescribeTransitGatewayRouteTablesResult$ = exports.DescribeTransitGatewayRouteTablesRequest$ = exports.DescribeTransitGatewayRouteTableAnnouncementsResult$ = exports.DescribeTransitGatewayRouteTableAnnouncementsRequest$ = exports.DescribeTransitGatewayPolicyTablesResult$ = exports.DescribeTransitGatewayPolicyTablesRequest$ = exports.DescribeTransitGatewayPeeringAttachmentsResult$ = exports.DescribeTransitGatewayPeeringAttachmentsRequest$ = exports.DescribeTransitGatewayMulticastDomainsResult$ = exports.DescribeTransitGatewayMulticastDomainsRequest$ = exports.DescribeTransitGatewayMeteringPoliciesResult$ = exports.DescribeTransitGatewayMeteringPoliciesRequest$ = exports.DescribeTransitGatewayConnectsResult$ = exports.DescribeTransitGatewayConnectsRequest$ = exports.DescribeTransitGatewayConnectPeersResult$ = exports.DescribeTransitGatewayConnectPeersRequest$ = exports.DescribeTransitGatewayAttachmentsResult$ = exports.DescribeTransitGatewayAttachmentsRequest$ = exports.DescribeTrafficMirrorTargetsResult$ = exports.DescribeTrafficMirrorTargetsRequest$ = exports.DescribeTrafficMirrorSessionsResult$ = exports.DescribeTrafficMirrorSessionsRequest$ = exports.DescribeTrafficMirrorFiltersResult$ = exports.DescribeTrafficMirrorFiltersRequest$ = exports.DescribeTrafficMirrorFilterRulesResult$ = exports.DescribeTrafficMirrorFilterRulesRequest$ = exports.DescribeTagsResult$ = exports.DescribeTagsRequest$ = exports.DescribeSubnetsResult$ = exports.DescribeSubnetsRequest$ = exports.DescribeStoreImageTasksResult$ = exports.DescribeStoreImageTasksRequest$ = exports.DescribeStaleSecurityGroupsResult$ = exports.DescribeStaleSecurityGroupsRequest$ = exports.DescribeSpotPriceHistoryResult$ = exports.DescribeSpotPriceHistoryRequest$ = exports.DescribeSpotInstanceRequestsResult$ = exports.DescribeSpotInstanceRequestsRequest$ = exports.DescribeSpotFleetRequestsResponse$ = exports.DescribeSpotFleetRequestsRequest$ = exports.DescribeSpotFleetRequestHistoryResponse$ = exports.DescribeSpotFleetRequestHistoryRequest$ = exports.DescribeSpotFleetInstancesResponse$ = exports.DescribeSpotFleetInstancesRequest$ = exports.DescribeSpotDatafeedSubscriptionResult$ = exports.DescribeSpotDatafeedSubscriptionRequest$ = exports.DescribeSnapshotTierStatusResult$ = exports.DescribeSnapshotTierStatusRequest$ = void 0; +exports.DescribeVpcPeeringConnectionsResult$ = exports.DescribeVpcPeeringConnectionsRequest$ = exports.DescribeVpcEndpointsResult$ = exports.DescribeVpcEndpointsRequest$ = exports.DescribeVpcEndpointServicesResult$ = exports.DescribeVpcEndpointServicesRequest$ = exports.DescribeVpcEndpointServicePermissionsResult$ = exports.DescribeVpcEndpointServicePermissionsRequest$ = exports.DescribeVpcEndpointServiceConfigurationsResult$ = exports.DescribeVpcEndpointServiceConfigurationsRequest$ = exports.DescribeVpcEndpointConnectionsResult$ = exports.DescribeVpcEndpointConnectionsRequest$ = exports.DescribeVpcEndpointConnectionNotificationsResult$ = exports.DescribeVpcEndpointConnectionNotificationsRequest$ = exports.DescribeVpcEndpointAssociationsResult$ = exports.DescribeVpcEndpointAssociationsRequest$ = exports.DescribeVpcEncryptionControlsResult$ = exports.DescribeVpcEncryptionControlsRequest$ = exports.DescribeVpcClassicLinkResult$ = exports.DescribeVpcClassicLinkRequest$ = exports.DescribeVpcClassicLinkDnsSupportResult$ = exports.DescribeVpcClassicLinkDnsSupportRequest$ = exports.DescribeVpcBlockPublicAccessOptionsResult$ = exports.DescribeVpcBlockPublicAccessOptionsRequest$ = exports.DescribeVpcBlockPublicAccessExclusionsResult$ = exports.DescribeVpcBlockPublicAccessExclusionsRequest$ = exports.DescribeVpcAttributeResult$ = exports.DescribeVpcAttributeRequest$ = exports.DescribeVolumeStatusResult$ = exports.DescribeVolumeStatusRequest$ = exports.DescribeVolumesResult$ = exports.DescribeVolumesRequest$ = exports.DescribeVolumesModificationsResult$ = exports.DescribeVolumesModificationsRequest$ = exports.DescribeVolumeAttributeResult$ = exports.DescribeVolumeAttributeRequest$ = exports.DescribeVerifiedAccessTrustProvidersResult$ = exports.DescribeVerifiedAccessTrustProvidersRequest$ = exports.DescribeVerifiedAccessInstancesResult$ = exports.DescribeVerifiedAccessInstancesRequest$ = exports.DescribeVerifiedAccessInstanceLoggingConfigurationsResult$ = exports.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$ = exports.DescribeVerifiedAccessGroupsResult$ = exports.DescribeVerifiedAccessGroupsRequest$ = exports.DescribeVerifiedAccessEndpointsResult$ = exports.DescribeVerifiedAccessEndpointsRequest$ = exports.DescribeTrunkInterfaceAssociationsResult$ = exports.DescribeTrunkInterfaceAssociationsRequest$ = exports.DescribeTransitGatewayVpcAttachmentsResult$ = exports.DescribeTransitGatewayVpcAttachmentsRequest$ = void 0; +exports.DisableImageResult$ = exports.DisableImageRequest$ = exports.DisableImageDeregistrationProtectionResult$ = exports.DisableImageDeregistrationProtectionRequest$ = exports.DisableImageDeprecationResult$ = exports.DisableImageDeprecationRequest$ = exports.DisableImageBlockPublicAccessResult$ = exports.DisableImageBlockPublicAccessRequest$ = exports.DisableFastSnapshotRestoreSuccessItem$ = exports.DisableFastSnapshotRestoreStateErrorItem$ = exports.DisableFastSnapshotRestoreStateError$ = exports.DisableFastSnapshotRestoresResult$ = exports.DisableFastSnapshotRestoresRequest$ = exports.DisableFastSnapshotRestoreErrorItem$ = exports.DisableFastLaunchResult$ = exports.DisableFastLaunchRequest$ = exports.DisableEbsEncryptionByDefaultResult$ = exports.DisableEbsEncryptionByDefaultRequest$ = exports.DisableCapacityManagerResult$ = exports.DisableCapacityManagerRequest$ = exports.DisableAwsNetworkPerformanceMetricSubscriptionResult$ = exports.DisableAwsNetworkPerformanceMetricSubscriptionRequest$ = exports.DisableAllowedImagesSettingsResult$ = exports.DisableAllowedImagesSettingsRequest$ = exports.DisableAddressTransferResult$ = exports.DisableAddressTransferRequest$ = exports.DirectoryServiceAuthenticationRequest$ = exports.DirectoryServiceAuthentication$ = exports.DimensionCondition$ = exports.DhcpOptions$ = exports.DhcpConfiguration$ = exports.DeviceOptions$ = exports.DetachVpnGatewayRequest$ = exports.DetachVolumeRequest$ = exports.DetachVerifiedAccessTrustProviderResult$ = exports.DetachVerifiedAccessTrustProviderRequest$ = exports.DetachNetworkInterfaceRequest$ = exports.DetachInternetGatewayRequest$ = exports.DetachClassicLinkVpcResult$ = exports.DetachClassicLinkVpcRequest$ = exports.DestinationOptionsResponse$ = exports.DestinationOptionsRequest$ = exports.DescribeVpnGatewaysResult$ = exports.DescribeVpnGatewaysRequest$ = exports.DescribeVpnConnectionsResult$ = exports.DescribeVpnConnectionsRequest$ = exports.DescribeVpnConcentratorsResult$ = exports.DescribeVpnConcentratorsRequest$ = exports.DescribeVpcsResult$ = exports.DescribeVpcsRequest$ = void 0; +exports.DisassociateTrunkInterfaceRequest$ = exports.DisassociateTransitGatewayRouteTableResult$ = exports.DisassociateTransitGatewayRouteTableRequest$ = exports.DisassociateTransitGatewayPolicyTableResult$ = exports.DisassociateTransitGatewayPolicyTableRequest$ = exports.DisassociateTransitGatewayMulticastDomainResult$ = exports.DisassociateTransitGatewayMulticastDomainRequest$ = exports.DisassociateSubnetCidrBlockResult$ = exports.DisassociateSubnetCidrBlockRequest$ = exports.DisassociateSecurityGroupVpcResult$ = exports.DisassociateSecurityGroupVpcRequest$ = exports.DisassociateRouteTableRequest$ = exports.DisassociateRouteServerResult$ = exports.DisassociateRouteServerRequest$ = exports.DisassociateNatGatewayAddressResult$ = exports.DisassociateNatGatewayAddressRequest$ = exports.DisassociateIpamResourceDiscoveryResult$ = exports.DisassociateIpamResourceDiscoveryRequest$ = exports.DisassociateIpamByoasnResult$ = exports.DisassociateIpamByoasnRequest$ = exports.DisassociateInstanceEventWindowResult$ = exports.DisassociateInstanceEventWindowRequest$ = exports.DisassociateIamInstanceProfileResult$ = exports.DisassociateIamInstanceProfileRequest$ = exports.DisassociateEnclaveCertificateIamRoleResult$ = exports.DisassociateEnclaveCertificateIamRoleRequest$ = exports.DisassociateClientVpnTargetNetworkResult$ = exports.DisassociateClientVpnTargetNetworkRequest$ = exports.DisassociateCapacityReservationBillingOwnerResult$ = exports.DisassociateCapacityReservationBillingOwnerRequest$ = exports.DisassociateAddressRequest$ = exports.DisableVpcClassicLinkResult$ = exports.DisableVpcClassicLinkRequest$ = exports.DisableVpcClassicLinkDnsSupportResult$ = exports.DisableVpcClassicLinkDnsSupportRequest$ = exports.DisableVgwRoutePropagationRequest$ = exports.DisableTransitGatewayRouteTablePropagationResult$ = exports.DisableTransitGatewayRouteTablePropagationRequest$ = exports.DisableSnapshotBlockPublicAccessResult$ = exports.DisableSnapshotBlockPublicAccessRequest$ = exports.DisableSerialConsoleAccessResult$ = exports.DisableSerialConsoleAccessRequest$ = exports.DisableRouteServerPropagationResult$ = exports.DisableRouteServerPropagationRequest$ = exports.DisableIpamPolicyResult$ = exports.DisableIpamPolicyRequest$ = exports.DisableIpamOrganizationAdminAccountResult$ = exports.DisableIpamOrganizationAdminAccountRequest$ = exports.DisableInstanceSqlHaStandbyDetectionsResult$ = exports.DisableInstanceSqlHaStandbyDetectionsRequest$ = void 0; +exports.EnableImageBlockPublicAccessRequest$ = exports.EnableFastSnapshotRestoreSuccessItem$ = exports.EnableFastSnapshotRestoreStateErrorItem$ = exports.EnableFastSnapshotRestoreStateError$ = exports.EnableFastSnapshotRestoresResult$ = exports.EnableFastSnapshotRestoresRequest$ = exports.EnableFastSnapshotRestoreErrorItem$ = exports.EnableFastLaunchResult$ = exports.EnableFastLaunchRequest$ = exports.EnableEbsEncryptionByDefaultResult$ = exports.EnableEbsEncryptionByDefaultRequest$ = exports.EnableCapacityManagerResult$ = exports.EnableCapacityManagerRequest$ = exports.EnableAwsNetworkPerformanceMetricSubscriptionResult$ = exports.EnableAwsNetworkPerformanceMetricSubscriptionRequest$ = exports.EnableAllowedImagesSettingsResult$ = exports.EnableAllowedImagesSettingsRequest$ = exports.EnableAddressTransferResult$ = exports.EnableAddressTransferRequest$ = exports.ElasticInferenceAcceleratorAssociation$ = exports.ElasticInferenceAccelerator$ = exports.ElasticGpuSpecificationResponse$ = exports.ElasticGpuSpecification$ = exports.ElasticGpus$ = exports.ElasticGpuHealth$ = exports.ElasticGpuAssociation$ = exports.EgressOnlyInternetGateway$ = exports.EfaInfo$ = exports.Ec2InstanceConnectEndpoint$ = exports.EbsStatusSummary$ = exports.EbsStatusDetails$ = exports.EbsOptimizedInfo$ = exports.EbsInstanceBlockDeviceSpecification$ = exports.EbsInstanceBlockDevice$ = exports.EbsInfo$ = exports.EbsCardInfo$ = exports.EbsBlockDeviceResponse$ = exports.EbsBlockDevice$ = exports.DnsServersOptionsModifyStructure$ = exports.DnsOptionsSpecification$ = exports.DnsOptions$ = exports.DnsEntry$ = exports.DiskInfo$ = exports.DiskImageVolumeDescription$ = exports.DiskImageDetail$ = exports.DiskImageDescription$ = exports.DiskImage$ = exports.DisassociateVpcCidrBlockResult$ = exports.DisassociateVpcCidrBlockRequest$ = exports.DisassociateTrunkInterfaceResult$ = void 0; +exports.ExportToS3TaskSpecification$ = exports.ExportToS3Task$ = exports.ExportTaskS3LocationRequest$ = exports.ExportTaskS3Location$ = exports.ExportTask$ = exports.ExportImageTask$ = exports.ExportImageResult$ = exports.ExportImageRequest$ = exports.ExportClientVpnClientConfigurationResult$ = exports.ExportClientVpnClientConfigurationRequest$ = exports.ExportClientVpnClientCertificateRevocationListResult$ = exports.ExportClientVpnClientCertificateRevocationListRequest$ = exports.Explanation$ = exports.EventInformation$ = exports.EncryptionSupport$ = exports.EnclaveOptionsRequest$ = exports.EnclaveOptions$ = exports.EnaSrdUdpSpecificationRequest$ = exports.EnaSrdUdpSpecification$ = exports.EnaSrdSpecificationRequest$ = exports.EnaSrdSpecification$ = exports.EnableVpcClassicLinkResult$ = exports.EnableVpcClassicLinkRequest$ = exports.EnableVpcClassicLinkDnsSupportResult$ = exports.EnableVpcClassicLinkDnsSupportRequest$ = exports.EnableVolumeIORequest$ = exports.EnableVgwRoutePropagationRequest$ = exports.EnableTransitGatewayRouteTablePropagationResult$ = exports.EnableTransitGatewayRouteTablePropagationRequest$ = exports.EnableSnapshotBlockPublicAccessResult$ = exports.EnableSnapshotBlockPublicAccessRequest$ = exports.EnableSerialConsoleAccessResult$ = exports.EnableSerialConsoleAccessRequest$ = exports.EnableRouteServerPropagationResult$ = exports.EnableRouteServerPropagationRequest$ = exports.EnableReachabilityAnalyzerOrganizationSharingResult$ = exports.EnableReachabilityAnalyzerOrganizationSharingRequest$ = exports.EnableIpamPolicyResult$ = exports.EnableIpamPolicyRequest$ = exports.EnableIpamOrganizationAdminAccountResult$ = exports.EnableIpamOrganizationAdminAccountRequest$ = exports.EnableInstanceSqlHaStandbyDetectionsResult$ = exports.EnableInstanceSqlHaStandbyDetectionsRequest$ = exports.EnableImageResult$ = exports.EnableImageRequest$ = exports.EnableImageDeregistrationProtectionResult$ = exports.EnableImageDeregistrationProtectionRequest$ = exports.EnableImageDeprecationResult$ = exports.EnableImageDeprecationRequest$ = exports.EnableImageBlockPublicAccessResult$ = void 0; +exports.GetCapacityManagerAttributesResult$ = exports.GetCapacityManagerAttributesRequest$ = exports.GetAwsNetworkPerformanceDataResult$ = exports.GetAwsNetworkPerformanceDataRequest$ = exports.GetAssociatedIpv6PoolCidrsResult$ = exports.GetAssociatedIpv6PoolCidrsRequest$ = exports.GetAssociatedEnclaveCertificateIamRolesResult$ = exports.GetAssociatedEnclaveCertificateIamRolesRequest$ = exports.GetAllowedImagesSettingsResult$ = exports.GetAllowedImagesSettingsRequest$ = exports.GetActiveVpnTunnelStatusResult$ = exports.GetActiveVpnTunnelStatusRequest$ = exports.FpgaInfo$ = exports.FpgaImageState$ = exports.FpgaImageAttribute$ = exports.FpgaImage$ = exports.FpgaDeviceMemoryInfo$ = exports.FpgaDeviceInfo$ = exports.FlowLog$ = exports.FleetSpotMaintenanceStrategiesRequest$ = exports.FleetSpotMaintenanceStrategies$ = exports.FleetSpotCapacityRebalanceRequest$ = exports.FleetSpotCapacityRebalance$ = exports.FleetLaunchTemplateSpecificationRequest$ = exports.FleetLaunchTemplateSpecification$ = exports.FleetLaunchTemplateOverridesRequest$ = exports.FleetLaunchTemplateOverrides$ = exports.FleetLaunchTemplateConfigRequest$ = exports.FleetLaunchTemplateConfig$ = exports.FleetEbsBlockDeviceRequest$ = exports.FleetData$ = exports.FleetCapacityReservation$ = exports.FleetBlockDeviceMappingRequest$ = exports.FirewallStatelessRule$ = exports.FirewallStatefulRule$ = exports.FilterPortRange$ = exports.Filter$ = exports.FederatedAuthenticationRequest$ = exports.FederatedAuthentication$ = exports.FastLaunchSnapshotConfigurationResponse$ = exports.FastLaunchSnapshotConfigurationRequest$ = exports.FastLaunchLaunchTemplateSpecificationResponse$ = exports.FastLaunchLaunchTemplateSpecificationRequest$ = exports.FailedQueuedPurchaseDeletion$ = exports.FailedCapacityReservationFleetCancellationResult$ = exports.ExternalAuthorityConfiguration$ = exports.ExportVerifiedAccessInstanceClientConfigurationResult$ = exports.ExportVerifiedAccessInstanceClientConfigurationRequest$ = exports.ExportTransitGatewayRoutesResult$ = exports.ExportTransitGatewayRoutesRequest$ = void 0; +exports.GetIpamDiscoveredResourceCidrsResult$ = exports.GetIpamDiscoveredResourceCidrsRequest$ = exports.GetIpamDiscoveredPublicAddressesResult$ = exports.GetIpamDiscoveredPublicAddressesRequest$ = exports.GetIpamDiscoveredAccountsResult$ = exports.GetIpamDiscoveredAccountsRequest$ = exports.GetIpamAddressHistoryResult$ = exports.GetIpamAddressHistoryRequest$ = exports.GetInstanceUefiDataResult$ = exports.GetInstanceUefiDataRequest$ = exports.GetInstanceTypesFromInstanceRequirementsResult$ = exports.GetInstanceTypesFromInstanceRequirementsRequest$ = exports.GetInstanceTpmEkPubResult$ = exports.GetInstanceTpmEkPubRequest$ = exports.GetInstanceMetadataDefaultsResult$ = exports.GetInstanceMetadataDefaultsRequest$ = exports.GetImageBlockPublicAccessStateResult$ = exports.GetImageBlockPublicAccessStateRequest$ = exports.GetImageAncestryResult$ = exports.GetImageAncestryRequest$ = exports.GetHostReservationPurchasePreviewResult$ = exports.GetHostReservationPurchasePreviewRequest$ = exports.GetGroupsForCapacityReservationResult$ = exports.GetGroupsForCapacityReservationRequest$ = exports.GetFlowLogsIntegrationTemplateResult$ = exports.GetFlowLogsIntegrationTemplateRequest$ = exports.GetEnabledIpamPolicyResult$ = exports.GetEnabledIpamPolicyRequest$ = exports.GetEbsEncryptionByDefaultResult$ = exports.GetEbsEncryptionByDefaultRequest$ = exports.GetEbsDefaultKmsKeyIdResult$ = exports.GetEbsDefaultKmsKeyIdRequest$ = exports.GetDefaultCreditSpecificationResult$ = exports.GetDefaultCreditSpecificationRequest$ = exports.GetDeclarativePoliciesReportSummaryResult$ = exports.GetDeclarativePoliciesReportSummaryRequest$ = exports.GetConsoleScreenshotResult$ = exports.GetConsoleScreenshotRequest$ = exports.GetConsoleOutputResult$ = exports.GetConsoleOutputRequest$ = exports.GetCoipPoolUsageResult$ = exports.GetCoipPoolUsageRequest$ = exports.GetCapacityReservationUsageResult$ = exports.GetCapacityReservationUsageRequest$ = exports.GetCapacityManagerMonitoredTagKeysResult$ = exports.GetCapacityManagerMonitoredTagKeysRequest$ = exports.GetCapacityManagerMetricDimensionsResult$ = exports.GetCapacityManagerMetricDimensionsRequest$ = exports.GetCapacityManagerMetricDataResult$ = exports.GetCapacityManagerMetricDataRequest$ = void 0; +exports.GetTransitGatewayAttachmentPropagationsResult$ = exports.GetTransitGatewayAttachmentPropagationsRequest$ = exports.GetSubnetCidrReservationsResult$ = exports.GetSubnetCidrReservationsRequest$ = exports.GetSpotPlacementScoresResult$ = exports.GetSpotPlacementScoresRequest$ = exports.GetSnapshotBlockPublicAccessStateResult$ = exports.GetSnapshotBlockPublicAccessStateRequest$ = exports.GetSerialConsoleAccessStatusResult$ = exports.GetSerialConsoleAccessStatusRequest$ = exports.GetSecurityGroupsForVpcResult$ = exports.GetSecurityGroupsForVpcRequest$ = exports.GetRouteServerRoutingDatabaseResult$ = exports.GetRouteServerRoutingDatabaseRequest$ = exports.GetRouteServerPropagationsResult$ = exports.GetRouteServerPropagationsRequest$ = exports.GetRouteServerAssociationsResult$ = exports.GetRouteServerAssociationsRequest$ = exports.GetReservedInstancesExchangeQuoteResult$ = exports.GetReservedInstancesExchangeQuoteRequest$ = exports.GetPasswordDataResult$ = exports.GetPasswordDataRequest$ = exports.GetNetworkInsightsAccessScopeContentResult$ = exports.GetNetworkInsightsAccessScopeContentRequest$ = exports.GetNetworkInsightsAccessScopeAnalysisFindingsResult$ = exports.GetNetworkInsightsAccessScopeAnalysisFindingsRequest$ = exports.GetManagedResourceVisibilityResult$ = exports.GetManagedResourceVisibilityRequest$ = exports.GetManagedPrefixListEntriesResult$ = exports.GetManagedPrefixListEntriesRequest$ = exports.GetManagedPrefixListAssociationsResult$ = exports.GetManagedPrefixListAssociationsRequest$ = exports.GetLaunchTemplateDataResult$ = exports.GetLaunchTemplateDataRequest$ = exports.GetIpamResourceCidrsResult$ = exports.GetIpamResourceCidrsRequest$ = exports.GetIpamPrefixListResolverVersionsResult$ = exports.GetIpamPrefixListResolverVersionsRequest$ = exports.GetIpamPrefixListResolverVersionEntriesResult$ = exports.GetIpamPrefixListResolverVersionEntriesRequest$ = exports.GetIpamPrefixListResolverRulesResult$ = exports.GetIpamPrefixListResolverRulesRequest$ = exports.GetIpamPoolCidrsResult$ = exports.GetIpamPoolCidrsRequest$ = exports.GetIpamPoolAllocationsResult$ = exports.GetIpamPoolAllocationsRequest$ = exports.GetIpamPolicyOrganizationTargetsResult$ = exports.GetIpamPolicyOrganizationTargetsRequest$ = exports.GetIpamPolicyAllocationRulesResult$ = exports.GetIpamPolicyAllocationRulesRequest$ = void 0; +exports.ImageAncestryEntry$ = exports.Image$ = exports.IKEVersionsRequestListValue$ = exports.IKEVersionsListValue$ = exports.IdFormat$ = exports.IcmpTypeCode$ = exports.IamInstanceProfileSpecification$ = exports.IamInstanceProfileAssociation$ = exports.IamInstanceProfile$ = exports.HostReservation$ = exports.HostProperties$ = exports.HostOffering$ = exports.HostInstance$ = exports.Host$ = exports.HistoryRecordEntry$ = exports.HistoryRecord$ = exports.HibernationOptionsRequest$ = exports.HibernationOptions$ = exports.GroupIdentifier$ = exports.GpuInfo$ = exports.GpuDeviceMemoryInfo$ = exports.GpuDeviceInfo$ = exports.GetVpnTunnelReplacementStatusResult$ = exports.GetVpnTunnelReplacementStatusRequest$ = exports.GetVpnConnectionDeviceTypesResult$ = exports.GetVpnConnectionDeviceTypesRequest$ = exports.GetVpnConnectionDeviceSampleConfigurationResult$ = exports.GetVpnConnectionDeviceSampleConfigurationRequest$ = exports.GetVpcResourcesBlockingEncryptionEnforcementResult$ = exports.GetVpcResourcesBlockingEncryptionEnforcementRequest$ = exports.GetVerifiedAccessGroupPolicyResult$ = exports.GetVerifiedAccessGroupPolicyRequest$ = exports.GetVerifiedAccessEndpointTargetsResult$ = exports.GetVerifiedAccessEndpointTargetsRequest$ = exports.GetVerifiedAccessEndpointPolicyResult$ = exports.GetVerifiedAccessEndpointPolicyRequest$ = exports.GetTransitGatewayRouteTablePropagationsResult$ = exports.GetTransitGatewayRouteTablePropagationsRequest$ = exports.GetTransitGatewayRouteTableAssociationsResult$ = exports.GetTransitGatewayRouteTableAssociationsRequest$ = exports.GetTransitGatewayPrefixListReferencesResult$ = exports.GetTransitGatewayPrefixListReferencesRequest$ = exports.GetTransitGatewayPolicyTableEntriesResult$ = exports.GetTransitGatewayPolicyTableEntriesRequest$ = exports.GetTransitGatewayPolicyTableAssociationsResult$ = exports.GetTransitGatewayPolicyTableAssociationsRequest$ = exports.GetTransitGatewayMulticastDomainAssociationsResult$ = exports.GetTransitGatewayMulticastDomainAssociationsRequest$ = exports.GetTransitGatewayMeteringPolicyEntriesResult$ = exports.GetTransitGatewayMeteringPolicyEntriesRequest$ = void 0; +exports.InstanceEventWindow$ = exports.InstanceCreditSpecificationRequest$ = exports.InstanceCreditSpecification$ = exports.InstanceCount$ = exports.InstanceConnectEndpointPublicDnsNames$ = exports.InstanceConnectEndpointDnsNames$ = exports.InstanceCapacity$ = exports.InstanceBlockDeviceMappingSpecification$ = exports.InstanceBlockDeviceMapping$ = exports.InstanceAttribute$ = exports.InstanceAttachmentEnaSrdUdpSpecification$ = exports.InstanceAttachmentEnaSrdSpecification$ = exports.Instance$ = exports.InitializationStatusDetails$ = exports.InferenceDeviceMemoryInfo$ = exports.InferenceDeviceInfo$ = exports.InferenceAcceleratorInfo$ = exports.ImportVolumeTaskDetails$ = exports.ImportVolumeResult$ = exports.ImportVolumeRequest$ = exports.ImportSnapshotTask$ = exports.ImportSnapshotResult$ = exports.ImportSnapshotRequest$ = exports.ImportKeyPairResult$ = exports.ImportKeyPairRequest$ = exports.ImportInstanceVolumeDetailItem$ = exports.ImportInstanceTaskDetails$ = exports.ImportInstanceResult$ = exports.ImportInstanceRequest$ = exports.ImportInstanceLaunchSpecification$ = exports.ImportImageTask$ = exports.ImportImageResult$ = exports.ImportImageRequest$ = exports.ImportImageLicenseConfigurationResponse$ = exports.ImportImageLicenseConfigurationRequest$ = exports.ImportClientVpnClientCertificateRevocationListResult$ = exports.ImportClientVpnClientCertificateRevocationListRequest$ = exports.ImageUsageResourceTypeRequest$ = exports.ImageUsageResourceTypeOptionRequest$ = exports.ImageUsageResourceTypeOption$ = exports.ImageUsageResourceType$ = exports.ImageUsageReportEntry$ = exports.ImageUsageReport$ = exports.ImageReference$ = exports.ImageRecycleBinInfo$ = exports.ImageMetadata$ = exports.ImageDiskContainer$ = exports.ImageCriterionRequest$ = exports.ImageCriterion$ = exports.ImageAttribute$ = void 0; +exports.IntegrateServices$ = exports.InstanceUsage$ = exports.InstanceTypeOffering$ = exports.InstanceTypeInfoFromInstanceRequirements$ = exports.InstanceTypeInfo$ = exports.InstanceTopology$ = exports.InstanceTagNotificationAttribute$ = exports.InstanceStorageInfo$ = exports.InstanceStatusSummary$ = exports.InstanceStatusEvent$ = exports.InstanceStatusDetails$ = exports.InstanceStatus$ = exports.InstanceStateChange$ = exports.InstanceState$ = exports.InstanceSpecification$ = exports.InstanceSecondaryInterfaceSpecificationRequest$ = exports.InstanceSecondaryInterfacePrivateIpAddressRequest$ = exports.InstanceSecondaryInterfacePrivateIpAddress$ = exports.InstanceSecondaryInterfaceAttachment$ = exports.InstanceSecondaryInterface$ = exports.InstanceRequirementsWithMetadataRequest$ = exports.InstanceRequirementsRequest$ = exports.InstanceRequirements$ = exports.InstancePrivateIpAddress$ = exports.InstanceNetworkPerformanceOptionsRequest$ = exports.InstanceNetworkPerformanceOptions$ = exports.InstanceNetworkInterfaceSpecification$ = exports.InstanceNetworkInterfaceAttachment$ = exports.InstanceNetworkInterfaceAssociation$ = exports.InstanceNetworkInterface$ = exports.InstanceMonitoring$ = exports.InstanceMetadataOptionsResponse$ = exports.InstanceMetadataOptionsRequest$ = exports.InstanceMetadataDefaultsResponse$ = exports.InstanceMarketOptionsRequest$ = exports.InstanceMaintenanceOptionsRequest$ = exports.InstanceMaintenanceOptions$ = exports.InstanceIpv6Prefix$ = exports.InstanceIpv6AddressRequest$ = exports.InstanceIpv6Address$ = exports.InstanceIpv4Prefix$ = exports.InstanceImageMetadata$ = exports.InstanceFamilyCreditSpecification$ = exports.InstanceExportDetails$ = exports.InstanceEventWindowTimeRangeRequest$ = exports.InstanceEventWindowTimeRange$ = exports.InstanceEventWindowStateChange$ = exports.InstanceEventWindowDisassociationRequest$ = exports.InstanceEventWindowAssociationTarget$ = exports.InstanceEventWindowAssociationRequest$ = void 0; +exports.Ipv6Pool$ = exports.Ipv6CidrBlock$ = exports.Ipv6CidrAssociation$ = exports.Ipv4PrefixSpecificationResponse$ = exports.Ipv4PrefixSpecificationRequest$ = exports.Ipv4PrefixSpecification$ = exports.IpRange$ = exports.IpPermission$ = exports.IpamScopeExternalAuthorityConfiguration$ = exports.IpamScope$ = exports.IpamResourceTag$ = exports.IpamResourceDiscoveryAssociation$ = exports.IpamResourceDiscovery$ = exports.IpamResourceCidr$ = exports.IpamPublicAddressTags$ = exports.IpamPublicAddressTag$ = exports.IpamPublicAddressSecurityGroup$ = exports.IpamPrefixListResolverVersionEntry$ = exports.IpamPrefixListResolverVersion$ = exports.IpamPrefixListResolverTarget$ = exports.IpamPrefixListResolverRuleRequest$ = exports.IpamPrefixListResolverRuleConditionRequest$ = exports.IpamPrefixListResolverRuleCondition$ = exports.IpamPrefixListResolverRule$ = exports.IpamPrefixListResolver$ = exports.IpamPoolSourceResourceRequest$ = exports.IpamPoolSourceResource$ = exports.IpamPoolCidrFailureReason$ = exports.IpamPoolCidr$ = exports.IpamPoolAllocation$ = exports.IpamPool$ = exports.IpamPolicyOrganizationTarget$ = exports.IpamPolicyDocument$ = exports.IpamPolicyAllocationRuleRequest$ = exports.IpamPolicyAllocationRule$ = exports.IpamPolicy$ = exports.IpamOrganizationalUnitExclusion$ = exports.IpamOperatingRegion$ = exports.IpamExternalResourceVerificationToken$ = exports.IpamDiscoveryFailureReason$ = exports.IpamDiscoveredResourceCidr$ = exports.IpamDiscoveredPublicAddress$ = exports.IpamDiscoveredAccount$ = exports.IpamCidrAuthorizationContext$ = exports.IpamAddressHistoryRecord$ = exports.Ipam$ = exports.InterruptionInfo$ = exports.InterruptibleCapacityAllocation$ = exports.InternetGatewayAttachment$ = exports.InternetGateway$ = void 0; +exports.LaunchTemplatePrivateDnsNameOptionsRequest$ = exports.LaunchTemplatePrivateDnsNameOptions$ = exports.LaunchTemplatePlacementRequest$ = exports.LaunchTemplatePlacement$ = exports.LaunchTemplateOverrides$ = exports.LaunchTemplateNetworkPerformanceOptionsRequest$ = exports.LaunchTemplateNetworkPerformanceOptions$ = exports.LaunchTemplateLicenseConfigurationRequest$ = exports.LaunchTemplateLicenseConfiguration$ = exports.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$ = exports.LaunchTemplateInstanceSecondaryInterfaceSpecification$ = exports.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = exports.LaunchTemplateInstanceNetworkInterfaceSpecification$ = exports.LaunchTemplateInstanceMetadataOptionsRequest$ = exports.LaunchTemplateInstanceMetadataOptions$ = exports.LaunchTemplateInstanceMarketOptionsRequest$ = exports.LaunchTemplateInstanceMarketOptions$ = exports.LaunchTemplateInstanceMaintenanceOptionsRequest$ = exports.LaunchTemplateInstanceMaintenanceOptions$ = exports.LaunchTemplateIamInstanceProfileSpecificationRequest$ = exports.LaunchTemplateIamInstanceProfileSpecification$ = exports.LaunchTemplateHibernationOptionsRequest$ = exports.LaunchTemplateHibernationOptions$ = exports.LaunchTemplateEnclaveOptionsRequest$ = exports.LaunchTemplateEnclaveOptions$ = exports.LaunchTemplateEnaSrdUdpSpecification$ = exports.LaunchTemplateEnaSrdSpecification$ = exports.LaunchTemplateElasticInferenceAcceleratorResponse$ = exports.LaunchTemplateElasticInferenceAccelerator$ = exports.LaunchTemplateEbsBlockDeviceRequest$ = exports.LaunchTemplateEbsBlockDevice$ = exports.LaunchTemplateCpuOptionsRequest$ = exports.LaunchTemplateCpuOptions$ = exports.LaunchTemplateConfig$ = exports.LaunchTemplateCapacityReservationSpecificationResponse$ = exports.LaunchTemplateCapacityReservationSpecificationRequest$ = exports.LaunchTemplateBlockDeviceMappingRequest$ = exports.LaunchTemplateBlockDeviceMapping$ = exports.LaunchTemplateAndOverridesResponse$ = exports.LaunchTemplate$ = exports.LaunchSpecification$ = exports.LaunchPermissionModifications$ = exports.LaunchPermission$ = exports.LastError$ = exports.KeyPairInfo$ = exports.KeyPair$ = exports.Ipv6Range$ = exports.Ipv6PrefixSpecificationResponse$ = exports.Ipv6PrefixSpecificationRequest$ = exports.Ipv6PrefixSpecification$ = void 0; +exports.ModifyAddressAttributeResult$ = exports.ModifyAddressAttributeRequest$ = exports.MetricValue$ = exports.MetricPoint$ = exports.MetricDataResult$ = exports.MemoryMiBRequest$ = exports.MemoryMiB$ = exports.MemoryInfo$ = exports.MemoryGiBPerVCpuRequest$ = exports.MemoryGiBPerVCpu$ = exports.MediaDeviceMemoryInfo$ = exports.MediaDeviceInfo$ = exports.MediaAcceleratorInfo$ = exports.ManagedResourceVisibilitySettings$ = exports.ManagedPrefixList$ = exports.MaintenanceDetails$ = exports.MacSystemIntegrityProtectionConfigurationRequest$ = exports.MacSystemIntegrityProtectionConfiguration$ = exports.MacModificationTask$ = exports.MacHost$ = exports.LockSnapshotResult$ = exports.LockSnapshotRequest$ = exports.LockedSnapshotsInfo$ = exports.LocalGatewayVirtualInterfaceGroup$ = exports.LocalGatewayVirtualInterface$ = exports.LocalGatewayRouteTableVpcAssociation$ = exports.LocalGatewayRouteTableVirtualInterfaceGroupAssociation$ = exports.LocalGatewayRouteTable$ = exports.LocalGatewayRoute$ = exports.LocalGateway$ = exports.LoadPermissionRequest$ = exports.LoadPermissionModifications$ = exports.LoadPermission$ = exports.LoadBalancersConfig$ = exports.ListVolumesInRecycleBinResult$ = exports.ListVolumesInRecycleBinRequest$ = exports.ListSnapshotsInRecycleBinResult$ = exports.ListSnapshotsInRecycleBinRequest$ = exports.ListImagesInRecycleBinResult$ = exports.ListImagesInRecycleBinRequest$ = exports.LicenseConfigurationRequest$ = exports.LicenseConfiguration$ = exports.LaunchTemplateVersion$ = exports.LaunchTemplateTagSpecificationRequest$ = exports.LaunchTemplateTagSpecification$ = exports.LaunchTemplateSpotMarketOptionsRequest$ = exports.LaunchTemplateSpotMarketOptions$ = exports.LaunchTemplateSpecification$ = exports.LaunchTemplatesMonitoringRequest$ = exports.LaunchTemplatesMonitoring$ = void 0; +exports.ModifyIpamPoolResult$ = exports.ModifyIpamPoolRequest$ = exports.ModifyIpamPoolAllocationResult$ = exports.ModifyIpamPoolAllocationRequest$ = exports.ModifyIpamPolicyAllocationRulesResult$ = exports.ModifyIpamPolicyAllocationRulesRequest$ = exports.ModifyInstancePlacementResult$ = exports.ModifyInstancePlacementRequest$ = exports.ModifyInstanceNetworkPerformanceResult$ = exports.ModifyInstanceNetworkPerformanceRequest$ = exports.ModifyInstanceMetadataOptionsResult$ = exports.ModifyInstanceMetadataOptionsRequest$ = exports.ModifyInstanceMetadataDefaultsResult$ = exports.ModifyInstanceMetadataDefaultsRequest$ = exports.ModifyInstanceMaintenanceOptionsResult$ = exports.ModifyInstanceMaintenanceOptionsRequest$ = exports.ModifyInstanceEventWindowResult$ = exports.ModifyInstanceEventWindowRequest$ = exports.ModifyInstanceEventStartTimeResult$ = exports.ModifyInstanceEventStartTimeRequest$ = exports.ModifyInstanceCreditSpecificationResult$ = exports.ModifyInstanceCreditSpecificationRequest$ = exports.ModifyInstanceCpuOptionsResult$ = exports.ModifyInstanceCpuOptionsRequest$ = exports.ModifyInstanceConnectEndpointResult$ = exports.ModifyInstanceConnectEndpointRequest$ = exports.ModifyInstanceCapacityReservationAttributesResult$ = exports.ModifyInstanceCapacityReservationAttributesRequest$ = exports.ModifyInstanceAttributeRequest$ = exports.ModifyImageAttributeRequest$ = exports.ModifyIdFormatRequest$ = exports.ModifyIdentityIdFormatRequest$ = exports.ModifyHostsResult$ = exports.ModifyHostsRequest$ = exports.ModifyFpgaImageAttributeResult$ = exports.ModifyFpgaImageAttributeRequest$ = exports.ModifyFleetResult$ = exports.ModifyFleetRequest$ = exports.ModifyEbsDefaultKmsKeyIdResult$ = exports.ModifyEbsDefaultKmsKeyIdRequest$ = exports.ModifyDefaultCreditSpecificationResult$ = exports.ModifyDefaultCreditSpecificationRequest$ = exports.ModifyClientVpnEndpointResult$ = exports.ModifyClientVpnEndpointRequest$ = exports.ModifyCapacityReservationResult$ = exports.ModifyCapacityReservationRequest$ = exports.ModifyCapacityReservationFleetResult$ = exports.ModifyCapacityReservationFleetRequest$ = exports.ModifyAvailabilityZoneGroupResult$ = exports.ModifyAvailabilityZoneGroupRequest$ = void 0; +exports.ModifyTransitGatewayResult$ = exports.ModifyTransitGatewayRequest$ = exports.ModifyTransitGatewayPrefixListReferenceResult$ = exports.ModifyTransitGatewayPrefixListReferenceRequest$ = exports.ModifyTransitGatewayOptions$ = exports.ModifyTransitGatewayMeteringPolicyResult$ = exports.ModifyTransitGatewayMeteringPolicyRequest$ = exports.ModifyTrafficMirrorSessionResult$ = exports.ModifyTrafficMirrorSessionRequest$ = exports.ModifyTrafficMirrorFilterRuleResult$ = exports.ModifyTrafficMirrorFilterRuleRequest$ = exports.ModifyTrafficMirrorFilterNetworkServicesResult$ = exports.ModifyTrafficMirrorFilterNetworkServicesRequest$ = exports.ModifySubnetAttributeRequest$ = exports.ModifySpotFleetRequestResponse$ = exports.ModifySpotFleetRequestRequest$ = exports.ModifySnapshotTierResult$ = exports.ModifySnapshotTierRequest$ = exports.ModifySnapshotAttributeRequest$ = exports.ModifySecurityGroupRulesResult$ = exports.ModifySecurityGroupRulesRequest$ = exports.ModifyRouteServerResult$ = exports.ModifyRouteServerRequest$ = exports.ModifyReservedInstancesResult$ = exports.ModifyReservedInstancesRequest$ = exports.ModifyPublicIpDnsNameOptionsResult$ = exports.ModifyPublicIpDnsNameOptionsRequest$ = exports.ModifyPrivateDnsNameOptionsResult$ = exports.ModifyPrivateDnsNameOptionsRequest$ = exports.ModifyNetworkInterfaceAttributeRequest$ = exports.ModifyManagedResourceVisibilityResult$ = exports.ModifyManagedResourceVisibilityRequest$ = exports.ModifyManagedPrefixListResult$ = exports.ModifyManagedPrefixListRequest$ = exports.ModifyLocalGatewayRouteResult$ = exports.ModifyLocalGatewayRouteRequest$ = exports.ModifyLaunchTemplateResult$ = exports.ModifyLaunchTemplateRequest$ = exports.ModifyIpamScopeResult$ = exports.ModifyIpamScopeRequest$ = exports.ModifyIpamResult$ = exports.ModifyIpamResourceDiscoveryResult$ = exports.ModifyIpamResourceDiscoveryRequest$ = exports.ModifyIpamResourceCidrResult$ = exports.ModifyIpamResourceCidrRequest$ = exports.ModifyIpamRequest$ = exports.ModifyIpamPrefixListResolverTargetResult$ = exports.ModifyIpamPrefixListResolverTargetRequest$ = exports.ModifyIpamPrefixListResolverResult$ = exports.ModifyIpamPrefixListResolverRequest$ = void 0; +exports.ModifyVpnConnectionOptionsRequest$ = exports.ModifyVpcTenancyResult$ = exports.ModifyVpcTenancyRequest$ = exports.ModifyVpcPeeringConnectionOptionsResult$ = exports.ModifyVpcPeeringConnectionOptionsRequest$ = exports.ModifyVpcEndpointServicePermissionsResult$ = exports.ModifyVpcEndpointServicePermissionsRequest$ = exports.ModifyVpcEndpointServicePayerResponsibilityResult$ = exports.ModifyVpcEndpointServicePayerResponsibilityRequest$ = exports.ModifyVpcEndpointServiceConfigurationResult$ = exports.ModifyVpcEndpointServiceConfigurationRequest$ = exports.ModifyVpcEndpointResult$ = exports.ModifyVpcEndpointRequest$ = exports.ModifyVpcEndpointConnectionNotificationResult$ = exports.ModifyVpcEndpointConnectionNotificationRequest$ = exports.ModifyVpcEncryptionControlResult$ = exports.ModifyVpcEncryptionControlRequest$ = exports.ModifyVpcBlockPublicAccessOptionsResult$ = exports.ModifyVpcBlockPublicAccessOptionsRequest$ = exports.ModifyVpcBlockPublicAccessExclusionResult$ = exports.ModifyVpcBlockPublicAccessExclusionRequest$ = exports.ModifyVpcAttributeRequest$ = exports.ModifyVolumeResult$ = exports.ModifyVolumeRequest$ = exports.ModifyVolumeAttributeRequest$ = exports.ModifyVerifiedAccessTrustProviderResult$ = exports.ModifyVerifiedAccessTrustProviderRequest$ = exports.ModifyVerifiedAccessTrustProviderOidcOptions$ = exports.ModifyVerifiedAccessTrustProviderDeviceOptions$ = exports.ModifyVerifiedAccessNativeApplicationOidcOptions$ = exports.ModifyVerifiedAccessInstanceResult$ = exports.ModifyVerifiedAccessInstanceRequest$ = exports.ModifyVerifiedAccessInstanceLoggingConfigurationResult$ = exports.ModifyVerifiedAccessInstanceLoggingConfigurationRequest$ = exports.ModifyVerifiedAccessGroupResult$ = exports.ModifyVerifiedAccessGroupRequest$ = exports.ModifyVerifiedAccessGroupPolicyResult$ = exports.ModifyVerifiedAccessGroupPolicyRequest$ = exports.ModifyVerifiedAccessEndpointResult$ = exports.ModifyVerifiedAccessEndpointRequest$ = exports.ModifyVerifiedAccessEndpointRdsOptions$ = exports.ModifyVerifiedAccessEndpointPortRange$ = exports.ModifyVerifiedAccessEndpointPolicyResult$ = exports.ModifyVerifiedAccessEndpointPolicyRequest$ = exports.ModifyVerifiedAccessEndpointLoadBalancerOptions$ = exports.ModifyVerifiedAccessEndpointEniOptions$ = exports.ModifyVerifiedAccessEndpointCidrOptions$ = exports.ModifyTransitGatewayVpcAttachmentResult$ = exports.ModifyTransitGatewayVpcAttachmentRequestOptions$ = exports.ModifyTransitGatewayVpcAttachmentRequest$ = void 0; +exports.NitroTpmInfo$ = exports.NewDhcpConfiguration$ = exports.NeuronInfo$ = exports.NeuronDeviceMemoryInfo$ = exports.NeuronDeviceInfo$ = exports.NeuronDeviceCoreInfo$ = exports.NetworkInterfacePrivateIpAddress$ = exports.NetworkInterfacePermissionState$ = exports.NetworkInterfacePermission$ = exports.NetworkInterfaceIpv6Address$ = exports.NetworkInterfaceCountRequest$ = exports.NetworkInterfaceCount$ = exports.NetworkInterfaceAttachmentChanges$ = exports.NetworkInterfaceAttachment$ = exports.NetworkInterfaceAssociation$ = exports.NetworkInterface$ = exports.NetworkInsightsPath$ = exports.NetworkInsightsAnalysis$ = exports.NetworkInsightsAccessScopeContent$ = exports.NetworkInsightsAccessScopeAnalysis$ = exports.NetworkInsightsAccessScope$ = exports.NetworkInfo$ = exports.NetworkCardInfo$ = exports.NetworkBandwidthGbpsRequest$ = exports.NetworkBandwidthGbps$ = exports.NetworkAclEntry$ = exports.NetworkAclAssociation$ = exports.NetworkAcl$ = exports.NativeApplicationOidcOptions$ = exports.NatGatewayAttachedAppliance$ = exports.NatGatewayAddress$ = exports.NatGateway$ = exports.MovingAddressStatus$ = exports.MoveCapacityReservationInstancesResult$ = exports.MoveCapacityReservationInstancesRequest$ = exports.MoveByoipCidrToIpamResult$ = exports.MoveByoipCidrToIpamRequest$ = exports.MoveAddressToVpcResult$ = exports.MoveAddressToVpcRequest$ = exports.MonitorInstancesResult$ = exports.MonitorInstancesRequest$ = exports.Monitoring$ = exports.ModifyVpnTunnelOptionsSpecification$ = exports.ModifyVpnTunnelOptionsResult$ = exports.ModifyVpnTunnelOptionsRequest$ = exports.ModifyVpnTunnelCertificateResult$ = exports.ModifyVpnTunnelCertificateRequest$ = exports.ModifyVpnConnectionResult$ = exports.ModifyVpnConnectionRequest$ = exports.ModifyVpnConnectionOptionsResult$ = void 0; +exports.PrivateDnsNameOptionsRequest$ = exports.PrivateDnsNameOptionsOnLaunch$ = exports.PrivateDnsNameConfiguration$ = exports.PrivateDnsDetails$ = exports.PrincipalIdFormat$ = exports.PricingDetail$ = exports.PriceScheduleSpecification$ = exports.PriceSchedule$ = exports.PrefixListId$ = exports.PrefixListEntry$ = exports.PrefixListAssociation$ = exports.PrefixList$ = exports.PortRange$ = exports.PoolCidrBlock$ = exports.PlacementResponse$ = exports.PlacementGroupInfo$ = exports.PlacementGroup$ = exports.Placement$ = exports.Phase2IntegrityAlgorithmsRequestListValue$ = exports.Phase2IntegrityAlgorithmsListValue$ = exports.Phase2EncryptionAlgorithmsRequestListValue$ = exports.Phase2EncryptionAlgorithmsListValue$ = exports.Phase2DHGroupNumbersRequestListValue$ = exports.Phase2DHGroupNumbersListValue$ = exports.Phase1IntegrityAlgorithmsRequestListValue$ = exports.Phase1IntegrityAlgorithmsListValue$ = exports.Phase1EncryptionAlgorithmsRequestListValue$ = exports.Phase1EncryptionAlgorithmsListValue$ = exports.Phase1DHGroupNumbersRequestListValue$ = exports.Phase1DHGroupNumbersListValue$ = exports.PerformanceFactorReferenceRequest$ = exports.PerformanceFactorReference$ = exports.PeeringTgwInfo$ = exports.PeeringConnectionOptionsRequest$ = exports.PeeringConnectionOptions$ = exports.PeeringAttachmentStatus$ = exports.PciId$ = exports.PathStatementRequest$ = exports.PathStatement$ = exports.PathRequestFilter$ = exports.PathFilter$ = exports.PathComponent$ = exports.PacketHeaderStatementRequest$ = exports.PacketHeaderStatement$ = exports.OutpostLag$ = exports.OperatorResponse$ = exports.OperatorRequest$ = exports.OnDemandOptionsRequest$ = exports.OnDemandOptions$ = exports.OidcOptions$ = void 0; +exports.RejectTransitGatewayClientVpnAttachmentResult$ = exports.RejectTransitGatewayClientVpnAttachmentRequest$ = exports.RejectCapacityReservationBillingOwnershipResult$ = exports.RejectCapacityReservationBillingOwnershipRequest$ = exports.RegisterTransitGatewayMulticastGroupSourcesResult$ = exports.RegisterTransitGatewayMulticastGroupSourcesRequest$ = exports.RegisterTransitGatewayMulticastGroupMembersResult$ = exports.RegisterTransitGatewayMulticastGroupMembersRequest$ = exports.RegisterInstanceTagAttributeRequest$ = exports.RegisterInstanceEventNotificationAttributesResult$ = exports.RegisterInstanceEventNotificationAttributesRequest$ = exports.RegisterImageResult$ = exports.RegisterImageRequest$ = exports.RegisteredInstance$ = exports.RegionGeography$ = exports.RegionalSummary$ = exports.Region$ = exports.ReferencedSecurityGroup$ = exports.RecurringCharge$ = exports.RebootInstancesRequest$ = exports.PurchaseScheduledInstancesResult$ = exports.PurchaseScheduledInstancesRequest$ = exports.PurchaseReservedInstancesOfferingResult$ = exports.PurchaseReservedInstancesOfferingRequest$ = exports.PurchaseRequest$ = exports.PurchaseHostReservationResult$ = exports.PurchaseHostReservationRequest$ = exports.PurchaseCapacityBlockResult$ = exports.PurchaseCapacityBlockRequest$ = exports.PurchaseCapacityBlockExtensionResult$ = exports.PurchaseCapacityBlockExtensionRequest$ = exports.Purchase$ = exports.PublicIpv4PoolRange$ = exports.PublicIpv4Pool$ = exports.PublicIpDnsNameOptions$ = exports.PtrUpdateStatus$ = exports.ProvisionPublicIpv4PoolCidrResult$ = exports.ProvisionPublicIpv4PoolCidrRequest$ = exports.ProvisionIpamPoolCidrResult$ = exports.ProvisionIpamPoolCidrRequest$ = exports.ProvisionIpamByoasnResult$ = exports.ProvisionIpamByoasnRequest$ = exports.ProvisionedBandwidth$ = exports.ProvisionByoipCidrResult$ = exports.ProvisionByoipCidrRequest$ = exports.PropagatingVgw$ = exports.ProductCode$ = exports.ProcessorInfo$ = exports.PrivateIpAddressSpecification$ = exports.PrivateDnsNameOptionsResponse$ = void 0; +exports.ReservedInstances$ = exports.ReservedInstanceReservationValue$ = exports.ReservedInstanceLimitPrice$ = exports.ReservedCapacityOptionsRequest$ = exports.ReservedCapacityOptions$ = exports.ReservationValue$ = exports.ReservationFleetInstanceSpecification$ = exports.Reservation$ = exports.RequestSpotLaunchSpecification$ = exports.RequestSpotInstancesResult$ = exports.RequestSpotInstancesRequest$ = exports.RequestSpotFleetResponse$ = exports.RequestSpotFleetRequest$ = exports.RequestLaunchTemplateData$ = exports.RequestIpamResourceTag$ = exports.RequestFilterPortRange$ = exports.ReportInstanceStatusRequest$ = exports.ReplaceVpnTunnelResult$ = exports.ReplaceVpnTunnelRequest$ = exports.ReplaceTransitGatewayRouteResult$ = exports.ReplaceTransitGatewayRouteRequest$ = exports.ReplaceRouteTableAssociationResult$ = exports.ReplaceRouteTableAssociationRequest$ = exports.ReplaceRouteRequest$ = exports.ReplaceRootVolumeTask$ = exports.ReplaceNetworkAclEntryRequest$ = exports.ReplaceNetworkAclAssociationResult$ = exports.ReplaceNetworkAclAssociationRequest$ = exports.ReplaceImageCriteriaInAllowedImagesSettingsResult$ = exports.ReplaceImageCriteriaInAllowedImagesSettingsRequest$ = exports.ReplaceIamInstanceProfileAssociationResult$ = exports.ReplaceIamInstanceProfileAssociationRequest$ = exports.RemovePrefixListEntry$ = exports.RemoveIpamOrganizationalUnitExclusion$ = exports.RemoveIpamOperatingRegion$ = exports.ReleaseIpamPoolAllocationResult$ = exports.ReleaseIpamPoolAllocationRequest$ = exports.ReleaseHostsResult$ = exports.ReleaseHostsRequest$ = exports.ReleaseAddressRequest$ = exports.RejectVpcPeeringConnectionResult$ = exports.RejectVpcPeeringConnectionRequest$ = exports.RejectVpcEndpointConnectionsResult$ = exports.RejectVpcEndpointConnectionsRequest$ = exports.RejectTransitGatewayVpcAttachmentResult$ = exports.RejectTransitGatewayVpcAttachmentRequest$ = exports.RejectTransitGatewayPeeringAttachmentResult$ = exports.RejectTransitGatewayPeeringAttachmentRequest$ = exports.RejectTransitGatewayMulticastDomainAssociationsResult$ = exports.RejectTransitGatewayMulticastDomainAssociationsRequest$ = void 0; +exports.RouteServerPeer$ = exports.RouteServerEndpoint$ = exports.RouteServerBgpStatus$ = exports.RouteServerBgpOptionsRequest$ = exports.RouteServerBgpOptions$ = exports.RouteServerBfdStatus$ = exports.RouteServerAssociation$ = exports.RouteServer$ = exports.Route$ = exports.RevokeSecurityGroupIngressResult$ = exports.RevokeSecurityGroupIngressRequest$ = exports.RevokeSecurityGroupEgressResult$ = exports.RevokeSecurityGroupEgressRequest$ = exports.RevokedSecurityGroupRule$ = exports.RevokeClientVpnIngressResult$ = exports.RevokeClientVpnIngressRequest$ = exports.RestoreVolumeFromRecycleBinResult$ = exports.RestoreVolumeFromRecycleBinRequest$ = exports.RestoreSnapshotTierResult$ = exports.RestoreSnapshotTierRequest$ = exports.RestoreSnapshotFromRecycleBinResult$ = exports.RestoreSnapshotFromRecycleBinRequest$ = exports.RestoreManagedPrefixListVersionResult$ = exports.RestoreManagedPrefixListVersionRequest$ = exports.RestoreImageFromRecycleBinResult$ = exports.RestoreImageFromRecycleBinRequest$ = exports.RestoreAddressToClassicResult$ = exports.RestoreAddressToClassicRequest$ = exports.ResponseLaunchTemplateData$ = exports.ResponseError$ = exports.ResourceTypeRequest$ = exports.ResourceTypeOption$ = exports.ResourceStatementRequest$ = exports.ResourceStatement$ = exports.ResetSnapshotAttributeRequest$ = exports.ResetNetworkInterfaceAttributeRequest$ = exports.ResetInstanceAttributeRequest$ = exports.ResetImageAttributeRequest$ = exports.ResetFpgaImageAttributeResult$ = exports.ResetFpgaImageAttributeRequest$ = exports.ResetEbsDefaultKmsKeyIdResult$ = exports.ResetEbsDefaultKmsKeyIdRequest$ = exports.ResetAddressAttributeResult$ = exports.ResetAddressAttributeRequest$ = exports.ReservedInstancesOffering$ = exports.ReservedInstancesModificationResult$ = exports.ReservedInstancesModification$ = exports.ReservedInstancesListing$ = exports.ReservedInstancesId$ = exports.ReservedInstancesConfiguration$ = void 0; +exports.SecurityGroupRuleRequest$ = exports.SecurityGroupRuleDescription$ = exports.SecurityGroupRule$ = exports.SecurityGroupReference$ = exports.SecurityGroupIdentifier$ = exports.SecurityGroupForVpc$ = exports.SecurityGroup$ = exports.SecondarySubnetIpv4CidrBlockAssociation$ = exports.SecondarySubnet$ = exports.SecondaryNetworkIpv4CidrBlockAssociation$ = exports.SecondaryNetwork$ = exports.SecondaryInterfacePrivateIpAddressSpecificationRequest$ = exports.SecondaryInterfacePrivateIpAddressSpecification$ = exports.SecondaryInterfaceIpv4Address$ = exports.SecondaryInterfaceAttachment$ = exports.SecondaryInterface$ = exports.SearchTransitGatewayRoutesResult$ = exports.SearchTransitGatewayRoutesRequest$ = exports.SearchTransitGatewayMulticastGroupsResult$ = exports.SearchTransitGatewayMulticastGroupsRequest$ = exports.SearchLocalGatewayRoutesResult$ = exports.SearchLocalGatewayRoutesRequest$ = exports.ScheduledInstancesPrivateIpAddressConfig$ = exports.ScheduledInstancesPlacement$ = exports.ScheduledInstancesNetworkInterface$ = exports.ScheduledInstancesMonitoring$ = exports.ScheduledInstancesLaunchSpecification$ = exports.ScheduledInstancesIpv6Address$ = exports.ScheduledInstancesIamInstanceProfile$ = exports.ScheduledInstancesEbs$ = exports.ScheduledInstancesBlockDeviceMapping$ = exports.ScheduledInstanceRecurrenceRequest$ = exports.ScheduledInstanceRecurrence$ = exports.ScheduledInstanceAvailability$ = exports.ScheduledInstance$ = exports.S3Storage$ = exports.S3ObjectTag$ = exports.RunScheduledInstancesResult$ = exports.RunScheduledInstancesRequest$ = exports.RunInstancesRequest$ = exports.RunInstancesMonitoringEnabled$ = exports.RuleOption$ = exports.RuleGroupTypePair$ = exports.RuleGroupRuleOptionsPair$ = exports.RouteTableAssociationState$ = exports.RouteTableAssociation$ = exports.RouteTable$ = exports.RouteServerRouteInstallationDetail$ = exports.RouteServerRoute$ = exports.RouteServerPropagation$ = void 0; +exports.StorageLocation$ = exports.Storage$ = exports.StopInstancesResult$ = exports.StopInstancesRequest$ = exports.StateReason$ = exports.StartVpcEndpointServicePrivateDnsVerificationResult$ = exports.StartVpcEndpointServicePrivateDnsVerificationRequest$ = exports.StartNetworkInsightsAnalysisResult$ = exports.StartNetworkInsightsAnalysisRequest$ = exports.StartNetworkInsightsAccessScopeAnalysisResult$ = exports.StartNetworkInsightsAccessScopeAnalysisRequest$ = exports.StartInstancesResult$ = exports.StartInstancesRequest$ = exports.StartDeclarativePoliciesReportResult$ = exports.StartDeclarativePoliciesReportRequest$ = exports.StaleSecurityGroup$ = exports.StaleIpPermission$ = exports.SpotPrice$ = exports.SpotPlacementScore$ = exports.SpotPlacement$ = exports.SpotOptionsRequest$ = exports.SpotOptions$ = exports.SpotMarketOptions$ = exports.SpotMaintenanceStrategies$ = exports.SpotInstanceStatus$ = exports.SpotInstanceStateFault$ = exports.SpotInstanceRequest$ = exports.SpotFleetTagSpecification$ = exports.SpotFleetRequestConfigData$ = exports.SpotFleetRequestConfig$ = exports.SpotFleetMonitoring$ = exports.SpotFleetLaunchSpecification$ = exports.SpotDatafeedSubscription$ = exports.SpotCapacityRebalance$ = exports.SnapshotTierStatus$ = exports.SnapshotTaskDetail$ = exports.SnapshotRecycleBinInfo$ = exports.SnapshotInfo$ = exports.SnapshotDiskContainer$ = exports.SnapshotDetail$ = exports.Snapshot$ = exports.SlotStartTimeRangeRequest$ = exports.SlotDateTimeRangeRequest$ = exports.ServiceTypeDetail$ = exports.ServiceLinkVirtualInterface$ = exports.ServiceDetail$ = exports.ServiceConfiguration$ = exports.SendDiagnosticInterruptRequest$ = exports.SecurityGroupVpcAssociation$ = exports.SecurityGroupRuleUpdate$ = void 0; +exports.TransitGatewayConnectPeer$ = exports.TransitGatewayConnectOptions$ = exports.TransitGatewayConnect$ = exports.TransitGatewayConfigurationInputStructure$ = exports.TransitGatewayConfigurationDescribeEndpointStructure$ = exports.TransitGatewayClientVpnAttachment$ = exports.TransitGatewayAttachmentPropagation$ = exports.TransitGatewayAttachmentBgpConfiguration$ = exports.TransitGatewayAttachmentAssociation$ = exports.TransitGatewayAttachment$ = exports.TransitGatewayAssociation$ = exports.TransitGateway$ = exports.TrafficMirrorTarget$ = exports.TrafficMirrorSession$ = exports.TrafficMirrorPortRangeRequest$ = exports.TrafficMirrorPortRange$ = exports.TrafficMirrorFilterRule$ = exports.TrafficMirrorFilter$ = exports.TotalLocalStorageGBRequest$ = exports.TotalLocalStorageGB$ = exports.ThroughResourcesStatementRequest$ = exports.ThroughResourcesStatement$ = exports.TerminateInstancesResult$ = exports.TerminateInstancesRequest$ = exports.TerminateConnectionStatus$ = exports.TerminateClientVpnConnectionsResult$ = exports.TerminateClientVpnConnectionsRequest$ = exports.TargetReservationValue$ = exports.TargetNetwork$ = exports.TargetGroupsConfig$ = exports.TargetGroup$ = exports.TargetConfigurationRequest$ = exports.TargetConfiguration$ = exports.TargetCapacitySpecificationRequest$ = exports.TargetCapacitySpecification$ = exports.TagSpecification$ = exports.TagDescription$ = exports.Tag$ = exports.SupportedRegionDetail$ = exports.SuccessfulQueuedPurchaseDeletion$ = exports.SuccessfulInstanceCreditSpecificationItem$ = exports.Subscription$ = exports.SubnetIpv6CidrBlockAssociation$ = exports.SubnetIpPrefixes$ = exports.SubnetConfiguration$ = exports.SubnetCidrReservation$ = exports.SubnetCidrBlockState$ = exports.SubnetAssociation$ = exports.Subnet$ = exports.StoreImageTaskResult$ = void 0; +exports.UnsuccessfulItemError$ = exports.UnsuccessfulItem$ = exports.UnsuccessfulInstanceCreditSpecificationItemError$ = exports.UnsuccessfulInstanceCreditSpecificationItem$ = exports.UnmonitorInstancesResult$ = exports.UnmonitorInstancesRequest$ = exports.UnlockSnapshotResult$ = exports.UnlockSnapshotRequest$ = exports.UnassignPrivateNatGatewayAddressResult$ = exports.UnassignPrivateNatGatewayAddressRequest$ = exports.UnassignPrivateIpAddressesRequest$ = exports.UnassignIpv6AddressesResult$ = exports.UnassignIpv6AddressesRequest$ = exports.TunnelOption$ = exports.TrunkInterfaceAssociation$ = exports.TransitGatewayVpcAttachmentOptions$ = exports.TransitGatewayVpcAttachment$ = exports.TransitGatewayRouteTableRoute$ = exports.TransitGatewayRouteTablePropagation$ = exports.TransitGatewayRouteTableAssociation$ = exports.TransitGatewayRouteTableAnnouncement$ = exports.TransitGatewayRouteTable$ = exports.TransitGatewayRouteAttachment$ = exports.TransitGatewayRoute$ = exports.TransitGatewayRequestOptions$ = exports.TransitGatewayPropagation$ = exports.TransitGatewayPrefixListReference$ = exports.TransitGatewayPrefixListAttachment$ = exports.TransitGatewayPolicyTableEntry$ = exports.TransitGatewayPolicyTableAssociation$ = exports.TransitGatewayPolicyTable$ = exports.TransitGatewayPolicyRuleMetaData$ = exports.TransitGatewayPolicyRule$ = exports.TransitGatewayPeeringAttachmentOptions$ = exports.TransitGatewayPeeringAttachment$ = exports.TransitGatewayOptions$ = exports.TransitGatewayMulticastRegisteredGroupSources$ = exports.TransitGatewayMulticastRegisteredGroupMembers$ = exports.TransitGatewayMulticastGroup$ = exports.TransitGatewayMulticastDomainOptions$ = exports.TransitGatewayMulticastDomainAssociations$ = exports.TransitGatewayMulticastDomainAssociation$ = exports.TransitGatewayMulticastDomain$ = exports.TransitGatewayMulticastDeregisteredGroupSources$ = exports.TransitGatewayMulticastDeregisteredGroupMembers$ = exports.TransitGatewayMeteringPolicyRule$ = exports.TransitGatewayMeteringPolicyEntry$ = exports.TransitGatewayMeteringPolicy$ = exports.TransitGatewayConnectRequestBgpOptions$ = exports.TransitGatewayConnectPeerConfiguration$ = void 0; +exports.VolumeAttachment$ = exports.Volume$ = exports.VgwTelemetry$ = exports.VerifiedAccessTrustProviderCondensed$ = exports.VerifiedAccessTrustProvider$ = exports.VerifiedAccessSseSpecificationResponse$ = exports.VerifiedAccessSseSpecificationRequest$ = exports.VerifiedAccessLogS3DestinationOptions$ = exports.VerifiedAccessLogS3Destination$ = exports.VerifiedAccessLogs$ = exports.VerifiedAccessLogOptions$ = exports.VerifiedAccessLogKinesisDataFirehoseDestinationOptions$ = exports.VerifiedAccessLogKinesisDataFirehoseDestination$ = exports.VerifiedAccessLogDeliveryStatus$ = exports.VerifiedAccessLogCloudWatchLogsDestinationOptions$ = exports.VerifiedAccessLogCloudWatchLogsDestination$ = exports.VerifiedAccessInstanceUserTrustProviderClientConfiguration$ = exports.VerifiedAccessInstanceOpenVpnClientConfigurationRoute$ = exports.VerifiedAccessInstanceOpenVpnClientConfiguration$ = exports.VerifiedAccessInstanceLoggingConfiguration$ = exports.VerifiedAccessInstanceCustomSubDomain$ = exports.VerifiedAccessInstance$ = exports.VerifiedAccessGroup$ = exports.VerifiedAccessEndpointTarget$ = exports.VerifiedAccessEndpointStatus$ = exports.VerifiedAccessEndpointRdsOptions$ = exports.VerifiedAccessEndpointPortRange$ = exports.VerifiedAccessEndpointLoadBalancerOptions$ = exports.VerifiedAccessEndpointEniOptions$ = exports.VerifiedAccessEndpointCidrOptions$ = exports.VerifiedAccessEndpoint$ = exports.VCpuInfo$ = exports.VCpuCountRangeRequest$ = exports.VCpuCountRange$ = exports.ValidationWarning$ = exports.ValidationError$ = exports.UserIdGroupPair$ = exports.UserData$ = exports.UserBucketDetails$ = exports.UserBucket$ = exports.UpdateSecurityGroupRuleDescriptionsIngressResult$ = exports.UpdateSecurityGroupRuleDescriptionsIngressRequest$ = exports.UpdateSecurityGroupRuleDescriptionsEgressResult$ = exports.UpdateSecurityGroupRuleDescriptionsEgressRequest$ = exports.UpdateInterruptibleCapacityReservationAllocationResult$ = exports.UpdateInterruptibleCapacityReservationAllocationRequest$ = exports.UpdateCapacityManagerOrganizationsAccessResult$ = exports.UpdateCapacityManagerOrganizationsAccessRequest$ = exports.UpdateCapacityManagerMonitoredTagKeysResult$ = exports.UpdateCapacityManagerMonitoredTagKeysRequest$ = void 0; +exports.AcceptVpcPeeringConnection$ = exports.AcceptVpcEndpointConnections$ = exports.AcceptTransitGatewayVpcAttachment$ = exports.AcceptTransitGatewayPeeringAttachment$ = exports.AcceptTransitGatewayMulticastDomainAssociations$ = exports.AcceptTransitGatewayClientVpnAttachment$ = exports.AcceptReservedInstancesExchangeQuote$ = exports.AcceptCapacityReservationBillingOwnership$ = exports.AcceptAddressTransfer$ = exports.WithdrawByoipCidrResult$ = exports.WithdrawByoipCidrRequest$ = exports.VpnTunnelOptionsSpecification$ = exports.VpnTunnelLogOptionsSpecification$ = exports.VpnTunnelLogOptions$ = exports.VpnStaticRoute$ = exports.VpnGateway$ = exports.VpnConnectionOptionsSpecification$ = exports.VpnConnectionOptions$ = exports.VpnConnectionDeviceType$ = exports.VpnConnection$ = exports.VpnConcentrator$ = exports.VpcPeeringConnectionVpcInfo$ = exports.VpcPeeringConnectionStateReason$ = exports.VpcPeeringConnectionOptionsDescription$ = exports.VpcPeeringConnection$ = exports.VpcIpv6CidrBlockAssociation$ = exports.VpcEndpointConnection$ = exports.VpcEndpointAssociation$ = exports.VpcEndpoint$ = exports.VpcEncryptionNonCompliantResource$ = exports.VpcEncryptionControlExclusions$ = exports.VpcEncryptionControlExclusion$ = exports.VpcEncryptionControlConfiguration$ = exports.VpcEncryptionControl$ = exports.VpcClassicLink$ = exports.VpcCidrBlockState$ = exports.VpcCidrBlockAssociation$ = exports.VpcBlockPublicAccessOptions$ = exports.VpcBlockPublicAccessExclusion$ = exports.VpcAttachment$ = exports.Vpc$ = exports.VolumeStatusItem$ = exports.VolumeStatusInfo$ = exports.VolumeStatusEvent$ = exports.VolumeStatusDetails$ = exports.VolumeStatusAttachmentStatus$ = exports.VolumeStatusAction$ = exports.VolumeRecycleBinInfo$ = exports.VolumeModification$ = exports.VolumeDetail$ = void 0; +exports.CopyFpgaImage$ = exports.ConfirmProductInstance$ = exports.CancelSpotInstanceRequests$ = exports.CancelSpotFleetRequests$ = exports.CancelReservedInstancesListing$ = exports.CancelImportTask$ = exports.CancelImageLaunchPermission$ = exports.CancelExportTask$ = exports.CancelDeclarativePoliciesReport$ = exports.CancelConversionTask$ = exports.CancelCapacityReservationFleets$ = exports.CancelCapacityReservation$ = exports.CancelBundleTask$ = exports.BundleInstance$ = exports.AuthorizeSecurityGroupIngress$ = exports.AuthorizeSecurityGroupEgress$ = exports.AuthorizeClientVpnIngress$ = exports.AttachVpnGateway$ = exports.AttachVolume$ = exports.AttachVerifiedAccessTrustProvider$ = exports.AttachNetworkInterface$ = exports.AttachInternetGateway$ = exports.AttachClassicLinkVpc$ = exports.AssociateVpcCidrBlock$ = exports.AssociateTrunkInterface$ = exports.AssociateTransitGatewayRouteTable$ = exports.AssociateTransitGatewayPolicyTable$ = exports.AssociateTransitGatewayMulticastDomain$ = exports.AssociateSubnetCidrBlock$ = exports.AssociateSecurityGroupVpc$ = exports.AssociateRouteTable$ = exports.AssociateRouteServer$ = exports.AssociateNatGatewayAddress$ = exports.AssociateIpamResourceDiscovery$ = exports.AssociateIpamByoasn$ = exports.AssociateInstanceEventWindow$ = exports.AssociateIamInstanceProfile$ = exports.AssociateEnclaveCertificateIamRole$ = exports.AssociateDhcpOptions$ = exports.AssociateClientVpnTargetNetwork$ = exports.AssociateCapacityReservationBillingOwner$ = exports.AssociateAddress$ = exports.AssignPrivateNatGatewayAddress$ = exports.AssignPrivateIpAddresses$ = exports.AssignIpv6Addresses$ = exports.ApplySecurityGroupsToClientVpnTargetNetwork$ = exports.AllocateIpamPoolCidr$ = exports.AllocateHosts$ = exports.AllocateAddress$ = exports.AdvertiseByoipCidr$ = void 0; +exports.CreateNetworkAcl$ = exports.CreateNatGateway$ = exports.CreateManagedPrefixList$ = exports.CreateMacSystemIntegrityProtectionModificationTask$ = exports.CreateLocalGatewayVirtualInterfaceGroup$ = exports.CreateLocalGatewayVirtualInterface$ = exports.CreateLocalGatewayRouteTableVpcAssociation$ = exports.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation$ = exports.CreateLocalGatewayRouteTable$ = exports.CreateLocalGatewayRoute$ = exports.CreateLaunchTemplateVersion$ = exports.CreateLaunchTemplate$ = exports.CreateKeyPair$ = exports.CreateIpamScope$ = exports.CreateIpamResourceDiscovery$ = exports.CreateIpamPrefixListResolverTarget$ = exports.CreateIpamPrefixListResolver$ = exports.CreateIpamPool$ = exports.CreateIpamPolicy$ = exports.CreateIpamExternalResourceVerificationToken$ = exports.CreateIpam$ = exports.CreateInterruptibleCapacityReservationAllocation$ = exports.CreateInternetGateway$ = exports.CreateInstanceExportTask$ = exports.CreateInstanceEventWindow$ = exports.CreateInstanceConnectEndpoint$ = exports.CreateImageUsageReport$ = exports.CreateImage$ = exports.CreateFpgaImage$ = exports.CreateFlowLogs$ = exports.CreateFleet$ = exports.CreateEgressOnlyInternetGateway$ = exports.CreateDhcpOptions$ = exports.CreateDelegateMacVolumeOwnershipTask$ = exports.CreateDefaultVpc$ = exports.CreateDefaultSubnet$ = exports.CreateCustomerGateway$ = exports.CreateCoipPool$ = exports.CreateCoipCidr$ = exports.CreateClientVpnRoute$ = exports.CreateClientVpnEndpoint$ = exports.CreateCarrierGateway$ = exports.CreateCapacityReservationFleet$ = exports.CreateCapacityReservationCancellationQuote$ = exports.CreateCapacityReservationBySplitting$ = exports.CreateCapacityReservation$ = exports.CreateCapacityManagerDataExport$ = exports.CopyVolumes$ = exports.CopySnapshot$ = exports.CopyImage$ = void 0; +exports.CreateVpcEncryptionControl$ = exports.CreateVpcBlockPublicAccessExclusion$ = exports.CreateVpc$ = exports.CreateVolume$ = exports.CreateVerifiedAccessTrustProvider$ = exports.CreateVerifiedAccessInstance$ = exports.CreateVerifiedAccessGroup$ = exports.CreateVerifiedAccessEndpoint$ = exports.CreateTransitGatewayVpcAttachment$ = exports.CreateTransitGatewayRouteTableAnnouncement$ = exports.CreateTransitGatewayRouteTable$ = exports.CreateTransitGatewayRoute$ = exports.CreateTransitGatewayPrefixListReference$ = exports.CreateTransitGatewayPolicyTable$ = exports.CreateTransitGatewayPeeringAttachment$ = exports.CreateTransitGatewayMulticastDomain$ = exports.CreateTransitGatewayMeteringPolicyEntry$ = exports.CreateTransitGatewayMeteringPolicy$ = exports.CreateTransitGatewayConnectPeer$ = exports.CreateTransitGatewayConnect$ = exports.CreateTransitGateway$ = exports.CreateTrafficMirrorTarget$ = exports.CreateTrafficMirrorSession$ = exports.CreateTrafficMirrorFilterRule$ = exports.CreateTrafficMirrorFilter$ = exports.CreateTags$ = exports.CreateSubnetCidrReservation$ = exports.CreateSubnet$ = exports.CreateStoreImageTask$ = exports.CreateSpotDatafeedSubscription$ = exports.CreateSnapshots$ = exports.CreateSnapshot$ = exports.CreateSecurityGroup$ = exports.CreateSecondarySubnet$ = exports.CreateSecondaryNetwork$ = exports.CreateRouteTable$ = exports.CreateRouteServerPeer$ = exports.CreateRouteServerEndpoint$ = exports.CreateRouteServer$ = exports.CreateRoute$ = exports.CreateRestoreImageTask$ = exports.CreateReservedInstancesListing$ = exports.CreateReplaceRootVolumeTask$ = exports.CreatePublicIpv4Pool$ = exports.CreatePlacementGroup$ = exports.CreateNetworkInterfacePermission$ = exports.CreateNetworkInterface$ = exports.CreateNetworkInsightsPath$ = exports.CreateNetworkInsightsAccessScope$ = exports.CreateNetworkAclEntry$ = void 0; +exports.DeleteNetworkInterface$ = exports.DeleteNetworkInsightsPath$ = exports.DeleteNetworkInsightsAnalysis$ = exports.DeleteNetworkInsightsAccessScopeAnalysis$ = exports.DeleteNetworkInsightsAccessScope$ = exports.DeleteNetworkAclEntry$ = exports.DeleteNetworkAcl$ = exports.DeleteNatGateway$ = exports.DeleteManagedPrefixList$ = exports.DeleteLocalGatewayVirtualInterfaceGroup$ = exports.DeleteLocalGatewayVirtualInterface$ = exports.DeleteLocalGatewayRouteTableVpcAssociation$ = exports.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation$ = exports.DeleteLocalGatewayRouteTable$ = exports.DeleteLocalGatewayRoute$ = exports.DeleteLaunchTemplateVersions$ = exports.DeleteLaunchTemplate$ = exports.DeleteKeyPair$ = exports.DeleteIpamScope$ = exports.DeleteIpamResourceDiscovery$ = exports.DeleteIpamPrefixListResolverTarget$ = exports.DeleteIpamPrefixListResolver$ = exports.DeleteIpamPool$ = exports.DeleteIpamPolicy$ = exports.DeleteIpamExternalResourceVerificationToken$ = exports.DeleteIpam$ = exports.DeleteInternetGateway$ = exports.DeleteInstanceEventWindow$ = exports.DeleteInstanceConnectEndpoint$ = exports.DeleteImageUsageReport$ = exports.DeleteFpgaImage$ = exports.DeleteFlowLogs$ = exports.DeleteFleets$ = exports.DeleteEgressOnlyInternetGateway$ = exports.DeleteDhcpOptions$ = exports.DeleteCustomerGateway$ = exports.DeleteCoipPool$ = exports.DeleteCoipCidr$ = exports.DeleteClientVpnRoute$ = exports.DeleteClientVpnEndpoint$ = exports.DeleteCarrierGateway$ = exports.DeleteCapacityManagerDataExport$ = exports.CreateVpnGateway$ = exports.CreateVpnConnectionRoute$ = exports.CreateVpnConnection$ = exports.CreateVpnConcentrator$ = exports.CreateVpcPeeringConnection$ = exports.CreateVpcEndpointServiceConfiguration$ = exports.CreateVpcEndpointConnectionNotification$ = exports.CreateVpcEndpoint$ = void 0; +exports.DeleteVpnConnectionRoute$ = exports.DeleteVpnConnection$ = exports.DeleteVpnConcentrator$ = exports.DeleteVpcPeeringConnection$ = exports.DeleteVpcEndpointServiceConfigurations$ = exports.DeleteVpcEndpoints$ = exports.DeleteVpcEndpointConnectionNotifications$ = exports.DeleteVpcEncryptionControl$ = exports.DeleteVpcBlockPublicAccessExclusion$ = exports.DeleteVpc$ = exports.DeleteVolume$ = exports.DeleteVerifiedAccessTrustProvider$ = exports.DeleteVerifiedAccessInstance$ = exports.DeleteVerifiedAccessGroup$ = exports.DeleteVerifiedAccessEndpoint$ = exports.DeleteTransitGatewayVpcAttachment$ = exports.DeleteTransitGatewayRouteTableAnnouncement$ = exports.DeleteTransitGatewayRouteTable$ = exports.DeleteTransitGatewayRoute$ = exports.DeleteTransitGatewayPrefixListReference$ = exports.DeleteTransitGatewayPolicyTable$ = exports.DeleteTransitGatewayPeeringAttachment$ = exports.DeleteTransitGatewayMulticastDomain$ = exports.DeleteTransitGatewayMeteringPolicyEntry$ = exports.DeleteTransitGatewayMeteringPolicy$ = exports.DeleteTransitGatewayConnectPeer$ = exports.DeleteTransitGatewayConnect$ = exports.DeleteTransitGatewayClientVpnAttachment$ = exports.DeleteTransitGateway$ = exports.DeleteTrafficMirrorTarget$ = exports.DeleteTrafficMirrorSession$ = exports.DeleteTrafficMirrorFilterRule$ = exports.DeleteTrafficMirrorFilter$ = exports.DeleteTags$ = exports.DeleteSubnetCidrReservation$ = exports.DeleteSubnet$ = exports.DeleteSpotDatafeedSubscription$ = exports.DeleteSnapshot$ = exports.DeleteSecurityGroup$ = exports.DeleteSecondarySubnet$ = exports.DeleteSecondaryNetwork$ = exports.DeleteRouteTable$ = exports.DeleteRouteServerPeer$ = exports.DeleteRouteServerEndpoint$ = exports.DeleteRouteServer$ = exports.DeleteRoute$ = exports.DeleteQueuedReservedInstances$ = exports.DeletePublicIpv4Pool$ = exports.DeletePlacementGroup$ = exports.DeleteNetworkInterfacePermission$ = void 0; +exports.DescribeFleets$ = exports.DescribeFleetInstances$ = exports.DescribeFleetHistory$ = exports.DescribeFastSnapshotRestores$ = exports.DescribeFastLaunchImages$ = exports.DescribeExportTasks$ = exports.DescribeExportImageTasks$ = exports.DescribeElasticGpus$ = exports.DescribeEgressOnlyInternetGateways$ = exports.DescribeDhcpOptions$ = exports.DescribeDeclarativePoliciesReports$ = exports.DescribeCustomerGateways$ = exports.DescribeConversionTasks$ = exports.DescribeCoipPools$ = exports.DescribeClientVpnTargetNetworks$ = exports.DescribeClientVpnRoutes$ = exports.DescribeClientVpnEndpoints$ = exports.DescribeClientVpnConnections$ = exports.DescribeClientVpnAuthorizationRules$ = exports.DescribeClassicLinkInstances$ = exports.DescribeCarrierGateways$ = exports.DescribeCapacityReservationTopology$ = exports.DescribeCapacityReservations$ = exports.DescribeCapacityReservationFleets$ = exports.DescribeCapacityReservationCancellationQuotes$ = exports.DescribeCapacityReservationBillingRequests$ = exports.DescribeCapacityManagerDataExports$ = exports.DescribeCapacityBlockStatus$ = exports.DescribeCapacityBlocks$ = exports.DescribeCapacityBlockOfferings$ = exports.DescribeCapacityBlockExtensionOfferings$ = exports.DescribeCapacityBlockExtensionHistory$ = exports.DescribeByoipCidrs$ = exports.DescribeBundleTasks$ = exports.DescribeAwsNetworkPerformanceMetricSubscriptions$ = exports.DescribeAvailabilityZones$ = exports.DescribeAggregateIdFormat$ = exports.DescribeAddressTransfers$ = exports.DescribeAddressesAttribute$ = exports.DescribeAddresses$ = exports.DescribeAccountAttributes$ = exports.DeregisterTransitGatewayMulticastGroupSources$ = exports.DeregisterTransitGatewayMulticastGroupMembers$ = exports.DeregisterInstanceEventNotificationAttributes$ = exports.DeregisterImage$ = exports.DeprovisionPublicIpv4PoolCidr$ = exports.DeprovisionIpamPoolCidr$ = exports.DeprovisionIpamByoasn$ = exports.DeprovisionByoipCidr$ = exports.DeleteVpnGateway$ = void 0; +exports.DescribeLocalGatewayVirtualInterfaceGroups$ = exports.DescribeLocalGateways$ = exports.DescribeLocalGatewayRouteTableVpcAssociations$ = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations$ = exports.DescribeLocalGatewayRouteTables$ = exports.DescribeLaunchTemplateVersions$ = exports.DescribeLaunchTemplates$ = exports.DescribeKeyPairs$ = exports.DescribeIpv6Pools$ = exports.DescribeIpamScopes$ = exports.DescribeIpams$ = exports.DescribeIpamResourceDiscoveryAssociations$ = exports.DescribeIpamResourceDiscoveries$ = exports.DescribeIpamPrefixListResolverTargets$ = exports.DescribeIpamPrefixListResolvers$ = exports.DescribeIpamPools$ = exports.DescribeIpamPoolAllocations$ = exports.DescribeIpamPolicies$ = exports.DescribeIpamExternalResourceVerificationTokens$ = exports.DescribeIpamByoasn$ = exports.DescribeInternetGateways$ = exports.DescribeInstanceTypes$ = exports.DescribeInstanceTypeOfferings$ = exports.DescribeInstanceTopology$ = exports.DescribeInstanceStatus$ = exports.DescribeInstanceSqlHaStates$ = exports.DescribeInstanceSqlHaHistoryStates$ = exports.DescribeInstances$ = exports.DescribeInstanceImageMetadata$ = exports.DescribeInstanceEventWindows$ = exports.DescribeInstanceEventNotificationAttributes$ = exports.DescribeInstanceCreditSpecifications$ = exports.DescribeInstanceConnectEndpoints$ = exports.DescribeInstanceAttribute$ = exports.DescribeImportSnapshotTasks$ = exports.DescribeImportImageTasks$ = exports.DescribeImageUsageReports$ = exports.DescribeImageUsageReportEntries$ = exports.DescribeImages$ = exports.DescribeImageReferences$ = exports.DescribeImageAttribute$ = exports.DescribeIdFormat$ = exports.DescribeIdentityIdFormat$ = exports.DescribeIamInstanceProfileAssociations$ = exports.DescribeHosts$ = exports.DescribeHostReservations$ = exports.DescribeHostReservationOfferings$ = exports.DescribeFpgaImages$ = exports.DescribeFpgaImageAttribute$ = exports.DescribeFlowLogs$ = void 0; +exports.DescribeStaleSecurityGroups$ = exports.DescribeSpotPriceHistory$ = exports.DescribeSpotInstanceRequests$ = exports.DescribeSpotFleetRequests$ = exports.DescribeSpotFleetRequestHistory$ = exports.DescribeSpotFleetInstances$ = exports.DescribeSpotDatafeedSubscription$ = exports.DescribeSnapshotTierStatus$ = exports.DescribeSnapshots$ = exports.DescribeSnapshotAttribute$ = exports.DescribeServiceLinkVirtualInterfaces$ = exports.DescribeSecurityGroupVpcAssociations$ = exports.DescribeSecurityGroups$ = exports.DescribeSecurityGroupRules$ = exports.DescribeSecurityGroupReferences$ = exports.DescribeSecondarySubnets$ = exports.DescribeSecondaryNetworks$ = exports.DescribeSecondaryInterfaces$ = exports.DescribeScheduledInstances$ = exports.DescribeScheduledInstanceAvailability$ = exports.DescribeRouteTables$ = exports.DescribeRouteServers$ = exports.DescribeRouteServerPeers$ = exports.DescribeRouteServerEndpoints$ = exports.DescribeReservedInstancesOfferings$ = exports.DescribeReservedInstancesModifications$ = exports.DescribeReservedInstancesListings$ = exports.DescribeReservedInstances$ = exports.DescribeReplaceRootVolumeTasks$ = exports.DescribeRegions$ = exports.DescribePublicIpv4Pools$ = exports.DescribePrincipalIdFormat$ = exports.DescribePrefixLists$ = exports.DescribePlacementGroups$ = exports.DescribeOutpostLags$ = exports.DescribeNetworkInterfaces$ = exports.DescribeNetworkInterfacePermissions$ = exports.DescribeNetworkInterfaceAttribute$ = exports.DescribeNetworkInsightsPaths$ = exports.DescribeNetworkInsightsAnalyses$ = exports.DescribeNetworkInsightsAccessScopes$ = exports.DescribeNetworkInsightsAccessScopeAnalyses$ = exports.DescribeNetworkAcls$ = exports.DescribeNatGateways$ = exports.DescribeMovingAddresses$ = exports.DescribeManagedPrefixLists$ = exports.DescribeMacModificationTasks$ = exports.DescribeMacHosts$ = exports.DescribeLockedSnapshots$ = exports.DescribeLocalGatewayVirtualInterfaces$ = void 0; +exports.DetachVerifiedAccessTrustProvider$ = exports.DetachNetworkInterface$ = exports.DetachInternetGateway$ = exports.DetachClassicLinkVpc$ = exports.DescribeVpnGateways$ = exports.DescribeVpnConnections$ = exports.DescribeVpnConcentrators$ = exports.DescribeVpcs$ = exports.DescribeVpcPeeringConnections$ = exports.DescribeVpcEndpointServices$ = exports.DescribeVpcEndpointServicePermissions$ = exports.DescribeVpcEndpointServiceConfigurations$ = exports.DescribeVpcEndpoints$ = exports.DescribeVpcEndpointConnections$ = exports.DescribeVpcEndpointConnectionNotifications$ = exports.DescribeVpcEndpointAssociations$ = exports.DescribeVpcEncryptionControls$ = exports.DescribeVpcClassicLinkDnsSupport$ = exports.DescribeVpcClassicLink$ = exports.DescribeVpcBlockPublicAccessOptions$ = exports.DescribeVpcBlockPublicAccessExclusions$ = exports.DescribeVpcAttribute$ = exports.DescribeVolumeStatus$ = exports.DescribeVolumesModifications$ = exports.DescribeVolumes$ = exports.DescribeVolumeAttribute$ = exports.DescribeVerifiedAccessTrustProviders$ = exports.DescribeVerifiedAccessInstances$ = exports.DescribeVerifiedAccessInstanceLoggingConfigurations$ = exports.DescribeVerifiedAccessGroups$ = exports.DescribeVerifiedAccessEndpoints$ = exports.DescribeTrunkInterfaceAssociations$ = exports.DescribeTransitGatewayVpcAttachments$ = exports.DescribeTransitGateways$ = exports.DescribeTransitGatewayRouteTables$ = exports.DescribeTransitGatewayRouteTableAnnouncements$ = exports.DescribeTransitGatewayPolicyTables$ = exports.DescribeTransitGatewayPeeringAttachments$ = exports.DescribeTransitGatewayMulticastDomains$ = exports.DescribeTransitGatewayMeteringPolicies$ = exports.DescribeTransitGatewayConnects$ = exports.DescribeTransitGatewayConnectPeers$ = exports.DescribeTransitGatewayAttachments$ = exports.DescribeTrafficMirrorTargets$ = exports.DescribeTrafficMirrorSessions$ = exports.DescribeTrafficMirrorFilters$ = exports.DescribeTrafficMirrorFilterRules$ = exports.DescribeTags$ = exports.DescribeSubnets$ = exports.DescribeStoreImageTasks$ = void 0; +exports.EnableImageBlockPublicAccess$ = exports.EnableImage$ = exports.EnableFastSnapshotRestores$ = exports.EnableFastLaunch$ = exports.EnableEbsEncryptionByDefault$ = exports.EnableCapacityManager$ = exports.EnableAwsNetworkPerformanceMetricSubscription$ = exports.EnableAllowedImagesSettings$ = exports.EnableAddressTransfer$ = exports.DisassociateVpcCidrBlock$ = exports.DisassociateTrunkInterface$ = exports.DisassociateTransitGatewayRouteTable$ = exports.DisassociateTransitGatewayPolicyTable$ = exports.DisassociateTransitGatewayMulticastDomain$ = exports.DisassociateSubnetCidrBlock$ = exports.DisassociateSecurityGroupVpc$ = exports.DisassociateRouteTable$ = exports.DisassociateRouteServer$ = exports.DisassociateNatGatewayAddress$ = exports.DisassociateIpamResourceDiscovery$ = exports.DisassociateIpamByoasn$ = exports.DisassociateInstanceEventWindow$ = exports.DisassociateIamInstanceProfile$ = exports.DisassociateEnclaveCertificateIamRole$ = exports.DisassociateClientVpnTargetNetwork$ = exports.DisassociateCapacityReservationBillingOwner$ = exports.DisassociateAddress$ = exports.DisableVpcClassicLinkDnsSupport$ = exports.DisableVpcClassicLink$ = exports.DisableVgwRoutePropagation$ = exports.DisableTransitGatewayRouteTablePropagation$ = exports.DisableSnapshotBlockPublicAccess$ = exports.DisableSerialConsoleAccess$ = exports.DisableRouteServerPropagation$ = exports.DisableIpamPolicy$ = exports.DisableIpamOrganizationAdminAccount$ = exports.DisableInstanceSqlHaStandbyDetections$ = exports.DisableImageDeregistrationProtection$ = exports.DisableImageDeprecation$ = exports.DisableImageBlockPublicAccess$ = exports.DisableImage$ = exports.DisableFastSnapshotRestores$ = exports.DisableFastLaunch$ = exports.DisableEbsEncryptionByDefault$ = exports.DisableCapacityManager$ = exports.DisableAwsNetworkPerformanceMetricSubscription$ = exports.DisableAllowedImagesSettings$ = exports.DisableAddressTransfer$ = exports.DetachVpnGateway$ = exports.DetachVolume$ = void 0; +exports.GetIpamDiscoveredResourceCidrs$ = exports.GetIpamDiscoveredPublicAddresses$ = exports.GetIpamDiscoveredAccounts$ = exports.GetIpamAddressHistory$ = exports.GetInstanceUefiData$ = exports.GetInstanceTypesFromInstanceRequirements$ = exports.GetInstanceTpmEkPub$ = exports.GetInstanceMetadataDefaults$ = exports.GetImageBlockPublicAccessState$ = exports.GetImageAncestry$ = exports.GetHostReservationPurchasePreview$ = exports.GetGroupsForCapacityReservation$ = exports.GetFlowLogsIntegrationTemplate$ = exports.GetEnabledIpamPolicy$ = exports.GetEbsEncryptionByDefault$ = exports.GetEbsDefaultKmsKeyId$ = exports.GetDefaultCreditSpecification$ = exports.GetDeclarativePoliciesReportSummary$ = exports.GetConsoleScreenshot$ = exports.GetConsoleOutput$ = exports.GetCoipPoolUsage$ = exports.GetCapacityReservationUsage$ = exports.GetCapacityManagerMonitoredTagKeys$ = exports.GetCapacityManagerMetricDimensions$ = exports.GetCapacityManagerMetricData$ = exports.GetCapacityManagerAttributes$ = exports.GetAwsNetworkPerformanceData$ = exports.GetAssociatedIpv6PoolCidrs$ = exports.GetAssociatedEnclaveCertificateIamRoles$ = exports.GetAllowedImagesSettings$ = exports.GetActiveVpnTunnelStatus$ = exports.ExportVerifiedAccessInstanceClientConfiguration$ = exports.ExportTransitGatewayRoutes$ = exports.ExportImage$ = exports.ExportClientVpnClientConfiguration$ = exports.ExportClientVpnClientCertificateRevocationList$ = exports.EnableVpcClassicLinkDnsSupport$ = exports.EnableVpcClassicLink$ = exports.EnableVolumeIO$ = exports.EnableVgwRoutePropagation$ = exports.EnableTransitGatewayRouteTablePropagation$ = exports.EnableSnapshotBlockPublicAccess$ = exports.EnableSerialConsoleAccess$ = exports.EnableRouteServerPropagation$ = exports.EnableReachabilityAnalyzerOrganizationSharing$ = exports.EnableIpamPolicy$ = exports.EnableIpamOrganizationAdminAccount$ = exports.EnableInstanceSqlHaStandbyDetections$ = exports.EnableImageDeregistrationProtection$ = exports.EnableImageDeprecation$ = void 0; +exports.ModifyAddressAttribute$ = exports.LockSnapshot$ = exports.ListVolumesInRecycleBin$ = exports.ListSnapshotsInRecycleBin$ = exports.ListImagesInRecycleBin$ = exports.ImportVolume$ = exports.ImportSnapshot$ = exports.ImportKeyPair$ = exports.ImportInstance$ = exports.ImportImage$ = exports.ImportClientVpnClientCertificateRevocationList$ = exports.GetVpnTunnelReplacementStatus$ = exports.GetVpnConnectionDeviceTypes$ = exports.GetVpnConnectionDeviceSampleConfiguration$ = exports.GetVpcResourcesBlockingEncryptionEnforcement$ = exports.GetVerifiedAccessGroupPolicy$ = exports.GetVerifiedAccessEndpointTargets$ = exports.GetVerifiedAccessEndpointPolicy$ = exports.GetTransitGatewayRouteTablePropagations$ = exports.GetTransitGatewayRouteTableAssociations$ = exports.GetTransitGatewayPrefixListReferences$ = exports.GetTransitGatewayPolicyTableEntries$ = exports.GetTransitGatewayPolicyTableAssociations$ = exports.GetTransitGatewayMulticastDomainAssociations$ = exports.GetTransitGatewayMeteringPolicyEntries$ = exports.GetTransitGatewayAttachmentPropagations$ = exports.GetSubnetCidrReservations$ = exports.GetSpotPlacementScores$ = exports.GetSnapshotBlockPublicAccessState$ = exports.GetSerialConsoleAccessStatus$ = exports.GetSecurityGroupsForVpc$ = exports.GetRouteServerRoutingDatabase$ = exports.GetRouteServerPropagations$ = exports.GetRouteServerAssociations$ = exports.GetReservedInstancesExchangeQuote$ = exports.GetPasswordData$ = exports.GetNetworkInsightsAccessScopeContent$ = exports.GetNetworkInsightsAccessScopeAnalysisFindings$ = exports.GetManagedResourceVisibility$ = exports.GetManagedPrefixListEntries$ = exports.GetManagedPrefixListAssociations$ = exports.GetLaunchTemplateData$ = exports.GetIpamResourceCidrs$ = exports.GetIpamPrefixListResolverVersions$ = exports.GetIpamPrefixListResolverVersionEntries$ = exports.GetIpamPrefixListResolverRules$ = exports.GetIpamPoolCidrs$ = exports.GetIpamPoolAllocations$ = exports.GetIpamPolicyOrganizationTargets$ = exports.GetIpamPolicyAllocationRules$ = void 0; +exports.ModifyTrafficMirrorSession$ = exports.ModifyTrafficMirrorFilterRule$ = exports.ModifyTrafficMirrorFilterNetworkServices$ = exports.ModifySubnetAttribute$ = exports.ModifySpotFleetRequest$ = exports.ModifySnapshotTier$ = exports.ModifySnapshotAttribute$ = exports.ModifySecurityGroupRules$ = exports.ModifyRouteServer$ = exports.ModifyReservedInstances$ = exports.ModifyPublicIpDnsNameOptions$ = exports.ModifyPrivateDnsNameOptions$ = exports.ModifyNetworkInterfaceAttribute$ = exports.ModifyManagedResourceVisibility$ = exports.ModifyManagedPrefixList$ = exports.ModifyLocalGatewayRoute$ = exports.ModifyLaunchTemplate$ = exports.ModifyIpamScope$ = exports.ModifyIpamResourceDiscovery$ = exports.ModifyIpamResourceCidr$ = exports.ModifyIpamPrefixListResolverTarget$ = exports.ModifyIpamPrefixListResolver$ = exports.ModifyIpamPoolAllocation$ = exports.ModifyIpamPool$ = exports.ModifyIpamPolicyAllocationRules$ = exports.ModifyIpam$ = exports.ModifyInstancePlacement$ = exports.ModifyInstanceNetworkPerformanceOptions$ = exports.ModifyInstanceMetadataOptions$ = exports.ModifyInstanceMetadataDefaults$ = exports.ModifyInstanceMaintenanceOptions$ = exports.ModifyInstanceEventWindow$ = exports.ModifyInstanceEventStartTime$ = exports.ModifyInstanceCreditSpecification$ = exports.ModifyInstanceCpuOptions$ = exports.ModifyInstanceConnectEndpoint$ = exports.ModifyInstanceCapacityReservationAttributes$ = exports.ModifyInstanceAttribute$ = exports.ModifyImageAttribute$ = exports.ModifyIdFormat$ = exports.ModifyIdentityIdFormat$ = exports.ModifyHosts$ = exports.ModifyFpgaImageAttribute$ = exports.ModifyFleet$ = exports.ModifyEbsDefaultKmsKeyId$ = exports.ModifyDefaultCreditSpecification$ = exports.ModifyClientVpnEndpoint$ = exports.ModifyCapacityReservationFleet$ = exports.ModifyCapacityReservation$ = exports.ModifyAvailabilityZoneGroup$ = void 0; +exports.RejectTransitGatewayPeeringAttachment$ = exports.RejectTransitGatewayMulticastDomainAssociations$ = exports.RejectTransitGatewayClientVpnAttachment$ = exports.RejectCapacityReservationBillingOwnership$ = exports.RegisterTransitGatewayMulticastGroupSources$ = exports.RegisterTransitGatewayMulticastGroupMembers$ = exports.RegisterInstanceEventNotificationAttributes$ = exports.RegisterImage$ = exports.RebootInstances$ = exports.PurchaseScheduledInstances$ = exports.PurchaseReservedInstancesOffering$ = exports.PurchaseHostReservation$ = exports.PurchaseCapacityBlockExtension$ = exports.PurchaseCapacityBlock$ = exports.ProvisionPublicIpv4PoolCidr$ = exports.ProvisionIpamPoolCidr$ = exports.ProvisionIpamByoasn$ = exports.ProvisionByoipCidr$ = exports.MoveCapacityReservationInstances$ = exports.MoveByoipCidrToIpam$ = exports.MoveAddressToVpc$ = exports.MonitorInstances$ = exports.ModifyVpnTunnelOptions$ = exports.ModifyVpnTunnelCertificate$ = exports.ModifyVpnConnectionOptions$ = exports.ModifyVpnConnection$ = exports.ModifyVpcTenancy$ = exports.ModifyVpcPeeringConnectionOptions$ = exports.ModifyVpcEndpointServicePermissions$ = exports.ModifyVpcEndpointServicePayerResponsibility$ = exports.ModifyVpcEndpointServiceConfiguration$ = exports.ModifyVpcEndpointConnectionNotification$ = exports.ModifyVpcEndpoint$ = exports.ModifyVpcEncryptionControl$ = exports.ModifyVpcBlockPublicAccessOptions$ = exports.ModifyVpcBlockPublicAccessExclusion$ = exports.ModifyVpcAttribute$ = exports.ModifyVolumeAttribute$ = exports.ModifyVolume$ = exports.ModifyVerifiedAccessTrustProvider$ = exports.ModifyVerifiedAccessInstanceLoggingConfiguration$ = exports.ModifyVerifiedAccessInstance$ = exports.ModifyVerifiedAccessGroupPolicy$ = exports.ModifyVerifiedAccessGroup$ = exports.ModifyVerifiedAccessEndpointPolicy$ = exports.ModifyVerifiedAccessEndpoint$ = exports.ModifyTransitGatewayVpcAttachment$ = exports.ModifyTransitGatewayPrefixListReference$ = exports.ModifyTransitGatewayMeteringPolicy$ = exports.ModifyTransitGateway$ = void 0; +exports.UnassignPrivateNatGatewayAddress$ = exports.UnassignPrivateIpAddresses$ = exports.UnassignIpv6Addresses$ = exports.TerminateInstances$ = exports.TerminateClientVpnConnections$ = exports.StopInstances$ = exports.StartVpcEndpointServicePrivateDnsVerification$ = exports.StartNetworkInsightsAnalysis$ = exports.StartNetworkInsightsAccessScopeAnalysis$ = exports.StartInstances$ = exports.StartDeclarativePoliciesReport$ = exports.SendDiagnosticInterrupt$ = exports.SearchTransitGatewayRoutes$ = exports.SearchTransitGatewayMulticastGroups$ = exports.SearchLocalGatewayRoutes$ = exports.RunScheduledInstances$ = exports.RunInstances$ = exports.RevokeSecurityGroupIngress$ = exports.RevokeSecurityGroupEgress$ = exports.RevokeClientVpnIngress$ = exports.RestoreVolumeFromRecycleBin$ = exports.RestoreSnapshotTier$ = exports.RestoreSnapshotFromRecycleBin$ = exports.RestoreManagedPrefixListVersion$ = exports.RestoreImageFromRecycleBin$ = exports.RestoreAddressToClassic$ = exports.ResetSnapshotAttribute$ = exports.ResetNetworkInterfaceAttribute$ = exports.ResetInstanceAttribute$ = exports.ResetImageAttribute$ = exports.ResetFpgaImageAttribute$ = exports.ResetEbsDefaultKmsKeyId$ = exports.ResetAddressAttribute$ = exports.RequestSpotInstances$ = exports.RequestSpotFleet$ = exports.ReportInstanceStatus$ = exports.ReplaceVpnTunnel$ = exports.ReplaceTransitGatewayRoute$ = exports.ReplaceRouteTableAssociation$ = exports.ReplaceRoute$ = exports.ReplaceNetworkAclEntry$ = exports.ReplaceNetworkAclAssociation$ = exports.ReplaceImageCriteriaInAllowedImagesSettings$ = exports.ReplaceIamInstanceProfileAssociation$ = exports.ReleaseIpamPoolAllocation$ = exports.ReleaseHosts$ = exports.ReleaseAddress$ = exports.RejectVpcPeeringConnection$ = exports.RejectVpcEndpointConnections$ = exports.RejectTransitGatewayVpcAttachment$ = void 0; +exports.WithdrawByoipCidr$ = exports.UpdateSecurityGroupRuleDescriptionsIngress$ = exports.UpdateSecurityGroupRuleDescriptionsEgress$ = exports.UpdateInterruptibleCapacityReservationAllocation$ = exports.UpdateCapacityManagerOrganizationsAccess$ = exports.UpdateCapacityManagerMonitoredTagKeys$ = exports.UnmonitorInstances$ = exports.UnlockSnapshot$ = void 0; const _A = "Address"; const _AA = "AccountAttribute"; const _AAC = "AsnAuthorizationContext"; @@ -22906,6 +22409,7 @@ const _ABCRd = "AdvertiseByoipCidrResult"; const _ABHP = "ActualBlockHourlyPrice"; const _ABV = "AttributeBooleanValue"; const _AC = "AcceleratorCount"; +const _ACC = "ApplyCancellationCharges"; const _ACIA = "AssociateCarrierIpAddress"; const _ACL = "AnalysisComponentList"; const _ACLV = "AttachClassicLinkVpc"; @@ -23412,6 +22916,7 @@ const _CCB = "ClientCidrBlock"; const _CCC = "CreateCoipCidr"; const _CCCR = "CreateCoipCidrRequest"; const _CCCRr = "CreateCoipCidrResult"; +const _CCDH = "ChargeCommitmentDurationHours"; const _CCG = "CreateCarrierGateway"; const _CCGR = "CreateCarrierGatewayRequest"; const _CCGRr = "CreateCarrierGatewayResult"; @@ -23430,6 +22935,9 @@ const _CCR = "CancelConversionRequest"; const _CCRBS = "CreateCapacityReservationBySplitting"; const _CCRBSR = "CreateCapacityReservationBySplittingRequest"; const _CCRBSRr = "CreateCapacityReservationBySplittingResult"; +const _CCRCQ = "CreateCapacityReservationCancellationQuote"; +const _CCRCQR = "CreateCapacityReservationCancellationQuoteRequest"; +const _CCRCQRr = "CreateCapacityReservationCancellationQuoteResult"; const _CCRF = "CancelCapacityReservationFleets"; const _CCRFE = "CancelCapacityReservationFleetError"; const _CCRFR = "CancelCapacityReservationFleetsRequest"; @@ -23456,6 +22964,7 @@ const _CCl = "ClientConfiguration"; const _CCo = "CoipCidr"; const _CCor = "CoreCount"; const _CCp = "CpuCredits"; +const _CCu = "CurrentConfiguration"; const _CD = "CreateDate"; const _CDC = "CreationDateCondition"; const _CDCR = "CreationDateConditionRequest"; @@ -23484,7 +22993,8 @@ const _CDr = "CreationDate"; const _CDre = "CreatedDate"; const _CE = "ConnectionEvents"; const _CECSD = "CidrEndpointsCustomSubDomain"; -const _CED = "CommitmentEndDate"; +const _CED = "ChargeEndDate"; +const _CEDo = "CommitmentEndDate"; const _CEOIG = "CreateEgressOnlyInternetGateway"; const _CEOIGR = "CreateEgressOnlyInternetGatewayRequest"; const _CEOIGRr = "CreateEgressOnlyInternetGatewayResult"; @@ -23724,9 +23234,16 @@ const _CRA = "CapacityReservationArn"; const _CRBR = "CapacityReservationBillingRequest"; const _CRBRS = "CapacityReservationBillingRequestSet"; const _CRBRa = "CapacityReservationBillingRequests"; +const _CRC = "CapacityReservationConfiguration"; const _CRCC = "ClientRootCertificateChain"; const _CRCCA = "ClientRootCertificateChainArn"; const _CRCI = "CapacityReservationCommitmentInfo"; +const _CRCQ = "CapacityReservationCancellationQuote"; +const _CRCQI = "CapacityReservationCancellationQuoteId"; +const _CRCQIS = "CapacityReservationCancellationQuoteIdSet"; +const _CRCQIa = "CapacityReservationCancellationQuoteIds"; +const _CRCQRS = "CapacityReservationCancellationQuoteResponseSet"; +const _CRCQa = "CapacityReservationCancellationQuotes"; const _CREO = "ClientRouteEnforcementOptions"; const _CRERO = "ClientRouteEnforcementResponseOptions"; const _CRF = "CapacityReservationFleet"; @@ -23911,6 +23428,9 @@ const _CTR = "CreateTagsRequest"; const _CTS = "ConnectionTrackingSpecification"; const _CTSR = "ConnectionTrackingSpecificationRequest"; const _CTSRo = "ConnectionTrackingSpecificationResponse"; +const _CTSa = "CancellationTermsSet"; +const _CTa = "CancellationTerms"; +const _CTan = "CancellationType"; const _CTo = "ConversionTask"; const _CTom = "CompleteTime"; const _CTomp = "CompletionTime"; @@ -24146,6 +23666,9 @@ const _DCRBORi = "DisassociateCapacityReservationBillingOwnerResult"; const _DCRBR = "DescribeCapacityReservationBillingRequests"; const _DCRBRR = "DescribeCapacityReservationBillingRequestsRequest"; const _DCRBRRe = "DescribeCapacityReservationBillingRequestsResult"; +const _DCRCQ = "DescribeCapacityReservationCancellationQuotes"; +const _DCRCQR = "DescribeCapacityReservationCancellationQuotesRequest"; +const _DCRCQRe = "DescribeCapacityReservationCancellationQuotesResult"; const _DCRF = "DescribeCapacityReservationFleets"; const _DCRFR = "DescribeCapacityReservationFleetsRequest"; const _DCRFRe = "DescribeCapacityReservationFleetsResult"; @@ -24392,6 +23915,9 @@ const _DIOAA = "DisableIpamOrganizationAdminAccount"; const _DIOAAR = "DisableIpamOrganizationAdminAccountRequest"; const _DIOAARi = "DisableIpamOrganizationAdminAccountResult"; const _DIP = "DeleteIpamPolicy"; +const _DIPA = "DescribeIpamPoolAllocations"; +const _DIPAR = "DescribeIpamPoolAllocationsRequest"; +const _DIPARe = "DescribeIpamPoolAllocationsResult"; const _DIPC = "DeprovisionIpamPoolCidr"; const _DIPCR = "DeprovisionIpamPoolCidrRequest"; const _DIPCRe = "DeprovisionIpamPoolCidrResult"; @@ -25173,6 +24699,7 @@ const _DVSR = "DescribeVolumeStatusRequest"; const _DVSRe = "DescribeVolumeStatusResult"; const _DVe = "DestinationVpc"; const _DVef = "DefaultVersion"; +const _DVefa = "DefaultVisibility"; const _DVel = "DeleteVolume"; const _DVele = "DeleteVpc"; const _DVes = "DescribeVolumes"; @@ -25710,6 +25237,9 @@ const _GMPLARe = "GetManagedPrefixListAssociationsResult"; const _GMPLE = "GetManagedPrefixListEntries"; const _GMPLER = "GetManagedPrefixListEntriesRequest"; const _GMPLERe = "GetManagedPrefixListEntriesResult"; +const _GMRV = "GetManagedResourceVisibility"; +const _GMRVR = "GetManagedResourceVisibilityRequest"; +const _GMRVRe = "GetManagedResourceVisibilityResult"; const _GN = "GroupName"; const _GNIASAF = "GetNetworkInsightsAccessScopeAnalysisFindings"; const _GNIASAFR = "GetNetworkInsightsAccessScopeAnalysisFindingsRequest"; @@ -25801,6 +25331,7 @@ const _Ge = "Geography"; const _Gp = "Gpus"; const _Gr = "Group"; const _H = "Hosts"; +const _HBD = "HiddenByDefault"; const _HCP = "HiveCompatiblePartitions"; const _HE = "HttpEndpoint"; const _HI = "HostIds"; @@ -26056,12 +25587,14 @@ const _IMORns = "InstanceMetadataOptionsRequest"; const _IMORnst = "InstanceMetadataOptionsResponse"; const _IMOn = "InstanceMetadataOptions"; const _IMOns = "InstanceMarketOptions"; +const _IMR = "IncludeManagedResources"; const _IMT = "InstanceMetadataTags"; const _IMU = "ImportManifestUrl"; const _IMm = "ImageMetadata"; const _IMn = "InstanceMonitoring"; const _IMns = "InstanceMonitorings"; const _IN = "Ipv6Native"; +const _INCRL = "ImageNameCriteriaRequestList"; const _INI = "InstanceNetworkInterface"; const _INIA = "InstanceNetworkInterfaceAssociation"; const _INIAn = "InstanceNetworkInterfaceAttachment"; @@ -26073,7 +25606,6 @@ const _INLm = "ImageNameList"; const _INLp = "Ipv4NetmaskLength"; const _INPO = "InstanceNetworkPerformanceOptions"; const _INPOR = "InstanceNetworkPerformanceOptionsRequest"; -const _INRL = "ImageNameRequestList"; const _INm = "ImageNames"; const _INma = "ImageName"; const _IOA = "ImageOwnerAlias"; @@ -26088,7 +25620,8 @@ const _IP = "InstancePort"; const _IPA = "IpamPoolAllocation"; const _IPAAC = "IpamPoolAllocationAllowedCidrs"; const _IPADC = "IpamPoolAllocationDisallowedCidrs"; -const _IPAI = "IpamPoolAllocationId"; +const _IPAI = "IpamPoolAllocationIds"; +const _IPAIp = "IpamPoolAllocationId"; const _IPAR = "IpamPolicyAllocationRule"; const _IPARL = "IpamPolicyAllocationRuleList"; const _IPARLR = "IpamPolicyAllocationRuleListRequest"; @@ -26321,6 +25854,7 @@ const _ITnstan = "InstanceTag"; const _ITnstanc = "InstanceTopology"; const _ITnt = "InterfaceType"; const _IU = "InstanceUsages"; +const _IUIR = "IncludeUnsupportedInRegion"; const _IUR = "ImageUsageReports"; const _IURE = "ImageUsageReportEntries"; const _IUREL = "ImageUsageReportEntryList"; @@ -26709,6 +26243,7 @@ const _MI = "MaximumIops"; const _MIA = "ModifyImageAttribute"; const _MIAR = "ModifyImageAttributeRequest"; const _MIARo = "ModifyInstanceAttributeRequest"; +const _MIAV = "ModifyInstanceAttributeValue"; const _MIAo = "ModifyInstanceAttribute"; const _MIC = "MaxInstanceCount"; const _MICE = "ModifyInstanceConnectEndpoint"; @@ -26746,9 +26281,12 @@ const _MINPO = "ModifyInstanceNetworkPerformanceOptions"; const _MINPR = "ModifyInstanceNetworkPerformanceRequest"; const _MINPRo = "ModifyInstanceNetworkPerformanceResult"; const _MIP = "ModifyInstancePlacement"; -const _MIPAR = "ModifyIpamPolicyAllocationRules"; +const _MIPA = "ModifyIpamPoolAllocation"; +const _MIPAR = "ModifyIpamPoolAllocationRequest"; const _MIPARR = "ModifyIpamPolicyAllocationRulesRequest"; const _MIPARRo = "ModifyIpamPolicyAllocationRulesResult"; +const _MIPARo = "ModifyIpamPoolAllocationResult"; +const _MIPARod = "ModifyIpamPolicyAllocationRules"; const _MIPLR = "ModifyIpamPrefixListResolver"; const _MIPLRR = "ModifyIpamPrefixListResolverRequest"; const _MIPLRRo = "ModifyIpamPrefixListResolverResult"; @@ -26787,6 +26325,9 @@ const _MMBR = "MemoryMiBRequest"; const _MMPL = "ModifyManagedPrefixList"; const _MMPLR = "ModifyManagedPrefixListRequest"; const _MMPLRo = "ModifyManagedPrefixListResult"; +const _MMRV = "ModifyManagedResourceVisibility"; +const _MMRVR = "ModifyManagedResourceVisibilityRequest"; +const _MMRVRo = "ModifyManagedResourceVisibilityResult"; const _MMT = "MacModificationTask"; const _MMTI = "MacModificationTaskIds"; const _MMTIL = "MacModificationTaskIdList"; @@ -26831,6 +26372,7 @@ const _MRIRo = "ModifyReservedInstancesResult"; const _MRS = "ModifyRouteServer"; const _MRSR = "ModifyRouteServerRequest"; const _MRSRo = "ModifyRouteServerResult"; +const _MRVS = "ManagedResourceVisibilitySettings"; const _MRo = "ModificationResults"; const _MRu = "MultiRegion"; const _MS = "ManagementState"; @@ -27496,6 +27038,8 @@ const _Prov = "Provisioned"; const _Pu = "Public"; const _Pur = "Purchase"; const _Q = "Quantity"; +const _QI = "QuoteId"; +const _QS = "QuoteState"; const _R = "Return"; const _RA = "RuleAction"; const _RAA = "ResetAddressAttribute"; @@ -28098,6 +27642,7 @@ const _SIRt = "StartInstancesRequest"; const _SIRta = "StartInstancesResult"; const _SIRto = "StopInstancesRequest"; const _SIRtop = "StopInstancesResult"; +const _SIRu = "SupportedInRegion"; const _SIS = "ScheduledInstanceSet"; const _SISF = "SpotInstanceStateFault"; const _SISGIS = "ScheduledInstancesSecurityGroupIdSet"; @@ -28909,6 +28454,7 @@ const _Va = "Values"; const _Ve = "Versions"; const _Ven = "Vendor"; const _Ver = "Version"; +const _Vi = "Visibility"; const _Vl = "Vlan"; const _Vo = "Volumes"; const _Vol = "Volume"; @@ -29164,12 +28710,14 @@ const _cBSid = "cidrBlockSet"; const _cBr = "createdBy"; const _cC = "currencyCode"; const _cCB = "clientCidrBlock"; +const _cCDH = "chargeCommitmentDurationHours"; const _cCO = "clientConnectOptions"; const _cCRFE = "cancelCapacityReservationFleetError"; const _cCl = "clientConfiguration"; const _cCo = "coreCount"; const _cCoi = "coipCidr"; const _cCp = "cpuCredits"; +const _cCu = "currentConfiguration"; const _cD = "createDate"; const _cDC = "creationDateCondition"; const _cDM = "completionDurationMinutes"; @@ -29177,7 +28725,8 @@ const _cDr = "creationDate"; const _cDre = "createdDate"; const _cE = "connectionEvents"; const _cECSD = "cidrEndpointsCustomSubDomain"; -const _cED = "commitmentEndDate"; +const _cED = "chargeEndDate"; +const _cEDo = "commitmentEndDate"; const _cET = "connectionEstablishedTime"; const _cETo = "connectionEndTime"; const _cEr = "cronExpression"; @@ -29243,6 +28792,9 @@ const _cR = "capacityReservation"; const _cRA = "capacityReservationArn"; const _cRBRS = "capacityReservationBillingRequestSet"; const _cRCC = "clientRootCertificateChain"; +const _cRCQ = "capacityReservationCancellationQuote"; +const _cRCQI = "capacityReservationCancellationQuoteId"; +const _cRCQS = "capacityReservationCancellationQuoteSet"; const _cREO = "clientRouteEnforcementOptions"; const _cRFA = "capacityReservationFleetArn"; const _cRFI = "capacityReservationFleetId"; @@ -29276,7 +28828,9 @@ const _cSur = "currentStatus"; const _cT = "clientToken"; const _cTC = "connectionTrackingConfiguration"; const _cTI = "conversionTaskId"; -const _cTS = "connectionTrackingSpecification"; +const _cTS = "cancellationTermSet"; +const _cTSo = "connectionTrackingSpecification"; +const _cTa = "cancellationType"; const _cTo = "conversionTasks"; const _cTom = "completeTime"; const _cTomp = "completionTime"; @@ -29407,6 +28961,7 @@ const _dVD = "deviceValidationDomain"; const _dVN = "defaultVersionNumber"; const _dVe = "desiredVersion"; const _dVef = "defaultVersion"; +const _dVefa = "defaultVisibility"; const _da = "data"; const _de = "description"; const _dea = "deadline"; @@ -29606,6 +29161,7 @@ const _gSro = "groupSource"; const _gp = "gpus"; const _gr = "groups"; const _h = "hypervisor"; +const _hBD = "hiddenByDefault"; const _hCP = "hiveCompatiblePartitions"; const _hE = "httpEndpoint"; const _hI = "hostId"; @@ -30359,6 +29915,7 @@ const _prov = "provisioned"; const _pu = "public"; const _pur = "purchase"; const _q = "quantity"; +const _qS = "quoteState"; const _r = "return"; const _rA = "ruleAction"; const _rAE = "remoteAccessEnabled"; @@ -30593,6 +30150,7 @@ const _sIPI = "sourceIpamPoolId"; const _sIR = "sourceImageRegion"; const _sIRI = "spotInstanceRequestId"; const _sIRS = "spotInstanceRequestSet"; +const _sIRu = "supportedInRegion"; const _sIS = "scheduledInstanceSet"; const _sISe = "secondaryInterfaceSet"; const _sISu = "subnetIdSet"; @@ -30992,6 +30550,7 @@ const _vTi = "virtualizationType"; const _vU = "validUntil"; const _ve = "version"; const _ven = "vendor"; +const _vi = "visibility"; const _vl = "vlan"; const _vo = "volumes"; const _vol = "volume"; @@ -31021,6 +30580,7 @@ var CopySnapshotRequestPSU = [0, n0, _CSRPSU, 8, 0]; var customerGatewayConfiguration = [0, n0, _cGC, 8, 0]; var EkPubKeyValue = [0, n0, _EPKV, 8, 0]; var ImportManifestUrl = [0, n0, _IMU, 8, 0]; +var ModifyInstanceAttributeValue = [0, n0, _MIAV, 8, 0]; var PasswordData = [0, n0, _PD, 8, 0]; var preSharedKey = [0, n0, _pSK, 8, 0]; var ReportInstanceStatusRequestDescription = [0, n0, _RISRD, 8, 0]; @@ -31339,8 +30899,8 @@ exports.AllocateHostsResult$ = [3, n0, _AHRl, ]; exports.AllocateIpamPoolCidrRequest$ = [3, n0, _AIPCR, 0, - [_IPI, _DR, _Ci, _NL, _CT, _De, _PNC, _ACl, _DC], - [0, 2, 0, 1, [0, 4], 0, 2, [() => IpamPoolAllocationAllowedCidrs, { [_xN]: _ACll }], [() => IpamPoolAllocationDisallowedCidrs, { [_xN]: _DCi }]], 1 + [_IPI, _DR, _Ci, _NL, _CT, _De, _PNC, _ACl, _DC, _TS], + [0, 2, 0, 1, [0, 4], 0, 2, [() => IpamPoolAllocationAllowedCidrs, { [_xN]: _ACll }], [() => IpamPoolAllocationDisallowedCidrs, { [_xN]: _DCi }], [() => TagSpecificationList, { [_xN]: _TSa }]], 1 ]; exports.AllocateIpamPoolCidrResult$ = [3, n0, _AIPCRl, 0, @@ -32116,8 +31676,8 @@ exports.CancelCapacityReservationFleetsResult$ = [3, n0, _CCRFRa, ]; exports.CancelCapacityReservationRequest$ = [3, n0, _CCRR, 0, - [_CRI, _DR], - [0, 2], 1 + [_CRI, _DR, _ACC, _QI], + [0, 2, 0, 0], 1 ]; exports.CancelCapacityReservationResult$ = [3, n0, _CCRRa, 0, @@ -32174,6 +31734,16 @@ exports.CancelImportTaskResult$ = [3, n0, _CITRa, [_xN]: _pSr }], [0, { [_eQN]: `State`, [_xN]: _st }]] ]; +exports.CancellationTerms$ = [3, n0, _CTa, + 0, + [_CTan, _RSe, _CIC, _CCDH, _CED], + [[0, { [_eQN]: `CancellationType`, + [_xN]: _cTa }], [0, { [_eQN]: `ReservationState`, + [_xN]: _rS }], [1, { [_eQN]: `CommittedInstanceCount`, + [_xN]: _cIC }], [1, { [_eQN]: `ChargeCommitmentDurationHours`, + [_xN]: _cCDH }], [4, { [_eQN]: `ChargeEndDate`, + [_xN]: _cED }]] +]; exports.CancelledSpotInstanceRequest$ = [3, n0, _CSIR, 0, [_SIRI, _St], @@ -32449,12 +32019,32 @@ exports.CapacityReservationBillingRequest$ = [3, n0, _CRBR, [_xN]: _sMt }], [() => exports.CapacityReservationInfo$, { [_eQN]: `CapacityReservationInfo`, [_xN]: _cRIa }]] ]; +exports.CapacityReservationCancellationQuote$ = [3, n0, _CRCQ, + 0, + [_CRCQI, _CRI, _CTr, _ET, _QS, _CCu, _CTa, _T], + [[0, { [_eQN]: `CapacityReservationCancellationQuoteId`, + [_xN]: _cRCQI }], [0, { [_eQN]: `CapacityReservationId`, + [_xN]: _cRI }], [4, { [_eQN]: `CreateTime`, + [_xN]: _cTr }], [4, { [_eQN]: `ExpirationTime`, + [_xN]: _eT }], [0, { [_eQN]: `QuoteState`, + [_xN]: _qS }], [() => exports.CapacityReservationConfiguration$, { [_eQN]: `CurrentConfiguration`, + [_xN]: _cCu }], [() => CancellationTermsSet, { [_eQN]: `CancellationTermSet`, + [_xN]: _cTS }], [() => TagList, { [_eQN]: `TagSet`, + [_xN]: _tS }]] +]; exports.CapacityReservationCommitmentInfo$ = [3, n0, _CRCI, 0, - [_CIC, _CED], + [_CIC, _CEDo], [[1, { [_eQN]: `CommittedInstanceCount`, [_xN]: _cIC }], [4, { [_eQN]: `CommitmentEndDate`, - [_xN]: _cED }]] + [_xN]: _cEDo }]] +]; +exports.CapacityReservationConfiguration$ = [3, n0, _CRC, + 0, + [_IC, _RSe], + [[1, { [_eQN]: `InstanceCount`, + [_xN]: _iC }], [0, { [_eQN]: `ReservationState`, + [_xN]: _rS }]] ]; exports.CapacityReservationFleet$ = [3, n0, _CRF, 0, @@ -32999,6 +32589,17 @@ exports.CreateCapacityReservationBySplittingResult$ = [3, n0, _CCRBSRr, [_xN]: _dCR }], [1, { [_eQN]: `InstanceCount`, [_xN]: _iC }]] ]; +exports.CreateCapacityReservationCancellationQuoteRequest$ = [3, n0, _CCRCQR, + 0, + [_CRI, _CT, _TS, _DR], + [0, [0, 4], [() => TagSpecificationList, { [_xN]: _TSa }], 2], 1 +]; +exports.CreateCapacityReservationCancellationQuoteResult$ = [3, n0, _CCRCQRr, + 0, + [_CRCQ], + [[() => exports.CapacityReservationCancellationQuote$, { [_eQN]: `CapacityReservationCancellationQuote`, + [_xN]: _cRCQ }]] +]; exports.CreateCapacityReservationFleetRequest$ = [3, n0, _CCRFRr, 0, [_ITS, _TTC, _ASl, _CT, _Te, _ED, _IMC, _TS, _DR], @@ -35671,6 +35272,18 @@ exports.DescribeCapacityReservationBillingRequestsResult$ = [3, n0, _DCRBRRe, [_xN]: _nTe }], [() => CapacityReservationBillingRequestSet, { [_eQN]: `CapacityReservationBillingRequestSet`, [_xN]: _cRBRS }]] ]; +exports.DescribeCapacityReservationCancellationQuotesRequest$ = [3, n0, _DCRCQR, + 0, + [_CRCQIa, _MR, _NTe, _DR, _Fi], + [[() => CapacityReservationCancellationQuoteIdSet, { [_xN]: _CRCQI }], 1, 0, 2, [() => FilterList, { [_xN]: _Fil }]] +]; +exports.DescribeCapacityReservationCancellationQuotesResult$ = [3, n0, _DCRCQRe, + 0, + [_CRCQa, _NTe], + [[() => CapacityReservationCancellationQuoteResponseSet, { [_eQN]: `CapacityReservationCancellationQuoteSet`, + [_xN]: _cRCQS }], [0, { [_eQN]: `NextToken`, + [_xN]: _nTe }]] +]; exports.DescribeCapacityReservationFleetsRequest$ = [3, n0, _DCRFR, 0, [_CRFI, _NTe, _MR, _Fi, _DR], @@ -36302,8 +35915,8 @@ exports.DescribeInstanceSqlHaStatesResult$ = [3, n0, _DISHSRe, ]; exports.DescribeInstancesRequest$ = [3, n0, _DIRescr, 0, - [_IIns, _DR, _Fi, _NTe, _MR], - [[() => InstanceIdStringList, { [_xN]: _II }], [2, { [_eQN]: `DryRun`, + [_IIns, _IMR, _DR, _Fi, _NTe, _MR], + [[() => InstanceIdStringList, { [_xN]: _II }], 2, [2, { [_eQN]: `DryRun`, [_xN]: _dR }], [() => FilterList, { [_xN]: _Fil }], [0, { [_eQN]: `NextToken`, [_xN]: _nTe }], [1, { [_eQN]: `MaxResults`, [_xN]: _mR }]] @@ -36317,8 +35930,8 @@ exports.DescribeInstancesResult$ = [3, n0, _DIRescri, ]; exports.DescribeInstanceStatusRequest$ = [3, n0, _DISRes, 0, - [_IIns, _MR, _NTe, _DR, _Fi, _IAI], - [[() => InstanceIdStringList, { [_xN]: _II }], 1, 0, [2, { [_eQN]: `DryRun`, + [_IIns, _MR, _NTe, _IMR, _DR, _Fi, _IAI], + [[() => InstanceIdStringList, { [_xN]: _II }], 1, 0, 2, [2, { [_eQN]: `DryRun`, [_xN]: _dR }], [() => FilterList, { [_xN]: _Fil }], [2, { [_eQN]: `IncludeAllInstances`, [_xN]: _iAI }]] ]; @@ -36355,8 +35968,8 @@ exports.DescribeInstanceTypeOfferingsResult$ = [3, n0, _DITORe, ]; exports.DescribeInstanceTypesRequest$ = [3, n0, _DITRes, 0, - [_DR, _ITnst, _Fi, _MR, _NTe], - [2, [64 | 0, { [_xN]: _IT }], [() => FilterList, { [_xN]: _Fil }], 1, 0] + [_DR, _ITnst, _Fi, _MR, _NTe, _IUIR], + [2, [64 | 0, { [_xN]: _IT }], [() => FilterList, { [_xN]: _Fil }], 1, 0, 2] ]; exports.DescribeInstanceTypesResult$ = [3, n0, _DITResc, 0, @@ -36415,6 +36028,18 @@ exports.DescribeIpamPoliciesResult$ = [3, n0, _DIPResc, [_xN]: _nTe }], [() => IpamPolicySet, { [_eQN]: `IpamPolicySet`, [_xN]: _iPS }]] ]; +exports.DescribeIpamPoolAllocationsRequest$ = [3, n0, _DIPAR, + 0, + [_DR, _IPAI, _Fi, _MR, _NTe], + [2, [() => ValueStringList, { [_xN]: _IPAIp }], [() => FilterList, { [_xN]: _Fil }], 1, 0] +]; +exports.DescribeIpamPoolAllocationsResult$ = [3, n0, _DIPARe, + 0, + [_IPAp, _NTe], + [[() => IpamPoolAllocationSet, { [_eQN]: `IpamPoolAllocationSet`, + [_xN]: _iPAS }], [0, { [_eQN]: `NextToken`, + [_xN]: _nTe }]] +]; exports.DescribeIpamPoolsRequest$ = [3, n0, _DIPRescr, 0, [_DR, _Fi, _MR, _NTe, _IPIpam], @@ -36525,8 +36150,8 @@ exports.DescribeKeyPairsResult$ = [3, n0, _DKPResc, ]; exports.DescribeLaunchTemplatesRequest$ = [3, n0, _DLTRes, 0, - [_DR, _LTIa, _LTNa, _Fi, _NTe, _MR], - [2, [() => LaunchTemplateIdStringList, { [_xN]: _LTI }], [() => LaunchTemplateNameStringList, { [_xN]: _LTN }], [() => FilterList, { [_xN]: _Fil }], 0, 1] + [_DR, _LTIa, _LTNa, _Fi, _NTe, _MR, _IMR], + [2, [() => LaunchTemplateIdStringList, { [_xN]: _LTI }], [() => LaunchTemplateNameStringList, { [_xN]: _LTN }], [() => FilterList, { [_xN]: _Fil }], 0, 1, 2] ]; exports.DescribeLaunchTemplatesResult$ = [3, n0, _DLTResc, 0, @@ -36537,8 +36162,8 @@ exports.DescribeLaunchTemplatesResult$ = [3, n0, _DLTResc, ]; exports.DescribeLaunchTemplateVersionsRequest$ = [3, n0, _DLTVRes, 0, - [_DR, _LTI, _LTN, _Ve, _MV, _MVa, _NTe, _MR, _Fi, _RAes], - [2, 0, 0, [() => VersionStringList, { [_xN]: _LTV }], 0, 0, 0, 1, [() => FilterList, { [_xN]: _Fil }], 2] + [_DR, _LTI, _LTN, _Ve, _MV, _MVa, _NTe, _MR, _Fi, _RAes, _IMR], + [2, 0, 0, [() => VersionStringList, { [_xN]: _LTV }], 0, 0, 0, 1, [() => FilterList, { [_xN]: _Fil }], 2, 2] ]; exports.DescribeLaunchTemplateVersionsResult$ = [3, n0, _DLTVResc, 0, @@ -36790,8 +36415,8 @@ exports.DescribeNetworkInterfacePermissionsResult$ = [3, n0, _DNIPRescri, ]; exports.DescribeNetworkInterfacesRequest$ = [3, n0, _DNIRe, 0, - [_NTe, _MR, _DR, _NIIe, _Fi], - [0, 1, [2, { [_eQN]: `DryRun`, + [_NTe, _MR, _IMR, _DR, _NIIe, _Fi], + [0, 1, 2, [2, { [_eQN]: `DryRun`, [_xN]: _dR }], [() => NetworkInterfaceIdList, { [_xN]: _NII }], [() => FilterList, { [_eQN]: `Filter`, [_xN]: _f }]] ]; @@ -37580,8 +37205,8 @@ exports.DescribeVolumesModificationsResult$ = [3, n0, _DVMRe, ]; exports.DescribeVolumesRequest$ = [3, n0, _DVRes, 0, - [_VIol, _DR, _Fi, _NTe, _MR], - [[() => VolumeIdStringList, { [_xN]: _VIo }], [2, { [_eQN]: `DryRun`, + [_VIol, _IMR, _DR, _Fi, _NTe, _MR], + [[() => VolumeIdStringList, { [_xN]: _VIo }], 2, [2, { [_eQN]: `DryRun`, [_xN]: _dR }], [() => FilterList, { [_xN]: _Fil }], [0, { [_eQN]: `NextToken`, [_xN]: _nTe }], [1, { [_eQN]: `MaxResults`, [_xN]: _mR }]] @@ -37595,8 +37220,8 @@ exports.DescribeVolumesResult$ = [3, n0, _DVResc, ]; exports.DescribeVolumeStatusRequest$ = [3, n0, _DVSR, 0, - [_MR, _NTe, _VIol, _DR, _Fi], - [1, 0, [() => VolumeIdStringList, { [_xN]: _VIo }], [2, { [_eQN]: `DryRun`, + [_MR, _NTe, _VIol, _IMR, _DR, _Fi], + [1, 0, [() => VolumeIdStringList, { [_xN]: _VIo }], 2, [2, { [_eQN]: `DryRun`, [_xN]: _dR }], [() => FilterList, { [_xN]: _Fil }]] ]; exports.DescribeVolumeStatusResult$ = [3, n0, _DVSRe, @@ -39901,7 +39526,7 @@ exports.GetIpamPolicyOrganizationTargetsResult$ = [3, n0, _GIPOTRe, ]; exports.GetIpamPoolAllocationsRequest$ = [3, n0, _GIPAR, 0, - [_IPI, _DR, _IPAI, _Fi, _MR, _NTe], + [_IPI, _DR, _IPAIp, _Fi, _MR, _NTe], [0, 2, 0, [() => FilterList, { [_xN]: _Fil }], 1, 0], 1 ]; exports.GetIpamPoolAllocationsResult$ = [3, n0, _GIPARe, @@ -40006,6 +39631,17 @@ exports.GetManagedPrefixListEntriesResult$ = [3, n0, _GMPLERe, [_xN]: _eSnt }], [0, { [_eQN]: `NextToken`, [_xN]: _nTe }]] ]; +exports.GetManagedResourceVisibilityRequest$ = [3, n0, _GMRVR, + 0, + [_DR], + [2] +]; +exports.GetManagedResourceVisibilityResult$ = [3, n0, _GMRVRe, + 0, + [_Vi], + [[() => exports.ManagedResourceVisibilitySettings$, { [_eQN]: `Visibility`, + [_xN]: _vi }]] +]; exports.GetNetworkInsightsAccessScopeAnalysisFindingsRequest$ = [3, n0, _GNIASAFR, 0, [_NIASAI, _MR, _NTe, _DR], @@ -40609,7 +40245,7 @@ exports.ImageCriterion$ = [3, n0, _ICma, exports.ImageCriterionRequest$ = [3, n0, _ICR, 0, [_IPm, _MPC, _INm, _DTC, _CDC], - [[() => ImageProviderRequestList, { [_xN]: _IPma }], [() => MarketplaceProductCodeRequestList, { [_xN]: _MPCa }], [() => ImageNameRequestList, { [_xN]: _INma }], () => exports.DeprecationTimeConditionRequest$, () => exports.CreationDateConditionRequest$] + [[() => ImageProviderRequestList, { [_xN]: _IPma }], [() => MarketplaceProductCodeRequestList, { [_xN]: _MPCa }], [() => ImageNameCriteriaRequestList, { [_xN]: _INma }], () => exports.DeprecationTimeConditionRequest$, () => exports.CreationDateConditionRequest$] ]; exports.ImageDiskContainer$ = [3, n0, _IDC, 0, @@ -41488,7 +41124,7 @@ exports.InstanceTopology$ = [3, n0, _ITnstanc, ]; exports.InstanceTypeInfo$ = [3, n0, _ITIn, 0, - [_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn, _ISIns, _EIb, _NIetw, _GIp, _FIpga, _PGI, _IAIn, _HS, _BPS, _DHS, _ARS, _SBM, _NES, _NTS, _NTI, _MAIe, _NIeu, _PSh, _RMS], + [_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn, _ISIns, _EIb, _NIetw, _GIp, _FIpga, _PGI, _IAIn, _HS, _BPS, _DHS, _ARS, _SBM, _NES, _NTS, _NTI, _MAIe, _NIeu, _PSh, _RMS, _SIRu], [[0, { [_eQN]: `InstanceType`, [_xN]: _iT }], [2, { [_eQN]: `CurrentGeneration`, [_xN]: _cGur }], [2, { [_eQN]: `FreeTierEligible`, @@ -41520,7 +41156,8 @@ exports.InstanceTypeInfo$ = [3, n0, _ITIn, [_xN]: _mAIe }], [() => exports.NeuronInfo$, { [_eQN]: `NeuronInfo`, [_xN]: _nIeu }], [0, { [_eQN]: `PhcSupport`, [_xN]: _pSh }], [0, { [_eQN]: `RebootMigrationSupport`, - [_xN]: _rMS }]] + [_xN]: _rMS }], [2, { [_eQN]: `SupportedInRegion`, + [_xN]: _sIRu }]] ]; exports.InstanceTypeInfoFromInstanceRequirements$ = [3, n0, _ITIFIR, 0, @@ -41784,7 +41421,7 @@ exports.IpamPool$ = [3, n0, _IPpam, ]; exports.IpamPoolAllocation$ = [3, n0, _IPA, 0, - [_Ci, _IPAI, _De, _RIeso, _RTe, _RR, _ROe], + [_Ci, _IPAIp, _De, _RIeso, _RTe, _RR, _ROe, _T], [[0, { [_eQN]: `Cidr`, [_xN]: _ci }], [0, { [_eQN]: `IpamPoolAllocationId`, [_xN]: _iPAI }], [0, { [_eQN]: `Description`, @@ -41792,7 +41429,8 @@ exports.IpamPoolAllocation$ = [3, n0, _IPA, [_xN]: _rIes }], [0, { [_eQN]: `ResourceType`, [_xN]: _rTe }], [0, { [_eQN]: `ResourceRegion`, [_xN]: _rR }], [0, { [_eQN]: `ResourceOwner`, - [_xN]: _rO }]] + [_xN]: _rO }], [() => TagList, { [_eQN]: `TagSet`, + [_xN]: _tS }]] ]; exports.IpamPoolCidr$ = [3, n0, _IPCpa, 0, @@ -42360,7 +41998,7 @@ exports.LaunchTemplateInstanceNetworkInterfaceSpecification$ = [3, n0, _LTINIS, [_xN]: _iPCpv }], [2, { [_eQN]: `PrimaryIpv6`, [_xN]: _pIri }], [() => exports.LaunchTemplateEnaSrdSpecification$, { [_eQN]: `EnaSrdSpecification`, [_xN]: _eSS }], [() => exports.ConnectionTrackingSpecification$, { [_eQN]: `ConnectionTrackingSpecification`, - [_xN]: _cTS }], [1, { [_eQN]: `EnaQueueCount`, + [_xN]: _cTSo }], [1, { [_eQN]: `EnaQueueCount`, [_xN]: _eQC }]] ]; exports.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$ = [3, n0, _LTINISR, @@ -42774,6 +42412,12 @@ exports.ManagedPrefixList$ = [3, n0, _MPLa, [_xN]: _iPLRTI }], [2, { [_eQN]: `IpamPrefixListResolverSyncEnabled`, [_xN]: _iPLRSE }]] ]; +exports.ManagedResourceVisibilitySettings$ = [3, n0, _MRVS, + 0, + [_DVefa], + [[0, { [_eQN]: `DefaultVisibility`, + [_xN]: _dVefa }]] +]; exports.MediaAcceleratorInfo$ = [3, n0, _MAIe, 0, [_Acc, _TMMIMB], @@ -42984,11 +42628,11 @@ exports.ModifyImageAttributeRequest$ = [3, n0, _MIAR, ]; exports.ModifyInstanceAttributeRequest$ = [3, n0, _MIARo, 0, - [_II, _SDC, _DASi, _DR, _At, _V, _BDMl, _DAT, _IT, _Ke, _Ra, _UDs, _IISB, _G, _EO, _SNS, _ESna], + [_II, _SDC, _EOn, _DASi, _DR, _At, _V, _BDMl, _DAT, _IT, _Ke, _Ra, _UDs, _IISB, _G, _EO, _SNS, _ESna], [[0, { [_eQN]: `InstanceId`, - [_xN]: _iI }], [() => exports.AttributeBooleanValue$, 0], [() => exports.AttributeBooleanValue$, 0], [2, { [_eQN]: `DryRun`, + [_xN]: _iI }], [() => exports.AttributeBooleanValue$, 0], () => exports.EnclaveOptionsRequest$, [() => exports.AttributeBooleanValue$, 0], [2, { [_eQN]: `DryRun`, [_xN]: _dR }], [0, { [_eQN]: `Attribute`, - [_xN]: _att }], [0, { [_eQN]: `Value`, + [_xN]: _att }], [() => ModifyInstanceAttributeValue, { [_eQN]: `Value`, [_xN]: _v }], [() => InstanceBlockDeviceMappingSpecificationList, { [_eQN]: `BlockDeviceMapping`, [_xN]: _bDM }], [() => exports.AttributeBooleanValue$, { [_eQN]: `DisableApiTermination`, [_xN]: _dAT }], [() => exports.AttributeValue$, { [_eQN]: `InstanceType`, @@ -43145,6 +42789,17 @@ exports.ModifyIpamPolicyAllocationRulesResult$ = [3, n0, _MIPARRo, [[() => exports.IpamPolicyDocument$, { [_eQN]: `IpamPolicyDocument`, [_xN]: _iPD }]] ]; +exports.ModifyIpamPoolAllocationRequest$ = [3, n0, _MIPAR, + 0, + [_IPAIp, _DR, _De], + [0, 2, 0], 1 +]; +exports.ModifyIpamPoolAllocationResult$ = [3, n0, _MIPARo, + 0, + [_IPA], + [[() => exports.IpamPoolAllocation$, { [_eQN]: `IpamPoolAllocation`, + [_xN]: _iPA }]] +]; exports.ModifyIpamPoolRequest$ = [3, n0, _MIPRod, 0, [_IPI, _DR, _De, _AIu, _AMNL, _AMNLl, _ADNL, _CADNL, _AART, _RART], @@ -43255,6 +42910,17 @@ exports.ModifyManagedPrefixListResult$ = [3, n0, _MMPLRo, [[() => exports.ManagedPrefixList$, { [_eQN]: `PrefixList`, [_xN]: _pL }]] ]; +exports.ModifyManagedResourceVisibilityRequest$ = [3, n0, _MMRVR, + 0, + [_DVefa, _DR], + [0, 2], 1 +]; +exports.ModifyManagedResourceVisibilityResult$ = [3, n0, _MMRVRo, + 0, + [_Vi], + [[() => exports.ManagedResourceVisibilitySettings$, { [_eQN]: `Visibility`, + [_xN]: _vi }]] +]; exports.ModifyNetworkInterfaceAttributeRequest$ = [3, n0, _MNIAR, 0, [_NII, _ESS, _EPI, _CTS, _APIAss, _ASI, _DR, _De, _SDC, _G, _Att], @@ -43704,8 +43370,8 @@ exports.ModifyVpcTenancyResult$ = [3, n0, _MVTRo, ]; exports.ModifyVpnConnectionOptionsRequest$ = [3, n0, _MVCOR, 0, - [_VCIp, _LINC, _RINC, _LINCo, _RINCe, _DR], - [0, 0, 0, 0, 0, 2], 1 + [_VCIp, _LINC, _RINC, _LINCo, _RINCe, _TB, _DR], + [0, 0, 0, 0, 0, 0, 2], 1 ]; exports.ModifyVpnConnectionOptionsResult$ = [3, n0, _MVCORo, 0, @@ -44227,10 +43893,11 @@ exports.OperatorRequest$ = [3, n0, _ORpe, ]; exports.OperatorResponse$ = [3, n0, _ORper, 0, - [_Mana, _P], + [_Mana, _P, _HBD], [[2, { [_eQN]: `Managed`, [_xN]: _mana }], [0, { [_eQN]: `Principal`, - [_xN]: _p }]] + [_xN]: _p }], [2, { [_eQN]: `HiddenByDefault`, + [_xN]: _hBD }]] ]; exports.OutpostLag$ = [3, n0, _OLu, 0, @@ -44993,7 +44660,7 @@ exports.ReleaseHostsResult$ = [3, n0, _RHRe, ]; exports.ReleaseIpamPoolAllocationRequest$ = [3, n0, _RIPAR, 0, - [_IPI, _Ci, _IPAI, _DR], + [_IPI, _Ci, _IPAIp, _DR], [0, 0, 0, 2], 3 ]; exports.ReleaseIpamPoolAllocationResult$ = [3, n0, _RIPARe, @@ -48037,7 +47704,7 @@ exports.VolumeDetail$ = [3, n0, _VDo, ]; exports.VolumeModification$ = [3, n0, _VMo, 0, - [_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd], + [_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd, _Op], [[0, { [_eQN]: `VolumeId`, [_xN]: _vIo }], [0, { [_eQN]: `ModificationState`, [_xN]: _mSod }], [0, { [_eQN]: `StatusMessage`, @@ -48054,7 +47721,8 @@ exports.VolumeModification$ = [3, n0, _VMo, [_xN]: _oMAE }], [1, { [_eQN]: `Progress`, [_xN]: _pro }], [4, { [_eQN]: `StartTime`, [_xN]: _sT }], [4, { [_eQN]: `EndTime`, - [_xN]: _eTn }]] + [_xN]: _eTn }], [() => exports.OperatorResponse$, { [_eQN]: `Operator`, + [_xN]: _ope }]] ]; exports.VolumeRecycleBinInfo$ = [3, n0, _VRBI, 0, @@ -48119,7 +47787,7 @@ exports.VolumeStatusInfo$ = [3, n0, _VSI, ]; exports.VolumeStatusItem$ = [3, n0, _VSIo, 0, - [_Acti, _AZ, _OA, _Ev, _VIo, _VSol, _ASttac, _ISD, _AZI], + [_Acti, _AZ, _OA, _Ev, _VIo, _VSol, _ASttac, _ISD, _AZI, _Op], [[() => VolumeStatusActionsList, { [_eQN]: `ActionsSet`, [_xN]: _aSct }], [0, { [_eQN]: `AvailabilityZone`, [_xN]: _aZ }], [0, { [_eQN]: `OutpostArn`, @@ -48129,7 +47797,8 @@ exports.VolumeStatusItem$ = [3, n0, _VSIo, [_xN]: _vSol }], [() => VolumeStatusAttachmentStatusList, { [_eQN]: `AttachmentStatuses`, [_xN]: _aStta }], [() => exports.InitializationStatusDetails$, { [_eQN]: `InitializationStatusDetails`, [_xN]: _iSD }], [0, { [_eQN]: `AvailabilityZoneId`, - [_xN]: _aZI }]] + [_xN]: _aZI }], [() => exports.OperatorResponse$, { [_eQN]: `Operator`, + [_xN]: _ope }]] ]; exports.Vpc$ = [3, n0, _Vp, 0, @@ -48695,6 +48364,10 @@ var ByoipCidrSet = [1, n0, _BCS, 0, [() => exports.ByoipCidr$, { [_xN]: _it }] ]; +var CancellationTermsSet = [1, n0, _CTSa, + 0, [() => exports.CancellationTerms$, + { [_xN]: _it }] +]; var CancelledSpotInstanceRequestList = [1, n0, _CSIRL, 0, [() => exports.CancelledSpotInstanceRequest$, { [_xN]: _it }] @@ -48763,6 +48436,14 @@ var CapacityReservationBillingRequestSet = [1, n0, _CRBRS, 0, [() => exports.CapacityReservationBillingRequest$, { [_xN]: _it }] ]; +var CapacityReservationCancellationQuoteIdSet = [1, n0, _CRCQIS, + 0, [0, + { [_xN]: _it }] +]; +var CapacityReservationCancellationQuoteResponseSet = [1, n0, _CRCQRS, + 0, [() => exports.CapacityReservationCancellationQuote$, + { [_xN]: _it }] +]; var CapacityReservationFleetCancellationStateSet = [1, n0, _CRFCSS, 0, [() => exports.CapacityReservationFleetCancellationState$, { [_xN]: _it }] @@ -49291,11 +48972,11 @@ var ImageList = [1, n0, _ILm, 0, [() => exports.Image$, { [_xN]: _it }] ]; -var ImageNameList = [1, n0, _INLm, +var ImageNameCriteriaRequestList = [1, n0, _INCRL, 0, [0, { [_xN]: _it }] ]; -var ImageNameRequestList = [1, n0, _INRL, +var ImageNameList = [1, n0, _INLm, 0, [0, { [_xN]: _it }] ]; @@ -51539,6 +51220,9 @@ exports.CreateCapacityReservation$ = [9, n0, _CCRr, exports.CreateCapacityReservationBySplitting$ = [9, n0, _CCRBS, 0, () => exports.CreateCapacityReservationBySplittingRequest$, () => exports.CreateCapacityReservationBySplittingResult$ ]; +exports.CreateCapacityReservationCancellationQuote$ = [9, n0, _CCRCQ, + 0, () => exports.CreateCapacityReservationCancellationQuoteRequest$, () => exports.CreateCapacityReservationCancellationQuoteResult$ +]; exports.CreateCapacityReservationFleet$ = [9, n0, _CCRFr, 0, () => exports.CreateCapacityReservationFleetRequest$, () => exports.CreateCapacityReservationFleetResult$ ]; @@ -52193,6 +51877,9 @@ exports.DescribeCapacityManagerDataExports$ = [9, n0, _DCMDEe, exports.DescribeCapacityReservationBillingRequests$ = [9, n0, _DCRBR, 0, () => exports.DescribeCapacityReservationBillingRequestsRequest$, () => exports.DescribeCapacityReservationBillingRequestsResult$ ]; +exports.DescribeCapacityReservationCancellationQuotes$ = [9, n0, _DCRCQ, + 0, () => exports.DescribeCapacityReservationCancellationQuotesRequest$, () => exports.DescribeCapacityReservationCancellationQuotesResult$ +]; exports.DescribeCapacityReservationFleets$ = [9, n0, _DCRF, 0, () => exports.DescribeCapacityReservationFleetsRequest$, () => exports.DescribeCapacityReservationFleetsResult$ ]; @@ -52364,6 +52051,9 @@ exports.DescribeIpamExternalResourceVerificationTokens$ = [9, n0, _DIERVTe, exports.DescribeIpamPolicies$ = [9, n0, _DIPes, 0, () => exports.DescribeIpamPoliciesRequest$, () => exports.DescribeIpamPoliciesResult$ ]; +exports.DescribeIpamPoolAllocations$ = [9, n0, _DIPA, + 0, () => exports.DescribeIpamPoolAllocationsRequest$, () => exports.DescribeIpamPoolAllocationsResult$ +]; exports.DescribeIpamPools$ = [9, n0, _DIPesc, 0, () => exports.DescribeIpamPoolsRequest$, () => exports.DescribeIpamPoolsResult$ ]; @@ -53045,6 +52735,9 @@ exports.GetManagedPrefixListAssociations$ = [9, n0, _GMPLA, exports.GetManagedPrefixListEntries$ = [9, n0, _GMPLE, 0, () => exports.GetManagedPrefixListEntriesRequest$, () => exports.GetManagedPrefixListEntriesResult$ ]; +exports.GetManagedResourceVisibility$ = [9, n0, _GMRV, + 0, () => exports.GetManagedResourceVisibilityRequest$, () => exports.GetManagedResourceVisibilityResult$ +]; exports.GetNetworkInsightsAccessScopeAnalysisFindings$ = [9, n0, _GNIASAF, 0, () => exports.GetNetworkInsightsAccessScopeAnalysisFindingsRequest$, () => exports.GetNetworkInsightsAccessScopeAnalysisFindingsResult$ ]; @@ -53234,12 +52927,15 @@ exports.ModifyInstancePlacement$ = [9, n0, _MIP, exports.ModifyIpam$ = [9, n0, _MIo, 0, () => exports.ModifyIpamRequest$, () => exports.ModifyIpamResult$ ]; -exports.ModifyIpamPolicyAllocationRules$ = [9, n0, _MIPAR, +exports.ModifyIpamPolicyAllocationRules$ = [9, n0, _MIPARod, 0, () => exports.ModifyIpamPolicyAllocationRulesRequest$, () => exports.ModifyIpamPolicyAllocationRulesResult$ ]; exports.ModifyIpamPool$ = [9, n0, _MIPo, 0, () => exports.ModifyIpamPoolRequest$, () => exports.ModifyIpamPoolResult$ ]; +exports.ModifyIpamPoolAllocation$ = [9, n0, _MIPA, + 0, () => exports.ModifyIpamPoolAllocationRequest$, () => exports.ModifyIpamPoolAllocationResult$ +]; exports.ModifyIpamPrefixListResolver$ = [9, n0, _MIPLR, 0, () => exports.ModifyIpamPrefixListResolverRequest$, () => exports.ModifyIpamPrefixListResolverResult$ ]; @@ -53264,6 +52960,9 @@ exports.ModifyLocalGatewayRoute$ = [9, n0, _MLGR, exports.ModifyManagedPrefixList$ = [9, n0, _MMPL, 0, () => exports.ModifyManagedPrefixListRequest$, () => exports.ModifyManagedPrefixListResult$ ]; +exports.ModifyManagedResourceVisibility$ = [9, n0, _MMRV, + 0, () => exports.ModifyManagedResourceVisibilityRequest$, () => exports.ModifyManagedResourceVisibilityResult$ +]; exports.ModifyNetworkInterfaceAttribute$ = [9, n0, _MNIA, 0, () => exports.ModifyNetworkInterfaceAttributeRequest$, () => __Unit ]; @@ -54499,6 +54198,7 @@ class AwsSdkSigV4Signer { signingName = second?.signingName ?? signingName; } } + signingProperties._preRequestSystemClockOffset = config.systemClockOffset; const signedRequest = await signer.sign(httpRequest, { signingDate: getSkewCorrectedDate(config.systemClockOffset), signingRegion: signingRegion, @@ -54508,14 +54208,18 @@ class AwsSdkSigV4Signer { } errorHandler(signingProperties) { return (error) => { - const serverTime = error.ServerTime ?? getDateHeader(error.$response); + const errorException = error; + const serverTime = errorException.ServerTime ?? getDateHeader(errorException.$response); if (serverTime) { const config = throwSigningPropertyError("config", signingProperties.config); - const initialSystemClockOffset = config.systemClockOffset; - config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset); - const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset; - if (clockSkewCorrected && error.$metadata) { - error.$metadata.clockSkewCorrected = true; + const preRequestOffset = signingProperties._preRequestSystemClockOffset; + const newOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset); + const isLocalCorrection = newOffset !== config.systemClockOffset; + const isConcurrentCorrection = preRequestOffset !== undefined && preRequestOffset !== newOffset; + const clockSkewCorrected = isLocalCorrection || isConcurrentCorrection; + if (clockSkewCorrected && errorException.$metadata) { + config.systemClockOffset = newOffset; + errorException.$metadata.clockSkewCorrected = true; } } throw error; @@ -54540,6 +54244,7 @@ class AwsSdkSigV4ASigner extends AwsSdkSigV4Signer { const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.(); const multiRegionOverride = (configResolvedSigningRegionSet ?? signingRegionSet ?? [signingRegion]).join(","); + signingProperties._preRequestSystemClockOffset = config.systemClockOffset; const signedRequest = await signer.sign(httpRequest, { signingDate: getSkewCorrectedDate(config.systemClockOffset), signingRegion: multiRegionOverride, @@ -56820,9 +56525,20 @@ function memoizeChain(providers, treatAsExpired) { let activeLock; let passiveLock; let credentials; + let forceRefreshLock; const provider = async (options) => { if (options?.forceRefresh) { - return await chain(options); + if (!forceRefreshLock) { + forceRefreshLock = chain(options) + .then((c) => { + credentials = c; + }) + .finally(() => { + forceRefreshLock = undefined; + }); + } + await forceRefreshLock; + return credentials; } if (credentials?.expiration) { if (credentials?.expiration?.getTime() < Date.now()) { @@ -56950,58 +56666,6 @@ exports.credentialsWillNeedRefresh = credentialsWillNeedRefresh; exports.defaultProvider = defaultProvider; -/***/ }), - -/***/ 2590: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); - - - -exports.getHostHeaderPlugin = client.getHostHeaderPlugin; -exports.hostHeaderMiddleware = client.hostHeaderMiddleware; -exports.hostHeaderMiddlewareOptions = client.hostHeaderMiddlewareOptions; -exports.resolveHostHeaderConfig = client.resolveHostHeaderConfig; - - -/***/ }), - -/***/ 5242: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); - - - -exports.getLoggerPlugin = client.getLoggerPlugin; -exports.loggerMiddleware = client.loggerMiddleware; -exports.loggerMiddlewareOptions = client.loggerMiddlewareOptions; - - -/***/ }), - -/***/ 1568: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); - - - -exports.getRecursionDetectionPlugin = client.getRecursionDetectionPlugin; -exports.recursionDetectionMiddleware = client.recursionDetectionMiddleware; -exports.recursionDetectionMiddlewareOptions = client.recursionDetectionMiddlewareOptions; - - /***/ }), /***/ 1539: @@ -57101,93 +56765,6 @@ exports.copySnapshotPresignedUrlMiddlewareOptions = copySnapshotPresignedUrlMidd exports.getCopySnapshotPresignedUrlPlugin = getCopySnapshotPresignedUrlPlugin; -/***/ }), - -/***/ 2959: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); - - - -exports.DEFAULT_UA_APP_ID = client.DEFAULT_UA_APP_ID; -exports.getUserAgentMiddlewareOptions = client.getUserAgentMiddlewareOptions; -exports.getUserAgentPlugin = client.getUserAgentPlugin; -exports.resolveUserAgentConfig = client.resolveUserAgentConfig; -exports.userAgentMiddleware = client.userAgentMiddleware; - - -/***/ }), - -/***/ 6463: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); - - - -exports.NODE_REGION_CONFIG_FILE_OPTIONS = client.NODE_REGION_CONFIG_FILE_OPTIONS; -exports.NODE_REGION_CONFIG_OPTIONS = client.NODE_REGION_CONFIG_OPTIONS; -exports.REGION_ENV_NAME = client.REGION_ENV_NAME; -exports.REGION_INI_NAME = client.REGION_INI_NAME; -exports.getAwsRegionExtensionConfiguration = client.getAwsRegionExtensionConfiguration; -exports.resolveAwsRegionExtensionConfiguration = client.resolveAwsRegionExtensionConfiguration; -exports.resolveRegionConfig = client.resolveRegionConfig; -exports.stsRegionDefaultResolver = client.stsRegionDefaultResolver; -exports.warning = client.stsRegionWarning; - - -/***/ }), - -/***/ 3068: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); -var endpoints = __nccwpck_require__(2085); - - - -exports.awsEndpointFunctions = client.awsEndpointFunctions; -exports.getUserAgentPrefix = client.getUserAgentPrefix; -exports.isIpAddress = client.isIpAddress; -exports.partition = client.partition; -exports.resolveDefaultAwsRegionalEndpointsConfig = client.resolveDefaultAwsRegionalEndpointsConfig; -exports.resolveEndpoint = client.resolveEndpoint; -exports.setPartitionInfo = client.setPartitionInfo; -exports.toEndpointV1 = client.toEndpointV1; -exports.useDefaultPartitionInfo = client.useDefaultPartitionInfo; -exports.EndpointError = endpoints.EndpointError; - - -/***/ }), - -/***/ 1656: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - - -var client = __nccwpck_require__(5152); - - - -exports.NODE_APP_ID_CONFIG_OPTIONS = client.NODE_APP_ID_CONFIG_OPTIONS; -exports.UA_APP_ID_ENV_NAME = client.UA_APP_ID_ENV_NAME; -exports.UA_APP_ID_INI_NAME = client.UA_APP_ID_INI_NAME; -exports.createDefaultUserAgentProvider = client.createDefaultUserAgentProvider; -exports.crtAvailability = client.crtAvailability; -exports.defaultUserAgent = client.defaultUserAgent; - - /***/ }), /***/ 4274: @@ -57853,36 +57430,6 @@ exports.InvokeStore = void 0; exports.InvokeStoreBase = InvokeStoreBase; -/***/ }), - -/***/ 9316: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getRegionInfo = exports.resolveRegionConfig = exports.NODE_REGION_CONFIG_FILE_OPTIONS = exports.NODE_REGION_CONFIG_OPTIONS = exports.REGION_INI_NAME = exports.REGION_ENV_NAME = exports.resolveEndpointsConfig = exports.resolveCustomEndpointsConfig = exports.nodeFipsConfigSelectors = exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = exports.DEFAULT_USE_FIPS_ENDPOINT = exports.CONFIG_USE_FIPS_ENDPOINT = exports.ENV_USE_FIPS_ENDPOINT = exports.nodeDualstackConfigSelectors = exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = exports.DEFAULT_USE_DUALSTACK_ENDPOINT = exports.CONFIG_USE_DUALSTACK_ENDPOINT = exports.ENV_USE_DUALSTACK_ENDPOINT = void 0; -var config_1 = __nccwpck_require__(7291); -Object.defineProperty(exports, "ENV_USE_DUALSTACK_ENDPOINT", ({ enumerable: true, get: function () { return config_1.ENV_USE_DUALSTACK_ENDPOINT; } })); -Object.defineProperty(exports, "CONFIG_USE_DUALSTACK_ENDPOINT", ({ enumerable: true, get: function () { return config_1.CONFIG_USE_DUALSTACK_ENDPOINT; } })); -Object.defineProperty(exports, "DEFAULT_USE_DUALSTACK_ENDPOINT", ({ enumerable: true, get: function () { return config_1.DEFAULT_USE_DUALSTACK_ENDPOINT; } })); -Object.defineProperty(exports, "NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS", ({ enumerable: true, get: function () { return config_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS; } })); -Object.defineProperty(exports, "nodeDualstackConfigSelectors", ({ enumerable: true, get: function () { return config_1.nodeDualstackConfigSelectors; } })); -Object.defineProperty(exports, "ENV_USE_FIPS_ENDPOINT", ({ enumerable: true, get: function () { return config_1.ENV_USE_FIPS_ENDPOINT; } })); -Object.defineProperty(exports, "CONFIG_USE_FIPS_ENDPOINT", ({ enumerable: true, get: function () { return config_1.CONFIG_USE_FIPS_ENDPOINT; } })); -Object.defineProperty(exports, "DEFAULT_USE_FIPS_ENDPOINT", ({ enumerable: true, get: function () { return config_1.DEFAULT_USE_FIPS_ENDPOINT; } })); -Object.defineProperty(exports, "NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS", ({ enumerable: true, get: function () { return config_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS; } })); -Object.defineProperty(exports, "nodeFipsConfigSelectors", ({ enumerable: true, get: function () { return config_1.nodeFipsConfigSelectors; } })); -Object.defineProperty(exports, "resolveCustomEndpointsConfig", ({ enumerable: true, get: function () { return config_1.resolveCustomEndpointsConfig; } })); -Object.defineProperty(exports, "resolveEndpointsConfig", ({ enumerable: true, get: function () { return config_1.resolveEndpointsConfig; } })); -Object.defineProperty(exports, "REGION_ENV_NAME", ({ enumerable: true, get: function () { return config_1.REGION_ENV_NAME; } })); -Object.defineProperty(exports, "REGION_INI_NAME", ({ enumerable: true, get: function () { return config_1.REGION_INI_NAME; } })); -Object.defineProperty(exports, "NODE_REGION_CONFIG_OPTIONS", ({ enumerable: true, get: function () { return config_1.NODE_REGION_CONFIG_OPTIONS; } })); -Object.defineProperty(exports, "NODE_REGION_CONFIG_FILE_OPTIONS", ({ enumerable: true, get: function () { return config_1.NODE_REGION_CONFIG_FILE_OPTIONS; } })); -Object.defineProperty(exports, "resolveRegionConfig", ({ enumerable: true, get: function () { return config_1.resolveRegionConfig; } })); -Object.defineProperty(exports, "getRegionInfo", ({ enumerable: true, get: function () { return config_1.getRegionInfo; } })); - - /***/ }), /***/ 402: @@ -57891,12 +57438,11 @@ Object.defineProperty(exports, "getRegionInfo", ({ enumerable: true, get: functi "use strict"; -var types = __nccwpck_require__(690); +var transport = __nccwpck_require__(4534); var protocols = __nccwpck_require__(3422); +var types = __nccwpck_require__(690); var client = __nccwpck_require__(2658); -const getSmithyContext = (context) => context[types.SMITHY_CONTEXT_KEY] || (context[types.SMITHY_CONTEXT_KEY] = {}); - const resolveAuthOptions = (candidateAuthOptions, authSchemePreference) => { if (!authSchemePreference || authSchemePreference.length === 0) { return candidateAuthOptions; @@ -58212,6 +57758,7 @@ const memoizeIdentityProvider = (provider, isExpired, requiresRefresh) => { }; }; +exports.getSmithyContext = transport.getSmithyContext; exports.requestBuilder = protocols.requestBuilder; exports.DefaultIdentityProviderConfig = DefaultIdentityProviderConfig; exports.EXPIRATION_MS = EXPIRATION_MS; @@ -58224,7 +57771,6 @@ exports.doesIdentityRequireRefresh = doesIdentityRequireRefresh; exports.getHttpAuthSchemeEndpointRuleSetPlugin = getHttpAuthSchemeEndpointRuleSetPlugin; exports.getHttpAuthSchemePlugin = getHttpAuthSchemePlugin; exports.getHttpSigningPlugin = getHttpSigningPlugin; -exports.getSmithyContext = getSmithyContext; exports.httpAuthSchemeEndpointRuleSetMiddlewareOptions = httpAuthSchemeEndpointRuleSetMiddlewareOptions; exports.httpAuthSchemeMiddleware = httpAuthSchemeMiddleware; exports.httpAuthSchemeMiddlewareOptions = httpAuthSchemeMiddlewareOptions; @@ -59362,6 +58908,7 @@ exports.tagSymbol = tagSymbol; "use strict"; +var transport = __nccwpck_require__(4534); var types = __nccwpck_require__(690); var schema = __nccwpck_require__(6890); @@ -59647,15 +59194,6 @@ const priorityWeights = { low: 1, }; -const getSmithyContext = (context) => context[types.SMITHY_CONTEXT_KEY] || (context[types.SMITHY_CONTEXT_KEY] = {}); - -const normalizeProvider = (input) => { - if (typeof input === "function") - return input; - const promisified = Promise.resolve(input); - return () => promisified; -}; - const invalidFunction = (message) => () => { throw new Error(message); }; @@ -60459,6 +59997,8 @@ const _json = (obj) => { return obj; }; +exports.getSmithyContext = transport.getSmithyContext; +exports.normalizeProvider = transport.normalizeProvider; exports.AlgorithmId = types.AlgorithmId; exports.Client = Client; exports.Command = Command; @@ -60478,14 +60018,12 @@ exports.getChecksumConfiguration = getChecksumConfiguration; exports.getDefaultClientConfiguration = getDefaultClientConfiguration; exports.getDefaultExtensionConfiguration = getDefaultExtensionConfiguration; exports.getRetryConfiguration = getRetryConfiguration; -exports.getSmithyContext = getSmithyContext; exports.getValueFromTextNode = getValueFromTextNode; exports.invalidFunction = invalidFunction; exports.invalidProvider = invalidProvider; exports.isSerializableHeaderValue = isSerializableHeaderValue; exports.loadConfigsForDefaultMode = loadConfigsForDefaultMode; exports.map = map; -exports.normalizeProvider = normalizeProvider; exports.resolveChecksumRuntimeConfig = resolveChecksumRuntimeConfig; exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; exports.resolveRetryRuntimeConfig = resolveRetryRuntimeConfig; @@ -60512,7 +60050,7 @@ var node_crypto = __nccwpck_require__(7598); var promises = __nccwpck_require__(1455); var types = __nccwpck_require__(690); var client = __nccwpck_require__(2658); -var endpoints = __nccwpck_require__(2085); +var transport = __nccwpck_require__(4534); class ProviderError extends Error { name = "ProviderError"; @@ -60992,7 +60530,7 @@ const NODE_REGION_CONFIG_FILE_OPTIONS = { }; const validRegions = new Set(); -const checkRegion = (region, check = endpoints.isValidHostLabel) => { +const checkRegion = (region, check = transport.isValidHostLabel) => { if (!validRegions.has(region) && !check(region)) { if (region === "*") { console.warn(`@smithy/config-resolver WARN - Please use the caller region instead of "*". See "sigv4a" in https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md.`); @@ -61250,7 +60788,7 @@ exports.resolveRegionConfig = resolveRegionConfig; var config = __nccwpck_require__(7291); -var protocols = __nccwpck_require__(3422); +var transport = __nccwpck_require__(4534); var client = __nccwpck_require__(2658); var types = __nccwpck_require__(690); @@ -61374,23 +60912,6 @@ const createConfigValueProvider = (configKey, canonicalEndpointParamKey, config, return configProvider; }; -const toEndpointV1 = (endpoint) => { - if (typeof endpoint === "object") { - if ("url" in endpoint) { - const v1Endpoint = protocols.parseUrl(endpoint.url); - if (endpoint.headers) { - v1Endpoint.headers = {}; - for (const name in endpoint.headers) { - v1Endpoint.headers[name.toLowerCase()] = endpoint.headers[name].join(", "); - } - } - return v1Endpoint; - } - return endpoint; - } - return protocols.parseUrl(endpoint); -}; - function bindGetEndpointFromInstructions(getEndpointFromConfig) { return async (commandInput, instructionsSupplier, clientConfig, context) => { if (!clientConfig.isCustomEndpoint) { @@ -61402,7 +60923,7 @@ function bindGetEndpointFromInstructions(getEndpointFromConfig) { endpointFromConfig = await getEndpointFromConfig(clientConfig.serviceId); } if (endpointFromConfig) { - clientConfig.endpoint = () => Promise.resolve(toEndpointV1(endpointFromConfig)); + clientConfig.endpoint = () => Promise.resolve(transport.toEndpointV1(endpointFromConfig)); clientConfig.isCustomEndpoint = true; } } @@ -61526,14 +61047,14 @@ function bindResolveEndpointConfig(getEndpointFromConfig) { return (input) => { const tls = input.tls ?? true; const { endpoint, useDualstackEndpoint, useFipsEndpoint } = input; - const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await client.normalizeProvider(endpoint)()) : undefined; + const customEndpointProvider = endpoint != null ? async () => transport.toEndpointV1(await transport.normalizeProvider(endpoint)()) : undefined; const isCustomEndpoint = !!endpoint; const resolvedConfig = Object.assign(input, { endpoint: customEndpointProvider, tls, isCustomEndpoint, - useDualstackEndpoint: client.normalizeProvider(useDualstackEndpoint ?? false), - useFipsEndpoint: client.normalizeProvider(useFipsEndpoint ?? false), + useDualstackEndpoint: transport.normalizeProvider(useDualstackEndpoint ?? false), + useFipsEndpoint: transport.normalizeProvider(useFipsEndpoint ?? false), }); let configuredEndpointPromise = undefined; resolvedConfig.serviceConfiguredEndpoint = async () => { @@ -61686,20 +61207,6 @@ const getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => { const isSet = (value) => value != null; -const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`); -const isValidHostLabel = (value, allowSubDomains = false) => { - if (!allowSubDomains) { - return VALID_HOST_LABEL_REGEX.test(value); - } - const labels = value.split("."); - for (const label of labels) { - if (!isValidHostLabel(label)) { - return false; - } - } - return true; -}; - function ite(condition, trueValue, falseValue) { return condition ? trueValue : falseValue; } @@ -61792,7 +61299,7 @@ const endpointFunctions = { coalesce, getAttr, isSet, - isValidHostLabel, + isValidHostLabel: transport.isValidHostLabel, ite, not, parseURL, @@ -62122,6 +61629,9 @@ const resolveEndpointConfig = bindResolveEndpointConfig(getEndpointFromConfig); const endpointMiddleware = bindEndpointMiddleware(getEndpointFromConfig); const getEndpointPlugin = bindGetEndpointPlugin(getEndpointFromConfig); +exports.isValidHostLabel = transport.isValidHostLabel; +exports.middlewareEndpointToEndpointV1 = transport.toEndpointV1; +exports.toEndpointV1 = transport.toEndpointV1; exports.BinaryDecisionDiagram = BinaryDecisionDiagram; exports.EndpointCache = EndpointCache; exports.EndpointError = EndpointError; @@ -62132,13 +61642,10 @@ exports.endpointMiddlewareOptions = endpointMiddlewareOptions; exports.getEndpointFromInstructions = getEndpointFromInstructions; exports.getEndpointPlugin = getEndpointPlugin; exports.isIpAddress = isIpAddress; -exports.isValidHostLabel = isValidHostLabel; -exports.middlewareEndpointToEndpointV1 = toEndpointV1; exports.resolveEndpoint = resolveEndpoint; exports.resolveEndpointConfig = resolveEndpointConfig; exports.resolveEndpointRequiredConfig = resolveEndpointRequiredConfig; exports.resolveParams = resolveParams; -exports.toEndpointV1 = toEndpointV1; /***/ }), @@ -62151,6 +61658,7 @@ exports.toEndpointV1 = toEndpointV1; var serde = __nccwpck_require__(2430); var schema = __nccwpck_require__(6890); +var transport = __nccwpck_require__(4534); var types = __nccwpck_require__(690); const collectBody = async (streamBody = new Uint8Array(), context) => { @@ -62177,90 +61685,6 @@ class SerdeContext { } } -class HttpRequest { - method; - protocol; - hostname; - port; - path; - query; - headers; - username; - password; - fragment; - body; - constructor(options) { - this.method = options.method || "GET"; - this.hostname = options.hostname || "localhost"; - this.port = options.port; - this.query = options.query || {}; - this.headers = options.headers || {}; - this.body = options.body; - this.protocol = options.protocol - ? options.protocol.slice(-1) !== ":" - ? `${options.protocol}:` - : options.protocol - : "https:"; - this.path = options.path ? (options.path.charAt(0) !== "/" ? `/${options.path}` : options.path) : "/"; - this.username = options.username; - this.password = options.password; - this.fragment = options.fragment; - } - static clone(request) { - const cloned = new HttpRequest({ - ...request, - headers: { ...request.headers }, - }); - if (cloned.query) { - cloned.query = cloneQuery(cloned.query); - } - return cloned; - } - static isInstance(request) { - if (!request) { - return false; - } - const req = request; - return ("method" in req && - "protocol" in req && - "hostname" in req && - "path" in req && - typeof req["query"] === "object" && - typeof req["headers"] === "object"); - } - clone() { - return HttpRequest.clone(this); - } -} -function cloneQuery(query) { - return Object.keys(query).reduce((carry, paramName) => { - const param = query[paramName]; - return { - ...carry, - [paramName]: Array.isArray(param) ? [...param] : param, - }; - }, {}); -} - -class HttpResponse { - statusCode; - reason; - headers; - body; - constructor(options) { - this.statusCode = options.statusCode; - this.reason = options.reason; - this.headers = options.headers || {}; - this.body = options.body; - } - static isInstance(response) { - if (!response) - return false; - const resp = response; - return typeof resp.statusCode === "number" && typeof resp.headers === "object"; - } -} - class HttpProtocol extends SerdeContext { options; compositeErrorRegistry; @@ -62273,10 +61697,10 @@ class HttpProtocol extends SerdeContext { } } getRequestType() { - return HttpRequest; + return transport.HttpRequest; } getResponseType() { - return HttpResponse; + return transport.HttpResponse; } setSerdeContext(serdeContext) { this.serdeContext = serdeContext; @@ -62408,7 +61832,7 @@ class HttpBindingProtocol extends HttpProtocol { const payloadMemberSchemas = []; let hasNonHttpBindingMember = false; let payload; - const request = new HttpRequest({ + const request = new transport.HttpRequest({ protocol: "", hostname: "", port: undefined, @@ -62691,7 +62115,7 @@ class RpcProtocol extends HttpProtocol { const schema$1 = ns.getSchema(); let payload; const input = _input && typeof _input === "object" ? _input : {}; - const request = new HttpRequest({ + const request = new transport.HttpRequest({ protocol: "", hostname: "", port: undefined, @@ -62812,7 +62236,7 @@ class RequestBuilder { for (const resolvePath of this.resolvePathStack) { resolvePath(this.path); } - return new HttpRequest({ + return new transport.HttpRequest({ protocol, hostname: this.hostname || hostname, port, @@ -63143,11 +62567,6 @@ class Fields { } } -function isValidHostname(hostname) { - const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/; - return hostPattern.test(hostname); -} - const getHttpHandlerExtensionConfiguration = (runtimeConfig) => { return { setHttpHandler(handler) { @@ -63174,7 +62593,7 @@ const CONTENT_LENGTH_HEADER = "content-length"; function contentLengthMiddleware(bodyLengthChecker) { return (next) => async (args) => { const request = args.request; - if (HttpRequest.isInstance(request)) { + if (transport.HttpRequest.isInstance(request)) { const { body, headers } = request; if (body && Object.keys(headers) @@ -63235,48 +62654,11 @@ function buildQueryString(query) { return parts.join("&"); } -function parseQueryString(querystring) { - const query = {}; - querystring = querystring.replace(/^\?/, ""); - if (querystring) { - for (const pair of querystring.split("&")) { - let [key, value = null] = pair.split("="); - key = decodeURIComponent(key); - if (value) { - value = decodeURIComponent(value); - } - if (!(key in query)) { - query[key] = value; - } - else if (Array.isArray(query[key])) { - query[key].push(value); - } - else { - query[key] = [query[key], value]; - } - } - } - return query; -} - -const parseUrl = (url) => { - if (typeof url === "string") { - return parseUrl(new URL(url)); - } - const { hostname, pathname, port, protocol, search } = url; - let query; - if (search) { - query = parseQueryString(search); - } - return { - hostname, - port: port ? parseInt(port) : undefined, - protocol, - path: pathname, - query, - }; -}; - +exports.HttpRequest = transport.HttpRequest; +exports.HttpResponse = transport.HttpResponse; +exports.isValidHostname = transport.isValidHostname; +exports.parseQueryString = transport.parseQueryString; +exports.parseUrl = transport.parseUrl; exports.Field = Field; exports.Fields = Fields; exports.FromStringShapeDeserializer = FromStringShapeDeserializer; @@ -63284,8 +62666,6 @@ exports.HttpBindingProtocol = HttpBindingProtocol; exports.HttpInterceptingShapeDeserializer = HttpInterceptingShapeDeserializer; exports.HttpInterceptingShapeSerializer = HttpInterceptingShapeSerializer; exports.HttpProtocol = HttpProtocol; -exports.HttpRequest = HttpRequest; -exports.HttpResponse = HttpResponse; exports.RequestBuilder = RequestBuilder; exports.RpcProtocol = RpcProtocol; exports.SerdeContext = SerdeContext; @@ -63300,9 +62680,6 @@ exports.escapeUriPath = escapeUriPath; exports.extendedEncodeURIComponent = extendedEncodeURIComponent; exports.getContentLengthPlugin = getContentLengthPlugin; exports.getHttpHandlerExtensionConfiguration = getHttpHandlerExtensionConfiguration; -exports.isValidHostname = isValidHostname; -exports.parseQueryString = parseQueryString; -exports.parseUrl = parseUrl; exports.requestBuilder = requestBuilder; exports.resolveHttpHandlerRuntimeConfig = resolveHttpHandlerRuntimeConfig; exports.resolvedPath = resolvedPath; @@ -63351,7 +62728,7 @@ const THROTTLING_ERROR_CODES = [ const TRANSIENT_ERROR_CODES = ["TimeoutError", "RequestTimeout", "RequestTimeoutException"]; const TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504]; const NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE", "ETIMEDOUT"]; -const NODEJS_NETWORK_ERROR_CODES = ["EHOSTUNREACH", "ENETUNREACH", "ENOTFOUND"]; +const NODEJS_NETWORK_ERROR_CODES = ["EHOSTUNREACH", "ENETUNREACH", "ENOTFOUND", "EAI_AGAIN"]; const isRetryableByTrait = (error) => error?.$retryable !== undefined; const isClockSkewError = (error) => CLOCK_SKEW_ERROR_CODES.includes(error.name); @@ -63502,9 +62879,6 @@ function bindRetryMiddleware(isStreamingPayload) { retryToken = await retryStrategy.refreshRetryTokenForRetry(retryToken, retryErrorInfo); } catch (refreshError) { - if (typeof refreshError.$backoff === "number") { - await cooldown(refreshError.$backoff); - } if (!lastError.$metadata) { lastError.$metadata = {}; } @@ -63514,8 +62888,10 @@ function bindRetryMiddleware(isStreamingPayload) { } attempts = retryToken.getRetryCount(); const delay = retryToken.getRetryDelay(); - totalRetryDelay += delay; - await cooldown(delay); + totalRetryDelay += (retryToken?.$retryLog?.acquisitionDelay ?? 0) + delay; + if (delay > 0) { + await cooldown(delay); + } } } } @@ -63716,6 +63092,9 @@ class DefaultRetryToken { count; cost; longPoll; + $retryLog = { + acquisitionDelay: 0, + }; constructor(delay, count, cost, longPoll) { this.delay = delay; this.count = count; @@ -63751,8 +63130,8 @@ const refusal = { }; let StandardRetryStrategy$1 = class StandardRetryStrategy { mode = exports.RETRY_MODES.STANDARD; - capacity = INITIAL_RETRY_TOKENS; retryBackoffStrategy; + capacity = INITIAL_RETRY_TOKENS; maxAttemptsProvider; baseDelay; constructor(arg1) { @@ -63788,14 +63167,18 @@ let StandardRetryStrategy$1 = class StandardRetryStrategy { retryDelay = Math.max(delayFromErrorType, Math.min(errorInfo.retryAfterHint.getTime() - Date.now(), delayFromErrorType + 5_000)); } if (!shouldRetry) { - throw Object.assign(new Error("No retry token available"), { - $backoff: Retry.v2026 && retryCode === refusal.capacity && isLongPoll ? retryDelay : 0, - }); + const longPollBackoff = Retry.v2026 && retryCode === refusal.capacity && isLongPoll ? retryDelay : 0; + if (longPollBackoff > 0) { + await new Promise((r) => setTimeout(r, longPollBackoff)); + } } else { const capacityCost = this.getCapacityCost(errorType); this.capacity -= capacityCost; - return new DefaultRetryToken(retryDelay, token.getRetryCount() + 1, capacityCost, token.isLongPoll?.() ?? false); + const nextToken = new DefaultRetryToken(0, token.getRetryCount() + 1, capacityCost, token.isLongPoll?.() ?? false); + await new Promise((r) => setTimeout(r, retryDelay)); + nextToken.$retryLog.acquisitionDelay = retryDelay; + return nextToken; } } throw new Error("No retry token available"); @@ -63877,11 +63260,10 @@ class ConfiguredRetryStrategy extends StandardRetryStrategy$1 { else { this.computeNextBackoffDelay = computeNextBackoffDelay; } - } - async refreshRetryTokenForRetry(tokenToRenew, errorInfo) { - const token = await super.refreshRetryTokenForRetry(tokenToRenew, errorInfo); - token.getRetryDelay = () => this.computeNextBackoffDelay(token.getRetryCount()); - return token; + this.retryBackoffStrategy.computeNextBackoffDelay = (completedAttempt) => { + const nextAttempt = completedAttempt + 1; + return this.computeNextBackoffDelay(nextAttempt); + }; } } @@ -64053,17 +63435,29 @@ const NODE_MAX_ATTEMPT_CONFIG_OPTIONS = { }, default: DEFAULT_MAX_ATTEMPTS, }; -const resolveRetryConfig = (input) => { +const resolveRetryConfig = (input, defaults) => { const { retryStrategy, retryMode } = input; - const maxAttempts = client.normalizeProvider(input.maxAttempts ?? DEFAULT_MAX_ATTEMPTS); + const { defaultMaxAttempts = DEFAULT_MAX_ATTEMPTS, defaultBaseDelay = Retry.delay() } = defaults ?? {}; + const maxAttemptsProvider = client.normalizeProvider(input.maxAttempts ?? defaultMaxAttempts); let controller = retryStrategy ? Promise.resolve(retryStrategy) : undefined; - const getDefault = async () => (await client.normalizeProvider(retryMode)()) === exports.RETRY_MODES.ADAPTIVE - ? new AdaptiveRetryStrategy$1(maxAttempts) - : new StandardRetryStrategy$1(maxAttempts); + const getDefault = async () => { + const maxAttempts = await maxAttemptsProvider(); + const adaptive = (await client.normalizeProvider(retryMode)()) === exports.RETRY_MODES.ADAPTIVE; + if (adaptive) { + return new AdaptiveRetryStrategy$1(maxAttemptsProvider, { + maxAttempts, + baseDelay: defaultBaseDelay, + }); + } + return new StandardRetryStrategy$1({ + maxAttempts, + baseDelay: defaultBaseDelay, + }); + }; return Object.assign(input, { - maxAttempts, + maxAttempts: maxAttemptsProvider, retryStrategy: () => (controller ??= getDefault()), }); }; @@ -64151,9 +63545,7 @@ exports.retryMiddlewareOptions = retryMiddlewareOptions; "use strict"; -var client = __nccwpck_require__(2658); -var protocols = __nccwpck_require__(3422); -var endpoints = __nccwpck_require__(2085); +var transport = __nccwpck_require__(4534); const deref = (schemaRef) => { if (typeof schemaRef === "function") { @@ -64172,7 +63564,7 @@ const operation = (namespace, name, traits, input, output) => ({ const schemaDeserializationMiddleware = (config) => (next, context) => async (args) => { const { response } = await next(args); - const { operationSchema } = client.getSmithyContext(context); + const { operationSchema } = transport.getSmithyContext(context); const [, ns, n, t, i, o] = operationSchema ?? []; try { const parsed = await config.protocol.deserializeResponse(operation(ns, n, t, i, o), { @@ -64210,11 +63602,11 @@ const schemaDeserializationMiddleware = (config) => (next, context) => async (ar } } try { - if (protocols.HttpResponse.isInstance(response)) { - const { headers = {} } = response; + if (transport.HttpResponse.isInstance(response)) { + const { headers = {}, statusCode } = response; const headerEntries = Object.entries(headers); error.$metadata = { - httpStatusCode: response.statusCode, + httpStatusCode: statusCode, requestId: findHeader(/^x-[\w-]+-request-?id$/, headerEntries), extendedRequestId: findHeader(/^x-[\w-]+-id-2$/, headerEntries), cfId: findHeader(/^x-[\w-]+-cf-id$/, headerEntries), @@ -64234,10 +63626,10 @@ const findHeader = (pattern, headers) => { }; const schemaSerializationMiddleware = (config) => (next, context) => async (args) => { - const { operationSchema } = client.getSmithyContext(context); + const { operationSchema } = transport.getSmithyContext(context); const [, ns, n, t, i, o] = operationSchema ?? []; const endpoint = context.endpointV2 - ? async () => endpoints.toEndpointV1(context.endpointV2) + ? async () => transport.toEndpointV1(context.endpointV2) : config.endpoint; const request = await config.protocol.serializeRequest(operation(ns, n, t, i, o), args.input, { ...config, @@ -64876,7 +64268,7 @@ exports.translateTraits = translateTraits; var node_crypto = __nccwpck_require__(7598); var node_fs = __nccwpck_require__(3024); -var protocols = __nccwpck_require__(3422); +var transport = __nccwpck_require__(4534); var endpoints = __nccwpck_require__(2085); var node_stream = __nccwpck_require__(7075); @@ -65751,7 +65143,7 @@ const deserializerMiddleware = (options, deserializer) => (next, context) => asy } } try { - if (protocols.HttpResponse.isInstance(response)) { + if (transport.HttpResponse.isInstance(response)) { const { headers = {} } = response; const headerEntries = Object.entries(headers); error.$metadata = { @@ -66665,93 +66057,194 @@ exports.v4 = v4; /***/ }), -/***/ 5092: +/***/ 4534: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.Hash = void 0; -var serde_1 = __nccwpck_require__(2430); -Object.defineProperty(exports, "Hash", ({ enumerable: true, get: function () { return serde_1.Hash; } })); - - -/***/ }), - -/***/ 7212: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getContentLengthPlugin = exports.contentLengthMiddlewareOptions = exports.contentLengthMiddleware = void 0; -var protocols_1 = __nccwpck_require__(3422); -Object.defineProperty(exports, "contentLengthMiddleware", ({ enumerable: true, get: function () { return protocols_1.contentLengthMiddleware; } })); -Object.defineProperty(exports, "contentLengthMiddlewareOptions", ({ enumerable: true, get: function () { return protocols_1.contentLengthMiddlewareOptions; } })); -Object.defineProperty(exports, "getContentLengthPlugin", ({ enumerable: true, get: function () { return protocols_1.getContentLengthPlugin; } })); - - -/***/ }), - -/***/ 99: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.resolveEndpointRequiredConfig = exports.resolveEndpointConfig = exports.getEndpointPlugin = exports.endpointMiddlewareOptions = exports.endpointMiddleware = exports.toEndpointV1 = exports.resolveParams = exports.getEndpointFromInstructions = void 0; -var endpoints_1 = __nccwpck_require__(2085); -Object.defineProperty(exports, "getEndpointFromInstructions", ({ enumerable: true, get: function () { return endpoints_1.getEndpointFromInstructions; } })); -Object.defineProperty(exports, "resolveParams", ({ enumerable: true, get: function () { return endpoints_1.resolveParams; } })); -Object.defineProperty(exports, "toEndpointV1", ({ enumerable: true, get: function () { return endpoints_1.toEndpointV1; } })); -Object.defineProperty(exports, "endpointMiddleware", ({ enumerable: true, get: function () { return endpoints_1.endpointMiddleware; } })); -Object.defineProperty(exports, "endpointMiddlewareOptions", ({ enumerable: true, get: function () { return endpoints_1.endpointMiddlewareOptions; } })); -Object.defineProperty(exports, "getEndpointPlugin", ({ enumerable: true, get: function () { return endpoints_1.getEndpointPlugin; } })); -Object.defineProperty(exports, "resolveEndpointConfig", ({ enumerable: true, get: function () { return endpoints_1.resolveEndpointConfig; } })); -Object.defineProperty(exports, "resolveEndpointRequiredConfig", ({ enumerable: true, get: function () { return endpoints_1.resolveEndpointRequiredConfig; } })); +var types = __nccwpck_require__(690); +const getSmithyContext = (context) => context[types.SMITHY_CONTEXT_KEY] || (context[types.SMITHY_CONTEXT_KEY] = {}); -/***/ }), +class HttpRequest { + method; + protocol; + hostname; + port; + path; + query; + headers; + username; + password; + fragment; + body; + constructor(options) { + this.method = options.method || "GET"; + this.hostname = options.hostname || "localhost"; + this.port = options.port; + this.query = options.query || {}; + this.headers = options.headers || {}; + this.body = options.body; + this.protocol = options.protocol + ? options.protocol.slice(-1) !== ":" + ? `${options.protocol}:` + : options.protocol + : "https:"; + this.path = options.path ? (options.path.charAt(0) !== "/" ? `/${options.path}` : options.path) : "/"; + this.username = options.username; + this.password = options.password; + this.fragment = options.fragment; + } + static clone(request) { + const cloned = new HttpRequest({ + ...request, + headers: { ...request.headers }, + }); + if (cloned.query) { + cloned.query = cloneQuery(cloned.query); + } + return cloned; + } + static isInstance(request) { + if (!request) { + return false; + } + const req = request; + return ("method" in req && + "protocol" in req && + "hostname" in req && + "path" in req && + typeof req["query"] === "object" && + typeof req["headers"] === "object"); + } + clone() { + return HttpRequest.clone(this); + } +} +function cloneQuery(query) { + return Object.keys(query).reduce((carry, paramName) => { + const param = query[paramName]; + return { + ...carry, + [paramName]: Array.isArray(param) ? [...param] : param, + }; + }, {}); +} -/***/ 9618: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +class HttpResponse { + statusCode; + reason; + headers; + body; + constructor(options) { + this.statusCode = options.statusCode; + this.reason = options.reason; + this.headers = options.headers || {}; + this.body = options.body; + } + static isInstance(response) { + if (!response) + return false; + const resp = response; + return typeof resp.statusCode === "number" && typeof resp.headers === "object"; + } +} -"use strict"; +const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`); +const isValidHostLabel = (value, allowSubDomains = false) => { + if (!allowSubDomains) { + return VALID_HOST_LABEL_REGEX.test(value); + } + const labels = value.split("."); + for (const label of labels) { + if (!isValidHostLabel(label)) { + return false; + } + } + return true; +}; -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.retryMiddlewareOptions = exports.retryMiddleware = exports.resolveRetryConfig = exports.omitRetryHeadersMiddlewareOptions = exports.omitRetryHeadersMiddleware = exports.getRetryPlugin = exports.getRetryAfterHint = exports.getOmitRetryHeadersPlugin = exports.defaultRetryDecider = exports.defaultDelayDecider = exports.NODE_RETRY_MODE_CONFIG_OPTIONS = exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = exports.ENV_RETRY_MODE = exports.ENV_MAX_ATTEMPTS = exports.CONFIG_RETRY_MODE = exports.CONFIG_MAX_ATTEMPTS = exports.StandardRetryStrategy = exports.AdaptiveRetryStrategy = void 0; -var retry_1 = __nccwpck_require__(3609); -Object.defineProperty(exports, "AdaptiveRetryStrategy", ({ enumerable: true, get: function () { return retry_1.DeprecatedAdaptiveRetryStrategy; } })); -Object.defineProperty(exports, "StandardRetryStrategy", ({ enumerable: true, get: function () { return retry_1.DeprecatedStandardRetryStrategy; } })); -Object.defineProperty(exports, "CONFIG_MAX_ATTEMPTS", ({ enumerable: true, get: function () { return retry_1.CONFIG_MAX_ATTEMPTS; } })); -Object.defineProperty(exports, "CONFIG_RETRY_MODE", ({ enumerable: true, get: function () { return retry_1.CONFIG_RETRY_MODE; } })); -Object.defineProperty(exports, "ENV_MAX_ATTEMPTS", ({ enumerable: true, get: function () { return retry_1.ENV_MAX_ATTEMPTS; } })); -Object.defineProperty(exports, "ENV_RETRY_MODE", ({ enumerable: true, get: function () { return retry_1.ENV_RETRY_MODE; } })); -Object.defineProperty(exports, "NODE_MAX_ATTEMPT_CONFIG_OPTIONS", ({ enumerable: true, get: function () { return retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS; } })); -Object.defineProperty(exports, "NODE_RETRY_MODE_CONFIG_OPTIONS", ({ enumerable: true, get: function () { return retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS; } })); -Object.defineProperty(exports, "defaultDelayDecider", ({ enumerable: true, get: function () { return retry_1.defaultDelayDecider; } })); -Object.defineProperty(exports, "defaultRetryDecider", ({ enumerable: true, get: function () { return retry_1.defaultRetryDecider; } })); -Object.defineProperty(exports, "getOmitRetryHeadersPlugin", ({ enumerable: true, get: function () { return retry_1.getOmitRetryHeadersPlugin; } })); -Object.defineProperty(exports, "getRetryAfterHint", ({ enumerable: true, get: function () { return retry_1.getRetryAfterHint; } })); -Object.defineProperty(exports, "getRetryPlugin", ({ enumerable: true, get: function () { return retry_1.getRetryPlugin; } })); -Object.defineProperty(exports, "omitRetryHeadersMiddleware", ({ enumerable: true, get: function () { return retry_1.omitRetryHeadersMiddleware; } })); -Object.defineProperty(exports, "omitRetryHeadersMiddlewareOptions", ({ enumerable: true, get: function () { return retry_1.omitRetryHeadersMiddlewareOptions; } })); -Object.defineProperty(exports, "resolveRetryConfig", ({ enumerable: true, get: function () { return retry_1.resolveRetryConfig; } })); -Object.defineProperty(exports, "retryMiddleware", ({ enumerable: true, get: function () { return retry_1.retryMiddleware; } })); -Object.defineProperty(exports, "retryMiddlewareOptions", ({ enumerable: true, get: function () { return retry_1.retryMiddlewareOptions; } })); +function isValidHostname(hostname) { + const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/; + return hostPattern.test(hostname); +} +const normalizeProvider = (input) => { + if (typeof input === "function") + return input; + const promisified = Promise.resolve(input); + return () => promisified; +}; -/***/ }), +function parseQueryString(querystring) { + const query = {}; + querystring = querystring.replace(/^\?/, ""); + if (querystring) { + for (const pair of querystring.split("&")) { + let [key, value = null] = pair.split("="); + key = decodeURIComponent(key); + if (value) { + value = decodeURIComponent(value); + } + if (!(key in query)) { + query[key] = value; + } + else if (Array.isArray(query[key])) { + query[key].push(value); + } + else { + query[key] = [query[key], value]; + } + } + } + return query; +} -/***/ 5704: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { +const parseUrl = (url) => { + if (typeof url === "string") { + return parseUrl(new URL(url)); + } + const { hostname, pathname, port, protocol, search } = url; + let query; + if (search) { + query = parseQueryString(search); + } + return { + hostname, + port: port ? parseInt(port) : undefined, + protocol, + path: pathname, + query, + }; +}; -"use strict"; +const toEndpointV1 = (endpoint) => { + if (typeof endpoint === "object") { + if ("url" in endpoint) { + const v1Endpoint = parseUrl(endpoint.url); + if (endpoint.headers) { + v1Endpoint.headers = {}; + for (const name in endpoint.headers) { + v1Endpoint.headers[name.toLowerCase()] = endpoint.headers[name].join(", "); + } + } + return v1Endpoint; + } + return endpoint; + } + return parseUrl(endpoint); +}; -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.loadConfig = void 0; -var config_1 = __nccwpck_require__(7291); -Object.defineProperty(exports, "loadConfig", ({ enumerable: true, get: function () { return config_1.loadConfig; } })); +exports.HttpRequest = HttpRequest; +exports.HttpResponse = HttpResponse; +exports.getSmithyContext = getSmithyContext; +exports.isValidHostLabel = isValidHostLabel; +exports.isValidHostname = isValidHostname; +exports.normalizeProvider = normalizeProvider; +exports.parseQueryString = parseQueryString; +exports.parseUrl = parseUrl; +exports.toEndpointV1 = toEndpointV1; /***/ }), @@ -66762,8 +66255,8 @@ Object.defineProperty(exports, "loadConfig", ({ enumerable: true, get: function "use strict"; -var node_https = __nccwpck_require__(4708); var protocols = __nccwpck_require__(3422); +var node_https = __nccwpck_require__(4708); var node_stream = __nccwpck_require__(7075); var http2 = __nccwpck_require__(2467); @@ -67176,7 +66669,8 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf socketAcquisitionWarningTimeout, throwOnRequestTimeout, httpAgentProvider: async () => { - const { Agent, request } = await Promise.resolve(/* import() */).then(__nccwpck_require__.t.bind(__nccwpck_require__, 7067, 23)); + const node_http = await Promise.resolve(/* import() */).then(__nccwpck_require__.t.bind(__nccwpck_require__, 7067, 23)); + const { Agent, request } = node_http.default ?? node_http; hRequest = request; hAgent = Agent; if (httpAgent instanceof hAgent || typeof httpAgent?.destroy === "function") { @@ -67428,6 +66922,7 @@ class NodeHttp2ConnectionManager { } } +const { constants } = http2; class NodeHttp2Handler { config; configProvider; @@ -67522,8 +67017,8 @@ class NodeHttp2Handler { } const clientHttp2Stream = session.request({ ...request.headers, - [http2.constants.HTTP2_HEADER_PATH]: path, - [http2.constants.HTTP2_HEADER_METHOD]: method, + [constants.HTTP2_HEADER_PATH]: path, + [constants.HTTP2_HEADER_METHOD]: method, }); if (effectiveRequestTimeout) { clientHttp2Stream.setTimeout(effectiveRequestTimeout, () => { @@ -67650,25 +67145,6 @@ exports.NodeHttpHandler = NodeHttpHandler; exports.streamCollector = streamCollector; -/***/ }), - -/***/ 2356: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.resolveHttpHandlerRuntimeConfig = exports.getHttpHandlerExtensionConfiguration = exports.isValidHostname = exports.HttpResponse = exports.HttpRequest = exports.Fields = exports.Field = void 0; -var protocols_1 = __nccwpck_require__(3422); -Object.defineProperty(exports, "Field", ({ enumerable: true, get: function () { return protocols_1.Field; } })); -Object.defineProperty(exports, "Fields", ({ enumerable: true, get: function () { return protocols_1.Fields; } })); -Object.defineProperty(exports, "HttpRequest", ({ enumerable: true, get: function () { return protocols_1.HttpRequest; } })); -Object.defineProperty(exports, "HttpResponse", ({ enumerable: true, get: function () { return protocols_1.HttpResponse; } })); -Object.defineProperty(exports, "isValidHostname", ({ enumerable: true, get: function () { return protocols_1.isValidHostname; } })); -Object.defineProperty(exports, "getHttpHandlerExtensionConfiguration", ({ enumerable: true, get: function () { return protocols_1.getHttpHandlerExtensionConfiguration; } })); -Object.defineProperty(exports, "resolveHttpHandlerRuntimeConfig", ({ enumerable: true, get: function () { return protocols_1.resolveHttpHandlerRuntimeConfig; } })); - - /***/ }), /***/ 5118: @@ -68249,89 +67725,6 @@ exports.prepareRequest = prepareRequest; exports.signatureV4aContainer = signatureV4aContainer; -/***/ }), - -/***/ 1411: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.createAggregatedClient = exports.convertMap = exports._json = exports.ServiceException = exports.SENSITIVE_STRING = exports.NoOpLogger = exports.Command = exports.Client = exports.strictParseShort = exports.strictParseLong = exports.strictParseInt32 = exports.strictParseInt = exports.strictParseFloat32 = exports.strictParseFloat = exports.strictParseDouble = exports.strictParseByte = exports.splitHeader = exports.splitEvery = exports.quoteHeader = exports.parseRfc7231DateTime = exports.parseRfc3339DateTimeWithOffset = exports.parseRfc3339DateTime = exports.parseEpochTimestamp = exports.parseBoolean = exports.nv = exports.logger = exports.limitedParseFloat32 = exports.limitedParseFloat = exports.limitedParseDouble = exports.handleFloat = exports.generateIdempotencyToken = exports.expectUnion = exports.expectString = exports.expectShort = exports.expectObject = exports.expectNumber = exports.expectNonNull = exports.expectLong = exports.expectInt32 = exports.expectInt = exports.expectFloat32 = exports.expectByte = exports.expectBoolean = exports.dateToUtcString = exports.copyDocumentWithTransform = exports._parseRfc7231DateTime = exports._parseRfc3339DateTimeWithOffset = exports._parseEpochTimestamp = exports.NumericValue = exports.LazyJsonString = void 0; -exports.resolvedPath = exports.extendedEncodeURIComponent = exports.collectBody = exports.withBaseException = exports.throwDefaultError = exports.take = exports.serializeFloat = exports.serializeDateTime = exports.resolveDefaultRuntimeConfig = exports.map = exports.loadConfigsForDefaultMode = exports.isSerializableHeaderValue = exports.getValueFromTextNode = exports.getDefaultExtensionConfiguration = exports.getDefaultClientConfiguration = exports.getArrayIfSingleItem = exports.emitWarningIfUnsupportedVersion = exports.decorateServiceException = void 0; -var serde_1 = __nccwpck_require__(2430); -Object.defineProperty(exports, "LazyJsonString", ({ enumerable: true, get: function () { return serde_1.LazyJsonString; } })); -Object.defineProperty(exports, "NumericValue", ({ enumerable: true, get: function () { return serde_1.NumericValue; } })); -Object.defineProperty(exports, "_parseEpochTimestamp", ({ enumerable: true, get: function () { return serde_1._parseEpochTimestamp; } })); -Object.defineProperty(exports, "_parseRfc3339DateTimeWithOffset", ({ enumerable: true, get: function () { return serde_1._parseRfc3339DateTimeWithOffset; } })); -Object.defineProperty(exports, "_parseRfc7231DateTime", ({ enumerable: true, get: function () { return serde_1._parseRfc7231DateTime; } })); -Object.defineProperty(exports, "copyDocumentWithTransform", ({ enumerable: true, get: function () { return serde_1.copyDocumentWithTransform; } })); -Object.defineProperty(exports, "dateToUtcString", ({ enumerable: true, get: function () { return serde_1.dateToUtcString; } })); -Object.defineProperty(exports, "expectBoolean", ({ enumerable: true, get: function () { return serde_1.expectBoolean; } })); -Object.defineProperty(exports, "expectByte", ({ enumerable: true, get: function () { return serde_1.expectByte; } })); -Object.defineProperty(exports, "expectFloat32", ({ enumerable: true, get: function () { return serde_1.expectFloat32; } })); -Object.defineProperty(exports, "expectInt", ({ enumerable: true, get: function () { return serde_1.expectInt; } })); -Object.defineProperty(exports, "expectInt32", ({ enumerable: true, get: function () { return serde_1.expectInt32; } })); -Object.defineProperty(exports, "expectLong", ({ enumerable: true, get: function () { return serde_1.expectLong; } })); -Object.defineProperty(exports, "expectNonNull", ({ enumerable: true, get: function () { return serde_1.expectNonNull; } })); -Object.defineProperty(exports, "expectNumber", ({ enumerable: true, get: function () { return serde_1.expectNumber; } })); -Object.defineProperty(exports, "expectObject", ({ enumerable: true, get: function () { return serde_1.expectObject; } })); -Object.defineProperty(exports, "expectShort", ({ enumerable: true, get: function () { return serde_1.expectShort; } })); -Object.defineProperty(exports, "expectString", ({ enumerable: true, get: function () { return serde_1.expectString; } })); -Object.defineProperty(exports, "expectUnion", ({ enumerable: true, get: function () { return serde_1.expectUnion; } })); -Object.defineProperty(exports, "generateIdempotencyToken", ({ enumerable: true, get: function () { return serde_1.generateIdempotencyToken; } })); -Object.defineProperty(exports, "handleFloat", ({ enumerable: true, get: function () { return serde_1.handleFloat; } })); -Object.defineProperty(exports, "limitedParseDouble", ({ enumerable: true, get: function () { return serde_1.limitedParseDouble; } })); -Object.defineProperty(exports, "limitedParseFloat", ({ enumerable: true, get: function () { return serde_1.limitedParseFloat; } })); -Object.defineProperty(exports, "limitedParseFloat32", ({ enumerable: true, get: function () { return serde_1.limitedParseFloat32; } })); -Object.defineProperty(exports, "logger", ({ enumerable: true, get: function () { return serde_1.logger; } })); -Object.defineProperty(exports, "nv", ({ enumerable: true, get: function () { return serde_1.nv; } })); -Object.defineProperty(exports, "parseBoolean", ({ enumerable: true, get: function () { return serde_1.parseBoolean; } })); -Object.defineProperty(exports, "parseEpochTimestamp", ({ enumerable: true, get: function () { return serde_1.parseEpochTimestamp; } })); -Object.defineProperty(exports, "parseRfc3339DateTime", ({ enumerable: true, get: function () { return serde_1.parseRfc3339DateTime; } })); -Object.defineProperty(exports, "parseRfc3339DateTimeWithOffset", ({ enumerable: true, get: function () { return serde_1.parseRfc3339DateTimeWithOffset; } })); -Object.defineProperty(exports, "parseRfc7231DateTime", ({ enumerable: true, get: function () { return serde_1.parseRfc7231DateTime; } })); -Object.defineProperty(exports, "quoteHeader", ({ enumerable: true, get: function () { return serde_1.quoteHeader; } })); -Object.defineProperty(exports, "splitEvery", ({ enumerable: true, get: function () { return serde_1.splitEvery; } })); -Object.defineProperty(exports, "splitHeader", ({ enumerable: true, get: function () { return serde_1.splitHeader; } })); -Object.defineProperty(exports, "strictParseByte", ({ enumerable: true, get: function () { return serde_1.strictParseByte; } })); -Object.defineProperty(exports, "strictParseDouble", ({ enumerable: true, get: function () { return serde_1.strictParseDouble; } })); -Object.defineProperty(exports, "strictParseFloat", ({ enumerable: true, get: function () { return serde_1.strictParseFloat; } })); -Object.defineProperty(exports, "strictParseFloat32", ({ enumerable: true, get: function () { return serde_1.strictParseFloat32; } })); -Object.defineProperty(exports, "strictParseInt", ({ enumerable: true, get: function () { return serde_1.strictParseInt; } })); -Object.defineProperty(exports, "strictParseInt32", ({ enumerable: true, get: function () { return serde_1.strictParseInt32; } })); -Object.defineProperty(exports, "strictParseLong", ({ enumerable: true, get: function () { return serde_1.strictParseLong; } })); -Object.defineProperty(exports, "strictParseShort", ({ enumerable: true, get: function () { return serde_1.strictParseShort; } })); -var client_1 = __nccwpck_require__(2658); -Object.defineProperty(exports, "Client", ({ enumerable: true, get: function () { return client_1.Client; } })); -Object.defineProperty(exports, "Command", ({ enumerable: true, get: function () { return client_1.Command; } })); -Object.defineProperty(exports, "NoOpLogger", ({ enumerable: true, get: function () { return client_1.NoOpLogger; } })); -Object.defineProperty(exports, "SENSITIVE_STRING", ({ enumerable: true, get: function () { return client_1.SENSITIVE_STRING; } })); -Object.defineProperty(exports, "ServiceException", ({ enumerable: true, get: function () { return client_1.ServiceException; } })); -Object.defineProperty(exports, "_json", ({ enumerable: true, get: function () { return client_1._json; } })); -Object.defineProperty(exports, "convertMap", ({ enumerable: true, get: function () { return client_1.convertMap; } })); -Object.defineProperty(exports, "createAggregatedClient", ({ enumerable: true, get: function () { return client_1.createAggregatedClient; } })); -Object.defineProperty(exports, "decorateServiceException", ({ enumerable: true, get: function () { return client_1.decorateServiceException; } })); -Object.defineProperty(exports, "emitWarningIfUnsupportedVersion", ({ enumerable: true, get: function () { return client_1.emitWarningIfUnsupportedVersion; } })); -Object.defineProperty(exports, "getArrayIfSingleItem", ({ enumerable: true, get: function () { return client_1.getArrayIfSingleItem; } })); -Object.defineProperty(exports, "getDefaultClientConfiguration", ({ enumerable: true, get: function () { return client_1.getDefaultClientConfiguration; } })); -Object.defineProperty(exports, "getDefaultExtensionConfiguration", ({ enumerable: true, get: function () { return client_1.getDefaultExtensionConfiguration; } })); -Object.defineProperty(exports, "getValueFromTextNode", ({ enumerable: true, get: function () { return client_1.getValueFromTextNode; } })); -Object.defineProperty(exports, "isSerializableHeaderValue", ({ enumerable: true, get: function () { return client_1.isSerializableHeaderValue; } })); -Object.defineProperty(exports, "loadConfigsForDefaultMode", ({ enumerable: true, get: function () { return client_1.loadConfigsForDefaultMode; } })); -Object.defineProperty(exports, "map", ({ enumerable: true, get: function () { return client_1.map; } })); -Object.defineProperty(exports, "resolveDefaultRuntimeConfig", ({ enumerable: true, get: function () { return client_1.resolveDefaultRuntimeConfig; } })); -Object.defineProperty(exports, "serializeDateTime", ({ enumerable: true, get: function () { return client_1.serializeDateTime; } })); -Object.defineProperty(exports, "serializeFloat", ({ enumerable: true, get: function () { return client_1.serializeFloat; } })); -Object.defineProperty(exports, "take", ({ enumerable: true, get: function () { return client_1.take; } })); -Object.defineProperty(exports, "throwDefaultError", ({ enumerable: true, get: function () { return client_1.throwDefaultError; } })); -Object.defineProperty(exports, "withBaseException", ({ enumerable: true, get: function () { return client_1.withBaseException; } })); -var protocols_1 = __nccwpck_require__(3422); -Object.defineProperty(exports, "collectBody", ({ enumerable: true, get: function () { return protocols_1.collectBody; } })); -Object.defineProperty(exports, "extendedEncodeURIComponent", ({ enumerable: true, get: function () { return protocols_1.extendedEncodeURIComponent; } })); -Object.defineProperty(exports, "resolvedPath", ({ enumerable: true, get: function () { return protocols_1.resolvedPath; } })); - - /***/ }), /***/ 690: @@ -68431,153 +67824,6 @@ exports.getDefaultClientConfiguration = getDefaultClientConfiguration; exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; -/***/ }), - -/***/ 4494: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.parseUrl = void 0; -var protocols_1 = __nccwpck_require__(3422); -Object.defineProperty(exports, "parseUrl", ({ enumerable: true, get: function () { return protocols_1.parseUrl; } })); - - -/***/ }), - -/***/ 8385: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.toBase64 = exports.fromBase64 = void 0; -var serde_1 = __nccwpck_require__(2430); -Object.defineProperty(exports, "fromBase64", ({ enumerable: true, get: function () { return serde_1.fromBase64; } })); -Object.defineProperty(exports, "toBase64", ({ enumerable: true, get: function () { return serde_1.toBase64; } })); - - -/***/ }), - -/***/ 3638: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.calculateBodyLength = void 0; -var serde_1 = __nccwpck_require__(2430); -Object.defineProperty(exports, "calculateBodyLength", ({ enumerable: true, get: function () { return serde_1.calculateBodyLength; } })); - - -/***/ }), - -/***/ 5435: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.resolveDefaultsModeConfig = void 0; -var config_1 = __nccwpck_require__(7291); -Object.defineProperty(exports, "resolveDefaultsModeConfig", ({ enumerable: true, get: function () { return config_1.resolveDefaultsModeConfig; } })); - - -/***/ }), - -/***/ 9674: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.EndpointError = exports.resolveEndpoint = exports.customEndpointFunctions = exports.isValidHostLabel = exports.isIpAddress = exports.decideEndpoint = exports.EndpointCache = exports.BinaryDecisionDiagram = void 0; -var endpoints_1 = __nccwpck_require__(2085); -Object.defineProperty(exports, "BinaryDecisionDiagram", ({ enumerable: true, get: function () { return endpoints_1.BinaryDecisionDiagram; } })); -Object.defineProperty(exports, "EndpointCache", ({ enumerable: true, get: function () { return endpoints_1.EndpointCache; } })); -Object.defineProperty(exports, "decideEndpoint", ({ enumerable: true, get: function () { return endpoints_1.decideEndpoint; } })); -Object.defineProperty(exports, "isIpAddress", ({ enumerable: true, get: function () { return endpoints_1.isIpAddress; } })); -Object.defineProperty(exports, "isValidHostLabel", ({ enumerable: true, get: function () { return endpoints_1.isValidHostLabel; } })); -Object.defineProperty(exports, "customEndpointFunctions", ({ enumerable: true, get: function () { return endpoints_1.customEndpointFunctions; } })); -Object.defineProperty(exports, "resolveEndpoint", ({ enumerable: true, get: function () { return endpoints_1.resolveEndpoint; } })); -Object.defineProperty(exports, "EndpointError", ({ enumerable: true, get: function () { return endpoints_1.EndpointError; } })); - - -/***/ }), - -/***/ 6324: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.normalizeProvider = exports.getSmithyContext = void 0; -var client_1 = __nccwpck_require__(2658); -Object.defineProperty(exports, "getSmithyContext", ({ enumerable: true, get: function () { return client_1.getSmithyContext; } })); -Object.defineProperty(exports, "normalizeProvider", ({ enumerable: true, get: function () { return client_1.normalizeProvider; } })); - - -/***/ }), - -/***/ 5518: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.TIMEOUT_RETRY_COST = exports.THROTTLING_RETRY_DELAY_BASE = exports.Retry = exports.RETRY_MODES = exports.RETRY_COST = exports.NO_RETRY_INCREMENT = exports.REQUEST_HEADER = exports.MAXIMUM_RETRY_DELAY = exports.INVOCATION_ID_HEADER = exports.INITIAL_RETRY_TOKENS = exports.DEFAULT_RETRY_MODE = exports.DEFAULT_RETRY_DELAY_BASE = exports.DEFAULT_MAX_ATTEMPTS = exports.StandardRetryStrategy = exports.DefaultRateLimiter = exports.ConfiguredRetryStrategy = exports.AdaptiveRetryStrategy = void 0; -var retry_1 = __nccwpck_require__(3609); -Object.defineProperty(exports, "AdaptiveRetryStrategy", ({ enumerable: true, get: function () { return retry_1.AdaptiveRetryStrategy; } })); -Object.defineProperty(exports, "ConfiguredRetryStrategy", ({ enumerable: true, get: function () { return retry_1.ConfiguredRetryStrategy; } })); -Object.defineProperty(exports, "DefaultRateLimiter", ({ enumerable: true, get: function () { return retry_1.DefaultRateLimiter; } })); -Object.defineProperty(exports, "StandardRetryStrategy", ({ enumerable: true, get: function () { return retry_1.StandardRetryStrategy; } })); -Object.defineProperty(exports, "DEFAULT_MAX_ATTEMPTS", ({ enumerable: true, get: function () { return retry_1.DEFAULT_MAX_ATTEMPTS; } })); -Object.defineProperty(exports, "DEFAULT_RETRY_DELAY_BASE", ({ enumerable: true, get: function () { return retry_1.DEFAULT_RETRY_DELAY_BASE; } })); -Object.defineProperty(exports, "DEFAULT_RETRY_MODE", ({ enumerable: true, get: function () { return retry_1.DEFAULT_RETRY_MODE; } })); -Object.defineProperty(exports, "INITIAL_RETRY_TOKENS", ({ enumerable: true, get: function () { return retry_1.INITIAL_RETRY_TOKENS; } })); -Object.defineProperty(exports, "INVOCATION_ID_HEADER", ({ enumerable: true, get: function () { return retry_1.INVOCATION_ID_HEADER; } })); -Object.defineProperty(exports, "MAXIMUM_RETRY_DELAY", ({ enumerable: true, get: function () { return retry_1.MAXIMUM_RETRY_DELAY; } })); -Object.defineProperty(exports, "REQUEST_HEADER", ({ enumerable: true, get: function () { return retry_1.REQUEST_HEADER; } })); -Object.defineProperty(exports, "NO_RETRY_INCREMENT", ({ enumerable: true, get: function () { return retry_1.NO_RETRY_INCREMENT; } })); -Object.defineProperty(exports, "RETRY_COST", ({ enumerable: true, get: function () { return retry_1.RETRY_COST; } })); -Object.defineProperty(exports, "RETRY_MODES", ({ enumerable: true, get: function () { return retry_1.RETRY_MODES; } })); -Object.defineProperty(exports, "Retry", ({ enumerable: true, get: function () { return retry_1.Retry; } })); -Object.defineProperty(exports, "THROTTLING_RETRY_DELAY_BASE", ({ enumerable: true, get: function () { return retry_1.THROTTLING_RETRY_DELAY_BASE; } })); -Object.defineProperty(exports, "TIMEOUT_RETRY_COST", ({ enumerable: true, get: function () { return retry_1.TIMEOUT_RETRY_COST; } })); - - -/***/ }), - -/***/ 1577: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.toUtf8 = exports.toUint8Array = exports.fromUtf8 = void 0; -var serde_1 = __nccwpck_require__(2430); -Object.defineProperty(exports, "fromUtf8", ({ enumerable: true, get: function () { return serde_1.fromUtf8; } })); -Object.defineProperty(exports, "toUint8Array", ({ enumerable: true, get: function () { return serde_1.toUint8Array; } })); -Object.defineProperty(exports, "toUtf8", ({ enumerable: true, get: function () { return serde_1.toUtf8; } })); - - -/***/ }), - -/***/ 5290: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.checkExceptions = exports.WaiterState = exports.waiterServiceDefaults = exports.createWaiter = void 0; -var client_1 = __nccwpck_require__(2658); -Object.defineProperty(exports, "createWaiter", ({ enumerable: true, get: function () { return client_1.createWaiter; } })); -Object.defineProperty(exports, "waiterServiceDefaults", ({ enumerable: true, get: function () { return client_1.waiterServiceDefaults; } })); -Object.defineProperty(exports, "WaiterState", ({ enumerable: true, get: function () { return client_1.WaiterState; } })); -Object.defineProperty(exports, "checkExceptions", ({ enumerable: true, get: function () { return client_1.checkExceptions; } })); - - /***/ }), /***/ 1860: @@ -69345,7 +68591,7 @@ const RetryHandler = __nccwpck_require__(7816) const { getGlobalDispatcher, setGlobalDispatcher } = __nccwpck_require__(2581) const DecoratorHandler = __nccwpck_require__(8155) const RedirectHandler = __nccwpck_require__(8754) -const createRedirectInterceptor = __nccwpck_require__(2711) +const createRedirectInterceptor = __nccwpck_require__(5092) Object.assign(Dispatcher.prototype, api) @@ -73411,7 +72657,7 @@ const DispatcherBase = __nccwpck_require__(1841) const Pool = __nccwpck_require__(628) const Client = __nccwpck_require__(3701) const util = __nccwpck_require__(3440) -const createRedirectInterceptor = __nccwpck_require__(2711) +const createRedirectInterceptor = __nccwpck_require__(5092) const kOnConnect = Symbol('onConnect') const kOnDisconnect = Symbol('onDisconnect') @@ -76300,7 +75546,7 @@ class Client extends DispatcherBase { } } -const createRedirectInterceptor = __nccwpck_require__(2711) +const createRedirectInterceptor = __nccwpck_require__(5092) function onError (client, err) { if ( @@ -79043,7 +78289,7 @@ module.exports = createDumpInterceptor /***/ }), -/***/ 2711: +/***/ 5092: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -102355,7 +101601,7 @@ legacyRestEndpointMethods.VERSION = VERSION; /***/ ((module) => { "use strict"; -module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-ec2","description":"AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native","version":"3.1033.0","scripts":{"build":"concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-ec2","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo ec2","test":"yarn g:vitest run --passWithNoTests","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs","test:integration":"yarn g:vitest run --passWithNoTests -c vitest.config.integ.mts","test:integration:watch":"yarn g:vitest run --passWithNoTests -c vitest.config.integ.mts","test:watch":"yarn g:vitest watch --passWithNoTests"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.974.2","@aws-sdk/credential-provider-node":"^3.972.33","@aws-sdk/middleware-host-header":"^3.972.10","@aws-sdk/middleware-logger":"^3.972.10","@aws-sdk/middleware-recursion-detection":"^3.972.11","@aws-sdk/middleware-sdk-ec2":"^3.972.20","@aws-sdk/middleware-user-agent":"^3.972.32","@aws-sdk/region-config-resolver":"^3.972.12","@aws-sdk/types":"^3.973.8","@aws-sdk/util-endpoints":"^3.996.7","@aws-sdk/util-user-agent-browser":"^3.972.10","@aws-sdk/util-user-agent-node":"^3.973.18","@smithy/config-resolver":"^4.4.16","@smithy/core":"^3.23.15","@smithy/fetch-http-handler":"^5.3.17","@smithy/hash-node":"^4.2.14","@smithy/invalid-dependency":"^4.2.14","@smithy/middleware-content-length":"^4.2.14","@smithy/middleware-endpoint":"^4.4.30","@smithy/middleware-retry":"^4.5.3","@smithy/middleware-serde":"^4.2.18","@smithy/middleware-stack":"^4.2.14","@smithy/node-config-provider":"^4.3.14","@smithy/node-http-handler":"^4.5.3","@smithy/protocol-http":"^5.3.14","@smithy/smithy-client":"^4.12.11","@smithy/types":"^4.14.1","@smithy/url-parser":"^4.2.14","@smithy/util-base64":"^4.3.2","@smithy/util-body-length-browser":"^4.2.2","@smithy/util-body-length-node":"^4.2.3","@smithy/util-defaults-mode-browser":"^4.3.47","@smithy/util-defaults-mode-node":"^4.2.52","@smithy/util-endpoints":"^3.4.1","@smithy/util-middleware":"^4.2.14","@smithy/util-retry":"^4.3.2","@smithy/util-utf8":"^4.2.2","@smithy/util-waiter":"^4.2.16","tslib":"^2.6.2"},"devDependencies":{"@smithy/snapshot-testing":"^2.0.6","@tsconfig/node20":"20.1.8","@types/node":"^20.14.8","concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3","vitest":"^4.0.17"},"engines":{"node":">=20.0.0"},"typesVersions":{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-ec2"}}'); +module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-ec2","description":"AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native","version":"3.1064.0","scripts":{"build":"concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo ec2","test":"yarn g:vitest run --passWithNoTests","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs","test:e2e":"yarn g:vitest run -c vitest.config.e2e.mts --mode development","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.mts","test:integration":"yarn g:vitest run --passWithNoTests -c vitest.config.integ.mts","test:integration:watch":"yarn g:vitest run --passWithNoTests -c vitest.config.integ.mts","test:watch":"yarn g:vitest watch --passWithNoTests"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.974.19","@aws-sdk/credential-provider-node":"^3.972.53","@aws-sdk/middleware-sdk-ec2":"^3.972.33","@aws-sdk/types":"^3.973.12","@smithy/core":"^3.24.6","@smithy/fetch-http-handler":"^5.4.6","@smithy/node-http-handler":"^4.7.6","@smithy/types":"^4.14.3","tslib":"^2.6.2"},"devDependencies":{"@smithy/snapshot-testing":"^2.1.7","@tsconfig/node20":"20.1.8","@types/node":"^20.14.8","concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3","vitest":"^4.0.17"},"engines":{"node":">=20.0.0"},"typesVersions":{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/sdk-for-javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-ec2"}}'); /***/ }) diff --git a/eslint.config.js b/eslint.config.js index db912147..74e51582 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -const js = require('@eslint/js'); // bundled with eslint@9 +const js = require('@eslint/js'); // explicit dep: eslint@10 no longer bundles it const globals = require('globals'); module.exports = [ diff --git a/package-lock.json b/package-lock.json index 9c37d470..57ce851b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,35 +7,36 @@ "name": "ec2-github-runner", "license": "MIT", "dependencies": { - "@actions/core": "^1.11.1", + "@actions/core": "^2.0.3", "@actions/github": "^8.0.1", - "@aws-sdk/client-ec2": "3.1033.0" + "@aws-sdk/client-ec2": "3.1064.0" }, "devDependencies": { + "@eslint/js": "^10.0.1", "@vercel/ncc": "0.38.4", - "dotenv": "^8.2.0", - "eslint": "^9.39.4", - "globals": "^15.15.0", + "dotenv": "^17.4.2", + "eslint": "^10.4.1", + "globals": "^17.6.0", "jest": "^30.4.2" } }, "node_modules/@actions/core": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", - "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.3.tgz", + "integrity": "sha512-Od9Thc3T1mQJYddvVPM4QGiLUewdh+3txmDYHHxoNdkqysR1MbCT+rFOtNUxYAz+7+6RIsqipVahY2GJqGPyxA==", "license": "MIT", "dependencies": { - "@actions/exec": "^1.1.1", - "@actions/http-client": "^2.0.1" + "@actions/exec": "^2.0.0", + "@actions/http-client": "^3.0.2" } }, "node_modules/@actions/exec": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz", - "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz", + "integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==", "license": "MIT", "dependencies": { - "@actions/io": "^1.0.1" + "@actions/io": "^2.0.0" } }, "node_modules/@actions/github": { @@ -53,7 +54,7 @@ "undici": "^6.23.0" } }, - "node_modules/@actions/github/node_modules/@actions/http-client": { + "node_modules/@actions/http-client": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.2.tgz", "integrity": "sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==", @@ -63,20 +64,10 @@ "undici": "^6.23.0" } }, - "node_modules/@actions/http-client": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", - "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==", - "license": "MIT", - "dependencies": { - "tunnel": "^0.0.6", - "undici": "^5.25.4" - } - }, "node_modules/@actions/io": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", - "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz", + "integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==", "license": "MIT" }, "node_modules/@aws-crypto/crc32": { @@ -108,19 +99,6 @@ "tslib": "^2.6.2" } }, - "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", - "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/util-buffer-from": "^2.2.0", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, "node_modules/@aws-crypto/sha256-js": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz", @@ -155,65 +133,22 @@ "tslib": "^2.6.2" } }, - "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", - "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/util-buffer-from": "^2.2.0", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, "node_modules/@aws-sdk/client-ec2": { - "version": "3.1033.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-ec2/-/client-ec2-3.1033.0.tgz", - "integrity": "sha512-IxLs8wMJtM+HprEsZedNfJlriPGj4FRfTjogYhUAWz6uPgFKEHOq6o6/86EXjipJZC8wM8mVAI4a1/bRWoT2lA==", + "version": "3.1064.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-ec2/-/client-ec2-3.1064.0.tgz", + "integrity": "sha512-h+4U5iMCZzVZrHIRH7PspAx6AOjWQthVDQd9Hhtis6Xxa49OMrghJANPsbiL3AvghriekAYeIlPlS4BjbM/ifg==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", - "@aws-sdk/core": "^3.974.2", - "@aws-sdk/credential-provider-node": "^3.972.33", - "@aws-sdk/middleware-host-header": "^3.972.10", - "@aws-sdk/middleware-logger": "^3.972.10", - "@aws-sdk/middleware-recursion-detection": "^3.972.11", - "@aws-sdk/middleware-sdk-ec2": "^3.972.20", - "@aws-sdk/middleware-user-agent": "^3.972.32", - "@aws-sdk/region-config-resolver": "^3.972.12", - "@aws-sdk/types": "^3.973.8", - "@aws-sdk/util-endpoints": "^3.996.7", - "@aws-sdk/util-user-agent-browser": "^3.972.10", - "@aws-sdk/util-user-agent-node": "^3.973.18", - "@smithy/config-resolver": "^4.4.16", - "@smithy/core": "^3.23.15", - "@smithy/fetch-http-handler": "^5.3.17", - "@smithy/hash-node": "^4.2.14", - "@smithy/invalid-dependency": "^4.2.14", - "@smithy/middleware-content-length": "^4.2.14", - "@smithy/middleware-endpoint": "^4.4.30", - "@smithy/middleware-retry": "^4.5.3", - "@smithy/middleware-serde": "^4.2.18", - "@smithy/middleware-stack": "^4.2.14", - "@smithy/node-config-provider": "^4.3.14", - "@smithy/node-http-handler": "^4.5.3", - "@smithy/protocol-http": "^5.3.14", - "@smithy/smithy-client": "^4.12.11", - "@smithy/types": "^4.14.1", - "@smithy/url-parser": "^4.2.14", - "@smithy/util-base64": "^4.3.2", - "@smithy/util-body-length-browser": "^4.2.2", - "@smithy/util-body-length-node": "^4.2.3", - "@smithy/util-defaults-mode-browser": "^4.3.47", - "@smithy/util-defaults-mode-node": "^4.2.52", - "@smithy/util-endpoints": "^3.4.1", - "@smithy/util-middleware": "^4.2.14", - "@smithy/util-retry": "^4.3.2", - "@smithy/util-utf8": "^4.2.2", - "@smithy/util-waiter": "^4.2.16", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/credential-provider-node": "^3.972.53", + "@aws-sdk/middleware-sdk-ec2": "^3.972.33", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/fetch-http-handler": "^5.4.6", + "@smithy/node-http-handler": "^4.7.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -221,17 +156,17 @@ } }, "node_modules/@aws-sdk/core": { - "version": "3.974.14", - "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.14.tgz", - "integrity": "sha512-ppamm04uoj3hhNO5IlQSs5D6rWX1fWkzcn6a4pZrojk8Y6ObY9wzLDdT/Eq3gv6O9hOebi9tYTNB8b8fQj9XJw==", + "version": "3.974.19", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.19.tgz", + "integrity": "sha512-SMNfLCU/41xxfFaC5Slwy8V/f1FRhakvyeeMeDeIxqNF0DzhDlXsXnJDELJYke1EtnJbfzfilW7tvulGfxMY6A==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/types": "^3.973.9", - "@aws-sdk/xml-builder": "^3.972.26", + "@aws-sdk/types": "^3.973.12", + "@aws-sdk/xml-builder": "^3.972.29", "@aws/lambda-invoke-store": "^0.2.2", - "@smithy/core": "^3.24.3", - "@smithy/signature-v4": "^5.4.2", - "@smithy/types": "^4.14.2", + "@smithy/core": "^3.24.6", + "@smithy/signature-v4": "^5.4.6", + "@smithy/types": "^4.14.3", "bowser": "^2.11.0", "tslib": "^2.6.2" }, @@ -240,15 +175,15 @@ } }, "node_modules/@aws-sdk/credential-provider-env": { - "version": "3.972.40", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.40.tgz", - "integrity": "sha512-jjT0p0Y7KZtcvExYiPCLJnqM9lkXDV1KBEg/13OE2DXv/9batzlyJHVKUEnRNJccY0O2Sul17E1su38CgdBhGQ==", + "version": "3.972.45", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.45.tgz", + "integrity": "sha512-ZPsnLyrpDRmojKrBbJykASyLLVFkjyD+fWATeSuYgaqablijGOzxPxEKyrwUvNg+bgSQ7PkW2FTu65Xco19Gag==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -256,17 +191,17 @@ } }, "node_modules/@aws-sdk/credential-provider-http": { - "version": "3.972.42", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.42.tgz", - "integrity": "sha512-+3fsKtWybe5BjKEUA3/07oh7Ayfd82IED2+gyyaVfS/4PU78E3TaOQxSGOJ1t7Imefoidw/ne9QA7apX8wEnJg==", + "version": "3.972.47", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.47.tgz", + "integrity": "sha512-1XdgHDIPbARHuzZXM7ouzIbSUZFU9dTi9k+ryMhiZU4QCam4dvwOyUEFjEHNxAZehCYUIOmsSUZ2un6BIgUkWg==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/fetch-http-handler": "^5.4.3", - "@smithy/node-http-handler": "^4.7.3", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/fetch-http-handler": "^5.4.6", + "@smithy/node-http-handler": "^4.7.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -274,23 +209,23 @@ } }, "node_modules/@aws-sdk/credential-provider-ini": { - "version": "3.972.44", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.44.tgz", - "integrity": "sha512-gZFw5wBefCIPg9vpT+gV5FdhfNKhYTVDZa1IsZCcn3SRoYUOJ/E05vwIogkJoonqBL0ttBGi5vhthX7xceekRg==", + "version": "3.972.51", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.51.tgz", + "integrity": "sha512-f8sRTVyM+9BbzQKPlUP9dVVpgNEu65jFckNAAGzRfCrlaSi5AWUbCKEHIMcIYokv8pWblSKEqHkqKYZtwINnhw==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/credential-provider-env": "^3.972.40", - "@aws-sdk/credential-provider-http": "^3.972.42", - "@aws-sdk/credential-provider-login": "^3.972.44", - "@aws-sdk/credential-provider-process": "^3.972.40", - "@aws-sdk/credential-provider-sso": "^3.972.44", - "@aws-sdk/credential-provider-web-identity": "^3.972.44", - "@aws-sdk/nested-clients": "^3.997.12", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/credential-provider-imds": "^4.3.2", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/credential-provider-env": "^3.972.45", + "@aws-sdk/credential-provider-http": "^3.972.47", + "@aws-sdk/credential-provider-login": "^3.972.50", + "@aws-sdk/credential-provider-process": "^3.972.45", + "@aws-sdk/credential-provider-sso": "^3.972.50", + "@aws-sdk/credential-provider-web-identity": "^3.972.50", + "@aws-sdk/nested-clients": "^3.997.18", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/credential-provider-imds": "^4.3.7", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -298,16 +233,16 @@ } }, "node_modules/@aws-sdk/credential-provider-login": { - "version": "3.972.44", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.44.tgz", - "integrity": "sha512-QqEGHfQeZgUDqh7zpqHufrZ8T644ELEWvB+4gUdewLyRw4IRF+6CJqeQuRWqucZdQzoQeMh7fNAD9BWxFAdNig==", + "version": "3.972.50", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.50.tgz", + "integrity": "sha512-NHHsKoMhw6UylSU0XDnDc87+IQW8tRBTIe6vnOX12GSIlBDtoce6bSzONleIglCyu8d3H9bmTSfk+sIN5yh3WA==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/nested-clients": "^3.997.12", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/nested-clients": "^3.997.18", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -315,21 +250,21 @@ } }, "node_modules/@aws-sdk/credential-provider-node": { - "version": "3.972.45", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.45.tgz", - "integrity": "sha512-3YCv52ExXIRz3LAVNysevd+s7akSpg9dl39v9LJ7dOQH+s5rHi3jMZYQyxwMmglxQGMuzYRfQ0o1VSP2UOlIRw==", + "version": "3.972.53", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.53.tgz", + "integrity": "sha512-z/JJ8Qvf2GiTn4bw+x8k7wQjxmPpNsiwZ7ls/h1cZHikrSpS0+65lB+lafnXZlxv1lqH4k6rQwh+2UsycC662g==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/credential-provider-env": "^3.972.40", - "@aws-sdk/credential-provider-http": "^3.972.42", - "@aws-sdk/credential-provider-ini": "^3.972.44", - "@aws-sdk/credential-provider-process": "^3.972.40", - "@aws-sdk/credential-provider-sso": "^3.972.44", - "@aws-sdk/credential-provider-web-identity": "^3.972.44", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/credential-provider-imds": "^4.3.2", - "@smithy/types": "^4.14.2", + "@aws-sdk/credential-provider-env": "^3.972.45", + "@aws-sdk/credential-provider-http": "^3.972.47", + "@aws-sdk/credential-provider-ini": "^3.972.51", + "@aws-sdk/credential-provider-process": "^3.972.45", + "@aws-sdk/credential-provider-sso": "^3.972.50", + "@aws-sdk/credential-provider-web-identity": "^3.972.50", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/credential-provider-imds": "^4.3.7", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -337,15 +272,15 @@ } }, "node_modules/@aws-sdk/credential-provider-process": { - "version": "3.972.40", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.40.tgz", - "integrity": "sha512-cXaozlgJCOwmE6D7x4npcPdyk7kiFZdrGjN3D6tXXtItJJMNGPafDfAJn4YQmciMooG/X+b0Y6RTqdVVMx26jg==", + "version": "3.972.45", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.45.tgz", + "integrity": "sha512-QMJXjTGLmHE4Ie03T5H4hHOLfcvMc9DaODO6b5dgte3S8ECf5bBuHUJW4cQREcYZyRkOU8iymqtiBxqF4icxZg==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -353,17 +288,17 @@ } }, "node_modules/@aws-sdk/credential-provider-sso": { - "version": "3.972.44", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.44.tgz", - "integrity": "sha512-YePoj5kQuPmE0MHnyftXCfsO8ZSBd2kDr50XEIUrdejSbGFlayYvUuCohdb8drhGhPm6b65o7H1eC26EZhwUvA==", + "version": "3.972.50", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.50.tgz", + "integrity": "sha512-pQ9ww4G53gwHlon1NMz25JhaBo13E9Jv+VVgjh39C/yzvby+xhSnEOb+VDYShKNCh1TbttMF/5CFCHkZrIqOcA==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/nested-clients": "^3.997.12", - "@aws-sdk/token-providers": "3.1054.0", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/nested-clients": "^3.997.18", + "@aws-sdk/token-providers": "3.1064.0", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -371,55 +306,16 @@ } }, "node_modules/@aws-sdk/credential-provider-web-identity": { - "version": "3.972.44", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.44.tgz", - "integrity": "sha512-Ys/JJe++8Z2Y5meR1taMBaVcrGBA0/XsVTQR+qOKZbdNyg+8Jlv5rYZSwh8SqEHY00goSOZy7PHzZ2rLNQxDLg==", + "version": "3.972.50", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.50.tgz", + "integrity": "sha512-9DbaPaT2aMbz18wtSpq9HVBErjBQwxykqTFgG6n8Bn05GN68mITz+G1869ekYx0mVT/BDjETj5czz/3cPgLwxA==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/nested-clients": "^3.997.12", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/middleware-host-header": { - "version": "3.972.15", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.15.tgz", - "integrity": "sha512-BMvPJcSE+e5Up4eRvIVDOp6Aiwh3ce0z9FJ8LsRBGE9d64j67HLdyqlDaUtzCjmhxDvxw+qIiAElu3+AOzhAnA==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/middleware-logger": { - "version": "3.972.14", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.972.14.tgz", - "integrity": "sha512-f/9Rln5bNIoHwPVxSXmW5+8SnteHFwwuoR5Ce+SEis36fKw7pu84G2SpaWRpGqj7zbIAECFVJ+pDiGfQq5r4FQ==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/middleware-recursion-detection": { - "version": "3.972.16", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.16.tgz", - "integrity": "sha512-AGAe/c6Da/FEjtkR3LViqvaJdxaHQqcVpmf6UMBRQ3e8G2c6EWqjRidMw/FiQzWXUrmfjgXoVcc8QXc4kcuWLQ==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/nested-clients": "^3.997.18", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -427,29 +323,16 @@ } }, "node_modules/@aws-sdk/middleware-sdk-ec2": { - "version": "3.972.28", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-ec2/-/middleware-sdk-ec2-3.972.28.tgz", - "integrity": "sha512-wskc/DBzBQjlIPf1X0UnUmtwxWlzk7TSqUO4vpKXd0HRy/2dUvpKSto38ppWz6ia4euk+pu27BJwZTnXlo6Dng==", + "version": "3.972.33", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-ec2/-/middleware-sdk-ec2-3.972.33.tgz", + "integrity": "sha512-RJguNudY1LhEJSRhrmKlRR8e/EpfnrcvGJyJgV+tR8S0BoSJqkWgJP4LGIYTAkTF3ofhw3GaahP7dmPYQV85Sg==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/signature-v4": "^5.4.2", - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/middleware-user-agent": { - "version": "3.972.44", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.44.tgz", - "integrity": "sha512-K9kryZwhKBsAdk1R6TCMSUDGF2XjMcC89Qm/6o8szdRSodN5MIlo3KzAV4vKyKTkOu/UwoB+Yrj78M+omPZzkA==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/signature-v4": "^5.4.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -457,33 +340,20 @@ } }, "node_modules/@aws-sdk/nested-clients": { - "version": "3.997.12", - "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.12.tgz", - "integrity": "sha512-Js2VYaCM269feB0cs0cGmlIhdOgT9aMqzdBx68lCy6kVCYfzr0T36ovUFDvfUmatkuBeyBJhCwaLBh7P8meH5Q==", + "version": "3.997.18", + "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.18.tgz", + "integrity": "sha512-xBWrodBvW5SHCZV11UZUJG0pSHkLCEREIBoNbff1C1sacOUCmxJnTCPE80sCGLCtqgXg98I2MQJe2z28tcZSsw==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/signature-v4-multi-region": "^3.996.29", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/fetch-http-handler": "^5.4.3", - "@smithy/node-http-handler": "^4.7.3", - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/region-config-resolver": { - "version": "3.972.18", - "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.18.tgz", - "integrity": "sha512-FQLLmG0RHPleDCQAkl10LNH5L+FDOcUKwnRHRhfH0NHhleo46j9u1q0UHlVbKYOBfB0LjQMQgioxrWvLqEZ5Bg==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/signature-v4-multi-region": "^3.996.33", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/fetch-http-handler": "^5.4.6", + "@smithy/node-http-handler": "^4.7.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -491,14 +361,14 @@ } }, "node_modules/@aws-sdk/signature-v4-multi-region": { - "version": "3.996.29", - "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.29.tgz", - "integrity": "sha512-Few9FoQqOt/0KSvZYP+qdW0dfOhfQ9N+gl2UUDvCPW6mkPKHli9LMbKxWj+wZ5zKPaOoqxuR3Hhy3OTpndkfSw==", + "version": "3.996.33", + "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.33.tgz", + "integrity": "sha512-Hn0RThJEbyOZWV2PV9Z4YD3nitGPxybmyU17dSe9b61WOBcKnqS0WTtM3c1zyZq9WnGiyrfi/i+UBPUk7cM8Ug==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/types": "^3.973.9", - "@smithy/signature-v4": "^5.4.2", - "@smithy/types": "^4.14.2", + "@aws-sdk/types": "^3.973.12", + "@smithy/signature-v4": "^5.4.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -506,16 +376,16 @@ } }, "node_modules/@aws-sdk/token-providers": { - "version": "3.1054.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1054.0.tgz", - "integrity": "sha512-hG9YKApmZOw+drJ9Nuoaf/OvC8e5W1+3eoLeN5p2uVCZRWsv27teIS0b4kiH6Sfv3WMmamqYJxmE2WMwyp/L/A==", + "version": "3.1064.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1064.0.tgz", + "integrity": "sha512-sjI+iA4JtgeckBgKwPQF7KzWillRoNDmtpiM0TRa0syiAKFHKUSf84kPXSO3+gA7aMMSxrcxzOM2oPSecaJvEA==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@aws-sdk/nested-clients": "^3.997.12", - "@aws-sdk/types": "^3.973.9", - "@smithy/core": "^3.24.3", - "@smithy/types": "^4.14.2", + "@aws-sdk/core": "^3.974.19", + "@aws-sdk/nested-clients": "^3.997.18", + "@aws-sdk/types": "^3.973.12", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -523,26 +393,12 @@ } }, "node_modules/@aws-sdk/types": { - "version": "3.973.9", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.9.tgz", - "integrity": "sha512-kuBfgQVdcz5Bmapc4A13YbpVw/pXkesfhetcFYwbntqas8sF41OHyd4o28+/TG2ZQdHBsv90Lsu5y6oitvYCdg==", + "version": "3.973.12", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.12.tgz", + "integrity": "sha512-43ajd1NF0RMgX5k0hxCNUyEdrtFUsb2aHT2QvpktSC/2Eyb2Jr/JPVqdp0XIoaHWikZJq5tNWSLO6kB5q2eMCA==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/util-endpoints": { - "version": "3.996.13", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.996.13.tgz", - "integrity": "sha512-uuAuMkEzZHfiOkIRj2xexSSgfvBnhbI+6pd+o/RET7EZXDG1wrC4PINCs0PTkswYhD6kOb+av4NG89CWLC5/4Q==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", - "@smithy/core": "^3.24.3", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -550,34 +406,11 @@ } }, "node_modules/@aws-sdk/util-locate-window": { - "version": "3.965.5", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.5.tgz", - "integrity": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@aws-sdk/util-user-agent-browser": { - "version": "3.972.15", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.15.tgz", - "integrity": "sha512-8/+GtB/BjIul7uGFXNztIeiQBZbb1eEl/+M8Q+l1qg9uKSGEZf4VtI+9VidrQ3BBE1J1GDkn5W/n+tuHhXSbOg==", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/core": "^3.974.14", - "tslib": "^2.6.2" - } - }, - "node_modules/@aws-sdk/util-user-agent-node": { - "version": "3.973.30", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.30.tgz", - "integrity": "sha512-W5Pr3Kl9tyH7Pcht2sx90YeO2ennDIwzbBVfQ+bt6MQUNMtf+hPMic8O/IsSWRNn1qTgfuCjTYmB/UD4A75xBA==", + "version": "3.965.7", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.7.tgz", + "integrity": "sha512-M0D6oIpohdNHjc7udzTHEQyot0+0iuA36jc2I9Hps+f/GtKi2HO/pyijQnCnNcwZqLB5+rtn81z3eZK/GyjAmA==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "^3.974.14", "tslib": "^2.6.2" }, "engines": { @@ -585,12 +418,12 @@ } }, "node_modules/@aws-sdk/xml-builder": { - "version": "3.972.26", - "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.26.tgz", - "integrity": "sha512-cDbrqvDS73whl6YAPSPq0U6whzG6UWI9PuWh0wrUuGoZexhWEqhdunbukV7iBoaWnFV1AODutM5hOD6rtn439g==", + "version": "3.972.29", + "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.29.tgz", + "integrity": "sha512-fk0niuGFxfi8yIJuMVM4mhwObkiQSuwZFj3tAPrLVx64Pk3BkrEIpqjzHKY4hKoEBUD6Jg/S74Zj9jy+5F3DnQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.14.2", + "@smithy/types": "^4.14.3", "fast-xml-parser": "5.7.3", "tslib": "^2.6.2" }, @@ -1180,118 +1013,89 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", - "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", + "version": "0.23.5", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz", + "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/object-schema": "^2.1.7", + "@eslint/object-schema": "^3.0.5", "debug": "^4.3.1", - "minimatch": "^3.1.5" + "minimatch": "^10.2.4" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/config-helpers": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", - "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz", + "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.17.0" + "@eslint/core": "^1.2.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/core": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", - "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.15" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", - "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.14.0", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.1", - "minimatch": "^3.1.5", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/js": { - "version": "9.39.4", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", - "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz", + "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==", "dev": true, "license": "MIT", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "eslint": "^10.0.0" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } } }, "node_modules/@eslint/object-schema": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", - "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz", + "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/plugin-kit": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", - "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz", + "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.17.0", + "@eslint/core": "^1.2.1", "levn": "^0.4.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@humanfs/core": { @@ -1906,9 +1710,9 @@ } }, "node_modules/@nodable/entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.1.tgz", + "integrity": "sha512-Pig3HxDIoMgjdEH8OCf/dkcTmLFjJRjWuq8jSnklu284/TKOPibSRERmOykiwmyXTtv61mP+44f3GMx0tLAyjg==", "funding": [ { "type": "github", @@ -2096,27 +1900,14 @@ "@sinonjs/commons": "^3.0.1" } }, - "node_modules/@smithy/config-resolver": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.5.4.tgz", - "integrity": "sha512-jqADOFCkuSqluoEPjxWTFQ/6Xfsmt4Xi3IelA+c+4WdavqCijGGfWi873VqfIZeSFvaBpYeH+PKHC3POE98KlQ==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@smithy/core": { - "version": "3.24.4", - "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.4.tgz", - "integrity": "sha512-3UNRKEyQyAgVgM0LGlerCLm+ChZWZ1GPfde+jBEW6bm6bSBGU1p0EbblaUV3unbhwvidjLA5Zs3sOs7mnZwvAw==", + "version": "3.24.6", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.6.tgz", + "integrity": "sha512-wBXDRup6UU97VKyaiRo8AssnfStPtG0oAAfpq/bC0a1YYau8pM86YB4kM6ccoVi1mS8l/UHbn9oDM+7uozr/ug==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/crc32": "5.2.0", - "@smithy/types": "^4.14.2", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -2124,13 +1915,13 @@ } }, "node_modules/@smithy/credential-provider-imds": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.4.tgz", - "integrity": "sha512-vKW0MEFRU4Y3MkVZUkpJm+g9qyPGLCXhc0YLggUdSdBB4g7IaSSsCE75P9rBXyWHrXY1UYSQUl8/DwsTR7QciA==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.8.tgz", + "integrity": "sha512-5cAM+KZC02sTqDt6NaLXyu50M/GNMd1eTzDVR8Lb0BBsVtu7RWHo47VPPEEv1vt3Yub6uzr+M5FHC+GtoT0USg==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.24.4", - "@smithy/types": "^4.14.2", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -2138,39 +1929,13 @@ } }, "node_modules/@smithy/fetch-http-handler": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.4.tgz", - "integrity": "sha512-qM7AUKI4G6d7lNgaZD3lA1tWSolh5r6gcixfTZAPstVURfjIbvreVTPz+994M0yC3HbX4YYhDRgr31Xy3XwWOQ==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.6.tgz", + "integrity": "sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.24.4", - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/hash-node": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.3.4.tgz", - "integrity": "sha512-LfXN/tUjjmUkEaMWto96a3Xetk7u4WMruzFop7mtsIYY2njTvTQm/zsok9KpwztzOL3WSBfv+hikxkJhArv8xQ==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/invalid-dependency": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.3.4.tgz", - "integrity": "sha512-lByqayJi0EC8wAysIA93QwN4C1ofppNk5YXt8QS4Zo2AVHxGWspkwvYGP/5WLO4jsdHDsEc+KAdmqJBP9eN46g==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -2189,105 +1954,14 @@ "node": ">=14.0.0" } }, - "node_modules/@smithy/middleware-content-length": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.3.4.tgz", - "integrity": "sha512-dI6ysYleXIHUDVsJ8JKR8m9zUNo29y43D6/evJcfY/JREgBrXpWbBavs1EAJIPA5+d7DBlepqSCIWveWiyO1jw==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/middleware-endpoint": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.5.4.tgz", - "integrity": "sha512-vfaUGI2plIGPeiYlUwtC2IccLKR5XwPLCPzMwRF/dDlvMtVuy6L7Klx2LThoU3nENR294j/48Tn9alg/3teV1Q==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/middleware-retry": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.6.4.tgz", - "integrity": "sha512-KOAlkv0/6yYLLXcJNTWq116q+ezv3i0+TQNg13hExZLUBwLvBj9ipP7f1+sAfVUsfYG/BFuF2nX6BRoKHFqt1Q==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/middleware-serde": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.3.4.tgz", - "integrity": "sha512-J6JfVBmp3Z8ALEnIVJOyuBYr+xl/oIEvDY4qc9vbGXdgPZRYEYOrenXGhH7NnC2SDOWtkg8pIGw/yaTZTYDzrA==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/middleware-stack": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.3.4.tgz", - "integrity": "sha512-fMuimMAsXCcDjWSNXeVitzQeWYKxvFmBbWVnYf1qLC5PaFbDBF0DcWQKSnqDY+QaaSzLIh+iAU3TaEWdGEeCfA==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/node-config-provider": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.4.4.tgz", - "integrity": "sha512-mD/K1A5WrTZh6I23x1ScYo3K7/+Ujvp/zvLtaZT+xkDeXksWAQ/fKp60SudeUHUHQe/3Q3rgnfedJDqnxSKdpA==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@smithy/node-http-handler": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.4.tgz", - "integrity": "sha512-HIeF+1vrDGzPkkv39Hj2vlHSXHY3p958jd/8ZnePIY6+ZOsQX8coyEUKO5yQu4r0bQIVsbpotVIrXXwyycMStQ==", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.7.tgz", + "integrity": "sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.24.4", - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/protocol-http": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.4.4.tgz", - "integrity": "sha512-5VdJYIYsVt2GT+i0fp5gvWoJNrdFEFN16TrpNnAZHngYC/xgk5yni6O/qV3WlIpJjeLC8RfwoQiNTljCdbNXgw==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -2295,27 +1969,13 @@ } }, "node_modules/@smithy/signature-v4": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.4.4.tgz", - "integrity": "sha512-e5UtkMvsatzBfbeBZjEOt0k0Z3BEsjTFL/n6fdO5vtBLe67tdy0dX7xw2DU7uZ3acwoHyeCqpU2Fzb7pxwHb6Q==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "@smithy/types": "^4.14.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/smithy-client": { - "version": "4.13.4", - "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.13.4.tgz", - "integrity": "sha512-Lg3hCVv8oVYlnQus1x+1hlNoLSrcdOhkg2+Be5YUxkI1LbCEPpcwEdYfz+0j1sQSmEixA/UUbxW41CiN/+aigA==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.4.6.tgz", + "integrity": "sha512-Ojg4B6oIDlIr1R86xCDJt1zJWnYa0VINmqdjfe9qxWjdRivHalZ3iSlQgVqYbW0MdpFOC5XfHEWsnbmdnpIILQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.24.4", - "@smithy/types": "^4.14.2", + "@smithy/core": "^3.24.6", + "@smithy/types": "^4.14.3", "tslib": "^2.6.2" }, "engines": { @@ -2323,63 +1983,11 @@ } }, "node_modules/@smithy/types": { - "version": "4.14.2", - "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.2.tgz", - "integrity": "sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/url-parser": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.3.4.tgz", - "integrity": "sha512-Acgxr0W3vdmDNZKafjpDFaG2t32zNYVd7B5D3Y9LQep264+6pP/K/4ZXiAfW+ztMYB0iBG1kZx19EmRBd9zA/g==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-base64": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.4.4.tgz", - "integrity": "sha512-f3zLXiAzY3oYDdubxW//QLk5KEngThcNQhKvcLGGiYNEzYD7B2PXwLjUZO7joB9wfvihflzPJilMest9Q9bj4Q==", + "version": "4.14.3", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.3.tgz", + "integrity": "sha512-YupL0ZWmFtJexUN2cHzkvvF/b9pKrtAIfT1o7/oY/Ppu8IYeZ+lDPM5vZdQJaSeA132dJCqojjGC9NhXeF71VQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-body-length-browser": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.3.4.tgz", - "integrity": "sha512-ddbTlVHnjDflrReo1VlhPpomb0DlgqEhk/I++OS44Y4PEE0QnzOdJemUo439vNYEFjtJvZd1p9CBe/lcxpontg==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-body-length-node": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.3.4.tgz", - "integrity": "sha512-e3pKOHP/UjTV4/2gMdjcgelvX8DGS6Yy3jSLWh47HvsyeD0fc/V4kkSYfhOjEnV4CizPn9gQojj2q9MiZQcJDg==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", "tslib": "^2.6.2" }, "engines": { @@ -2399,95 +2007,17 @@ "node": ">=14.0.0" } }, - "node_modules/@smithy/util-defaults-mode-browser": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.4.4.tgz", - "integrity": "sha512-/TWNfyCtJHHIS5taeOQ1qcMUCr5xPqdFntDL5+Sp8sjGj29ZaFUUxlCP+6V//J7MhHZZ2PIe2kMh1YdOpaEPnA==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-defaults-mode-node": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.3.4.tgz", - "integrity": "sha512-kFGsCILX13YE8troSVPB6AdEAzjbhJ/XFCaEgFGEBz1I17+wMVMBO1WxKxU27GlxBFQy643Jy42RgT8wf8X++g==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-endpoints": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.5.4.tgz", - "integrity": "sha512-RtzPUniH4R49dG8X2MeOi9UzcNwh8C8lEADOGItnAMifxljQgCbuUOpvciX7EnEEJ5H2T2AXvEdOuXSe0bKdaQ==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-middleware": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.3.4.tgz", - "integrity": "sha512-jzWo5fD5FYdGlfqx+kpp5BoOSG+TYQczYY6Ue2QX4linDq+5q6t2/RtO53nABOZjD+qYSSaVd9RalyMIPbxk9Q==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-retry": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.4.4.tgz", - "integrity": "sha512-4upfJJ+jayyqd523zopC5Ad7XxMp+rpeiqh0QtiZGBvdBB7KBBtHVEtraHNnlzkQuytvkU5yyg6Ckf3ApJ3A5Q==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@smithy/util-utf8": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.3.4.tgz", - "integrity": "sha512-s8lfXcv+5C2GjBwGUBqFLgNmhyp9/n4TSKbOzKlIqJ/x0L/zwIxjNBC6DN4xUy59NvOrsiZI1t3tWi4ADUDyNw==", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^3.24.4", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@smithy/util-waiter": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.4.4.tgz", - "integrity": "sha512-Qt+W1pLeV/gmsXXUKbcolZqSGwnEdcxM7tqZjtGazkJ4feMUX0Vy+mCZGyhCwLvO8qxsrhYlmRZ7FLGUxJ4Scg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.24.4", + "@smithy/util-buffer-from": "^2.2.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=18.0.0" + "node": ">=14.0.0" } }, "node_modules/@tybys/wasm-util": { @@ -2546,6 +2076,13 @@ "@babel/types": "^7.28.2" } }, + "node_modules/@types/esrecurse": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz", + "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/estree": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", @@ -3063,13 +2600,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, "node_modules/babel-jest": { "version": "30.4.1", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.4.1.tgz", @@ -3202,14 +2732,26 @@ "license": "MIT" }, "node_modules/brace-expansion": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz", - "integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", + "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", "dev": true, "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/brace-expansion/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" } }, "node_modules/browserslist": { @@ -3470,13 +3012,6 @@ "dev": true, "license": "MIT" }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, "node_modules/content-type": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz", @@ -3573,13 +3108,16 @@ } }, "node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz", + "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==", "dev": true, "license": "BSD-2-Clause", "engines": { - "node": ">=10" + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" } }, "node_modules/eastasianwidth": { @@ -3650,33 +3188,30 @@ } }, "node_modules/eslint": { - "version": "9.39.4", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", - "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", + "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", - "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.2", - "@eslint/config-helpers": "^0.4.2", - "@eslint/core": "^0.17.0", - "@eslint/eslintrc": "^3.3.5", - "@eslint/js": "9.39.4", - "@eslint/plugin-kit": "^0.4.1", + "@eslint-community/regexpp": "^4.12.2", + "@eslint/config-array": "^0.23.5", + "@eslint/config-helpers": "^0.6.0", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.2", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", "@types/estree": "^1.0.6", "ajv": "^6.14.0", - "chalk": "^4.0.0", "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.4.0", - "eslint-visitor-keys": "^4.2.1", - "espree": "^10.4.0", - "esquery": "^1.5.0", + "eslint-scope": "^9.1.2", + "eslint-visitor-keys": "^5.0.1", + "espree": "^11.2.0", + "esquery": "^1.7.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^8.0.0", @@ -3686,8 +3221,7 @@ "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "json-stable-stringify-without-jsonify": "^1.0.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.5", + "minimatch": "^10.2.4", "natural-compare": "^1.4.0", "optionator": "^0.9.3" }, @@ -3695,7 +3229,7 @@ "eslint": "bin/eslint.js" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://eslint.org/donate" @@ -3710,48 +3244,50 @@ } }, "node_modules/eslint-scope": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", - "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz", + "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { + "@types/esrecurse": "^4.3.1", + "@types/estree": "^1.0.8", "esrecurse": "^4.3.0", "estraverse": "^5.2.0" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", "dev": true, "license": "Apache-2.0", "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" } }, "node_modules/espree": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", - "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz", + "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^8.15.0", + "acorn": "^8.16.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.1" + "eslint-visitor-keys": "^5.0.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" }, "funding": { "url": "https://opencollective.com/eslint" @@ -4132,9 +3668,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "dev": true, "license": "MIT", "engines": { @@ -4188,23 +3724,6 @@ "node": ">= 4" } }, - "node_modules/import-fresh": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/import-local": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", @@ -5005,19 +4524,6 @@ "dev": true, "license": "MIT" }, - "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/jsesc": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", @@ -5135,13 +4641,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true, - "license": "MIT" - }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -5209,16 +4708,19 @@ } }, "node_modules/minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", - "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", "dev": true, - "license": "ISC", + "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^5.0.5" }, "engines": { - "node": "*" + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/minipass": { @@ -5384,19 +4886,6 @@ "dev": true, "license": "BlueOak-1.0.0" }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -5689,16 +5178,6 @@ "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -6036,29 +5515,6 @@ "node": "20 || >=22" } }, - "node_modules/test-exclude/node_modules/balanced-match": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", - "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "18 || 20 || >=22" - } - }, - "node_modules/test-exclude/node_modules/brace-expansion": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", - "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^4.0.2" - }, - "engines": { - "node": "18 || 20 || >=22" - } - }, "node_modules/test-exclude/node_modules/glob": { "version": "13.0.6", "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", @@ -6087,22 +5543,6 @@ "node": "20 || >=22" } }, - "node_modules/test-exclude/node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "brace-expansion": "^5.0.5" - }, - "engines": { - "node": "18 || 20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/test-exclude/node_modules/path-scurry": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", diff --git a/package.json b/package.json index 4826d84a..40c6f003 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,16 @@ "test-exclude": "^8.0.0" }, "dependencies": { - "@actions/core": "^1.11.1", + "@actions/core": "^2.0.3", "@actions/github": "^8.0.1", - "@aws-sdk/client-ec2": "3.1033.0" + "@aws-sdk/client-ec2": "3.1064.0" }, "devDependencies": { + "@eslint/js": "^10.0.1", "@vercel/ncc": "0.38.4", - "dotenv": "^8.2.0", - "eslint": "^9.39.4", - "globals": "^15.15.0", + "dotenv": "^17.4.2", + "eslint": "^10.4.1", + "globals": "^17.6.0", "jest": "^30.4.2" } }