@aws-sdk/client-cognito-sync 3.477.0 → 3.481.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 (73) hide show
  1. package/dist-cjs/commands/BulkPublishCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeIdentityPoolUsageCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeIdentityUsageCommand.js +18 -41
  6. package/dist-cjs/commands/GetBulkPublishDetailsCommand.js +18 -41
  7. package/dist-cjs/commands/GetCognitoEventsCommand.js +18 -41
  8. package/dist-cjs/commands/GetIdentityPoolConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  10. package/dist-cjs/commands/ListIdentityPoolUsageCommand.js +18 -41
  11. package/dist-cjs/commands/ListRecordsCommand.js +18 -41
  12. package/dist-cjs/commands/RegisterDeviceCommand.js +18 -41
  13. package/dist-cjs/commands/SetCognitoEventsCommand.js +18 -41
  14. package/dist-cjs/commands/SetIdentityPoolConfigurationCommand.js +18 -41
  15. package/dist-cjs/commands/SubscribeToDatasetCommand.js +18 -41
  16. package/dist-cjs/commands/UnsubscribeFromDatasetCommand.js +18 -41
  17. package/dist-cjs/commands/UpdateRecordsCommand.js +18 -41
  18. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  19. package/dist-es/commands/BulkPublishCommand.js +18 -41
  20. package/dist-es/commands/DeleteDatasetCommand.js +18 -41
  21. package/dist-es/commands/DescribeDatasetCommand.js +18 -41
  22. package/dist-es/commands/DescribeIdentityPoolUsageCommand.js +18 -41
  23. package/dist-es/commands/DescribeIdentityUsageCommand.js +18 -41
  24. package/dist-es/commands/GetBulkPublishDetailsCommand.js +18 -41
  25. package/dist-es/commands/GetCognitoEventsCommand.js +18 -41
  26. package/dist-es/commands/GetIdentityPoolConfigurationCommand.js +18 -41
  27. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  28. package/dist-es/commands/ListIdentityPoolUsageCommand.js +18 -41
  29. package/dist-es/commands/ListRecordsCommand.js +18 -41
  30. package/dist-es/commands/RegisterDeviceCommand.js +18 -41
  31. package/dist-es/commands/SetCognitoEventsCommand.js +18 -41
  32. package/dist-es/commands/SetIdentityPoolConfigurationCommand.js +18 -41
  33. package/dist-es/commands/SubscribeToDatasetCommand.js +18 -41
  34. package/dist-es/commands/UnsubscribeFromDatasetCommand.js +18 -41
  35. package/dist-es/commands/UpdateRecordsCommand.js +18 -41
  36. package/dist-es/endpoint/EndpointParameters.js +6 -0
  37. package/dist-types/commands/BulkPublishCommand.d.ts +6 -21
  38. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
  39. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
  40. package/dist-types/commands/DescribeIdentityPoolUsageCommand.d.ts +6 -21
  41. package/dist-types/commands/DescribeIdentityUsageCommand.d.ts +6 -21
  42. package/dist-types/commands/GetBulkPublishDetailsCommand.d.ts +6 -21
  43. package/dist-types/commands/GetCognitoEventsCommand.d.ts +6 -21
  44. package/dist-types/commands/GetIdentityPoolConfigurationCommand.d.ts +6 -21
  45. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  46. package/dist-types/commands/ListIdentityPoolUsageCommand.d.ts +6 -21
  47. package/dist-types/commands/ListRecordsCommand.d.ts +6 -21
  48. package/dist-types/commands/RegisterDeviceCommand.d.ts +6 -21
  49. package/dist-types/commands/SetCognitoEventsCommand.d.ts +6 -21
  50. package/dist-types/commands/SetIdentityPoolConfigurationCommand.d.ts +6 -21
  51. package/dist-types/commands/SubscribeToDatasetCommand.d.ts +6 -21
  52. package/dist-types/commands/UnsubscribeFromDatasetCommand.d.ts +6 -21
  53. package/dist-types/commands/UpdateRecordsCommand.d.ts +6 -21
  54. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  55. package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +12 -24
  61. package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  73. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface BulkPublishCommandInput extends BulkPublishRequest {}
17
11
  export interface BulkPublishCommandOutput
18
12
  extends BulkPublishResponse,
19
13
  __MetadataBearer {}
20
- export declare class BulkPublishCommand extends $Command<
21
- BulkPublishCommandInput,
22
- BulkPublishCommandOutput,
23
- CognitoSyncClientResolvedConfig
24
- > {
25
- readonly input: BulkPublishCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: BulkPublishCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoSyncClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<BulkPublishCommandInput, BulkPublishCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const BulkPublishCommand_base: {
15
+ new (
16
+ input: BulkPublishCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ BulkPublishCommandInput,
19
+ BulkPublishCommandOutput,
20
+ CognitoSyncClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class BulkPublishCommand extends BulkPublishCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
20
14
  export interface DeleteDatasetCommandOutput
21
15
  extends DeleteDatasetResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteDatasetCommand extends $Command<
24
- DeleteDatasetCommandInput,
25
- DeleteDatasetCommandOutput,
26
- CognitoSyncClientResolvedConfig
27
- > {
28
- readonly input: DeleteDatasetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteDatasetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoSyncClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteDatasetCommand_base: {
18
+ new (
19
+ input: DeleteDatasetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteDatasetCommandInput,
22
+ DeleteDatasetCommandOutput,
23
+ CognitoSyncClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
20
14
  export interface DescribeDatasetCommandOutput
21
15
  extends DescribeDatasetResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeDatasetCommand extends $Command<
24
- DescribeDatasetCommandInput,
25
- DescribeDatasetCommandOutput,
26
- CognitoSyncClientResolvedConfig
27
- > {
28
- readonly input: DescribeDatasetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeDatasetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoSyncClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeDatasetCommand_base: {
18
+ new (
19
+ input: DescribeDatasetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeDatasetCommandInput,
22
+ DescribeDatasetCommandOutput,
23
+ CognitoSyncClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeIdentityPoolUsageCommandInput
21
15
  export interface DescribeIdentityPoolUsageCommandOutput
22
16
  extends DescribeIdentityPoolUsageResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeIdentityPoolUsageCommand extends $Command<
25
- DescribeIdentityPoolUsageCommandInput,
26
- DescribeIdentityPoolUsageCommandOutput,
27
- CognitoSyncClientResolvedConfig
28
- > {
29
- readonly input: DescribeIdentityPoolUsageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeIdentityPoolUsageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeIdentityPoolUsageCommand_base: {
19
+ new (
20
+ input: DescribeIdentityPoolUsageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeIdentityPoolUsageCommandInput,
38
- DescribeIdentityPoolUsageCommandOutput
23
+ DescribeIdentityPoolUsageCommandOutput,
24
+ CognitoSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeIdentityPoolUsageCommand extends DescribeIdentityPoolUsageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeIdentityUsageCommandInput
21
15
  export interface DescribeIdentityUsageCommandOutput
22
16
  extends DescribeIdentityUsageResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeIdentityUsageCommand extends $Command<
25
- DescribeIdentityUsageCommandInput,
26
- DescribeIdentityUsageCommandOutput,
27
- CognitoSyncClientResolvedConfig
28
- > {
29
- readonly input: DescribeIdentityUsageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeIdentityUsageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeIdentityUsageCommand_base: {
19
+ new (
20
+ input: DescribeIdentityUsageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeIdentityUsageCommandInput,
38
- DescribeIdentityUsageCommandOutput
23
+ DescribeIdentityUsageCommandOutput,
24
+ CognitoSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeIdentityUsageCommand extends DescribeIdentityUsageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetBulkPublishDetailsCommandInput
21
15
  export interface GetBulkPublishDetailsCommandOutput
22
16
  extends GetBulkPublishDetailsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetBulkPublishDetailsCommand extends $Command<
25
- GetBulkPublishDetailsCommandInput,
26
- GetBulkPublishDetailsCommandOutput,
27
- CognitoSyncClientResolvedConfig
28
- > {
29
- readonly input: GetBulkPublishDetailsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetBulkPublishDetailsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetBulkPublishDetailsCommand_base: {
19
+ new (
20
+ input: GetBulkPublishDetailsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetBulkPublishDetailsCommandInput,
38
- GetBulkPublishDetailsCommandOutput
23
+ GetBulkPublishDetailsCommandOutput,
24
+ CognitoSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetBulkPublishDetailsCommand extends GetBulkPublishDetailsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCognitoEventsCommandInput extends GetCognitoEventsRequest {}
20
14
  export interface GetCognitoEventsCommandOutput
21
15
  extends GetCognitoEventsResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCognitoEventsCommand extends $Command<
24
- GetCognitoEventsCommandInput,
25
- GetCognitoEventsCommandOutput,
26
- CognitoSyncClientResolvedConfig
27
- > {
28
- readonly input: GetCognitoEventsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCognitoEventsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoSyncClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCognitoEventsCommandInput, GetCognitoEventsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCognitoEventsCommand_base: {
18
+ new (
19
+ input: GetCognitoEventsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCognitoEventsCommandInput,
22
+ GetCognitoEventsCommandOutput,
23
+ CognitoSyncClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCognitoEventsCommand extends GetCognitoEventsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetIdentityPoolConfigurationCommandInput
21
15
  export interface GetIdentityPoolConfigurationCommandOutput
22
16
  extends GetIdentityPoolConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetIdentityPoolConfigurationCommand extends $Command<
25
- GetIdentityPoolConfigurationCommandInput,
26
- GetIdentityPoolConfigurationCommandOutput,
27
- CognitoSyncClientResolvedConfig
28
- > {
29
- readonly input: GetIdentityPoolConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetIdentityPoolConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetIdentityPoolConfigurationCommand_base: {
19
+ new (
20
+ input: GetIdentityPoolConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetIdentityPoolConfigurationCommandInput,
38
- GetIdentityPoolConfigurationCommandOutput
23
+ GetIdentityPoolConfigurationCommandOutput,
24
+ CognitoSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetIdentityPoolConfigurationCommand extends GetIdentityPoolConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
17
11
  export interface ListDatasetsCommandOutput
18
12
  extends ListDatasetsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListDatasetsCommand extends $Command<
21
- ListDatasetsCommandInput,
22
- ListDatasetsCommandOutput,
23
- CognitoSyncClientResolvedConfig
24
- > {
25
- readonly input: ListDatasetsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDatasetsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoSyncClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDatasetsCommand_base: {
15
+ new (
16
+ input: ListDatasetsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDatasetsCommandInput,
19
+ ListDatasetsCommandOutput,
20
+ CognitoSyncClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDatasetsCommand extends ListDatasetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListIdentityPoolUsageCommandInput
21
15
  export interface ListIdentityPoolUsageCommandOutput
22
16
  extends ListIdentityPoolUsageResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListIdentityPoolUsageCommand extends $Command<
25
- ListIdentityPoolUsageCommandInput,
26
- ListIdentityPoolUsageCommandOutput,
27
- CognitoSyncClientResolvedConfig
28
- > {
29
- readonly input: ListIdentityPoolUsageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListIdentityPoolUsageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListIdentityPoolUsageCommand_base: {
19
+ new (
20
+ input: ListIdentityPoolUsageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListIdentityPoolUsageCommandInput,
38
- ListIdentityPoolUsageCommandOutput
23
+ ListIdentityPoolUsageCommandOutput,
24
+ CognitoSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListIdentityPoolUsageCommand extends ListIdentityPoolUsageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListRecordsCommandInput extends ListRecordsRequest {}
17
11
  export interface ListRecordsCommandOutput
18
12
  extends ListRecordsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListRecordsCommand extends $Command<
21
- ListRecordsCommandInput,
22
- ListRecordsCommandOutput,
23
- CognitoSyncClientResolvedConfig
24
- > {
25
- readonly input: ListRecordsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListRecordsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoSyncClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListRecordsCommandInput, ListRecordsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListRecordsCommand_base: {
15
+ new (
16
+ input: ListRecordsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListRecordsCommandInput,
19
+ ListRecordsCommandOutput,
20
+ CognitoSyncClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListRecordsCommand extends ListRecordsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface RegisterDeviceCommandInput extends RegisterDeviceRequest {}
20
14
  export interface RegisterDeviceCommandOutput
21
15
  extends RegisterDeviceResponse,
22
16
  __MetadataBearer {}
23
- export declare class RegisterDeviceCommand extends $Command<
24
- RegisterDeviceCommandInput,
25
- RegisterDeviceCommandOutput,
26
- CognitoSyncClientResolvedConfig
27
- > {
28
- readonly input: RegisterDeviceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: RegisterDeviceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoSyncClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<RegisterDeviceCommandInput, RegisterDeviceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const RegisterDeviceCommand_base: {
18
+ new (
19
+ input: RegisterDeviceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ RegisterDeviceCommandInput,
22
+ RegisterDeviceCommandOutput,
23
+ CognitoSyncClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class RegisterDeviceCommand extends RegisterDeviceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { SetCognitoEventsRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface SetCognitoEventsCommandInput extends SetCognitoEventsRequest {}
17
11
  export interface SetCognitoEventsCommandOutput extends __MetadataBearer {}
18
- export declare class SetCognitoEventsCommand extends $Command<
19
- SetCognitoEventsCommandInput,
20
- SetCognitoEventsCommandOutput,
21
- CognitoSyncClientResolvedConfig
22
- > {
23
- readonly input: SetCognitoEventsCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: SetCognitoEventsCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CognitoSyncClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<SetCognitoEventsCommandInput, SetCognitoEventsCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const SetCognitoEventsCommand_base: {
13
+ new (
14
+ input: SetCognitoEventsCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ SetCognitoEventsCommandInput,
17
+ SetCognitoEventsCommandOutput,
18
+ CognitoSyncClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class SetCognitoEventsCommand extends SetCognitoEventsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoSyncClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface SetIdentityPoolConfigurationCommandInput
21
15
  export interface SetIdentityPoolConfigurationCommandOutput
22
16
  extends SetIdentityPoolConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class SetIdentityPoolConfigurationCommand extends $Command<
25
- SetIdentityPoolConfigurationCommandInput,
26
- SetIdentityPoolConfigurationCommandOutput,
27
- CognitoSyncClientResolvedConfig
28
- > {
29
- readonly input: SetIdentityPoolConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: SetIdentityPoolConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoSyncClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const SetIdentityPoolConfigurationCommand_base: {
19
+ new (
20
+ input: SetIdentityPoolConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  SetIdentityPoolConfigurationCommandInput,
38
- SetIdentityPoolConfigurationCommandOutput
23
+ SetIdentityPoolConfigurationCommandOutput,
24
+ CognitoSyncClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class SetIdentityPoolConfigurationCommand extends SetIdentityPoolConfigurationCommand_base {}