@aws-sdk/client-batch 3.687.0 → 3.691.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.
@@ -163,6 +163,16 @@ declare const CreateComputeEnvironmentCommand_base: {
163
163
  * launchTemplateId: "STRING_VALUE",
164
164
  * launchTemplateName: "STRING_VALUE",
165
165
  * version: "STRING_VALUE",
166
+ * overrides: [ // LaunchTemplateSpecificationOverrideList
167
+ * { // LaunchTemplateSpecificationOverride
168
+ * launchTemplateId: "STRING_VALUE",
169
+ * launchTemplateName: "STRING_VALUE",
170
+ * version: "STRING_VALUE",
171
+ * targetInstanceTypes: [
172
+ * "STRING_VALUE",
173
+ * ],
174
+ * },
175
+ * ],
166
176
  * },
167
177
  * ec2Configuration: [ // Ec2ConfigurationList
168
178
  * { // Ec2Configuration
@@ -88,6 +88,16 @@ declare const DescribeComputeEnvironmentsCommand_base: {
88
88
  * // launchTemplateId: "STRING_VALUE",
89
89
  * // launchTemplateName: "STRING_VALUE",
90
90
  * // version: "STRING_VALUE",
91
+ * // overrides: [ // LaunchTemplateSpecificationOverrideList
92
+ * // { // LaunchTemplateSpecificationOverride
93
+ * // launchTemplateId: "STRING_VALUE",
94
+ * // launchTemplateName: "STRING_VALUE",
95
+ * // version: "STRING_VALUE",
96
+ * // targetInstanceTypes: [
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // },
100
+ * // ],
91
101
  * // },
92
102
  * // ec2Configuration: [ // Ec2ConfigurationList
93
103
  * // { // Ec2Configuration
@@ -63,6 +63,16 @@ declare const UpdateComputeEnvironmentCommand_base: {
63
63
  * launchTemplateId: "STRING_VALUE",
64
64
  * launchTemplateName: "STRING_VALUE",
65
65
  * version: "STRING_VALUE",
66
+ * overrides: [ // LaunchTemplateSpecificationOverrideList
67
+ * { // LaunchTemplateSpecificationOverride
68
+ * launchTemplateId: "STRING_VALUE",
69
+ * launchTemplateName: "STRING_VALUE",
70
+ * version: "STRING_VALUE",
71
+ * targetInstanceTypes: [
72
+ * "STRING_VALUE",
73
+ * ],
74
+ * },
75
+ * ],
66
76
  * },
67
77
  * ec2Configuration: [ // Ec2ConfigurationList
68
78
  * { // Ec2Configuration