@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.
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +10 -0
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +10 -0
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +592 -501
- package/dist-types/ts3.4/models/models_0.d.ts +501 -494
- package/package.json +7 -7
|
@@ -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
|