@aws-sdk/client-databrew 3.1087.0 → 3.1089.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 +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteScheduleRequest,
|
|
4
|
-
DeleteScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
|
|
8
|
-
export interface DeleteScheduleCommandOutput
|
|
9
|
-
extends DeleteScheduleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteScheduleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteScheduleCommandInput
|
|
8
|
+
input: DeleteScheduleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteScheduleCommandInput,
|
|
16
11
|
DeleteScheduleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteScheduleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteScheduleCommandInput
|
|
17
|
+
input: DeleteScheduleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteScheduleCommandInput,
|
|
25
20
|
DeleteScheduleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDatasetRequest,
|
|
4
|
-
DescribeDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
8
|
-
export interface DescribeDatasetCommandOutput
|
|
9
|
-
extends DescribeDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeDatasetCommandInput
|
|
8
|
+
input: DescribeDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeDatasetCommandInput,
|
|
16
11
|
DescribeDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeDatasetCommandInput
|
|
17
|
+
input: DescribeDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeDatasetCommandInput,
|
|
25
20
|
DescribeDatasetCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeJobRequest, DescribeJobResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeJobCommandInput extends DescribeJobRequest {}
|
|
5
|
-
export interface DescribeJobCommandOutput
|
|
6
|
-
extends DescribeJobResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeJobCommandOutput extends DescribeJobResponse, __MetadataBearer {}
|
|
8
6
|
declare const DescribeJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeJobCommandInput
|
|
8
|
+
input: DescribeJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeJobCommandInput,
|
|
13
11
|
DescribeJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeJobCommandInput
|
|
17
|
+
input: DescribeJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeJobCommandInput,
|
|
22
20
|
DescribeJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeJobRunRequest,
|
|
4
|
-
DescribeJobRunResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
|
|
8
|
-
export interface DescribeJobRunCommandOutput
|
|
9
|
-
extends DescribeJobRunResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeJobRunCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeJobRunCommandInput
|
|
8
|
+
input: DescribeJobRunCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeJobRunCommandInput,
|
|
16
11
|
DescribeJobRunCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeJobRunCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeJobRunCommandInput
|
|
17
|
+
input: DescribeJobRunCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeJobRunCommandInput,
|
|
25
20
|
DescribeJobRunCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeProjectRequest,
|
|
4
|
-
DescribeProjectResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeProjectCommandInput extends DescribeProjectRequest {}
|
|
8
|
-
export interface DescribeProjectCommandOutput
|
|
9
|
-
extends DescribeProjectResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeProjectCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeProjectCommandInput
|
|
8
|
+
input: DescribeProjectCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeProjectCommandInput,
|
|
16
11
|
DescribeProjectCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeProjectCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeProjectCommandInput
|
|
17
|
+
input: DescribeProjectCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeProjectCommandInput,
|
|
25
20
|
DescribeProjectCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeRecipeRequest,
|
|
4
|
-
DescribeRecipeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {}
|
|
8
|
-
export interface DescribeRecipeCommandOutput
|
|
9
|
-
extends DescribeRecipeResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeRecipeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeRecipeCommandInput
|
|
8
|
+
input: DescribeRecipeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeRecipeCommandInput,
|
|
16
11
|
DescribeRecipeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeRecipeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeRecipeCommandInput
|
|
17
|
+
input: DescribeRecipeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeRecipeCommandInput,
|
|
25
20
|
DescribeRecipeCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeRulesetRequest,
|
|
4
|
-
DescribeRulesetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeRulesetRequest, DescribeRulesetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeRulesetCommandInput extends DescribeRulesetRequest {}
|
|
8
|
-
export interface DescribeRulesetCommandOutput
|
|
9
|
-
extends DescribeRulesetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeRulesetCommandOutput extends DescribeRulesetResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeRulesetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeRulesetCommandInput
|
|
8
|
+
input: DescribeRulesetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeRulesetCommandInput,
|
|
16
11
|
DescribeRulesetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeRulesetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeRulesetCommandInput
|
|
17
|
+
input: DescribeRulesetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeRulesetCommandInput,
|
|
25
20
|
DescribeRulesetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeScheduleRequest,
|
|
4
|
-
DescribeScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {}
|
|
8
|
-
export interface DescribeScheduleCommandOutput
|
|
9
|
-
extends DescribeScheduleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeScheduleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeScheduleCommandInput
|
|
8
|
+
input: DescribeScheduleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeScheduleCommandInput,
|
|
16
11
|
DescribeScheduleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeScheduleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeScheduleCommandInput
|
|
17
|
+
input: DescribeScheduleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeScheduleCommandInput,
|
|
25
20
|
DescribeScheduleCommandOutput,
|
|
@@ -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,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
|
|
5
|
-
export interface ListJobRunsCommandOutput
|
|
6
|
-
extends ListJobRunsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListJobRunsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListJobRunsCommandInput
|
|
8
|
+
input: ListJobRunsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListJobRunsCommandInput,
|
|
13
11
|
ListJobRunsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListJobRunsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListJobRunsCommandInput
|
|
17
|
+
input: ListJobRunsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListJobRunsCommandInput,
|
|
22
20
|
ListJobRunsCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
5
|
-
export interface ListJobsCommandOutput
|
|
6
|
-
extends ListJobsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListJobsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListJobsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListJobsCommandInput,
|
|
11
11
|
ListJobsCommandOutput,
|
|
12
12
|
import("..").DataBrewClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
5
|
-
export interface ListProjectsCommandOutput
|
|
6
|
-
extends ListProjectsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListProjectsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListProjectsCommandInput
|
|
8
|
+
input: ListProjectsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListProjectsCommandInput,
|
|
13
11
|
ListProjectsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRecipeVersionsRequest,
|
|
4
|
-
ListRecipeVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRecipeVersionsRequest, ListRecipeVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListRecipeVersionsCommandInput
|
|
8
|
-
extends ListRecipeVersionsRequest {}
|
|
4
|
+
export interface ListRecipeVersionsCommandInput extends ListRecipeVersionsRequest {}
|
|
9
5
|
export interface ListRecipeVersionsCommandOutput
|
|
10
|
-
extends ListRecipeVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListRecipeVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListRecipeVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListRecipeVersionsCommandInput
|
|
9
|
+
input: ListRecipeVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListRecipeVersionsCommandInput,
|
|
17
12
|
ListRecipeVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListRecipeVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListRecipeVersionsCommandInput
|
|
18
|
+
input: ListRecipeVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListRecipeVersionsCommandInput,
|
|
26
21
|
ListRecipeVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListRecipesCommandInput extends ListRecipesRequest {}
|
|
5
|
-
export interface ListRecipesCommandOutput
|
|
6
|
-
extends ListRecipesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListRecipesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListRecipesCommandInput
|
|
8
|
+
input: ListRecipesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListRecipesCommandInput,
|
|
13
11
|
ListRecipesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListRulesetsRequest, ListRulesetsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListRulesetsCommandInput extends ListRulesetsRequest {}
|
|
5
|
-
export interface ListRulesetsCommandOutput
|
|
6
|
-
extends ListRulesetsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRulesetsCommandOutput extends ListRulesetsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListRulesetsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListRulesetsCommandInput
|
|
8
|
+
input: ListRulesetsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListRulesetsCommandInput,
|
|
13
11
|
ListRulesetsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSchedulesRequest,
|
|
4
|
-
ListSchedulesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSchedulesRequest, ListSchedulesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListSchedulesCommandInput extends ListSchedulesRequest {}
|
|
8
|
-
export interface ListSchedulesCommandOutput
|
|
9
|
-
extends ListSchedulesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListSchedulesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListSchedulesCommandInput
|
|
8
|
+
input: ListSchedulesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListSchedulesCommandInput,
|
|
16
11
|
ListSchedulesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PublishRecipeRequest,
|
|
4
|
-
PublishRecipeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PublishRecipeCommandInput extends PublishRecipeRequest {}
|
|
8
|
-
export interface PublishRecipeCommandOutput
|
|
9
|
-
extends PublishRecipeResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __MetadataBearer {}
|
|
11
6
|
declare const PublishRecipeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PublishRecipeCommandInput
|
|
8
|
+
input: PublishRecipeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PublishRecipeCommandInput,
|
|
16
11
|
PublishRecipeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PublishRecipeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PublishRecipeCommandInput
|
|
17
|
+
input: PublishRecipeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PublishRecipeCommandInput,
|
|
25
20
|
PublishRecipeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SendProjectSessionActionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SendProjectSessionActionCommandInput
|
|
8
|
-
extends SendProjectSessionActionRequest {}
|
|
7
|
+
export interface SendProjectSessionActionCommandInput extends SendProjectSessionActionRequest {}
|
|
9
8
|
export interface SendProjectSessionActionCommandOutput
|
|
10
|
-
extends SendProjectSessionActionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SendProjectSessionActionResponse, __MetadataBearer {}
|
|
12
10
|
declare const SendProjectSessionActionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SendProjectSessionActionCommandInput
|
|
12
|
+
input: SendProjectSessionActionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SendProjectSessionActionCommandInput,
|
|
17
15
|
SendProjectSessionActionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SendProjectSessionActionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SendProjectSessionActionCommandInput
|
|
21
|
+
input: SendProjectSessionActionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SendProjectSessionActionCommandInput,
|
|
26
24
|
SendProjectSessionActionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartJobRunCommandInput extends StartJobRunRequest {}
|
|
5
|
-
export interface StartJobRunCommandOutput
|
|
6
|
-
extends StartJobRunResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartJobRunCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartJobRunCommandInput
|
|
8
|
+
input: StartJobRunCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartJobRunCommandInput,
|
|
13
11
|
StartJobRunCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartJobRunCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartJobRunCommandInput
|
|
17
|
+
input: StartJobRunCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartJobRunCommandInput,
|
|
22
20
|
StartJobRunCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartProjectSessionRequest,
|
|
4
|
-
StartProjectSessionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartProjectSessionRequest, StartProjectSessionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartProjectSessionCommandInput
|
|
8
|
-
extends StartProjectSessionRequest {}
|
|
4
|
+
export interface StartProjectSessionCommandInput extends StartProjectSessionRequest {}
|
|
9
5
|
export interface StartProjectSessionCommandOutput
|
|
10
|
-
extends StartProjectSessionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartProjectSessionResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartProjectSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartProjectSessionCommandInput
|
|
9
|
+
input: StartProjectSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartProjectSessionCommandInput,
|
|
17
12
|
StartProjectSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartProjectSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartProjectSessionCommandInput
|
|
18
|
+
input: StartProjectSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartProjectSessionCommandInput,
|
|
26
21
|
StartProjectSessionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopJobRunCommandInput extends StopJobRunRequest {}
|
|
5
|
-
export interface StopJobRunCommandOutput
|
|
6
|
-
extends StopJobRunResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataBearer {}
|
|
8
6
|
declare const StopJobRunCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopJobRunCommandInput
|
|
8
|
+
input: StopJobRunCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopJobRunCommandInput,
|
|
13
11
|
StopJobRunCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopJobRunCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopJobRunCommandInput
|
|
17
|
+
input: StopJobRunCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopJobRunCommandInput,
|
|
22
20
|
StopJobRunCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDatasetRequest,
|
|
4
|
-
UpdateDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
8
|
-
export interface UpdateDatasetCommandOutput
|
|
9
|
-
extends UpdateDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDatasetCommandInput
|
|
8
|
+
input: UpdateDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDatasetCommandInput,
|
|
16
11
|
UpdateDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDatasetCommandInput
|
|
17
|
+
input: UpdateDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDatasetCommandInput,
|
|
25
20
|
UpdateDatasetCommandOutput,
|