@aws-sdk/client-ecs 3.1009.0 → 3.1011.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.
@@ -703,6 +703,7 @@ const _iID = "instanceIdentityDocument";
703
703
  const _iIDS = "instanceIdentityDocumentSignature";
704
704
  const _iLT = "instanceLaunchTemplate";
705
705
  const _iM = "ipcMode";
706
+ const _iMTP = "instanceMetadataTagsPropagation";
706
707
  const _iO = "infrastructureOptimization";
707
708
  const _iP = "ingressPaths";
708
709
  const _iPE = "initProcessEnabled";
@@ -1800,13 +1801,13 @@ exports.InstanceHealthCheckResult$ = [3, n0, _IHCR,
1800
1801
  ];
1801
1802
  exports.InstanceLaunchTemplate$ = [3, n0, _ILT,
1802
1803
  0,
1803
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE, _cR],
1804
- [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 0, 0, [() => exports.InstanceRequirementsRequest$, 0], 2, () => exports.CapacityReservationRequest$], 2
1804
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iMTP, _iR, _fE, _cR],
1805
+ [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 0, 0, 2, [() => exports.InstanceRequirementsRequest$, 0], 2, () => exports.CapacityReservationRequest$], 2
1805
1806
  ];
1806
1807
  exports.InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
1807
1808
  0,
1808
- [_eIPA, _nC, _sCto, _mo, _iR, _cR],
1809
- [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 0, [() => exports.InstanceRequirementsRequest$, 0], () => exports.CapacityReservationRequest$]
1809
+ [_eIPA, _nC, _sCto, _iMTP, _mo, _iR, _cR],
1810
+ [0, () => exports.ManagedInstancesNetworkConfiguration$, () => exports.ManagedInstancesStorageConfiguration$, 2, 0, [() => exports.InstanceRequirementsRequest$, 0], () => exports.CapacityReservationRequest$]
1810
1811
  ];
1811
1812
  exports.InstanceRequirementsRequest$ = [3, n0, _IRR,
1812
1813
  0,
@@ -693,6 +693,7 @@ const _iID = "instanceIdentityDocument";
693
693
  const _iIDS = "instanceIdentityDocumentSignature";
694
694
  const _iLT = "instanceLaunchTemplate";
695
695
  const _iM = "ipcMode";
696
+ const _iMTP = "instanceMetadataTagsPropagation";
696
697
  const _iO = "infrastructureOptimization";
697
698
  const _iP = "ingressPaths";
698
699
  const _iPE = "initProcessEnabled";
@@ -1790,13 +1791,13 @@ export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
1790
1791
  ];
1791
1792
  export var InstanceLaunchTemplate$ = [3, n0, _ILT,
1792
1793
  0,
1793
- [_eIPA, _nC, _sCto, _mo, _cOT, _iR, _fE, _cR],
1794
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
1794
+ [_eIPA, _nC, _sCto, _mo, _cOT, _iMTP, _iR, _fE, _cR],
1795
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, 2, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
1795
1796
  ];
1796
1797
  export var InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
1797
1798
  0,
1798
- [_eIPA, _nC, _sCto, _mo, _iR, _cR],
1799
- [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
1799
+ [_eIPA, _nC, _sCto, _iMTP, _mo, _iR, _cR],
1800
+ [0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 2, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
1800
1801
  ];
1801
1802
  export var InstanceRequirementsRequest$ = [3, n0, _IRR,
1802
1803
  0,
@@ -68,6 +68,7 @@ declare const CreateCapacityProviderCommand_base: {
68
68
  * },
69
69
  * monitoring: "BASIC" || "DETAILED",
70
70
  * capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
71
+ * instanceMetadataTagsPropagation: true || false,
71
72
  * instanceRequirements: { // InstanceRequirementsRequest
72
73
  * vCpuCount: { // VCpuCountRangeRequest
73
74
  * min: Number("int"), // required
@@ -192,6 +193,7 @@ declare const CreateCapacityProviderCommand_base: {
192
193
  * // },
193
194
  * // monitoring: "BASIC" || "DETAILED",
194
195
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
196
+ * // instanceMetadataTagsPropagation: true || false,
195
197
  * // instanceRequirements: { // InstanceRequirementsRequest
196
198
  * // vCpuCount: { // VCpuCountRangeRequest
197
199
  * // min: Number("int"), // required
@@ -77,6 +77,7 @@ declare const DeleteCapacityProviderCommand_base: {
77
77
  * // },
78
78
  * // monitoring: "BASIC" || "DETAILED",
79
79
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
80
+ * // instanceMetadataTagsPropagation: true || false,
80
81
  * // instanceRequirements: { // InstanceRequirementsRequest
81
82
  * // vCpuCount: { // VCpuCountRangeRequest
82
83
  * // min: Number("int"), // required
@@ -85,6 +85,7 @@ declare const DescribeCapacityProvidersCommand_base: {
85
85
  * // },
86
86
  * // monitoring: "BASIC" || "DETAILED",
87
87
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
88
+ * // instanceMetadataTagsPropagation: true || false,
88
89
  * // instanceRequirements: { // InstanceRequirementsRequest
89
90
  * // vCpuCount: { // VCpuCountRangeRequest
90
91
  * // min: Number("int"), // required
@@ -65,6 +65,7 @@ declare const UpdateCapacityProviderCommand_base: {
65
65
  * storageConfiguration: { // ManagedInstancesStorageConfiguration
66
66
  * storageSizeGiB: Number("int"),
67
67
  * },
68
+ * instanceMetadataTagsPropagation: true || false,
68
69
  * monitoring: "BASIC" || "DETAILED",
69
70
  * instanceRequirements: { // InstanceRequirementsRequest
70
71
  * vCpuCount: { // VCpuCountRangeRequest
@@ -183,6 +184,7 @@ declare const UpdateCapacityProviderCommand_base: {
183
184
  * // },
184
185
  * // monitoring: "BASIC" || "DETAILED",
185
186
  * // capacityOptionType: "ON_DEMAND" || "SPOT" || "RESERVED",
187
+ * // instanceMetadataTagsPropagation: true || false,
186
188
  * // instanceRequirements: { // InstanceRequirementsRequest
187
189
  * // vCpuCount: { // VCpuCountRangeRequest
188
190
  * // min: Number("int"), // required
@@ -437,6 +437,11 @@ export interface InstanceLaunchTemplate {
437
437
  * @public
438
438
  */
439
439
  capacityOptionType?: CapacityOptionType | undefined;
440
+ /**
441
+ * <p>Determines whether tags are propagated to the instance metadata service (IMDS) for Amazon EC2 instances launched by the Managed Instances capacity provider. When enabled, all tags associated with the instance are available through the instance metadata service. When disabled, tags are not propagated to IMDS.</p> <p>Disable this setting if your tags contain characters that are not compatible with IMDS, such as <code>/</code>. IMDS requires tag keys to match the pattern <code>[0-9a-zA-Z\-_+=,.@:]\{1,255\}</code>.</p> <p>The default value is <code>true</code>.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags in instance metadata</a> in the <i>Amazon EC2 User Guide</i>.</p>
442
+ * @public
443
+ */
444
+ instanceMetadataTagsPropagation?: boolean | undefined;
440
445
  /**
441
446
  * <p>The instance requirements. You can specify:</p> <ul> <li> <p>The instance types</p> </li> <li> <p>Instance requirements such as vCPU count, memory, network performance, and accelerator specifications</p> </li> </ul> <p>Amazon ECS automatically selects the instances that match the specified criteria.</p>
442
447
  * @public
@@ -754,6 +759,11 @@ export interface InstanceLaunchTemplateUpdate {
754
759
  * @public
755
760
  */
756
761
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
762
+ /**
763
+ * <p>Determines whether tags are propagated to the instance metadata service (IMDS) for Amazon EC2 instances launched by the Managed Instances capacity provider. When enabled, all tags associated with the instance are available through the instance metadata service. When disabled, tags are not propagated to IMDS.</p> <p>Disable this setting if your tags contain characters that are not compatible with IMDS, such as <code>/</code>. IMDS requires tag keys to match the pattern <code>[0-9a-zA-Z\-_+=,.@:]\{1,255\}</code>.</p> <p>The default value is <code>true</code>.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags in instance metadata</a> in the <i>Amazon EC2 User Guide</i>.</p>
764
+ * @public
765
+ */
766
+ instanceMetadataTagsPropagation?: boolean | undefined;
757
767
  /**
758
768
  * <p>CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring. By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/detailed-monitoring-managed-instances.html">Detailed monitoring for Amazon ECS Managed Instances</a> in the Amazon ECS Developer Guide.</p>
759
769
  * @public
@@ -194,6 +194,7 @@ export interface InstanceLaunchTemplate {
194
194
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
195
195
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
196
196
  capacityOptionType?: CapacityOptionType | undefined;
197
+ instanceMetadataTagsPropagation?: boolean | undefined;
197
198
  instanceRequirements?: InstanceRequirementsRequest | undefined;
198
199
  fipsEnabled?: boolean | undefined;
199
200
  capacityReservations?: CapacityReservationRequest | undefined;
@@ -271,6 +272,7 @@ export interface InstanceLaunchTemplateUpdate {
271
272
  ec2InstanceProfileArn?: string | undefined;
272
273
  networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
273
274
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
275
+ instanceMetadataTagsPropagation?: boolean | undefined;
274
276
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
275
277
  instanceRequirements?: InstanceRequirementsRequest | undefined;
276
278
  capacityReservations?: CapacityReservationRequest | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.1009.0",
4
+ "version": "3.1011.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",