@aws-sdk/client-cognito-identity 3.40.0 → 3.45.0
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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +1 -1
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetIdCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +1 -1
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +1 -1
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -63,6 +63,7 @@ const partitionHash = {
|
|
|
63
63
|
"ap-south-1",
|
|
64
64
|
"ap-southeast-1",
|
|
65
65
|
"ap-southeast-2",
|
|
66
|
+
"ap-southeast-3",
|
|
66
67
|
"ca-central-1",
|
|
67
68
|
"eu-central-1",
|
|
68
69
|
"eu-north-1",
|
|
@@ -130,6 +131,10 @@ const partitionHash = {
|
|
|
130
131
|
hostname: "cognito-identity.{region}.c2s.ic.gov",
|
|
131
132
|
tags: [],
|
|
132
133
|
},
|
|
134
|
+
{
|
|
135
|
+
hostname: "cognito-identity-fips.{region}.c2s.ic.gov",
|
|
136
|
+
tags: ["fips"],
|
|
137
|
+
},
|
|
133
138
|
],
|
|
134
139
|
},
|
|
135
140
|
"aws-iso-b": {
|
|
@@ -140,6 +145,10 @@ const partitionHash = {
|
|
|
140
145
|
hostname: "cognito-identity.{region}.sc2s.sgov.gov",
|
|
141
146
|
tags: [],
|
|
142
147
|
},
|
|
148
|
+
{
|
|
149
|
+
hostname: "cognito-identity-fips.{region}.sc2s.sgov.gov",
|
|
150
|
+
tags: ["fips"],
|
|
151
|
+
},
|
|
143
152
|
],
|
|
144
153
|
},
|
|
145
154
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -61,6 +61,7 @@ var partitionHash = {
|
|
|
61
61
|
"ap-south-1",
|
|
62
62
|
"ap-southeast-1",
|
|
63
63
|
"ap-southeast-2",
|
|
64
|
+
"ap-southeast-3",
|
|
64
65
|
"ca-central-1",
|
|
65
66
|
"eu-central-1",
|
|
66
67
|
"eu-north-1",
|
|
@@ -128,6 +129,10 @@ var partitionHash = {
|
|
|
128
129
|
hostname: "cognito-identity.{region}.c2s.ic.gov",
|
|
129
130
|
tags: [],
|
|
130
131
|
},
|
|
132
|
+
{
|
|
133
|
+
hostname: "cognito-identity-fips.{region}.c2s.ic.gov",
|
|
134
|
+
tags: ["fips"],
|
|
135
|
+
},
|
|
131
136
|
],
|
|
132
137
|
},
|
|
133
138
|
"aws-iso-b": {
|
|
@@ -138,6 +143,10 @@ var partitionHash = {
|
|
|
138
143
|
hostname: "cognito-identity.{region}.sc2s.sgov.gov",
|
|
139
144
|
tags: [],
|
|
140
145
|
},
|
|
146
|
+
{
|
|
147
|
+
hostname: "cognito-identity-fips.{region}.sc2s.sgov.gov",
|
|
148
|
+
tags: ["fips"],
|
|
149
|
+
},
|
|
141
150
|
],
|
|
142
151
|
},
|
|
143
152
|
"aws-us-gov": {
|
|
@@ -46,7 +46,7 @@ export interface CreateIdentityPoolCommandOutput extends IdentityPool, __Metadat
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link CreateIdentityPoolCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link CreateIdentityPoolCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class CreateIdentityPoolCommand extends $Command<CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteIdentitiesCommandOutput extends DeleteIdentitiesResponse,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteIdentitiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteIdentitiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteIdentitiesCommand extends $Command<DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteIdentityPoolCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteIdentityPoolCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteIdentityPoolCommand extends $Command<DeleteIdentityPoolCommandInput, DeleteIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeIdentityCommandOutput extends IdentityDescription, __Me
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeIdentityCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeIdentityCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeIdentityCommand extends $Command<DescribeIdentityCommandInput, DescribeIdentityCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeIdentityPoolCommandOutput extends IdentityPool, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeIdentityPoolCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeIdentityPoolCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeIdentityPoolCommand extends $Command<DescribeIdentityPoolCommandInput, DescribeIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetCredentialsForIdentityCommandOutput extends GetCredentialsFo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetCredentialsForIdentityCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetCredentialsForIdentityCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCredentialsForIdentityCommand extends $Command<GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetIdCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetIdCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetIdCommand extends $Command<GetIdCommandInput, GetIdCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetIdentityPoolRolesCommandOutput extends GetIdentityPoolRolesR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetIdentityPoolRolesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetIdentityPoolRolesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetIdentityPoolRolesCommand extends $Command<GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetOpenIdTokenCommandOutput extends GetOpenIdTokenResponse, __M
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetOpenIdTokenCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetOpenIdTokenCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetOpenIdTokenCommand extends $Command<GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface GetOpenIdTokenForDeveloperIdentityCommandOutput extends GetOpen
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link GetOpenIdTokenForDeveloperIdentityCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link GetOpenIdTokenForDeveloperIdentityCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class GetOpenIdTokenForDeveloperIdentityCommand extends $Command<GetOpenIdTokenForDeveloperIdentityCommandInput, GetOpenIdTokenForDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPrincipalTagAttributeMapCommandOutput extends GetPrincipalTa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPrincipalTagAttributeMapCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPrincipalTagAttributeMapCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPrincipalTagAttributeMapCommand extends $Command<GetPrincipalTagAttributeMapCommandInput, GetPrincipalTagAttributeMapCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListIdentitiesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListIdentityPoolsCommandOutput extends ListIdentityPoolsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListIdentityPoolsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListIdentityPoolsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListIdentityPoolsCommand extends $Command<ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIde
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link LookupDeveloperIdentityCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link LookupDeveloperIdentityCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class LookupDeveloperIdentityCommand extends $Command<LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface MergeDeveloperIdentitiesCommandOutput extends MergeDeveloperIde
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link MergeDeveloperIdentitiesCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link MergeDeveloperIdentitiesCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class MergeDeveloperIdentitiesCommand extends $Command<MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SetIdentityPoolRolesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SetIdentityPoolRolesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SetIdentityPoolRolesCommand extends $Command<SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface SetPrincipalTagAttributeMapCommandOutput extends SetPrincipalTa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link SetPrincipalTagAttributeMapCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link SetPrincipalTagAttributeMapCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class SetPrincipalTagAttributeMapCommand extends $Command<SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer {
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UnlinkDeveloperIdentityCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UnlinkDeveloperIdentityCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UnlinkDeveloperIdentityCommand extends $Command<UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UnlinkIdentityCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UnlinkIdentityCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UnlinkIdentityCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UnlinkIdentityCommand extends $Command<UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CognitoIdentityClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateIdentityPoolCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateIdentityPoolCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateIdentityPoolCommand extends $Command<UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
26
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
28
28
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
29
29
|
"@aws-sdk/hash-node": "3.40.0",
|
|
30
30
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
37
37
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
38
38
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
43
43
|
"@aws-sdk/types": "3.40.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.40.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"tslib": "^2.3.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-iam": "3.
|
|
56
|
+
"@aws-sdk/client-iam": "3.45.0",
|
|
57
57
|
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
58
58
|
"@types/chai": "^4.2.11",
|
|
59
59
|
"@types/mocha": "^8.0.4",
|