@aws-sdk/client-ecs 3.490.0 → 3.496.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.
Files changed (84) hide show
  1. package/dist-cjs/ECS.js +1 -123
  2. package/dist-cjs/ECSClient.js +1 -43
  3. package/dist-cjs/commands/CreateCapacityProviderCommand.js +1 -28
  4. package/dist-cjs/commands/CreateClusterCommand.js +1 -28
  5. package/dist-cjs/commands/CreateServiceCommand.js +1 -28
  6. package/dist-cjs/commands/CreateTaskSetCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteAccountSettingCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteAttributesCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteTaskSetCommand.js +1 -28
  14. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +1 -28
  15. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeClustersCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeServicesCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeTaskSetsCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeTasksCommand.js +1 -28
  23. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +1 -28
  24. package/dist-cjs/commands/ExecuteCommandCommand.js +1 -29
  25. package/dist-cjs/commands/GetTaskProtectionCommand.js +1 -28
  26. package/dist-cjs/commands/ListAccountSettingsCommand.js +1 -28
  27. package/dist-cjs/commands/ListAttributesCommand.js +1 -28
  28. package/dist-cjs/commands/ListClustersCommand.js +1 -28
  29. package/dist-cjs/commands/ListContainerInstancesCommand.js +1 -28
  30. package/dist-cjs/commands/ListServicesByNamespaceCommand.js +1 -28
  31. package/dist-cjs/commands/ListServicesCommand.js +1 -28
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  33. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +1 -28
  34. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +1 -28
  35. package/dist-cjs/commands/ListTasksCommand.js +1 -28
  36. package/dist-cjs/commands/PutAccountSettingCommand.js +1 -28
  37. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +1 -28
  38. package/dist-cjs/commands/PutAttributesCommand.js +1 -28
  39. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +1 -28
  40. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +1 -28
  41. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +1 -28
  42. package/dist-cjs/commands/RunTaskCommand.js +1 -28
  43. package/dist-cjs/commands/StartTaskCommand.js +1 -28
  44. package/dist-cjs/commands/StopTaskCommand.js +1 -28
  45. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +1 -28
  46. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +1 -28
  47. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +1 -28
  48. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateClusterCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateContainerAgentCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateServiceCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateTaskProtectionCommand.js +1 -28
  58. package/dist-cjs/commands/UpdateTaskSetCommand.js +1 -28
  59. package/dist-cjs/commands/index.js +1 -59
  60. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  61. package/dist-cjs/extensionConfiguration.js +1 -2
  62. package/dist-cjs/index.js +6156 -12
  63. package/dist-cjs/models/ECSServiceException.js +1 -12
  64. package/dist-cjs/models/index.js +1 -4
  65. package/dist-cjs/models/models_0.js +1 -659
  66. package/dist-cjs/pagination/Interfaces.js +1 -2
  67. package/dist-cjs/pagination/ListAccountSettingsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListAttributesPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListContainerInstancesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListServicesByNamespacePaginator.js +1 -7
  72. package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
  76. package/dist-cjs/pagination/index.js +1 -13
  77. package/dist-cjs/protocols/Aws_json1_1.js +1 -3776
  78. package/dist-cjs/runtimeExtensions.js +1 -22
  79. package/dist-cjs/waiters/index.js +1 -7
  80. package/dist-cjs/waiters/waitForServicesInactive.js +1 -57
  81. package/dist-cjs/waiters/waitForServicesStable.js +1 -84
  82. package/dist-cjs/waiters/waitForTasksRunning.js +1 -74
  83. package/dist-cjs/waiters/waitForTasksStopped.js +1 -44
  84. package/package.json +41 -41
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateCapacityProviderCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateServiceCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateTaskSetCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteAccountSettingCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteAttributesCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteCapacityProviderCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteServiceCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteTaskDefinitionsCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteTaskSetCommand"), exports);
15
- tslib_1.__exportStar(require("./DeregisterContainerInstanceCommand"), exports);
16
- tslib_1.__exportStar(require("./DeregisterTaskDefinitionCommand"), exports);
17
- tslib_1.__exportStar(require("./DescribeCapacityProvidersCommand"), exports);
18
- tslib_1.__exportStar(require("./DescribeClustersCommand"), exports);
19
- tslib_1.__exportStar(require("./DescribeContainerInstancesCommand"), exports);
20
- tslib_1.__exportStar(require("./DescribeServicesCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeTaskDefinitionCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeTaskSetsCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeTasksCommand"), exports);
24
- tslib_1.__exportStar(require("./DiscoverPollEndpointCommand"), exports);
25
- tslib_1.__exportStar(require("./ExecuteCommandCommand"), exports);
26
- tslib_1.__exportStar(require("./GetTaskProtectionCommand"), exports);
27
- tslib_1.__exportStar(require("./ListAccountSettingsCommand"), exports);
28
- tslib_1.__exportStar(require("./ListAttributesCommand"), exports);
29
- tslib_1.__exportStar(require("./ListClustersCommand"), exports);
30
- tslib_1.__exportStar(require("./ListContainerInstancesCommand"), exports);
31
- tslib_1.__exportStar(require("./ListServicesByNamespaceCommand"), exports);
32
- tslib_1.__exportStar(require("./ListServicesCommand"), exports);
33
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
34
- tslib_1.__exportStar(require("./ListTaskDefinitionFamiliesCommand"), exports);
35
- tslib_1.__exportStar(require("./ListTaskDefinitionsCommand"), exports);
36
- tslib_1.__exportStar(require("./ListTasksCommand"), exports);
37
- tslib_1.__exportStar(require("./PutAccountSettingCommand"), exports);
38
- tslib_1.__exportStar(require("./PutAccountSettingDefaultCommand"), exports);
39
- tslib_1.__exportStar(require("./PutAttributesCommand"), exports);
40
- tslib_1.__exportStar(require("./PutClusterCapacityProvidersCommand"), exports);
41
- tslib_1.__exportStar(require("./RegisterContainerInstanceCommand"), exports);
42
- tslib_1.__exportStar(require("./RegisterTaskDefinitionCommand"), exports);
43
- tslib_1.__exportStar(require("./RunTaskCommand"), exports);
44
- tslib_1.__exportStar(require("./StartTaskCommand"), exports);
45
- tslib_1.__exportStar(require("./StopTaskCommand"), exports);
46
- tslib_1.__exportStar(require("./SubmitAttachmentStateChangesCommand"), exports);
47
- tslib_1.__exportStar(require("./SubmitContainerStateChangeCommand"), exports);
48
- tslib_1.__exportStar(require("./SubmitTaskStateChangeCommand"), exports);
49
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
50
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
51
- tslib_1.__exportStar(require("./UpdateCapacityProviderCommand"), exports);
52
- tslib_1.__exportStar(require("./UpdateClusterCommand"), exports);
53
- tslib_1.__exportStar(require("./UpdateClusterSettingsCommand"), exports);
54
- tslib_1.__exportStar(require("./UpdateContainerAgentCommand"), exports);
55
- tslib_1.__exportStar(require("./UpdateContainerInstancesStateCommand"), exports);
56
- tslib_1.__exportStar(require("./UpdateServiceCommand"), exports);
57
- tslib_1.__exportStar(require("./UpdateServicePrimaryTaskSetCommand"), exports);
58
- tslib_1.__exportStar(require("./UpdateTaskProtectionCommand"), exports);
59
- tslib_1.__exportStar(require("./UpdateTaskSetCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "ecs",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");