@jjrawlins/cdk-diff-pr-github-action 1.5.4 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/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/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- 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/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/loadSso.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/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- 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/package.json +4 -4
- 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/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- 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/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- 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 +4 -4
- 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,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
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LogoutRequest } 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 LogoutCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface LogoutCommandInput extends LogoutRequest {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link LogoutCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface LogoutCommandOutput extends __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const LogoutCommand_base: {
|
|
25
|
-
new (input: LogoutCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: LogoutCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
|
|
31
|
-
* the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in
|
|
32
|
-
* session.</p>
|
|
33
|
-
* <note>
|
|
34
|
-
* <p>If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is
|
|
35
|
-
* used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set.
|
|
36
|
-
* More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user,
|
|
37
|
-
* and the corresponding temporary AWS credentials are returned to the client.</p>
|
|
38
|
-
* <p>After user logout, any existing IAM role sessions that were created by using IAM Identity Center
|
|
39
|
-
* permission sets continue based on the duration configured in the permission set.
|
|
40
|
-
* For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html">User
|
|
41
|
-
* authentications</a> in the <i>IAM Identity Center User
|
|
42
|
-
* Guide</i>.</p>
|
|
43
|
-
* </note>
|
|
44
|
-
* @example
|
|
45
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
46
|
-
* ```javascript
|
|
47
|
-
* import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
|
|
48
|
-
* // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
|
|
49
|
-
* // import type { SSOClientConfig } from "@aws-sdk/client-sso";
|
|
50
|
-
* const config = {}; // type is SSOClientConfig
|
|
51
|
-
* const client = new SSOClient(config);
|
|
52
|
-
* const input = { // LogoutRequest
|
|
53
|
-
* accessToken: "STRING_VALUE", // required
|
|
54
|
-
* };
|
|
55
|
-
* const command = new LogoutCommand(input);
|
|
56
|
-
* const response = await client.send(command);
|
|
57
|
-
* // {};
|
|
58
|
-
*
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @param LogoutCommandInput - {@link LogoutCommandInput}
|
|
62
|
-
* @returns {@link LogoutCommandOutput}
|
|
63
|
-
* @see {@link LogoutCommandInput} for command's `input` shape.
|
|
64
|
-
* @see {@link LogoutCommandOutput} 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 TooManyRequestsException} (client fault)
|
|
72
|
-
* <p>Indicates that the request is being made too frequently and is more than what the server
|
|
73
|
-
* can handle.</p>
|
|
74
|
-
*
|
|
75
|
-
* @throws {@link UnauthorizedException} (client fault)
|
|
76
|
-
* <p>Indicates that the request is not authorized. This can happen due to an invalid access
|
|
77
|
-
* token in the request.</p>
|
|
78
|
-
*
|
|
79
|
-
* @throws {@link SSOServiceException}
|
|
80
|
-
* <p>Base exception class for all service exceptions from SSO service.</p>
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
export declare class LogoutCommand extends LogoutCommand_base {
|
|
86
|
-
/** @internal type navigation helper, not in runtime. */
|
|
87
|
-
protected static __types: {
|
|
88
|
-
api: {
|
|
89
|
-
input: LogoutRequest;
|
|
90
|
-
output: {};
|
|
91
|
-
};
|
|
92
|
-
sdk: {
|
|
93
|
-
input: LogoutCommandInput;
|
|
94
|
-
output: LogoutCommandOutput;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
}
|