@jjrawlins/cdk-diff-pr-github-action 1.5.5 → 1.5.7
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/CdkDiffIamTemplate.js +2 -2
- package/lib/CdkDiffIamTemplateStackSet.js +2 -2
- package/lib/CdkDiffStackWorkflow.js +1 -1
- package/lib/CdkDriftDetectionWorkflow.js +1 -1
- package/lib/CdkDriftIamTemplate.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
- 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-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-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/{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 +1 -53
- 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/sts/endpoint/ruleset.js +140 -2
- 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/ListAccountsCommand.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/models/models_0.js +1 -0
- 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-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/package.json +6 -6
- 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/ListAccountRolesCommand.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/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-Bw7VSvlO.js +0 -8
- /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-sso/dist-es/pagination/Interfaces.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-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,161 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Logout$ = exports.ListAccounts$ = exports.ListAccountRoles$ = exports.GetRoleCredentials$ = exports.RoleInfo$ = exports.RoleCredentials$ = exports.LogoutRequest$ = exports.ListAccountsResponse$ = exports.ListAccountsRequest$ = exports.ListAccountRolesResponse$ = exports.ListAccountRolesRequest$ = exports.GetRoleCredentialsResponse$ = exports.GetRoleCredentialsRequest$ = exports.AccountInfo$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.TooManyRequestsException$ = exports.ResourceNotFoundException$ = exports.InvalidRequestException$ = exports.SSOServiceException$ = void 0;
|
|
4
|
-
const _AI = "AccountInfo";
|
|
5
|
-
const _ALT = "AccountListType";
|
|
6
|
-
const _ATT = "AccessTokenType";
|
|
7
|
-
const _GRC = "GetRoleCredentials";
|
|
8
|
-
const _GRCR = "GetRoleCredentialsRequest";
|
|
9
|
-
const _GRCRe = "GetRoleCredentialsResponse";
|
|
10
|
-
const _IRE = "InvalidRequestException";
|
|
11
|
-
const _L = "Logout";
|
|
12
|
-
const _LA = "ListAccounts";
|
|
13
|
-
const _LAR = "ListAccountsRequest";
|
|
14
|
-
const _LARR = "ListAccountRolesRequest";
|
|
15
|
-
const _LARRi = "ListAccountRolesResponse";
|
|
16
|
-
const _LARi = "ListAccountsResponse";
|
|
17
|
-
const _LARis = "ListAccountRoles";
|
|
18
|
-
const _LR = "LogoutRequest";
|
|
19
|
-
const _RC = "RoleCredentials";
|
|
20
|
-
const _RI = "RoleInfo";
|
|
21
|
-
const _RLT = "RoleListType";
|
|
22
|
-
const _RNFE = "ResourceNotFoundException";
|
|
23
|
-
const _SAKT = "SecretAccessKeyType";
|
|
24
|
-
const _STT = "SessionTokenType";
|
|
25
|
-
const _TMRE = "TooManyRequestsException";
|
|
26
|
-
const _UE = "UnauthorizedException";
|
|
27
|
-
const _aI = "accountId";
|
|
28
|
-
const _aKI = "accessKeyId";
|
|
29
|
-
const _aL = "accountList";
|
|
30
|
-
const _aN = "accountName";
|
|
31
|
-
const _aT = "accessToken";
|
|
32
|
-
const _ai = "account_id";
|
|
33
|
-
const _c = "client";
|
|
34
|
-
const _e = "error";
|
|
35
|
-
const _eA = "emailAddress";
|
|
36
|
-
const _ex = "expiration";
|
|
37
|
-
const _h = "http";
|
|
38
|
-
const _hE = "httpError";
|
|
39
|
-
const _hH = "httpHeader";
|
|
40
|
-
const _hQ = "httpQuery";
|
|
41
|
-
const _m = "message";
|
|
42
|
-
const _mR = "maxResults";
|
|
43
|
-
const _mr = "max_result";
|
|
44
|
-
const _nT = "nextToken";
|
|
45
|
-
const _nt = "next_token";
|
|
46
|
-
const _rC = "roleCredentials";
|
|
47
|
-
const _rL = "roleList";
|
|
48
|
-
const _rN = "roleName";
|
|
49
|
-
const _rn = "role_name";
|
|
50
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
|
|
51
|
-
const _sAK = "secretAccessKey";
|
|
52
|
-
const _sT = "sessionToken";
|
|
53
|
-
const _xasbt = "x-amz-sso_bearer_token";
|
|
54
|
-
const n0 = "com.amazonaws.sso";
|
|
55
|
-
const schema_1 = require("@smithy/core/schema");
|
|
56
|
-
const errors_1 = require("../models/errors");
|
|
57
|
-
const SSOServiceException_1 = require("../models/SSOServiceException");
|
|
58
|
-
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
59
|
-
exports.SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
60
|
-
_s_registry.registerError(exports.SSOServiceException$, SSOServiceException_1.SSOServiceException);
|
|
61
|
-
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
62
|
-
exports.InvalidRequestException$ = [-3, n0, _IRE,
|
|
63
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
64
|
-
[_m],
|
|
65
|
-
[0]
|
|
66
|
-
];
|
|
67
|
-
n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
|
|
68
|
-
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
69
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
70
|
-
[_m],
|
|
71
|
-
[0]
|
|
72
|
-
];
|
|
73
|
-
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
74
|
-
exports.TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
75
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
76
|
-
[_m],
|
|
77
|
-
[0]
|
|
78
|
-
];
|
|
79
|
-
n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
|
|
80
|
-
exports.UnauthorizedException$ = [-3, n0, _UE,
|
|
81
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
82
|
-
[_m],
|
|
83
|
-
[0]
|
|
84
|
-
];
|
|
85
|
-
n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
|
|
86
|
-
exports.errorTypeRegistries = [
|
|
87
|
-
_s_registry,
|
|
88
|
-
n0_registry,
|
|
89
|
-
];
|
|
90
|
-
var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
91
|
-
var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
92
|
-
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
93
|
-
exports.AccountInfo$ = [3, n0, _AI,
|
|
94
|
-
0,
|
|
95
|
-
[_aI, _aN, _eA],
|
|
96
|
-
[0, 0, 0]
|
|
97
|
-
];
|
|
98
|
-
exports.GetRoleCredentialsRequest$ = [3, n0, _GRCR,
|
|
99
|
-
0,
|
|
100
|
-
[_rN, _aI, _aT],
|
|
101
|
-
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
|
|
102
|
-
];
|
|
103
|
-
exports.GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
|
|
104
|
-
0,
|
|
105
|
-
[_rC],
|
|
106
|
-
[[() => exports.RoleCredentials$, 0]]
|
|
107
|
-
];
|
|
108
|
-
exports.ListAccountRolesRequest$ = [3, n0, _LARR,
|
|
109
|
-
0,
|
|
110
|
-
[_aT, _aI, _nT, _mR],
|
|
111
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
|
|
112
|
-
];
|
|
113
|
-
exports.ListAccountRolesResponse$ = [3, n0, _LARRi,
|
|
114
|
-
0,
|
|
115
|
-
[_nT, _rL],
|
|
116
|
-
[0, () => RoleListType]
|
|
117
|
-
];
|
|
118
|
-
exports.ListAccountsRequest$ = [3, n0, _LAR,
|
|
119
|
-
0,
|
|
120
|
-
[_aT, _nT, _mR],
|
|
121
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
122
|
-
];
|
|
123
|
-
exports.ListAccountsResponse$ = [3, n0, _LARi,
|
|
124
|
-
0,
|
|
125
|
-
[_nT, _aL],
|
|
126
|
-
[0, () => AccountListType]
|
|
127
|
-
];
|
|
128
|
-
exports.LogoutRequest$ = [3, n0, _LR,
|
|
129
|
-
0,
|
|
130
|
-
[_aT],
|
|
131
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }]], 1
|
|
132
|
-
];
|
|
133
|
-
exports.RoleCredentials$ = [3, n0, _RC,
|
|
134
|
-
0,
|
|
135
|
-
[_aKI, _sAK, _sT, _ex],
|
|
136
|
-
[0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
|
|
137
|
-
];
|
|
138
|
-
exports.RoleInfo$ = [3, n0, _RI,
|
|
139
|
-
0,
|
|
140
|
-
[_rN, _aI],
|
|
141
|
-
[0, 0]
|
|
142
|
-
];
|
|
143
|
-
var __Unit = "unit";
|
|
144
|
-
var AccountListType = [1, n0, _ALT,
|
|
145
|
-
0, () => exports.AccountInfo$
|
|
146
|
-
];
|
|
147
|
-
var RoleListType = [1, n0, _RLT,
|
|
148
|
-
0, () => exports.RoleInfo$
|
|
149
|
-
];
|
|
150
|
-
exports.GetRoleCredentials$ = [9, n0, _GRC,
|
|
151
|
-
{ [_h]: ["GET", "/federation/credentials", 200] }, () => exports.GetRoleCredentialsRequest$, () => exports.GetRoleCredentialsResponse$
|
|
152
|
-
];
|
|
153
|
-
exports.ListAccountRoles$ = [9, n0, _LARis,
|
|
154
|
-
{ [_h]: ["GET", "/assignment/roles", 200] }, () => exports.ListAccountRolesRequest$, () => exports.ListAccountRolesResponse$
|
|
155
|
-
];
|
|
156
|
-
exports.ListAccounts$ = [9, n0, _LA,
|
|
157
|
-
{ [_h]: ["GET", "/assignment/accounts", 200] }, () => exports.ListAccountsRequest$, () => exports.ListAccountsResponse$
|
|
158
|
-
];
|
|
159
|
-
exports.Logout$ = [9, n0, _L,
|
|
160
|
-
{ [_h]: ["POST", "/logout", 200] }, () => exports.LogoutRequest$, () => __Unit
|
|
161
|
-
];
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
-
import { GetRoleCredentialsCommand, } from "./commands/GetRoleCredentialsCommand";
|
|
3
|
-
import { ListAccountRolesCommand, } from "./commands/ListAccountRolesCommand";
|
|
4
|
-
import { ListAccountsCommand, } from "./commands/ListAccountsCommand";
|
|
5
|
-
import { LogoutCommand } from "./commands/LogoutCommand";
|
|
6
|
-
import { paginateListAccountRoles } from "./pagination/ListAccountRolesPaginator";
|
|
7
|
-
import { paginateListAccounts } from "./pagination/ListAccountsPaginator";
|
|
8
|
-
import { SSOClient } from "./SSOClient";
|
|
9
|
-
const commands = {
|
|
10
|
-
GetRoleCredentialsCommand,
|
|
11
|
-
ListAccountRolesCommand,
|
|
12
|
-
ListAccountsCommand,
|
|
13
|
-
LogoutCommand,
|
|
14
|
-
};
|
|
15
|
-
const paginators = {
|
|
16
|
-
paginateListAccountRoles,
|
|
17
|
-
paginateListAccounts,
|
|
18
|
-
};
|
|
19
|
-
export class SSO extends SSOClient {
|
|
20
|
-
}
|
|
21
|
-
createAggregatedClient(commands, SSO, { paginators });
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccountRoles$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class ListAccountRolesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SWBPortalService", "ListAccountRoles", {})
|
|
13
|
-
.n("SSOClient", "ListAccountRolesCommand")
|
|
14
|
-
.sc(ListAccountRoles$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
2
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "string" }, j = { [u]: true, "default": false, "type": "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
4
|
-
export const ruleSet = _data;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { createPaginator } from "@smithy/core";
|
|
2
|
-
import { ListAccountRolesCommand, } from "../commands/ListAccountRolesCommand";
|
|
3
|
-
import { SSOClient } from "../SSOClient";
|
|
4
|
-
export const paginateListAccountRoles = createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { createPaginator } from "@smithy/core";
|
|
2
|
-
import { ListAccountsCommand, } from "../commands/ListAccountsCommand";
|
|
3
|
-
import { SSOClient } from "../SSOClient";
|
|
4
|
-
export const paginateListAccounts = createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
const _AI = "AccountInfo";
|
|
2
|
-
const _ALT = "AccountListType";
|
|
3
|
-
const _ATT = "AccessTokenType";
|
|
4
|
-
const _GRC = "GetRoleCredentials";
|
|
5
|
-
const _GRCR = "GetRoleCredentialsRequest";
|
|
6
|
-
const _GRCRe = "GetRoleCredentialsResponse";
|
|
7
|
-
const _IRE = "InvalidRequestException";
|
|
8
|
-
const _L = "Logout";
|
|
9
|
-
const _LA = "ListAccounts";
|
|
10
|
-
const _LAR = "ListAccountsRequest";
|
|
11
|
-
const _LARR = "ListAccountRolesRequest";
|
|
12
|
-
const _LARRi = "ListAccountRolesResponse";
|
|
13
|
-
const _LARi = "ListAccountsResponse";
|
|
14
|
-
const _LARis = "ListAccountRoles";
|
|
15
|
-
const _LR = "LogoutRequest";
|
|
16
|
-
const _RC = "RoleCredentials";
|
|
17
|
-
const _RI = "RoleInfo";
|
|
18
|
-
const _RLT = "RoleListType";
|
|
19
|
-
const _RNFE = "ResourceNotFoundException";
|
|
20
|
-
const _SAKT = "SecretAccessKeyType";
|
|
21
|
-
const _STT = "SessionTokenType";
|
|
22
|
-
const _TMRE = "TooManyRequestsException";
|
|
23
|
-
const _UE = "UnauthorizedException";
|
|
24
|
-
const _aI = "accountId";
|
|
25
|
-
const _aKI = "accessKeyId";
|
|
26
|
-
const _aL = "accountList";
|
|
27
|
-
const _aN = "accountName";
|
|
28
|
-
const _aT = "accessToken";
|
|
29
|
-
const _ai = "account_id";
|
|
30
|
-
const _c = "client";
|
|
31
|
-
const _e = "error";
|
|
32
|
-
const _eA = "emailAddress";
|
|
33
|
-
const _ex = "expiration";
|
|
34
|
-
const _h = "http";
|
|
35
|
-
const _hE = "httpError";
|
|
36
|
-
const _hH = "httpHeader";
|
|
37
|
-
const _hQ = "httpQuery";
|
|
38
|
-
const _m = "message";
|
|
39
|
-
const _mR = "maxResults";
|
|
40
|
-
const _mr = "max_result";
|
|
41
|
-
const _nT = "nextToken";
|
|
42
|
-
const _nt = "next_token";
|
|
43
|
-
const _rC = "roleCredentials";
|
|
44
|
-
const _rL = "roleList";
|
|
45
|
-
const _rN = "roleName";
|
|
46
|
-
const _rn = "role_name";
|
|
47
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
|
|
48
|
-
const _sAK = "secretAccessKey";
|
|
49
|
-
const _sT = "sessionToken";
|
|
50
|
-
const _xasbt = "x-amz-sso_bearer_token";
|
|
51
|
-
const n0 = "com.amazonaws.sso";
|
|
52
|
-
import { TypeRegistry } from "@smithy/core/schema";
|
|
53
|
-
import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/errors";
|
|
54
|
-
import { SSOServiceException } from "../models/SSOServiceException";
|
|
55
|
-
const _s_registry = TypeRegistry.for(_s);
|
|
56
|
-
export var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
57
|
-
_s_registry.registerError(SSOServiceException$, SSOServiceException);
|
|
58
|
-
const n0_registry = TypeRegistry.for(n0);
|
|
59
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
60
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
61
|
-
[_m],
|
|
62
|
-
[0]
|
|
63
|
-
];
|
|
64
|
-
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
65
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
66
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
67
|
-
[_m],
|
|
68
|
-
[0]
|
|
69
|
-
];
|
|
70
|
-
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
71
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
72
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
73
|
-
[_m],
|
|
74
|
-
[0]
|
|
75
|
-
];
|
|
76
|
-
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
77
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
78
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
79
|
-
[_m],
|
|
80
|
-
[0]
|
|
81
|
-
];
|
|
82
|
-
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
83
|
-
export const errorTypeRegistries = [
|
|
84
|
-
_s_registry,
|
|
85
|
-
n0_registry,
|
|
86
|
-
];
|
|
87
|
-
var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
88
|
-
var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
89
|
-
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
90
|
-
export var AccountInfo$ = [3, n0, _AI,
|
|
91
|
-
0,
|
|
92
|
-
[_aI, _aN, _eA],
|
|
93
|
-
[0, 0, 0]
|
|
94
|
-
];
|
|
95
|
-
export var GetRoleCredentialsRequest$ = [3, n0, _GRCR,
|
|
96
|
-
0,
|
|
97
|
-
[_rN, _aI, _aT],
|
|
98
|
-
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
|
|
99
|
-
];
|
|
100
|
-
export var GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
|
|
101
|
-
0,
|
|
102
|
-
[_rC],
|
|
103
|
-
[[() => RoleCredentials$, 0]]
|
|
104
|
-
];
|
|
105
|
-
export var ListAccountRolesRequest$ = [3, n0, _LARR,
|
|
106
|
-
0,
|
|
107
|
-
[_aT, _aI, _nT, _mR],
|
|
108
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
|
|
109
|
-
];
|
|
110
|
-
export var ListAccountRolesResponse$ = [3, n0, _LARRi,
|
|
111
|
-
0,
|
|
112
|
-
[_nT, _rL],
|
|
113
|
-
[0, () => RoleListType]
|
|
114
|
-
];
|
|
115
|
-
export var ListAccountsRequest$ = [3, n0, _LAR,
|
|
116
|
-
0,
|
|
117
|
-
[_aT, _nT, _mR],
|
|
118
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
119
|
-
];
|
|
120
|
-
export var ListAccountsResponse$ = [3, n0, _LARi,
|
|
121
|
-
0,
|
|
122
|
-
[_nT, _aL],
|
|
123
|
-
[0, () => AccountListType]
|
|
124
|
-
];
|
|
125
|
-
export var LogoutRequest$ = [3, n0, _LR,
|
|
126
|
-
0,
|
|
127
|
-
[_aT],
|
|
128
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }]], 1
|
|
129
|
-
];
|
|
130
|
-
export var RoleCredentials$ = [3, n0, _RC,
|
|
131
|
-
0,
|
|
132
|
-
[_aKI, _sAK, _sT, _ex],
|
|
133
|
-
[0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
|
|
134
|
-
];
|
|
135
|
-
export var RoleInfo$ = [3, n0, _RI,
|
|
136
|
-
0,
|
|
137
|
-
[_rN, _aI],
|
|
138
|
-
[0, 0]
|
|
139
|
-
];
|
|
140
|
-
var __Unit = "unit";
|
|
141
|
-
var AccountListType = [1, n0, _ALT,
|
|
142
|
-
0, () => AccountInfo$
|
|
143
|
-
];
|
|
144
|
-
var RoleListType = [1, n0, _RLT,
|
|
145
|
-
0, () => RoleInfo$
|
|
146
|
-
];
|
|
147
|
-
export var GetRoleCredentials$ = [9, n0, _GRC,
|
|
148
|
-
{ [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$
|
|
149
|
-
];
|
|
150
|
-
export var ListAccountRoles$ = [9, n0, _LARis,
|
|
151
|
-
{ [_h]: ["GET", "/assignment/roles", 200] }, () => ListAccountRolesRequest$, () => ListAccountRolesResponse$
|
|
152
|
-
];
|
|
153
|
-
export var ListAccounts$ = [9, n0, _LA,
|
|
154
|
-
{ [_h]: ["GET", "/assignment/accounts", 200] }, () => ListAccountsRequest$, () => ListAccountsResponse$
|
|
155
|
-
];
|
|
156
|
-
export var Logout$ = [9, n0, _L,
|
|
157
|
-
{ [_h]: ["POST", "/logout", 200] }, () => LogoutRequest$, () => __Unit
|
|
158
|
-
];
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
|
|
3
|
-
import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
|
|
4
|
-
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
|
|
5
|
-
import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
|
|
6
|
-
import { SSOClient } from "./SSOClient";
|
|
7
|
-
export interface SSO {
|
|
8
|
-
/**
|
|
9
|
-
* @see {@link GetRoleCredentialsCommand}
|
|
10
|
-
*/
|
|
11
|
-
getRoleCredentials(args: GetRoleCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetRoleCredentialsCommandOutput>;
|
|
12
|
-
getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
|
|
13
|
-
getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
|
|
14
|
-
/**
|
|
15
|
-
* @see {@link ListAccountRolesCommand}
|
|
16
|
-
*/
|
|
17
|
-
listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountRolesCommandOutput>;
|
|
18
|
-
listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
|
|
19
|
-
listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
|
|
20
|
-
/**
|
|
21
|
-
* @see {@link ListAccountsCommand}
|
|
22
|
-
*/
|
|
23
|
-
listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
|
|
24
|
-
listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
|
|
25
|
-
listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
|
|
26
|
-
/**
|
|
27
|
-
* @see {@link LogoutCommand}
|
|
28
|
-
*/
|
|
29
|
-
logout(args: LogoutCommandInput, options?: __HttpHandlerOptions): Promise<LogoutCommandOutput>;
|
|
30
|
-
logout(args: LogoutCommandInput, cb: (err: any, data?: LogoutCommandOutput) => void): void;
|
|
31
|
-
logout(args: LogoutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutCommandOutput) => void): void;
|
|
32
|
-
/**
|
|
33
|
-
* @see {@link ListAccountRolesCommand}
|
|
34
|
-
* @param args - command input.
|
|
35
|
-
* @param paginationConfig - optional pagination config.
|
|
36
|
-
* @returns AsyncIterable of {@link ListAccountRolesCommandOutput}.
|
|
37
|
-
*/
|
|
38
|
-
paginateListAccountRoles(args: ListAccountRolesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountRolesCommandOutput>;
|
|
39
|
-
/**
|
|
40
|
-
* @see {@link ListAccountsCommand}
|
|
41
|
-
* @param args - command input.
|
|
42
|
-
* @param paginationConfig - optional pagination config.
|
|
43
|
-
* @returns AsyncIterable of {@link ListAccountsCommandOutput}.
|
|
44
|
-
*/
|
|
45
|
-
paginateListAccounts(args: ListAccountsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountsCommandOutput>;
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
|
|
49
|
-
* IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
|
|
50
|
-
* assigned to them and get federated into the application.</p>
|
|
51
|
-
* <note>
|
|
52
|
-
* <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
|
|
53
|
-
* <code>identitystore</code> API namespaces will continue to retain their original name for
|
|
54
|
-
* backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
|
|
55
|
-
* </note>
|
|
56
|
-
* <p>This reference guide describes the IAM Identity Center Portal operations that you can call
|
|
57
|
-
* programatically and includes detailed information on data types and errors.</p>
|
|
58
|
-
* <note>
|
|
59
|
-
* <p>AWS provides SDKs that consist of libraries and sample code for various programming
|
|
60
|
-
* languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
|
|
61
|
-
* convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
|
|
62
|
-
* information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
|
|
63
|
-
* </note>
|
|
64
|
-
* @public
|
|
65
|
-
*/
|
|
66
|
-
export declare class SSO extends SSOClient implements SSO {
|
|
67
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link ListAccountRolesCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link ListAccountRolesCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const ListAccountRolesCommand_base: {
|
|
25
|
-
new (input: ListAccountRolesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAccountRolesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
|
|
35
|
-
* // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
|
|
36
|
-
* // import type { SSOClientConfig } from "@aws-sdk/client-sso";
|
|
37
|
-
* const config = {}; // type is SSOClientConfig
|
|
38
|
-
* const client = new SSOClient(config);
|
|
39
|
-
* const input = { // ListAccountRolesRequest
|
|
40
|
-
* nextToken: "STRING_VALUE",
|
|
41
|
-
* maxResults: Number("int"),
|
|
42
|
-
* accessToken: "STRING_VALUE", // required
|
|
43
|
-
* accountId: "STRING_VALUE", // required
|
|
44
|
-
* };
|
|
45
|
-
* const command = new ListAccountRolesCommand(input);
|
|
46
|
-
* const response = await client.send(command);
|
|
47
|
-
* // { // ListAccountRolesResponse
|
|
48
|
-
* // nextToken: "STRING_VALUE",
|
|
49
|
-
* // roleList: [ // RoleListType
|
|
50
|
-
* // { // RoleInfo
|
|
51
|
-
* // roleName: "STRING_VALUE",
|
|
52
|
-
* // accountId: "STRING_VALUE",
|
|
53
|
-
* // },
|
|
54
|
-
* // ],
|
|
55
|
-
* // };
|
|
56
|
-
*
|
|
57
|
-
* ```
|
|
58
|
-
*
|
|
59
|
-
* @param ListAccountRolesCommandInput - {@link ListAccountRolesCommandInput}
|
|
60
|
-
* @returns {@link ListAccountRolesCommandOutput}
|
|
61
|
-
* @see {@link ListAccountRolesCommandInput} for command's `input` shape.
|
|
62
|
-
* @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
|
|
64
|
-
*
|
|
65
|
-
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
-
* <p>Indicates that a problem occurred with the input to the request. For example, a required
|
|
67
|
-
* parameter might be missing or out of range.</p>
|
|
68
|
-
*
|
|
69
|
-
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
-
* <p>The specified resource doesn't exist.</p>
|
|
71
|
-
*
|
|
72
|
-
* @throws {@link TooManyRequestsException} (client fault)
|
|
73
|
-
* <p>Indicates that the request is being made too frequently and is more than what the server
|
|
74
|
-
* can handle.</p>
|
|
75
|
-
*
|
|
76
|
-
* @throws {@link UnauthorizedException} (client fault)
|
|
77
|
-
* <p>Indicates that the request is not authorized. This can happen due to an invalid access
|
|
78
|
-
* token in the request.</p>
|
|
79
|
-
*
|
|
80
|
-
* @throws {@link SSOServiceException}
|
|
81
|
-
* <p>Base exception class for all service exceptions from SSO service.</p>
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
|
87
|
-
/** @internal type navigation helper, not in runtime. */
|
|
88
|
-
protected static __types: {
|
|
89
|
-
api: {
|
|
90
|
-
input: ListAccountRolesRequest;
|
|
91
|
-
output: ListAccountRolesResponse;
|
|
92
|
-
};
|
|
93
|
-
sdk: {
|
|
94
|
-
input: ListAccountRolesCommandInput;
|
|
95
|
-
output: ListAccountRolesCommandOutput;
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link ListAccountsCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface ListAccountsCommandInput extends ListAccountsRequest {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link ListAccountsCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const ListAccountsCommand_base: {
|
|
25
|
-
new (input: ListAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
|
|
31
|
-
* administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>IAM Identity Center User Guide</i>. This operation
|
|
32
|
-
* returns a paginated response.</p>
|
|
33
|
-
* @example
|
|
34
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
-
* ```javascript
|
|
36
|
-
* import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
|
|
37
|
-
* // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
|
|
38
|
-
* // import type { SSOClientConfig } from "@aws-sdk/client-sso";
|
|
39
|
-
* const config = {}; // type is SSOClientConfig
|
|
40
|
-
* const client = new SSOClient(config);
|
|
41
|
-
* const input = { // ListAccountsRequest
|
|
42
|
-
* nextToken: "STRING_VALUE",
|
|
43
|
-
* maxResults: Number("int"),
|
|
44
|
-
* accessToken: "STRING_VALUE", // required
|
|
45
|
-
* };
|
|
46
|
-
* const command = new ListAccountsCommand(input);
|
|
47
|
-
* const response = await client.send(command);
|
|
48
|
-
* // { // ListAccountsResponse
|
|
49
|
-
* // nextToken: "STRING_VALUE",
|
|
50
|
-
* // accountList: [ // AccountListType
|
|
51
|
-
* // { // AccountInfo
|
|
52
|
-
* // accountId: "STRING_VALUE",
|
|
53
|
-
* // accountName: "STRING_VALUE",
|
|
54
|
-
* // emailAddress: "STRING_VALUE",
|
|
55
|
-
* // },
|
|
56
|
-
* // ],
|
|
57
|
-
* // };
|
|
58
|
-
*
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @param ListAccountsCommandInput - {@link ListAccountsCommandInput}
|
|
62
|
-
* @returns {@link ListAccountsCommandOutput}
|
|
63
|
-
* @see {@link ListAccountsCommandInput} for command's `input` shape.
|
|
64
|
-
* @see {@link ListAccountsCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
|
|
66
|
-
*
|
|
67
|
-
* @throws {@link InvalidRequestException} (client fault)
|
|
68
|
-
* <p>Indicates that a problem occurred with the input to the request. For example, a required
|
|
69
|
-
* parameter might be missing or out of range.</p>
|
|
70
|
-
*
|
|
71
|
-
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
-
* <p>The specified resource doesn't exist.</p>
|
|
73
|
-
*
|
|
74
|
-
* @throws {@link TooManyRequestsException} (client fault)
|
|
75
|
-
* <p>Indicates that the request is being made too frequently and is more than what the server
|
|
76
|
-
* can handle.</p>
|
|
77
|
-
*
|
|
78
|
-
* @throws {@link UnauthorizedException} (client fault)
|
|
79
|
-
* <p>Indicates that the request is not authorized. This can happen due to an invalid access
|
|
80
|
-
* token in the request.</p>
|
|
81
|
-
*
|
|
82
|
-
* @throws {@link SSOServiceException}
|
|
83
|
-
* <p>Base exception class for all service exceptions from SSO service.</p>
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
89
|
-
/** @internal type navigation helper, not in runtime. */
|
|
90
|
-
protected static __types: {
|
|
91
|
-
api: {
|
|
92
|
-
input: ListAccountsRequest;
|
|
93
|
-
output: ListAccountsResponse;
|
|
94
|
-
};
|
|
95
|
-
sdk: {
|
|
96
|
-
input: ListAccountsCommandInput;
|
|
97
|
-
output: ListAccountsCommandOutput;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
}
|