@aws-sdk/client-cognito-sync 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/CognitoSync.d.ts +54 -62
- package/dist-types/ts3.4/CognitoSyncClient.d.ts +7 -22
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +13 -45
- package/dist-types/ts3.4/models/models_0.d.ts +1 -6
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBulkPublishDetailsRequest,
|
|
4
|
-
GetBulkPublishDetailsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBulkPublishDetailsCommandInput
|
|
8
|
-
extends GetBulkPublishDetailsRequest {}
|
|
4
|
+
export interface GetBulkPublishDetailsCommandInput extends GetBulkPublishDetailsRequest {}
|
|
9
5
|
export interface GetBulkPublishDetailsCommandOutput
|
|
10
|
-
extends GetBulkPublishDetailsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBulkPublishDetailsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetBulkPublishDetailsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBulkPublishDetailsCommandInput
|
|
9
|
+
input: GetBulkPublishDetailsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBulkPublishDetailsCommandInput,
|
|
17
12
|
GetBulkPublishDetailsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBulkPublishDetailsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBulkPublishDetailsCommandInput
|
|
18
|
+
input: GetBulkPublishDetailsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBulkPublishDetailsCommandInput,
|
|
26
21
|
GetBulkPublishDetailsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCognitoEventsRequest,
|
|
4
|
-
GetCognitoEventsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetCognitoEventsCommandInput extends GetCognitoEventsRequest {}
|
|
8
|
-
export interface GetCognitoEventsCommandOutput
|
|
9
|
-
extends GetCognitoEventsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetCognitoEventsCommandOutput extends GetCognitoEventsResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetCognitoEventsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetCognitoEventsCommandInput
|
|
8
|
+
input: GetCognitoEventsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetCognitoEventsCommandInput,
|
|
16
11
|
GetCognitoEventsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetCognitoEventsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetCognitoEventsCommandInput
|
|
17
|
+
input: GetCognitoEventsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetCognitoEventsCommandInput,
|
|
25
20
|
GetCognitoEventsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetIdentityPoolConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetIdentityPoolConfigurationCommandInput
|
|
8
|
-
extends GetIdentityPoolConfigurationRequest {}
|
|
7
|
+
export interface GetIdentityPoolConfigurationCommandInput extends GetIdentityPoolConfigurationRequest {}
|
|
9
8
|
export interface GetIdentityPoolConfigurationCommandOutput
|
|
10
|
-
extends GetIdentityPoolConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetIdentityPoolConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetIdentityPoolConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetIdentityPoolConfigurationCommandInput
|
|
12
|
+
input: GetIdentityPoolConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetIdentityPoolConfigurationCommandInput,
|
|
17
15
|
GetIdentityPoolConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetIdentityPoolConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetIdentityPoolConfigurationCommandInput
|
|
21
|
+
input: GetIdentityPoolConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetIdentityPoolConfigurationCommandInput,
|
|
26
24
|
GetIdentityPoolConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
5
|
-
export interface ListDatasetsCommandOutput
|
|
6
|
-
extends ListDatasetsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListDatasetsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDatasetsCommandInput
|
|
8
|
+
input: ListDatasetsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDatasetsCommandInput,
|
|
13
11
|
ListDatasetsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListDatasetsCommandInput
|
|
17
|
+
input: ListDatasetsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListDatasetsCommandInput,
|
|
22
20
|
ListDatasetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIdentityPoolUsageRequest,
|
|
4
|
-
ListIdentityPoolUsageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListIdentityPoolUsageCommandInput
|
|
8
|
-
extends ListIdentityPoolUsageRequest {}
|
|
4
|
+
export interface ListIdentityPoolUsageCommandInput extends ListIdentityPoolUsageRequest {}
|
|
9
5
|
export interface ListIdentityPoolUsageCommandOutput
|
|
10
|
-
extends ListIdentityPoolUsageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListIdentityPoolUsageResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListIdentityPoolUsageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListIdentityPoolUsageCommandInput
|
|
9
|
+
input: ListIdentityPoolUsageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListIdentityPoolUsageCommandInput,
|
|
17
12
|
ListIdentityPoolUsageCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListRecordsCommandInput extends ListRecordsRequest {}
|
|
5
|
-
export interface ListRecordsCommandOutput
|
|
6
|
-
extends ListRecordsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRecordsCommandOutput extends ListRecordsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListRecordsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListRecordsCommandInput
|
|
8
|
+
input: ListRecordsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListRecordsCommandInput,
|
|
13
11
|
ListRecordsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListRecordsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListRecordsCommandInput
|
|
17
|
+
input: ListRecordsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListRecordsCommandInput,
|
|
22
20
|
ListRecordsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterDeviceRequest,
|
|
4
|
-
RegisterDeviceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface RegisterDeviceCommandInput extends RegisterDeviceRequest {}
|
|
8
|
-
export interface RegisterDeviceCommandOutput
|
|
9
|
-
extends RegisterDeviceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RegisterDeviceCommandOutput extends RegisterDeviceResponse, __MetadataBearer {}
|
|
11
6
|
declare const RegisterDeviceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: RegisterDeviceCommandInput
|
|
8
|
+
input: RegisterDeviceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
RegisterDeviceCommandInput,
|
|
16
11
|
RegisterDeviceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const RegisterDeviceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: RegisterDeviceCommandInput
|
|
17
|
+
input: RegisterDeviceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
RegisterDeviceCommandInput,
|
|
25
20
|
RegisterDeviceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface SetCognitoEventsCommandInput extends SetCognitoEventsRequest {}
|
|
|
5
5
|
export interface SetCognitoEventsCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const SetCognitoEventsCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: SetCognitoEventsCommandInput
|
|
8
|
+
input: SetCognitoEventsCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SetCognitoEventsCommandInput,
|
|
11
11
|
SetCognitoEventsCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const SetCognitoEventsCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: SetCognitoEventsCommandInput
|
|
17
|
+
input: SetCognitoEventsCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
SetCognitoEventsCommandInput,
|
|
20
20
|
SetCognitoEventsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetIdentityPoolConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetIdentityPoolConfigurationCommandInput
|
|
8
|
-
extends SetIdentityPoolConfigurationRequest {}
|
|
7
|
+
export interface SetIdentityPoolConfigurationCommandInput extends SetIdentityPoolConfigurationRequest {}
|
|
9
8
|
export interface SetIdentityPoolConfigurationCommandOutput
|
|
10
|
-
extends SetIdentityPoolConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetIdentityPoolConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetIdentityPoolConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetIdentityPoolConfigurationCommandInput
|
|
12
|
+
input: SetIdentityPoolConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetIdentityPoolConfigurationCommandInput,
|
|
17
15
|
SetIdentityPoolConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SetIdentityPoolConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SetIdentityPoolConfigurationCommandInput
|
|
21
|
+
input: SetIdentityPoolConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SetIdentityPoolConfigurationCommandInput,
|
|
26
24
|
SetIdentityPoolConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SubscribeToDatasetRequest,
|
|
4
|
-
SubscribeToDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SubscribeToDatasetCommandInput
|
|
8
|
-
extends SubscribeToDatasetRequest {}
|
|
4
|
+
export interface SubscribeToDatasetCommandInput extends SubscribeToDatasetRequest {}
|
|
9
5
|
export interface SubscribeToDatasetCommandOutput
|
|
10
|
-
extends SubscribeToDatasetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SubscribeToDatasetResponse, __MetadataBearer {}
|
|
12
7
|
declare const SubscribeToDatasetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SubscribeToDatasetCommandInput
|
|
9
|
+
input: SubscribeToDatasetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SubscribeToDatasetCommandInput,
|
|
17
12
|
SubscribeToDatasetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SubscribeToDatasetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SubscribeToDatasetCommandInput
|
|
18
|
+
input: SubscribeToDatasetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SubscribeToDatasetCommandInput,
|
|
26
21
|
SubscribeToDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UnsubscribeFromDatasetRequest,
|
|
4
|
-
UnsubscribeFromDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UnsubscribeFromDatasetRequest, UnsubscribeFromDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UnsubscribeFromDatasetCommandInput
|
|
8
|
-
extends UnsubscribeFromDatasetRequest {}
|
|
4
|
+
export interface UnsubscribeFromDatasetCommandInput extends UnsubscribeFromDatasetRequest {}
|
|
9
5
|
export interface UnsubscribeFromDatasetCommandOutput
|
|
10
|
-
extends UnsubscribeFromDatasetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UnsubscribeFromDatasetResponse, __MetadataBearer {}
|
|
12
7
|
declare const UnsubscribeFromDatasetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UnsubscribeFromDatasetCommandInput
|
|
9
|
+
input: UnsubscribeFromDatasetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UnsubscribeFromDatasetCommandInput,
|
|
17
12
|
UnsubscribeFromDatasetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UnsubscribeFromDatasetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UnsubscribeFromDatasetCommandInput
|
|
18
|
+
input: UnsubscribeFromDatasetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UnsubscribeFromDatasetCommandInput,
|
|
26
21
|
UnsubscribeFromDatasetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRecordsRequest,
|
|
4
|
-
UpdateRecordsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateRecordsCommandInput extends UpdateRecordsRequest {}
|
|
8
|
-
export interface UpdateRecordsCommandOutput
|
|
9
|
-
extends UpdateRecordsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateRecordsCommandOutput extends UpdateRecordsResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateRecordsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateRecordsCommandInput
|
|
8
|
+
input: UpdateRecordsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateRecordsCommandInput,
|
|
16
11
|
UpdateRecordsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateRecordsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateRecordsCommandInput
|
|
17
|
+
input: UpdateRecordsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateRecordsCommandInput,
|
|
25
20
|
UpdateRecordsCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CognitoSyncExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -4,14 +4,12 @@ export declare const BulkPublishStatus: {
|
|
|
4
4
|
readonly NOT_STARTED: "NOT_STARTED";
|
|
5
5
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
6
6
|
};
|
|
7
|
-
export type BulkPublishStatus =
|
|
8
|
-
(typeof BulkPublishStatus)[keyof typeof BulkPublishStatus];
|
|
7
|
+
export type BulkPublishStatus = (typeof BulkPublishStatus)[keyof typeof BulkPublishStatus];
|
|
9
8
|
export declare const StreamingStatus: {
|
|
10
9
|
readonly DISABLED: "DISABLED";
|
|
11
10
|
readonly ENABLED: "ENABLED";
|
|
12
11
|
};
|
|
13
|
-
export type StreamingStatus =
|
|
14
|
-
(typeof StreamingStatus)[keyof typeof StreamingStatus];
|
|
12
|
+
export type StreamingStatus = (typeof StreamingStatus)[keyof typeof StreamingStatus];
|
|
15
13
|
export declare const Platform: {
|
|
16
14
|
readonly ADM: "ADM";
|
|
17
15
|
readonly APNS: "APNS";
|
|
@@ -3,97 +3,65 @@ import { CognitoSyncServiceException as __BaseException } from "./CognitoSyncSer
|
|
|
3
3
|
export declare class AlreadyStreamedException extends __BaseException {
|
|
4
4
|
readonly name: "AlreadyStreamedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AlreadyStreamedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AlreadyStreamedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class DuplicateRequestException extends __BaseException {
|
|
11
9
|
readonly name: "DuplicateRequestException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<DuplicateRequestException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<DuplicateRequestException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class InternalErrorException extends __BaseException {
|
|
18
14
|
readonly name: "InternalErrorException";
|
|
19
15
|
readonly $fault: "server";
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
22
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
23
17
|
}
|
|
24
18
|
export declare class InvalidParameterException extends __BaseException {
|
|
25
19
|
readonly name: "InvalidParameterException";
|
|
26
20
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
29
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
30
22
|
}
|
|
31
23
|
export declare class NotAuthorizedException extends __BaseException {
|
|
32
24
|
readonly name: "NotAuthorizedException";
|
|
33
25
|
readonly $fault: "client";
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
36
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
|
|
37
27
|
}
|
|
38
28
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
39
29
|
readonly name: "ResourceNotFoundException";
|
|
40
30
|
readonly $fault: "client";
|
|
41
|
-
constructor(
|
|
42
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
43
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
44
32
|
}
|
|
45
33
|
export declare class ResourceConflictException extends __BaseException {
|
|
46
34
|
readonly name: "ResourceConflictException";
|
|
47
35
|
readonly $fault: "client";
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
|
|
50
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
|
|
51
37
|
}
|
|
52
38
|
export declare class TooManyRequestsException extends __BaseException {
|
|
53
39
|
readonly name: "TooManyRequestsException";
|
|
54
40
|
readonly $fault: "client";
|
|
55
|
-
constructor(
|
|
56
|
-
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
57
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
58
42
|
}
|
|
59
43
|
export declare class InvalidConfigurationException extends __BaseException {
|
|
60
44
|
readonly name: "InvalidConfigurationException";
|
|
61
45
|
readonly $fault: "client";
|
|
62
|
-
constructor(
|
|
63
|
-
opts: __ExceptionOptionType<InvalidConfigurationException, __BaseException>
|
|
64
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<InvalidConfigurationException, __BaseException>);
|
|
65
47
|
}
|
|
66
48
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
67
49
|
readonly name: "ConcurrentModificationException";
|
|
68
50
|
readonly $fault: "client";
|
|
69
|
-
constructor(
|
|
70
|
-
opts: __ExceptionOptionType<
|
|
71
|
-
ConcurrentModificationException,
|
|
72
|
-
__BaseException
|
|
73
|
-
>
|
|
74
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
75
52
|
}
|
|
76
53
|
export declare class InvalidLambdaFunctionOutputException extends __BaseException {
|
|
77
54
|
readonly name: "InvalidLambdaFunctionOutputException";
|
|
78
55
|
readonly $fault: "client";
|
|
79
|
-
constructor(
|
|
80
|
-
opts: __ExceptionOptionType<
|
|
81
|
-
InvalidLambdaFunctionOutputException,
|
|
82
|
-
__BaseException
|
|
83
|
-
>
|
|
84
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<InvalidLambdaFunctionOutputException, __BaseException>);
|
|
85
57
|
}
|
|
86
58
|
export declare class LambdaThrottledException extends __BaseException {
|
|
87
59
|
readonly name: "LambdaThrottledException";
|
|
88
60
|
readonly $fault: "client";
|
|
89
|
-
constructor(
|
|
90
|
-
opts: __ExceptionOptionType<LambdaThrottledException, __BaseException>
|
|
91
|
-
);
|
|
61
|
+
constructor(opts: __ExceptionOptionType<LambdaThrottledException, __BaseException>);
|
|
92
62
|
}
|
|
93
63
|
export declare class LimitExceededException extends __BaseException {
|
|
94
64
|
readonly name: "LimitExceededException";
|
|
95
65
|
readonly $fault: "client";
|
|
96
|
-
constructor(
|
|
97
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
98
|
-
);
|
|
66
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
99
67
|
}
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|