@aws-sdk/client-cognito-sync 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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +50 -51
- package/dist-cjs/models/CognitoSyncServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CognitoSync.js +1 -1
- package/dist-es/CognitoSyncClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BulkPublishCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityPoolUsageCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityUsageCommand.js +2 -2
- package/dist-es/commands/GetBulkPublishDetailsCommand.js +2 -2
- package/dist-es/commands/GetCognitoEventsCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoolConfigurationCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoolUsageCommand.js +2 -2
- package/dist-es/commands/ListRecordsCommand.js +2 -2
- package/dist-es/commands/RegisterDeviceCommand.js +2 -2
- package/dist-es/commands/SetCognitoEventsCommand.js +2 -2
- package/dist-es/commands/SetIdentityPoolConfigurationCommand.js +2 -2
- package/dist-es/commands/SubscribeToDatasetCommand.js +2 -2
- package/dist-es/commands/UnsubscribeFromDatasetCommand.js +2 -2
- package/dist-es/commands/UpdateRecordsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CognitoSyncServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CognitoSyncClient.d.ts +5 -5
- package/dist-types/commands/BulkPublishCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityPoolUsageCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetBulkPublishDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetCognitoEventsCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityPoolConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityPoolUsageCommand.d.ts +6 -4
- package/dist-types/commands/ListRecordsCommand.d.ts +6 -4
- package/dist-types/commands/RegisterDeviceCommand.d.ts +6 -4
- package/dist-types/commands/SetCognitoEventsCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityPoolConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/SubscribeToDatasetCommand.d.ts +6 -4
- package/dist-types/commands/UnsubscribeFromDatasetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRecordsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CognitoSyncServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CognitoSyncClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CognitoSyncServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
4
|
import type { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRecordsCommandInput extends UpdateRecordsRequest {
|
|
|
22
22
|
export interface UpdateRecordsCommandOutput extends UpdateRecordsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRecordsCommand_base: {
|
|
25
|
-
new (input: UpdateRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRecordsCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecordsCommandInput, UpdateRecordsCommandOutput, CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRecordsCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecordsCommandInput, UpdateRecordsCommandOutput, CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Posts updates to records and adds and deletes records for a dataset and user.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { CognitoSyncServiceException as __BaseException } from "./CognitoSyncServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully.
|
|
@@ -5,13 +5,13 @@ import type { CognitoSyncClientConfig } from "./CognitoSyncClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { CognitoSyncClientConfig } from "./CognitoSyncClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { CognitoSyncClientConfig } from "./CognitoSyncClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface BulkPublishCommandOutput
|
|
|
15
15
|
declare const BulkPublishCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: BulkPublishCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
BulkPublishCommandInput,
|
|
20
20
|
BulkPublishCommandOutput,
|
|
21
21
|
CognitoSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const BulkPublishCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: BulkPublishCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
BulkPublishCommandInput,
|
|
29
29
|
BulkPublishCommandOutput,
|
|
30
30
|
CognitoSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class BulkPublishCommand extends BulkPublishCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteDatasetCommandOutput
|
|
|
18
18
|
declare const DeleteDatasetCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteDatasetCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteDatasetCommandInput,
|
|
23
23
|
DeleteDatasetCommandOutput,
|
|
24
24
|
CognitoSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteDatasetCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteDatasetCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteDatasetCommandInput,
|
|
32
32
|
DeleteDatasetCommandOutput,
|
|
33
33
|
CognitoSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeDatasetCommandOutput
|
|
|
18
18
|
declare const DescribeDatasetCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeDatasetCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeDatasetCommandInput,
|
|
23
23
|
DescribeDatasetCommandOutput,
|
|
24
24
|
CognitoSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeDatasetCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeDatasetCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeDatasetCommandInput,
|
|
32
32
|
DescribeDatasetCommandOutput,
|
|
33
33
|
CognitoSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeIdentityPoolUsageCommandOutput
|
|
|
19
19
|
declare const DescribeIdentityPoolUsageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeIdentityPoolUsageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeIdentityPoolUsageCommandInput,
|
|
24
24
|
DescribeIdentityPoolUsageCommandOutput,
|
|
25
25
|
CognitoSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeIdentityPoolUsageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeIdentityPoolUsageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeIdentityPoolUsageCommandInput,
|
|
33
33
|
DescribeIdentityPoolUsageCommandOutput,
|
|
34
34
|
CognitoSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeIdentityPoolUsageCommand extends DescribeIdentityPoolUsageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeIdentityUsageCommandOutput
|
|
|
19
19
|
declare const DescribeIdentityUsageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeIdentityUsageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeIdentityUsageCommandInput,
|
|
24
24
|
DescribeIdentityUsageCommandOutput,
|
|
25
25
|
CognitoSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeIdentityUsageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeIdentityUsageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeIdentityUsageCommandInput,
|
|
33
33
|
DescribeIdentityUsageCommandOutput,
|
|
34
34
|
CognitoSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeIdentityUsageCommand extends DescribeIdentityUsageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetBulkPublishDetailsCommandOutput
|
|
|
19
19
|
declare const GetBulkPublishDetailsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetBulkPublishDetailsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetBulkPublishDetailsCommandInput,
|
|
24
24
|
GetBulkPublishDetailsCommandOutput,
|
|
25
25
|
CognitoSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetBulkPublishDetailsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetBulkPublishDetailsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetBulkPublishDetailsCommandInput,
|
|
33
33
|
GetBulkPublishDetailsCommandOutput,
|
|
34
34
|
CognitoSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetBulkPublishDetailsCommand extends GetBulkPublishDetailsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetCognitoEventsCommandOutput
|
|
|
18
18
|
declare const GetCognitoEventsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetCognitoEventsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetCognitoEventsCommandInput,
|
|
23
23
|
GetCognitoEventsCommandOutput,
|
|
24
24
|
CognitoSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetCognitoEventsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetCognitoEventsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetCognitoEventsCommandInput,
|
|
32
32
|
GetCognitoEventsCommandOutput,
|
|
33
33
|
CognitoSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetCognitoEventsCommand extends GetCognitoEventsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetIdentityPoolConfigurationCommandOutput
|
|
|
19
19
|
declare const GetIdentityPoolConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetIdentityPoolConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetIdentityPoolConfigurationCommandInput,
|
|
24
24
|
GetIdentityPoolConfigurationCommandOutput,
|
|
25
25
|
CognitoSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetIdentityPoolConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetIdentityPoolConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetIdentityPoolConfigurationCommandInput,
|
|
33
33
|
GetIdentityPoolConfigurationCommandOutput,
|
|
34
34
|
CognitoSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetIdentityPoolConfigurationCommand extends GetIdentityPoolConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListDatasetsCommandOutput
|
|
|
15
15
|
declare const ListDatasetsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDatasetsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDatasetsCommandInput,
|
|
20
20
|
ListDatasetsCommandOutput,
|
|
21
21
|
CognitoSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDatasetsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListDatasetsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDatasetsCommandInput,
|
|
29
29
|
ListDatasetsCommandOutput,
|
|
30
30
|
CognitoSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListIdentityPoolUsageCommandOutput
|
|
|
19
19
|
declare const ListIdentityPoolUsageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListIdentityPoolUsageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListIdentityPoolUsageCommandInput,
|
|
24
24
|
ListIdentityPoolUsageCommandOutput,
|
|
25
25
|
CognitoSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListIdentityPoolUsageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListIdentityPoolUsageCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListIdentityPoolUsageCommandInput,
|
|
33
33
|
ListIdentityPoolUsageCommandOutput,
|
|
34
34
|
CognitoSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListIdentityPoolUsageCommand extends ListIdentityPoolUsageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListRecordsCommandOutput
|
|
|
15
15
|
declare const ListRecordsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListRecordsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListRecordsCommandInput,
|
|
20
20
|
ListRecordsCommandOutput,
|
|
21
21
|
CognitoSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListRecordsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListRecordsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListRecordsCommandInput,
|
|
29
29
|
ListRecordsCommandOutput,
|
|
30
30
|
CognitoSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListRecordsCommand extends ListRecordsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface RegisterDeviceCommandOutput
|
|
|
18
18
|
declare const RegisterDeviceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: RegisterDeviceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
RegisterDeviceCommandInput,
|
|
23
23
|
RegisterDeviceCommandOutput,
|
|
24
24
|
CognitoSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const RegisterDeviceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: RegisterDeviceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
RegisterDeviceCommandInput,
|
|
32
32
|
RegisterDeviceCommandOutput,
|
|
33
33
|
CognitoSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class RegisterDeviceCommand extends RegisterDeviceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface SetCognitoEventsCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const SetCognitoEventsCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: SetCognitoEventsCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
SetCognitoEventsCommandInput,
|
|
18
18
|
SetCognitoEventsCommandOutput,
|
|
19
19
|
CognitoSyncClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const SetCognitoEventsCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: SetCognitoEventsCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
SetCognitoEventsCommandInput,
|
|
27
27
|
SetCognitoEventsCommandOutput,
|
|
28
28
|
CognitoSyncClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class SetCognitoEventsCommand extends SetCognitoEventsCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SetIdentityPoolConfigurationCommandOutput
|
|
|
19
19
|
declare const SetIdentityPoolConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SetIdentityPoolConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SetIdentityPoolConfigurationCommandInput,
|
|
24
24
|
SetIdentityPoolConfigurationCommandOutput,
|
|
25
25
|
CognitoSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SetIdentityPoolConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SetIdentityPoolConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SetIdentityPoolConfigurationCommandInput,
|
|
33
33
|
SetIdentityPoolConfigurationCommandOutput,
|
|
34
34
|
CognitoSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SetIdentityPoolConfigurationCommand extends SetIdentityPoolConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|