@aws-sdk/client-ecs 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ECS.d.ts +255 -309
- package/dist-types/ts3.4/ECSClient.d.ts +19 -44
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +4 -9
- 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/UpdateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.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 +31 -62
- package/dist-types/ts3.4/models/errors.d.ts +26 -90
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListTasksPaginator.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/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -2
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SubmitContainerStateChangeResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SubmitContainerStateChangeCommandInput
|
|
8
|
-
extends SubmitContainerStateChangeRequest {}
|
|
7
|
+
export interface SubmitContainerStateChangeCommandInput extends SubmitContainerStateChangeRequest {}
|
|
9
8
|
export interface SubmitContainerStateChangeCommandOutput
|
|
10
|
-
extends SubmitContainerStateChangeResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SubmitContainerStateChangeResponse, __MetadataBearer {}
|
|
12
10
|
declare const SubmitContainerStateChangeCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SubmitContainerStateChangeCommandInput
|
|
12
|
+
input: SubmitContainerStateChangeCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SubmitContainerStateChangeCommandInput,
|
|
17
15
|
SubmitContainerStateChangeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SubmitTaskStateChangeRequest,
|
|
4
|
-
SubmitTaskStateChangeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SubmitTaskStateChangeCommandInput
|
|
8
|
-
extends SubmitTaskStateChangeRequest {}
|
|
4
|
+
export interface SubmitTaskStateChangeCommandInput extends SubmitTaskStateChangeRequest {}
|
|
9
5
|
export interface SubmitTaskStateChangeCommandOutput
|
|
10
|
-
extends SubmitTaskStateChangeResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SubmitTaskStateChangeResponse, __MetadataBearer {}
|
|
12
7
|
declare const SubmitTaskStateChangeCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SubmitTaskStateChangeCommandInput
|
|
9
|
+
input: SubmitTaskStateChangeCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SubmitTaskStateChangeCommandInput,
|
|
17
12
|
SubmitTaskStateChangeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
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_1";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
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,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateCapacityProviderRequest,
|
|
4
|
-
UpdateCapacityProviderResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCapacityProviderCommandInput
|
|
8
|
-
extends UpdateCapacityProviderRequest {}
|
|
4
|
+
export interface UpdateCapacityProviderCommandInput extends UpdateCapacityProviderRequest {}
|
|
9
5
|
export interface UpdateCapacityProviderCommandOutput
|
|
10
|
-
extends UpdateCapacityProviderResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateCapacityProviderResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateCapacityProviderCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateCapacityProviderCommandInput
|
|
9
|
+
input: UpdateCapacityProviderCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateCapacityProviderCommandInput,
|
|
17
12
|
UpdateCapacityProviderCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateCapacityProviderCommandInput
|
|
18
|
+
input: UpdateCapacityProviderCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateCapacityProviderCommandInput,
|
|
26
21
|
UpdateCapacityProviderCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateClusterRequest,
|
|
4
|
-
UpdateClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
8
|
-
export interface UpdateClusterCommandOutput
|
|
9
|
-
extends UpdateClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateClusterCommandInput
|
|
8
|
+
input: UpdateClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateClusterCommandInput,
|
|
16
11
|
UpdateClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateClusterCommandInput
|
|
17
|
+
input: UpdateClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateClusterCommandInput,
|
|
25
20
|
UpdateClusterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateClusterSettingsRequest,
|
|
4
|
-
UpdateClusterSettingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateClusterSettingsCommandInput
|
|
8
|
-
extends UpdateClusterSettingsRequest {}
|
|
4
|
+
export interface UpdateClusterSettingsCommandInput extends UpdateClusterSettingsRequest {}
|
|
9
5
|
export interface UpdateClusterSettingsCommandOutput
|
|
10
|
-
extends UpdateClusterSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateClusterSettingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateClusterSettingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateClusterSettingsCommandInput
|
|
9
|
+
input: UpdateClusterSettingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateClusterSettingsCommandInput,
|
|
17
12
|
UpdateClusterSettingsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateClusterSettingsCommandInput
|
|
18
|
+
input: UpdateClusterSettingsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateClusterSettingsCommandInput,
|
|
26
21
|
UpdateClusterSettingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateContainerAgentRequest,
|
|
4
|
-
UpdateContainerAgentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateContainerAgentCommandInput
|
|
8
|
-
extends UpdateContainerAgentRequest {}
|
|
4
|
+
export interface UpdateContainerAgentCommandInput extends UpdateContainerAgentRequest {}
|
|
9
5
|
export interface UpdateContainerAgentCommandOutput
|
|
10
|
-
extends UpdateContainerAgentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateContainerAgentResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateContainerAgentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateContainerAgentCommandInput
|
|
9
|
+
input: UpdateContainerAgentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateContainerAgentCommandInput,
|
|
17
12
|
UpdateContainerAgentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateContainerAgentCommandInput
|
|
18
|
+
input: UpdateContainerAgentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateContainerAgentCommandInput,
|
|
26
21
|
UpdateContainerAgentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateContainerInstancesStateResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateContainerInstancesStateCommandInput
|
|
8
|
-
extends UpdateContainerInstancesStateRequest {}
|
|
7
|
+
export interface UpdateContainerInstancesStateCommandInput extends UpdateContainerInstancesStateRequest {}
|
|
9
8
|
export interface UpdateContainerInstancesStateCommandOutput
|
|
10
|
-
extends UpdateContainerInstancesStateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateContainerInstancesStateResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateContainerInstancesStateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateContainerInstancesStateCommandInput
|
|
12
|
+
input: UpdateContainerInstancesStateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateContainerInstancesStateCommandInput,
|
|
17
15
|
UpdateContainerInstancesStateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateContainerInstancesStateCommandInput
|
|
21
|
+
input: UpdateContainerInstancesStateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateContainerInstancesStateCommandInput,
|
|
26
24
|
UpdateContainerInstancesStateCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateDaemonRequest, UpdateDaemonResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateDaemonCommandInput extends UpdateDaemonRequest {}
|
|
5
|
-
export interface UpdateDaemonCommandOutput
|
|
6
|
-
extends UpdateDaemonResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDaemonCommandOutput extends UpdateDaemonResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateDaemonCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateDaemonCommandInput
|
|
8
|
+
input: UpdateDaemonCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateDaemonCommandInput,
|
|
13
11
|
UpdateDaemonCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateDaemonCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateDaemonCommandInput
|
|
17
|
+
input: UpdateDaemonCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateDaemonCommandInput,
|
|
22
20
|
UpdateDaemonCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateExpressGatewayServiceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateExpressGatewayServiceCommandInput
|
|
8
|
-
extends UpdateExpressGatewayServiceRequest {}
|
|
7
|
+
export interface UpdateExpressGatewayServiceCommandInput extends UpdateExpressGatewayServiceRequest {}
|
|
9
8
|
export interface UpdateExpressGatewayServiceCommandOutput
|
|
10
|
-
extends UpdateExpressGatewayServiceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateExpressGatewayServiceResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateExpressGatewayServiceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateExpressGatewayServiceCommandInput
|
|
12
|
+
input: UpdateExpressGatewayServiceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateExpressGatewayServiceCommandInput,
|
|
17
15
|
UpdateExpressGatewayServiceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateExpressGatewayServiceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateExpressGatewayServiceCommandInput
|
|
21
|
+
input: UpdateExpressGatewayServiceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateExpressGatewayServiceCommandInput,
|
|
26
24
|
UpdateExpressGatewayServiceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateServiceRequest,
|
|
4
|
-
UpdateServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
|
|
8
|
-
export interface UpdateServiceCommandOutput
|
|
9
|
-
extends UpdateServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateServiceCommandInput
|
|
8
|
+
input: UpdateServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateServiceCommandInput,
|
|
16
11
|
UpdateServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateServiceCommandInput
|
|
17
|
+
input: UpdateServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateServiceCommandInput,
|
|
25
20
|
UpdateServiceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateServicePrimaryTaskSetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateServicePrimaryTaskSetCommandInput
|
|
8
|
-
extends UpdateServicePrimaryTaskSetRequest {}
|
|
7
|
+
export interface UpdateServicePrimaryTaskSetCommandInput extends UpdateServicePrimaryTaskSetRequest {}
|
|
9
8
|
export interface UpdateServicePrimaryTaskSetCommandOutput
|
|
10
|
-
extends UpdateServicePrimaryTaskSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateServicePrimaryTaskSetResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateServicePrimaryTaskSetCommandInput
|
|
12
|
+
input: UpdateServicePrimaryTaskSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateServicePrimaryTaskSetCommandInput,
|
|
17
15
|
UpdateServicePrimaryTaskSetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateServicePrimaryTaskSetCommandInput
|
|
21
|
+
input: UpdateServicePrimaryTaskSetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateServicePrimaryTaskSetCommandInput,
|
|
26
24
|
UpdateServicePrimaryTaskSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateTaskProtectionRequest,
|
|
4
|
-
UpdateTaskProtectionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateTaskProtectionCommandInput
|
|
8
|
-
extends UpdateTaskProtectionRequest {}
|
|
4
|
+
export interface UpdateTaskProtectionCommandInput extends UpdateTaskProtectionRequest {}
|
|
9
5
|
export interface UpdateTaskProtectionCommandOutput
|
|
10
|
-
extends UpdateTaskProtectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateTaskProtectionResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateTaskProtectionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateTaskProtectionCommandInput
|
|
9
|
+
input: UpdateTaskProtectionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateTaskProtectionCommandInput,
|
|
17
12
|
UpdateTaskProtectionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateTaskProtectionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateTaskProtectionCommandInput
|
|
18
|
+
input: UpdateTaskProtectionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateTaskProtectionCommandInput,
|
|
26
21
|
UpdateTaskProtectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateTaskSetRequest,
|
|
4
|
-
UpdateTaskSetResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {}
|
|
8
|
-
export interface UpdateTaskSetCommandOutput
|
|
9
|
-
extends UpdateTaskSetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateTaskSetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateTaskSetCommandInput
|
|
8
|
+
input: UpdateTaskSetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateTaskSetCommandInput,
|
|
16
11
|
UpdateTaskSetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateTaskSetCommandInput
|
|
17
|
+
input: UpdateTaskSetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateTaskSetCommandInput,
|
|
25
20
|
UpdateTaskSetCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ECSExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|