@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,189 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* <p>Provides information about your AWS account.</p>
|
|
3
|
-
* @public
|
|
4
|
-
*/
|
|
5
|
-
export interface AccountInfo {
|
|
6
|
-
/**
|
|
7
|
-
* <p>The identifier of the AWS account that is assigned to the user.</p>
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
accountId?: string | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* <p>The display name of the AWS account that is assigned to the user.</p>
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
accountName?: string | undefined;
|
|
16
|
-
/**
|
|
17
|
-
* <p>The email address of the AWS account that is assigned to the user.</p>
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
emailAddress?: string | undefined;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @public
|
|
24
|
-
*/
|
|
25
|
-
export interface GetRoleCredentialsRequest {
|
|
26
|
-
/**
|
|
27
|
-
* <p>The friendly name of the role that is assigned to the user.</p>
|
|
28
|
-
* @public
|
|
29
|
-
*/
|
|
30
|
-
roleName: string | undefined;
|
|
31
|
-
/**
|
|
32
|
-
* <p>The identifier for the AWS account that is assigned to the user.</p>
|
|
33
|
-
* @public
|
|
34
|
-
*/
|
|
35
|
-
accountId: string | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
38
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
39
|
-
* @public
|
|
40
|
-
*/
|
|
41
|
-
accessToken: string | undefined;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* <p>Provides information about the role credentials that are assigned to the user.</p>
|
|
45
|
-
* @public
|
|
46
|
-
*/
|
|
47
|
-
export interface RoleCredentials {
|
|
48
|
-
/**
|
|
49
|
-
* <p>The identifier used for the temporary security credentials. For more information, see
|
|
50
|
-
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
|
|
51
|
-
* <i>AWS IAM User Guide</i>.</p>
|
|
52
|
-
* @public
|
|
53
|
-
*/
|
|
54
|
-
accessKeyId?: string | undefined;
|
|
55
|
-
/**
|
|
56
|
-
* <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
|
|
57
|
-
* <i>AWS IAM User Guide</i>.</p>
|
|
58
|
-
* @public
|
|
59
|
-
*/
|
|
60
|
-
secretAccessKey?: string | undefined;
|
|
61
|
-
/**
|
|
62
|
-
* <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
|
|
63
|
-
* <i>AWS IAM User Guide</i>.</p>
|
|
64
|
-
* @public
|
|
65
|
-
*/
|
|
66
|
-
sessionToken?: string | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* <p>The date on which temporary security credentials expire.</p>
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
expiration?: number | undefined;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
export interface GetRoleCredentialsResponse {
|
|
77
|
-
/**
|
|
78
|
-
* <p>The credentials for the role that is assigned to the user.</p>
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
roleCredentials?: RoleCredentials | undefined;
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
export interface ListAccountRolesRequest {
|
|
87
|
-
/**
|
|
88
|
-
* <p>The page token from the previous response output when you request subsequent pages.</p>
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
nextToken?: string | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* <p>The number of items that clients can request per page.</p>
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
maxResults?: number | undefined;
|
|
97
|
-
/**
|
|
98
|
-
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
99
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
accessToken: string | undefined;
|
|
103
|
-
/**
|
|
104
|
-
* <p>The identifier for the AWS account that is assigned to the user.</p>
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
accountId: string | undefined;
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* <p>Provides information about the role that is assigned to the user.</p>
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
export interface RoleInfo {
|
|
114
|
-
/**
|
|
115
|
-
* <p>The friendly name of the role that is assigned to the user.</p>
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
roleName?: string | undefined;
|
|
119
|
-
/**
|
|
120
|
-
* <p>The identifier of the AWS account assigned to the user.</p>
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
accountId?: string | undefined;
|
|
124
|
-
}
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
export interface ListAccountRolesResponse {
|
|
129
|
-
/**
|
|
130
|
-
* <p>The page token client that is used to retrieve the list of accounts.</p>
|
|
131
|
-
* @public
|
|
132
|
-
*/
|
|
133
|
-
nextToken?: string | undefined;
|
|
134
|
-
/**
|
|
135
|
-
* <p>A paginated response with the list of roles and the next token if more results are
|
|
136
|
-
* available.</p>
|
|
137
|
-
* @public
|
|
138
|
-
*/
|
|
139
|
-
roleList?: RoleInfo[] | undefined;
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* @public
|
|
143
|
-
*/
|
|
144
|
-
export interface ListAccountsRequest {
|
|
145
|
-
/**
|
|
146
|
-
* <p>(Optional) When requesting subsequent pages, this is the page token from the previous
|
|
147
|
-
* response output.</p>
|
|
148
|
-
* @public
|
|
149
|
-
*/
|
|
150
|
-
nextToken?: string | undefined;
|
|
151
|
-
/**
|
|
152
|
-
* <p>This is the number of items clients can request per page.</p>
|
|
153
|
-
* @public
|
|
154
|
-
*/
|
|
155
|
-
maxResults?: number | undefined;
|
|
156
|
-
/**
|
|
157
|
-
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
158
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
accessToken: string | undefined;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* @public
|
|
165
|
-
*/
|
|
166
|
-
export interface ListAccountsResponse {
|
|
167
|
-
/**
|
|
168
|
-
* <p>The page token client that is used to retrieve the list of accounts.</p>
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
nextToken?: string | undefined;
|
|
172
|
-
/**
|
|
173
|
-
* <p>A paginated response with the list of account information and the next token if more
|
|
174
|
-
* results are available.</p>
|
|
175
|
-
* @public
|
|
176
|
-
*/
|
|
177
|
-
accountList?: AccountInfo[] | undefined;
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* @public
|
|
181
|
-
*/
|
|
182
|
-
export interface LogoutRequest {
|
|
183
|
-
/**
|
|
184
|
-
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
|
|
185
|
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
|
|
186
|
-
* @public
|
|
187
|
-
*/
|
|
188
|
-
accessToken: string | undefined;
|
|
189
|
-
}
|
package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Paginator } from "@smithy/types";
|
|
2
|
-
import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
|
|
3
|
-
import { SSOPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare const paginateListAccountRoles: (config: SSOPaginationConfiguration, input: ListAccountRolesCommandInput, ...rest: any[]) => Paginator<ListAccountRolesCommandOutput>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Paginator } from "@smithy/types";
|
|
2
|
-
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
|
|
3
|
-
import { SSOPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare const paginateListAccounts: (config: SSOPaginationConfiguration, input: ListAccountsCommandInput, ...rest: any[]) => Paginator<ListAccountsCommandOutput>;
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
-
PaginationConfiguration,
|
|
4
|
-
Paginator,
|
|
5
|
-
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
GetRoleCredentialsCommandInput,
|
|
8
|
-
GetRoleCredentialsCommandOutput,
|
|
9
|
-
} from "./commands/GetRoleCredentialsCommand";
|
|
10
|
-
import {
|
|
11
|
-
ListAccountRolesCommandInput,
|
|
12
|
-
ListAccountRolesCommandOutput,
|
|
13
|
-
} from "./commands/ListAccountRolesCommand";
|
|
14
|
-
import {
|
|
15
|
-
ListAccountsCommandInput,
|
|
16
|
-
ListAccountsCommandOutput,
|
|
17
|
-
} from "./commands/ListAccountsCommand";
|
|
18
|
-
import {
|
|
19
|
-
LogoutCommandInput,
|
|
20
|
-
LogoutCommandOutput,
|
|
21
|
-
} from "./commands/LogoutCommand";
|
|
22
|
-
import { SSOClient } from "./SSOClient";
|
|
23
|
-
export interface SSO {
|
|
24
|
-
getRoleCredentials(
|
|
25
|
-
args: GetRoleCredentialsCommandInput,
|
|
26
|
-
options?: __HttpHandlerOptions
|
|
27
|
-
): Promise<GetRoleCredentialsCommandOutput>;
|
|
28
|
-
getRoleCredentials(
|
|
29
|
-
args: GetRoleCredentialsCommandInput,
|
|
30
|
-
cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void
|
|
31
|
-
): void;
|
|
32
|
-
getRoleCredentials(
|
|
33
|
-
args: GetRoleCredentialsCommandInput,
|
|
34
|
-
options: __HttpHandlerOptions,
|
|
35
|
-
cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void
|
|
36
|
-
): void;
|
|
37
|
-
listAccountRoles(
|
|
38
|
-
args: ListAccountRolesCommandInput,
|
|
39
|
-
options?: __HttpHandlerOptions
|
|
40
|
-
): Promise<ListAccountRolesCommandOutput>;
|
|
41
|
-
listAccountRoles(
|
|
42
|
-
args: ListAccountRolesCommandInput,
|
|
43
|
-
cb: (err: any, data?: ListAccountRolesCommandOutput) => void
|
|
44
|
-
): void;
|
|
45
|
-
listAccountRoles(
|
|
46
|
-
args: ListAccountRolesCommandInput,
|
|
47
|
-
options: __HttpHandlerOptions,
|
|
48
|
-
cb: (err: any, data?: ListAccountRolesCommandOutput) => void
|
|
49
|
-
): void;
|
|
50
|
-
listAccounts(
|
|
51
|
-
args: ListAccountsCommandInput,
|
|
52
|
-
options?: __HttpHandlerOptions
|
|
53
|
-
): Promise<ListAccountsCommandOutput>;
|
|
54
|
-
listAccounts(
|
|
55
|
-
args: ListAccountsCommandInput,
|
|
56
|
-
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
57
|
-
): void;
|
|
58
|
-
listAccounts(
|
|
59
|
-
args: ListAccountsCommandInput,
|
|
60
|
-
options: __HttpHandlerOptions,
|
|
61
|
-
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
62
|
-
): void;
|
|
63
|
-
logout(
|
|
64
|
-
args: LogoutCommandInput,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Promise<LogoutCommandOutput>;
|
|
67
|
-
logout(
|
|
68
|
-
args: LogoutCommandInput,
|
|
69
|
-
cb: (err: any, data?: LogoutCommandOutput) => void
|
|
70
|
-
): void;
|
|
71
|
-
logout(
|
|
72
|
-
args: LogoutCommandInput,
|
|
73
|
-
options: __HttpHandlerOptions,
|
|
74
|
-
cb: (err: any, data?: LogoutCommandOutput) => void
|
|
75
|
-
): void;
|
|
76
|
-
paginateListAccountRoles(
|
|
77
|
-
args: ListAccountRolesCommandInput,
|
|
78
|
-
paginationConfig?: Pick<
|
|
79
|
-
PaginationConfiguration,
|
|
80
|
-
Exclude<keyof PaginationConfiguration, "client">
|
|
81
|
-
>
|
|
82
|
-
): Paginator<ListAccountRolesCommandOutput>;
|
|
83
|
-
paginateListAccounts(
|
|
84
|
-
args: ListAccountsCommandInput,
|
|
85
|
-
paginationConfig?: Pick<
|
|
86
|
-
PaginationConfiguration,
|
|
87
|
-
Exclude<keyof PaginationConfiguration, "client">
|
|
88
|
-
>
|
|
89
|
-
): Paginator<ListAccountsCommandOutput>;
|
|
90
|
-
}
|
|
91
|
-
export declare class SSO extends SSOClient implements SSO {}
|
package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ListAccountRolesRequest,
|
|
5
|
-
ListAccountRolesResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SSOClientResolvedConfig,
|
|
11
|
-
} from "../SSOClient";
|
|
12
|
-
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
|
-
export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {}
|
|
15
|
-
export interface ListAccountRolesCommandOutput
|
|
16
|
-
extends ListAccountRolesResponse,
|
|
17
|
-
__MetadataBearer {}
|
|
18
|
-
declare const ListAccountRolesCommand_base: {
|
|
19
|
-
new (
|
|
20
|
-
input: ListAccountRolesCommandInput
|
|
21
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
-
ListAccountRolesCommandInput,
|
|
23
|
-
ListAccountRolesCommandOutput,
|
|
24
|
-
SSOClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
27
|
-
>;
|
|
28
|
-
new (
|
|
29
|
-
input: ListAccountRolesCommandInput
|
|
30
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
-
ListAccountRolesCommandInput,
|
|
32
|
-
ListAccountRolesCommandOutput,
|
|
33
|
-
SSOClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
36
|
-
>;
|
|
37
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
-
};
|
|
39
|
-
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
|
40
|
-
protected static __types: {
|
|
41
|
-
api: {
|
|
42
|
-
input: ListAccountRolesRequest;
|
|
43
|
-
output: ListAccountRolesResponse;
|
|
44
|
-
};
|
|
45
|
-
sdk: {
|
|
46
|
-
input: ListAccountRolesCommandInput;
|
|
47
|
-
output: ListAccountRolesCommandOutput;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SSOClientResolvedConfig,
|
|
8
|
-
} from "../SSOClient";
|
|
9
|
-
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
|
-
export interface ListAccountsCommandInput extends ListAccountsRequest {}
|
|
12
|
-
export interface ListAccountsCommandOutput
|
|
13
|
-
extends ListAccountsResponse,
|
|
14
|
-
__MetadataBearer {}
|
|
15
|
-
declare const ListAccountsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListAccountsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
-
ListAccountsCommandInput,
|
|
20
|
-
ListAccountsCommandOutput,
|
|
21
|
-
SSOClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
24
|
-
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListAccountsCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
-
ListAccountsCommandInput,
|
|
29
|
-
ListAccountsCommandOutput,
|
|
30
|
-
SSOClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
33
|
-
>;
|
|
34
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
-
};
|
|
36
|
-
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
37
|
-
protected static __types: {
|
|
38
|
-
api: {
|
|
39
|
-
input: ListAccountsRequest;
|
|
40
|
-
output: ListAccountsResponse;
|
|
41
|
-
};
|
|
42
|
-
sdk: {
|
|
43
|
-
input: ListAccountsCommandInput;
|
|
44
|
-
output: ListAccountsCommandOutput;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LogoutRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SSOClientResolvedConfig,
|
|
8
|
-
} from "../SSOClient";
|
|
9
|
-
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
|
-
export interface LogoutCommandInput extends LogoutRequest {}
|
|
12
|
-
export interface LogoutCommandOutput extends __MetadataBearer {}
|
|
13
|
-
declare const LogoutCommand_base: {
|
|
14
|
-
new (input: LogoutCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
15
|
-
LogoutCommandInput,
|
|
16
|
-
LogoutCommandOutput,
|
|
17
|
-
SSOClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
20
|
-
>;
|
|
21
|
-
new (input: LogoutCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
-
LogoutCommandInput,
|
|
23
|
-
LogoutCommandOutput,
|
|
24
|
-
SSOClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
27
|
-
>;
|
|
28
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
-
};
|
|
30
|
-
export declare class LogoutCommand extends LogoutCommand_base {
|
|
31
|
-
protected static __types: {
|
|
32
|
-
api: {
|
|
33
|
-
input: LogoutRequest;
|
|
34
|
-
output: {};
|
|
35
|
-
};
|
|
36
|
-
sdk: {
|
|
37
|
-
input: LogoutCommandInput;
|
|
38
|
-
output: LogoutCommandOutput;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
export interface AccountInfo {
|
|
2
|
-
accountId?: string | undefined;
|
|
3
|
-
accountName?: string | undefined;
|
|
4
|
-
emailAddress?: string | undefined;
|
|
5
|
-
}
|
|
6
|
-
export interface GetRoleCredentialsRequest {
|
|
7
|
-
roleName: string | undefined;
|
|
8
|
-
accountId: string | undefined;
|
|
9
|
-
accessToken: string | undefined;
|
|
10
|
-
}
|
|
11
|
-
export interface RoleCredentials {
|
|
12
|
-
accessKeyId?: string | undefined;
|
|
13
|
-
secretAccessKey?: string | undefined;
|
|
14
|
-
sessionToken?: string | undefined;
|
|
15
|
-
expiration?: number | undefined;
|
|
16
|
-
}
|
|
17
|
-
export interface GetRoleCredentialsResponse {
|
|
18
|
-
roleCredentials?: RoleCredentials | undefined;
|
|
19
|
-
}
|
|
20
|
-
export interface ListAccountRolesRequest {
|
|
21
|
-
nextToken?: string | undefined;
|
|
22
|
-
maxResults?: number | undefined;
|
|
23
|
-
accessToken: string | undefined;
|
|
24
|
-
accountId: string | undefined;
|
|
25
|
-
}
|
|
26
|
-
export interface RoleInfo {
|
|
27
|
-
roleName?: string | undefined;
|
|
28
|
-
accountId?: string | undefined;
|
|
29
|
-
}
|
|
30
|
-
export interface ListAccountRolesResponse {
|
|
31
|
-
nextToken?: string | undefined;
|
|
32
|
-
roleList?: RoleInfo[] | undefined;
|
|
33
|
-
}
|
|
34
|
-
export interface ListAccountsRequest {
|
|
35
|
-
nextToken?: string | undefined;
|
|
36
|
-
maxResults?: number | undefined;
|
|
37
|
-
accessToken: string | undefined;
|
|
38
|
-
}
|
|
39
|
-
export interface ListAccountsResponse {
|
|
40
|
-
nextToken?: string | undefined;
|
|
41
|
-
accountList?: AccountInfo[] | undefined;
|
|
42
|
-
}
|
|
43
|
-
export interface LogoutRequest {
|
|
44
|
-
accessToken: string | undefined;
|
|
45
|
-
}
|
package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAccountRolesCommandInput,
|
|
4
|
-
ListAccountRolesCommandOutput,
|
|
5
|
-
} from "../commands/ListAccountRolesCommand";
|
|
6
|
-
import { SSOPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare const paginateListAccountRoles: (
|
|
8
|
-
config: SSOPaginationConfiguration,
|
|
9
|
-
input: ListAccountRolesCommandInput,
|
|
10
|
-
...rest: any[]
|
|
11
|
-
) => Paginator<ListAccountRolesCommandOutput>;
|
package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAccountsCommandInput,
|
|
4
|
-
ListAccountsCommandOutput,
|
|
5
|
-
} from "../commands/ListAccountsCommand";
|
|
6
|
-
import { SSOPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare const paginateListAccounts: (
|
|
8
|
-
config: SSOPaginationConfiguration,
|
|
9
|
-
input: ListAccountsCommandInput,
|
|
10
|
-
...rest: any[]
|
|
11
|
-
) => Paginator<ListAccountsCommandOutput>;
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@aws-sdk/client-sso",
|
|
3
|
-
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.996.0",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
|
-
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
9
|
-
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
13
|
-
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo sso",
|
|
15
|
-
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
|
-
},
|
|
17
|
-
"main": "./dist-cjs/index.js",
|
|
18
|
-
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"module": "./dist-es/index.js",
|
|
20
|
-
"sideEffects": false,
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.12",
|
|
25
|
-
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
26
|
-
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "^3.972.12",
|
|
29
|
-
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
30
|
-
"@aws-sdk/types": "^3.973.1",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.996.0",
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "^3.972.11",
|
|
34
|
-
"@smithy/config-resolver": "^4.4.6",
|
|
35
|
-
"@smithy/core": "^3.23.2",
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.9",
|
|
37
|
-
"@smithy/hash-node": "^4.2.8",
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.8",
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.8",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.4.16",
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.33",
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.9",
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.8",
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.8",
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.10",
|
|
46
|
-
"@smithy/protocol-http": "^5.3.8",
|
|
47
|
-
"@smithy/smithy-client": "^4.11.5",
|
|
48
|
-
"@smithy/types": "^4.12.0",
|
|
49
|
-
"@smithy/url-parser": "^4.2.8",
|
|
50
|
-
"@smithy/util-base64": "^4.3.0",
|
|
51
|
-
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
|
-
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.32",
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.35",
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.8",
|
|
56
|
-
"@smithy/util-middleware": "^4.2.8",
|
|
57
|
-
"@smithy/util-retry": "^4.2.8",
|
|
58
|
-
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"tslib": "^2.6.2"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@tsconfig/node20": "20.1.8",
|
|
63
|
-
"@types/node": "^20.14.8",
|
|
64
|
-
"concurrently": "7.0.0",
|
|
65
|
-
"downlevel-dts": "0.10.1",
|
|
66
|
-
"premove": "4.0.0",
|
|
67
|
-
"typescript": "~5.8.3"
|
|
68
|
-
},
|
|
69
|
-
"engines": {
|
|
70
|
-
"node": ">=20.0.0"
|
|
71
|
-
},
|
|
72
|
-
"typesVersions": {
|
|
73
|
-
"<4.0": {
|
|
74
|
-
"dist-types/*": [
|
|
75
|
-
"dist-types/ts3.4/*"
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"files": [
|
|
80
|
-
"dist-*/**"
|
|
81
|
-
],
|
|
82
|
-
"author": {
|
|
83
|
-
"name": "AWS SDK for JavaScript Team",
|
|
84
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
85
|
-
},
|
|
86
|
-
"license": "Apache-2.0",
|
|
87
|
-
"browser": {
|
|
88
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
89
|
-
},
|
|
90
|
-
"react-native": {
|
|
91
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
92
|
-
},
|
|
93
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",
|
|
94
|
-
"repository": {
|
|
95
|
-
"type": "git",
|
|
96
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
97
|
-
"directory": "clients/client-sso"
|
|
98
|
-
}
|
|
99
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|