@aws-sdk/client-databrew 3.928.0 → 3.930.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 +1886 -2016
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DataBrewClient.js +2 -0
- package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -9
- package/dist-es/commands/CreateDatasetCommand.js +3 -9
- package/dist-es/commands/CreateProfileJobCommand.js +3 -9
- package/dist-es/commands/CreateProjectCommand.js +3 -9
- package/dist-es/commands/CreateRecipeCommand.js +3 -9
- package/dist-es/commands/CreateRecipeJobCommand.js +3 -9
- package/dist-es/commands/CreateRulesetCommand.js +3 -9
- package/dist-es/commands/CreateScheduleCommand.js +3 -9
- package/dist-es/commands/DeleteDatasetCommand.js +3 -9
- package/dist-es/commands/DeleteJobCommand.js +3 -9
- package/dist-es/commands/DeleteProjectCommand.js +3 -9
- package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -9
- package/dist-es/commands/DeleteRulesetCommand.js +3 -9
- package/dist-es/commands/DeleteScheduleCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetCommand.js +3 -9
- package/dist-es/commands/DescribeJobCommand.js +3 -9
- package/dist-es/commands/DescribeJobRunCommand.js +3 -9
- package/dist-es/commands/DescribeProjectCommand.js +3 -9
- package/dist-es/commands/DescribeRecipeCommand.js +3 -9
- package/dist-es/commands/DescribeRulesetCommand.js +3 -9
- package/dist-es/commands/DescribeScheduleCommand.js +3 -9
- package/dist-es/commands/ListDatasetsCommand.js +3 -9
- package/dist-es/commands/ListJobRunsCommand.js +3 -9
- package/dist-es/commands/ListJobsCommand.js +3 -9
- package/dist-es/commands/ListProjectsCommand.js +3 -9
- package/dist-es/commands/ListRecipeVersionsCommand.js +3 -9
- package/dist-es/commands/ListRecipesCommand.js +3 -9
- package/dist-es/commands/ListRulesetsCommand.js +3 -9
- package/dist-es/commands/ListSchedulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PublishRecipeCommand.js +3 -9
- package/dist-es/commands/SendProjectSessionActionCommand.js +3 -10
- package/dist-es/commands/StartJobRunCommand.js +3 -9
- package/dist-es/commands/StartProjectSessionCommand.js +3 -10
- package/dist-es/commands/StopJobRunCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDatasetCommand.js +3 -9
- package/dist-es/commands/UpdateProfileJobCommand.js +3 -9
- package/dist-es/commands/UpdateProjectCommand.js +3 -9
- package/dist-es/commands/UpdateRecipeCommand.js +3 -9
- package/dist-es/commands/UpdateRecipeJobCommand.js +3 -9
- package/dist-es/commands/UpdateRulesetCommand.js +3 -9
- package/dist-es/commands/UpdateScheduleCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1806 -0
- package/dist-types/DataBrewClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -8
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +220 -0
- package/dist-types/ts3.4/DataBrewClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -6
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +227 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1696
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput } from "./commands/BatchDeleteRecipeVersionCommand";
|
|
11
11
|
import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
|
|
@@ -185,6 +185,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
185
185
|
* Optional extensions
|
|
186
186
|
*/
|
|
187
187
|
extensions?: RuntimeExtension[];
|
|
188
|
+
/**
|
|
189
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
190
|
+
* may be overridden. A default will always be set by the client.
|
|
191
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
192
|
+
* the client.
|
|
193
|
+
* @alpha
|
|
194
|
+
*
|
|
195
|
+
*/
|
|
196
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
188
197
|
/**
|
|
189
198
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
190
199
|
*/
|
|
@@ -4095,11 +4095,3 @@ export interface UpdateScheduleResponse {
|
|
|
4095
4095
|
*/
|
|
4096
4096
|
Name: string | undefined;
|
|
4097
4097
|
}
|
|
4098
|
-
/**
|
|
4099
|
-
* @internal
|
|
4100
|
-
*/
|
|
4101
|
-
export declare const SendProjectSessionActionRequestFilterSensitiveLog: (obj: SendProjectSessionActionRequest) => any;
|
|
4102
|
-
/**
|
|
4103
|
-
* @internal
|
|
4104
|
-
*/
|
|
4105
|
-
export declare const StartProjectSessionResponseFilterSensitiveLog: (obj: StartProjectSessionResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataBrewHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ClientSessionId: StaticSimpleSchema;
|
|
3
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
4
|
+
export declare var AllowedStatistics: StaticStructureSchema;
|
|
5
|
+
export declare var BatchDeleteRecipeVersionRequest: StaticStructureSchema;
|
|
6
|
+
export declare var BatchDeleteRecipeVersionResponse: StaticStructureSchema;
|
|
7
|
+
export declare var ColumnSelector: StaticStructureSchema;
|
|
8
|
+
export declare var ColumnStatisticsConfiguration: StaticStructureSchema;
|
|
9
|
+
export declare var ConditionExpression: StaticStructureSchema;
|
|
10
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
11
|
+
export declare var CreateDatasetRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateDatasetResponse: StaticStructureSchema;
|
|
13
|
+
export declare var CreateProfileJobRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CreateProfileJobResponse: StaticStructureSchema;
|
|
15
|
+
export declare var CreateProjectRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CreateProjectResponse: StaticStructureSchema;
|
|
17
|
+
export declare var CreateRecipeJobRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateRecipeJobResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CreateRecipeRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateRecipeResponse: StaticStructureSchema;
|
|
21
|
+
export declare var CreateRulesetRequest: StaticStructureSchema;
|
|
22
|
+
export declare var CreateRulesetResponse: StaticStructureSchema;
|
|
23
|
+
export declare var CreateScheduleRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateScheduleResponse: StaticStructureSchema;
|
|
25
|
+
export declare var CsvOptions: StaticStructureSchema;
|
|
26
|
+
export declare var CsvOutputOptions: StaticStructureSchema;
|
|
27
|
+
export declare var DatabaseInputDefinition: StaticStructureSchema;
|
|
28
|
+
export declare var DatabaseOutput: StaticStructureSchema;
|
|
29
|
+
export declare var DatabaseTableOutputOptions: StaticStructureSchema;
|
|
30
|
+
export declare var DataCatalogInputDefinition: StaticStructureSchema;
|
|
31
|
+
export declare var DataCatalogOutput: StaticStructureSchema;
|
|
32
|
+
export declare var Dataset: StaticStructureSchema;
|
|
33
|
+
export declare var DatasetParameter: StaticStructureSchema;
|
|
34
|
+
export declare var DatetimeOptions: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteDatasetRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteDatasetResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteJobRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteJobResponse: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteProjectRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteProjectResponse: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteRecipeVersionRequest: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteRecipeVersionResponse: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteRulesetRequest: StaticStructureSchema;
|
|
44
|
+
export declare var DeleteRulesetResponse: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteScheduleRequest: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteScheduleResponse: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeDatasetRequest: StaticStructureSchema;
|
|
48
|
+
export declare var DescribeDatasetResponse: StaticStructureSchema;
|
|
49
|
+
export declare var DescribeJobRequest: StaticStructureSchema;
|
|
50
|
+
export declare var DescribeJobResponse: StaticStructureSchema;
|
|
51
|
+
export declare var DescribeJobRunRequest: StaticStructureSchema;
|
|
52
|
+
export declare var DescribeJobRunResponse: StaticStructureSchema;
|
|
53
|
+
export declare var DescribeProjectRequest: StaticStructureSchema;
|
|
54
|
+
export declare var DescribeProjectResponse: StaticStructureSchema;
|
|
55
|
+
export declare var DescribeRecipeRequest: StaticStructureSchema;
|
|
56
|
+
export declare var DescribeRecipeResponse: StaticStructureSchema;
|
|
57
|
+
export declare var DescribeRulesetRequest: StaticStructureSchema;
|
|
58
|
+
export declare var DescribeRulesetResponse: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeScheduleRequest: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeScheduleResponse: StaticStructureSchema;
|
|
61
|
+
export declare var EntityDetectorConfiguration: StaticStructureSchema;
|
|
62
|
+
export declare var ExcelOptions: StaticStructureSchema;
|
|
63
|
+
export declare var FilesLimit: StaticStructureSchema;
|
|
64
|
+
export declare var FilterExpression: StaticStructureSchema;
|
|
65
|
+
export declare var FormatOptions: StaticStructureSchema;
|
|
66
|
+
export declare var Input: StaticStructureSchema;
|
|
67
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
68
|
+
export declare var Job: StaticStructureSchema;
|
|
69
|
+
export declare var JobRun: StaticStructureSchema;
|
|
70
|
+
export declare var JobSample: StaticStructureSchema;
|
|
71
|
+
export declare var JsonOptions: StaticStructureSchema;
|
|
72
|
+
export declare var ListDatasetsRequest: StaticStructureSchema;
|
|
73
|
+
export declare var ListDatasetsResponse: StaticStructureSchema;
|
|
74
|
+
export declare var ListJobRunsRequest: StaticStructureSchema;
|
|
75
|
+
export declare var ListJobRunsResponse: StaticStructureSchema;
|
|
76
|
+
export declare var ListJobsRequest: StaticStructureSchema;
|
|
77
|
+
export declare var ListJobsResponse: StaticStructureSchema;
|
|
78
|
+
export declare var ListProjectsRequest: StaticStructureSchema;
|
|
79
|
+
export declare var ListProjectsResponse: StaticStructureSchema;
|
|
80
|
+
export declare var ListRecipesRequest: StaticStructureSchema;
|
|
81
|
+
export declare var ListRecipesResponse: StaticStructureSchema;
|
|
82
|
+
export declare var ListRecipeVersionsRequest: StaticStructureSchema;
|
|
83
|
+
export declare var ListRecipeVersionsResponse: StaticStructureSchema;
|
|
84
|
+
export declare var ListRulesetsRequest: StaticStructureSchema;
|
|
85
|
+
export declare var ListRulesetsResponse: StaticStructureSchema;
|
|
86
|
+
export declare var ListSchedulesRequest: StaticStructureSchema;
|
|
87
|
+
export declare var ListSchedulesResponse: StaticStructureSchema;
|
|
88
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
89
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
90
|
+
export declare var Metadata: StaticStructureSchema;
|
|
91
|
+
export declare var Output: StaticStructureSchema;
|
|
92
|
+
export declare var OutputFormatOptions: StaticStructureSchema;
|
|
93
|
+
export declare var PathOptions: StaticStructureSchema;
|
|
94
|
+
export declare var ProfileConfiguration: StaticStructureSchema;
|
|
95
|
+
export declare var Project: StaticStructureSchema;
|
|
96
|
+
export declare var PublishRecipeRequest: StaticStructureSchema;
|
|
97
|
+
export declare var PublishRecipeResponse: StaticStructureSchema;
|
|
98
|
+
export declare var Recipe: StaticStructureSchema;
|
|
99
|
+
export declare var RecipeAction: StaticStructureSchema;
|
|
100
|
+
export declare var RecipeReference: StaticStructureSchema;
|
|
101
|
+
export declare var RecipeStep: StaticStructureSchema;
|
|
102
|
+
export declare var RecipeVersionErrorDetail: StaticStructureSchema;
|
|
103
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
104
|
+
export declare var Rule: StaticStructureSchema;
|
|
105
|
+
export declare var RulesetItem: StaticStructureSchema;
|
|
106
|
+
export declare var S3Location: StaticStructureSchema;
|
|
107
|
+
export declare var S3TableOutputOptions: StaticStructureSchema;
|
|
108
|
+
export declare var Sample: StaticStructureSchema;
|
|
109
|
+
export declare var Schedule: StaticStructureSchema;
|
|
110
|
+
export declare var SendProjectSessionActionRequest: StaticStructureSchema;
|
|
111
|
+
export declare var SendProjectSessionActionResponse: StaticStructureSchema;
|
|
112
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
113
|
+
export declare var StartJobRunRequest: StaticStructureSchema;
|
|
114
|
+
export declare var StartJobRunResponse: StaticStructureSchema;
|
|
115
|
+
export declare var StartProjectSessionRequest: StaticStructureSchema;
|
|
116
|
+
export declare var StartProjectSessionResponse: StaticStructureSchema;
|
|
117
|
+
export declare var StatisticOverride: StaticStructureSchema;
|
|
118
|
+
export declare var StatisticsConfiguration: StaticStructureSchema;
|
|
119
|
+
export declare var StopJobRunRequest: StaticStructureSchema;
|
|
120
|
+
export declare var StopJobRunResponse: StaticStructureSchema;
|
|
121
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
122
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
123
|
+
export declare var Threshold: StaticStructureSchema;
|
|
124
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
125
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
126
|
+
export declare var UpdateDatasetRequest: StaticStructureSchema;
|
|
127
|
+
export declare var UpdateDatasetResponse: StaticStructureSchema;
|
|
128
|
+
export declare var UpdateProfileJobRequest: StaticStructureSchema;
|
|
129
|
+
export declare var UpdateProfileJobResponse: StaticStructureSchema;
|
|
130
|
+
export declare var UpdateProjectRequest: StaticStructureSchema;
|
|
131
|
+
export declare var UpdateProjectResponse: StaticStructureSchema;
|
|
132
|
+
export declare var UpdateRecipeJobRequest: StaticStructureSchema;
|
|
133
|
+
export declare var UpdateRecipeJobResponse: StaticStructureSchema;
|
|
134
|
+
export declare var UpdateRecipeRequest: StaticStructureSchema;
|
|
135
|
+
export declare var UpdateRecipeResponse: StaticStructureSchema;
|
|
136
|
+
export declare var UpdateRulesetRequest: StaticStructureSchema;
|
|
137
|
+
export declare var UpdateRulesetResponse: StaticStructureSchema;
|
|
138
|
+
export declare var UpdateScheduleRequest: StaticStructureSchema;
|
|
139
|
+
export declare var UpdateScheduleResponse: StaticStructureSchema;
|
|
140
|
+
export declare var ValidationConfiguration: StaticStructureSchema;
|
|
141
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
142
|
+
export declare var ViewFrame: StaticStructureSchema;
|
|
143
|
+
export declare var __Unit: "unit";
|
|
144
|
+
export declare var DataBrewServiceException: StaticErrorSchema;
|
|
145
|
+
export declare var AllowedStatisticList: StaticListSchema;
|
|
146
|
+
export declare var ColumnNameList: number;
|
|
147
|
+
export declare var ColumnSelectorList: StaticListSchema;
|
|
148
|
+
export declare var ColumnStatisticsConfigurationList: StaticListSchema;
|
|
149
|
+
export declare var ConditionExpressionList: StaticListSchema;
|
|
150
|
+
export declare var DatabaseOutputList: StaticListSchema;
|
|
151
|
+
export declare var DataCatalogOutputList: StaticListSchema;
|
|
152
|
+
export declare var DatasetList: StaticListSchema;
|
|
153
|
+
export declare var EntityTypeList: number;
|
|
154
|
+
export declare var HiddenColumnList: number;
|
|
155
|
+
export declare var JobList: StaticListSchema;
|
|
156
|
+
export declare var JobNameList: number;
|
|
157
|
+
export declare var JobRunList: StaticListSchema;
|
|
158
|
+
export declare var OutputList: StaticListSchema;
|
|
159
|
+
export declare var ProjectList: StaticListSchema;
|
|
160
|
+
export declare var RecipeErrorList: StaticListSchema;
|
|
161
|
+
export declare var RecipeList: StaticListSchema;
|
|
162
|
+
export declare var RecipeStepList: StaticListSchema;
|
|
163
|
+
export declare var RecipeVersionList: number;
|
|
164
|
+
export declare var RuleList: StaticListSchema;
|
|
165
|
+
export declare var RulesetItemList: StaticListSchema;
|
|
166
|
+
export declare var ScheduleList: StaticListSchema;
|
|
167
|
+
export declare var SheetIndexList: number;
|
|
168
|
+
export declare var SheetNameList: number;
|
|
169
|
+
export declare var StatisticList: number;
|
|
170
|
+
export declare var StatisticOverrideList: StaticListSchema;
|
|
171
|
+
export declare var TagKeyList: number;
|
|
172
|
+
export declare var ValidationConfigurationList: StaticListSchema;
|
|
173
|
+
export declare var ParameterMap: number;
|
|
174
|
+
export declare var PathParametersMap: StaticMapSchema;
|
|
175
|
+
export declare var TagMap: number;
|
|
176
|
+
export declare var ValuesMap: number;
|
|
177
|
+
export declare var BatchDeleteRecipeVersion: StaticOperationSchema;
|
|
178
|
+
export declare var CreateDataset: StaticOperationSchema;
|
|
179
|
+
export declare var CreateProfileJob: StaticOperationSchema;
|
|
180
|
+
export declare var CreateProject: StaticOperationSchema;
|
|
181
|
+
export declare var CreateRecipe: StaticOperationSchema;
|
|
182
|
+
export declare var CreateRecipeJob: StaticOperationSchema;
|
|
183
|
+
export declare var CreateRuleset: StaticOperationSchema;
|
|
184
|
+
export declare var CreateSchedule: StaticOperationSchema;
|
|
185
|
+
export declare var DeleteDataset: StaticOperationSchema;
|
|
186
|
+
export declare var DeleteJob: StaticOperationSchema;
|
|
187
|
+
export declare var DeleteProject: StaticOperationSchema;
|
|
188
|
+
export declare var DeleteRecipeVersion: StaticOperationSchema;
|
|
189
|
+
export declare var DeleteRuleset: StaticOperationSchema;
|
|
190
|
+
export declare var DeleteSchedule: StaticOperationSchema;
|
|
191
|
+
export declare var DescribeDataset: StaticOperationSchema;
|
|
192
|
+
export declare var DescribeJob: StaticOperationSchema;
|
|
193
|
+
export declare var DescribeJobRun: StaticOperationSchema;
|
|
194
|
+
export declare var DescribeProject: StaticOperationSchema;
|
|
195
|
+
export declare var DescribeRecipe: StaticOperationSchema;
|
|
196
|
+
export declare var DescribeRuleset: StaticOperationSchema;
|
|
197
|
+
export declare var DescribeSchedule: StaticOperationSchema;
|
|
198
|
+
export declare var ListDatasets: StaticOperationSchema;
|
|
199
|
+
export declare var ListJobRuns: StaticOperationSchema;
|
|
200
|
+
export declare var ListJobs: StaticOperationSchema;
|
|
201
|
+
export declare var ListProjects: StaticOperationSchema;
|
|
202
|
+
export declare var ListRecipes: StaticOperationSchema;
|
|
203
|
+
export declare var ListRecipeVersions: StaticOperationSchema;
|
|
204
|
+
export declare var ListRulesets: StaticOperationSchema;
|
|
205
|
+
export declare var ListSchedules: StaticOperationSchema;
|
|
206
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
207
|
+
export declare var PublishRecipe: StaticOperationSchema;
|
|
208
|
+
export declare var SendProjectSessionAction: StaticOperationSchema;
|
|
209
|
+
export declare var StartJobRun: StaticOperationSchema;
|
|
210
|
+
export declare var StartProjectSession: StaticOperationSchema;
|
|
211
|
+
export declare var StopJobRun: StaticOperationSchema;
|
|
212
|
+
export declare var TagResource: StaticOperationSchema;
|
|
213
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
214
|
+
export declare var UpdateDataset: StaticOperationSchema;
|
|
215
|
+
export declare var UpdateProfileJob: StaticOperationSchema;
|
|
216
|
+
export declare var UpdateProject: StaticOperationSchema;
|
|
217
|
+
export declare var UpdateRecipe: StaticOperationSchema;
|
|
218
|
+
export declare var UpdateRecipeJob: StaticOperationSchema;
|
|
219
|
+
export declare var UpdateRuleset: StaticOperationSchema;
|
|
220
|
+
export declare var UpdateSchedule: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -342,6 +345,7 @@ export interface ClientDefaults
|
|
|
342
345
|
retryMode?: string | __Provider<string>;
|
|
343
346
|
logger?: __Logger;
|
|
344
347
|
extensions?: RuntimeExtension[];
|
|
348
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
345
349
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
346
350
|
}
|
|
347
351
|
export type DataBrewClientConfigType = Partial<
|
|
@@ -959,9 +959,3 @@ export interface UpdateScheduleRequest {
|
|
|
959
959
|
export interface UpdateScheduleResponse {
|
|
960
960
|
Name: string | undefined;
|
|
961
961
|
}
|
|
962
|
-
export declare const SendProjectSessionActionRequestFilterSensitiveLog: (
|
|
963
|
-
obj: SendProjectSessionActionRequest
|
|
964
|
-
) => any;
|
|
965
|
-
export declare const StartProjectSessionResponseFilterSensitiveLog: (
|
|
966
|
-
obj: StartProjectSessionResponse
|
|
967
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: DataBrewClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataBrewHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var ClientSessionId: StaticSimpleSchema;
|
|
10
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
11
|
+
export declare var AllowedStatistics: StaticStructureSchema;
|
|
12
|
+
export declare var BatchDeleteRecipeVersionRequest: StaticStructureSchema;
|
|
13
|
+
export declare var BatchDeleteRecipeVersionResponse: StaticStructureSchema;
|
|
14
|
+
export declare var ColumnSelector: StaticStructureSchema;
|
|
15
|
+
export declare var ColumnStatisticsConfiguration: StaticStructureSchema;
|
|
16
|
+
export declare var ConditionExpression: StaticStructureSchema;
|
|
17
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
18
|
+
export declare var CreateDatasetRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateDatasetResponse: StaticStructureSchema;
|
|
20
|
+
export declare var CreateProfileJobRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateProfileJobResponse: StaticStructureSchema;
|
|
22
|
+
export declare var CreateProjectRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreateProjectResponse: StaticStructureSchema;
|
|
24
|
+
export declare var CreateRecipeJobRequest: StaticStructureSchema;
|
|
25
|
+
export declare var CreateRecipeJobResponse: StaticStructureSchema;
|
|
26
|
+
export declare var CreateRecipeRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateRecipeResponse: StaticStructureSchema;
|
|
28
|
+
export declare var CreateRulesetRequest: StaticStructureSchema;
|
|
29
|
+
export declare var CreateRulesetResponse: StaticStructureSchema;
|
|
30
|
+
export declare var CreateScheduleRequest: StaticStructureSchema;
|
|
31
|
+
export declare var CreateScheduleResponse: StaticStructureSchema;
|
|
32
|
+
export declare var CsvOptions: StaticStructureSchema;
|
|
33
|
+
export declare var CsvOutputOptions: StaticStructureSchema;
|
|
34
|
+
export declare var DatabaseInputDefinition: StaticStructureSchema;
|
|
35
|
+
export declare var DatabaseOutput: StaticStructureSchema;
|
|
36
|
+
export declare var DatabaseTableOutputOptions: StaticStructureSchema;
|
|
37
|
+
export declare var DataCatalogInputDefinition: StaticStructureSchema;
|
|
38
|
+
export declare var DataCatalogOutput: StaticStructureSchema;
|
|
39
|
+
export declare var Dataset: StaticStructureSchema;
|
|
40
|
+
export declare var DatasetParameter: StaticStructureSchema;
|
|
41
|
+
export declare var DatetimeOptions: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteDatasetRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteDatasetResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DeleteJobRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteJobResponse: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteProjectRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteProjectResponse: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteRecipeVersionRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteRecipeVersionResponse: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteRulesetRequest: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteRulesetResponse: StaticStructureSchema;
|
|
52
|
+
export declare var DeleteScheduleRequest: StaticStructureSchema;
|
|
53
|
+
export declare var DeleteScheduleResponse: StaticStructureSchema;
|
|
54
|
+
export declare var DescribeDatasetRequest: StaticStructureSchema;
|
|
55
|
+
export declare var DescribeDatasetResponse: StaticStructureSchema;
|
|
56
|
+
export declare var DescribeJobRequest: StaticStructureSchema;
|
|
57
|
+
export declare var DescribeJobResponse: StaticStructureSchema;
|
|
58
|
+
export declare var DescribeJobRunRequest: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeJobRunResponse: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeProjectRequest: StaticStructureSchema;
|
|
61
|
+
export declare var DescribeProjectResponse: StaticStructureSchema;
|
|
62
|
+
export declare var DescribeRecipeRequest: StaticStructureSchema;
|
|
63
|
+
export declare var DescribeRecipeResponse: StaticStructureSchema;
|
|
64
|
+
export declare var DescribeRulesetRequest: StaticStructureSchema;
|
|
65
|
+
export declare var DescribeRulesetResponse: StaticStructureSchema;
|
|
66
|
+
export declare var DescribeScheduleRequest: StaticStructureSchema;
|
|
67
|
+
export declare var DescribeScheduleResponse: StaticStructureSchema;
|
|
68
|
+
export declare var EntityDetectorConfiguration: StaticStructureSchema;
|
|
69
|
+
export declare var ExcelOptions: StaticStructureSchema;
|
|
70
|
+
export declare var FilesLimit: StaticStructureSchema;
|
|
71
|
+
export declare var FilterExpression: StaticStructureSchema;
|
|
72
|
+
export declare var FormatOptions: StaticStructureSchema;
|
|
73
|
+
export declare var Input: StaticStructureSchema;
|
|
74
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
75
|
+
export declare var Job: StaticStructureSchema;
|
|
76
|
+
export declare var JobRun: StaticStructureSchema;
|
|
77
|
+
export declare var JobSample: StaticStructureSchema;
|
|
78
|
+
export declare var JsonOptions: StaticStructureSchema;
|
|
79
|
+
export declare var ListDatasetsRequest: StaticStructureSchema;
|
|
80
|
+
export declare var ListDatasetsResponse: StaticStructureSchema;
|
|
81
|
+
export declare var ListJobRunsRequest: StaticStructureSchema;
|
|
82
|
+
export declare var ListJobRunsResponse: StaticStructureSchema;
|
|
83
|
+
export declare var ListJobsRequest: StaticStructureSchema;
|
|
84
|
+
export declare var ListJobsResponse: StaticStructureSchema;
|
|
85
|
+
export declare var ListProjectsRequest: StaticStructureSchema;
|
|
86
|
+
export declare var ListProjectsResponse: StaticStructureSchema;
|
|
87
|
+
export declare var ListRecipesRequest: StaticStructureSchema;
|
|
88
|
+
export declare var ListRecipesResponse: StaticStructureSchema;
|
|
89
|
+
export declare var ListRecipeVersionsRequest: StaticStructureSchema;
|
|
90
|
+
export declare var ListRecipeVersionsResponse: StaticStructureSchema;
|
|
91
|
+
export declare var ListRulesetsRequest: StaticStructureSchema;
|
|
92
|
+
export declare var ListRulesetsResponse: StaticStructureSchema;
|
|
93
|
+
export declare var ListSchedulesRequest: StaticStructureSchema;
|
|
94
|
+
export declare var ListSchedulesResponse: StaticStructureSchema;
|
|
95
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
96
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
97
|
+
export declare var Metadata: StaticStructureSchema;
|
|
98
|
+
export declare var Output: StaticStructureSchema;
|
|
99
|
+
export declare var OutputFormatOptions: StaticStructureSchema;
|
|
100
|
+
export declare var PathOptions: StaticStructureSchema;
|
|
101
|
+
export declare var ProfileConfiguration: StaticStructureSchema;
|
|
102
|
+
export declare var Project: StaticStructureSchema;
|
|
103
|
+
export declare var PublishRecipeRequest: StaticStructureSchema;
|
|
104
|
+
export declare var PublishRecipeResponse: StaticStructureSchema;
|
|
105
|
+
export declare var Recipe: StaticStructureSchema;
|
|
106
|
+
export declare var RecipeAction: StaticStructureSchema;
|
|
107
|
+
export declare var RecipeReference: StaticStructureSchema;
|
|
108
|
+
export declare var RecipeStep: StaticStructureSchema;
|
|
109
|
+
export declare var RecipeVersionErrorDetail: StaticStructureSchema;
|
|
110
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
111
|
+
export declare var Rule: StaticStructureSchema;
|
|
112
|
+
export declare var RulesetItem: StaticStructureSchema;
|
|
113
|
+
export declare var S3Location: StaticStructureSchema;
|
|
114
|
+
export declare var S3TableOutputOptions: StaticStructureSchema;
|
|
115
|
+
export declare var Sample: StaticStructureSchema;
|
|
116
|
+
export declare var Schedule: StaticStructureSchema;
|
|
117
|
+
export declare var SendProjectSessionActionRequest: StaticStructureSchema;
|
|
118
|
+
export declare var SendProjectSessionActionResponse: StaticStructureSchema;
|
|
119
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
120
|
+
export declare var StartJobRunRequest: StaticStructureSchema;
|
|
121
|
+
export declare var StartJobRunResponse: StaticStructureSchema;
|
|
122
|
+
export declare var StartProjectSessionRequest: StaticStructureSchema;
|
|
123
|
+
export declare var StartProjectSessionResponse: StaticStructureSchema;
|
|
124
|
+
export declare var StatisticOverride: StaticStructureSchema;
|
|
125
|
+
export declare var StatisticsConfiguration: StaticStructureSchema;
|
|
126
|
+
export declare var StopJobRunRequest: StaticStructureSchema;
|
|
127
|
+
export declare var StopJobRunResponse: StaticStructureSchema;
|
|
128
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
129
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
130
|
+
export declare var Threshold: StaticStructureSchema;
|
|
131
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
132
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
133
|
+
export declare var UpdateDatasetRequest: StaticStructureSchema;
|
|
134
|
+
export declare var UpdateDatasetResponse: StaticStructureSchema;
|
|
135
|
+
export declare var UpdateProfileJobRequest: StaticStructureSchema;
|
|
136
|
+
export declare var UpdateProfileJobResponse: StaticStructureSchema;
|
|
137
|
+
export declare var UpdateProjectRequest: StaticStructureSchema;
|
|
138
|
+
export declare var UpdateProjectResponse: StaticStructureSchema;
|
|
139
|
+
export declare var UpdateRecipeJobRequest: StaticStructureSchema;
|
|
140
|
+
export declare var UpdateRecipeJobResponse: StaticStructureSchema;
|
|
141
|
+
export declare var UpdateRecipeRequest: StaticStructureSchema;
|
|
142
|
+
export declare var UpdateRecipeResponse: StaticStructureSchema;
|
|
143
|
+
export declare var UpdateRulesetRequest: StaticStructureSchema;
|
|
144
|
+
export declare var UpdateRulesetResponse: StaticStructureSchema;
|
|
145
|
+
export declare var UpdateScheduleRequest: StaticStructureSchema;
|
|
146
|
+
export declare var UpdateScheduleResponse: StaticStructureSchema;
|
|
147
|
+
export declare var ValidationConfiguration: StaticStructureSchema;
|
|
148
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
149
|
+
export declare var ViewFrame: StaticStructureSchema;
|
|
150
|
+
export declare var __Unit: "unit";
|
|
151
|
+
export declare var DataBrewServiceException: StaticErrorSchema;
|
|
152
|
+
export declare var AllowedStatisticList: StaticListSchema;
|
|
153
|
+
export declare var ColumnNameList: number;
|
|
154
|
+
export declare var ColumnSelectorList: StaticListSchema;
|
|
155
|
+
export declare var ColumnStatisticsConfigurationList: StaticListSchema;
|
|
156
|
+
export declare var ConditionExpressionList: StaticListSchema;
|
|
157
|
+
export declare var DatabaseOutputList: StaticListSchema;
|
|
158
|
+
export declare var DataCatalogOutputList: StaticListSchema;
|
|
159
|
+
export declare var DatasetList: StaticListSchema;
|
|
160
|
+
export declare var EntityTypeList: number;
|
|
161
|
+
export declare var HiddenColumnList: number;
|
|
162
|
+
export declare var JobList: StaticListSchema;
|
|
163
|
+
export declare var JobNameList: number;
|
|
164
|
+
export declare var JobRunList: StaticListSchema;
|
|
165
|
+
export declare var OutputList: StaticListSchema;
|
|
166
|
+
export declare var ProjectList: StaticListSchema;
|
|
167
|
+
export declare var RecipeErrorList: StaticListSchema;
|
|
168
|
+
export declare var RecipeList: StaticListSchema;
|
|
169
|
+
export declare var RecipeStepList: StaticListSchema;
|
|
170
|
+
export declare var RecipeVersionList: number;
|
|
171
|
+
export declare var RuleList: StaticListSchema;
|
|
172
|
+
export declare var RulesetItemList: StaticListSchema;
|
|
173
|
+
export declare var ScheduleList: StaticListSchema;
|
|
174
|
+
export declare var SheetIndexList: number;
|
|
175
|
+
export declare var SheetNameList: number;
|
|
176
|
+
export declare var StatisticList: number;
|
|
177
|
+
export declare var StatisticOverrideList: StaticListSchema;
|
|
178
|
+
export declare var TagKeyList: number;
|
|
179
|
+
export declare var ValidationConfigurationList: StaticListSchema;
|
|
180
|
+
export declare var ParameterMap: number;
|
|
181
|
+
export declare var PathParametersMap: StaticMapSchema;
|
|
182
|
+
export declare var TagMap: number;
|
|
183
|
+
export declare var ValuesMap: number;
|
|
184
|
+
export declare var BatchDeleteRecipeVersion: StaticOperationSchema;
|
|
185
|
+
export declare var CreateDataset: StaticOperationSchema;
|
|
186
|
+
export declare var CreateProfileJob: StaticOperationSchema;
|
|
187
|
+
export declare var CreateProject: StaticOperationSchema;
|
|
188
|
+
export declare var CreateRecipe: StaticOperationSchema;
|
|
189
|
+
export declare var CreateRecipeJob: StaticOperationSchema;
|
|
190
|
+
export declare var CreateRuleset: StaticOperationSchema;
|
|
191
|
+
export declare var CreateSchedule: StaticOperationSchema;
|
|
192
|
+
export declare var DeleteDataset: StaticOperationSchema;
|
|
193
|
+
export declare var DeleteJob: StaticOperationSchema;
|
|
194
|
+
export declare var DeleteProject: StaticOperationSchema;
|
|
195
|
+
export declare var DeleteRecipeVersion: StaticOperationSchema;
|
|
196
|
+
export declare var DeleteRuleset: StaticOperationSchema;
|
|
197
|
+
export declare var DeleteSchedule: StaticOperationSchema;
|
|
198
|
+
export declare var DescribeDataset: StaticOperationSchema;
|
|
199
|
+
export declare var DescribeJob: StaticOperationSchema;
|
|
200
|
+
export declare var DescribeJobRun: StaticOperationSchema;
|
|
201
|
+
export declare var DescribeProject: StaticOperationSchema;
|
|
202
|
+
export declare var DescribeRecipe: StaticOperationSchema;
|
|
203
|
+
export declare var DescribeRuleset: StaticOperationSchema;
|
|
204
|
+
export declare var DescribeSchedule: StaticOperationSchema;
|
|
205
|
+
export declare var ListDatasets: StaticOperationSchema;
|
|
206
|
+
export declare var ListJobRuns: StaticOperationSchema;
|
|
207
|
+
export declare var ListJobs: StaticOperationSchema;
|
|
208
|
+
export declare var ListProjects: StaticOperationSchema;
|
|
209
|
+
export declare var ListRecipes: StaticOperationSchema;
|
|
210
|
+
export declare var ListRecipeVersions: StaticOperationSchema;
|
|
211
|
+
export declare var ListRulesets: StaticOperationSchema;
|
|
212
|
+
export declare var ListSchedules: StaticOperationSchema;
|
|
213
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
214
|
+
export declare var PublishRecipe: StaticOperationSchema;
|
|
215
|
+
export declare var SendProjectSessionAction: StaticOperationSchema;
|
|
216
|
+
export declare var StartJobRun: StaticOperationSchema;
|
|
217
|
+
export declare var StartProjectSession: StaticOperationSchema;
|
|
218
|
+
export declare var StopJobRun: StaticOperationSchema;
|
|
219
|
+
export declare var TagResource: StaticOperationSchema;
|
|
220
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
221
|
+
export declare var UpdateDataset: StaticOperationSchema;
|
|
222
|
+
export declare var UpdateProfileJob: StaticOperationSchema;
|
|
223
|
+
export declare var UpdateProject: StaticOperationSchema;
|
|
224
|
+
export declare var UpdateRecipe: StaticOperationSchema;
|
|
225
|
+
export declare var UpdateRecipeJob: StaticOperationSchema;
|
|
226
|
+
export declare var UpdateRuleset: StaticOperationSchema;
|
|
227
|
+
export declare var UpdateSchedule: StaticOperationSchema;
|