@aws-sdk/client-ecs 3.489.0 → 3.495.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/ECS.js +1 -123
- package/dist-cjs/ECSClient.js +1 -43
- package/dist-cjs/commands/CreateCapacityProviderCommand.js +1 -28
- package/dist-cjs/commands/CreateClusterCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceCommand.js +1 -28
- package/dist-cjs/commands/CreateTaskSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +1 -28
- package/dist-cjs/commands/DeleteAttributesCommand.js +1 -28
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +1 -28
- package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskSetCommand.js +1 -28
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +1 -28
- package/dist-cjs/commands/DescribeClustersCommand.js +1 -28
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +1 -28
- package/dist-cjs/commands/DescribeServicesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTasksCommand.js +1 -28
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +1 -28
- package/dist-cjs/commands/ExecuteCommandCommand.js +1 -29
- package/dist-cjs/commands/GetTaskProtectionCommand.js +1 -28
- package/dist-cjs/commands/ListAccountSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListAttributesCommand.js +1 -28
- package/dist-cjs/commands/ListClustersCommand.js +1 -28
- package/dist-cjs/commands/ListContainerInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListServicesByNamespaceCommand.js +1 -28
- package/dist-cjs/commands/ListServicesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +1 -28
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/ListTasksCommand.js +1 -28
- package/dist-cjs/commands/PutAccountSettingCommand.js +1 -28
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +1 -28
- package/dist-cjs/commands/PutAttributesCommand.js +1 -28
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +1 -28
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +1 -28
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +1 -28
- package/dist-cjs/commands/RunTaskCommand.js +1 -28
- package/dist-cjs/commands/StartTaskCommand.js +1 -28
- package/dist-cjs/commands/StopTaskCommand.js +1 -28
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +1 -28
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +1 -28
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +1 -28
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -28
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskSetCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -59
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6154 -12
- package/dist-cjs/models/ECSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -651
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccountSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAttributesPaginator.js +1 -7
- package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
- package/dist-cjs/pagination/ListContainerInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesByNamespacePaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3768
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -7
- package/dist-cjs/waiters/waitForServicesInactive.js +1 -57
- package/dist-cjs/waiters/waitForServicesStable.js +1 -84
- package/dist-cjs/waiters/waitForTasksRunning.js +1 -74
- package/dist-cjs/waiters/waitForTasksStopped.js +1 -44
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +8 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceCommand.d.ts +60 -6
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/dist-types/commands/DeleteServiceCommand.d.ts +29 -6
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +17 -11
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +7 -6
- package/dist-types/commands/DescribeServicesCommand.d.ts +29 -6
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +7 -6
- package/dist-types/commands/ListTasksCommand.d.ts +2 -2
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -11
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -3
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/RunTaskCommand.d.ts +36 -4
- package/dist-types/commands/StartTaskCommand.d.ts +36 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +72 -9
- package/dist-types/models/models_0.d.ts +757 -230
- package/dist-types/ts3.4/models/models_0.d.ts +59 -0
- package/package.json +41 -41
package/dist-cjs/ECS.js
CHANGED
|
@@ -1,123 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ECS = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CreateCapacityProviderCommand_1 = require("./commands/CreateCapacityProviderCommand");
|
|
6
|
-
const CreateClusterCommand_1 = require("./commands/CreateClusterCommand");
|
|
7
|
-
const CreateServiceCommand_1 = require("./commands/CreateServiceCommand");
|
|
8
|
-
const CreateTaskSetCommand_1 = require("./commands/CreateTaskSetCommand");
|
|
9
|
-
const DeleteAccountSettingCommand_1 = require("./commands/DeleteAccountSettingCommand");
|
|
10
|
-
const DeleteAttributesCommand_1 = require("./commands/DeleteAttributesCommand");
|
|
11
|
-
const DeleteCapacityProviderCommand_1 = require("./commands/DeleteCapacityProviderCommand");
|
|
12
|
-
const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
|
|
13
|
-
const DeleteServiceCommand_1 = require("./commands/DeleteServiceCommand");
|
|
14
|
-
const DeleteTaskDefinitionsCommand_1 = require("./commands/DeleteTaskDefinitionsCommand");
|
|
15
|
-
const DeleteTaskSetCommand_1 = require("./commands/DeleteTaskSetCommand");
|
|
16
|
-
const DeregisterContainerInstanceCommand_1 = require("./commands/DeregisterContainerInstanceCommand");
|
|
17
|
-
const DeregisterTaskDefinitionCommand_1 = require("./commands/DeregisterTaskDefinitionCommand");
|
|
18
|
-
const DescribeCapacityProvidersCommand_1 = require("./commands/DescribeCapacityProvidersCommand");
|
|
19
|
-
const DescribeClustersCommand_1 = require("./commands/DescribeClustersCommand");
|
|
20
|
-
const DescribeContainerInstancesCommand_1 = require("./commands/DescribeContainerInstancesCommand");
|
|
21
|
-
const DescribeServicesCommand_1 = require("./commands/DescribeServicesCommand");
|
|
22
|
-
const DescribeTaskDefinitionCommand_1 = require("./commands/DescribeTaskDefinitionCommand");
|
|
23
|
-
const DescribeTasksCommand_1 = require("./commands/DescribeTasksCommand");
|
|
24
|
-
const DescribeTaskSetsCommand_1 = require("./commands/DescribeTaskSetsCommand");
|
|
25
|
-
const DiscoverPollEndpointCommand_1 = require("./commands/DiscoverPollEndpointCommand");
|
|
26
|
-
const ExecuteCommandCommand_1 = require("./commands/ExecuteCommandCommand");
|
|
27
|
-
const GetTaskProtectionCommand_1 = require("./commands/GetTaskProtectionCommand");
|
|
28
|
-
const ListAccountSettingsCommand_1 = require("./commands/ListAccountSettingsCommand");
|
|
29
|
-
const ListAttributesCommand_1 = require("./commands/ListAttributesCommand");
|
|
30
|
-
const ListClustersCommand_1 = require("./commands/ListClustersCommand");
|
|
31
|
-
const ListContainerInstancesCommand_1 = require("./commands/ListContainerInstancesCommand");
|
|
32
|
-
const ListServicesByNamespaceCommand_1 = require("./commands/ListServicesByNamespaceCommand");
|
|
33
|
-
const ListServicesCommand_1 = require("./commands/ListServicesCommand");
|
|
34
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
35
|
-
const ListTaskDefinitionFamiliesCommand_1 = require("./commands/ListTaskDefinitionFamiliesCommand");
|
|
36
|
-
const ListTaskDefinitionsCommand_1 = require("./commands/ListTaskDefinitionsCommand");
|
|
37
|
-
const ListTasksCommand_1 = require("./commands/ListTasksCommand");
|
|
38
|
-
const PutAccountSettingCommand_1 = require("./commands/PutAccountSettingCommand");
|
|
39
|
-
const PutAccountSettingDefaultCommand_1 = require("./commands/PutAccountSettingDefaultCommand");
|
|
40
|
-
const PutAttributesCommand_1 = require("./commands/PutAttributesCommand");
|
|
41
|
-
const PutClusterCapacityProvidersCommand_1 = require("./commands/PutClusterCapacityProvidersCommand");
|
|
42
|
-
const RegisterContainerInstanceCommand_1 = require("./commands/RegisterContainerInstanceCommand");
|
|
43
|
-
const RegisterTaskDefinitionCommand_1 = require("./commands/RegisterTaskDefinitionCommand");
|
|
44
|
-
const RunTaskCommand_1 = require("./commands/RunTaskCommand");
|
|
45
|
-
const StartTaskCommand_1 = require("./commands/StartTaskCommand");
|
|
46
|
-
const StopTaskCommand_1 = require("./commands/StopTaskCommand");
|
|
47
|
-
const SubmitAttachmentStateChangesCommand_1 = require("./commands/SubmitAttachmentStateChangesCommand");
|
|
48
|
-
const SubmitContainerStateChangeCommand_1 = require("./commands/SubmitContainerStateChangeCommand");
|
|
49
|
-
const SubmitTaskStateChangeCommand_1 = require("./commands/SubmitTaskStateChangeCommand");
|
|
50
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
51
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
52
|
-
const UpdateCapacityProviderCommand_1 = require("./commands/UpdateCapacityProviderCommand");
|
|
53
|
-
const UpdateClusterCommand_1 = require("./commands/UpdateClusterCommand");
|
|
54
|
-
const UpdateClusterSettingsCommand_1 = require("./commands/UpdateClusterSettingsCommand");
|
|
55
|
-
const UpdateContainerAgentCommand_1 = require("./commands/UpdateContainerAgentCommand");
|
|
56
|
-
const UpdateContainerInstancesStateCommand_1 = require("./commands/UpdateContainerInstancesStateCommand");
|
|
57
|
-
const UpdateServiceCommand_1 = require("./commands/UpdateServiceCommand");
|
|
58
|
-
const UpdateServicePrimaryTaskSetCommand_1 = require("./commands/UpdateServicePrimaryTaskSetCommand");
|
|
59
|
-
const UpdateTaskProtectionCommand_1 = require("./commands/UpdateTaskProtectionCommand");
|
|
60
|
-
const UpdateTaskSetCommand_1 = require("./commands/UpdateTaskSetCommand");
|
|
61
|
-
const ECSClient_1 = require("./ECSClient");
|
|
62
|
-
const commands = {
|
|
63
|
-
CreateCapacityProviderCommand: CreateCapacityProviderCommand_1.CreateCapacityProviderCommand,
|
|
64
|
-
CreateClusterCommand: CreateClusterCommand_1.CreateClusterCommand,
|
|
65
|
-
CreateServiceCommand: CreateServiceCommand_1.CreateServiceCommand,
|
|
66
|
-
CreateTaskSetCommand: CreateTaskSetCommand_1.CreateTaskSetCommand,
|
|
67
|
-
DeleteAccountSettingCommand: DeleteAccountSettingCommand_1.DeleteAccountSettingCommand,
|
|
68
|
-
DeleteAttributesCommand: DeleteAttributesCommand_1.DeleteAttributesCommand,
|
|
69
|
-
DeleteCapacityProviderCommand: DeleteCapacityProviderCommand_1.DeleteCapacityProviderCommand,
|
|
70
|
-
DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
|
|
71
|
-
DeleteServiceCommand: DeleteServiceCommand_1.DeleteServiceCommand,
|
|
72
|
-
DeleteTaskDefinitionsCommand: DeleteTaskDefinitionsCommand_1.DeleteTaskDefinitionsCommand,
|
|
73
|
-
DeleteTaskSetCommand: DeleteTaskSetCommand_1.DeleteTaskSetCommand,
|
|
74
|
-
DeregisterContainerInstanceCommand: DeregisterContainerInstanceCommand_1.DeregisterContainerInstanceCommand,
|
|
75
|
-
DeregisterTaskDefinitionCommand: DeregisterTaskDefinitionCommand_1.DeregisterTaskDefinitionCommand,
|
|
76
|
-
DescribeCapacityProvidersCommand: DescribeCapacityProvidersCommand_1.DescribeCapacityProvidersCommand,
|
|
77
|
-
DescribeClustersCommand: DescribeClustersCommand_1.DescribeClustersCommand,
|
|
78
|
-
DescribeContainerInstancesCommand: DescribeContainerInstancesCommand_1.DescribeContainerInstancesCommand,
|
|
79
|
-
DescribeServicesCommand: DescribeServicesCommand_1.DescribeServicesCommand,
|
|
80
|
-
DescribeTaskDefinitionCommand: DescribeTaskDefinitionCommand_1.DescribeTaskDefinitionCommand,
|
|
81
|
-
DescribeTasksCommand: DescribeTasksCommand_1.DescribeTasksCommand,
|
|
82
|
-
DescribeTaskSetsCommand: DescribeTaskSetsCommand_1.DescribeTaskSetsCommand,
|
|
83
|
-
DiscoverPollEndpointCommand: DiscoverPollEndpointCommand_1.DiscoverPollEndpointCommand,
|
|
84
|
-
ExecuteCommandCommand: ExecuteCommandCommand_1.ExecuteCommandCommand,
|
|
85
|
-
GetTaskProtectionCommand: GetTaskProtectionCommand_1.GetTaskProtectionCommand,
|
|
86
|
-
ListAccountSettingsCommand: ListAccountSettingsCommand_1.ListAccountSettingsCommand,
|
|
87
|
-
ListAttributesCommand: ListAttributesCommand_1.ListAttributesCommand,
|
|
88
|
-
ListClustersCommand: ListClustersCommand_1.ListClustersCommand,
|
|
89
|
-
ListContainerInstancesCommand: ListContainerInstancesCommand_1.ListContainerInstancesCommand,
|
|
90
|
-
ListServicesCommand: ListServicesCommand_1.ListServicesCommand,
|
|
91
|
-
ListServicesByNamespaceCommand: ListServicesByNamespaceCommand_1.ListServicesByNamespaceCommand,
|
|
92
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
93
|
-
ListTaskDefinitionFamiliesCommand: ListTaskDefinitionFamiliesCommand_1.ListTaskDefinitionFamiliesCommand,
|
|
94
|
-
ListTaskDefinitionsCommand: ListTaskDefinitionsCommand_1.ListTaskDefinitionsCommand,
|
|
95
|
-
ListTasksCommand: ListTasksCommand_1.ListTasksCommand,
|
|
96
|
-
PutAccountSettingCommand: PutAccountSettingCommand_1.PutAccountSettingCommand,
|
|
97
|
-
PutAccountSettingDefaultCommand: PutAccountSettingDefaultCommand_1.PutAccountSettingDefaultCommand,
|
|
98
|
-
PutAttributesCommand: PutAttributesCommand_1.PutAttributesCommand,
|
|
99
|
-
PutClusterCapacityProvidersCommand: PutClusterCapacityProvidersCommand_1.PutClusterCapacityProvidersCommand,
|
|
100
|
-
RegisterContainerInstanceCommand: RegisterContainerInstanceCommand_1.RegisterContainerInstanceCommand,
|
|
101
|
-
RegisterTaskDefinitionCommand: RegisterTaskDefinitionCommand_1.RegisterTaskDefinitionCommand,
|
|
102
|
-
RunTaskCommand: RunTaskCommand_1.RunTaskCommand,
|
|
103
|
-
StartTaskCommand: StartTaskCommand_1.StartTaskCommand,
|
|
104
|
-
StopTaskCommand: StopTaskCommand_1.StopTaskCommand,
|
|
105
|
-
SubmitAttachmentStateChangesCommand: SubmitAttachmentStateChangesCommand_1.SubmitAttachmentStateChangesCommand,
|
|
106
|
-
SubmitContainerStateChangeCommand: SubmitContainerStateChangeCommand_1.SubmitContainerStateChangeCommand,
|
|
107
|
-
SubmitTaskStateChangeCommand: SubmitTaskStateChangeCommand_1.SubmitTaskStateChangeCommand,
|
|
108
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
109
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
110
|
-
UpdateCapacityProviderCommand: UpdateCapacityProviderCommand_1.UpdateCapacityProviderCommand,
|
|
111
|
-
UpdateClusterCommand: UpdateClusterCommand_1.UpdateClusterCommand,
|
|
112
|
-
UpdateClusterSettingsCommand: UpdateClusterSettingsCommand_1.UpdateClusterSettingsCommand,
|
|
113
|
-
UpdateContainerAgentCommand: UpdateContainerAgentCommand_1.UpdateContainerAgentCommand,
|
|
114
|
-
UpdateContainerInstancesStateCommand: UpdateContainerInstancesStateCommand_1.UpdateContainerInstancesStateCommand,
|
|
115
|
-
UpdateServiceCommand: UpdateServiceCommand_1.UpdateServiceCommand,
|
|
116
|
-
UpdateServicePrimaryTaskSetCommand: UpdateServicePrimaryTaskSetCommand_1.UpdateServicePrimaryTaskSetCommand,
|
|
117
|
-
UpdateTaskProtectionCommand: UpdateTaskProtectionCommand_1.UpdateTaskProtectionCommand,
|
|
118
|
-
UpdateTaskSetCommand: UpdateTaskSetCommand_1.UpdateTaskSetCommand,
|
|
119
|
-
};
|
|
120
|
-
class ECS extends ECSClient_1.ECSClient {
|
|
121
|
-
}
|
|
122
|
-
exports.ECS = ECS;
|
|
123
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ECS);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/ECSClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ECSClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ECSClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ECSClient = ECSClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCapacityProviderCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateCapacityProviderCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateCapacityProvider", {})
|
|
22
|
-
.n("ECSClient", "CreateCapacityProviderCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateCapacityProviderCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateCapacityProviderCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateCapacityProviderCommand = CreateCapacityProviderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateCluster", {})
|
|
22
|
-
.n("ECSClient", "CreateClusterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateClusterCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateClusterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateClusterCommand = CreateClusterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateServiceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateServiceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateService", {})
|
|
22
|
-
.n("ECSClient", "CreateServiceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateServiceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateServiceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateServiceCommand = CreateServiceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTaskSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateTaskSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateTaskSet", {})
|
|
22
|
-
.n("ECSClient", "CreateTaskSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateTaskSetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateTaskSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTaskSetCommand = CreateTaskSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAccountSettingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteAccountSettingCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteAccountSetting", {})
|
|
22
|
-
.n("ECSClient", "DeleteAccountSettingCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAccountSettingCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAccountSettingCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAccountSettingCommand = DeleteAccountSettingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAttributesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteAttributesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteAttributes", {})
|
|
22
|
-
.n("ECSClient", "DeleteAttributesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAttributesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAttributesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAttributesCommand = DeleteAttributesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCapacityProviderCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteCapacityProviderCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteCapacityProvider", {})
|
|
22
|
-
.n("ECSClient", "DeleteCapacityProviderCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteCapacityProviderCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteCapacityProviderCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteCapacityProviderCommand = DeleteCapacityProviderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteCluster", {})
|
|
22
|
-
.n("ECSClient", "DeleteClusterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteClusterCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteClusterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteClusterCommand = DeleteClusterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteServiceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteServiceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteService", {})
|
|
22
|
-
.n("ECSClient", "DeleteServiceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteServiceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteServiceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteServiceCommand = DeleteServiceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTaskDefinitionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteTaskDefinitionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskDefinitions", {})
|
|
22
|
-
.n("ECSClient", "DeleteTaskDefinitionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteTaskDefinitionsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteTaskDefinitionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteTaskDefinitionsCommand = DeleteTaskDefinitionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTaskSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteTaskSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskSet", {})
|
|
22
|
-
.n("ECSClient", "DeleteTaskSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteTaskSetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteTaskSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteTaskSetCommand = DeleteTaskSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterContainerInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeregisterContainerInstanceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeregisterContainerInstance", {})
|
|
22
|
-
.n("ECSClient", "DeregisterContainerInstanceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeregisterContainerInstanceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeregisterContainerInstanceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeregisterContainerInstanceCommand = DeregisterContainerInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterTaskDefinitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeregisterTaskDefinitionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeregisterTaskDefinition", {})
|
|
22
|
-
.n("ECSClient", "DeregisterTaskDefinitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeregisterTaskDefinitionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeregisterTaskDefinitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeregisterTaskDefinitionCommand = DeregisterTaskDefinitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeCapacityProvidersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeCapacityProvidersCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeCapacityProviders", {})
|
|
22
|
-
.n("ECSClient", "DescribeCapacityProvidersCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeCapacityProvidersCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeCapacityProvidersCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeCapacityProvidersCommand = DescribeCapacityProvidersCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeClustersCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeClustersCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeClusters", {})
|
|
22
|
-
.n("ECSClient", "DescribeClustersCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeClustersCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeClustersCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeClustersCommand = DescribeClustersCommand;
|
|
1
|
+
module.exports = require("../index.js");
|