@servicevic-oss/cdk-cleanup-certificate-validation-records 1.0.55 → 1.0.56
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 +4 -4
- package/lib/index.js +2 -2
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/index.js +48 -2
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/models/models_0.js +16 -0
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/protocols/Aws_restJson1.js +24 -1
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/commands/CreateTokenCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/commands/RegisterClientCommand.d.ts +14 -0
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/models/models_0.d.ts +63 -2
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/package.json +2 -2
- package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/package.json +2 -2
- package/node_modules/@aws-sdk/client-acm/package.json +3 -3
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1070 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +52 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +233 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +432 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +212 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +163 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +245 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +795 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +53 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +53 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +52 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +144 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +216 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +110 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sso-oidc/package.json +100 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +56 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1457 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +63 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +52 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +67 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +885 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +58 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +71 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +182 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +257 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +282 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +291 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +230 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +154 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1213 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +54 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +52 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +53 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +143 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +165 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/node_modules/@aws-sdk/client-route-53/package.json +3 -3
- package/package.json +4 -4
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-cjs/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/SSOOIDC.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/SSOOIDCClient.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/commands/CreateTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/commands/CreateTokenWithIAMCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/commands/RegisterClientCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/commands/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/models/SSOOIDCServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-es/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/SSOOIDC.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/SSOOIDCClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/protocols/Aws_restJson1.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/SSOOIDC.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc → client-acm/node_modules/@aws-sdk/client-sso-oidc}/dist-types/ts3.4/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/STSClient.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-cjs/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/STS.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/STSClient.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/AssumeRoleCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/GetAccessKeyInfoCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/GetCallerIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/GetFederationTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/GetSessionTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/commands/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/defaultRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/defaultStsRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/models/STSServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/protocols/Aws_query.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-es/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/STS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/STSClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/GetFederationTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/GetSessionTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/defaultStsRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/protocols/Aws_query.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/STS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/STSClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts → client-acm/node_modules/@aws-sdk/client-sts}/dist-types/ts3.4/runtimeExtensions.d.ts +0 -0
package/.jsii
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-acm": "^3.
|
|
11
|
-
"@aws-sdk/client-route-53": "^3.
|
|
10
|
+
"@aws-sdk/client-acm": "^3.574.0",
|
|
11
|
+
"@aws-sdk/client-route-53": "^3.574.0",
|
|
12
12
|
"@types/aws-lambda": "^8.10.137",
|
|
13
13
|
"async-await-retry": "^2.1.0"
|
|
14
14
|
},
|
|
@@ -3727,6 +3727,6 @@
|
|
|
3727
3727
|
"symbolId": "src/index:CertificateWithCleanup"
|
|
3728
3728
|
}
|
|
3729
3729
|
},
|
|
3730
|
-
"version": "1.0.
|
|
3731
|
-
"fingerprint": "
|
|
3730
|
+
"version": "1.0.56",
|
|
3731
|
+
"fingerprint": "QZTfRE18Qgz6p9vyQeHtd2NAHyD5/Nl23YLhZO9JMbY="
|
|
3732
3732
|
}
|
package/lib/index.js
CHANGED
|
@@ -60,7 +60,7 @@ class CertificateValidationRecordCleanup extends constructs_1.Construct {
|
|
|
60
60
|
}
|
|
61
61
|
exports.CertificateValidationRecordCleanup = CertificateValidationRecordCleanup;
|
|
62
62
|
_a = JSII_RTTI_SYMBOL_1;
|
|
63
|
-
CertificateValidationRecordCleanup[_a] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.0.
|
|
63
|
+
CertificateValidationRecordCleanup[_a] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.0.56" };
|
|
64
64
|
CertificateValidationRecordCleanup.HANDLER_UID = 'CertRecordsCleanupHandler-2B663BAB-7981';
|
|
65
65
|
CertificateValidationRecordCleanup.PROVIDER_UID = 'CertRecordsCleanupProvider-57EBF059-2E26';
|
|
66
66
|
/**
|
|
@@ -80,5 +80,5 @@ class CertificateWithCleanup extends cdk.aws_certificatemanager.Certificate {
|
|
|
80
80
|
}
|
|
81
81
|
exports.CertificateWithCleanup = CertificateWithCleanup;
|
|
82
82
|
_b = JSII_RTTI_SYMBOL_1;
|
|
83
|
-
CertificateWithCleanup[_b] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.0.
|
|
83
|
+
CertificateWithCleanup[_b] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.0.56" };
|
|
84
84
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwrQkFBNEI7QUFDNUIsbUNBQW1DO0FBQ25DLDJDQUF1QztBQWN2Qzs7O0dBR0c7QUFDSCxNQUFhLGtDQUFtQyxTQUFRLHNCQUFTO0lBTy9ELFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBOEM7UUFDdEYsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1FBQ2xELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFFM0MsTUFBTSxFQUFFLEdBQUcsSUFBSSxHQUFHLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDbEQsWUFBWSxFQUFFLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWTtZQUN4QyxZQUFZLEVBQUUsNENBQTRDO1lBQzFELFVBQVUsRUFBRTtnQkFDVixZQUFZLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxZQUFZO2dCQUMzQyxjQUFjLEVBQUUsS0FBSyxDQUFDLFdBQVcsQ0FBQyxjQUFjO2FBQ2pEO1NBQ0YsQ0FBQyxDQUFDO1FBQ0gsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFLLENBQUMsQ0FBQztRQUVsRCxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsV0FBVyxFQUFFLEtBQUssQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRU8sbUJBQW1CO1FBQ3pCLE1BQU0sRUFBRSxHQUFHLGtDQUFrQyxDQUFDLFdBQVcsQ0FBQztRQUMxRCxNQUFNLEtBQUssR0FBRyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNqQyxPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBeUMsSUFBSSxJQUFJLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQyxjQUFjLENBQUMsS0FBSyxFQUFFLEVBQUUsRUFBRTtZQUNoSSxXQUFXLEVBQUUsdUVBQXVFO1lBQ3BGLEtBQUssRUFBRSxJQUFBLFdBQUksRUFBQyxTQUFTLEVBQUUsbURBQW1ELENBQUM7WUFDM0UsWUFBWSxFQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLFFBQVE7WUFDakQsT0FBTyxFQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztZQUNoQyxhQUFhLEVBQUU7Z0JBQ2IsSUFBSSxHQUFHLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQztvQkFDOUIsT0FBTyxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3BDLFNBQVMsRUFBRSxDQUFDLEdBQUcsQ0FBQztpQkFDakIsQ0FBQztnQkFDRixJQUFJLEdBQUcsQ0FBQyxPQUFPLENBQUMsZUFBZSxDQUFDO29CQUM5QixPQUFPLEVBQUU7d0JBQ1Asa0NBQWtDO3dCQUNsQyxnQ0FBZ0M7cUJBQ2pDO29CQUNELFNBQVMsRUFBRSxDQUFDLEdBQUcsQ0FBQztpQkFDakIsQ0FBQzthQUNIO1NBQ0YsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVPLG1CQUFtQjtRQUN6QixNQUFNLEVBQUUsR0FBRyxrQ0FBa0MsQ0FBQyxZQUFZLENBQUM7UUFDM0QsTUFBTSxLQUFLLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDakMsT0FBTyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxFQUFFLENBQWtDLElBQUksSUFBSSxHQUFHLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxFQUFFLEVBQUU7WUFDbEgsY0FBYyxFQUFFLElBQUksQ0FBQyxlQUFlO1lBQ3BDLFlBQVksRUFBRSxHQUFHLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxRQUFRO1NBQ2xELENBQUMsQ0FBQztJQUNMLENBQUM7O0FBekRILGdGQTBEQzs7O0FBekRpQiw4Q0FBVyxHQUFHLHlDQUF5QyxDQUFDO0FBQ3hELCtDQUFZLEdBQUcsMENBQTBDLENBQUM7QUEwRDVFOztHQUVHO0FBQ0gsTUFBYSxzQkFBdUIsU0FBUSxHQUFHLENBQUMsc0JBQXNCLENBQUMsV0FBVztJQUNoRixZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQWtEO1FBQzFGLEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxFQUFFLEtBQUssQ0FBQyxDQUFDO1FBRXhCLElBQUksS0FBSyxDQUFDLFVBQVUsSUFBSSxLQUFLLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxVQUFVLElBQUksS0FBSyxDQUFDLFVBQVUsRUFBRSxNQUFNLElBQUksR0FBRyxDQUFDLHNCQUFzQixDQUFDLGdCQUFnQixDQUFDLEdBQUcsRUFBRSxDQUFDO1lBQ3pJLDZCQUE2QjtZQUM3QixJQUFJLGtDQUFrQyxDQUFDLElBQUksRUFBRSxXQUFXLEVBQUUsRUFBRSxFQUFFO2dCQUM1RCxXQUFXLEVBQUUsSUFBSTtnQkFDakIsVUFBVSxFQUFFLEtBQUssQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLFVBQVU7YUFDOUMsQ0FBQyxDQUFDO1FBQ0wsQ0FBQztJQUNILENBQUM7O0FBWEgsd0RBWUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqb2luIH0gZnJvbSAncGF0aCc7XG5pbXBvcnQgKiBhcyBjZGsgZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2VydGlmaWNhdGVWYWxpZGF0aW9uUmVjb3JkQ2xlYW51cFByb3BzIHtcbiAgLyoqXG4gICAqIFRoZSBSb3V0ZTUzIGhvc3RlZCB6b25lIHdoZXJlIHRoZSBjZXJ0aWZpY2F0ZSB2YWxpZGF0aW9uIHJlY29yZHMgaGF2ZSBiZWVuIGNyZWF0ZWQgZm9yIGEgY2VydGlmaWNhdGVcbiAgICovXG4gIHJlYWRvbmx5IGhvc3RlZFpvbmU6IGNkay5hd3Nfcm91dGU1My5JSG9zdGVkWm9uZTtcblxuICAvKipcbiAgICogVGhlIEFDTSBjZXJ0aWZpY2F0ZSB0aGF0IGNyZWF0ZWQgdGhlIHZhbGlkYXRpb24gcmVjb3Jkc1xuICAgKi9cbiAgcmVhZG9ubHkgY2VydGlmaWNhdGU6IGNkay5hd3NfY2VydGlmaWNhdGVtYW5hZ2VyLklDZXJ0aWZpY2F0ZTtcbn1cblxuLyoqXG4gKiBUaGlzIGNvbnN0cnVjdHMgd2lsbCB0YWtlIGNhcmUgb2YgZGVsZXRpbmcgdGhlIG9ycGhhbmVkIHJvdXRlNTMgcmVjb3JkcyB0aGF0IEFDTSB3aWxsXG4gKiBsZWF2ZSBiZWhpbmQgd2hlbiBkZWxldGluZyBhIEROUyB2YWxpZGF0ZWQgY2VydGlmaWNhdGVcbiAqL1xuZXhwb3J0IGNsYXNzIENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgSEFORExFUl9VSUQgPSAnQ2VydFJlY29yZHNDbGVhbnVwSGFuZGxlci0yQjY2M0JBQi03OTgxJztcbiAgc3RhdGljIHJlYWRvbmx5IFBST1ZJREVSX1VJRCA9ICdDZXJ0UmVjb3Jkc0NsZWFudXBQcm92aWRlci01N0VCRjA1OS0yRTI2JztcblxuICBwdWJsaWMgcmVhZG9ubHkgaGFuZGxlckZ1bmN0aW9uOiBjZGsuYXdzX2xhbWJkYV9ub2RlanMuTm9kZWpzRnVuY3Rpb247XG4gIHB1YmxpYyByZWFkb25seSBwcm92aWRlcjogY2RrLmN1c3RvbV9yZXNvdXJjZXMuUHJvdmlkZXI7XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXBQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICB0aGlzLmhhbmRsZXJGdW5jdGlvbiA9IHRoaXMuZ2V0T3JDcmVhdGVGdW5jdGlvbigpO1xuICAgIHRoaXMucHJvdmlkZXIgPSB0aGlzLmdldE9yQ3JlYXRlUHJvdmlkZXIoKTtcblxuICAgIGNvbnN0IGNyID0gbmV3IGNkay5DdXN0b21SZXNvdXJjZSh0aGlzLCAnUmVzb3VyY2UnLCB7XG4gICAgICBzZXJ2aWNlVG9rZW46IHRoaXMucHJvdmlkZXIuc2VydmljZVRva2VuLFxuICAgICAgcmVzb3VyY2VUeXBlOiAnQ3VzdG9tOjpDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwJyxcbiAgICAgIHByb3BlcnRpZXM6IHtcbiAgICAgICAgSG9zdGVkWm9uZUlkOiBwcm9wcy5ob3N0ZWRab25lLmhvc3RlZFpvbmVJZCxcbiAgICAgICAgQ2VydGlmaWNhdGVBcm46IHByb3BzLmNlcnRpZmljYXRlLmNlcnRpZmljYXRlQXJuLFxuICAgICAgfSxcbiAgICB9KTtcbiAgICBjci5ub2RlLmFkZERlcGVuZGVuY3kodGhpcy5oYW5kbGVyRnVuY3Rpb24ucm9sZSEpO1xuXG4gICAgdGhpcy5ub2RlLmFkZERlcGVuZGVuY3kocHJvcHMuY2VydGlmaWNhdGUsIHByb3BzLmhvc3RlZFpvbmUpO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRPckNyZWF0ZUZ1bmN0aW9uKCk6IGNkay5hd3NfbGFtYmRhX25vZGVqcy5Ob2RlanNGdW5jdGlvbiB7XG4gICAgY29uc3QgaWQgPSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwLkhBTkRMRVJfVUlEO1xuICAgIGNvbnN0IHN0YWNrID0gY2RrLlN0YWNrLm9mKHRoaXMpO1xuICAgIHJldHVybiBzdGFjay5ub2RlLnRyeUZpbmRDaGlsZChpZCkgYXMgY2RrLmF3c19sYW1iZGFfbm9kZWpzLk5vZGVqc0Z1bmN0aW9uID8/IG5ldyBjZGsuYXdzX2xhbWJkYV9ub2RlanMuTm9kZWpzRnVuY3Rpb24oc3RhY2ssIGlkLCB7XG4gICAgICBkZXNjcmlwdGlvbjogJ0hhbmRsZXIgZnVuY3Rpb24gZm9yIHRoZSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwIGNvbnN0cnVjdCcsXG4gICAgICBlbnRyeTogam9pbihfX2Rpcm5hbWUsICdjbGVhbnVwLWNlcnRpZmljYXRlLXZhbGlkYXRpb24tcmVjb3Jkcy5oYW5kbGVyLmpzJyksXG4gICAgICBsb2dSZXRlbnRpb246IGNkay5hd3NfbG9ncy5SZXRlbnRpb25EYXlzLk9ORV9XRUVLLFxuICAgICAgdGltZW91dDogY2RrLkR1cmF0aW9uLm1pbnV0ZXMoMiksXG4gICAgICBpbml0aWFsUG9saWN5OiBbXG4gICAgICAgIG5ldyBjZGsuYXdzX2lhbS5Qb2xpY3lTdGF0ZW1lbnQoe1xuICAgICAgICAgIGFjdGlvbnM6IFsnYWNtOkRlc2NyaWJlQ2VydGlmaWNhdGUnXSxcbiAgICAgICAgICByZXNvdXJjZXM6IFsnKiddLFxuICAgICAgICB9KSxcbiAgICAgICAgbmV3IGNkay5hd3NfaWFtLlBvbGljeVN0YXRlbWVudCh7XG4gICAgICAgICAgYWN0aW9uczogW1xuICAgICAgICAgICAgJ3JvdXRlNTM6Q2hhbmdlUmVzb3VyY2VSZWNvcmRTZXRzJyxcbiAgICAgICAgICAgICdyb3V0ZTUzOkxpc3RSZXNvdXJjZVJlY29yZFNldHMnLFxuICAgICAgICAgIF0sXG4gICAgICAgICAgcmVzb3VyY2VzOiBbJyonXSxcbiAgICAgICAgfSksXG4gICAgICBdLFxuICAgIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRPckNyZWF0ZVByb3ZpZGVyKCk6IGNkay5jdXN0b21fcmVzb3VyY2VzLlByb3ZpZGVyIHtcbiAgICBjb25zdCBpZCA9IENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAuUFJPVklERVJfVUlEO1xuICAgIGNvbnN0IHN0YWNrID0gY2RrLlN0YWNrLm9mKHRoaXMpO1xuICAgIHJldHVybiBzdGFjay5ub2RlLnRyeUZpbmRDaGlsZChpZCkgYXMgY2RrLmN1c3RvbV9yZXNvdXJjZXMuUHJvdmlkZXIgPz8gbmV3IGNkay5jdXN0b21fcmVzb3VyY2VzLlByb3ZpZGVyKHN0YWNrLCBpZCwge1xuICAgICAgb25FdmVudEhhbmRsZXI6IHRoaXMuaGFuZGxlckZ1bmN0aW9uLFxuICAgICAgbG9nUmV0ZW50aW9uOiBjZGsuYXdzX2xvZ3MuUmV0ZW50aW9uRGF5cy5PTkVfV0VFSyxcbiAgICB9KTtcbiAgfVxufVxuXG4vKipcbiAqIEEgd3JhcHBlciBjbGFzcyBmb3IgYSB2YW5pbGxhIGBDZXJ0aWZpY2F0ZWAgb2JqZWN0IHdpdGggYXV0b21hdGljIGNsZWFudXAgYXR0YWNoZWRcbiAqL1xuZXhwb3J0IGNsYXNzIENlcnRpZmljYXRlV2l0aENsZWFudXAgZXh0ZW5kcyBjZGsuYXdzX2NlcnRpZmljYXRlbWFuYWdlci5DZXJ0aWZpY2F0ZSB7XG4gIGNvbnN0cnVjdG9yKHNjb3BlOiBDb25zdHJ1Y3QsIGlkOiBzdHJpbmcsIHByb3BzOiBjZGsuYXdzX2NlcnRpZmljYXRlbWFuYWdlci5DZXJ0aWZpY2F0ZVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkLCBwcm9wcyk7XG5cbiAgICBpZiAocHJvcHMudmFsaWRhdGlvbiAmJiBwcm9wcy52YWxpZGF0aW9uLnByb3BzLmhvc3RlZFpvbmUgJiYgcHJvcHMudmFsaWRhdGlvbj8ubWV0aG9kID09IGNkay5hd3NfY2VydGlmaWNhdGVtYW5hZ2VyLlZhbGlkYXRpb25NZXRob2QuRE5TKSB7XG4gICAgICAvLyBBdHRhY2ggYSBjbGVhbnVwIGNvbnN0cnVjdFxuICAgICAgbmV3IENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAodGhpcywgYGNsZWFudXAtJHtpZH1gLCB7XG4gICAgICAgIGNlcnRpZmljYXRlOiB0aGlzLFxuICAgICAgICBob3N0ZWRab25lOiBwcm9wcy52YWxpZGF0aW9uLnByb3BzLmhvc3RlZFpvbmUsXG4gICAgICB9KTtcbiAgICB9XG4gIH1cbn0iXX0=
|
|
@@ -34,6 +34,7 @@ __export(src_exports, {
|
|
|
34
34
|
InvalidClientException: () => InvalidClientException,
|
|
35
35
|
InvalidClientMetadataException: () => InvalidClientMetadataException,
|
|
36
36
|
InvalidGrantException: () => InvalidGrantException,
|
|
37
|
+
InvalidRedirectUriException: () => InvalidRedirectUriException,
|
|
37
38
|
InvalidRequestException: () => InvalidRequestException,
|
|
38
39
|
InvalidRequestRegionException: () => InvalidRequestRegionException,
|
|
39
40
|
InvalidScopeException: () => InvalidScopeException,
|
|
@@ -470,10 +471,30 @@ var _InvalidClientMetadataException = class _InvalidClientMetadataException exte
|
|
|
470
471
|
};
|
|
471
472
|
__name(_InvalidClientMetadataException, "InvalidClientMetadataException");
|
|
472
473
|
var InvalidClientMetadataException = _InvalidClientMetadataException;
|
|
474
|
+
var _InvalidRedirectUriException = class _InvalidRedirectUriException extends SSOOIDCServiceException {
|
|
475
|
+
/**
|
|
476
|
+
* @internal
|
|
477
|
+
*/
|
|
478
|
+
constructor(opts) {
|
|
479
|
+
super({
|
|
480
|
+
name: "InvalidRedirectUriException",
|
|
481
|
+
$fault: "client",
|
|
482
|
+
...opts
|
|
483
|
+
});
|
|
484
|
+
this.name = "InvalidRedirectUriException";
|
|
485
|
+
this.$fault = "client";
|
|
486
|
+
Object.setPrototypeOf(this, _InvalidRedirectUriException.prototype);
|
|
487
|
+
this.error = opts.error;
|
|
488
|
+
this.error_description = opts.error_description;
|
|
489
|
+
}
|
|
490
|
+
};
|
|
491
|
+
__name(_InvalidRedirectUriException, "InvalidRedirectUriException");
|
|
492
|
+
var InvalidRedirectUriException = _InvalidRedirectUriException;
|
|
473
493
|
var CreateTokenRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
474
494
|
...obj,
|
|
475
495
|
...obj.clientSecret && { clientSecret: import_smithy_client.SENSITIVE_STRING },
|
|
476
|
-
...obj.refreshToken && { refreshToken: import_smithy_client.SENSITIVE_STRING }
|
|
496
|
+
...obj.refreshToken && { refreshToken: import_smithy_client.SENSITIVE_STRING },
|
|
497
|
+
...obj.codeVerifier && { codeVerifier: import_smithy_client.SENSITIVE_STRING }
|
|
477
498
|
}), "CreateTokenRequestFilterSensitiveLog");
|
|
478
499
|
var CreateTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
479
500
|
...obj,
|
|
@@ -485,7 +506,8 @@ var CreateTokenWithIAMRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
485
506
|
...obj,
|
|
486
507
|
...obj.refreshToken && { refreshToken: import_smithy_client.SENSITIVE_STRING },
|
|
487
508
|
...obj.assertion && { assertion: import_smithy_client.SENSITIVE_STRING },
|
|
488
|
-
...obj.subjectToken && { subjectToken: import_smithy_client.SENSITIVE_STRING }
|
|
509
|
+
...obj.subjectToken && { subjectToken: import_smithy_client.SENSITIVE_STRING },
|
|
510
|
+
...obj.codeVerifier && { codeVerifier: import_smithy_client.SENSITIVE_STRING }
|
|
489
511
|
}), "CreateTokenWithIAMRequestFilterSensitiveLog");
|
|
490
512
|
var CreateTokenWithIAMResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
491
513
|
...obj,
|
|
@@ -518,6 +540,7 @@ var se_CreateTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
518
540
|
clientId: [],
|
|
519
541
|
clientSecret: [],
|
|
520
542
|
code: [],
|
|
543
|
+
codeVerifier: [],
|
|
521
544
|
deviceCode: [],
|
|
522
545
|
grantType: [],
|
|
523
546
|
redirectUri: [],
|
|
@@ -543,6 +566,7 @@ var se_CreateTokenWithIAMCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
543
566
|
assertion: [],
|
|
544
567
|
clientId: [],
|
|
545
568
|
code: [],
|
|
569
|
+
codeVerifier: [],
|
|
546
570
|
grantType: [],
|
|
547
571
|
redirectUri: [],
|
|
548
572
|
refreshToken: [],
|
|
@@ -566,6 +590,10 @@ var se_RegisterClientCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
566
590
|
(0, import_smithy_client.take)(input, {
|
|
567
591
|
clientName: [],
|
|
568
592
|
clientType: [],
|
|
593
|
+
entitledApplicationArn: [],
|
|
594
|
+
grantTypes: (_) => (0, import_smithy_client._json)(_),
|
|
595
|
+
issuerUrl: [],
|
|
596
|
+
redirectUris: (_) => (0, import_smithy_client._json)(_),
|
|
569
597
|
scopes: (_) => (0, import_smithy_client._json)(_)
|
|
570
598
|
})
|
|
571
599
|
);
|
|
@@ -711,6 +739,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
711
739
|
case "InvalidClientMetadataException":
|
|
712
740
|
case "com.amazonaws.ssooidc#InvalidClientMetadataException":
|
|
713
741
|
throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
|
|
742
|
+
case "InvalidRedirectUriException":
|
|
743
|
+
case "com.amazonaws.ssooidc#InvalidRedirectUriException":
|
|
744
|
+
throw await de_InvalidRedirectUriExceptionRes(parsedOutput, context);
|
|
714
745
|
default:
|
|
715
746
|
const parsedBody = parsedOutput.body;
|
|
716
747
|
return throwDefaultError({
|
|
@@ -819,6 +850,20 @@ var de_InvalidGrantExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, co
|
|
|
819
850
|
});
|
|
820
851
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
821
852
|
}, "de_InvalidGrantExceptionRes");
|
|
853
|
+
var de_InvalidRedirectUriExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
854
|
+
const contents = (0, import_smithy_client.map)({});
|
|
855
|
+
const data = parsedOutput.body;
|
|
856
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
857
|
+
error: import_smithy_client.expectString,
|
|
858
|
+
error_description: import_smithy_client.expectString
|
|
859
|
+
});
|
|
860
|
+
Object.assign(contents, doc);
|
|
861
|
+
const exception = new InvalidRedirectUriException({
|
|
862
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
863
|
+
...contents
|
|
864
|
+
});
|
|
865
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
866
|
+
}, "de_InvalidRedirectUriExceptionRes");
|
|
822
867
|
var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
823
868
|
const contents = (0, import_smithy_client.map)({});
|
|
824
869
|
const data = parsedOutput.body;
|
|
@@ -1014,6 +1059,7 @@ var SSOOIDC = _SSOOIDC;
|
|
|
1014
1059
|
UnsupportedGrantTypeException,
|
|
1015
1060
|
InvalidRequestRegionException,
|
|
1016
1061
|
InvalidClientMetadataException,
|
|
1062
|
+
InvalidRedirectUriException,
|
|
1017
1063
|
CreateTokenRequestFilterSensitiveLog,
|
|
1018
1064
|
CreateTokenResponseFilterSensitiveLog,
|
|
1019
1065
|
CreateTokenWithIAMRequestFilterSensitiveLog,
|
|
@@ -184,10 +184,25 @@ export class InvalidClientMetadataException extends __BaseException {
|
|
|
184
184
|
this.error_description = opts.error_description;
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
+
export class InvalidRedirectUriException extends __BaseException {
|
|
188
|
+
constructor(opts) {
|
|
189
|
+
super({
|
|
190
|
+
name: "InvalidRedirectUriException",
|
|
191
|
+
$fault: "client",
|
|
192
|
+
...opts,
|
|
193
|
+
});
|
|
194
|
+
this.name = "InvalidRedirectUriException";
|
|
195
|
+
this.$fault = "client";
|
|
196
|
+
Object.setPrototypeOf(this, InvalidRedirectUriException.prototype);
|
|
197
|
+
this.error = opts.error;
|
|
198
|
+
this.error_description = opts.error_description;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
187
201
|
export const CreateTokenRequestFilterSensitiveLog = (obj) => ({
|
|
188
202
|
...obj,
|
|
189
203
|
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
190
204
|
...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),
|
|
205
|
+
...(obj.codeVerifier && { codeVerifier: SENSITIVE_STRING }),
|
|
191
206
|
});
|
|
192
207
|
export const CreateTokenResponseFilterSensitiveLog = (obj) => ({
|
|
193
208
|
...obj,
|
|
@@ -200,6 +215,7 @@ export const CreateTokenWithIAMRequestFilterSensitiveLog = (obj) => ({
|
|
|
200
215
|
...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),
|
|
201
216
|
...(obj.assertion && { assertion: SENSITIVE_STRING }),
|
|
202
217
|
...(obj.subjectToken && { subjectToken: SENSITIVE_STRING }),
|
|
218
|
+
...(obj.codeVerifier && { codeVerifier: SENSITIVE_STRING }),
|
|
203
219
|
});
|
|
204
220
|
export const CreateTokenWithIAMResponseFilterSensitiveLog = (obj) => ({
|
|
205
221
|
...obj,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
-
import { AccessDeniedException, AuthorizationPendingException, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidClientMetadataException, InvalidGrantException, InvalidRequestException, InvalidRequestRegionException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, } from "../models/models_0";
|
|
4
|
+
import { AccessDeniedException, AuthorizationPendingException, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidClientMetadataException, InvalidGrantException, InvalidRedirectUriException, InvalidRequestException, InvalidRequestRegionException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, } from "../models/models_0";
|
|
5
5
|
import { SSOOIDCServiceException as __BaseException } from "../models/SSOOIDCServiceException";
|
|
6
6
|
export const se_CreateTokenCommand = async (input, context) => {
|
|
7
7
|
const b = rb(input, context);
|
|
@@ -14,6 +14,7 @@ export const se_CreateTokenCommand = async (input, context) => {
|
|
|
14
14
|
clientId: [],
|
|
15
15
|
clientSecret: [],
|
|
16
16
|
code: [],
|
|
17
|
+
codeVerifier: [],
|
|
17
18
|
deviceCode: [],
|
|
18
19
|
grantType: [],
|
|
19
20
|
redirectUri: [],
|
|
@@ -37,6 +38,7 @@ export const se_CreateTokenWithIAMCommand = async (input, context) => {
|
|
|
37
38
|
assertion: [],
|
|
38
39
|
clientId: [],
|
|
39
40
|
code: [],
|
|
41
|
+
codeVerifier: [],
|
|
40
42
|
grantType: [],
|
|
41
43
|
redirectUri: [],
|
|
42
44
|
refreshToken: [],
|
|
@@ -58,6 +60,10 @@ export const se_RegisterClientCommand = async (input, context) => {
|
|
|
58
60
|
body = JSON.stringify(take(input, {
|
|
59
61
|
clientName: [],
|
|
60
62
|
clientType: [],
|
|
63
|
+
entitledApplicationArn: [],
|
|
64
|
+
grantTypes: (_) => _json(_),
|
|
65
|
+
issuerUrl: [],
|
|
66
|
+
redirectUris: (_) => _json(_),
|
|
61
67
|
scopes: (_) => _json(_),
|
|
62
68
|
}));
|
|
63
69
|
b.m("POST").h(headers).b(body);
|
|
@@ -200,6 +206,9 @@ const de_CommandError = async (output, context) => {
|
|
|
200
206
|
case "InvalidClientMetadataException":
|
|
201
207
|
case "com.amazonaws.ssooidc#InvalidClientMetadataException":
|
|
202
208
|
throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
|
|
209
|
+
case "InvalidRedirectUriException":
|
|
210
|
+
case "com.amazonaws.ssooidc#InvalidRedirectUriException":
|
|
211
|
+
throw await de_InvalidRedirectUriExceptionRes(parsedOutput, context);
|
|
203
212
|
default:
|
|
204
213
|
const parsedBody = parsedOutput.body;
|
|
205
214
|
return throwDefaultError({
|
|
@@ -308,6 +317,20 @@ const de_InvalidGrantExceptionRes = async (parsedOutput, context) => {
|
|
|
308
317
|
});
|
|
309
318
|
return __decorateServiceException(exception, parsedOutput.body);
|
|
310
319
|
};
|
|
320
|
+
const de_InvalidRedirectUriExceptionRes = async (parsedOutput, context) => {
|
|
321
|
+
const contents = map({});
|
|
322
|
+
const data = parsedOutput.body;
|
|
323
|
+
const doc = take(data, {
|
|
324
|
+
error: __expectString,
|
|
325
|
+
error_description: __expectString,
|
|
326
|
+
});
|
|
327
|
+
Object.assign(contents, doc);
|
|
328
|
+
const exception = new InvalidRedirectUriException({
|
|
329
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
330
|
+
...contents,
|
|
331
|
+
});
|
|
332
|
+
return __decorateServiceException(exception, parsedOutput.body);
|
|
333
|
+
};
|
|
311
334
|
const de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
|
|
312
335
|
const contents = map({});
|
|
313
336
|
const data = parsedOutput.body;
|
|
@@ -28,7 +28,7 @@ declare const CreateTokenWithIAMCommand_base: {
|
|
|
28
28
|
/**
|
|
29
29
|
* <p>Creates and returns access and refresh tokens for clients and applications that are
|
|
30
30
|
* authenticated using IAM entities. The access token can be used to fetch short-term credentials
|
|
31
|
-
* for the assigned
|
|
31
|
+
* for the assigned Amazon Web Services accounts or to access application APIs using <code>bearer</code>
|
|
32
32
|
* authentication.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -49,6 +49,7 @@ declare const CreateTokenWithIAMCommand_base: {
|
|
|
49
49
|
* subjectToken: "STRING_VALUE",
|
|
50
50
|
* subjectTokenType: "STRING_VALUE",
|
|
51
51
|
* requestedTokenType: "STRING_VALUE",
|
|
52
|
+
* codeVerifier: "STRING_VALUE",
|
|
52
53
|
* };
|
|
53
54
|
* const command = new CreateTokenWithIAMCommand(input);
|
|
54
55
|
* const response = await client.send(command);
|
|
@@ -40,6 +40,14 @@ declare const RegisterClientCommand_base: {
|
|
|
40
40
|
* scopes: [ // Scopes
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
|
+
* redirectUris: [ // RedirectUris
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* grantTypes: [ // GrantTypes
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* issuerUrl: "STRING_VALUE",
|
|
50
|
+
* entitledApplicationArn: "STRING_VALUE",
|
|
43
51
|
* };
|
|
44
52
|
* const command = new RegisterClientCommand(input);
|
|
45
53
|
* const response = await client.send(command);
|
|
@@ -68,6 +76,9 @@ declare const RegisterClientCommand_base: {
|
|
|
68
76
|
* <p>Indicates that the client information sent in the request during registration is
|
|
69
77
|
* invalid.</p>
|
|
70
78
|
*
|
|
79
|
+
* @throws {@link InvalidRedirectUriException} (client fault)
|
|
80
|
+
* <p>Indicates that one or more redirect URI in the request is not supported for this operation.</p>
|
|
81
|
+
*
|
|
71
82
|
* @throws {@link InvalidRequestException} (client fault)
|
|
72
83
|
* <p>Indicates that something is wrong with the input to the request. For example, a required
|
|
73
84
|
* parameter might be missing or out of range.</p>
|
|
@@ -75,6 +86,9 @@ declare const RegisterClientCommand_base: {
|
|
|
75
86
|
* @throws {@link InvalidScopeException} (client fault)
|
|
76
87
|
* <p>Indicates that the scope provided in the request is invalid.</p>
|
|
77
88
|
*
|
|
89
|
+
* @throws {@link UnsupportedGrantTypeException} (client fault)
|
|
90
|
+
* <p>Indicates that the grant type in the request is not supported by the service.</p>
|
|
91
|
+
*
|
|
78
92
|
* @throws {@link SSOOIDCServiceException}
|
|
79
93
|
* <p>Base exception class for all service exceptions from SSOOIDC service.</p>
|
|
80
94
|
*
|
|
@@ -114,13 +114,20 @@ export interface CreateTokenRequest {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
redirectUri?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>Used only when calling this API for the Authorization Code grant type. This value is generated
|
|
119
|
+
* by the client and presented to validate the original code challenge value the client passed at
|
|
120
|
+
* authorization time.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
codeVerifier?: string;
|
|
117
124
|
}
|
|
118
125
|
/**
|
|
119
126
|
* @public
|
|
120
127
|
*/
|
|
121
128
|
export interface CreateTokenResponse {
|
|
122
129
|
/**
|
|
123
|
-
* <p>A bearer token to access
|
|
130
|
+
* <p>A bearer token to access Amazon Web Services accounts and applications assigned to a user.</p>
|
|
124
131
|
* @public
|
|
125
132
|
*/
|
|
126
133
|
accessToken?: string;
|
|
@@ -470,13 +477,20 @@ export interface CreateTokenWithIAMRequest {
|
|
|
470
477
|
* @public
|
|
471
478
|
*/
|
|
472
479
|
requestedTokenType?: string;
|
|
480
|
+
/**
|
|
481
|
+
* <p>Used only when calling this API for the Authorization Code grant type. This value is generated
|
|
482
|
+
* by the client and presented to validate the original code challenge value the client passed at
|
|
483
|
+
* authorization time.</p>
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
codeVerifier?: string;
|
|
473
487
|
}
|
|
474
488
|
/**
|
|
475
489
|
* @public
|
|
476
490
|
*/
|
|
477
491
|
export interface CreateTokenWithIAMResponse {
|
|
478
492
|
/**
|
|
479
|
-
* <p>A bearer token to access
|
|
493
|
+
* <p>A bearer token to access Amazon Web Services accounts and applications assigned to a user.</p>
|
|
480
494
|
* @public
|
|
481
495
|
*/
|
|
482
496
|
accessToken?: string;
|
|
@@ -584,6 +598,30 @@ export declare class InvalidClientMetadataException extends __BaseException {
|
|
|
584
598
|
*/
|
|
585
599
|
constructor(opts: __ExceptionOptionType<InvalidClientMetadataException, __BaseException>);
|
|
586
600
|
}
|
|
601
|
+
/**
|
|
602
|
+
* <p>Indicates that one or more redirect URI in the request is not supported for this operation.</p>
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
export declare class InvalidRedirectUriException extends __BaseException {
|
|
606
|
+
readonly name: "InvalidRedirectUriException";
|
|
607
|
+
readonly $fault: "client";
|
|
608
|
+
/**
|
|
609
|
+
* <p>Single error code.
|
|
610
|
+
* For this exception the value will be <code>invalid_redirect_uri</code>.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
error?: string;
|
|
614
|
+
/**
|
|
615
|
+
* <p>Human-readable text providing additional information, used to assist the
|
|
616
|
+
* client developer in understanding the error that occurred.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
error_description?: string;
|
|
620
|
+
/**
|
|
621
|
+
* @internal
|
|
622
|
+
*/
|
|
623
|
+
constructor(opts: __ExceptionOptionType<InvalidRedirectUriException, __BaseException>);
|
|
624
|
+
}
|
|
587
625
|
/**
|
|
588
626
|
* @public
|
|
589
627
|
*/
|
|
@@ -605,6 +643,29 @@ export interface RegisterClientRequest {
|
|
|
605
643
|
* @public
|
|
606
644
|
*/
|
|
607
645
|
scopes?: string[];
|
|
646
|
+
/**
|
|
647
|
+
* <p>The list of redirect URI that are defined by the client. At completion of authorization,
|
|
648
|
+
* this list is used to restrict what locations the user agent can be redirected back to.</p>
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
redirectUris?: string[];
|
|
652
|
+
/**
|
|
653
|
+
* <p>The list of OAuth 2.0 grant types that are defined by the client. This list is used to
|
|
654
|
+
* restrict the token granting flows available to the client.</p>
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
grantTypes?: string[];
|
|
658
|
+
/**
|
|
659
|
+
* <p>The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user access to resources through the client.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
issuerUrl?: string;
|
|
663
|
+
/**
|
|
664
|
+
* <p>This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources. At
|
|
665
|
+
* authorization, the scopes, grants, and redirect URI available to this client will be restricted by this application resource.</p>
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
entitledApplicationArn?: string;
|
|
608
669
|
}
|
|
609
670
|
/**
|
|
610
671
|
* @public
|
|
@@ -27,6 +27,7 @@ export interface CreateTokenRequest {
|
|
|
27
27
|
refreshToken?: string;
|
|
28
28
|
scope?: string[];
|
|
29
29
|
redirectUri?: string;
|
|
30
|
+
codeVerifier?: string;
|
|
30
31
|
}
|
|
31
32
|
export interface CreateTokenResponse {
|
|
32
33
|
accessToken?: string;
|
|
@@ -125,6 +126,7 @@ export interface CreateTokenWithIAMRequest {
|
|
|
125
126
|
subjectToken?: string;
|
|
126
127
|
subjectTokenType?: string;
|
|
127
128
|
requestedTokenType?: string;
|
|
129
|
+
codeVerifier?: string;
|
|
128
130
|
}
|
|
129
131
|
export interface CreateTokenWithIAMResponse {
|
|
130
132
|
accessToken?: string;
|
|
@@ -155,10 +157,23 @@ export declare class InvalidClientMetadataException extends __BaseException {
|
|
|
155
157
|
opts: __ExceptionOptionType<InvalidClientMetadataException, __BaseException>
|
|
156
158
|
);
|
|
157
159
|
}
|
|
160
|
+
export declare class InvalidRedirectUriException extends __BaseException {
|
|
161
|
+
readonly name: "InvalidRedirectUriException";
|
|
162
|
+
readonly $fault: "client";
|
|
163
|
+
error?: string;
|
|
164
|
+
error_description?: string;
|
|
165
|
+
constructor(
|
|
166
|
+
opts: __ExceptionOptionType<InvalidRedirectUriException, __BaseException>
|
|
167
|
+
);
|
|
168
|
+
}
|
|
158
169
|
export interface RegisterClientRequest {
|
|
159
170
|
clientName: string | undefined;
|
|
160
171
|
clientType: string | undefined;
|
|
161
172
|
scopes?: string[];
|
|
173
|
+
redirectUris?: string[];
|
|
174
|
+
grantTypes?: string[];
|
|
175
|
+
issuerUrl?: string;
|
|
176
|
+
entitledApplicationArn?: string;
|
|
162
177
|
}
|
|
163
178
|
export interface RegisterClientResponse {
|
|
164
179
|
clientId?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.574.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.574.0",
|
|
24
24
|
"@aws-sdk/core": "3.572.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.572.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.567.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.574.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.574.0",
|
|
26
26
|
"@aws-sdk/core": "3.572.0",
|
|
27
27
|
"@aws-sdk/credential-provider-node": "3.572.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.567.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.574.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-acm",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.574.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.574.0",
|
|
25
25
|
"@aws-sdk/core": "3.572.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.572.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.567.0",
|