@alicloud/ecs20140526 7.1.0 → 7.1.2
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/client.d.ts +336 -104
- package/dist/client.js +342 -104
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeInvocationResultsResponseBody.d.ts +3 -0
- package/dist/models/DescribeInvocationResultsResponseBody.js +6 -0
- package/dist/models/DescribeInvocationResultsResponseBody.js.map +1 -1
- package/dist/models/DescribeInvocationsResponseBody.d.ts +3 -0
- package/dist/models/DescribeInvocationsResponseBody.js +6 -0
- package/dist/models/DescribeInvocationsResponseBody.js.map +1 -1
- package/dist/models/DescribePriceRequest.d.ts +1 -0
- package/dist/models/DescribePriceRequest.js +2 -0
- package/dist/models/DescribePriceRequest.js.map +1 -1
- package/dist/models/InvokeCommandRequest.d.ts +1 -0
- package/dist/models/InvokeCommandRequest.js +2 -0
- package/dist/models/InvokeCommandRequest.js.map +1 -1
- package/dist/models/InvokeCommandShrinkRequest.d.ts +1 -0
- package/dist/models/InvokeCommandShrinkRequest.js +2 -0
- package/dist/models/InvokeCommandShrinkRequest.js.map +1 -1
- package/dist/models/RunCommandRequest.d.ts +1 -0
- package/dist/models/RunCommandRequest.js +2 -0
- package/dist/models/RunCommandRequest.js.map +1 -1
- package/dist/models/RunCommandShrinkRequest.d.ts +1 -0
- package/dist/models/RunCommandShrinkRequest.js +2 -0
- package/dist/models/RunCommandShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +344 -104
- package/src/models/DescribeInvocationResultsResponseBody.ts +9 -0
- package/src/models/DescribeInvocationsResponseBody.ts +9 -0
- package/src/models/DescribePriceRequest.ts +3 -0
- package/src/models/InvokeCommandRequest.ts +3 -0
- package/src/models/InvokeCommandShrinkRequest.ts +3 -0
- package/src/models/RunCommandRequest.ts +3 -0
- package/src/models/RunCommandShrinkRequest.ts +3 -0
|
@@ -271,6 +271,9 @@ export class DescribeInvocationResultsResponseBodyInvocationInvocationResultsInv
|
|
|
271
271
|
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
272
272
|
*/
|
|
273
273
|
launcher?: string;
|
|
274
|
+
ossOutputDelivery?: string;
|
|
275
|
+
ossOutputStatus?: string;
|
|
276
|
+
ossOutputUri?: string;
|
|
274
277
|
/**
|
|
275
278
|
* @remarks
|
|
276
279
|
* The command output.
|
|
@@ -348,6 +351,9 @@ export class DescribeInvocationResultsResponseBodyInvocationInvocationResultsInv
|
|
|
348
351
|
invokeId: 'InvokeId',
|
|
349
352
|
invokeRecordStatus: 'InvokeRecordStatus',
|
|
350
353
|
launcher: 'Launcher',
|
|
354
|
+
ossOutputDelivery: 'OssOutputDelivery',
|
|
355
|
+
ossOutputStatus: 'OssOutputStatus',
|
|
356
|
+
ossOutputUri: 'OssOutputUri',
|
|
351
357
|
output: 'Output',
|
|
352
358
|
repeats: 'Repeats',
|
|
353
359
|
startTime: 'StartTime',
|
|
@@ -373,6 +379,9 @@ export class DescribeInvocationResultsResponseBodyInvocationInvocationResultsInv
|
|
|
373
379
|
invokeId: 'string',
|
|
374
380
|
invokeRecordStatus: 'string',
|
|
375
381
|
launcher: 'string',
|
|
382
|
+
ossOutputDelivery: 'string',
|
|
383
|
+
ossOutputStatus: 'string',
|
|
384
|
+
ossOutputUri: 'string',
|
|
376
385
|
output: 'string',
|
|
377
386
|
repeats: 'number',
|
|
378
387
|
startTime: 'string',
|
|
@@ -151,6 +151,8 @@ export class DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstances
|
|
|
151
151
|
* Success
|
|
152
152
|
*/
|
|
153
153
|
invocationStatus?: string;
|
|
154
|
+
ossOutputStatus?: string;
|
|
155
|
+
ossOutputUri?: string;
|
|
154
156
|
/**
|
|
155
157
|
* @remarks
|
|
156
158
|
* The command output.
|
|
@@ -216,6 +218,8 @@ export class DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstances
|
|
|
216
218
|
instanceId: 'InstanceId',
|
|
217
219
|
instanceInvokeStatus: 'InstanceInvokeStatus',
|
|
218
220
|
invocationStatus: 'InvocationStatus',
|
|
221
|
+
ossOutputStatus: 'OssOutputStatus',
|
|
222
|
+
ossOutputUri: 'OssOutputUri',
|
|
219
223
|
output: 'Output',
|
|
220
224
|
repeats: 'Repeats',
|
|
221
225
|
startTime: 'StartTime',
|
|
@@ -236,6 +240,8 @@ export class DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstances
|
|
|
236
240
|
instanceId: 'string',
|
|
237
241
|
instanceInvokeStatus: 'string',
|
|
238
242
|
invocationStatus: 'string',
|
|
243
|
+
ossOutputStatus: 'string',
|
|
244
|
+
ossOutputUri: 'string',
|
|
239
245
|
output: 'string',
|
|
240
246
|
repeats: 'number',
|
|
241
247
|
startTime: 'string',
|
|
@@ -488,6 +494,7 @@ export class DescribeInvocationsResponseBodyInvocationsInvocation extends $dara.
|
|
|
488
494
|
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
489
495
|
*/
|
|
490
496
|
launcher?: string;
|
|
497
|
+
ossOutputDelivery?: string;
|
|
491
498
|
/**
|
|
492
499
|
* @remarks
|
|
493
500
|
* The custom parameters in the command.
|
|
@@ -576,6 +583,7 @@ export class DescribeInvocationsResponseBodyInvocationsInvocation extends $dara.
|
|
|
576
583
|
invokeInstances: 'InvokeInstances',
|
|
577
584
|
invokeStatus: 'InvokeStatus',
|
|
578
585
|
launcher: 'Launcher',
|
|
586
|
+
ossOutputDelivery: 'OssOutputDelivery',
|
|
579
587
|
parameters: 'Parameters',
|
|
580
588
|
repeatMode: 'RepeatMode',
|
|
581
589
|
tags: 'Tags',
|
|
@@ -603,6 +611,7 @@ export class DescribeInvocationsResponseBodyInvocationsInvocation extends $dara.
|
|
|
603
611
|
invokeInstances: DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstances,
|
|
604
612
|
invokeStatus: 'string',
|
|
605
613
|
launcher: 'string',
|
|
614
|
+
ossOutputDelivery: 'string',
|
|
606
615
|
parameters: 'string',
|
|
607
616
|
repeatMode: 'string',
|
|
608
617
|
tags: DescribeInvocationsResponseBodyInvocationsInvocationTags,
|
|
@@ -112,15 +112,18 @@ export class DescribePriceRequestSchedulerOptions extends $dara.Model {
|
|
|
112
112
|
* dh-bp67acfmxazb4p****
|
|
113
113
|
*/
|
|
114
114
|
dedicatedHostId?: string;
|
|
115
|
+
deploymentSetStrategy?: string;
|
|
115
116
|
static names(): { [key: string]: string } {
|
|
116
117
|
return {
|
|
117
118
|
dedicatedHostId: 'DedicatedHostId',
|
|
119
|
+
deploymentSetStrategy: 'DeploymentSetStrategy',
|
|
118
120
|
};
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
static types(): { [key: string]: any } {
|
|
122
124
|
return {
|
|
123
125
|
dedicatedHostId: 'string',
|
|
126
|
+
deploymentSetStrategy: 'string',
|
|
124
127
|
};
|
|
125
128
|
}
|
|
126
129
|
|
|
@@ -211,6 +211,7 @@ export class InvokeCommandRequest extends $dara.Model {
|
|
|
211
211
|
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
212
212
|
*/
|
|
213
213
|
launcher?: string;
|
|
214
|
+
ossOutputDelivery?: string;
|
|
214
215
|
ownerAccount?: string;
|
|
215
216
|
ownerId?: number;
|
|
216
217
|
/**
|
|
@@ -362,6 +363,7 @@ export class InvokeCommandRequest extends $dara.Model {
|
|
|
362
363
|
frequency: 'Frequency',
|
|
363
364
|
instanceId: 'InstanceId',
|
|
364
365
|
launcher: 'Launcher',
|
|
366
|
+
ossOutputDelivery: 'OssOutputDelivery',
|
|
365
367
|
ownerAccount: 'OwnerAccount',
|
|
366
368
|
ownerId: 'OwnerId',
|
|
367
369
|
parameters: 'Parameters',
|
|
@@ -390,6 +392,7 @@ export class InvokeCommandRequest extends $dara.Model {
|
|
|
390
392
|
frequency: 'string',
|
|
391
393
|
instanceId: { 'type': 'array', 'itemType': 'string' },
|
|
392
394
|
launcher: 'string',
|
|
395
|
+
ossOutputDelivery: 'string',
|
|
393
396
|
ownerAccount: 'string',
|
|
394
397
|
ownerId: 'number',
|
|
395
398
|
parameters: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
@@ -211,6 +211,7 @@ export class InvokeCommandShrinkRequest extends $dara.Model {
|
|
|
211
211
|
* python3 -u {{ACS::ScriptFileName|Ext(".py")}}
|
|
212
212
|
*/
|
|
213
213
|
launcher?: string;
|
|
214
|
+
ossOutputDelivery?: string;
|
|
214
215
|
ownerAccount?: string;
|
|
215
216
|
ownerId?: number;
|
|
216
217
|
/**
|
|
@@ -362,6 +363,7 @@ export class InvokeCommandShrinkRequest extends $dara.Model {
|
|
|
362
363
|
frequency: 'Frequency',
|
|
363
364
|
instanceId: 'InstanceId',
|
|
364
365
|
launcher: 'Launcher',
|
|
366
|
+
ossOutputDelivery: 'OssOutputDelivery',
|
|
365
367
|
ownerAccount: 'OwnerAccount',
|
|
366
368
|
ownerId: 'OwnerId',
|
|
367
369
|
parametersShrink: 'Parameters',
|
|
@@ -390,6 +392,7 @@ export class InvokeCommandShrinkRequest extends $dara.Model {
|
|
|
390
392
|
frequency: 'string',
|
|
391
393
|
instanceId: { 'type': 'array', 'itemType': 'string' },
|
|
392
394
|
launcher: 'string',
|
|
395
|
+
ossOutputDelivery: 'string',
|
|
393
396
|
ownerAccount: 'string',
|
|
394
397
|
ownerId: 'number',
|
|
395
398
|
parametersShrink: 'string',
|
|
@@ -289,6 +289,7 @@ export class RunCommandRequest extends $dara.Model {
|
|
|
289
289
|
* testName
|
|
290
290
|
*/
|
|
291
291
|
name?: string;
|
|
292
|
+
ossOutputDelivery?: string;
|
|
292
293
|
ownerAccount?: string;
|
|
293
294
|
ownerId?: number;
|
|
294
295
|
/**
|
|
@@ -462,6 +463,7 @@ export class RunCommandRequest extends $dara.Model {
|
|
|
462
463
|
keepCommand: 'KeepCommand',
|
|
463
464
|
launcher: 'Launcher',
|
|
464
465
|
name: 'Name',
|
|
466
|
+
ossOutputDelivery: 'OssOutputDelivery',
|
|
465
467
|
ownerAccount: 'OwnerAccount',
|
|
466
468
|
ownerId: 'OwnerId',
|
|
467
469
|
parameters: 'Parameters',
|
|
@@ -496,6 +498,7 @@ export class RunCommandRequest extends $dara.Model {
|
|
|
496
498
|
keepCommand: 'boolean',
|
|
497
499
|
launcher: 'string',
|
|
498
500
|
name: 'string',
|
|
501
|
+
ossOutputDelivery: 'string',
|
|
499
502
|
ownerAccount: 'string',
|
|
500
503
|
ownerId: 'number',
|
|
501
504
|
parameters: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
@@ -289,6 +289,7 @@ export class RunCommandShrinkRequest extends $dara.Model {
|
|
|
289
289
|
* testName
|
|
290
290
|
*/
|
|
291
291
|
name?: string;
|
|
292
|
+
ossOutputDelivery?: string;
|
|
292
293
|
ownerAccount?: string;
|
|
293
294
|
ownerId?: number;
|
|
294
295
|
/**
|
|
@@ -462,6 +463,7 @@ export class RunCommandShrinkRequest extends $dara.Model {
|
|
|
462
463
|
keepCommand: 'KeepCommand',
|
|
463
464
|
launcher: 'Launcher',
|
|
464
465
|
name: 'Name',
|
|
466
|
+
ossOutputDelivery: 'OssOutputDelivery',
|
|
465
467
|
ownerAccount: 'OwnerAccount',
|
|
466
468
|
ownerId: 'OwnerId',
|
|
467
469
|
parametersShrink: 'Parameters',
|
|
@@ -496,6 +498,7 @@ export class RunCommandShrinkRequest extends $dara.Model {
|
|
|
496
498
|
keepCommand: 'boolean',
|
|
497
499
|
launcher: 'string',
|
|
498
500
|
name: 'string',
|
|
501
|
+
ossOutputDelivery: 'string',
|
|
499
502
|
ownerAccount: 'string',
|
|
500
503
|
ownerId: 'number',
|
|
501
504
|
parametersShrink: 'string',
|