@aws-sdk/client-cognito-identity 3.1045.0 → 3.1046.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 (104) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +62 -63
  5. package/dist-cjs/models/CognitoIdentityServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CognitoIdentity.js +1 -1
  10. package/dist-es/CognitoIdentityClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateIdentityPoolCommand.js +2 -2
  13. package/dist-es/commands/DeleteIdentitiesCommand.js +2 -2
  14. package/dist-es/commands/DeleteIdentityPoolCommand.js +2 -2
  15. package/dist-es/commands/DescribeIdentityCommand.js +2 -2
  16. package/dist-es/commands/DescribeIdentityPoolCommand.js +2 -2
  17. package/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -2
  18. package/dist-es/commands/GetIdCommand.js +2 -2
  19. package/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -2
  20. package/dist-es/commands/GetOpenIdTokenCommand.js +2 -2
  21. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
  22. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
  23. package/dist-es/commands/ListIdentitiesCommand.js +2 -2
  24. package/dist-es/commands/ListIdentityPoolsCommand.js +2 -2
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -2
  27. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -2
  28. package/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -2
  29. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
  30. package/dist-es/commands/TagResourceCommand.js +2 -2
  31. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -2
  32. package/dist-es/commands/UnlinkIdentityCommand.js +2 -2
  33. package/dist-es/commands/UntagResourceCommand.js +2 -2
  34. package/dist-es/commands/UpdateIdentityPoolCommand.js +2 -2
  35. package/dist-es/endpoint/bdd.js +1 -1
  36. package/dist-es/endpoint/endpointResolver.js +1 -1
  37. package/dist-es/models/CognitoIdentityServiceException.js +1 -1
  38. package/dist-es/runtimeConfig.browser.js +4 -6
  39. package/dist-es/runtimeConfig.js +4 -8
  40. package/dist-es/runtimeConfig.shared.js +3 -4
  41. package/dist-es/runtimeExtensions.js +2 -2
  42. package/dist-types/CognitoIdentityClient.d.ts +5 -5
  43. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +6 -4
  44. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +6 -4
  45. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +6 -4
  46. package/dist-types/commands/DescribeIdentityCommand.d.ts +6 -4
  47. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +6 -4
  48. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  49. package/dist-types/commands/GetIdCommand.d.ts +6 -4
  50. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +6 -4
  51. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +6 -4
  52. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -4
  53. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -4
  54. package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -4
  55. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  57. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +6 -4
  58. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -4
  59. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +6 -4
  60. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -4
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  62. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -4
  63. package/dist-types/commands/UnlinkIdentityCommand.d.ts +6 -4
  64. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  65. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +6 -4
  66. package/dist-types/endpoint/bdd.d.ts +1 -1
  67. package/dist-types/extensionConfiguration.d.ts +1 -1
  68. package/dist-types/models/CognitoIdentityServiceException.d.ts +1 -1
  69. package/dist-types/models/errors.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  71. package/dist-types/runtimeConfig.d.ts +2 -2
  72. package/dist-types/runtimeConfig.native.d.ts +2 -2
  73. package/dist-types/ts3.4/CognitoIdentityClient.d.ts +8 -14
  74. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  98. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +1 -1
  100. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  104. package/package.json +15 -36
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface GetIdCommandInput extends GetIdInput {}
12
12
  export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
13
13
  declare const GetIdCommand_base: {
14
- new (input: GetIdCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: GetIdCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  GetIdCommandInput,
16
16
  GetIdCommandOutput,
17
17
  CognitoIdentityClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: GetIdCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetIdCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetIdCommandInput,
23
23
  GetIdCommandOutput,
24
24
  CognitoIdentityClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  export declare class GetIdCommand extends GetIdCommand_base {
31
33
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetIdentityPoolRolesCommandOutput
19
19
  declare const GetIdentityPoolRolesCommand_base: {
20
20
  new (
21
21
  input: GetIdentityPoolRolesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetIdentityPoolRolesCommandInput,
24
24
  GetIdentityPoolRolesCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetIdentityPoolRolesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetIdentityPoolRolesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetIdentityPoolRolesCommandInput,
33
33
  GetIdentityPoolRolesCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetOpenIdTokenCommandOutput
18
18
  declare const GetOpenIdTokenCommand_base: {
19
19
  new (
20
20
  input: GetOpenIdTokenCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetOpenIdTokenCommandInput,
23
23
  GetOpenIdTokenCommandOutput,
24
24
  CognitoIdentityClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetOpenIdTokenCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetOpenIdTokenCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetOpenIdTokenCommandInput,
32
32
  GetOpenIdTokenCommandOutput,
33
33
  CognitoIdentityClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetOpenIdTokenForDeveloperIdentityCommandOutput
19
19
  declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
20
20
  new (
21
21
  input: GetOpenIdTokenForDeveloperIdentityCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetOpenIdTokenForDeveloperIdentityCommandInput,
24
24
  GetOpenIdTokenForDeveloperIdentityCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetOpenIdTokenForDeveloperIdentityCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetOpenIdTokenForDeveloperIdentityCommandInput,
33
33
  GetOpenIdTokenForDeveloperIdentityCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetPrincipalTagAttributeMapCommandOutput
19
19
  declare const GetPrincipalTagAttributeMapCommand_base: {
20
20
  new (
21
21
  input: GetPrincipalTagAttributeMapCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetPrincipalTagAttributeMapCommandInput,
24
24
  GetPrincipalTagAttributeMapCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetPrincipalTagAttributeMapCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetPrincipalTagAttributeMapCommandInput,
33
33
  GetPrincipalTagAttributeMapCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListIdentitiesCommandOutput
18
18
  declare const ListIdentitiesCommand_base: {
19
19
  new (
20
20
  input: ListIdentitiesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListIdentitiesCommandInput,
23
23
  ListIdentitiesCommandOutput,
24
24
  CognitoIdentityClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListIdentitiesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListIdentitiesCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListIdentitiesCommandInput,
32
32
  ListIdentitiesCommandOutput,
33
33
  CognitoIdentityClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListIdentityPoolsCommandOutput
18
18
  declare const ListIdentityPoolsCommand_base: {
19
19
  new (
20
20
  input: ListIdentityPoolsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListIdentityPoolsCommandInput,
23
23
  ListIdentityPoolsCommandOutput,
24
24
  CognitoIdentityClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListIdentityPoolsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListIdentityPoolsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListIdentityPoolsCommandInput,
32
32
  ListIdentityPoolsCommandOutput,
33
33
  CognitoIdentityClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface LookupDeveloperIdentityCommandOutput
19
19
  declare const LookupDeveloperIdentityCommand_base: {
20
20
  new (
21
21
  input: LookupDeveloperIdentityCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  LookupDeveloperIdentityCommandInput,
24
24
  LookupDeveloperIdentityCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const LookupDeveloperIdentityCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: LookupDeveloperIdentityCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  LookupDeveloperIdentityCommandInput,
33
33
  LookupDeveloperIdentityCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface MergeDeveloperIdentitiesCommandOutput
19
19
  declare const MergeDeveloperIdentitiesCommand_base: {
20
20
  new (
21
21
  input: MergeDeveloperIdentitiesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  MergeDeveloperIdentitiesCommandInput,
24
24
  MergeDeveloperIdentitiesCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const MergeDeveloperIdentitiesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: MergeDeveloperIdentitiesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  MergeDeveloperIdentitiesCommandInput,
33
33
  MergeDeveloperIdentitiesCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {}
14
14
  declare const SetIdentityPoolRolesCommand_base: {
15
15
  new (
16
16
  input: SetIdentityPoolRolesCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  SetIdentityPoolRolesCommandInput,
19
19
  SetIdentityPoolRolesCommandOutput,
20
20
  CognitoIdentityClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const SetIdentityPoolRolesCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: SetIdentityPoolRolesCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  SetIdentityPoolRolesCommandInput,
28
28
  SetIdentityPoolRolesCommandOutput,
29
29
  CognitoIdentityClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface SetPrincipalTagAttributeMapCommandOutput
19
19
  declare const SetPrincipalTagAttributeMapCommand_base: {
20
20
  new (
21
21
  input: SetPrincipalTagAttributeMapCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  SetPrincipalTagAttributeMapCommandInput,
24
24
  SetPrincipalTagAttributeMapCommandOutput,
25
25
  CognitoIdentityClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: SetPrincipalTagAttributeMapCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  SetPrincipalTagAttributeMapCommandInput,
33
33
  SetPrincipalTagAttributeMapCommandOutput,
34
34
  CognitoIdentityClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  CognitoIdentityClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  CognitoIdentityClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface UnlinkDeveloperIdentityCommandOutput
15
15
  declare const UnlinkDeveloperIdentityCommand_base: {
16
16
  new (
17
17
  input: UnlinkDeveloperIdentityCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UnlinkDeveloperIdentityCommandInput,
20
20
  UnlinkDeveloperIdentityCommandOutput,
21
21
  CognitoIdentityClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UnlinkDeveloperIdentityCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UnlinkDeveloperIdentityCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UnlinkDeveloperIdentityCommandInput,
29
29
  UnlinkDeveloperIdentityCommandOutput,
30
30
  CognitoIdentityClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
13
13
  declare const UnlinkIdentityCommand_base: {
14
14
  new (
15
15
  input: UnlinkIdentityCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  UnlinkIdentityCommandInput,
18
18
  UnlinkIdentityCommandOutput,
19
19
  CognitoIdentityClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const UnlinkIdentityCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: UnlinkIdentityCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  UnlinkIdentityCommandInput,
27
27
  UnlinkIdentityCommandOutput,
28
28
  CognitoIdentityClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
15
15
  declare const UntagResourceCommand_base: {
16
16
  new (
17
17
  input: UntagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
21
21
  CognitoIdentityClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UntagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UntagResourceCommandInput,
29
29
  UntagResourceCommandOutput,
30
30
  CognitoIdentityClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CognitoIdentityClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface UpdateIdentityPoolCommandOutput
15
15
  declare const UpdateIdentityPoolCommand_base: {
16
16
  new (
17
17
  input: UpdateIdentityPoolCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateIdentityPoolCommandInput,
20
20
  UpdateIdentityPoolCommandOutput,
21
21
  CognitoIdentityClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UpdateIdentityPoolCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UpdateIdentityPoolCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UpdateIdentityPoolCommandInput,
29
29
  UpdateIdentityPoolCommandOutput,
30
30
  CognitoIdentityClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
37
39
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface CognitoIdentityExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class CognitoIdentityServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
3
3
  export declare class InternalErrorException extends __BaseException {
4
4
  readonly name: "InternalErrorException";
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider:
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
19
19
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
20
  region: string | import("@smithy/types").Provider<any>;
21
21
  requestHandler:
22
- | import("@smithy/protocol-http").HttpHandler<any>
22
+ | import("@smithy/core/protocols").HttpHandler<any>
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
25
  sha256: import("@smithy/types").HashConstructor;
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
21
21
  region: string | import("@smithy/types").Provider<string>;
22
22
  requestHandler:
23
23
  | RequestHandler
24
- | import("@smithy/protocol-http").HttpHandler<any>;
24
+ | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
26
  sha256: import("@smithy/types").HashConstructor;
27
27
  streamCollector: import("@smithy/types").StreamCollector;