@aws-sdk/client-databrew 3.1086.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/DataBrew.d.ts +148 -175
- package/dist-types/ts3.4/DataBrewClient.d.ts +23 -57
- 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/BatchDeleteRecipeVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.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 +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +1 -4
- 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 +39 -39
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateProfileJobRequest,
|
|
4
|
-
UpdateProfileJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {}
|
|
8
|
-
export interface UpdateProfileJobCommandOutput
|
|
9
|
-
extends UpdateProfileJobResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateProfileJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateProfileJobCommandInput
|
|
8
|
+
input: UpdateProfileJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateProfileJobCommandInput,
|
|
16
11
|
UpdateProfileJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateProfileJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateProfileJobCommandInput
|
|
17
|
+
input: UpdateProfileJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateProfileJobCommandInput,
|
|
25
20
|
UpdateProfileJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateProjectRequest,
|
|
4
|
-
UpdateProjectResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
|
|
8
|
-
export interface UpdateProjectCommandOutput
|
|
9
|
-
extends UpdateProjectResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateProjectCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateProjectCommandInput
|
|
8
|
+
input: UpdateProjectCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateProjectCommandInput,
|
|
16
11
|
UpdateProjectCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateProjectCommandInput
|
|
17
|
+
input: UpdateProjectCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateProjectCommandInput,
|
|
25
20
|
UpdateProjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateRecipeCommandInput extends UpdateRecipeRequest {}
|
|
5
|
-
export interface UpdateRecipeCommandOutput
|
|
6
|
-
extends UpdateRecipeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateRecipeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateRecipeCommandInput
|
|
8
|
+
input: UpdateRecipeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateRecipeCommandInput,
|
|
13
11
|
UpdateRecipeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateRecipeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateRecipeCommandInput
|
|
17
|
+
input: UpdateRecipeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateRecipeCommandInput,
|
|
22
20
|
UpdateRecipeCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRecipeJobRequest,
|
|
4
|
-
UpdateRecipeJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRecipeJobRequest, UpdateRecipeJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateRecipeJobCommandInput extends UpdateRecipeJobRequest {}
|
|
8
|
-
export interface UpdateRecipeJobCommandOutput
|
|
9
|
-
extends UpdateRecipeJobResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateRecipeJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateRecipeJobCommandInput
|
|
8
|
+
input: UpdateRecipeJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateRecipeJobCommandInput,
|
|
16
11
|
UpdateRecipeJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateRecipeJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateRecipeJobCommandInput
|
|
17
|
+
input: UpdateRecipeJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateRecipeJobCommandInput,
|
|
25
20
|
UpdateRecipeJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRulesetRequest,
|
|
4
|
-
UpdateRulesetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRulesetRequest, UpdateRulesetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateRulesetCommandInput extends UpdateRulesetRequest {}
|
|
8
|
-
export interface UpdateRulesetCommandOutput
|
|
9
|
-
extends UpdateRulesetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateRulesetCommandOutput extends UpdateRulesetResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateRulesetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateRulesetCommandInput
|
|
8
|
+
input: UpdateRulesetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateRulesetCommandInput,
|
|
16
11
|
UpdateRulesetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateRulesetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateRulesetCommandInput
|
|
17
|
+
input: UpdateRulesetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateRulesetCommandInput,
|
|
25
20
|
UpdateRulesetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateScheduleRequest,
|
|
4
|
-
UpdateScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateScheduleRequest, UpdateScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateScheduleCommandInput extends UpdateScheduleRequest {}
|
|
8
|
-
export interface UpdateScheduleCommandOutput
|
|
9
|
-
extends UpdateScheduleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateScheduleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateScheduleCommandInput
|
|
8
|
+
input: UpdateScheduleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateScheduleCommandInput,
|
|
16
11
|
UpdateScheduleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateScheduleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateScheduleCommandInput
|
|
17
|
+
input: UpdateScheduleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateScheduleCommandInput,
|
|
25
20
|
UpdateScheduleCommandOutput,
|
|
@@ -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 DataBrewExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -30,8 +30,7 @@ export declare const EncryptionMode: {
|
|
|
30
30
|
readonly SSEKMS: "SSE-KMS";
|
|
31
31
|
readonly SSES3: "SSE-S3";
|
|
32
32
|
};
|
|
33
|
-
export type EncryptionMode =
|
|
34
|
-
(typeof EncryptionMode)[keyof typeof EncryptionMode];
|
|
33
|
+
export type EncryptionMode = (typeof EncryptionMode)[keyof typeof EncryptionMode];
|
|
35
34
|
export declare const SampleMode: {
|
|
36
35
|
readonly CUSTOM_ROWS: "CUSTOM_ROWS";
|
|
37
36
|
readonly FULL_DATASET: "FULL_DATASET";
|
|
@@ -41,13 +40,11 @@ export declare const LogSubscription: {
|
|
|
41
40
|
readonly DISABLE: "DISABLE";
|
|
42
41
|
readonly ENABLE: "ENABLE";
|
|
43
42
|
};
|
|
44
|
-
export type LogSubscription =
|
|
45
|
-
(typeof LogSubscription)[keyof typeof LogSubscription];
|
|
43
|
+
export type LogSubscription = (typeof LogSubscription)[keyof typeof LogSubscription];
|
|
46
44
|
export declare const ValidationMode: {
|
|
47
45
|
readonly CHECK_ALL: "CHECK_ALL";
|
|
48
46
|
};
|
|
49
|
-
export type ValidationMode =
|
|
50
|
-
(typeof ValidationMode)[keyof typeof ValidationMode];
|
|
47
|
+
export type ValidationMode = (typeof ValidationMode)[keyof typeof ValidationMode];
|
|
51
48
|
export declare const SampleType: {
|
|
52
49
|
readonly FIRST_N: "FIRST_N";
|
|
53
50
|
readonly LAST_N: "LAST_N";
|
|
@@ -57,8 +54,7 @@ export type SampleType = (typeof SampleType)[keyof typeof SampleType];
|
|
|
57
54
|
export declare const DatabaseOutputMode: {
|
|
58
55
|
readonly NEW_TABLE: "NEW_TABLE";
|
|
59
56
|
};
|
|
60
|
-
export type DatabaseOutputMode =
|
|
61
|
-
(typeof DatabaseOutputMode)[keyof typeof DatabaseOutputMode];
|
|
57
|
+
export type DatabaseOutputMode = (typeof DatabaseOutputMode)[keyof typeof DatabaseOutputMode];
|
|
62
58
|
export declare const CompressionFormat: {
|
|
63
59
|
readonly BROTLI: "BROTLI";
|
|
64
60
|
readonly BZIP2: "BZIP2";
|
|
@@ -70,8 +66,7 @@ export declare const CompressionFormat: {
|
|
|
70
66
|
readonly ZLIB: "ZLIB";
|
|
71
67
|
readonly ZSTD: "ZSTD";
|
|
72
68
|
};
|
|
73
|
-
export type CompressionFormat =
|
|
74
|
-
(typeof CompressionFormat)[keyof typeof CompressionFormat];
|
|
69
|
+
export type CompressionFormat = (typeof CompressionFormat)[keyof typeof CompressionFormat];
|
|
75
70
|
export declare const OutputFormat: {
|
|
76
71
|
readonly AVRO: "AVRO";
|
|
77
72
|
readonly CSV: "CSV";
|
|
@@ -4,9 +4,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class ConflictException extends __BaseException {
|
|
12
10
|
readonly name: "ConflictException";
|
|
@@ -18,31 +16,23 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
18
16
|
readonly name: "ResourceNotFoundException";
|
|
19
17
|
readonly $fault: "client";
|
|
20
18
|
Message?: string | undefined;
|
|
21
|
-
constructor(
|
|
22
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
23
|
-
);
|
|
19
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
24
20
|
}
|
|
25
21
|
export declare class ValidationException extends __BaseException {
|
|
26
22
|
readonly name: "ValidationException";
|
|
27
23
|
readonly $fault: "client";
|
|
28
24
|
Message?: string | undefined;
|
|
29
|
-
constructor(
|
|
30
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
31
|
-
);
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
32
26
|
}
|
|
33
27
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
34
28
|
readonly name: "ServiceQuotaExceededException";
|
|
35
29
|
readonly $fault: "client";
|
|
36
30
|
Message?: string | undefined;
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
39
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
40
32
|
}
|
|
41
33
|
export declare class InternalServerException extends __BaseException {
|
|
42
34
|
readonly name: "InternalServerException";
|
|
43
35
|
readonly $fault: "server";
|
|
44
36
|
Message?: string | undefined;
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
47
|
-
);
|
|
37
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
48
38
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { DataBrewClient } from "../DataBrewClient";
|
|
3
|
-
export interface DataBrewPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface DataBrewPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: DataBrewClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListJobRunsCommandInput,
|
|
4
|
-
ListJobRunsCommandOutput,
|
|
5
|
-
} from "../commands/ListJobRunsCommand";
|
|
2
|
+
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
|
|
6
3
|
import { DataBrewPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListJobRuns: (
|
|
8
5
|
config: DataBrewPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListJobsCommandInput,
|
|
4
|
-
ListJobsCommandOutput,
|
|
5
|
-
} from "../commands/ListJobsCommand";
|
|
2
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
6
3
|
import { DataBrewPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListJobs: (
|
|
8
5
|
config: DataBrewPaginationConfiguration,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRecipesCommandInput,
|
|
4
|
-
ListRecipesCommandOutput,
|
|
5
|
-
} from "../commands/ListRecipesCommand";
|
|
2
|
+
import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
|
|
6
3
|
import { DataBrewPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListRecipes: (
|
|
8
5
|
config: DataBrewPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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: DataBrewClientConfig) => {
|
|
|
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
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataBrewHttpAuthSchemeProvider;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var DataBrewServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
5
|
export declare var ConflictException$: StaticErrorSchema;
|