serverless-spy 0.0.4 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.yml +1 -1
- 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 +6 -3
|
@@ -0,0 +1,567 @@
|
|
|
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
|
+
export interface CognitoIdentityProvider {
|
|
9
|
+
|
|
10
|
+
ProviderName?: string;
|
|
11
|
+
|
|
12
|
+
ClientId?: string;
|
|
13
|
+
|
|
14
|
+
ServerSideTokenCheck?: boolean;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface CreateIdentityPoolInput {
|
|
18
|
+
|
|
19
|
+
IdentityPoolName: string | undefined;
|
|
20
|
+
|
|
21
|
+
AllowUnauthenticatedIdentities: boolean | undefined;
|
|
22
|
+
|
|
23
|
+
AllowClassicFlow?: boolean;
|
|
24
|
+
|
|
25
|
+
SupportedLoginProviders?: Record<string, string>;
|
|
26
|
+
|
|
27
|
+
DeveloperProviderName?: string;
|
|
28
|
+
|
|
29
|
+
OpenIdConnectProviderARNs?: string[];
|
|
30
|
+
|
|
31
|
+
CognitoIdentityProviders?: CognitoIdentityProvider[];
|
|
32
|
+
|
|
33
|
+
SamlProviderARNs?: string[];
|
|
34
|
+
|
|
35
|
+
IdentityPoolTags?: Record<string, string>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface IdentityPool {
|
|
39
|
+
|
|
40
|
+
IdentityPoolId: string | undefined;
|
|
41
|
+
|
|
42
|
+
IdentityPoolName: string | undefined;
|
|
43
|
+
|
|
44
|
+
AllowUnauthenticatedIdentities: boolean | undefined;
|
|
45
|
+
|
|
46
|
+
AllowClassicFlow?: boolean;
|
|
47
|
+
|
|
48
|
+
SupportedLoginProviders?: Record<string, string>;
|
|
49
|
+
|
|
50
|
+
DeveloperProviderName?: string;
|
|
51
|
+
|
|
52
|
+
OpenIdConnectProviderARNs?: string[];
|
|
53
|
+
|
|
54
|
+
CognitoIdentityProviders?: CognitoIdentityProvider[];
|
|
55
|
+
|
|
56
|
+
SamlProviderARNs?: string[];
|
|
57
|
+
|
|
58
|
+
IdentityPoolTags?: Record<string, string>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export declare class InternalErrorException extends __BaseException {
|
|
62
|
+
readonly name: "InternalErrorException";
|
|
63
|
+
readonly $fault: "server";
|
|
64
|
+
|
|
65
|
+
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
69
|
+
readonly name: "InvalidParameterException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
|
|
72
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export declare class LimitExceededException extends __BaseException {
|
|
76
|
+
readonly name: "LimitExceededException";
|
|
77
|
+
readonly $fault: "client";
|
|
78
|
+
|
|
79
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export declare class NotAuthorizedException extends __BaseException {
|
|
83
|
+
readonly name: "NotAuthorizedException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
|
|
86
|
+
constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export declare class ResourceConflictException extends __BaseException {
|
|
90
|
+
readonly name: "ResourceConflictException";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
|
|
93
|
+
constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
97
|
+
readonly name: "TooManyRequestsException";
|
|
98
|
+
readonly $fault: "client";
|
|
99
|
+
|
|
100
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface DeleteIdentitiesInput {
|
|
104
|
+
|
|
105
|
+
IdentityIdsToDelete: string[] | undefined;
|
|
106
|
+
}
|
|
107
|
+
export declare enum ErrorCode {
|
|
108
|
+
ACCESS_DENIED = "AccessDenied",
|
|
109
|
+
INTERNAL_SERVER_ERROR = "InternalServerError"
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface UnprocessedIdentityId {
|
|
113
|
+
|
|
114
|
+
IdentityId?: string;
|
|
115
|
+
|
|
116
|
+
ErrorCode?: ErrorCode | string;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface DeleteIdentitiesResponse {
|
|
120
|
+
|
|
121
|
+
UnprocessedIdentityIds?: UnprocessedIdentityId[];
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface DeleteIdentityPoolInput {
|
|
125
|
+
|
|
126
|
+
IdentityPoolId: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
130
|
+
readonly name: "ResourceNotFoundException";
|
|
131
|
+
readonly $fault: "client";
|
|
132
|
+
|
|
133
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface DescribeIdentityInput {
|
|
137
|
+
|
|
138
|
+
IdentityId: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export interface IdentityDescription {
|
|
142
|
+
|
|
143
|
+
IdentityId?: string;
|
|
144
|
+
|
|
145
|
+
Logins?: string[];
|
|
146
|
+
|
|
147
|
+
CreationDate?: Date;
|
|
148
|
+
|
|
149
|
+
LastModifiedDate?: Date;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export interface DescribeIdentityPoolInput {
|
|
153
|
+
|
|
154
|
+
IdentityPoolId: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export declare class ExternalServiceException extends __BaseException {
|
|
158
|
+
readonly name: "ExternalServiceException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
|
|
161
|
+
constructor(opts: __ExceptionOptionType<ExternalServiceException, __BaseException>);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface GetCredentialsForIdentityInput {
|
|
165
|
+
|
|
166
|
+
IdentityId: string | undefined;
|
|
167
|
+
|
|
168
|
+
Logins?: Record<string, string>;
|
|
169
|
+
|
|
170
|
+
CustomRoleArn?: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export interface Credentials {
|
|
174
|
+
|
|
175
|
+
AccessKeyId?: string;
|
|
176
|
+
|
|
177
|
+
SecretKey?: string;
|
|
178
|
+
|
|
179
|
+
SessionToken?: string;
|
|
180
|
+
|
|
181
|
+
Expiration?: Date;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface GetCredentialsForIdentityResponse {
|
|
185
|
+
|
|
186
|
+
IdentityId?: string;
|
|
187
|
+
|
|
188
|
+
Credentials?: Credentials;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export declare class InvalidIdentityPoolConfigurationException extends __BaseException {
|
|
192
|
+
readonly name: "InvalidIdentityPoolConfigurationException";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
|
|
195
|
+
constructor(opts: __ExceptionOptionType<InvalidIdentityPoolConfigurationException, __BaseException>);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export interface GetIdInput {
|
|
199
|
+
|
|
200
|
+
AccountId?: string;
|
|
201
|
+
|
|
202
|
+
IdentityPoolId: string | undefined;
|
|
203
|
+
|
|
204
|
+
Logins?: Record<string, string>;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface GetIdResponse {
|
|
208
|
+
|
|
209
|
+
IdentityId?: string;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export interface GetIdentityPoolRolesInput {
|
|
213
|
+
|
|
214
|
+
IdentityPoolId: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export declare enum MappingRuleMatchType {
|
|
217
|
+
CONTAINS = "Contains",
|
|
218
|
+
EQUALS = "Equals",
|
|
219
|
+
NOT_EQUAL = "NotEqual",
|
|
220
|
+
STARTS_WITH = "StartsWith"
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface MappingRule {
|
|
224
|
+
|
|
225
|
+
Claim: string | undefined;
|
|
226
|
+
|
|
227
|
+
MatchType: MappingRuleMatchType | string | undefined;
|
|
228
|
+
|
|
229
|
+
Value: string | undefined;
|
|
230
|
+
|
|
231
|
+
RoleARN: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface RulesConfigurationType {
|
|
235
|
+
|
|
236
|
+
Rules: MappingRule[] | undefined;
|
|
237
|
+
}
|
|
238
|
+
export declare enum RoleMappingType {
|
|
239
|
+
RULES = "Rules",
|
|
240
|
+
TOKEN = "Token"
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface RoleMapping {
|
|
244
|
+
|
|
245
|
+
Type: RoleMappingType | string | undefined;
|
|
246
|
+
|
|
247
|
+
AmbiguousRoleResolution?: AmbiguousRoleResolutionType | string;
|
|
248
|
+
|
|
249
|
+
RulesConfiguration?: RulesConfigurationType;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export interface GetIdentityPoolRolesResponse {
|
|
253
|
+
|
|
254
|
+
IdentityPoolId?: string;
|
|
255
|
+
|
|
256
|
+
Roles?: Record<string, string>;
|
|
257
|
+
|
|
258
|
+
RoleMappings?: Record<string, RoleMapping>;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface GetOpenIdTokenInput {
|
|
262
|
+
|
|
263
|
+
IdentityId: string | undefined;
|
|
264
|
+
|
|
265
|
+
Logins?: Record<string, string>;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
export interface GetOpenIdTokenResponse {
|
|
269
|
+
|
|
270
|
+
IdentityId?: string;
|
|
271
|
+
|
|
272
|
+
Token?: string;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export declare class DeveloperUserAlreadyRegisteredException extends __BaseException {
|
|
276
|
+
readonly name: "DeveloperUserAlreadyRegisteredException";
|
|
277
|
+
readonly $fault: "client";
|
|
278
|
+
|
|
279
|
+
constructor(opts: __ExceptionOptionType<DeveloperUserAlreadyRegisteredException, __BaseException>);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface GetOpenIdTokenForDeveloperIdentityInput {
|
|
283
|
+
|
|
284
|
+
IdentityPoolId: string | undefined;
|
|
285
|
+
|
|
286
|
+
IdentityId?: string;
|
|
287
|
+
|
|
288
|
+
Logins: Record<string, string> | undefined;
|
|
289
|
+
|
|
290
|
+
PrincipalTags?: Record<string, string>;
|
|
291
|
+
|
|
292
|
+
TokenDuration?: number;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export interface GetOpenIdTokenForDeveloperIdentityResponse {
|
|
296
|
+
|
|
297
|
+
IdentityId?: string;
|
|
298
|
+
|
|
299
|
+
Token?: string;
|
|
300
|
+
}
|
|
301
|
+
export interface GetPrincipalTagAttributeMapInput {
|
|
302
|
+
|
|
303
|
+
IdentityPoolId: string | undefined;
|
|
304
|
+
|
|
305
|
+
IdentityProviderName: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface GetPrincipalTagAttributeMapResponse {
|
|
308
|
+
|
|
309
|
+
IdentityPoolId?: string;
|
|
310
|
+
|
|
311
|
+
IdentityProviderName?: string;
|
|
312
|
+
|
|
313
|
+
UseDefaults?: boolean;
|
|
314
|
+
|
|
315
|
+
PrincipalTags?: Record<string, string>;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export interface ListIdentitiesInput {
|
|
319
|
+
|
|
320
|
+
IdentityPoolId: string | undefined;
|
|
321
|
+
|
|
322
|
+
MaxResults: number | undefined;
|
|
323
|
+
|
|
324
|
+
NextToken?: string;
|
|
325
|
+
|
|
326
|
+
HideDisabled?: boolean;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export interface ListIdentitiesResponse {
|
|
330
|
+
|
|
331
|
+
IdentityPoolId?: string;
|
|
332
|
+
|
|
333
|
+
Identities?: IdentityDescription[];
|
|
334
|
+
|
|
335
|
+
NextToken?: string;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export interface ListIdentityPoolsInput {
|
|
339
|
+
|
|
340
|
+
MaxResults: number | undefined;
|
|
341
|
+
|
|
342
|
+
NextToken?: string;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface IdentityPoolShortDescription {
|
|
346
|
+
|
|
347
|
+
IdentityPoolId?: string;
|
|
348
|
+
|
|
349
|
+
IdentityPoolName?: string;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export interface ListIdentityPoolsResponse {
|
|
353
|
+
|
|
354
|
+
IdentityPools?: IdentityPoolShortDescription[];
|
|
355
|
+
|
|
356
|
+
NextToken?: string;
|
|
357
|
+
}
|
|
358
|
+
export interface ListTagsForResourceInput {
|
|
359
|
+
|
|
360
|
+
ResourceArn: string | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface ListTagsForResourceResponse {
|
|
363
|
+
|
|
364
|
+
Tags?: Record<string, string>;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface LookupDeveloperIdentityInput {
|
|
368
|
+
|
|
369
|
+
IdentityPoolId: string | undefined;
|
|
370
|
+
|
|
371
|
+
IdentityId?: string;
|
|
372
|
+
|
|
373
|
+
DeveloperUserIdentifier?: string;
|
|
374
|
+
|
|
375
|
+
MaxResults?: number;
|
|
376
|
+
|
|
377
|
+
NextToken?: string;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export interface LookupDeveloperIdentityResponse {
|
|
381
|
+
|
|
382
|
+
IdentityId?: string;
|
|
383
|
+
|
|
384
|
+
DeveloperUserIdentifierList?: string[];
|
|
385
|
+
|
|
386
|
+
NextToken?: string;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export interface MergeDeveloperIdentitiesInput {
|
|
390
|
+
|
|
391
|
+
SourceUserIdentifier: string | undefined;
|
|
392
|
+
|
|
393
|
+
DestinationUserIdentifier: string | undefined;
|
|
394
|
+
|
|
395
|
+
DeveloperProviderName: string | undefined;
|
|
396
|
+
|
|
397
|
+
IdentityPoolId: string | undefined;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface MergeDeveloperIdentitiesResponse {
|
|
401
|
+
|
|
402
|
+
IdentityId?: string;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
406
|
+
readonly name: "ConcurrentModificationException";
|
|
407
|
+
readonly $fault: "client";
|
|
408
|
+
|
|
409
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export interface SetIdentityPoolRolesInput {
|
|
413
|
+
|
|
414
|
+
IdentityPoolId: string | undefined;
|
|
415
|
+
|
|
416
|
+
Roles: Record<string, string> | undefined;
|
|
417
|
+
|
|
418
|
+
RoleMappings?: Record<string, RoleMapping>;
|
|
419
|
+
}
|
|
420
|
+
export interface SetPrincipalTagAttributeMapInput {
|
|
421
|
+
|
|
422
|
+
IdentityPoolId: string | undefined;
|
|
423
|
+
|
|
424
|
+
IdentityProviderName: string | undefined;
|
|
425
|
+
|
|
426
|
+
UseDefaults?: boolean;
|
|
427
|
+
|
|
428
|
+
PrincipalTags?: Record<string, string>;
|
|
429
|
+
}
|
|
430
|
+
export interface SetPrincipalTagAttributeMapResponse {
|
|
431
|
+
|
|
432
|
+
IdentityPoolId?: string;
|
|
433
|
+
|
|
434
|
+
IdentityProviderName?: string;
|
|
435
|
+
|
|
436
|
+
UseDefaults?: boolean;
|
|
437
|
+
|
|
438
|
+
PrincipalTags?: Record<string, string>;
|
|
439
|
+
}
|
|
440
|
+
export interface TagResourceInput {
|
|
441
|
+
|
|
442
|
+
ResourceArn: string | undefined;
|
|
443
|
+
|
|
444
|
+
Tags: Record<string, string> | undefined;
|
|
445
|
+
}
|
|
446
|
+
export interface TagResourceResponse {
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export interface UnlinkDeveloperIdentityInput {
|
|
450
|
+
|
|
451
|
+
IdentityId: string | undefined;
|
|
452
|
+
|
|
453
|
+
IdentityPoolId: string | undefined;
|
|
454
|
+
|
|
455
|
+
DeveloperProviderName: string | undefined;
|
|
456
|
+
|
|
457
|
+
DeveloperUserIdentifier: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export interface UnlinkIdentityInput {
|
|
461
|
+
|
|
462
|
+
IdentityId: string | undefined;
|
|
463
|
+
|
|
464
|
+
Logins: Record<string, string> | undefined;
|
|
465
|
+
|
|
466
|
+
LoginsToRemove: string[] | undefined;
|
|
467
|
+
}
|
|
468
|
+
export interface UntagResourceInput {
|
|
469
|
+
|
|
470
|
+
ResourceArn: string | undefined;
|
|
471
|
+
|
|
472
|
+
TagKeys: string[] | undefined;
|
|
473
|
+
}
|
|
474
|
+
export interface UntagResourceResponse {
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export declare const CognitoIdentityProviderFilterSensitiveLog: (obj: CognitoIdentityProvider) => any;
|
|
478
|
+
|
|
479
|
+
export declare const CreateIdentityPoolInputFilterSensitiveLog: (obj: CreateIdentityPoolInput) => any;
|
|
480
|
+
|
|
481
|
+
export declare const IdentityPoolFilterSensitiveLog: (obj: IdentityPool) => any;
|
|
482
|
+
|
|
483
|
+
export declare const DeleteIdentitiesInputFilterSensitiveLog: (obj: DeleteIdentitiesInput) => any;
|
|
484
|
+
|
|
485
|
+
export declare const UnprocessedIdentityIdFilterSensitiveLog: (obj: UnprocessedIdentityId) => any;
|
|
486
|
+
|
|
487
|
+
export declare const DeleteIdentitiesResponseFilterSensitiveLog: (obj: DeleteIdentitiesResponse) => any;
|
|
488
|
+
|
|
489
|
+
export declare const DeleteIdentityPoolInputFilterSensitiveLog: (obj: DeleteIdentityPoolInput) => any;
|
|
490
|
+
|
|
491
|
+
export declare const DescribeIdentityInputFilterSensitiveLog: (obj: DescribeIdentityInput) => any;
|
|
492
|
+
|
|
493
|
+
export declare const IdentityDescriptionFilterSensitiveLog: (obj: IdentityDescription) => any;
|
|
494
|
+
|
|
495
|
+
export declare const DescribeIdentityPoolInputFilterSensitiveLog: (obj: DescribeIdentityPoolInput) => any;
|
|
496
|
+
|
|
497
|
+
export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (obj: GetCredentialsForIdentityInput) => any;
|
|
498
|
+
|
|
499
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
500
|
+
|
|
501
|
+
export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (obj: GetCredentialsForIdentityResponse) => any;
|
|
502
|
+
|
|
503
|
+
export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any;
|
|
504
|
+
|
|
505
|
+
export declare const GetIdResponseFilterSensitiveLog: (obj: GetIdResponse) => any;
|
|
506
|
+
|
|
507
|
+
export declare const GetIdentityPoolRolesInputFilterSensitiveLog: (obj: GetIdentityPoolRolesInput) => any;
|
|
508
|
+
|
|
509
|
+
export declare const MappingRuleFilterSensitiveLog: (obj: MappingRule) => any;
|
|
510
|
+
|
|
511
|
+
export declare const RulesConfigurationTypeFilterSensitiveLog: (obj: RulesConfigurationType) => any;
|
|
512
|
+
|
|
513
|
+
export declare const RoleMappingFilterSensitiveLog: (obj: RoleMapping) => any;
|
|
514
|
+
|
|
515
|
+
export declare const GetIdentityPoolRolesResponseFilterSensitiveLog: (obj: GetIdentityPoolRolesResponse) => any;
|
|
516
|
+
|
|
517
|
+
export declare const GetOpenIdTokenInputFilterSensitiveLog: (obj: GetOpenIdTokenInput) => any;
|
|
518
|
+
|
|
519
|
+
export declare const GetOpenIdTokenResponseFilterSensitiveLog: (obj: GetOpenIdTokenResponse) => any;
|
|
520
|
+
|
|
521
|
+
export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityInput) => any;
|
|
522
|
+
|
|
523
|
+
export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityResponse) => any;
|
|
524
|
+
|
|
525
|
+
export declare const GetPrincipalTagAttributeMapInputFilterSensitiveLog: (obj: GetPrincipalTagAttributeMapInput) => any;
|
|
526
|
+
|
|
527
|
+
export declare const GetPrincipalTagAttributeMapResponseFilterSensitiveLog: (obj: GetPrincipalTagAttributeMapResponse) => any;
|
|
528
|
+
|
|
529
|
+
export declare const ListIdentitiesInputFilterSensitiveLog: (obj: ListIdentitiesInput) => any;
|
|
530
|
+
|
|
531
|
+
export declare const ListIdentitiesResponseFilterSensitiveLog: (obj: ListIdentitiesResponse) => any;
|
|
532
|
+
|
|
533
|
+
export declare const ListIdentityPoolsInputFilterSensitiveLog: (obj: ListIdentityPoolsInput) => any;
|
|
534
|
+
|
|
535
|
+
export declare const IdentityPoolShortDescriptionFilterSensitiveLog: (obj: IdentityPoolShortDescription) => any;
|
|
536
|
+
|
|
537
|
+
export declare const ListIdentityPoolsResponseFilterSensitiveLog: (obj: ListIdentityPoolsResponse) => any;
|
|
538
|
+
|
|
539
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
540
|
+
|
|
541
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
542
|
+
|
|
543
|
+
export declare const LookupDeveloperIdentityInputFilterSensitiveLog: (obj: LookupDeveloperIdentityInput) => any;
|
|
544
|
+
|
|
545
|
+
export declare const LookupDeveloperIdentityResponseFilterSensitiveLog: (obj: LookupDeveloperIdentityResponse) => any;
|
|
546
|
+
|
|
547
|
+
export declare const MergeDeveloperIdentitiesInputFilterSensitiveLog: (obj: MergeDeveloperIdentitiesInput) => any;
|
|
548
|
+
|
|
549
|
+
export declare const MergeDeveloperIdentitiesResponseFilterSensitiveLog: (obj: MergeDeveloperIdentitiesResponse) => any;
|
|
550
|
+
|
|
551
|
+
export declare const SetIdentityPoolRolesInputFilterSensitiveLog: (obj: SetIdentityPoolRolesInput) => any;
|
|
552
|
+
|
|
553
|
+
export declare const SetPrincipalTagAttributeMapInputFilterSensitiveLog: (obj: SetPrincipalTagAttributeMapInput) => any;
|
|
554
|
+
|
|
555
|
+
export declare const SetPrincipalTagAttributeMapResponseFilterSensitiveLog: (obj: SetPrincipalTagAttributeMapResponse) => any;
|
|
556
|
+
|
|
557
|
+
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
558
|
+
|
|
559
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
560
|
+
|
|
561
|
+
export declare const UnlinkDeveloperIdentityInputFilterSensitiveLog: (obj: UnlinkDeveloperIdentityInput) => any;
|
|
562
|
+
|
|
563
|
+
export declare const UnlinkIdentityInputFilterSensitiveLog: (obj: UnlinkIdentityInput) => any;
|
|
564
|
+
|
|
565
|
+
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
566
|
+
|
|
567
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { CognitoIdentity } from "../CognitoIdentity";
|
|
3
|
+
import { CognitoIdentityClient } from "../CognitoIdentityClient";
|
|
4
|
+
export interface CognitoIdentityPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: CognitoIdentity | CognitoIdentityClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "../commands/ListIdentityPoolsCommand";
|
|
3
|
+
import { CognitoIdentityPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListIdentityPools(config: CognitoIdentityPaginationConfiguration, input: ListIdentityPoolsCommandInput, ...additionalArguments: any): Paginator<ListIdentityPoolsCommandOutput>;
|
package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "../commands/CreateIdentityPoolCommand";
|
|
4
|
+
import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "../commands/DeleteIdentitiesCommand";
|
|
5
|
+
import { DeleteIdentityPoolCommandInput, DeleteIdentityPoolCommandOutput } from "../commands/DeleteIdentityPoolCommand";
|
|
6
|
+
import { DescribeIdentityCommandInput, DescribeIdentityCommandOutput } from "../commands/DescribeIdentityCommand";
|
|
7
|
+
import { DescribeIdentityPoolCommandInput, DescribeIdentityPoolCommandOutput } from "../commands/DescribeIdentityPoolCommand";
|
|
8
|
+
import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "../commands/GetCredentialsForIdentityCommand";
|
|
9
|
+
import { GetIdCommandInput, GetIdCommandOutput } from "../commands/GetIdCommand";
|
|
10
|
+
import { GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput } from "../commands/GetIdentityPoolRolesCommand";
|
|
11
|
+
import { GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput } from "../commands/GetOpenIdTokenCommand";
|
|
12
|
+
import { GetOpenIdTokenForDeveloperIdentityCommandInput, GetOpenIdTokenForDeveloperIdentityCommandOutput } from "../commands/GetOpenIdTokenForDeveloperIdentityCommand";
|
|
13
|
+
import { GetPrincipalTagAttributeMapCommandInput, GetPrincipalTagAttributeMapCommandOutput } from "../commands/GetPrincipalTagAttributeMapCommand";
|
|
14
|
+
import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "../commands/ListIdentitiesCommand";
|
|
15
|
+
import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "../commands/ListIdentityPoolsCommand";
|
|
16
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
17
|
+
import { LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput } from "../commands/LookupDeveloperIdentityCommand";
|
|
18
|
+
import { MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput } from "../commands/MergeDeveloperIdentitiesCommand";
|
|
19
|
+
import { SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput } from "../commands/SetIdentityPoolRolesCommand";
|
|
20
|
+
import { SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput } from "../commands/SetPrincipalTagAttributeMapCommand";
|
|
21
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
22
|
+
import { UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput } from "../commands/UnlinkDeveloperIdentityCommand";
|
|
23
|
+
import { UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput } from "../commands/UnlinkIdentityCommand";
|
|
24
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
|
+
import { UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput } from "../commands/UpdateIdentityPoolCommand";
|
|
26
|
+
export declare const serializeAws_json1_1CreateIdentityPoolCommand: (input: CreateIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
+
export declare const serializeAws_json1_1DeleteIdentitiesCommand: (input: DeleteIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
+
export declare const serializeAws_json1_1DeleteIdentityPoolCommand: (input: DeleteIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
export declare const serializeAws_json1_1DescribeIdentityCommand: (input: DescribeIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const serializeAws_json1_1DescribeIdentityPoolCommand: (input: DescribeIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
+
export declare const serializeAws_json1_1GetCredentialsForIdentityCommand: (input: GetCredentialsForIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
export declare const serializeAws_json1_1GetIdCommand: (input: GetIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
export declare const serializeAws_json1_1GetIdentityPoolRolesCommand: (input: GetIdentityPoolRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
export declare const serializeAws_json1_1GetOpenIdTokenCommand: (input: GetOpenIdTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
export declare const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand: (input: GetOpenIdTokenForDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
export declare const serializeAws_json1_1GetPrincipalTagAttributeMapCommand: (input: GetPrincipalTagAttributeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
export declare const serializeAws_json1_1ListIdentitiesCommand: (input: ListIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const serializeAws_json1_1ListIdentityPoolsCommand: (input: ListIdentityPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
export declare const serializeAws_json1_1LookupDeveloperIdentityCommand: (input: LookupDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
export declare const serializeAws_json1_1MergeDeveloperIdentitiesCommand: (input: MergeDeveloperIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
export declare const serializeAws_json1_1SetIdentityPoolRolesCommand: (input: SetIdentityPoolRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
export declare const serializeAws_json1_1SetPrincipalTagAttributeMapCommand: (input: SetPrincipalTagAttributeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_json1_1UnlinkDeveloperIdentityCommand: (input: UnlinkDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_json1_1UnlinkIdentityCommand: (input: UnlinkIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_json1_1UpdateIdentityPoolCommand: (input: UpdateIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const deserializeAws_json1_1CreateIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityPoolCommandOutput>;
|
|
50
|
+
export declare const deserializeAws_json1_1DeleteIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentitiesCommandOutput>;
|
|
51
|
+
export declare const deserializeAws_json1_1DeleteIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityPoolCommandOutput>;
|
|
52
|
+
export declare const deserializeAws_json1_1DescribeIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityCommandOutput>;
|
|
53
|
+
export declare const deserializeAws_json1_1DescribeIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityPoolCommandOutput>;
|
|
54
|
+
export declare const deserializeAws_json1_1GetCredentialsForIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsForIdentityCommandOutput>;
|
|
55
|
+
export declare const deserializeAws_json1_1GetIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdCommandOutput>;
|
|
56
|
+
export declare const deserializeAws_json1_1GetIdentityPoolRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityPoolRolesCommandOutput>;
|
|
57
|
+
export declare const deserializeAws_json1_1GetOpenIdTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpenIdTokenCommandOutput>;
|
|
58
|
+
export declare const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpenIdTokenForDeveloperIdentityCommandOutput>;
|
|
59
|
+
export declare const deserializeAws_json1_1GetPrincipalTagAttributeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrincipalTagAttributeMapCommandOutput>;
|
|
60
|
+
export declare const deserializeAws_json1_1ListIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentitiesCommandOutput>;
|
|
61
|
+
export declare const deserializeAws_json1_1ListIdentityPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityPoolsCommandOutput>;
|
|
62
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
63
|
+
export declare const deserializeAws_json1_1LookupDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LookupDeveloperIdentityCommandOutput>;
|
|
64
|
+
export declare const deserializeAws_json1_1MergeDeveloperIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeDeveloperIdentitiesCommandOutput>;
|
|
65
|
+
export declare const deserializeAws_json1_1SetIdentityPoolRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityPoolRolesCommandOutput>;
|
|
66
|
+
export declare const deserializeAws_json1_1SetPrincipalTagAttributeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetPrincipalTagAttributeMapCommandOutput>;
|
|
67
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
68
|
+
export declare const deserializeAws_json1_1UnlinkDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnlinkDeveloperIdentityCommandOutput>;
|
|
69
|
+
export declare const deserializeAws_json1_1UnlinkIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnlinkIdentityCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
71
|
+
export declare const deserializeAws_json1_1UpdateIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityPoolCommandOutput>;
|