@aws-sdk/client-cognito-identity
Advanced tools
Comparing version 3.13.0 to 3.13.1
@@ -249,3 +249,3 @@ import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand"; | ||
export type CognitoIdentityClientConfig = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & | ||
type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & | ||
ClientDefaults & | ||
@@ -258,4 +258,8 @@ RegionInputConfig & | ||
UserAgentInputConfig; | ||
/** | ||
* The configuration interface of CognitoIdentityClient class constructor that set the region, credentials and other options. | ||
*/ | ||
export interface CognitoIdentityClientConfig extends CognitoIdentityClientConfigType {} | ||
export type CognitoIdentityClientResolvedConfig = __SmithyResolvedConfiguration<__HttpHandlerOptions> & | ||
type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & | ||
Required<ClientDefaults> & | ||
@@ -268,2 +272,6 @@ RegionResolvedConfig & | ||
UserAgentResolvedConfig; | ||
/** | ||
* The resolved configuration interface of CognitoIdentityClient class. This is resolved and normalized from the {@link CognitoIdentityClientConfig | constructor configuration interface}. | ||
*/ | ||
export interface CognitoIdentityClientResolvedConfig extends CognitoIdentityClientResolvedConfigType {} | ||
@@ -292,2 +300,5 @@ /** | ||
> { | ||
/** | ||
* The resolved configuration of CognitoIdentityClient class. This is resolved and normalized from the {@link CognitoIdentityClientConfig | constructor configuration interface}. | ||
*/ | ||
readonly config: CognitoIdentityClientResolvedConfig; | ||
@@ -294,0 +305,0 @@ |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type CreateIdentityPoolCommandInput = CreateIdentityPoolInput; | ||
export type CreateIdentityPoolCommandOutput = IdentityPool & __MetadataBearer; | ||
export interface CreateIdentityPoolCommandInput extends CreateIdentityPoolInput {} | ||
export interface CreateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type DeleteIdentitiesCommandInput = DeleteIdentitiesInput; | ||
export type DeleteIdentitiesCommandOutput = DeleteIdentitiesResponse & __MetadataBearer; | ||
export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput {} | ||
export interface DeleteIdentitiesCommandOutput extends DeleteIdentitiesResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type DeleteIdentityPoolCommandInput = DeleteIdentityPoolInput; | ||
export type DeleteIdentityPoolCommandOutput = __MetadataBearer; | ||
export interface DeleteIdentityPoolCommandInput extends DeleteIdentityPoolInput {} | ||
export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type DescribeIdentityCommandInput = DescribeIdentityInput; | ||
export type DescribeIdentityCommandOutput = IdentityDescription & __MetadataBearer; | ||
export interface DescribeIdentityCommandInput extends DescribeIdentityInput {} | ||
export interface DescribeIdentityCommandOutput extends IdentityDescription, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type DescribeIdentityPoolCommandInput = DescribeIdentityPoolInput; | ||
export type DescribeIdentityPoolCommandOutput = IdentityPool & __MetadataBearer; | ||
export interface DescribeIdentityPoolCommandInput extends DescribeIdentityPoolInput {} | ||
export interface DescribeIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -20,4 +20,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type GetCredentialsForIdentityCommandInput = GetCredentialsForIdentityInput; | ||
export type GetCredentialsForIdentityCommandOutput = GetCredentialsForIdentityResponse & __MetadataBearer; | ||
export interface GetCredentialsForIdentityCommandInput extends GetCredentialsForIdentityInput {} | ||
export interface GetCredentialsForIdentityCommandOutput extends GetCredentialsForIdentityResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -17,4 +17,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type GetIdCommandInput = GetIdInput; | ||
export type GetIdCommandOutput = GetIdResponse & __MetadataBearer; | ||
export interface GetIdCommandInput extends GetIdInput {} | ||
export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {} | ||
@@ -21,0 +21,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type GetIdentityPoolRolesCommandInput = GetIdentityPoolRolesInput; | ||
export type GetIdentityPoolRolesCommandOutput = GetIdentityPoolRolesResponse & __MetadataBearer; | ||
export interface GetIdentityPoolRolesCommandInput extends GetIdentityPoolRolesInput {} | ||
export interface GetIdentityPoolRolesCommandOutput extends GetIdentityPoolRolesResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -20,4 +20,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type GetOpenIdTokenCommandInput = GetOpenIdTokenInput; | ||
export type GetOpenIdTokenCommandOutput = GetOpenIdTokenResponse & __MetadataBearer; | ||
export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput {} | ||
export interface GetOpenIdTokenCommandOutput extends GetOpenIdTokenResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -24,5 +24,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type GetOpenIdTokenForDeveloperIdentityCommandInput = GetOpenIdTokenForDeveloperIdentityInput; | ||
export type GetOpenIdTokenForDeveloperIdentityCommandOutput = GetOpenIdTokenForDeveloperIdentityResponse & | ||
__MetadataBearer; | ||
export interface GetOpenIdTokenForDeveloperIdentityCommandInput extends GetOpenIdTokenForDeveloperIdentityInput {} | ||
export interface GetOpenIdTokenForDeveloperIdentityCommandOutput | ||
extends GetOpenIdTokenForDeveloperIdentityResponse, | ||
__MetadataBearer {} | ||
@@ -29,0 +30,0 @@ /** |
@@ -21,4 +21,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type GetPrincipalTagAttributeMapCommandInput = GetPrincipalTagAttributeMapInput; | ||
export type GetPrincipalTagAttributeMapCommandOutput = GetPrincipalTagAttributeMapResponse & __MetadataBearer; | ||
export interface GetPrincipalTagAttributeMapCommandInput extends GetPrincipalTagAttributeMapInput {} | ||
export interface GetPrincipalTagAttributeMapCommandOutput | ||
extends GetPrincipalTagAttributeMapResponse, | ||
__MetadataBearer {} | ||
@@ -25,0 +27,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type ListIdentitiesCommandInput = ListIdentitiesInput; | ||
export type ListIdentitiesCommandOutput = ListIdentitiesResponse & __MetadataBearer; | ||
export interface ListIdentitiesCommandInput extends ListIdentitiesInput {} | ||
export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type ListIdentityPoolsCommandInput = ListIdentityPoolsInput; | ||
export type ListIdentityPoolsCommandOutput = ListIdentityPoolsResponse & __MetadataBearer; | ||
export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {} | ||
export interface ListIdentityPoolsCommandOutput extends ListIdentityPoolsResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type ListTagsForResourceCommandInput = ListTagsForResourceInput; | ||
export type ListTagsForResourceCommandOutput = ListTagsForResourceResponse & __MetadataBearer; | ||
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {} | ||
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type LookupDeveloperIdentityCommandInput = LookupDeveloperIdentityInput; | ||
export type LookupDeveloperIdentityCommandOutput = LookupDeveloperIdentityResponse & __MetadataBearer; | ||
export interface LookupDeveloperIdentityCommandInput extends LookupDeveloperIdentityInput {} | ||
export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIdentityResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type MergeDeveloperIdentitiesCommandInput = MergeDeveloperIdentitiesInput; | ||
export type MergeDeveloperIdentitiesCommandOutput = MergeDeveloperIdentitiesResponse & __MetadataBearer; | ||
export interface MergeDeveloperIdentitiesCommandInput extends MergeDeveloperIdentitiesInput {} | ||
export interface MergeDeveloperIdentitiesCommandOutput extends MergeDeveloperIdentitiesResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type SetIdentityPoolRolesCommandInput = SetIdentityPoolRolesInput; | ||
export type SetIdentityPoolRolesCommandOutput = __MetadataBearer; | ||
export interface SetIdentityPoolRolesCommandInput extends SetIdentityPoolRolesInput {} | ||
export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type SetPrincipalTagAttributeMapCommandInput = SetPrincipalTagAttributeMapInput; | ||
export type SetPrincipalTagAttributeMapCommandOutput = SetPrincipalTagAttributeMapResponse & __MetadataBearer; | ||
export interface SetPrincipalTagAttributeMapCommandInput extends SetPrincipalTagAttributeMapInput {} | ||
export interface SetPrincipalTagAttributeMapCommandOutput | ||
extends SetPrincipalTagAttributeMapResponse, | ||
__MetadataBearer {} | ||
@@ -25,0 +27,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type TagResourceCommandInput = TagResourceInput; | ||
export type TagResourceCommandOutput = TagResourceResponse & __MetadataBearer; | ||
export interface TagResourceCommandInput extends TagResourceInput {} | ||
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type UnlinkDeveloperIdentityCommandInput = UnlinkDeveloperIdentityInput; | ||
export type UnlinkDeveloperIdentityCommandOutput = __MetadataBearer; | ||
export interface UnlinkDeveloperIdentityCommandInput extends UnlinkDeveloperIdentityInput {} | ||
export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -20,4 +20,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type UnlinkIdentityCommandInput = UnlinkIdentityInput; | ||
export type UnlinkIdentityCommandOutput = __MetadataBearer; | ||
export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {} | ||
export interface UnlinkIdentityCommandOutput extends __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type UntagResourceCommandInput = UntagResourceInput; | ||
export type UntagResourceCommandOutput = UntagResourceResponse & __MetadataBearer; | ||
export interface UntagResourceCommandInput extends UntagResourceInput {} | ||
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -21,4 +21,4 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
export type UpdateIdentityPoolCommandInput = IdentityPool; | ||
export type UpdateIdentityPoolCommandOutput = IdentityPool & __MetadataBearer; | ||
export interface UpdateIdentityPoolCommandInput extends IdentityPool {} | ||
export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer {} | ||
@@ -25,0 +25,0 @@ /** |
@@ -14,3 +14,4 @@ "use strict"; | ||
const region = globalThis.defaultRegion || ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.AWS_SMOKE_TEST_REGION); | ||
const IdentityPoolId = ((_d = (_c = (_b = globalThis) === null || _b === void 0 ? void 0 : _b.window) === null || _c === void 0 ? void 0 : _c.__env__) === null || _d === void 0 ? void 0 : _d.AWS_SMOKE_TEST_IDENTITY_POOL_ID) || ((_e = process === null || process === void 0 ? void 0 : process.env) === null || _e === void 0 ? void 0 : _e.AWS_SMOKE_TEST_IDENTITY_POOL_ID); | ||
const IdentityPoolId = ((_d = (_c = (_b = globalThis) === null || _b === void 0 ? void 0 : _b.window) === null || _c === void 0 ? void 0 : _c.__env__) === null || _d === void 0 ? void 0 : _d.AWS_SMOKE_TEST_IDENTITY_POOL_ID) || | ||
((_e = process === null || process === void 0 ? void 0 : process.env) === null || _e === void 0 ? void 0 : _e.AWS_SMOKE_TEST_IDENTITY_POOL_ID); | ||
describe("@aws-sdk/client-cognito-identity", function () { | ||
@@ -17,0 +18,0 @@ const unAuthClient = new index_1.CognitoIdentity({ |
{ | ||
"name": "@aws-sdk/client-cognito-identity", | ||
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"scripts": { | ||
@@ -32,35 +32,35 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.13.0", | ||
"@aws-sdk/config-resolver": "3.12.0", | ||
"@aws-sdk/credential-provider-node": "3.13.0", | ||
"@aws-sdk/fetch-http-handler": "3.12.0", | ||
"@aws-sdk/hash-node": "3.12.0", | ||
"@aws-sdk/invalid-dependency": "3.12.0", | ||
"@aws-sdk/middleware-content-length": "3.12.0", | ||
"@aws-sdk/middleware-host-header": "3.12.0", | ||
"@aws-sdk/middleware-logger": "3.12.0", | ||
"@aws-sdk/middleware-retry": "3.12.0", | ||
"@aws-sdk/middleware-serde": "3.12.0", | ||
"@aws-sdk/middleware-signing": "3.12.0", | ||
"@aws-sdk/middleware-stack": "3.12.0", | ||
"@aws-sdk/middleware-user-agent": "3.12.0", | ||
"@aws-sdk/node-config-provider": "3.12.0", | ||
"@aws-sdk/node-http-handler": "3.12.0", | ||
"@aws-sdk/protocol-http": "3.12.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/url-parser": "3.12.0", | ||
"@aws-sdk/util-base64-browser": "3.12.0", | ||
"@aws-sdk/util-base64-node": "3.12.0", | ||
"@aws-sdk/util-body-length-browser": "3.12.0", | ||
"@aws-sdk/util-body-length-node": "3.12.0", | ||
"@aws-sdk/util-user-agent-browser": "3.12.0", | ||
"@aws-sdk/util-user-agent-node": "3.12.0", | ||
"@aws-sdk/util-utf8-browser": "3.12.0", | ||
"@aws-sdk/util-utf8-node": "3.12.0", | ||
"@aws-sdk/client-sts": "3.13.1", | ||
"@aws-sdk/config-resolver": "3.13.1", | ||
"@aws-sdk/credential-provider-node": "3.13.1", | ||
"@aws-sdk/fetch-http-handler": "3.13.1", | ||
"@aws-sdk/hash-node": "3.13.1", | ||
"@aws-sdk/invalid-dependency": "3.13.1", | ||
"@aws-sdk/middleware-content-length": "3.13.1", | ||
"@aws-sdk/middleware-host-header": "3.13.1", | ||
"@aws-sdk/middleware-logger": "3.13.1", | ||
"@aws-sdk/middleware-retry": "3.13.1", | ||
"@aws-sdk/middleware-serde": "3.13.1", | ||
"@aws-sdk/middleware-signing": "3.13.1", | ||
"@aws-sdk/middleware-stack": "3.13.1", | ||
"@aws-sdk/middleware-user-agent": "3.13.1", | ||
"@aws-sdk/node-config-provider": "3.13.1", | ||
"@aws-sdk/node-http-handler": "3.13.1", | ||
"@aws-sdk/protocol-http": "3.13.1", | ||
"@aws-sdk/smithy-client": "3.13.1", | ||
"@aws-sdk/types": "3.13.1", | ||
"@aws-sdk/url-parser": "3.13.1", | ||
"@aws-sdk/util-base64-browser": "3.13.1", | ||
"@aws-sdk/util-base64-node": "3.13.1", | ||
"@aws-sdk/util-body-length-browser": "3.13.1", | ||
"@aws-sdk/util-body-length-node": "3.13.1", | ||
"@aws-sdk/util-user-agent-browser": "3.13.1", | ||
"@aws-sdk/util-user-agent-node": "3.13.1", | ||
"@aws-sdk/util-utf8-browser": "3.13.1", | ||
"@aws-sdk/util-utf8-node": "3.13.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.13.0", | ||
"@aws-sdk/client-iam": "3.13.0", | ||
"@aws-sdk/client-documentation-generator": "3.13.1", | ||
"@aws-sdk/client-iam": "3.13.1", | ||
"@types/chai": "^4.2.11", | ||
@@ -74,3 +74,3 @@ "@types/mocha": "^8.0.4", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.2.4" | ||
}, | ||
@@ -77,0 +77,0 @@ "engines": { |
@@ -13,3 +13,4 @@ var _a, _b, _c, _d, _e; | ||
var region = globalThis.defaultRegion || ((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.AWS_SMOKE_TEST_REGION); | ||
var IdentityPoolId = ((_d = (_c = (_b = globalThis) === null || _b === void 0 ? void 0 : _b.window) === null || _c === void 0 ? void 0 : _c.__env__) === null || _d === void 0 ? void 0 : _d.AWS_SMOKE_TEST_IDENTITY_POOL_ID) || ((_e = process === null || process === void 0 ? void 0 : process.env) === null || _e === void 0 ? void 0 : _e.AWS_SMOKE_TEST_IDENTITY_POOL_ID); | ||
var IdentityPoolId = ((_d = (_c = (_b = globalThis) === null || _b === void 0 ? void 0 : _b.window) === null || _c === void 0 ? void 0 : _c.__env__) === null || _d === void 0 ? void 0 : _d.AWS_SMOKE_TEST_IDENTITY_POOL_ID) || | ||
((_e = process === null || process === void 0 ? void 0 : process.env) === null || _e === void 0 ? void 0 : _e.AWS_SMOKE_TEST_IDENTITY_POOL_ID); | ||
describe("@aws-sdk/client-cognito-identity", function () { | ||
@@ -16,0 +17,0 @@ var _this = this; |
{ | ||
"name": "@aws-sdk/client-cognito-identity", | ||
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"scripts": { | ||
@@ -32,35 +32,35 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.13.0", | ||
"@aws-sdk/config-resolver": "3.12.0", | ||
"@aws-sdk/credential-provider-node": "3.13.0", | ||
"@aws-sdk/fetch-http-handler": "3.12.0", | ||
"@aws-sdk/hash-node": "3.12.0", | ||
"@aws-sdk/invalid-dependency": "3.12.0", | ||
"@aws-sdk/middleware-content-length": "3.12.0", | ||
"@aws-sdk/middleware-host-header": "3.12.0", | ||
"@aws-sdk/middleware-logger": "3.12.0", | ||
"@aws-sdk/middleware-retry": "3.12.0", | ||
"@aws-sdk/middleware-serde": "3.12.0", | ||
"@aws-sdk/middleware-signing": "3.12.0", | ||
"@aws-sdk/middleware-stack": "3.12.0", | ||
"@aws-sdk/middleware-user-agent": "3.12.0", | ||
"@aws-sdk/node-config-provider": "3.12.0", | ||
"@aws-sdk/node-http-handler": "3.12.0", | ||
"@aws-sdk/protocol-http": "3.12.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/url-parser": "3.12.0", | ||
"@aws-sdk/util-base64-browser": "3.12.0", | ||
"@aws-sdk/util-base64-node": "3.12.0", | ||
"@aws-sdk/util-body-length-browser": "3.12.0", | ||
"@aws-sdk/util-body-length-node": "3.12.0", | ||
"@aws-sdk/util-user-agent-browser": "3.12.0", | ||
"@aws-sdk/util-user-agent-node": "3.12.0", | ||
"@aws-sdk/util-utf8-browser": "3.12.0", | ||
"@aws-sdk/util-utf8-node": "3.12.0", | ||
"@aws-sdk/client-sts": "3.13.1", | ||
"@aws-sdk/config-resolver": "3.13.1", | ||
"@aws-sdk/credential-provider-node": "3.13.1", | ||
"@aws-sdk/fetch-http-handler": "3.13.1", | ||
"@aws-sdk/hash-node": "3.13.1", | ||
"@aws-sdk/invalid-dependency": "3.13.1", | ||
"@aws-sdk/middleware-content-length": "3.13.1", | ||
"@aws-sdk/middleware-host-header": "3.13.1", | ||
"@aws-sdk/middleware-logger": "3.13.1", | ||
"@aws-sdk/middleware-retry": "3.13.1", | ||
"@aws-sdk/middleware-serde": "3.13.1", | ||
"@aws-sdk/middleware-signing": "3.13.1", | ||
"@aws-sdk/middleware-stack": "3.13.1", | ||
"@aws-sdk/middleware-user-agent": "3.13.1", | ||
"@aws-sdk/node-config-provider": "3.13.1", | ||
"@aws-sdk/node-http-handler": "3.13.1", | ||
"@aws-sdk/protocol-http": "3.13.1", | ||
"@aws-sdk/smithy-client": "3.13.1", | ||
"@aws-sdk/types": "3.13.1", | ||
"@aws-sdk/url-parser": "3.13.1", | ||
"@aws-sdk/util-base64-browser": "3.13.1", | ||
"@aws-sdk/util-base64-node": "3.13.1", | ||
"@aws-sdk/util-body-length-browser": "3.13.1", | ||
"@aws-sdk/util-body-length-node": "3.13.1", | ||
"@aws-sdk/util-user-agent-browser": "3.13.1", | ||
"@aws-sdk/util-user-agent-node": "3.13.1", | ||
"@aws-sdk/util-utf8-browser": "3.13.1", | ||
"@aws-sdk/util-utf8-node": "3.13.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.13.0", | ||
"@aws-sdk/client-iam": "3.13.0", | ||
"@aws-sdk/client-documentation-generator": "3.13.1", | ||
"@aws-sdk/client-iam": "3.13.1", | ||
"@types/chai": "^4.2.11", | ||
@@ -74,3 +74,3 @@ "@types/mocha": "^8.0.4", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.2.4" | ||
}, | ||
@@ -77,0 +77,0 @@ "engines": { |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { CognitoIdentity } from "../CognitoIdentity"; | ||
@@ -16,3 +16,3 @@ import { CognitoIdentityClient } from "../CognitoIdentityClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListIdentityPoolsCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListIdentityPoolsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listIdentityPools.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listIdentityPools.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof CognitoIdentity)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof CognitoIdentityClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -112,5 +112,15 @@ import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand"; | ||
} | ||
export declare type CognitoIdentityClientConfig = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig; | ||
export declare type CognitoIdentityClientResolvedConfig = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig; | ||
declare type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig; | ||
/** | ||
* The configuration interface of CognitoIdentityClient class constructor that set the region, credentials and other options. | ||
*/ | ||
export interface CognitoIdentityClientConfig extends CognitoIdentityClientConfigType { | ||
} | ||
declare type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig; | ||
/** | ||
* The resolved configuration interface of CognitoIdentityClient class. This is resolved and normalized from the {@link CognitoIdentityClientConfig | constructor configuration interface}. | ||
*/ | ||
export interface CognitoIdentityClientResolvedConfig extends CognitoIdentityClientResolvedConfigType { | ||
} | ||
/** | ||
* <fullname>Amazon Cognito Federated Identities</fullname> | ||
@@ -132,2 +142,5 @@ * <p>Amazon Cognito Federated Identities is a web service that delivers scoped temporary | ||
export declare class CognitoIdentityClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CognitoIdentityClientResolvedConfig> { | ||
/** | ||
* The resolved configuration of CognitoIdentityClient class. This is resolved and normalized from the {@link CognitoIdentityClientConfig | constructor configuration interface}. | ||
*/ | ||
readonly config: CognitoIdentityClientResolvedConfig; | ||
@@ -142,1 +155,2 @@ constructor(configuration: CognitoIdentityClientConfig); | ||
} | ||
export {}; |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type CreateIdentityPoolCommandInput = CreateIdentityPoolInput; | ||
export declare type CreateIdentityPoolCommandOutput = IdentityPool & __MetadataBearer; | ||
export interface CreateIdentityPoolCommandInput extends CreateIdentityPoolInput { | ||
} | ||
export interface CreateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Creates a new identity pool. The identity pool is a store of user identity |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DeleteIdentitiesCommandInput = DeleteIdentitiesInput; | ||
export declare type DeleteIdentitiesCommandOutput = DeleteIdentitiesResponse & __MetadataBearer; | ||
export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput { | ||
} | ||
export interface DeleteIdentitiesCommandOutput extends DeleteIdentitiesResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Deletes identities from an identity pool. You can specify a list of 1-60 identities |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DeleteIdentityPoolCommandInput = DeleteIdentityPoolInput; | ||
export declare type DeleteIdentityPoolCommandOutput = __MetadataBearer; | ||
export interface DeleteIdentityPoolCommandInput extends DeleteIdentityPoolInput { | ||
} | ||
export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Deletes an identity pool. Once a pool is deleted, users will not be able to |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DescribeIdentityCommandInput = DescribeIdentityInput; | ||
export declare type DescribeIdentityCommandOutput = IdentityDescription & __MetadataBearer; | ||
export interface DescribeIdentityCommandInput extends DescribeIdentityInput { | ||
} | ||
export interface DescribeIdentityCommandOutput extends IdentityDescription, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns metadata related to the given identity, including when the identity was |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DescribeIdentityPoolCommandInput = DescribeIdentityPoolInput; | ||
export declare type DescribeIdentityPoolCommandOutput = IdentityPool & __MetadataBearer; | ||
export interface DescribeIdentityPoolCommandInput extends DescribeIdentityPoolInput { | ||
} | ||
export interface DescribeIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Gets details about a particular identity pool, including the pool name, ID |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetCredentialsForIdentityCommandInput = GetCredentialsForIdentityInput; | ||
export declare type GetCredentialsForIdentityCommandOutput = GetCredentialsForIdentityResponse & __MetadataBearer; | ||
export interface GetCredentialsForIdentityCommandInput extends GetCredentialsForIdentityInput { | ||
} | ||
export interface GetCredentialsForIdentityCommandOutput extends GetCredentialsForIdentityResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns credentials for the provided identity ID. Any provided logins will be |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetIdCommandInput = GetIdInput; | ||
export declare type GetIdCommandOutput = GetIdResponse & __MetadataBearer; | ||
export interface GetIdCommandInput extends GetIdInput { | ||
} | ||
export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetIdentityPoolRolesCommandInput = GetIdentityPoolRolesInput; | ||
export declare type GetIdentityPoolRolesCommandOutput = GetIdentityPoolRolesResponse & __MetadataBearer; | ||
export interface GetIdentityPoolRolesCommandInput extends GetIdentityPoolRolesInput { | ||
} | ||
export interface GetIdentityPoolRolesCommandOutput extends GetIdentityPoolRolesResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Gets the roles for an identity pool.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetOpenIdTokenCommandInput = GetOpenIdTokenInput; | ||
export declare type GetOpenIdTokenCommandOutput = GetOpenIdTokenResponse & __MetadataBearer; | ||
export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput { | ||
} | ||
export interface GetOpenIdTokenCommandOutput extends GetOpenIdTokenResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetOpenIdTokenForDeveloperIdentityCommandInput = GetOpenIdTokenForDeveloperIdentityInput; | ||
export declare type GetOpenIdTokenForDeveloperIdentityCommandOutput = GetOpenIdTokenForDeveloperIdentityResponse & __MetadataBearer; | ||
export interface GetOpenIdTokenForDeveloperIdentityCommandInput extends GetOpenIdTokenForDeveloperIdentityInput { | ||
} | ||
export interface GetOpenIdTokenForDeveloperIdentityCommandOutput extends GetOpenIdTokenForDeveloperIdentityResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Registers (or retrieves) a Cognito <code>IdentityId</code> and an OpenID Connect |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetPrincipalTagAttributeMapCommandInput = GetPrincipalTagAttributeMapInput; | ||
export declare type GetPrincipalTagAttributeMapCommandOutput = GetPrincipalTagAttributeMapResponse & __MetadataBearer; | ||
export interface GetPrincipalTagAttributeMapCommandInput extends GetPrincipalTagAttributeMapInput { | ||
} | ||
export interface GetPrincipalTagAttributeMapCommandOutput extends GetPrincipalTagAttributeMapResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Use <code>GetPrincipalTagAttributeMap</code> to list all mappings between <code>PrincipalTags</code> and user attributes.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListIdentitiesCommandInput = ListIdentitiesInput; | ||
export declare type ListIdentitiesCommandOutput = ListIdentitiesResponse & __MetadataBearer; | ||
export interface ListIdentitiesCommandInput extends ListIdentitiesInput { | ||
} | ||
export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Lists the identities in an identity pool.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListIdentityPoolsCommandInput = ListIdentityPoolsInput; | ||
export declare type ListIdentityPoolsCommandOutput = ListIdentityPoolsResponse & __MetadataBearer; | ||
export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput { | ||
} | ||
export interface ListIdentityPoolsCommandOutput extends ListIdentityPoolsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Lists all of the Cognito identity pools registered for your account.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListTagsForResourceCommandInput = ListTagsForResourceInput; | ||
export declare type ListTagsForResourceCommandOutput = ListTagsForResourceResponse & __MetadataBearer; | ||
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput { | ||
} | ||
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Lists the tags that are assigned to an Amazon Cognito identity pool.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type LookupDeveloperIdentityCommandInput = LookupDeveloperIdentityInput; | ||
export declare type LookupDeveloperIdentityCommandOutput = LookupDeveloperIdentityResponse & __MetadataBearer; | ||
export interface LookupDeveloperIdentityCommandInput extends LookupDeveloperIdentityInput { | ||
} | ||
export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIdentityResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Retrieves the <code>IdentityID</code> associated with a |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type MergeDeveloperIdentitiesCommandInput = MergeDeveloperIdentitiesInput; | ||
export declare type MergeDeveloperIdentitiesCommandOutput = MergeDeveloperIdentitiesResponse & __MetadataBearer; | ||
export interface MergeDeveloperIdentitiesCommandInput extends MergeDeveloperIdentitiesInput { | ||
} | ||
export interface MergeDeveloperIdentitiesCommandOutput extends MergeDeveloperIdentitiesResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Merges two users having different <code>IdentityId</code>s, existing in the same |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type SetIdentityPoolRolesCommandInput = SetIdentityPoolRolesInput; | ||
export declare type SetIdentityPoolRolesCommandOutput = __MetadataBearer; | ||
export interface SetIdentityPoolRolesCommandInput extends SetIdentityPoolRolesInput { | ||
} | ||
export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Sets the roles for an identity pool. These roles are used when making calls to <a>GetCredentialsForIdentity</a> action.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type SetPrincipalTagAttributeMapCommandInput = SetPrincipalTagAttributeMapInput; | ||
export declare type SetPrincipalTagAttributeMapCommandOutput = SetPrincipalTagAttributeMapResponse & __MetadataBearer; | ||
export interface SetPrincipalTagAttributeMapCommandInput extends SetPrincipalTagAttributeMapInput { | ||
} | ||
export interface SetPrincipalTagAttributeMapCommandOutput extends SetPrincipalTagAttributeMapResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>You can use this operation to use default (username and clientID) attribute or custom attribute mappings.</p> |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type TagResourceCommandInput = TagResourceInput; | ||
export declare type TagResourceCommandOutput = TagResourceResponse & __MetadataBearer; | ||
export interface TagResourceCommandInput extends TagResourceInput { | ||
} | ||
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UnlinkDeveloperIdentityCommandInput = UnlinkDeveloperIdentityInput; | ||
export declare type UnlinkDeveloperIdentityCommandOutput = __MetadataBearer; | ||
export interface UnlinkDeveloperIdentityCommandInput extends UnlinkDeveloperIdentityInput { | ||
} | ||
export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Unlinks a <code>DeveloperUserIdentifier</code> from an existing identity. Unlinked |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UnlinkIdentityCommandInput = UnlinkIdentityInput; | ||
export declare type UnlinkIdentityCommandOutput = __MetadataBearer; | ||
export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput { | ||
} | ||
export interface UnlinkIdentityCommandOutput extends __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Unlinks a federated identity from an existing account. Unlinked logins will be |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UntagResourceCommandInput = UntagResourceInput; | ||
export declare type UntagResourceCommandOutput = UntagResourceResponse & __MetadataBearer; | ||
export interface UntagResourceCommandInput extends UntagResourceInput { | ||
} | ||
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Removes the specified tags from the specified Amazon Cognito identity pool. You can use |
@@ -5,4 +5,6 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateIdentityPoolCommandInput = IdentityPool; | ||
export declare type UpdateIdentityPoolCommandOutput = IdentityPool & __MetadataBearer; | ||
export interface UpdateIdentityPoolCommandInput extends IdentityPool { | ||
} | ||
export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates an identity pool.</p> |
@@ -55,4 +55,8 @@ module.exports = function (config) { | ||
autoWatch: false, | ||
browsers: ["ChromeHeadless", "FirefoxHeadless"], | ||
browsers: ["ChromeHeadlessNoSandbox", "FirefoxHeadless"], | ||
customLaunchers: { | ||
ChromeHeadlessNoSandbox: { | ||
base: "ChromeHeadless", | ||
flags: ["--no-sandbox"], | ||
}, | ||
FirefoxHeadless: { | ||
@@ -59,0 +63,0 @@ base: "Firefox", |
{ | ||
"name": "@aws-sdk/client-cognito-identity", | ||
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"scripts": { | ||
@@ -32,35 +32,35 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.13.0", | ||
"@aws-sdk/config-resolver": "3.12.0", | ||
"@aws-sdk/credential-provider-node": "3.13.0", | ||
"@aws-sdk/fetch-http-handler": "3.12.0", | ||
"@aws-sdk/hash-node": "3.12.0", | ||
"@aws-sdk/invalid-dependency": "3.12.0", | ||
"@aws-sdk/middleware-content-length": "3.12.0", | ||
"@aws-sdk/middleware-host-header": "3.12.0", | ||
"@aws-sdk/middleware-logger": "3.12.0", | ||
"@aws-sdk/middleware-retry": "3.12.0", | ||
"@aws-sdk/middleware-serde": "3.12.0", | ||
"@aws-sdk/middleware-signing": "3.12.0", | ||
"@aws-sdk/middleware-stack": "3.12.0", | ||
"@aws-sdk/middleware-user-agent": "3.12.0", | ||
"@aws-sdk/node-config-provider": "3.12.0", | ||
"@aws-sdk/node-http-handler": "3.12.0", | ||
"@aws-sdk/protocol-http": "3.12.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/url-parser": "3.12.0", | ||
"@aws-sdk/util-base64-browser": "3.12.0", | ||
"@aws-sdk/util-base64-node": "3.12.0", | ||
"@aws-sdk/util-body-length-browser": "3.12.0", | ||
"@aws-sdk/util-body-length-node": "3.12.0", | ||
"@aws-sdk/util-user-agent-browser": "3.12.0", | ||
"@aws-sdk/util-user-agent-node": "3.12.0", | ||
"@aws-sdk/util-utf8-browser": "3.12.0", | ||
"@aws-sdk/util-utf8-node": "3.12.0", | ||
"@aws-sdk/client-sts": "3.13.1", | ||
"@aws-sdk/config-resolver": "3.13.1", | ||
"@aws-sdk/credential-provider-node": "3.13.1", | ||
"@aws-sdk/fetch-http-handler": "3.13.1", | ||
"@aws-sdk/hash-node": "3.13.1", | ||
"@aws-sdk/invalid-dependency": "3.13.1", | ||
"@aws-sdk/middleware-content-length": "3.13.1", | ||
"@aws-sdk/middleware-host-header": "3.13.1", | ||
"@aws-sdk/middleware-logger": "3.13.1", | ||
"@aws-sdk/middleware-retry": "3.13.1", | ||
"@aws-sdk/middleware-serde": "3.13.1", | ||
"@aws-sdk/middleware-signing": "3.13.1", | ||
"@aws-sdk/middleware-stack": "3.13.1", | ||
"@aws-sdk/middleware-user-agent": "3.13.1", | ||
"@aws-sdk/node-config-provider": "3.13.1", | ||
"@aws-sdk/node-http-handler": "3.13.1", | ||
"@aws-sdk/protocol-http": "3.13.1", | ||
"@aws-sdk/smithy-client": "3.13.1", | ||
"@aws-sdk/types": "3.13.1", | ||
"@aws-sdk/url-parser": "3.13.1", | ||
"@aws-sdk/util-base64-browser": "3.13.1", | ||
"@aws-sdk/util-base64-node": "3.13.1", | ||
"@aws-sdk/util-body-length-browser": "3.13.1", | ||
"@aws-sdk/util-body-length-node": "3.13.1", | ||
"@aws-sdk/util-user-agent-browser": "3.13.1", | ||
"@aws-sdk/util-user-agent-node": "3.13.1", | ||
"@aws-sdk/util-utf8-browser": "3.13.1", | ||
"@aws-sdk/util-utf8-node": "3.13.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.13.0", | ||
"@aws-sdk/client-iam": "3.13.0", | ||
"@aws-sdk/client-documentation-generator": "3.13.1", | ||
"@aws-sdk/client-iam": "3.13.1", | ||
"@types/chai": "^4.2.11", | ||
@@ -74,3 +74,3 @@ "@types/mocha": "^8.0.4", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.2.4" | ||
}, | ||
@@ -77,0 +77,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1496762
22327
+ Added@aws-sdk/abort-controller@3.13.1(transitive)
+ Added@aws-sdk/client-sso@3.13.1(transitive)
+ Added@aws-sdk/client-sts@3.13.1(transitive)
+ Added@aws-sdk/config-resolver@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-env@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-imds@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-ini@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-node@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-process@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-sso@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.13.1(transitive)
+ Added@aws-sdk/fetch-http-handler@3.13.1(transitive)
+ Added@aws-sdk/hash-node@3.13.1(transitive)
+ Added@aws-sdk/invalid-dependency@3.13.1(transitive)
+ Added@aws-sdk/is-array-buffer@3.13.1(transitive)
+ Added@aws-sdk/middleware-content-length@3.13.1(transitive)
+ Added@aws-sdk/middleware-host-header@3.13.1(transitive)
+ Added@aws-sdk/middleware-logger@3.13.1(transitive)
+ Added@aws-sdk/middleware-retry@3.13.1(transitive)
+ Added@aws-sdk/middleware-sdk-sts@3.13.1(transitive)
+ Added@aws-sdk/middleware-serde@3.13.1(transitive)
+ Added@aws-sdk/middleware-signing@3.13.1(transitive)
+ Added@aws-sdk/middleware-stack@3.13.1(transitive)
+ Added@aws-sdk/middleware-user-agent@3.13.1(transitive)
+ Added@aws-sdk/node-config-provider@3.13.1(transitive)
+ Added@aws-sdk/node-http-handler@3.13.1(transitive)
+ Added@aws-sdk/property-provider@3.13.1(transitive)
+ Added@aws-sdk/protocol-http@3.13.1(transitive)
+ Added@aws-sdk/querystring-builder@3.13.1(transitive)
+ Added@aws-sdk/querystring-parser@3.13.1(transitive)
+ Added@aws-sdk/service-error-classification@3.13.1(transitive)
+ Added@aws-sdk/shared-ini-file-loader@3.13.1(transitive)
+ Added@aws-sdk/signature-v4@3.13.1(transitive)
+ Added@aws-sdk/smithy-client@3.13.1(transitive)
+ Added@aws-sdk/types@3.13.1(transitive)
+ Added@aws-sdk/url-parser@3.13.1(transitive)
+ Added@aws-sdk/util-base64-browser@3.13.1(transitive)
+ Added@aws-sdk/util-base64-node@3.13.1(transitive)
+ Added@aws-sdk/util-body-length-browser@3.13.1(transitive)
+ Added@aws-sdk/util-body-length-node@3.13.1(transitive)
+ Added@aws-sdk/util-buffer-from@3.13.1(transitive)
+ Added@aws-sdk/util-hex-encoding@3.13.1(transitive)
+ Added@aws-sdk/util-uri-escape@3.13.1(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.13.1(transitive)
+ Added@aws-sdk/util-user-agent-node@3.13.1(transitive)
+ Added@aws-sdk/util-utf8-browser@3.13.1(transitive)
+ Added@aws-sdk/util-utf8-node@3.13.1(transitive)
- Removed@aws-sdk/abort-controller@3.12.0(transitive)
- Removed@aws-sdk/client-sso@3.13.0(transitive)
- Removed@aws-sdk/client-sts@3.13.0(transitive)
- Removed@aws-sdk/config-resolver@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-imds@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.12.0(transitive)
- Removed@aws-sdk/fetch-http-handler@3.12.0(transitive)
- Removed@aws-sdk/hash-node@3.12.0(transitive)
- Removed@aws-sdk/invalid-dependency@3.12.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.12.0(transitive)
- Removed@aws-sdk/middleware-content-length@3.12.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.12.0(transitive)
- Removed@aws-sdk/middleware-logger@3.12.0(transitive)
- Removed@aws-sdk/middleware-retry@3.12.0(transitive)
- Removed@aws-sdk/middleware-sdk-sts@3.12.0(transitive)
- Removed@aws-sdk/middleware-serde@3.12.0(transitive)
- Removed@aws-sdk/middleware-signing@3.12.0(transitive)
- Removed@aws-sdk/middleware-stack@3.12.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.12.0(transitive)
- Removed@aws-sdk/node-config-provider@3.12.0(transitive)
- Removed@aws-sdk/node-http-handler@3.12.0(transitive)
- Removed@aws-sdk/property-provider@3.12.0(transitive)
- Removed@aws-sdk/protocol-http@3.12.0(transitive)
- Removed@aws-sdk/querystring-builder@3.12.0(transitive)
- Removed@aws-sdk/querystring-parser@3.12.0(transitive)
- Removed@aws-sdk/service-error-classification@3.12.0(transitive)
- Removed@aws-sdk/shared-ini-file-loader@3.12.0(transitive)
- Removed@aws-sdk/signature-v4@3.12.0(transitive)
- Removed@aws-sdk/smithy-client@3.12.0(transitive)
- Removed@aws-sdk/types@3.12.0(transitive)
- Removed@aws-sdk/url-parser@3.12.0(transitive)
- Removed@aws-sdk/util-base64-browser@3.12.0(transitive)
- Removed@aws-sdk/util-base64-node@3.12.0(transitive)
- Removed@aws-sdk/util-body-length-browser@3.12.0(transitive)
- Removed@aws-sdk/util-body-length-node@3.12.0(transitive)
- Removed@aws-sdk/util-buffer-from@3.12.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.12.0(transitive)
- Removed@aws-sdk/util-uri-escape@3.12.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.12.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.12.0(transitive)
- Removed@aws-sdk/util-utf8-browser@3.12.0(transitive)
- Removed@aws-sdk/util-utf8-node@3.12.0(transitive)
Updated@aws-sdk/client-sts@3.13.1
Updated@aws-sdk/hash-node@3.13.1
Updated@aws-sdk/types@3.13.1
Updated@aws-sdk/url-parser@3.13.1