@cdklabs/cdk-ecs-codedeploy 0.0.430 → 0.0.431
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-codedeploy/package.json +38 -38
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +17 -18
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +18 -71
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +23 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +0 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +51 -8
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +24 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +10 -8
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +85 -59
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +67 -68
- package/package.json +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -244
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/strnum/test.js +0 -9
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"partitions": [{
|
|
3
|
-
"id": "aws",
|
|
4
|
-
"outputs": {
|
|
5
|
-
"dnsSuffix": "amazonaws.com",
|
|
6
|
-
"dualStackDnsSuffix": "api.aws",
|
|
7
|
-
"implicitGlobalRegion": "us-east-1",
|
|
8
|
-
"name": "aws",
|
|
9
|
-
"supportsDualStack": true,
|
|
10
|
-
"supportsFIPS": true
|
|
11
|
-
},
|
|
12
|
-
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
13
|
-
"regions": {
|
|
14
|
-
"af-south-1": {
|
|
15
|
-
"description": "Africa (Cape Town)"
|
|
16
|
-
},
|
|
17
|
-
"ap-east-1": {
|
|
18
|
-
"description": "Asia Pacific (Hong Kong)"
|
|
19
|
-
},
|
|
20
|
-
"ap-east-2": {
|
|
21
|
-
"description": "Asia Pacific (Taipei)"
|
|
22
|
-
},
|
|
23
|
-
"ap-northeast-1": {
|
|
24
|
-
"description": "Asia Pacific (Tokyo)"
|
|
25
|
-
},
|
|
26
|
-
"ap-northeast-2": {
|
|
27
|
-
"description": "Asia Pacific (Seoul)"
|
|
28
|
-
},
|
|
29
|
-
"ap-northeast-3": {
|
|
30
|
-
"description": "Asia Pacific (Osaka)"
|
|
31
|
-
},
|
|
32
|
-
"ap-south-1": {
|
|
33
|
-
"description": "Asia Pacific (Mumbai)"
|
|
34
|
-
},
|
|
35
|
-
"ap-south-2": {
|
|
36
|
-
"description": "Asia Pacific (Hyderabad)"
|
|
37
|
-
},
|
|
38
|
-
"ap-southeast-1": {
|
|
39
|
-
"description": "Asia Pacific (Singapore)"
|
|
40
|
-
},
|
|
41
|
-
"ap-southeast-2": {
|
|
42
|
-
"description": "Asia Pacific (Sydney)"
|
|
43
|
-
},
|
|
44
|
-
"ap-southeast-3": {
|
|
45
|
-
"description": "Asia Pacific (Jakarta)"
|
|
46
|
-
},
|
|
47
|
-
"ap-southeast-4": {
|
|
48
|
-
"description": "Asia Pacific (Melbourne)"
|
|
49
|
-
},
|
|
50
|
-
"ap-southeast-5": {
|
|
51
|
-
"description": "Asia Pacific (Malaysia)"
|
|
52
|
-
},
|
|
53
|
-
"ap-southeast-6": {
|
|
54
|
-
"description": "Asia Pacific (New Zealand)"
|
|
55
|
-
},
|
|
56
|
-
"ap-southeast-7": {
|
|
57
|
-
"description": "Asia Pacific (Thailand)"
|
|
58
|
-
},
|
|
59
|
-
"aws-global": {
|
|
60
|
-
"description": "aws global region"
|
|
61
|
-
},
|
|
62
|
-
"ca-central-1": {
|
|
63
|
-
"description": "Canada (Central)"
|
|
64
|
-
},
|
|
65
|
-
"ca-west-1": {
|
|
66
|
-
"description": "Canada West (Calgary)"
|
|
67
|
-
},
|
|
68
|
-
"eu-central-1": {
|
|
69
|
-
"description": "Europe (Frankfurt)"
|
|
70
|
-
},
|
|
71
|
-
"eu-central-2": {
|
|
72
|
-
"description": "Europe (Zurich)"
|
|
73
|
-
},
|
|
74
|
-
"eu-north-1": {
|
|
75
|
-
"description": "Europe (Stockholm)"
|
|
76
|
-
},
|
|
77
|
-
"eu-south-1": {
|
|
78
|
-
"description": "Europe (Milan)"
|
|
79
|
-
},
|
|
80
|
-
"eu-south-2": {
|
|
81
|
-
"description": "Europe (Spain)"
|
|
82
|
-
},
|
|
83
|
-
"eu-west-1": {
|
|
84
|
-
"description": "Europe (Ireland)"
|
|
85
|
-
},
|
|
86
|
-
"eu-west-2": {
|
|
87
|
-
"description": "Europe (London)"
|
|
88
|
-
},
|
|
89
|
-
"eu-west-3": {
|
|
90
|
-
"description": "Europe (Paris)"
|
|
91
|
-
},
|
|
92
|
-
"il-central-1": {
|
|
93
|
-
"description": "Israel (Tel Aviv)"
|
|
94
|
-
},
|
|
95
|
-
"me-central-1": {
|
|
96
|
-
"description": "Middle East (UAE)"
|
|
97
|
-
},
|
|
98
|
-
"me-south-1": {
|
|
99
|
-
"description": "Middle East (Bahrain)"
|
|
100
|
-
},
|
|
101
|
-
"mx-central-1": {
|
|
102
|
-
"description": "Mexico (Central)"
|
|
103
|
-
},
|
|
104
|
-
"sa-east-1": {
|
|
105
|
-
"description": "South America (Sao Paulo)"
|
|
106
|
-
},
|
|
107
|
-
"us-east-1": {
|
|
108
|
-
"description": "US East (N. Virginia)"
|
|
109
|
-
},
|
|
110
|
-
"us-east-2": {
|
|
111
|
-
"description": "US East (Ohio)"
|
|
112
|
-
},
|
|
113
|
-
"us-west-1": {
|
|
114
|
-
"description": "US West (N. California)"
|
|
115
|
-
},
|
|
116
|
-
"us-west-2": {
|
|
117
|
-
"description": "US West (Oregon)"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}, {
|
|
121
|
-
"id": "aws-cn",
|
|
122
|
-
"outputs": {
|
|
123
|
-
"dnsSuffix": "amazonaws.com.cn",
|
|
124
|
-
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
125
|
-
"implicitGlobalRegion": "cn-northwest-1",
|
|
126
|
-
"name": "aws-cn",
|
|
127
|
-
"supportsDualStack": true,
|
|
128
|
-
"supportsFIPS": true
|
|
129
|
-
},
|
|
130
|
-
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
131
|
-
"regions": {
|
|
132
|
-
"aws-cn-global": {
|
|
133
|
-
"description": "aws-cn global region"
|
|
134
|
-
},
|
|
135
|
-
"cn-north-1": {
|
|
136
|
-
"description": "China (Beijing)"
|
|
137
|
-
},
|
|
138
|
-
"cn-northwest-1": {
|
|
139
|
-
"description": "China (Ningxia)"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}, {
|
|
143
|
-
"id": "aws-eusc",
|
|
144
|
-
"outputs": {
|
|
145
|
-
"dnsSuffix": "amazonaws.eu",
|
|
146
|
-
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
147
|
-
"implicitGlobalRegion": "eusc-de-east-1",
|
|
148
|
-
"name": "aws-eusc",
|
|
149
|
-
"supportsDualStack": true,
|
|
150
|
-
"supportsFIPS": true
|
|
151
|
-
},
|
|
152
|
-
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
153
|
-
"regions": {
|
|
154
|
-
"eusc-de-east-1": {
|
|
155
|
-
"description": "AWS European Sovereign Cloud (Germany)"
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}, {
|
|
159
|
-
"id": "aws-iso",
|
|
160
|
-
"outputs": {
|
|
161
|
-
"dnsSuffix": "c2s.ic.gov",
|
|
162
|
-
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
163
|
-
"implicitGlobalRegion": "us-iso-east-1",
|
|
164
|
-
"name": "aws-iso",
|
|
165
|
-
"supportsDualStack": true,
|
|
166
|
-
"supportsFIPS": true
|
|
167
|
-
},
|
|
168
|
-
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
169
|
-
"regions": {
|
|
170
|
-
"aws-iso-global": {
|
|
171
|
-
"description": "aws-iso global region"
|
|
172
|
-
},
|
|
173
|
-
"us-iso-east-1": {
|
|
174
|
-
"description": "US ISO East"
|
|
175
|
-
},
|
|
176
|
-
"us-iso-west-1": {
|
|
177
|
-
"description": "US ISO WEST"
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}, {
|
|
181
|
-
"id": "aws-iso-b",
|
|
182
|
-
"outputs": {
|
|
183
|
-
"dnsSuffix": "sc2s.sgov.gov",
|
|
184
|
-
"dualStackDnsSuffix": "api.aws.scloud",
|
|
185
|
-
"implicitGlobalRegion": "us-isob-east-1",
|
|
186
|
-
"name": "aws-iso-b",
|
|
187
|
-
"supportsDualStack": true,
|
|
188
|
-
"supportsFIPS": true
|
|
189
|
-
},
|
|
190
|
-
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
191
|
-
"regions": {
|
|
192
|
-
"aws-iso-b-global": {
|
|
193
|
-
"description": "aws-iso-b global region"
|
|
194
|
-
},
|
|
195
|
-
"us-isob-east-1": {
|
|
196
|
-
"description": "US ISOB East (Ohio)"
|
|
197
|
-
},
|
|
198
|
-
"us-isob-west-1": {
|
|
199
|
-
"description": "US ISOB West"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
}, {
|
|
203
|
-
"id": "aws-iso-e",
|
|
204
|
-
"outputs": {
|
|
205
|
-
"dnsSuffix": "cloud.adc-e.uk",
|
|
206
|
-
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
207
|
-
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
208
|
-
"name": "aws-iso-e",
|
|
209
|
-
"supportsDualStack": true,
|
|
210
|
-
"supportsFIPS": true
|
|
211
|
-
},
|
|
212
|
-
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
213
|
-
"regions": {
|
|
214
|
-
"aws-iso-e-global": {
|
|
215
|
-
"description": "aws-iso-e global region"
|
|
216
|
-
},
|
|
217
|
-
"eu-isoe-west-1": {
|
|
218
|
-
"description": "EU ISOE West"
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}, {
|
|
222
|
-
"id": "aws-iso-f",
|
|
223
|
-
"outputs": {
|
|
224
|
-
"dnsSuffix": "csp.hci.ic.gov",
|
|
225
|
-
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
226
|
-
"implicitGlobalRegion": "us-isof-south-1",
|
|
227
|
-
"name": "aws-iso-f",
|
|
228
|
-
"supportsDualStack": true,
|
|
229
|
-
"supportsFIPS": true
|
|
230
|
-
},
|
|
231
|
-
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
232
|
-
"regions": {
|
|
233
|
-
"aws-iso-f-global": {
|
|
234
|
-
"description": "aws-iso-f global region"
|
|
235
|
-
},
|
|
236
|
-
"us-isof-east-1": {
|
|
237
|
-
"description": "US ISOF EAST"
|
|
238
|
-
},
|
|
239
|
-
"us-isof-south-1": {
|
|
240
|
-
"description": "US ISOF SOUTH"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}, {
|
|
244
|
-
"id": "aws-us-gov",
|
|
245
|
-
"outputs": {
|
|
246
|
-
"dnsSuffix": "amazonaws.com",
|
|
247
|
-
"dualStackDnsSuffix": "api.aws",
|
|
248
|
-
"implicitGlobalRegion": "us-gov-west-1",
|
|
249
|
-
"name": "aws-us-gov",
|
|
250
|
-
"supportsDualStack": true,
|
|
251
|
-
"supportsFIPS": true
|
|
252
|
-
},
|
|
253
|
-
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
254
|
-
"regions": {
|
|
255
|
-
"aws-us-gov-global": {
|
|
256
|
-
"description": "aws-us-gov global region"
|
|
257
|
-
},
|
|
258
|
-
"us-gov-east-1": {
|
|
259
|
-
"description": "AWS GovCloud (US-East)"
|
|
260
|
-
},
|
|
261
|
-
"us-gov-west-1": {
|
|
262
|
-
"description": "AWS GovCloud (US-West)"
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}],
|
|
266
|
-
"version": "1.1"
|
|
267
|
-
}
|
package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { customEndpointFunctions } from "@smithy/util-endpoints";
|
|
2
|
-
import { isVirtualHostableS3Bucket } from "./lib/aws/isVirtualHostableS3Bucket";
|
|
3
|
-
import { parseArn } from "./lib/aws/parseArn";
|
|
4
|
-
import { partition } from "./lib/aws/partition";
|
|
5
|
-
export const awsEndpointFunctions = {
|
|
6
|
-
isVirtualHostableS3Bucket: isVirtualHostableS3Bucket,
|
|
7
|
-
parseArn: parseArn,
|
|
8
|
-
partition: partition,
|
|
9
|
-
};
|
|
10
|
-
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { isValidHostLabel } from "@smithy/util-endpoints";
|
|
2
|
-
import { isIpAddress } from "../isIpAddress";
|
|
3
|
-
export const isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
4
|
-
if (allowSubDomains) {
|
|
5
|
-
for (const label of value.split(".")) {
|
|
6
|
-
if (!isVirtualHostableS3Bucket(label)) {
|
|
7
|
-
return false;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
return true;
|
|
11
|
-
}
|
|
12
|
-
if (!isValidHostLabel(value)) {
|
|
13
|
-
return false;
|
|
14
|
-
}
|
|
15
|
-
if (value.length < 3 || value.length > 63) {
|
|
16
|
-
return false;
|
|
17
|
-
}
|
|
18
|
-
if (value !== value.toLowerCase()) {
|
|
19
|
-
return false;
|
|
20
|
-
}
|
|
21
|
-
if (isIpAddress(value)) {
|
|
22
|
-
return false;
|
|
23
|
-
}
|
|
24
|
-
return true;
|
|
25
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const ARN_DELIMITER = ":";
|
|
2
|
-
const RESOURCE_DELIMITER = "/";
|
|
3
|
-
export const parseArn = (value) => {
|
|
4
|
-
const segments = value.split(ARN_DELIMITER);
|
|
5
|
-
if (segments.length < 6)
|
|
6
|
-
return null;
|
|
7
|
-
const [arn, partition, service, region, accountId, ...resourcePath] = segments;
|
|
8
|
-
if (arn !== "arn" || partition === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
|
|
9
|
-
return null;
|
|
10
|
-
const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
|
|
11
|
-
return {
|
|
12
|
-
partition,
|
|
13
|
-
service,
|
|
14
|
-
region,
|
|
15
|
-
accountId,
|
|
16
|
-
resourceId,
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import partitionsInfo from "./partitions.json";
|
|
2
|
-
let selectedPartitionsInfo = partitionsInfo;
|
|
3
|
-
let selectedUserAgentPrefix = "";
|
|
4
|
-
export const partition = (value) => {
|
|
5
|
-
const { partitions } = selectedPartitionsInfo;
|
|
6
|
-
for (const partition of partitions) {
|
|
7
|
-
const { regions, outputs } = partition;
|
|
8
|
-
for (const [region, regionData] of Object.entries(regions)) {
|
|
9
|
-
if (region === value) {
|
|
10
|
-
return {
|
|
11
|
-
...outputs,
|
|
12
|
-
...regionData,
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
for (const partition of partitions) {
|
|
18
|
-
const { regionRegex, outputs } = partition;
|
|
19
|
-
if (new RegExp(regionRegex).test(value)) {
|
|
20
|
-
return {
|
|
21
|
-
...outputs,
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
const DEFAULT_PARTITION = partitions.find((partition) => partition.id === "aws");
|
|
26
|
-
if (!DEFAULT_PARTITION) {
|
|
27
|
-
throw new Error("Provided region was not found in the partition array or regex," +
|
|
28
|
-
" and default partition with id 'aws' doesn't exist.");
|
|
29
|
-
}
|
|
30
|
-
return {
|
|
31
|
-
...DEFAULT_PARTITION.outputs,
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
export const setPartitionInfo = (partitionsInfo, userAgentPrefix = "") => {
|
|
35
|
-
selectedPartitionsInfo = partitionsInfo;
|
|
36
|
-
selectedUserAgentPrefix = userAgentPrefix;
|
|
37
|
-
};
|
|
38
|
-
export const useDefaultPartitionInfo = () => {
|
|
39
|
-
setPartitionInfo(partitionsInfo, "");
|
|
40
|
-
};
|
|
41
|
-
export const getUserAgentPrefix = () => selectedUserAgentPrefix;
|
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"partitions": [{
|
|
3
|
-
"id": "aws",
|
|
4
|
-
"outputs": {
|
|
5
|
-
"dnsSuffix": "amazonaws.com",
|
|
6
|
-
"dualStackDnsSuffix": "api.aws",
|
|
7
|
-
"implicitGlobalRegion": "us-east-1",
|
|
8
|
-
"name": "aws",
|
|
9
|
-
"supportsDualStack": true,
|
|
10
|
-
"supportsFIPS": true
|
|
11
|
-
},
|
|
12
|
-
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
13
|
-
"regions": {
|
|
14
|
-
"af-south-1": {
|
|
15
|
-
"description": "Africa (Cape Town)"
|
|
16
|
-
},
|
|
17
|
-
"ap-east-1": {
|
|
18
|
-
"description": "Asia Pacific (Hong Kong)"
|
|
19
|
-
},
|
|
20
|
-
"ap-east-2": {
|
|
21
|
-
"description": "Asia Pacific (Taipei)"
|
|
22
|
-
},
|
|
23
|
-
"ap-northeast-1": {
|
|
24
|
-
"description": "Asia Pacific (Tokyo)"
|
|
25
|
-
},
|
|
26
|
-
"ap-northeast-2": {
|
|
27
|
-
"description": "Asia Pacific (Seoul)"
|
|
28
|
-
},
|
|
29
|
-
"ap-northeast-3": {
|
|
30
|
-
"description": "Asia Pacific (Osaka)"
|
|
31
|
-
},
|
|
32
|
-
"ap-south-1": {
|
|
33
|
-
"description": "Asia Pacific (Mumbai)"
|
|
34
|
-
},
|
|
35
|
-
"ap-south-2": {
|
|
36
|
-
"description": "Asia Pacific (Hyderabad)"
|
|
37
|
-
},
|
|
38
|
-
"ap-southeast-1": {
|
|
39
|
-
"description": "Asia Pacific (Singapore)"
|
|
40
|
-
},
|
|
41
|
-
"ap-southeast-2": {
|
|
42
|
-
"description": "Asia Pacific (Sydney)"
|
|
43
|
-
},
|
|
44
|
-
"ap-southeast-3": {
|
|
45
|
-
"description": "Asia Pacific (Jakarta)"
|
|
46
|
-
},
|
|
47
|
-
"ap-southeast-4": {
|
|
48
|
-
"description": "Asia Pacific (Melbourne)"
|
|
49
|
-
},
|
|
50
|
-
"ap-southeast-5": {
|
|
51
|
-
"description": "Asia Pacific (Malaysia)"
|
|
52
|
-
},
|
|
53
|
-
"ap-southeast-6": {
|
|
54
|
-
"description": "Asia Pacific (New Zealand)"
|
|
55
|
-
},
|
|
56
|
-
"ap-southeast-7": {
|
|
57
|
-
"description": "Asia Pacific (Thailand)"
|
|
58
|
-
},
|
|
59
|
-
"aws-global": {
|
|
60
|
-
"description": "aws global region"
|
|
61
|
-
},
|
|
62
|
-
"ca-central-1": {
|
|
63
|
-
"description": "Canada (Central)"
|
|
64
|
-
},
|
|
65
|
-
"ca-west-1": {
|
|
66
|
-
"description": "Canada West (Calgary)"
|
|
67
|
-
},
|
|
68
|
-
"eu-central-1": {
|
|
69
|
-
"description": "Europe (Frankfurt)"
|
|
70
|
-
},
|
|
71
|
-
"eu-central-2": {
|
|
72
|
-
"description": "Europe (Zurich)"
|
|
73
|
-
},
|
|
74
|
-
"eu-north-1": {
|
|
75
|
-
"description": "Europe (Stockholm)"
|
|
76
|
-
},
|
|
77
|
-
"eu-south-1": {
|
|
78
|
-
"description": "Europe (Milan)"
|
|
79
|
-
},
|
|
80
|
-
"eu-south-2": {
|
|
81
|
-
"description": "Europe (Spain)"
|
|
82
|
-
},
|
|
83
|
-
"eu-west-1": {
|
|
84
|
-
"description": "Europe (Ireland)"
|
|
85
|
-
},
|
|
86
|
-
"eu-west-2": {
|
|
87
|
-
"description": "Europe (London)"
|
|
88
|
-
},
|
|
89
|
-
"eu-west-3": {
|
|
90
|
-
"description": "Europe (Paris)"
|
|
91
|
-
},
|
|
92
|
-
"il-central-1": {
|
|
93
|
-
"description": "Israel (Tel Aviv)"
|
|
94
|
-
},
|
|
95
|
-
"me-central-1": {
|
|
96
|
-
"description": "Middle East (UAE)"
|
|
97
|
-
},
|
|
98
|
-
"me-south-1": {
|
|
99
|
-
"description": "Middle East (Bahrain)"
|
|
100
|
-
},
|
|
101
|
-
"mx-central-1": {
|
|
102
|
-
"description": "Mexico (Central)"
|
|
103
|
-
},
|
|
104
|
-
"sa-east-1": {
|
|
105
|
-
"description": "South America (Sao Paulo)"
|
|
106
|
-
},
|
|
107
|
-
"us-east-1": {
|
|
108
|
-
"description": "US East (N. Virginia)"
|
|
109
|
-
},
|
|
110
|
-
"us-east-2": {
|
|
111
|
-
"description": "US East (Ohio)"
|
|
112
|
-
},
|
|
113
|
-
"us-west-1": {
|
|
114
|
-
"description": "US West (N. California)"
|
|
115
|
-
},
|
|
116
|
-
"us-west-2": {
|
|
117
|
-
"description": "US West (Oregon)"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}, {
|
|
121
|
-
"id": "aws-cn",
|
|
122
|
-
"outputs": {
|
|
123
|
-
"dnsSuffix": "amazonaws.com.cn",
|
|
124
|
-
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
125
|
-
"implicitGlobalRegion": "cn-northwest-1",
|
|
126
|
-
"name": "aws-cn",
|
|
127
|
-
"supportsDualStack": true,
|
|
128
|
-
"supportsFIPS": true
|
|
129
|
-
},
|
|
130
|
-
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
131
|
-
"regions": {
|
|
132
|
-
"aws-cn-global": {
|
|
133
|
-
"description": "aws-cn global region"
|
|
134
|
-
},
|
|
135
|
-
"cn-north-1": {
|
|
136
|
-
"description": "China (Beijing)"
|
|
137
|
-
},
|
|
138
|
-
"cn-northwest-1": {
|
|
139
|
-
"description": "China (Ningxia)"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}, {
|
|
143
|
-
"id": "aws-eusc",
|
|
144
|
-
"outputs": {
|
|
145
|
-
"dnsSuffix": "amazonaws.eu",
|
|
146
|
-
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
147
|
-
"implicitGlobalRegion": "eusc-de-east-1",
|
|
148
|
-
"name": "aws-eusc",
|
|
149
|
-
"supportsDualStack": true,
|
|
150
|
-
"supportsFIPS": true
|
|
151
|
-
},
|
|
152
|
-
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
153
|
-
"regions": {
|
|
154
|
-
"eusc-de-east-1": {
|
|
155
|
-
"description": "AWS European Sovereign Cloud (Germany)"
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}, {
|
|
159
|
-
"id": "aws-iso",
|
|
160
|
-
"outputs": {
|
|
161
|
-
"dnsSuffix": "c2s.ic.gov",
|
|
162
|
-
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
163
|
-
"implicitGlobalRegion": "us-iso-east-1",
|
|
164
|
-
"name": "aws-iso",
|
|
165
|
-
"supportsDualStack": true,
|
|
166
|
-
"supportsFIPS": true
|
|
167
|
-
},
|
|
168
|
-
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
169
|
-
"regions": {
|
|
170
|
-
"aws-iso-global": {
|
|
171
|
-
"description": "aws-iso global region"
|
|
172
|
-
},
|
|
173
|
-
"us-iso-east-1": {
|
|
174
|
-
"description": "US ISO East"
|
|
175
|
-
},
|
|
176
|
-
"us-iso-west-1": {
|
|
177
|
-
"description": "US ISO WEST"
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}, {
|
|
181
|
-
"id": "aws-iso-b",
|
|
182
|
-
"outputs": {
|
|
183
|
-
"dnsSuffix": "sc2s.sgov.gov",
|
|
184
|
-
"dualStackDnsSuffix": "api.aws.scloud",
|
|
185
|
-
"implicitGlobalRegion": "us-isob-east-1",
|
|
186
|
-
"name": "aws-iso-b",
|
|
187
|
-
"supportsDualStack": true,
|
|
188
|
-
"supportsFIPS": true
|
|
189
|
-
},
|
|
190
|
-
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
191
|
-
"regions": {
|
|
192
|
-
"aws-iso-b-global": {
|
|
193
|
-
"description": "aws-iso-b global region"
|
|
194
|
-
},
|
|
195
|
-
"us-isob-east-1": {
|
|
196
|
-
"description": "US ISOB East (Ohio)"
|
|
197
|
-
},
|
|
198
|
-
"us-isob-west-1": {
|
|
199
|
-
"description": "US ISOB West"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
}, {
|
|
203
|
-
"id": "aws-iso-e",
|
|
204
|
-
"outputs": {
|
|
205
|
-
"dnsSuffix": "cloud.adc-e.uk",
|
|
206
|
-
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
207
|
-
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
208
|
-
"name": "aws-iso-e",
|
|
209
|
-
"supportsDualStack": true,
|
|
210
|
-
"supportsFIPS": true
|
|
211
|
-
},
|
|
212
|
-
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
213
|
-
"regions": {
|
|
214
|
-
"aws-iso-e-global": {
|
|
215
|
-
"description": "aws-iso-e global region"
|
|
216
|
-
},
|
|
217
|
-
"eu-isoe-west-1": {
|
|
218
|
-
"description": "EU ISOE West"
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}, {
|
|
222
|
-
"id": "aws-iso-f",
|
|
223
|
-
"outputs": {
|
|
224
|
-
"dnsSuffix": "csp.hci.ic.gov",
|
|
225
|
-
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
226
|
-
"implicitGlobalRegion": "us-isof-south-1",
|
|
227
|
-
"name": "aws-iso-f",
|
|
228
|
-
"supportsDualStack": true,
|
|
229
|
-
"supportsFIPS": true
|
|
230
|
-
},
|
|
231
|
-
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
232
|
-
"regions": {
|
|
233
|
-
"aws-iso-f-global": {
|
|
234
|
-
"description": "aws-iso-f global region"
|
|
235
|
-
},
|
|
236
|
-
"us-isof-east-1": {
|
|
237
|
-
"description": "US ISOF EAST"
|
|
238
|
-
},
|
|
239
|
-
"us-isof-south-1": {
|
|
240
|
-
"description": "US ISOF SOUTH"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}, {
|
|
244
|
-
"id": "aws-us-gov",
|
|
245
|
-
"outputs": {
|
|
246
|
-
"dnsSuffix": "amazonaws.com",
|
|
247
|
-
"dualStackDnsSuffix": "api.aws",
|
|
248
|
-
"implicitGlobalRegion": "us-gov-west-1",
|
|
249
|
-
"name": "aws-us-gov",
|
|
250
|
-
"supportsDualStack": true,
|
|
251
|
-
"supportsFIPS": true
|
|
252
|
-
},
|
|
253
|
-
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
254
|
-
"regions": {
|
|
255
|
-
"aws-us-gov-global": {
|
|
256
|
-
"description": "aws-us-gov global region"
|
|
257
|
-
},
|
|
258
|
-
"us-gov-east-1": {
|
|
259
|
-
"description": "AWS GovCloud (US-East)"
|
|
260
|
-
},
|
|
261
|
-
"us-gov-west-1": {
|
|
262
|
-
"description": "AWS GovCloud (US-West)"
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}],
|
|
266
|
-
"version": "1.1"
|
|
267
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { isIpAddress } from "@smithy/util-endpoints";
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { parseUrl } from "@smithy/url-parser";
|
|
2
|
-
export const resolveDefaultAwsRegionalEndpointsConfig = (input) => {
|
|
3
|
-
if (typeof input.endpointProvider !== "function") {
|
|
4
|
-
throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");
|
|
5
|
-
}
|
|
6
|
-
const { endpoint } = input;
|
|
7
|
-
if (endpoint === undefined) {
|
|
8
|
-
input.endpoint = async () => {
|
|
9
|
-
return toEndpointV1(input.endpointProvider({
|
|
10
|
-
Region: typeof input.region === "function" ? await input.region() : input.region,
|
|
11
|
-
UseDualStack: typeof input.useDualstackEndpoint === "function"
|
|
12
|
-
? await input.useDualstackEndpoint()
|
|
13
|
-
: input.useDualstackEndpoint,
|
|
14
|
-
UseFIPS: typeof input.useFipsEndpoint === "function" ? await input.useFipsEndpoint() : input.useFipsEndpoint,
|
|
15
|
-
Endpoint: undefined,
|
|
16
|
-
}, { logger: input.logger }));
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
return input;
|
|
20
|
-
};
|
|
21
|
-
export const toEndpointV1 = (endpoint) => parseUrl(endpoint.url);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { resolveEndpoint } from "@smithy/util-endpoints";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { EndpointError } from "@smithy/util-endpoints";
|