@aws-sdk/client-codedeploy 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/CodeDeploy.d.ts +150 -173
- package/dist-types/ts3.4/CodeDeployClient.d.ts +6 -18
- 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/AddTagsToOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +5 -10
- 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 +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +110 -487
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- 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/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteResourcesByExternalIdOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteResourcesByExternalIdCommandInput
|
|
8
|
-
extends DeleteResourcesByExternalIdInput {}
|
|
7
|
+
export interface DeleteResourcesByExternalIdCommandInput extends DeleteResourcesByExternalIdInput {}
|
|
9
8
|
export interface DeleteResourcesByExternalIdCommandOutput
|
|
10
|
-
extends DeleteResourcesByExternalIdOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteResourcesByExternalIdOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteResourcesByExternalIdCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteResourcesByExternalIdCommandInput
|
|
12
|
+
input: DeleteResourcesByExternalIdCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteResourcesByExternalIdCommandInput,
|
|
17
15
|
DeleteResourcesByExternalIdCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeregisterOnPremisesInstanceInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeregisterOnPremisesInstanceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeregisterOnPremisesInstanceCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeregisterOnPremisesInstanceCommandInput extends DeregisterOnPremisesInstanceInput {}
|
|
5
|
+
export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeregisterOnPremisesInstanceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeregisterOnPremisesInstanceCommandInput
|
|
8
|
+
input: DeregisterOnPremisesInstanceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeregisterOnPremisesInstanceCommandInput,
|
|
13
11
|
DeregisterOnPremisesInstanceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeregisterOnPremisesInstanceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeregisterOnPremisesInstanceCommandInput
|
|
17
|
+
input: DeregisterOnPremisesInstanceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeregisterOnPremisesInstanceCommandInput,
|
|
22
20
|
DeregisterOnPremisesInstanceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetApplicationCommandInput extends GetApplicationInput {}
|
|
5
|
-
export interface GetApplicationCommandOutput
|
|
6
|
-
extends GetApplicationOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetApplicationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetApplicationCommandInput
|
|
8
|
+
input: GetApplicationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetApplicationCommandInput,
|
|
13
11
|
GetApplicationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetApplicationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetApplicationCommandInput
|
|
17
|
+
input: GetApplicationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetApplicationCommandInput,
|
|
22
20
|
GetApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetApplicationRevisionInput,
|
|
4
|
-
GetApplicationRevisionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetApplicationRevisionInput, GetApplicationRevisionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetApplicationRevisionCommandInput
|
|
8
|
-
extends GetApplicationRevisionInput {}
|
|
4
|
+
export interface GetApplicationRevisionCommandInput extends GetApplicationRevisionInput {}
|
|
9
5
|
export interface GetApplicationRevisionCommandOutput
|
|
10
|
-
extends GetApplicationRevisionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetApplicationRevisionOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetApplicationRevisionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetApplicationRevisionCommandInput
|
|
9
|
+
input: GetApplicationRevisionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetApplicationRevisionCommandInput,
|
|
17
12
|
GetApplicationRevisionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetApplicationRevisionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetApplicationRevisionCommandInput
|
|
18
|
+
input: GetApplicationRevisionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetApplicationRevisionCommandInput,
|
|
26
21
|
GetApplicationRevisionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDeploymentCommandInput extends GetDeploymentInput {}
|
|
5
|
-
export interface GetDeploymentCommandOutput
|
|
6
|
-
extends GetDeploymentOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDeploymentCommandInput
|
|
8
|
+
input: GetDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDeploymentCommandInput,
|
|
13
11
|
GetDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDeploymentCommandInput
|
|
17
|
+
input: GetDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDeploymentCommandInput,
|
|
22
20
|
GetDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeploymentConfigInput,
|
|
4
|
-
GetDeploymentConfigOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeploymentConfigInput, GetDeploymentConfigOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeploymentConfigCommandInput
|
|
8
|
-
extends GetDeploymentConfigInput {}
|
|
4
|
+
export interface GetDeploymentConfigCommandInput extends GetDeploymentConfigInput {}
|
|
9
5
|
export interface GetDeploymentConfigCommandOutput
|
|
10
|
-
extends GetDeploymentConfigOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDeploymentConfigOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetDeploymentConfigCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDeploymentConfigCommandInput
|
|
9
|
+
input: GetDeploymentConfigCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDeploymentConfigCommandInput,
|
|
17
12
|
GetDeploymentConfigCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDeploymentConfigCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDeploymentConfigCommandInput
|
|
18
|
+
input: GetDeploymentConfigCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDeploymentConfigCommandInput,
|
|
26
21
|
GetDeploymentConfigCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeploymentGroupInput,
|
|
4
|
-
GetDeploymentGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeploymentGroupInput, GetDeploymentGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeploymentGroupCommandInput
|
|
8
|
-
extends GetDeploymentGroupInput {}
|
|
4
|
+
export interface GetDeploymentGroupCommandInput extends GetDeploymentGroupInput {}
|
|
9
5
|
export interface GetDeploymentGroupCommandOutput
|
|
10
|
-
extends GetDeploymentGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDeploymentGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetDeploymentGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDeploymentGroupCommandInput
|
|
9
|
+
input: GetDeploymentGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDeploymentGroupCommandInput,
|
|
17
12
|
GetDeploymentGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDeploymentGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDeploymentGroupCommandInput
|
|
18
|
+
input: GetDeploymentGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDeploymentGroupCommandInput,
|
|
26
21
|
GetDeploymentGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeploymentInstanceInput,
|
|
4
|
-
GetDeploymentInstanceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeploymentInstanceCommandInput
|
|
8
|
-
extends GetDeploymentInstanceInput {}
|
|
4
|
+
export interface GetDeploymentInstanceCommandInput extends GetDeploymentInstanceInput {}
|
|
9
5
|
export interface GetDeploymentInstanceCommandOutput
|
|
10
|
-
extends GetDeploymentInstanceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDeploymentInstanceOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetDeploymentInstanceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDeploymentInstanceCommandInput
|
|
9
|
+
input: GetDeploymentInstanceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDeploymentInstanceCommandInput,
|
|
17
12
|
GetDeploymentInstanceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDeploymentInstanceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDeploymentInstanceCommandInput
|
|
18
|
+
input: GetDeploymentInstanceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDeploymentInstanceCommandInput,
|
|
26
21
|
GetDeploymentInstanceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeploymentTargetInput,
|
|
4
|
-
GetDeploymentTargetOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeploymentTargetCommandInput
|
|
8
|
-
extends GetDeploymentTargetInput {}
|
|
4
|
+
export interface GetDeploymentTargetCommandInput extends GetDeploymentTargetInput {}
|
|
9
5
|
export interface GetDeploymentTargetCommandOutput
|
|
10
|
-
extends GetDeploymentTargetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetDeploymentTargetOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetDeploymentTargetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetDeploymentTargetCommandInput
|
|
9
|
+
input: GetDeploymentTargetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetDeploymentTargetCommandInput,
|
|
17
12
|
GetDeploymentTargetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetDeploymentTargetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetDeploymentTargetCommandInput
|
|
18
|
+
input: GetDeploymentTargetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetDeploymentTargetCommandInput,
|
|
26
21
|
GetDeploymentTargetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetOnPremisesInstanceInput,
|
|
4
|
-
GetOnPremisesInstanceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetOnPremisesInstanceCommandInput
|
|
8
|
-
extends GetOnPremisesInstanceInput {}
|
|
4
|
+
export interface GetOnPremisesInstanceCommandInput extends GetOnPremisesInstanceInput {}
|
|
9
5
|
export interface GetOnPremisesInstanceCommandOutput
|
|
10
|
-
extends GetOnPremisesInstanceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetOnPremisesInstanceOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetOnPremisesInstanceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetOnPremisesInstanceCommandInput
|
|
9
|
+
input: GetOnPremisesInstanceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetOnPremisesInstanceCommandInput,
|
|
17
12
|
GetOnPremisesInstanceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetOnPremisesInstanceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetOnPremisesInstanceCommandInput
|
|
18
|
+
input: GetOnPremisesInstanceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetOnPremisesInstanceCommandInput,
|
|
26
21
|
GetOnPremisesInstanceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListApplicationRevisionsInput,
|
|
4
|
-
ListApplicationRevisionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListApplicationRevisionsCommandInput
|
|
8
|
-
extends ListApplicationRevisionsInput {}
|
|
4
|
+
export interface ListApplicationRevisionsCommandInput extends ListApplicationRevisionsInput {}
|
|
9
5
|
export interface ListApplicationRevisionsCommandOutput
|
|
10
|
-
extends ListApplicationRevisionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListApplicationRevisionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListApplicationRevisionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListApplicationRevisionsCommandInput
|
|
9
|
+
input: ListApplicationRevisionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListApplicationRevisionsCommandInput,
|
|
17
12
|
ListApplicationRevisionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListApplicationRevisionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListApplicationRevisionsCommandInput
|
|
18
|
+
input: ListApplicationRevisionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListApplicationRevisionsCommandInput,
|
|
26
21
|
ListApplicationRevisionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListApplicationsInput,
|
|
4
|
-
ListApplicationsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListApplicationsCommandInput extends ListApplicationsInput {}
|
|
8
|
-
export interface ListApplicationsCommandOutput
|
|
9
|
-
extends ListApplicationsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListApplicationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListApplicationsCommandInput
|
|
8
|
+
input: ListApplicationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListApplicationsCommandInput,
|
|
16
11
|
ListApplicationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeploymentConfigsInput,
|
|
4
|
-
ListDeploymentConfigsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeploymentConfigsCommandInput
|
|
8
|
-
extends ListDeploymentConfigsInput {}
|
|
4
|
+
export interface ListDeploymentConfigsCommandInput extends ListDeploymentConfigsInput {}
|
|
9
5
|
export interface ListDeploymentConfigsCommandOutput
|
|
10
|
-
extends ListDeploymentConfigsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeploymentConfigsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListDeploymentConfigsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeploymentConfigsCommandInput
|
|
9
|
+
input: ListDeploymentConfigsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeploymentConfigsCommandInput,
|
|
17
12
|
ListDeploymentConfigsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeploymentGroupsInput,
|
|
4
|
-
ListDeploymentGroupsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeploymentGroupsCommandInput
|
|
8
|
-
extends ListDeploymentGroupsInput {}
|
|
4
|
+
export interface ListDeploymentGroupsCommandInput extends ListDeploymentGroupsInput {}
|
|
9
5
|
export interface ListDeploymentGroupsCommandOutput
|
|
10
|
-
extends ListDeploymentGroupsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeploymentGroupsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListDeploymentGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeploymentGroupsCommandInput
|
|
9
|
+
input: ListDeploymentGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeploymentGroupsCommandInput,
|
|
17
12
|
ListDeploymentGroupsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDeploymentGroupsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDeploymentGroupsCommandInput
|
|
18
|
+
input: ListDeploymentGroupsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDeploymentGroupsCommandInput,
|
|
26
21
|
ListDeploymentGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeploymentInstancesInput,
|
|
4
|
-
ListDeploymentInstancesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeploymentInstancesCommandInput
|
|
8
|
-
extends ListDeploymentInstancesInput {}
|
|
4
|
+
export interface ListDeploymentInstancesCommandInput extends ListDeploymentInstancesInput {}
|
|
9
5
|
export interface ListDeploymentInstancesCommandOutput
|
|
10
|
-
extends ListDeploymentInstancesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeploymentInstancesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListDeploymentInstancesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeploymentInstancesCommandInput
|
|
9
|
+
input: ListDeploymentInstancesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeploymentInstancesCommandInput,
|
|
17
12
|
ListDeploymentInstancesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDeploymentInstancesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDeploymentInstancesCommandInput
|
|
18
|
+
input: ListDeploymentInstancesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDeploymentInstancesCommandInput,
|
|
26
21
|
ListDeploymentInstancesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeploymentTargetsInput,
|
|
4
|
-
ListDeploymentTargetsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeploymentTargetsCommandInput
|
|
8
|
-
extends ListDeploymentTargetsInput {}
|
|
4
|
+
export interface ListDeploymentTargetsCommandInput extends ListDeploymentTargetsInput {}
|
|
9
5
|
export interface ListDeploymentTargetsCommandOutput
|
|
10
|
-
extends ListDeploymentTargetsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeploymentTargetsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListDeploymentTargetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeploymentTargetsCommandInput
|
|
9
|
+
input: ListDeploymentTargetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeploymentTargetsCommandInput,
|
|
17
12
|
ListDeploymentTargetsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDeploymentTargetsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDeploymentTargetsCommandInput
|
|
18
|
+
input: ListDeploymentTargetsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDeploymentTargetsCommandInput,
|
|
26
21
|
ListDeploymentTargetsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeploymentsInput,
|
|
4
|
-
ListDeploymentsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDeploymentsCommandInput extends ListDeploymentsInput {}
|
|
8
|
-
export interface ListDeploymentsCommandOutput
|
|
9
|
-
extends ListDeploymentsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListDeploymentsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDeploymentsCommandInput
|
|
8
|
+
input: ListDeploymentsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDeploymentsCommandInput,
|
|
16
11
|
ListDeploymentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListGitHubAccountTokenNamesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGitHubAccountTokenNamesCommandInput
|
|
8
|
-
extends ListGitHubAccountTokenNamesInput {}
|
|
7
|
+
export interface ListGitHubAccountTokenNamesCommandInput extends ListGitHubAccountTokenNamesInput {}
|
|
9
8
|
export interface ListGitHubAccountTokenNamesCommandOutput
|
|
10
|
-
extends ListGitHubAccountTokenNamesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListGitHubAccountTokenNamesOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListGitHubAccountTokenNamesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListGitHubAccountTokenNamesCommandInput
|
|
12
|
+
input: ListGitHubAccountTokenNamesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListGitHubAccountTokenNamesCommandInput,
|
|
17
15
|
ListGitHubAccountTokenNamesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOnPremisesInstancesInput,
|
|
4
|
-
ListOnPremisesInstancesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOnPremisesInstancesCommandInput
|
|
8
|
-
extends ListOnPremisesInstancesInput {}
|
|
4
|
+
export interface ListOnPremisesInstancesCommandInput extends ListOnPremisesInstancesInput {}
|
|
9
5
|
export interface ListOnPremisesInstancesCommandOutput
|
|
10
|
-
extends ListOnPremisesInstancesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListOnPremisesInstancesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListOnPremisesInstancesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListOnPremisesInstancesCommandInput
|
|
9
|
+
input: ListOnPremisesInstancesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListOnPremisesInstancesCommandInput,
|
|
17
12
|
ListOnPremisesInstancesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceOutput, __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,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutLifecycleEventHookExecutionStatusOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutLifecycleEventHookExecutionStatusCommandInput
|
|
8
|
-
extends PutLifecycleEventHookExecutionStatusInput {}
|
|
7
|
+
export interface PutLifecycleEventHookExecutionStatusCommandInput extends PutLifecycleEventHookExecutionStatusInput {}
|
|
9
8
|
export interface PutLifecycleEventHookExecutionStatusCommandOutput
|
|
10
|
-
extends PutLifecycleEventHookExecutionStatusOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutLifecycleEventHookExecutionStatusOutput, __MetadataBearer {}
|
|
12
10
|
declare const PutLifecycleEventHookExecutionStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutLifecycleEventHookExecutionStatusCommandInput
|
|
12
|
+
input: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
17
15
|
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RegisterApplicationRevisionInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RegisterApplicationRevisionCommandInput
|
|
5
|
-
|
|
6
|
-
export interface RegisterApplicationRevisionCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface RegisterApplicationRevisionCommandInput extends RegisterApplicationRevisionInput {}
|
|
5
|
+
export interface RegisterApplicationRevisionCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const RegisterApplicationRevisionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RegisterApplicationRevisionCommandInput
|
|
8
|
+
input: RegisterApplicationRevisionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RegisterApplicationRevisionCommandInput,
|
|
13
11
|
RegisterApplicationRevisionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RegisterApplicationRevisionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RegisterApplicationRevisionCommandInput
|
|
17
|
+
input: RegisterApplicationRevisionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RegisterApplicationRevisionCommandInput,
|
|
22
20
|
RegisterApplicationRevisionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RegisterOnPremisesInstanceInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RegisterOnPremisesInstanceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface RegisterOnPremisesInstanceCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface RegisterOnPremisesInstanceCommandInput extends RegisterOnPremisesInstanceInput {}
|
|
5
|
+
export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const RegisterOnPremisesInstanceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RegisterOnPremisesInstanceCommandInput
|
|
8
|
+
input: RegisterOnPremisesInstanceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RegisterOnPremisesInstanceCommandInput,
|
|
13
11
|
RegisterOnPremisesInstanceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RegisterOnPremisesInstanceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RegisterOnPremisesInstanceCommandInput
|
|
17
|
+
input: RegisterOnPremisesInstanceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RegisterOnPremisesInstanceCommandInput,
|
|
22
20
|
RegisterOnPremisesInstanceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RemoveTagsFromOnPremisesInstancesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RemoveTagsFromOnPremisesInstancesCommandInput
|
|
5
|
-
|
|
6
|
-
export interface RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface RemoveTagsFromOnPremisesInstancesCommandInput extends RemoveTagsFromOnPremisesInstancesInput {}
|
|
5
|
+
export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const RemoveTagsFromOnPremisesInstancesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RemoveTagsFromOnPremisesInstancesCommandInput
|
|
8
|
+
input: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
13
11
|
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RemoveTagsFromOnPremisesInstancesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RemoveTagsFromOnPremisesInstancesCommandInput
|
|
17
|
+
input: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
22
20
|
RemoveTagsFromOnPremisesInstancesCommandOutput,
|