@aws-sdk/client-cognito-identity 3.650.0 → 3.654.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.
Files changed (47) hide show
  1. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +11 -0
  4. package/dist-types/commands/DescribeIdentityCommand.d.ts +11 -0
  5. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +11 -0
  6. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +11 -0
  7. package/dist-types/commands/GetIdCommand.d.ts +11 -0
  8. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +11 -0
  9. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +11 -0
  10. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +11 -0
  11. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +11 -0
  12. package/dist-types/commands/ListIdentitiesCommand.d.ts +11 -0
  13. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  15. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +11 -0
  16. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +11 -0
  17. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +11 -0
  18. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +11 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +11 -0
  21. package/dist-types/commands/UnlinkIdentityCommand.d.ts +11 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +11 -0
  24. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +12 -1
  47. package/package.json +36 -36
@@ -147,4 +147,15 @@ declare const CreateIdentityPoolCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: CreateIdentityPoolInput;
154
+ output: IdentityPool;
155
+ };
156
+ sdk: {
157
+ input: CreateIdentityPoolCommandInput;
158
+ output: CreateIdentityPoolCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -75,4 +75,15 @@ declare const DeleteIdentitiesCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteIdentitiesInput;
82
+ output: DeleteIdentitiesResponse;
83
+ };
84
+ sdk: {
85
+ input: DeleteIdentitiesCommandInput;
86
+ output: DeleteIdentitiesCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -73,4 +73,15 @@ declare const DeleteIdentityPoolCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteIdentityPoolInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteIdentityPoolCommandInput;
84
+ output: DeleteIdentityPoolCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -80,4 +80,15 @@ declare const DescribeIdentityCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeIdentityInput;
87
+ output: IdentityDescription;
88
+ };
89
+ sdk: {
90
+ input: DescribeIdentityCommandInput;
91
+ output: DescribeIdentityCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -98,4 +98,15 @@ declare const DescribeIdentityPoolCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DescribeIdentityPoolInput;
105
+ output: IdentityPool;
106
+ };
107
+ sdk: {
108
+ input: DescribeIdentityPoolCommandInput;
109
+ output: DescribeIdentityPoolCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -99,4 +99,15 @@ declare const GetCredentialsForIdentityCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: GetCredentialsForIdentityInput;
106
+ output: GetCredentialsForIdentityResponse;
107
+ };
108
+ sdk: {
109
+ input: GetCredentialsForIdentityCommandInput;
110
+ output: GetCredentialsForIdentityCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -90,4 +90,15 @@ declare const GetIdCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetIdCommand extends GetIdCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetIdInput;
97
+ output: GetIdResponse;
98
+ };
99
+ sdk: {
100
+ input: GetIdCommandInput;
101
+ output: GetIdCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -97,4 +97,15 @@ declare const GetIdentityPoolRolesCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetIdentityPoolRolesInput;
104
+ output: GetIdentityPoolRolesResponse;
105
+ };
106
+ sdk: {
107
+ input: GetIdentityPoolRolesCommandInput;
108
+ output: GetIdentityPoolRolesCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -89,4 +89,15 @@ declare const GetOpenIdTokenCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetOpenIdTokenInput;
96
+ output: GetOpenIdTokenResponse;
97
+ };
98
+ sdk: {
99
+ input: GetOpenIdTokenCommandInput;
100
+ output: GetOpenIdTokenCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -102,4 +102,15 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetOpenIdTokenForDeveloperIdentityInput;
109
+ output: GetOpenIdTokenForDeveloperIdentityResponse;
110
+ };
111
+ sdk: {
112
+ input: GetOpenIdTokenForDeveloperIdentityCommandInput;
113
+ output: GetOpenIdTokenForDeveloperIdentityCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -79,4 +79,15 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetPrincipalTagAttributeMapInput;
86
+ output: GetPrincipalTagAttributeMapResponse;
87
+ };
88
+ sdk: {
89
+ input: GetPrincipalTagAttributeMapCommandInput;
90
+ output: GetPrincipalTagAttributeMapCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -88,4 +88,15 @@ declare const ListIdentitiesCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListIdentitiesInput;
95
+ output: ListIdentitiesResponse;
96
+ };
97
+ sdk: {
98
+ input: ListIdentitiesCommandInput;
99
+ output: ListIdentitiesCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -81,4 +81,15 @@ declare const ListIdentityPoolsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListIdentityPoolsInput;
88
+ output: ListIdentityPoolsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListIdentityPoolsCommandInput;
92
+ output: ListIdentityPoolsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceInput;
85
+ output: ListTagsForResourceResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -101,4 +101,15 @@ declare const LookupDeveloperIdentityCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: LookupDeveloperIdentityInput;
108
+ output: LookupDeveloperIdentityResponse;
109
+ };
110
+ sdk: {
111
+ input: LookupDeveloperIdentityCommandInput;
112
+ output: LookupDeveloperIdentityCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -92,4 +92,15 @@ declare const MergeDeveloperIdentitiesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: MergeDeveloperIdentitiesInput;
99
+ output: MergeDeveloperIdentitiesResponse;
100
+ };
101
+ sdk: {
102
+ input: MergeDeveloperIdentitiesCommandInput;
103
+ output: MergeDeveloperIdentitiesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -98,4 +98,15 @@ declare const SetIdentityPoolRolesCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: SetIdentityPoolRolesInput;
105
+ output: {};
106
+ };
107
+ sdk: {
108
+ input: SetIdentityPoolRolesCommandInput;
109
+ output: SetIdentityPoolRolesCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -83,4 +83,15 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: SetPrincipalTagAttributeMapInput;
90
+ output: SetPrincipalTagAttributeMapResponse;
91
+ };
92
+ sdk: {
93
+ input: SetPrincipalTagAttributeMapCommandInput;
94
+ output: SetPrincipalTagAttributeMapCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -88,4 +88,15 @@ declare const TagResourceCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class TagResourceCommand extends TagResourceCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: TagResourceInput;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: TagResourceCommandInput;
99
+ output: TagResourceCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -82,4 +82,15 @@ declare const UnlinkDeveloperIdentityCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UnlinkDeveloperIdentityInput;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: UnlinkDeveloperIdentityCommandInput;
93
+ output: UnlinkDeveloperIdentityCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -88,4 +88,15 @@ declare const UnlinkIdentityCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UnlinkIdentityInput;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: UnlinkIdentityCommandInput;
99
+ output: UnlinkIdentityCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -75,4 +75,15 @@ declare const UntagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UntagResourceInput;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UntagResourceCommandInput;
86
+ output: UntagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -130,4 +130,15 @@ declare const UpdateIdentityPoolCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: IdentityPool;
137
+ output: IdentityPool;
138
+ };
139
+ sdk: {
140
+ input: UpdateIdentityPoolCommandInput;
141
+ output: UpdateIdentityPoolCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -34,4 +34,15 @@ declare const CreateIdentityPoolCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {}
37
+ export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: CreateIdentityPoolInput;
41
+ output: IdentityPool;
42
+ };
43
+ sdk: {
44
+ input: CreateIdentityPoolCommandInput;
45
+ output: CreateIdentityPoolCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -36,4 +36,15 @@ declare const DeleteIdentitiesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {}
39
+ export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteIdentitiesInput;
43
+ output: DeleteIdentitiesResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteIdentitiesCommandInput;
47
+ output: DeleteIdentitiesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -32,4 +32,15 @@ declare const DeleteIdentityPoolCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {}
35
+ export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteIdentityPoolInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteIdentityPoolCommandInput;
43
+ output: DeleteIdentityPoolCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DescribeIdentityCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {}
36
+ export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeIdentityInput;
40
+ output: IdentityDescription;
41
+ };
42
+ sdk: {
43
+ input: DescribeIdentityCommandInput;
44
+ output: DescribeIdentityCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -34,4 +34,15 @@ declare const DescribeIdentityPoolCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {}
37
+ export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: DescribeIdentityPoolInput;
41
+ output: IdentityPool;
42
+ };
43
+ sdk: {
44
+ input: DescribeIdentityPoolCommandInput;
45
+ output: DescribeIdentityPoolCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -37,4 +37,15 @@ declare const GetCredentialsForIdentityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {}
40
+ export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCredentialsForIdentityInput;
44
+ output: GetCredentialsForIdentityResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCredentialsForIdentityCommandInput;
48
+ output: GetCredentialsForIdentityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const GetIdCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetIdCommand extends GetIdCommand_base {}
30
+ export declare class GetIdCommand extends GetIdCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetIdInput;
34
+ output: GetIdResponse;
35
+ };
36
+ sdk: {
37
+ input: GetIdCommandInput;
38
+ output: GetIdCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -37,4 +37,15 @@ declare const GetIdentityPoolRolesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {}
40
+ export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIdentityPoolRolesInput;
44
+ output: GetIdentityPoolRolesResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIdentityPoolRolesCommandInput;
48
+ output: GetIdentityPoolRolesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetOpenIdTokenCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {}
39
+ export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetOpenIdTokenInput;
43
+ output: GetOpenIdTokenResponse;
44
+ };
45
+ sdk: {
46
+ input: GetOpenIdTokenCommandInput;
47
+ output: GetOpenIdTokenCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {}
40
+ export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetOpenIdTokenForDeveloperIdentityInput;
44
+ output: GetOpenIdTokenForDeveloperIdentityResponse;
45
+ };
46
+ sdk: {
47
+ input: GetOpenIdTokenForDeveloperIdentityCommandInput;
48
+ output: GetOpenIdTokenForDeveloperIdentityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {}
40
+ export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPrincipalTagAttributeMapInput;
44
+ output: GetPrincipalTagAttributeMapResponse;
45
+ };
46
+ sdk: {
47
+ input: GetPrincipalTagAttributeMapCommandInput;
48
+ output: GetPrincipalTagAttributeMapCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListIdentitiesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {}
39
+ export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListIdentitiesInput;
43
+ output: ListIdentitiesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListIdentitiesCommandInput;
47
+ output: ListIdentitiesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListIdentityPoolsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {}
39
+ export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListIdentityPoolsInput;
43
+ output: ListIdentityPoolsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListIdentityPoolsCommandInput;
47
+ output: ListIdentityPoolsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const LookupDeveloperIdentityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {}
40
+ export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: LookupDeveloperIdentityInput;
44
+ output: LookupDeveloperIdentityResponse;
45
+ };
46
+ sdk: {
47
+ input: LookupDeveloperIdentityCommandInput;
48
+ output: LookupDeveloperIdentityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const MergeDeveloperIdentitiesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {}
40
+ export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: MergeDeveloperIdentitiesInput;
44
+ output: MergeDeveloperIdentitiesResponse;
45
+ };
46
+ sdk: {
47
+ input: MergeDeveloperIdentitiesCommandInput;
48
+ output: MergeDeveloperIdentitiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const SetIdentityPoolRolesCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {}
35
+ export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: SetIdentityPoolRolesInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: SetIdentityPoolRolesCommandInput;
43
+ output: SetIdentityPoolRolesCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {}
40
+ export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SetPrincipalTagAttributeMapInput;
44
+ output: SetPrincipalTagAttributeMapResponse;
45
+ };
46
+ sdk: {
47
+ input: SetPrincipalTagAttributeMapCommandInput;
48
+ output: SetPrincipalTagAttributeMapCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UnlinkDeveloperIdentityCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {}
36
+ export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UnlinkDeveloperIdentityInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UnlinkDeveloperIdentityCommandInput;
44
+ output: UnlinkDeveloperIdentityCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const UnlinkIdentityCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {}
34
+ export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UnlinkIdentityInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UnlinkIdentityCommandInput;
42
+ output: UnlinkIdentityCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateIdentityPoolCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {}
36
+ export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: IdentityPool;
40
+ output: IdentityPool;
41
+ };
42
+ sdk: {
43
+ input: UpdateIdentityPoolCommandInput;
44
+ output: UpdateIdentityPoolCommandOutput;
45
+ };
46
+ };
47
+ }
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.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",
@@ -21,48 +21,48 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/client-sso-oidc": "3.650.0",
25
- "@aws-sdk/client-sts": "3.650.0",
26
- "@aws-sdk/core": "3.649.0",
27
- "@aws-sdk/credential-provider-node": "3.650.0",
28
- "@aws-sdk/middleware-host-header": "3.649.0",
29
- "@aws-sdk/middleware-logger": "3.649.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
31
- "@aws-sdk/middleware-user-agent": "3.649.0",
32
- "@aws-sdk/region-config-resolver": "3.649.0",
33
- "@aws-sdk/types": "3.649.0",
34
- "@aws-sdk/util-endpoints": "3.649.0",
35
- "@aws-sdk/util-user-agent-browser": "3.649.0",
36
- "@aws-sdk/util-user-agent-node": "3.649.0",
37
- "@smithy/config-resolver": "^3.0.6",
38
- "@smithy/core": "^2.4.1",
39
- "@smithy/fetch-http-handler": "^3.2.5",
40
- "@smithy/hash-node": "^3.0.4",
41
- "@smithy/invalid-dependency": "^3.0.4",
42
- "@smithy/middleware-content-length": "^3.0.6",
43
- "@smithy/middleware-endpoint": "^3.1.1",
44
- "@smithy/middleware-retry": "^3.0.16",
45
- "@smithy/middleware-serde": "^3.0.4",
46
- "@smithy/middleware-stack": "^3.0.4",
47
- "@smithy/node-config-provider": "^3.1.5",
48
- "@smithy/node-http-handler": "^3.2.0",
49
- "@smithy/protocol-http": "^4.1.1",
50
- "@smithy/smithy-client": "^3.3.0",
51
- "@smithy/types": "^3.4.0",
52
- "@smithy/url-parser": "^3.0.4",
24
+ "@aws-sdk/client-sso-oidc": "3.654.0",
25
+ "@aws-sdk/client-sts": "3.654.0",
26
+ "@aws-sdk/core": "3.654.0",
27
+ "@aws-sdk/credential-provider-node": "3.654.0",
28
+ "@aws-sdk/middleware-host-header": "3.654.0",
29
+ "@aws-sdk/middleware-logger": "3.654.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
31
+ "@aws-sdk/middleware-user-agent": "3.654.0",
32
+ "@aws-sdk/region-config-resolver": "3.654.0",
33
+ "@aws-sdk/types": "3.654.0",
34
+ "@aws-sdk/util-endpoints": "3.654.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
36
+ "@aws-sdk/util-user-agent-node": "3.654.0",
37
+ "@smithy/config-resolver": "^3.0.8",
38
+ "@smithy/core": "^2.4.3",
39
+ "@smithy/fetch-http-handler": "^3.2.7",
40
+ "@smithy/hash-node": "^3.0.6",
41
+ "@smithy/invalid-dependency": "^3.0.6",
42
+ "@smithy/middleware-content-length": "^3.0.8",
43
+ "@smithy/middleware-endpoint": "^3.1.3",
44
+ "@smithy/middleware-retry": "^3.0.18",
45
+ "@smithy/middleware-serde": "^3.0.6",
46
+ "@smithy/middleware-stack": "^3.0.6",
47
+ "@smithy/node-config-provider": "^3.1.7",
48
+ "@smithy/node-http-handler": "^3.2.2",
49
+ "@smithy/protocol-http": "^4.1.3",
50
+ "@smithy/smithy-client": "^3.3.2",
51
+ "@smithy/types": "^3.4.2",
52
+ "@smithy/url-parser": "^3.0.6",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.16",
57
- "@smithy/util-defaults-mode-node": "^3.0.16",
58
- "@smithy/util-endpoints": "^2.1.0",
59
- "@smithy/util-middleware": "^3.0.4",
60
- "@smithy/util-retry": "^3.0.4",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
57
+ "@smithy/util-defaults-mode-node": "^3.0.18",
58
+ "@smithy/util-endpoints": "^2.1.2",
59
+ "@smithy/util-middleware": "^3.0.6",
60
+ "@smithy/util-retry": "^3.0.6",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@aws-sdk/client-iam": "3.650.0",
65
+ "@aws-sdk/client-iam": "3.654.0",
66
66
  "@tsconfig/node16": "16.1.3",
67
67
  "@types/chai": "^4.2.11",
68
68
  "@types/mocha": "^8.0.4",