serverless-spy 0.0.3 → 0.0.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 -2
- package/lib/ServerlessSpy.js +1 -1
- package/listener/createServerlessSpyListener.ts +12 -2
- package/listener/index.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +4150 -0
- package/node_modules/@aws-sdk/client-cognito-identity/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-cognito-identity/README.md +219 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js +352 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js +26 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoints.js +167 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +11 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js +11 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js +354 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js +2236 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +45 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +52 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +355 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js +23 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoints.js +163 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js +202 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js +75 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +2662 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +26 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +30 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +295 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +180 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +61 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts +23 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoints.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +1166 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts +71 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +40 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +120 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +96 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +567 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +71 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +107 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +4874 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js +71 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js +70 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +73 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +59 -0
- package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +570 -0
- package/node_modules/@aws-sdk/credential-providers/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-providers/README.md +663 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js +13 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js +13 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js +14 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js +14 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +31 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js +13 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js +13 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +40 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +12 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/index.web.js +4 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts +45 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts +48 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts +48 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-providers/package.json +78 -0
- package/package.json +4 -16
|
@@ -0,0 +1,1166 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
|
|
3
|
+
export declare enum AmbiguousRoleResolutionType {
|
|
4
|
+
AUTHENTICATED_ROLE = "AuthenticatedRole",
|
|
5
|
+
DENY = "Deny"
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* <p>A provider representing an Amazon Cognito user pool and its client ID.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface CognitoIdentityProvider {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The provider name for an Amazon Cognito user pool. For example,
|
|
13
|
+
* <code>cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789</code>.</p>
|
|
14
|
+
*/
|
|
15
|
+
ProviderName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The client ID for the Amazon Cognito user pool.</p>
|
|
18
|
+
*/
|
|
19
|
+
ClientId?: string;
|
|
20
|
+
/**
|
|
21
|
+
* <p>TRUE if server-side token validation is enabled for the identity provider’s
|
|
22
|
+
* token.</p>
|
|
23
|
+
* <p>Once you set <code>ServerSideTokenCheck</code> to TRUE for an identity pool, that
|
|
24
|
+
* identity pool will check with the integrated user pools to make sure that the user has not
|
|
25
|
+
* been globally signed out or deleted before the identity pool provides an OIDC token or AWS
|
|
26
|
+
* credentials for the user.</p>
|
|
27
|
+
* <p>If the user is signed out or deleted, the identity pool will return a 400 Not
|
|
28
|
+
* Authorized error.</p>
|
|
29
|
+
*/
|
|
30
|
+
ServerSideTokenCheck?: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* <p>Input to the CreateIdentityPool action.</p>
|
|
34
|
+
*/
|
|
35
|
+
export interface CreateIdentityPoolInput {
|
|
36
|
+
/**
|
|
37
|
+
* <p>A string that you provide.</p>
|
|
38
|
+
*/
|
|
39
|
+
IdentityPoolName: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>TRUE if the identity pool supports unauthenticated logins.</p>
|
|
42
|
+
*/
|
|
43
|
+
AllowUnauthenticatedIdentities: boolean | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Enables or disables the Basic (Classic) authentication flow. For more information, see
|
|
46
|
+
* <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html">Identity Pools (Federated Identities) Authentication Flow</a> in the <i>Amazon Cognito Developer Guide</i>.</p>
|
|
47
|
+
*/
|
|
48
|
+
AllowClassicFlow?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* <p>Optional key:value pairs mapping provider names to provider app IDs.</p>
|
|
51
|
+
*/
|
|
52
|
+
SupportedLoginProviders?: Record<string, string>;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The "domain" by which Cognito will refer to your users. This name acts as a
|
|
55
|
+
* placeholder that allows your backend and the Cognito service to communicate about the
|
|
56
|
+
* developer provider. For the <code>DeveloperProviderName</code>, you can use letters as well
|
|
57
|
+
* as period (<code>.</code>), underscore (<code>_</code>), and dash
|
|
58
|
+
* (<code>-</code>).</p>
|
|
59
|
+
* <p>Once you have set a developer provider name, you cannot change it. Please take care
|
|
60
|
+
* in setting this parameter.</p>
|
|
61
|
+
*/
|
|
62
|
+
DeveloperProviderName?: string;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The Amazon Resource Names (ARN) of the OpenID Connect providers.</p>
|
|
65
|
+
*/
|
|
66
|
+
OpenIdConnectProviderARNs?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* <p>An array of Amazon Cognito user pools and their client IDs.</p>
|
|
69
|
+
*/
|
|
70
|
+
CognitoIdentityProviders?: CognitoIdentityProvider[];
|
|
71
|
+
/**
|
|
72
|
+
* <p>An array of Amazon Resource Names (ARNs) of the SAML provider for your identity
|
|
73
|
+
* pool.</p>
|
|
74
|
+
*/
|
|
75
|
+
SamlProviderARNs?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* <p>Tags to assign to the identity pool. A tag is a label that you can apply to identity
|
|
78
|
+
* pools to categorize and manage them in different ways, such as by purpose, owner,
|
|
79
|
+
* environment, or other criteria.</p>
|
|
80
|
+
*/
|
|
81
|
+
IdentityPoolTags?: Record<string, string>;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* <p>An object representing an Amazon Cognito identity pool.</p>
|
|
85
|
+
*/
|
|
86
|
+
export interface IdentityPool {
|
|
87
|
+
/**
|
|
88
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
89
|
+
*/
|
|
90
|
+
IdentityPoolId: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>A string that you provide.</p>
|
|
93
|
+
*/
|
|
94
|
+
IdentityPoolName: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>TRUE if the identity pool supports unauthenticated logins.</p>
|
|
97
|
+
*/
|
|
98
|
+
AllowUnauthenticatedIdentities: boolean | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>Enables or disables the Basic (Classic) authentication flow. For more information, see
|
|
101
|
+
* <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html">Identity Pools (Federated Identities) Authentication Flow</a> in the <i>Amazon Cognito Developer Guide</i>.</p>
|
|
102
|
+
*/
|
|
103
|
+
AllowClassicFlow?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
* <p>Optional key:value pairs mapping provider names to provider app IDs.</p>
|
|
106
|
+
*/
|
|
107
|
+
SupportedLoginProviders?: Record<string, string>;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The "domain" by which Cognito will refer to your users.</p>
|
|
110
|
+
*/
|
|
111
|
+
DeveloperProviderName?: string;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The ARNs of the OpenID Connect providers.</p>
|
|
114
|
+
*/
|
|
115
|
+
OpenIdConnectProviderARNs?: string[];
|
|
116
|
+
/**
|
|
117
|
+
* <p>A list representing an Amazon Cognito user pool and its client ID.</p>
|
|
118
|
+
*/
|
|
119
|
+
CognitoIdentityProviders?: CognitoIdentityProvider[];
|
|
120
|
+
/**
|
|
121
|
+
* <p>An array of Amazon Resource Names (ARNs) of the SAML provider for your identity
|
|
122
|
+
* pool.</p>
|
|
123
|
+
*/
|
|
124
|
+
SamlProviderARNs?: string[];
|
|
125
|
+
/**
|
|
126
|
+
* <p>The tags that are assigned to the identity pool. A tag is a label that you can apply to
|
|
127
|
+
* identity pools to categorize and manage them in different ways, such as by purpose, owner,
|
|
128
|
+
* environment, or other criteria.</p>
|
|
129
|
+
*/
|
|
130
|
+
IdentityPoolTags?: Record<string, string>;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* <p>Thrown when the service encounters an error during processing the request.</p>
|
|
134
|
+
*/
|
|
135
|
+
export declare class InternalErrorException extends __BaseException {
|
|
136
|
+
readonly name: "InternalErrorException";
|
|
137
|
+
readonly $fault: "server";
|
|
138
|
+
/**
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
141
|
+
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* <p>Thrown for missing or bad input parameter(s).</p>
|
|
145
|
+
*/
|
|
146
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
147
|
+
readonly name: "InvalidParameterException";
|
|
148
|
+
readonly $fault: "client";
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
152
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>Thrown when the total number of user pools has exceeded a preset limit.</p>
|
|
156
|
+
*/
|
|
157
|
+
export declare class LimitExceededException extends __BaseException {
|
|
158
|
+
readonly name: "LimitExceededException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
/**
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* <p>Thrown when a user is not authorized to access the requested resource.</p>
|
|
167
|
+
*/
|
|
168
|
+
export declare class NotAuthorizedException extends __BaseException {
|
|
169
|
+
readonly name: "NotAuthorizedException";
|
|
170
|
+
readonly $fault: "client";
|
|
171
|
+
/**
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* <p>Thrown when a user tries to use a login which is already linked to another
|
|
178
|
+
* account.</p>
|
|
179
|
+
*/
|
|
180
|
+
export declare class ResourceConflictException extends __BaseException {
|
|
181
|
+
readonly name: "ResourceConflictException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
/**
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
186
|
+
constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* <p>Thrown when a request is throttled.</p>
|
|
190
|
+
*/
|
|
191
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
192
|
+
readonly name: "TooManyRequestsException";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
/**
|
|
195
|
+
* @internal
|
|
196
|
+
*/
|
|
197
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* <p>Input to the <code>DeleteIdentities</code> action.</p>
|
|
201
|
+
*/
|
|
202
|
+
export interface DeleteIdentitiesInput {
|
|
203
|
+
/**
|
|
204
|
+
* <p>A list of 1-60 identities that you want to delete.</p>
|
|
205
|
+
*/
|
|
206
|
+
IdentityIdsToDelete: string[] | undefined;
|
|
207
|
+
}
|
|
208
|
+
export declare enum ErrorCode {
|
|
209
|
+
ACCESS_DENIED = "AccessDenied",
|
|
210
|
+
INTERNAL_SERVER_ERROR = "InternalServerError"
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* <p>An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and
|
|
214
|
+
* IdentityId.</p>
|
|
215
|
+
*/
|
|
216
|
+
export interface UnprocessedIdentityId {
|
|
217
|
+
/**
|
|
218
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
219
|
+
*/
|
|
220
|
+
IdentityId?: string;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The error code indicating the type of error that occurred.</p>
|
|
223
|
+
*/
|
|
224
|
+
ErrorCode?: ErrorCode | string;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* <p>Returned in response to a successful <code>DeleteIdentities</code>
|
|
228
|
+
* operation.</p>
|
|
229
|
+
*/
|
|
230
|
+
export interface DeleteIdentitiesResponse {
|
|
231
|
+
/**
|
|
232
|
+
* <p>An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and
|
|
233
|
+
* IdentityId.</p>
|
|
234
|
+
*/
|
|
235
|
+
UnprocessedIdentityIds?: UnprocessedIdentityId[];
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* <p>Input to the DeleteIdentityPool action.</p>
|
|
239
|
+
*/
|
|
240
|
+
export interface DeleteIdentityPoolInput {
|
|
241
|
+
/**
|
|
242
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
243
|
+
*/
|
|
244
|
+
IdentityPoolId: string | undefined;
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* <p>Thrown when the requested resource (for example, a dataset or record) does not
|
|
248
|
+
* exist.</p>
|
|
249
|
+
*/
|
|
250
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
251
|
+
readonly name: "ResourceNotFoundException";
|
|
252
|
+
readonly $fault: "client";
|
|
253
|
+
/**
|
|
254
|
+
* @internal
|
|
255
|
+
*/
|
|
256
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* <p>Input to the <code>DescribeIdentity</code> action.</p>
|
|
260
|
+
*/
|
|
261
|
+
export interface DescribeIdentityInput {
|
|
262
|
+
/**
|
|
263
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
264
|
+
*/
|
|
265
|
+
IdentityId: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* <p>A description of the identity.</p>
|
|
269
|
+
*/
|
|
270
|
+
export interface IdentityDescription {
|
|
271
|
+
/**
|
|
272
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
273
|
+
*/
|
|
274
|
+
IdentityId?: string;
|
|
275
|
+
/**
|
|
276
|
+
* <p>The provider names.</p>
|
|
277
|
+
*/
|
|
278
|
+
Logins?: string[];
|
|
279
|
+
/**
|
|
280
|
+
* <p>Date on which the identity was created.</p>
|
|
281
|
+
*/
|
|
282
|
+
CreationDate?: Date;
|
|
283
|
+
/**
|
|
284
|
+
* <p>Date on which the identity was last modified.</p>
|
|
285
|
+
*/
|
|
286
|
+
LastModifiedDate?: Date;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* <p>Input to the DescribeIdentityPool action.</p>
|
|
290
|
+
*/
|
|
291
|
+
export interface DescribeIdentityPoolInput {
|
|
292
|
+
/**
|
|
293
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
294
|
+
*/
|
|
295
|
+
IdentityPoolId: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* <p>An exception thrown when a dependent service such as Facebook or Twitter is not
|
|
299
|
+
* responding</p>
|
|
300
|
+
*/
|
|
301
|
+
export declare class ExternalServiceException extends __BaseException {
|
|
302
|
+
readonly name: "ExternalServiceException";
|
|
303
|
+
readonly $fault: "client";
|
|
304
|
+
/**
|
|
305
|
+
* @internal
|
|
306
|
+
*/
|
|
307
|
+
constructor(opts: __ExceptionOptionType<ExternalServiceException, __BaseException>);
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* <p>Input to the <code>GetCredentialsForIdentity</code> action.</p>
|
|
311
|
+
*/
|
|
312
|
+
export interface GetCredentialsForIdentityInput {
|
|
313
|
+
/**
|
|
314
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
315
|
+
*/
|
|
316
|
+
IdentityId: string | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* <p>A set of optional name-value pairs that map provider names to provider tokens. The
|
|
319
|
+
* name-value pair will follow the syntax "provider_name":
|
|
320
|
+
* "provider_user_identifier".</p>
|
|
321
|
+
* <p>Logins should not be specified when trying to get credentials for an unauthenticated
|
|
322
|
+
* identity.</p>
|
|
323
|
+
* <p>The Logins parameter is required when using identities associated with external
|
|
324
|
+
* identity providers such as Facebook. For examples of <code>Logins</code> maps, see the code
|
|
325
|
+
* examples in the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/external-identity-providers.html">External Identity Providers</a> section of the Amazon Cognito Developer
|
|
326
|
+
* Guide.</p>
|
|
327
|
+
*/
|
|
328
|
+
Logins?: Record<string, string>;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were
|
|
331
|
+
* received in the token from the identity provider. For example, a SAML-based identity
|
|
332
|
+
* provider. This parameter is optional for identity providers that do not support role
|
|
333
|
+
* customization.</p>
|
|
334
|
+
*/
|
|
335
|
+
CustomRoleArn?: string;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* <p>Credentials for the provided identity ID.</p>
|
|
339
|
+
*/
|
|
340
|
+
export interface Credentials {
|
|
341
|
+
/**
|
|
342
|
+
* <p>The Access Key portion of the credentials.</p>
|
|
343
|
+
*/
|
|
344
|
+
AccessKeyId?: string;
|
|
345
|
+
/**
|
|
346
|
+
* <p>The Secret Access Key portion of the credentials</p>
|
|
347
|
+
*/
|
|
348
|
+
SecretKey?: string;
|
|
349
|
+
/**
|
|
350
|
+
* <p>The Session Token portion of the credentials</p>
|
|
351
|
+
*/
|
|
352
|
+
SessionToken?: string;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The date at which these credentials will expire.</p>
|
|
355
|
+
*/
|
|
356
|
+
Expiration?: Date;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* <p>Returned in response to a successful <code>GetCredentialsForIdentity</code>
|
|
360
|
+
* operation.</p>
|
|
361
|
+
*/
|
|
362
|
+
export interface GetCredentialsForIdentityResponse {
|
|
363
|
+
/**
|
|
364
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
365
|
+
*/
|
|
366
|
+
IdentityId?: string;
|
|
367
|
+
/**
|
|
368
|
+
* <p>Credentials for the provided identity ID.</p>
|
|
369
|
+
*/
|
|
370
|
+
Credentials?: Credentials;
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* <p>Thrown if the identity pool has no role associated for the given auth type
|
|
374
|
+
* (auth/unauth) or if the AssumeRole fails.</p>
|
|
375
|
+
*/
|
|
376
|
+
export declare class InvalidIdentityPoolConfigurationException extends __BaseException {
|
|
377
|
+
readonly name: "InvalidIdentityPoolConfigurationException";
|
|
378
|
+
readonly $fault: "client";
|
|
379
|
+
/**
|
|
380
|
+
* @internal
|
|
381
|
+
*/
|
|
382
|
+
constructor(opts: __ExceptionOptionType<InvalidIdentityPoolConfigurationException, __BaseException>);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* <p>Input to the GetId action.</p>
|
|
386
|
+
*/
|
|
387
|
+
export interface GetIdInput {
|
|
388
|
+
/**
|
|
389
|
+
* <p>A standard AWS account ID (9+ digits).</p>
|
|
390
|
+
*/
|
|
391
|
+
AccountId?: string;
|
|
392
|
+
/**
|
|
393
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
394
|
+
*/
|
|
395
|
+
IdentityPoolId: string | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* <p>A set of optional name-value pairs that map provider names to provider tokens. The
|
|
398
|
+
* available provider names for <code>Logins</code> are as follows:</p>
|
|
399
|
+
* <ul>
|
|
400
|
+
* <li>
|
|
401
|
+
* <p>Facebook: <code>graph.facebook.com</code>
|
|
402
|
+
* </p>
|
|
403
|
+
* </li>
|
|
404
|
+
* <li>
|
|
405
|
+
* <p>Amazon Cognito user pool:
|
|
406
|
+
* <code>cognito-idp.<region>.amazonaws.com/<YOUR_USER_POOL_ID></code>,
|
|
407
|
+
* for example, <code>cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789</code>.
|
|
408
|
+
* </p>
|
|
409
|
+
* </li>
|
|
410
|
+
* <li>
|
|
411
|
+
* <p>Google: <code>accounts.google.com</code>
|
|
412
|
+
* </p>
|
|
413
|
+
* </li>
|
|
414
|
+
* <li>
|
|
415
|
+
* <p>Amazon: <code>www.amazon.com</code>
|
|
416
|
+
* </p>
|
|
417
|
+
* </li>
|
|
418
|
+
* <li>
|
|
419
|
+
* <p>Twitter: <code>api.twitter.com</code>
|
|
420
|
+
* </p>
|
|
421
|
+
* </li>
|
|
422
|
+
* <li>
|
|
423
|
+
* <p>Digits: <code>www.digits.com</code>
|
|
424
|
+
* </p>
|
|
425
|
+
* </li>
|
|
426
|
+
* </ul>
|
|
427
|
+
*/
|
|
428
|
+
Logins?: Record<string, string>;
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* <p>Returned in response to a GetId request.</p>
|
|
432
|
+
*/
|
|
433
|
+
export interface GetIdResponse {
|
|
434
|
+
/**
|
|
435
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
436
|
+
*/
|
|
437
|
+
IdentityId?: string;
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
* <p>Input to the <code>GetIdentityPoolRoles</code> action.</p>
|
|
441
|
+
*/
|
|
442
|
+
export interface GetIdentityPoolRolesInput {
|
|
443
|
+
/**
|
|
444
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
445
|
+
*/
|
|
446
|
+
IdentityPoolId: string | undefined;
|
|
447
|
+
}
|
|
448
|
+
export declare enum MappingRuleMatchType {
|
|
449
|
+
CONTAINS = "Contains",
|
|
450
|
+
EQUALS = "Equals",
|
|
451
|
+
NOT_EQUAL = "NotEqual",
|
|
452
|
+
STARTS_WITH = "StartsWith"
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* <p>A rule that maps a claim name, a claim value, and a match type to a role
|
|
456
|
+
* ARN.</p>
|
|
457
|
+
*/
|
|
458
|
+
export interface MappingRule {
|
|
459
|
+
/**
|
|
460
|
+
* <p>The claim name that must be present in the token, for example, "isAdmin" or
|
|
461
|
+
* "paid".</p>
|
|
462
|
+
*/
|
|
463
|
+
Claim: string | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* <p>The match condition that specifies how closely the claim value in the IdP token must
|
|
466
|
+
* match <code>Value</code>.</p>
|
|
467
|
+
*/
|
|
468
|
+
MatchType: MappingRuleMatchType | string | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* <p>A brief string that the claim must match, for example, "paid" or "yes".</p>
|
|
471
|
+
*/
|
|
472
|
+
Value: string | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* <p>The role ARN.</p>
|
|
475
|
+
*/
|
|
476
|
+
RoleARN: string | undefined;
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* <p>A container for rules.</p>
|
|
480
|
+
*/
|
|
481
|
+
export interface RulesConfigurationType {
|
|
482
|
+
/**
|
|
483
|
+
* <p>An array of rules. You can specify up to 25 rules per identity provider.</p>
|
|
484
|
+
* <p>Rules are evaluated in order. The first one to match specifies the role.</p>
|
|
485
|
+
*/
|
|
486
|
+
Rules: MappingRule[] | undefined;
|
|
487
|
+
}
|
|
488
|
+
export declare enum RoleMappingType {
|
|
489
|
+
RULES = "Rules",
|
|
490
|
+
TOKEN = "Token"
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* <p>A role mapping.</p>
|
|
494
|
+
*/
|
|
495
|
+
export interface RoleMapping {
|
|
496
|
+
/**
|
|
497
|
+
* <p>The role mapping type. Token will use <code>cognito:roles</code> and
|
|
498
|
+
* <code>cognito:preferred_role</code> claims from the Cognito identity provider token to
|
|
499
|
+
* map groups to roles. Rules will attempt to match claims from the token to map to a
|
|
500
|
+
* role.</p>
|
|
501
|
+
*/
|
|
502
|
+
Type: RoleMappingType | string | undefined;
|
|
503
|
+
/**
|
|
504
|
+
* <p>If you specify Token or Rules as the <code>Type</code>,
|
|
505
|
+
* <code>AmbiguousRoleResolution</code> is required.</p>
|
|
506
|
+
* <p>Specifies the action to be taken if either no rules match the claim value for the
|
|
507
|
+
* <code>Rules</code> type, or there is no <code>cognito:preferred_role</code> claim and
|
|
508
|
+
* there are multiple <code>cognito:roles</code> matches for the <code>Token</code>
|
|
509
|
+
* type.</p>
|
|
510
|
+
*/
|
|
511
|
+
AmbiguousRoleResolution?: AmbiguousRoleResolutionType | string;
|
|
512
|
+
/**
|
|
513
|
+
* <p>The rules to be used for mapping users to roles.</p>
|
|
514
|
+
* <p>If you specify Rules as the role mapping type, <code>RulesConfiguration</code> is
|
|
515
|
+
* required.</p>
|
|
516
|
+
*/
|
|
517
|
+
RulesConfiguration?: RulesConfigurationType;
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* <p>Returned in response to a successful <code>GetIdentityPoolRoles</code>
|
|
521
|
+
* operation.</p>
|
|
522
|
+
*/
|
|
523
|
+
export interface GetIdentityPoolRolesResponse {
|
|
524
|
+
/**
|
|
525
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
526
|
+
*/
|
|
527
|
+
IdentityPoolId?: string;
|
|
528
|
+
/**
|
|
529
|
+
* <p>The map of roles associated with this pool. Currently only authenticated and
|
|
530
|
+
* unauthenticated roles are supported.</p>
|
|
531
|
+
*/
|
|
532
|
+
Roles?: Record<string, string>;
|
|
533
|
+
/**
|
|
534
|
+
* <p>How users for a specific identity provider are to mapped to roles. This is a
|
|
535
|
+
* String-to-<a>RoleMapping</a> object map. The string identifies the identity
|
|
536
|
+
* provider, for example, "graph.facebook.com" or
|
|
537
|
+
* "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id".</p>
|
|
538
|
+
*/
|
|
539
|
+
RoleMappings?: Record<string, RoleMapping>;
|
|
540
|
+
}
|
|
541
|
+
/**
|
|
542
|
+
* <p>Input to the GetOpenIdToken action.</p>
|
|
543
|
+
*/
|
|
544
|
+
export interface GetOpenIdTokenInput {
|
|
545
|
+
/**
|
|
546
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
547
|
+
*/
|
|
548
|
+
IdentityId: string | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* <p>A set of optional name-value pairs that map provider names to provider tokens. When
|
|
551
|
+
* using graph.facebook.com and www.amazon.com, supply the access_token returned from the
|
|
552
|
+
* provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any
|
|
553
|
+
* other OpenID Connect provider, always include the <code>id_token</code>.</p>
|
|
554
|
+
*/
|
|
555
|
+
Logins?: Record<string, string>;
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* <p>Returned in response to a successful GetOpenIdToken request.</p>
|
|
559
|
+
*/
|
|
560
|
+
export interface GetOpenIdTokenResponse {
|
|
561
|
+
/**
|
|
562
|
+
* <p>A unique identifier in the format REGION:GUID. Note that the IdentityId returned may
|
|
563
|
+
* not match the one passed on input.</p>
|
|
564
|
+
*/
|
|
565
|
+
IdentityId?: string;
|
|
566
|
+
/**
|
|
567
|
+
* <p>An OpenID token, valid for 10 minutes.</p>
|
|
568
|
+
*/
|
|
569
|
+
Token?: string;
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* <p>The provided developer user identifier is already registered with Cognito under a
|
|
573
|
+
* different identity ID.</p>
|
|
574
|
+
*/
|
|
575
|
+
export declare class DeveloperUserAlreadyRegisteredException extends __BaseException {
|
|
576
|
+
readonly name: "DeveloperUserAlreadyRegisteredException";
|
|
577
|
+
readonly $fault: "client";
|
|
578
|
+
/**
|
|
579
|
+
* @internal
|
|
580
|
+
*/
|
|
581
|
+
constructor(opts: __ExceptionOptionType<DeveloperUserAlreadyRegisteredException, __BaseException>);
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* <p>Input to the <code>GetOpenIdTokenForDeveloperIdentity</code> action.</p>
|
|
585
|
+
*/
|
|
586
|
+
export interface GetOpenIdTokenForDeveloperIdentityInput {
|
|
587
|
+
/**
|
|
588
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
589
|
+
*/
|
|
590
|
+
IdentityPoolId: string | undefined;
|
|
591
|
+
/**
|
|
592
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
593
|
+
*/
|
|
594
|
+
IdentityId?: string;
|
|
595
|
+
/**
|
|
596
|
+
* <p>A set of optional name-value pairs that map provider names to provider tokens. Each
|
|
597
|
+
* name-value pair represents a user from a public provider or developer provider. If the user
|
|
598
|
+
* is from a developer provider, the name-value pair will follow the syntax
|
|
599
|
+
* <code>"developer_provider_name": "developer_user_identifier"</code>. The developer
|
|
600
|
+
* provider is the "domain" by which Cognito will refer to your users; you provided this
|
|
601
|
+
* domain while creating/updating the identity pool. The developer user identifier is an
|
|
602
|
+
* identifier from your backend that uniquely identifies a user. When you create an identity
|
|
603
|
+
* pool, you can specify the supported logins.</p>
|
|
604
|
+
*/
|
|
605
|
+
Logins: Record<string, string> | undefined;
|
|
606
|
+
/**
|
|
607
|
+
* <p>Use this operation to configure attribute mappings for custom providers. </p>
|
|
608
|
+
*/
|
|
609
|
+
PrincipalTags?: Record<string, string>;
|
|
610
|
+
/**
|
|
611
|
+
* <p>The expiration time of the token, in seconds. You can specify a custom expiration
|
|
612
|
+
* time for the token so that you can cache it. If you don't provide an expiration time, the
|
|
613
|
+
* token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS
|
|
614
|
+
* credentials, which are valid for a maximum of one hour. The maximum token duration you can
|
|
615
|
+
* set is 24 hours. You should take care in setting the expiration time for a token, as there
|
|
616
|
+
* are significant security implications: an attacker could use a leaked token to access your
|
|
617
|
+
* AWS resources for the token's duration.</p>
|
|
618
|
+
* <note>
|
|
619
|
+
* <p>Please provide for a small grace period, usually no more than 5 minutes, to account for clock skew.</p>
|
|
620
|
+
* </note>
|
|
621
|
+
*/
|
|
622
|
+
TokenDuration?: number;
|
|
623
|
+
}
|
|
624
|
+
/**
|
|
625
|
+
* <p>Returned in response to a successful <code>GetOpenIdTokenForDeveloperIdentity</code>
|
|
626
|
+
* request.</p>
|
|
627
|
+
*/
|
|
628
|
+
export interface GetOpenIdTokenForDeveloperIdentityResponse {
|
|
629
|
+
/**
|
|
630
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
631
|
+
*/
|
|
632
|
+
IdentityId?: string;
|
|
633
|
+
/**
|
|
634
|
+
* <p>An OpenID token.</p>
|
|
635
|
+
*/
|
|
636
|
+
Token?: string;
|
|
637
|
+
}
|
|
638
|
+
export interface GetPrincipalTagAttributeMapInput {
|
|
639
|
+
/**
|
|
640
|
+
* <p>You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.</p>
|
|
641
|
+
*/
|
|
642
|
+
IdentityPoolId: string | undefined;
|
|
643
|
+
/**
|
|
644
|
+
* <p>You can use this operation to get the provider name.</p>
|
|
645
|
+
*/
|
|
646
|
+
IdentityProviderName: string | undefined;
|
|
647
|
+
}
|
|
648
|
+
export interface GetPrincipalTagAttributeMapResponse {
|
|
649
|
+
/**
|
|
650
|
+
* <p>You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.</p>
|
|
651
|
+
*/
|
|
652
|
+
IdentityPoolId?: string;
|
|
653
|
+
/**
|
|
654
|
+
* <p>You can use this operation to get the provider name.</p>
|
|
655
|
+
*/
|
|
656
|
+
IdentityProviderName?: string;
|
|
657
|
+
/**
|
|
658
|
+
* <p>You can use this operation to list </p>
|
|
659
|
+
*/
|
|
660
|
+
UseDefaults?: boolean;
|
|
661
|
+
/**
|
|
662
|
+
* <p>You can use this operation to add principal tags. The <code>PrincipalTags</code>operation enables you to reference user attributes in your IAM permissions policy.</p>
|
|
663
|
+
*/
|
|
664
|
+
PrincipalTags?: Record<string, string>;
|
|
665
|
+
}
|
|
666
|
+
/**
|
|
667
|
+
* <p>Input to the ListIdentities action.</p>
|
|
668
|
+
*/
|
|
669
|
+
export interface ListIdentitiesInput {
|
|
670
|
+
/**
|
|
671
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
672
|
+
*/
|
|
673
|
+
IdentityPoolId: string | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p>The maximum number of identities to return.</p>
|
|
676
|
+
*/
|
|
677
|
+
MaxResults: number | undefined;
|
|
678
|
+
/**
|
|
679
|
+
* <p>A pagination token.</p>
|
|
680
|
+
*/
|
|
681
|
+
NextToken?: string;
|
|
682
|
+
/**
|
|
683
|
+
* <p>An optional boolean parameter that allows you to hide disabled identities. If
|
|
684
|
+
* omitted, the ListIdentities API will include disabled identities in the response.</p>
|
|
685
|
+
*/
|
|
686
|
+
HideDisabled?: boolean;
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* <p>The response to a ListIdentities request.</p>
|
|
690
|
+
*/
|
|
691
|
+
export interface ListIdentitiesResponse {
|
|
692
|
+
/**
|
|
693
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
694
|
+
*/
|
|
695
|
+
IdentityPoolId?: string;
|
|
696
|
+
/**
|
|
697
|
+
* <p>An object containing a set of identities and associated mappings.</p>
|
|
698
|
+
*/
|
|
699
|
+
Identities?: IdentityDescription[];
|
|
700
|
+
/**
|
|
701
|
+
* <p>A pagination token.</p>
|
|
702
|
+
*/
|
|
703
|
+
NextToken?: string;
|
|
704
|
+
}
|
|
705
|
+
/**
|
|
706
|
+
* <p>Input to the ListIdentityPools action.</p>
|
|
707
|
+
*/
|
|
708
|
+
export interface ListIdentityPoolsInput {
|
|
709
|
+
/**
|
|
710
|
+
* <p>The maximum number of identities to return.</p>
|
|
711
|
+
*/
|
|
712
|
+
MaxResults: number | undefined;
|
|
713
|
+
/**
|
|
714
|
+
* <p>A pagination token.</p>
|
|
715
|
+
*/
|
|
716
|
+
NextToken?: string;
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* <p>A description of the identity pool.</p>
|
|
720
|
+
*/
|
|
721
|
+
export interface IdentityPoolShortDescription {
|
|
722
|
+
/**
|
|
723
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
724
|
+
*/
|
|
725
|
+
IdentityPoolId?: string;
|
|
726
|
+
/**
|
|
727
|
+
* <p>A string that you provide.</p>
|
|
728
|
+
*/
|
|
729
|
+
IdentityPoolName?: string;
|
|
730
|
+
}
|
|
731
|
+
/**
|
|
732
|
+
* <p>The result of a successful ListIdentityPools action.</p>
|
|
733
|
+
*/
|
|
734
|
+
export interface ListIdentityPoolsResponse {
|
|
735
|
+
/**
|
|
736
|
+
* <p>The identity pools returned by the ListIdentityPools action.</p>
|
|
737
|
+
*/
|
|
738
|
+
IdentityPools?: IdentityPoolShortDescription[];
|
|
739
|
+
/**
|
|
740
|
+
* <p>A pagination token.</p>
|
|
741
|
+
*/
|
|
742
|
+
NextToken?: string;
|
|
743
|
+
}
|
|
744
|
+
export interface ListTagsForResourceInput {
|
|
745
|
+
/**
|
|
746
|
+
* <p>The Amazon Resource Name (ARN) of the identity pool that the tags are assigned
|
|
747
|
+
* to.</p>
|
|
748
|
+
*/
|
|
749
|
+
ResourceArn: string | undefined;
|
|
750
|
+
}
|
|
751
|
+
export interface ListTagsForResourceResponse {
|
|
752
|
+
/**
|
|
753
|
+
* <p>The tags that are assigned to the identity pool.</p>
|
|
754
|
+
*/
|
|
755
|
+
Tags?: Record<string, string>;
|
|
756
|
+
}
|
|
757
|
+
/**
|
|
758
|
+
* <p>Input to the <code>LookupDeveloperIdentityInput</code> action.</p>
|
|
759
|
+
*/
|
|
760
|
+
export interface LookupDeveloperIdentityInput {
|
|
761
|
+
/**
|
|
762
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
763
|
+
*/
|
|
764
|
+
IdentityPoolId: string | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
767
|
+
*/
|
|
768
|
+
IdentityId?: string;
|
|
769
|
+
/**
|
|
770
|
+
* <p>A unique ID used by your backend authentication process to identify a user.
|
|
771
|
+
* Typically, a developer identity provider would issue many developer user identifiers, in
|
|
772
|
+
* keeping with the number of users.</p>
|
|
773
|
+
*/
|
|
774
|
+
DeveloperUserIdentifier?: string;
|
|
775
|
+
/**
|
|
776
|
+
* <p>The maximum number of identities to return.</p>
|
|
777
|
+
*/
|
|
778
|
+
MaxResults?: number;
|
|
779
|
+
/**
|
|
780
|
+
* <p>A pagination token. The first call you make will have <code>NextToken</code> set to
|
|
781
|
+
* null. After that the service will return <code>NextToken</code> values as needed. For
|
|
782
|
+
* example, let's say you make a request with <code>MaxResults</code> set to 10, and there are
|
|
783
|
+
* 20 matches in the database. The service will return a pagination token as a part of the
|
|
784
|
+
* response. This token can be used to call the API again and get results starting from the
|
|
785
|
+
* 11th match.</p>
|
|
786
|
+
*/
|
|
787
|
+
NextToken?: string;
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
* <p>Returned in response to a successful <code>LookupDeveloperIdentity</code>
|
|
791
|
+
* action.</p>
|
|
792
|
+
*/
|
|
793
|
+
export interface LookupDeveloperIdentityResponse {
|
|
794
|
+
/**
|
|
795
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
796
|
+
*/
|
|
797
|
+
IdentityId?: string;
|
|
798
|
+
/**
|
|
799
|
+
* <p>This is the list of developer user identifiers associated with an identity ID.
|
|
800
|
+
* Cognito supports the association of multiple developer user identifiers with an identity
|
|
801
|
+
* ID.</p>
|
|
802
|
+
*/
|
|
803
|
+
DeveloperUserIdentifierList?: string[];
|
|
804
|
+
/**
|
|
805
|
+
* <p>A pagination token. The first call you make will have <code>NextToken</code> set to
|
|
806
|
+
* null. After that the service will return <code>NextToken</code> values as needed. For
|
|
807
|
+
* example, let's say you make a request with <code>MaxResults</code> set to 10, and there are
|
|
808
|
+
* 20 matches in the database. The service will return a pagination token as a part of the
|
|
809
|
+
* response. This token can be used to call the API again and get results starting from the
|
|
810
|
+
* 11th match.</p>
|
|
811
|
+
*/
|
|
812
|
+
NextToken?: string;
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* <p>Input to the <code>MergeDeveloperIdentities</code> action.</p>
|
|
816
|
+
*/
|
|
817
|
+
export interface MergeDeveloperIdentitiesInput {
|
|
818
|
+
/**
|
|
819
|
+
* <p>User identifier for the source user. The value should be a
|
|
820
|
+
* <code>DeveloperUserIdentifier</code>.</p>
|
|
821
|
+
*/
|
|
822
|
+
SourceUserIdentifier: string | undefined;
|
|
823
|
+
/**
|
|
824
|
+
* <p>User identifier for the destination user. The value should be a
|
|
825
|
+
* <code>DeveloperUserIdentifier</code>.</p>
|
|
826
|
+
*/
|
|
827
|
+
DestinationUserIdentifier: string | undefined;
|
|
828
|
+
/**
|
|
829
|
+
* <p>The "domain" by which Cognito will refer to your users. This is a (pseudo) domain
|
|
830
|
+
* name that you provide while creating an identity pool. This name acts as a placeholder that
|
|
831
|
+
* allows your backend and the Cognito service to communicate about the developer provider.
|
|
832
|
+
* For the <code>DeveloperProviderName</code>, you can use letters as well as period (.),
|
|
833
|
+
* underscore (_), and dash (-).</p>
|
|
834
|
+
*/
|
|
835
|
+
DeveloperProviderName: string | undefined;
|
|
836
|
+
/**
|
|
837
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
838
|
+
*/
|
|
839
|
+
IdentityPoolId: string | undefined;
|
|
840
|
+
}
|
|
841
|
+
/**
|
|
842
|
+
* <p>Returned in response to a successful <code>MergeDeveloperIdentities</code>
|
|
843
|
+
* action.</p>
|
|
844
|
+
*/
|
|
845
|
+
export interface MergeDeveloperIdentitiesResponse {
|
|
846
|
+
/**
|
|
847
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
848
|
+
*/
|
|
849
|
+
IdentityId?: string;
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* <p>Thrown if there are parallel requests to modify a resource.</p>
|
|
853
|
+
*/
|
|
854
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
855
|
+
readonly name: "ConcurrentModificationException";
|
|
856
|
+
readonly $fault: "client";
|
|
857
|
+
/**
|
|
858
|
+
* @internal
|
|
859
|
+
*/
|
|
860
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
861
|
+
}
|
|
862
|
+
/**
|
|
863
|
+
* <p>Input to the <code>SetIdentityPoolRoles</code> action.</p>
|
|
864
|
+
*/
|
|
865
|
+
export interface SetIdentityPoolRolesInput {
|
|
866
|
+
/**
|
|
867
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
868
|
+
*/
|
|
869
|
+
IdentityPoolId: string | undefined;
|
|
870
|
+
/**
|
|
871
|
+
* <p>The map of roles associated with this pool. For a given role, the key will be either
|
|
872
|
+
* "authenticated" or "unauthenticated" and the value will be the Role ARN.</p>
|
|
873
|
+
*/
|
|
874
|
+
Roles: Record<string, string> | undefined;
|
|
875
|
+
/**
|
|
876
|
+
* <p>How users for a specific identity provider are to mapped to roles. This is a string
|
|
877
|
+
* to <a>RoleMapping</a> object map. The string identifies the identity provider,
|
|
878
|
+
* for example, "graph.facebook.com" or
|
|
879
|
+
* "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id".</p>
|
|
880
|
+
* <p>Up to 25 rules can be specified per identity provider.</p>
|
|
881
|
+
*/
|
|
882
|
+
RoleMappings?: Record<string, RoleMapping>;
|
|
883
|
+
}
|
|
884
|
+
export interface SetPrincipalTagAttributeMapInput {
|
|
885
|
+
/**
|
|
886
|
+
* <p>The ID of the Identity Pool you want to set attribute mappings for.</p>
|
|
887
|
+
*/
|
|
888
|
+
IdentityPoolId: string | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* <p>The provider name you want to use for attribute mappings.</p>
|
|
891
|
+
*/
|
|
892
|
+
IdentityProviderName: string | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* <p>You can use this operation to use default (username and clientID) attribute mappings.</p>
|
|
895
|
+
*/
|
|
896
|
+
UseDefaults?: boolean;
|
|
897
|
+
/**
|
|
898
|
+
* <p>You can use this operation to add principal tags.</p>
|
|
899
|
+
*/
|
|
900
|
+
PrincipalTags?: Record<string, string>;
|
|
901
|
+
}
|
|
902
|
+
export interface SetPrincipalTagAttributeMapResponse {
|
|
903
|
+
/**
|
|
904
|
+
* <p>The ID of the Identity Pool you want to set attribute mappings for.</p>
|
|
905
|
+
*/
|
|
906
|
+
IdentityPoolId?: string;
|
|
907
|
+
/**
|
|
908
|
+
* <p>The provider name you want to use for attribute mappings.</p>
|
|
909
|
+
*/
|
|
910
|
+
IdentityProviderName?: string;
|
|
911
|
+
/**
|
|
912
|
+
* <p>You can use this operation to select default (username and clientID) attribute mappings.</p>
|
|
913
|
+
*/
|
|
914
|
+
UseDefaults?: boolean;
|
|
915
|
+
/**
|
|
916
|
+
* <p>You can use this operation to add principal tags. The <code>PrincipalTags</code>operation enables you to reference user attributes in your IAM permissions policy.</p>
|
|
917
|
+
*/
|
|
918
|
+
PrincipalTags?: Record<string, string>;
|
|
919
|
+
}
|
|
920
|
+
export interface TagResourceInput {
|
|
921
|
+
/**
|
|
922
|
+
* <p>The Amazon Resource Name (ARN) of the identity pool.</p>
|
|
923
|
+
*/
|
|
924
|
+
ResourceArn: string | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* <p>The tags to assign to the identity pool.</p>
|
|
927
|
+
*/
|
|
928
|
+
Tags: Record<string, string> | undefined;
|
|
929
|
+
}
|
|
930
|
+
export interface TagResourceResponse {
|
|
931
|
+
}
|
|
932
|
+
/**
|
|
933
|
+
* <p>Input to the <code>UnlinkDeveloperIdentity</code> action.</p>
|
|
934
|
+
*/
|
|
935
|
+
export interface UnlinkDeveloperIdentityInput {
|
|
936
|
+
/**
|
|
937
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
938
|
+
*/
|
|
939
|
+
IdentityId: string | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* <p>An identity pool ID in the format REGION:GUID.</p>
|
|
942
|
+
*/
|
|
943
|
+
IdentityPoolId: string | undefined;
|
|
944
|
+
/**
|
|
945
|
+
* <p>The "domain" by which Cognito will refer to your users.</p>
|
|
946
|
+
*/
|
|
947
|
+
DeveloperProviderName: string | undefined;
|
|
948
|
+
/**
|
|
949
|
+
* <p>A unique ID used by your backend authentication process to identify a user.</p>
|
|
950
|
+
*/
|
|
951
|
+
DeveloperUserIdentifier: string | undefined;
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* <p>Input to the UnlinkIdentity action.</p>
|
|
955
|
+
*/
|
|
956
|
+
export interface UnlinkIdentityInput {
|
|
957
|
+
/**
|
|
958
|
+
* <p>A unique identifier in the format REGION:GUID.</p>
|
|
959
|
+
*/
|
|
960
|
+
IdentityId: string | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* <p>A set of optional name-value pairs that map provider names to provider
|
|
963
|
+
* tokens.</p>
|
|
964
|
+
*/
|
|
965
|
+
Logins: Record<string, string> | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* <p>Provider names to unlink from this identity.</p>
|
|
968
|
+
*/
|
|
969
|
+
LoginsToRemove: string[] | undefined;
|
|
970
|
+
}
|
|
971
|
+
export interface UntagResourceInput {
|
|
972
|
+
/**
|
|
973
|
+
* <p>The Amazon Resource Name (ARN) of the identity pool.</p>
|
|
974
|
+
*/
|
|
975
|
+
ResourceArn: string | undefined;
|
|
976
|
+
/**
|
|
977
|
+
* <p>The keys of the tags to remove from the user pool.</p>
|
|
978
|
+
*/
|
|
979
|
+
TagKeys: string[] | undefined;
|
|
980
|
+
}
|
|
981
|
+
export interface UntagResourceResponse {
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* @internal
|
|
985
|
+
*/
|
|
986
|
+
export declare const CognitoIdentityProviderFilterSensitiveLog: (obj: CognitoIdentityProvider) => any;
|
|
987
|
+
/**
|
|
988
|
+
* @internal
|
|
989
|
+
*/
|
|
990
|
+
export declare const CreateIdentityPoolInputFilterSensitiveLog: (obj: CreateIdentityPoolInput) => any;
|
|
991
|
+
/**
|
|
992
|
+
* @internal
|
|
993
|
+
*/
|
|
994
|
+
export declare const IdentityPoolFilterSensitiveLog: (obj: IdentityPool) => any;
|
|
995
|
+
/**
|
|
996
|
+
* @internal
|
|
997
|
+
*/
|
|
998
|
+
export declare const DeleteIdentitiesInputFilterSensitiveLog: (obj: DeleteIdentitiesInput) => any;
|
|
999
|
+
/**
|
|
1000
|
+
* @internal
|
|
1001
|
+
*/
|
|
1002
|
+
export declare const UnprocessedIdentityIdFilterSensitiveLog: (obj: UnprocessedIdentityId) => any;
|
|
1003
|
+
/**
|
|
1004
|
+
* @internal
|
|
1005
|
+
*/
|
|
1006
|
+
export declare const DeleteIdentitiesResponseFilterSensitiveLog: (obj: DeleteIdentitiesResponse) => any;
|
|
1007
|
+
/**
|
|
1008
|
+
* @internal
|
|
1009
|
+
*/
|
|
1010
|
+
export declare const DeleteIdentityPoolInputFilterSensitiveLog: (obj: DeleteIdentityPoolInput) => any;
|
|
1011
|
+
/**
|
|
1012
|
+
* @internal
|
|
1013
|
+
*/
|
|
1014
|
+
export declare const DescribeIdentityInputFilterSensitiveLog: (obj: DescribeIdentityInput) => any;
|
|
1015
|
+
/**
|
|
1016
|
+
* @internal
|
|
1017
|
+
*/
|
|
1018
|
+
export declare const IdentityDescriptionFilterSensitiveLog: (obj: IdentityDescription) => any;
|
|
1019
|
+
/**
|
|
1020
|
+
* @internal
|
|
1021
|
+
*/
|
|
1022
|
+
export declare const DescribeIdentityPoolInputFilterSensitiveLog: (obj: DescribeIdentityPoolInput) => any;
|
|
1023
|
+
/**
|
|
1024
|
+
* @internal
|
|
1025
|
+
*/
|
|
1026
|
+
export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (obj: GetCredentialsForIdentityInput) => any;
|
|
1027
|
+
/**
|
|
1028
|
+
* @internal
|
|
1029
|
+
*/
|
|
1030
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
1031
|
+
/**
|
|
1032
|
+
* @internal
|
|
1033
|
+
*/
|
|
1034
|
+
export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (obj: GetCredentialsForIdentityResponse) => any;
|
|
1035
|
+
/**
|
|
1036
|
+
* @internal
|
|
1037
|
+
*/
|
|
1038
|
+
export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any;
|
|
1039
|
+
/**
|
|
1040
|
+
* @internal
|
|
1041
|
+
*/
|
|
1042
|
+
export declare const GetIdResponseFilterSensitiveLog: (obj: GetIdResponse) => any;
|
|
1043
|
+
/**
|
|
1044
|
+
* @internal
|
|
1045
|
+
*/
|
|
1046
|
+
export declare const GetIdentityPoolRolesInputFilterSensitiveLog: (obj: GetIdentityPoolRolesInput) => any;
|
|
1047
|
+
/**
|
|
1048
|
+
* @internal
|
|
1049
|
+
*/
|
|
1050
|
+
export declare const MappingRuleFilterSensitiveLog: (obj: MappingRule) => any;
|
|
1051
|
+
/**
|
|
1052
|
+
* @internal
|
|
1053
|
+
*/
|
|
1054
|
+
export declare const RulesConfigurationTypeFilterSensitiveLog: (obj: RulesConfigurationType) => any;
|
|
1055
|
+
/**
|
|
1056
|
+
* @internal
|
|
1057
|
+
*/
|
|
1058
|
+
export declare const RoleMappingFilterSensitiveLog: (obj: RoleMapping) => any;
|
|
1059
|
+
/**
|
|
1060
|
+
* @internal
|
|
1061
|
+
*/
|
|
1062
|
+
export declare const GetIdentityPoolRolesResponseFilterSensitiveLog: (obj: GetIdentityPoolRolesResponse) => any;
|
|
1063
|
+
/**
|
|
1064
|
+
* @internal
|
|
1065
|
+
*/
|
|
1066
|
+
export declare const GetOpenIdTokenInputFilterSensitiveLog: (obj: GetOpenIdTokenInput) => any;
|
|
1067
|
+
/**
|
|
1068
|
+
* @internal
|
|
1069
|
+
*/
|
|
1070
|
+
export declare const GetOpenIdTokenResponseFilterSensitiveLog: (obj: GetOpenIdTokenResponse) => any;
|
|
1071
|
+
/**
|
|
1072
|
+
* @internal
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityInput) => any;
|
|
1075
|
+
/**
|
|
1076
|
+
* @internal
|
|
1077
|
+
*/
|
|
1078
|
+
export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityResponse) => any;
|
|
1079
|
+
/**
|
|
1080
|
+
* @internal
|
|
1081
|
+
*/
|
|
1082
|
+
export declare const GetPrincipalTagAttributeMapInputFilterSensitiveLog: (obj: GetPrincipalTagAttributeMapInput) => any;
|
|
1083
|
+
/**
|
|
1084
|
+
* @internal
|
|
1085
|
+
*/
|
|
1086
|
+
export declare const GetPrincipalTagAttributeMapResponseFilterSensitiveLog: (obj: GetPrincipalTagAttributeMapResponse) => any;
|
|
1087
|
+
/**
|
|
1088
|
+
* @internal
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const ListIdentitiesInputFilterSensitiveLog: (obj: ListIdentitiesInput) => any;
|
|
1091
|
+
/**
|
|
1092
|
+
* @internal
|
|
1093
|
+
*/
|
|
1094
|
+
export declare const ListIdentitiesResponseFilterSensitiveLog: (obj: ListIdentitiesResponse) => any;
|
|
1095
|
+
/**
|
|
1096
|
+
* @internal
|
|
1097
|
+
*/
|
|
1098
|
+
export declare const ListIdentityPoolsInputFilterSensitiveLog: (obj: ListIdentityPoolsInput) => any;
|
|
1099
|
+
/**
|
|
1100
|
+
* @internal
|
|
1101
|
+
*/
|
|
1102
|
+
export declare const IdentityPoolShortDescriptionFilterSensitiveLog: (obj: IdentityPoolShortDescription) => any;
|
|
1103
|
+
/**
|
|
1104
|
+
* @internal
|
|
1105
|
+
*/
|
|
1106
|
+
export declare const ListIdentityPoolsResponseFilterSensitiveLog: (obj: ListIdentityPoolsResponse) => any;
|
|
1107
|
+
/**
|
|
1108
|
+
* @internal
|
|
1109
|
+
*/
|
|
1110
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
1111
|
+
/**
|
|
1112
|
+
* @internal
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1115
|
+
/**
|
|
1116
|
+
* @internal
|
|
1117
|
+
*/
|
|
1118
|
+
export declare const LookupDeveloperIdentityInputFilterSensitiveLog: (obj: LookupDeveloperIdentityInput) => any;
|
|
1119
|
+
/**
|
|
1120
|
+
* @internal
|
|
1121
|
+
*/
|
|
1122
|
+
export declare const LookupDeveloperIdentityResponseFilterSensitiveLog: (obj: LookupDeveloperIdentityResponse) => any;
|
|
1123
|
+
/**
|
|
1124
|
+
* @internal
|
|
1125
|
+
*/
|
|
1126
|
+
export declare const MergeDeveloperIdentitiesInputFilterSensitiveLog: (obj: MergeDeveloperIdentitiesInput) => any;
|
|
1127
|
+
/**
|
|
1128
|
+
* @internal
|
|
1129
|
+
*/
|
|
1130
|
+
export declare const MergeDeveloperIdentitiesResponseFilterSensitiveLog: (obj: MergeDeveloperIdentitiesResponse) => any;
|
|
1131
|
+
/**
|
|
1132
|
+
* @internal
|
|
1133
|
+
*/
|
|
1134
|
+
export declare const SetIdentityPoolRolesInputFilterSensitiveLog: (obj: SetIdentityPoolRolesInput) => any;
|
|
1135
|
+
/**
|
|
1136
|
+
* @internal
|
|
1137
|
+
*/
|
|
1138
|
+
export declare const SetPrincipalTagAttributeMapInputFilterSensitiveLog: (obj: SetPrincipalTagAttributeMapInput) => any;
|
|
1139
|
+
/**
|
|
1140
|
+
* @internal
|
|
1141
|
+
*/
|
|
1142
|
+
export declare const SetPrincipalTagAttributeMapResponseFilterSensitiveLog: (obj: SetPrincipalTagAttributeMapResponse) => any;
|
|
1143
|
+
/**
|
|
1144
|
+
* @internal
|
|
1145
|
+
*/
|
|
1146
|
+
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
1147
|
+
/**
|
|
1148
|
+
* @internal
|
|
1149
|
+
*/
|
|
1150
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
*/
|
|
1154
|
+
export declare const UnlinkDeveloperIdentityInputFilterSensitiveLog: (obj: UnlinkDeveloperIdentityInput) => any;
|
|
1155
|
+
/**
|
|
1156
|
+
* @internal
|
|
1157
|
+
*/
|
|
1158
|
+
export declare const UnlinkIdentityInputFilterSensitiveLog: (obj: UnlinkIdentityInput) => any;
|
|
1159
|
+
/**
|
|
1160
|
+
* @internal
|
|
1161
|
+
*/
|
|
1162
|
+
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
1163
|
+
/**
|
|
1164
|
+
* @internal
|
|
1165
|
+
*/
|
|
1166
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|