@alicloud/oos20190601 1.0.4 → 1.0.5
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 +312 -4
- package/dist/client.js +594 -11
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +778 -13
package/dist/client.d.ts
CHANGED
|
@@ -132,6 +132,7 @@ export declare class ContinueDeployApplicationGroupResponse extends $tea.Model {
|
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
134
|
export declare class CreateApplicationRequest extends $tea.Model {
|
|
135
|
+
alarmConfig?: CreateApplicationRequestAlarmConfig;
|
|
135
136
|
clientToken?: string;
|
|
136
137
|
description?: string;
|
|
137
138
|
name?: string;
|
|
@@ -151,6 +152,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
|
|
|
151
152
|
});
|
|
152
153
|
}
|
|
153
154
|
export declare class CreateApplicationShrinkRequest extends $tea.Model {
|
|
155
|
+
alarmConfigShrink?: string;
|
|
154
156
|
clientToken?: string;
|
|
155
157
|
description?: string;
|
|
156
158
|
name?: string;
|
|
@@ -397,11 +399,40 @@ export declare class CreateParameterResponse extends $tea.Model {
|
|
|
397
399
|
}
|
|
398
400
|
export declare class CreatePatchBaselineRequest extends $tea.Model {
|
|
399
401
|
approvalRules?: string;
|
|
402
|
+
approvedPatches?: string[];
|
|
403
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
400
404
|
clientToken?: string;
|
|
401
405
|
description?: string;
|
|
402
406
|
name?: string;
|
|
403
407
|
operationSystem?: string;
|
|
404
408
|
regionId?: string;
|
|
409
|
+
rejectedPatches?: string[];
|
|
410
|
+
rejectedPatchesAction?: string;
|
|
411
|
+
sources?: string[];
|
|
412
|
+
tags?: CreatePatchBaselineRequestTags[];
|
|
413
|
+
static names(): {
|
|
414
|
+
[key: string]: string;
|
|
415
|
+
};
|
|
416
|
+
static types(): {
|
|
417
|
+
[key: string]: any;
|
|
418
|
+
};
|
|
419
|
+
constructor(map?: {
|
|
420
|
+
[key: string]: any;
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
export declare class CreatePatchBaselineShrinkRequest extends $tea.Model {
|
|
424
|
+
approvalRules?: string;
|
|
425
|
+
approvedPatchesShrink?: string;
|
|
426
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
427
|
+
clientToken?: string;
|
|
428
|
+
description?: string;
|
|
429
|
+
name?: string;
|
|
430
|
+
operationSystem?: string;
|
|
431
|
+
regionId?: string;
|
|
432
|
+
rejectedPatchesShrink?: string;
|
|
433
|
+
rejectedPatchesAction?: string;
|
|
434
|
+
sourcesShrink?: string;
|
|
435
|
+
tagsShrink?: string;
|
|
405
436
|
static names(): {
|
|
406
437
|
[key: string]: string;
|
|
407
438
|
};
|
|
@@ -1117,6 +1148,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
1117
1148
|
});
|
|
1118
1149
|
}
|
|
1119
1150
|
export declare class GenerateExecutionPolicyRequest extends $tea.Model {
|
|
1151
|
+
ramRole?: string;
|
|
1120
1152
|
regionId?: string;
|
|
1121
1153
|
templateName?: string;
|
|
1122
1154
|
templateVersion?: string;
|
|
@@ -1131,6 +1163,7 @@ export declare class GenerateExecutionPolicyRequest extends $tea.Model {
|
|
|
1131
1163
|
});
|
|
1132
1164
|
}
|
|
1133
1165
|
export declare class GenerateExecutionPolicyResponseBody extends $tea.Model {
|
|
1166
|
+
missingPolicy?: string;
|
|
1134
1167
|
policy?: string;
|
|
1135
1168
|
requestId?: string;
|
|
1136
1169
|
static names(): {
|
|
@@ -1826,7 +1859,6 @@ export declare class ListApplicationGroupsRequest extends $tea.Model {
|
|
|
1826
1859
|
deployRegionId?: string;
|
|
1827
1860
|
maxResults?: number;
|
|
1828
1861
|
nextToken?: string;
|
|
1829
|
-
product?: string;
|
|
1830
1862
|
regionId?: string;
|
|
1831
1863
|
resourceId?: string;
|
|
1832
1864
|
resourceProduct?: string;
|
|
@@ -1873,6 +1905,7 @@ export declare class ListApplicationGroupsResponse extends $tea.Model {
|
|
|
1873
1905
|
});
|
|
1874
1906
|
}
|
|
1875
1907
|
export declare class ListApplicationsRequest extends $tea.Model {
|
|
1908
|
+
applicationType?: string;
|
|
1876
1909
|
maxResults?: number;
|
|
1877
1910
|
name?: string;
|
|
1878
1911
|
names?: string;
|
|
@@ -1892,6 +1925,7 @@ export declare class ListApplicationsRequest extends $tea.Model {
|
|
|
1892
1925
|
});
|
|
1893
1926
|
}
|
|
1894
1927
|
export declare class ListApplicationsShrinkRequest extends $tea.Model {
|
|
1928
|
+
applicationType?: string;
|
|
1895
1929
|
maxResults?: number;
|
|
1896
1930
|
name?: string;
|
|
1897
1931
|
names?: string;
|
|
@@ -2031,7 +2065,10 @@ export declare class ListExecutionRiskyTasksResponse extends $tea.Model {
|
|
|
2031
2065
|
});
|
|
2032
2066
|
}
|
|
2033
2067
|
export declare class ListExecutionsRequest extends $tea.Model {
|
|
2068
|
+
categories?: string;
|
|
2034
2069
|
category?: string;
|
|
2070
|
+
depth?: string;
|
|
2071
|
+
description?: string;
|
|
2035
2072
|
endDateAfter?: string;
|
|
2036
2073
|
endDateBefore?: string;
|
|
2037
2074
|
executedBy?: string;
|
|
@@ -2066,7 +2103,10 @@ export declare class ListExecutionsRequest extends $tea.Model {
|
|
|
2066
2103
|
});
|
|
2067
2104
|
}
|
|
2068
2105
|
export declare class ListExecutionsShrinkRequest extends $tea.Model {
|
|
2106
|
+
categories?: string;
|
|
2069
2107
|
category?: string;
|
|
2108
|
+
depth?: string;
|
|
2109
|
+
description?: string;
|
|
2070
2110
|
endDateAfter?: string;
|
|
2071
2111
|
endDateBefore?: string;
|
|
2072
2112
|
executedBy?: string;
|
|
@@ -2408,6 +2448,7 @@ export declare class ListParametersRequest extends $tea.Model {
|
|
|
2408
2448
|
recursive?: boolean;
|
|
2409
2449
|
regionId?: string;
|
|
2410
2450
|
resourceGroupId?: string;
|
|
2451
|
+
shareType?: string;
|
|
2411
2452
|
sortField?: string;
|
|
2412
2453
|
sortOrder?: string;
|
|
2413
2454
|
tags?: {
|
|
@@ -2432,6 +2473,7 @@ export declare class ListParametersShrinkRequest extends $tea.Model {
|
|
|
2432
2473
|
recursive?: boolean;
|
|
2433
2474
|
regionId?: string;
|
|
2434
2475
|
resourceGroupId?: string;
|
|
2476
|
+
shareType?: string;
|
|
2435
2477
|
sortField?: string;
|
|
2436
2478
|
sortOrder?: string;
|
|
2437
2479
|
tagsShrink?: string;
|
|
@@ -2479,12 +2521,37 @@ export declare class ListParametersResponse extends $tea.Model {
|
|
|
2479
2521
|
});
|
|
2480
2522
|
}
|
|
2481
2523
|
export declare class ListPatchBaselinesRequest extends $tea.Model {
|
|
2524
|
+
approvedPatches?: string[];
|
|
2525
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
2482
2526
|
maxResults?: number;
|
|
2483
2527
|
name?: string;
|
|
2484
2528
|
nextToken?: string;
|
|
2485
2529
|
operationSystem?: string;
|
|
2486
2530
|
regionId?: string;
|
|
2487
2531
|
shareType?: string;
|
|
2532
|
+
sources?: string[];
|
|
2533
|
+
tags?: ListPatchBaselinesRequestTags[];
|
|
2534
|
+
static names(): {
|
|
2535
|
+
[key: string]: string;
|
|
2536
|
+
};
|
|
2537
|
+
static types(): {
|
|
2538
|
+
[key: string]: any;
|
|
2539
|
+
};
|
|
2540
|
+
constructor(map?: {
|
|
2541
|
+
[key: string]: any;
|
|
2542
|
+
});
|
|
2543
|
+
}
|
|
2544
|
+
export declare class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
2545
|
+
approvedPatchesShrink?: string;
|
|
2546
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
2547
|
+
maxResults?: number;
|
|
2548
|
+
name?: string;
|
|
2549
|
+
nextToken?: string;
|
|
2550
|
+
operationSystem?: string;
|
|
2551
|
+
regionId?: string;
|
|
2552
|
+
shareType?: string;
|
|
2553
|
+
sourcesShrink?: string;
|
|
2554
|
+
tagsShrink?: string;
|
|
2488
2555
|
static names(): {
|
|
2489
2556
|
[key: string]: string;
|
|
2490
2557
|
};
|
|
@@ -3562,6 +3629,8 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
3562
3629
|
});
|
|
3563
3630
|
}
|
|
3564
3631
|
export declare class UpdateApplicationRequest extends $tea.Model {
|
|
3632
|
+
alarmConfig?: UpdateApplicationRequestAlarmConfig;
|
|
3633
|
+
deleteAlarmRulesBeforeUpdate?: boolean;
|
|
3565
3634
|
description?: string;
|
|
3566
3635
|
name?: string;
|
|
3567
3636
|
regionId?: string;
|
|
@@ -3579,6 +3648,8 @@ export declare class UpdateApplicationRequest extends $tea.Model {
|
|
|
3579
3648
|
});
|
|
3580
3649
|
}
|
|
3581
3650
|
export declare class UpdateApplicationShrinkRequest extends $tea.Model {
|
|
3651
|
+
alarmConfigShrink?: string;
|
|
3652
|
+
deleteAlarmRulesBeforeUpdate?: boolean;
|
|
3582
3653
|
description?: string;
|
|
3583
3654
|
name?: string;
|
|
3584
3655
|
regionId?: string;
|
|
@@ -3668,6 +3739,7 @@ export declare class UpdateApplicationGroupResponse extends $tea.Model {
|
|
|
3668
3739
|
}
|
|
3669
3740
|
export declare class UpdateExecutionRequest extends $tea.Model {
|
|
3670
3741
|
clientToken?: string;
|
|
3742
|
+
description?: string;
|
|
3671
3743
|
executionId?: string;
|
|
3672
3744
|
parameters?: string;
|
|
3673
3745
|
regionId?: string;
|
|
@@ -3840,10 +3912,38 @@ export declare class UpdateParameterResponse extends $tea.Model {
|
|
|
3840
3912
|
}
|
|
3841
3913
|
export declare class UpdatePatchBaselineRequest extends $tea.Model {
|
|
3842
3914
|
approvalRules?: string;
|
|
3915
|
+
approvedPatches?: string[];
|
|
3916
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
3843
3917
|
clientToken?: string;
|
|
3844
3918
|
description?: string;
|
|
3845
3919
|
name?: string;
|
|
3846
3920
|
regionId?: string;
|
|
3921
|
+
rejectedPatches?: string[];
|
|
3922
|
+
rejectedPatchesAction?: string;
|
|
3923
|
+
sources?: string[];
|
|
3924
|
+
tags?: UpdatePatchBaselineRequestTags[];
|
|
3925
|
+
static names(): {
|
|
3926
|
+
[key: string]: string;
|
|
3927
|
+
};
|
|
3928
|
+
static types(): {
|
|
3929
|
+
[key: string]: any;
|
|
3930
|
+
};
|
|
3931
|
+
constructor(map?: {
|
|
3932
|
+
[key: string]: any;
|
|
3933
|
+
});
|
|
3934
|
+
}
|
|
3935
|
+
export declare class UpdatePatchBaselineShrinkRequest extends $tea.Model {
|
|
3936
|
+
approvalRules?: string;
|
|
3937
|
+
approvedPatchesShrink?: string;
|
|
3938
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
3939
|
+
clientToken?: string;
|
|
3940
|
+
description?: string;
|
|
3941
|
+
name?: string;
|
|
3942
|
+
regionId?: string;
|
|
3943
|
+
rejectedPatchesShrink?: string;
|
|
3944
|
+
rejectedPatchesAction?: string;
|
|
3945
|
+
sourcesShrink?: string;
|
|
3946
|
+
tagsShrink?: string;
|
|
3847
3947
|
static names(): {
|
|
3848
3948
|
[key: string]: string;
|
|
3849
3949
|
};
|
|
@@ -4136,6 +4236,20 @@ export declare class ValidateTemplateContentResponse extends $tea.Model {
|
|
|
4136
4236
|
[key: string]: any;
|
|
4137
4237
|
});
|
|
4138
4238
|
}
|
|
4239
|
+
export declare class CreateApplicationRequestAlarmConfig extends $tea.Model {
|
|
4240
|
+
contactGroups?: string[];
|
|
4241
|
+
healthCheckUrl?: string;
|
|
4242
|
+
templateIds?: string[];
|
|
4243
|
+
static names(): {
|
|
4244
|
+
[key: string]: string;
|
|
4245
|
+
};
|
|
4246
|
+
static types(): {
|
|
4247
|
+
[key: string]: any;
|
|
4248
|
+
};
|
|
4249
|
+
constructor(map?: {
|
|
4250
|
+
[key: string]: any;
|
|
4251
|
+
});
|
|
4252
|
+
}
|
|
4139
4253
|
export declare class CreateApplicationResponseBodyApplication extends $tea.Model {
|
|
4140
4254
|
createDate?: string;
|
|
4141
4255
|
description?: string;
|
|
@@ -4230,15 +4344,47 @@ export declare class CreateParameterResponseBodyParameter extends $tea.Model {
|
|
|
4230
4344
|
[key: string]: any;
|
|
4231
4345
|
});
|
|
4232
4346
|
}
|
|
4347
|
+
export declare class CreatePatchBaselineRequestTags extends $tea.Model {
|
|
4348
|
+
key?: string;
|
|
4349
|
+
value?: string;
|
|
4350
|
+
static names(): {
|
|
4351
|
+
[key: string]: string;
|
|
4352
|
+
};
|
|
4353
|
+
static types(): {
|
|
4354
|
+
[key: string]: any;
|
|
4355
|
+
};
|
|
4356
|
+
constructor(map?: {
|
|
4357
|
+
[key: string]: any;
|
|
4358
|
+
});
|
|
4359
|
+
}
|
|
4360
|
+
export declare class CreatePatchBaselineResponseBodyPatchBaselineTags extends $tea.Model {
|
|
4361
|
+
tagKey?: string;
|
|
4362
|
+
tagValue?: string;
|
|
4363
|
+
static names(): {
|
|
4364
|
+
[key: string]: string;
|
|
4365
|
+
};
|
|
4366
|
+
static types(): {
|
|
4367
|
+
[key: string]: any;
|
|
4368
|
+
};
|
|
4369
|
+
constructor(map?: {
|
|
4370
|
+
[key: string]: any;
|
|
4371
|
+
});
|
|
4372
|
+
}
|
|
4233
4373
|
export declare class CreatePatchBaselineResponseBodyPatchBaseline extends $tea.Model {
|
|
4234
4374
|
approvalRules?: string;
|
|
4375
|
+
approvedPatches?: string[];
|
|
4376
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
4235
4377
|
createdBy?: string;
|
|
4236
4378
|
createdDate?: string;
|
|
4237
4379
|
description?: string;
|
|
4238
4380
|
id?: string;
|
|
4239
4381
|
name?: string;
|
|
4240
4382
|
operationSystem?: string;
|
|
4383
|
+
rejectedPatches?: string[];
|
|
4384
|
+
rejectedPatchesAction?: string;
|
|
4241
4385
|
shareType?: string;
|
|
4386
|
+
sources?: string[];
|
|
4387
|
+
tags?: CreatePatchBaselineResponseBodyPatchBaselineTags[];
|
|
4242
4388
|
updatedBy?: string;
|
|
4243
4389
|
updatedDate?: string;
|
|
4244
4390
|
static names(): {
|
|
@@ -4347,7 +4493,23 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
|
4347
4493
|
[key: string]: any;
|
|
4348
4494
|
});
|
|
4349
4495
|
}
|
|
4496
|
+
export declare class GetApplicationResponseBodyApplicationAlarmConfig extends $tea.Model {
|
|
4497
|
+
contactGroups?: string[];
|
|
4498
|
+
healthCheckUrl?: string;
|
|
4499
|
+
templateIds?: string[];
|
|
4500
|
+
static names(): {
|
|
4501
|
+
[key: string]: string;
|
|
4502
|
+
};
|
|
4503
|
+
static types(): {
|
|
4504
|
+
[key: string]: any;
|
|
4505
|
+
};
|
|
4506
|
+
constructor(map?: {
|
|
4507
|
+
[key: string]: any;
|
|
4508
|
+
});
|
|
4509
|
+
}
|
|
4350
4510
|
export declare class GetApplicationResponseBodyApplication extends $tea.Model {
|
|
4511
|
+
alarmConfig?: GetApplicationResponseBodyApplicationAlarmConfig;
|
|
4512
|
+
applicationType?: string;
|
|
4351
4513
|
createDate?: string;
|
|
4352
4514
|
description?: string;
|
|
4353
4515
|
name?: string;
|
|
@@ -4541,6 +4703,9 @@ export declare class GetParametersByPathResponseBodyParameters extends $tea.Mode
|
|
|
4541
4703
|
name?: string;
|
|
4542
4704
|
parameterVersion?: number;
|
|
4543
4705
|
shareType?: string;
|
|
4706
|
+
tags?: {
|
|
4707
|
+
[key: string]: any;
|
|
4708
|
+
};
|
|
4544
4709
|
type?: string;
|
|
4545
4710
|
updatedBy?: string;
|
|
4546
4711
|
updatedDate?: string;
|
|
@@ -4555,8 +4720,23 @@ export declare class GetParametersByPathResponseBodyParameters extends $tea.Mode
|
|
|
4555
4720
|
[key: string]: any;
|
|
4556
4721
|
});
|
|
4557
4722
|
}
|
|
4723
|
+
export declare class GetPatchBaselineResponseBodyPatchBaselineTags extends $tea.Model {
|
|
4724
|
+
tagKey?: string;
|
|
4725
|
+
tagValue?: string;
|
|
4726
|
+
static names(): {
|
|
4727
|
+
[key: string]: string;
|
|
4728
|
+
};
|
|
4729
|
+
static types(): {
|
|
4730
|
+
[key: string]: any;
|
|
4731
|
+
};
|
|
4732
|
+
constructor(map?: {
|
|
4733
|
+
[key: string]: any;
|
|
4734
|
+
});
|
|
4735
|
+
}
|
|
4558
4736
|
export declare class GetPatchBaselineResponseBodyPatchBaseline extends $tea.Model {
|
|
4559
4737
|
approvalRules?: string;
|
|
4738
|
+
approvedPatches?: string[];
|
|
4739
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
4560
4740
|
createdBy?: string;
|
|
4561
4741
|
createdDate?: string;
|
|
4562
4742
|
description?: string;
|
|
@@ -4564,7 +4744,11 @@ export declare class GetPatchBaselineResponseBodyPatchBaseline extends $tea.Mode
|
|
|
4564
4744
|
isDefault?: boolean;
|
|
4565
4745
|
name?: string;
|
|
4566
4746
|
operationSystem?: string;
|
|
4747
|
+
rejectedPatches?: string[];
|
|
4748
|
+
rejectedPatchesAction?: string;
|
|
4567
4749
|
shareType?: string;
|
|
4750
|
+
sources?: string[];
|
|
4751
|
+
tags?: GetPatchBaselineResponseBodyPatchBaselineTags[];
|
|
4568
4752
|
updatedBy?: string;
|
|
4569
4753
|
updatedDate?: string;
|
|
4570
4754
|
static names(): {
|
|
@@ -4745,6 +4929,7 @@ export declare class ListApplicationGroupsResponseBodyApplicationGroups extends
|
|
|
4745
4929
|
});
|
|
4746
4930
|
}
|
|
4747
4931
|
export declare class ListApplicationsResponseBodyApplications extends $tea.Model {
|
|
4932
|
+
applicationType?: string;
|
|
4748
4933
|
createDate?: string;
|
|
4749
4934
|
description?: string;
|
|
4750
4935
|
name?: string;
|
|
@@ -4820,7 +5005,9 @@ export declare class ListExecutionsResponseBodyExecutions extends $tea.Model {
|
|
|
4820
5005
|
executionId?: string;
|
|
4821
5006
|
isParent?: boolean;
|
|
4822
5007
|
lastSuccessfulTriggerTime?: string;
|
|
5008
|
+
lastTriggerOutputs?: string;
|
|
4823
5009
|
lastTriggerStatus?: string;
|
|
5010
|
+
lastTriggerStatusMessage?: string;
|
|
4824
5011
|
lastTriggerTime?: string;
|
|
4825
5012
|
mode?: string;
|
|
4826
5013
|
outputs?: string;
|
|
@@ -5002,7 +5189,35 @@ export declare class ListParametersResponseBodyParameters extends $tea.Model {
|
|
|
5002
5189
|
[key: string]: any;
|
|
5003
5190
|
});
|
|
5004
5191
|
}
|
|
5192
|
+
export declare class ListPatchBaselinesRequestTags extends $tea.Model {
|
|
5193
|
+
key?: string;
|
|
5194
|
+
value?: string;
|
|
5195
|
+
static names(): {
|
|
5196
|
+
[key: string]: string;
|
|
5197
|
+
};
|
|
5198
|
+
static types(): {
|
|
5199
|
+
[key: string]: any;
|
|
5200
|
+
};
|
|
5201
|
+
constructor(map?: {
|
|
5202
|
+
[key: string]: any;
|
|
5203
|
+
});
|
|
5204
|
+
}
|
|
5205
|
+
export declare class ListPatchBaselinesResponseBodyPatchBaselinesTags extends $tea.Model {
|
|
5206
|
+
tagKey?: string;
|
|
5207
|
+
tagValue?: string;
|
|
5208
|
+
static names(): {
|
|
5209
|
+
[key: string]: string;
|
|
5210
|
+
};
|
|
5211
|
+
static types(): {
|
|
5212
|
+
[key: string]: any;
|
|
5213
|
+
};
|
|
5214
|
+
constructor(map?: {
|
|
5215
|
+
[key: string]: any;
|
|
5216
|
+
});
|
|
5217
|
+
}
|
|
5005
5218
|
export declare class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
|
|
5219
|
+
approvedPatches?: string[];
|
|
5220
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
5006
5221
|
createdBy?: string;
|
|
5007
5222
|
createdDate?: string;
|
|
5008
5223
|
description?: string;
|
|
@@ -5011,6 +5226,8 @@ export declare class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.M
|
|
|
5011
5226
|
name?: string;
|
|
5012
5227
|
operationSystem?: string;
|
|
5013
5228
|
shareType?: string;
|
|
5229
|
+
sources?: string[];
|
|
5230
|
+
tags?: ListPatchBaselinesResponseBodyPatchBaselinesTags[];
|
|
5014
5231
|
updatedBy?: string;
|
|
5015
5232
|
updatedDate?: string;
|
|
5016
5233
|
static names(): {
|
|
@@ -5321,6 +5538,20 @@ export declare class StartExecutionResponseBodyExecution extends $tea.Model {
|
|
|
5321
5538
|
[key: string]: any;
|
|
5322
5539
|
});
|
|
5323
5540
|
}
|
|
5541
|
+
export declare class UpdateApplicationRequestAlarmConfig extends $tea.Model {
|
|
5542
|
+
contactGroups?: string[];
|
|
5543
|
+
healthCheckUrl?: string;
|
|
5544
|
+
templateIds?: string[];
|
|
5545
|
+
static names(): {
|
|
5546
|
+
[key: string]: string;
|
|
5547
|
+
};
|
|
5548
|
+
static types(): {
|
|
5549
|
+
[key: string]: any;
|
|
5550
|
+
};
|
|
5551
|
+
constructor(map?: {
|
|
5552
|
+
[key: string]: any;
|
|
5553
|
+
});
|
|
5554
|
+
}
|
|
5324
5555
|
export declare class UpdateApplicationResponseBodyApplication extends $tea.Model {
|
|
5325
5556
|
createdDate?: string;
|
|
5326
5557
|
description?: string;
|
|
@@ -5413,15 +5644,47 @@ export declare class UpdateParameterResponseBodyParameter extends $tea.Model {
|
|
|
5413
5644
|
[key: string]: any;
|
|
5414
5645
|
});
|
|
5415
5646
|
}
|
|
5647
|
+
export declare class UpdatePatchBaselineRequestTags extends $tea.Model {
|
|
5648
|
+
key?: string;
|
|
5649
|
+
value?: string;
|
|
5650
|
+
static names(): {
|
|
5651
|
+
[key: string]: string;
|
|
5652
|
+
};
|
|
5653
|
+
static types(): {
|
|
5654
|
+
[key: string]: any;
|
|
5655
|
+
};
|
|
5656
|
+
constructor(map?: {
|
|
5657
|
+
[key: string]: any;
|
|
5658
|
+
});
|
|
5659
|
+
}
|
|
5660
|
+
export declare class UpdatePatchBaselineResponseBodyPatchBaselineTags extends $tea.Model {
|
|
5661
|
+
tagKey?: string;
|
|
5662
|
+
tagValue?: string;
|
|
5663
|
+
static names(): {
|
|
5664
|
+
[key: string]: string;
|
|
5665
|
+
};
|
|
5666
|
+
static types(): {
|
|
5667
|
+
[key: string]: any;
|
|
5668
|
+
};
|
|
5669
|
+
constructor(map?: {
|
|
5670
|
+
[key: string]: any;
|
|
5671
|
+
});
|
|
5672
|
+
}
|
|
5416
5673
|
export declare class UpdatePatchBaselineResponseBodyPatchBaseline extends $tea.Model {
|
|
5417
5674
|
approvalRules?: string;
|
|
5675
|
+
approvedPatches?: string[];
|
|
5676
|
+
approvedPatchesEnableNonSecurity?: boolean;
|
|
5418
5677
|
createdBy?: string;
|
|
5419
5678
|
createdDate?: string;
|
|
5420
5679
|
description?: string;
|
|
5421
5680
|
id?: string;
|
|
5422
5681
|
name?: string;
|
|
5423
5682
|
operationSystem?: string;
|
|
5683
|
+
rejectedPatches?: string[];
|
|
5684
|
+
rejectedPatchesAction?: string;
|
|
5424
5685
|
shareType?: string;
|
|
5686
|
+
sources?: string[];
|
|
5687
|
+
tags?: UpdatePatchBaselineResponseBodyPatchBaselineTags[];
|
|
5425
5688
|
updatedBy?: string;
|
|
5426
5689
|
updatedDate?: string;
|
|
5427
5690
|
static names(): {
|
|
@@ -5548,7 +5811,7 @@ export default class Client extends OpenApi {
|
|
|
5548
5811
|
createOpsItem(request: CreateOpsItemRequest): Promise<CreateOpsItemResponse>;
|
|
5549
5812
|
createParameterWithOptions(tmpReq: CreateParameterRequest, runtime: $Util.RuntimeOptions): Promise<CreateParameterResponse>;
|
|
5550
5813
|
createParameter(request: CreateParameterRequest): Promise<CreateParameterResponse>;
|
|
5551
|
-
createPatchBaselineWithOptions(
|
|
5814
|
+
createPatchBaselineWithOptions(tmpReq: CreatePatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<CreatePatchBaselineResponse>;
|
|
5552
5815
|
createPatchBaseline(request: CreatePatchBaselineRequest): Promise<CreatePatchBaselineResponse>;
|
|
5553
5816
|
createSecretParameterWithOptions(tmpReq: CreateSecretParameterRequest, runtime: $Util.RuntimeOptions): Promise<CreateSecretParameterResponse>;
|
|
5554
5817
|
createSecretParameter(request: CreateSecretParameterRequest): Promise<CreateSecretParameterResponse>;
|
|
@@ -5614,7 +5877,20 @@ export default class Client extends OpenApi {
|
|
|
5614
5877
|
listApplicationGroups(request: ListApplicationGroupsRequest): Promise<ListApplicationGroupsResponse>;
|
|
5615
5878
|
listApplicationsWithOptions(tmpReq: ListApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationsResponse>;
|
|
5616
5879
|
listApplications(request: ListApplicationsRequest): Promise<ListApplicationsResponse>;
|
|
5880
|
+
/**
|
|
5881
|
+
* ****
|
|
5882
|
+
*
|
|
5883
|
+
* @param request ListExecutionLogsRequest
|
|
5884
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5885
|
+
* @return ListExecutionLogsResponse
|
|
5886
|
+
*/
|
|
5617
5887
|
listExecutionLogsWithOptions(request: ListExecutionLogsRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionLogsResponse>;
|
|
5888
|
+
/**
|
|
5889
|
+
* ****
|
|
5890
|
+
*
|
|
5891
|
+
* @param request ListExecutionLogsRequest
|
|
5892
|
+
* @return ListExecutionLogsResponse
|
|
5893
|
+
*/
|
|
5618
5894
|
listExecutionLogs(request: ListExecutionLogsRequest): Promise<ListExecutionLogsResponse>;
|
|
5619
5895
|
listExecutionRiskyTasksWithOptions(request: ListExecutionRiskyTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionRiskyTasksResponse>;
|
|
5620
5896
|
listExecutionRiskyTasks(request: ListExecutionRiskyTasksRequest): Promise<ListExecutionRiskyTasksResponse>;
|
|
@@ -5632,13 +5908,26 @@ export default class Client extends OpenApi {
|
|
|
5632
5908
|
listParameterVersions(request: ListParameterVersionsRequest): Promise<ListParameterVersionsResponse>;
|
|
5633
5909
|
listParametersWithOptions(tmpReq: ListParametersRequest, runtime: $Util.RuntimeOptions): Promise<ListParametersResponse>;
|
|
5634
5910
|
listParameters(request: ListParametersRequest): Promise<ListParametersResponse>;
|
|
5635
|
-
listPatchBaselinesWithOptions(
|
|
5911
|
+
listPatchBaselinesWithOptions(tmpReq: ListPatchBaselinesRequest, runtime: $Util.RuntimeOptions): Promise<ListPatchBaselinesResponse>;
|
|
5636
5912
|
listPatchBaselines(request: ListPatchBaselinesRequest): Promise<ListPatchBaselinesResponse>;
|
|
5637
5913
|
listResourceExecutionStatusWithOptions(request: ListResourceExecutionStatusRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceExecutionStatusResponse>;
|
|
5638
5914
|
listResourceExecutionStatus(request: ListResourceExecutionStatusRequest): Promise<ListResourceExecutionStatusResponse>;
|
|
5639
5915
|
listSecretParameterVersionsWithOptions(request: ListSecretParameterVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListSecretParameterVersionsResponse>;
|
|
5640
5916
|
listSecretParameterVersions(request: ListSecretParameterVersionsRequest): Promise<ListSecretParameterVersionsResponse>;
|
|
5917
|
+
/**
|
|
5918
|
+
* Before you call this operation, make sure that you have the permission to manage Key Management Service (KMS) secrets.
|
|
5919
|
+
*
|
|
5920
|
+
* @param tmpReq ListSecretParametersRequest
|
|
5921
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5922
|
+
* @return ListSecretParametersResponse
|
|
5923
|
+
*/
|
|
5641
5924
|
listSecretParametersWithOptions(tmpReq: ListSecretParametersRequest, runtime: $Util.RuntimeOptions): Promise<ListSecretParametersResponse>;
|
|
5925
|
+
/**
|
|
5926
|
+
* Before you call this operation, make sure that you have the permission to manage Key Management Service (KMS) secrets.
|
|
5927
|
+
*
|
|
5928
|
+
* @param request ListSecretParametersRequest
|
|
5929
|
+
* @return ListSecretParametersResponse
|
|
5930
|
+
*/
|
|
5642
5931
|
listSecretParameters(request: ListSecretParametersRequest): Promise<ListSecretParametersResponse>;
|
|
5643
5932
|
listStateConfigurationsWithOptions(tmpReq: ListStateConfigurationsRequest, runtime: $Util.RuntimeOptions): Promise<ListStateConfigurationsResponse>;
|
|
5644
5933
|
listStateConfigurations(request: ListStateConfigurationsRequest): Promise<ListStateConfigurationsResponse>;
|
|
@@ -5654,7 +5943,26 @@ export default class Client extends OpenApi {
|
|
|
5654
5943
|
listTemplateVersions(request: ListTemplateVersionsRequest): Promise<ListTemplateVersionsResponse>;
|
|
5655
5944
|
listTemplatesWithOptions(tmpReq: ListTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<ListTemplatesResponse>;
|
|
5656
5945
|
listTemplates(request: ListTemplatesRequest): Promise<ListTemplatesResponse>;
|
|
5946
|
+
/**
|
|
5947
|
+
* You can call this operation to notify an execution in the following scenarios:
|
|
5948
|
+
* * If a template contains a special task, such as an approval task, the Operation Orchestration Service (OOS) execution engine sets the execution state to Waiting when the approval task is being run. You can call this operation to specify whether to continue the execution.
|
|
5949
|
+
* * If you perform debugging in the debug mode, you can call this operation to notify the execution of the subsequent operations after the execution is created or a task is complete.
|
|
5950
|
+
* * If a high-risk operation task waits for approval, you can call this operation to specify whether to continue the execution.
|
|
5951
|
+
*
|
|
5952
|
+
* @param request NotifyExecutionRequest
|
|
5953
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5954
|
+
* @return NotifyExecutionResponse
|
|
5955
|
+
*/
|
|
5657
5956
|
notifyExecutionWithOptions(request: NotifyExecutionRequest, runtime: $Util.RuntimeOptions): Promise<NotifyExecutionResponse>;
|
|
5957
|
+
/**
|
|
5958
|
+
* You can call this operation to notify an execution in the following scenarios:
|
|
5959
|
+
* * If a template contains a special task, such as an approval task, the Operation Orchestration Service (OOS) execution engine sets the execution state to Waiting when the approval task is being run. You can call this operation to specify whether to continue the execution.
|
|
5960
|
+
* * If you perform debugging in the debug mode, you can call this operation to notify the execution of the subsequent operations after the execution is created or a task is complete.
|
|
5961
|
+
* * If a high-risk operation task waits for approval, you can call this operation to specify whether to continue the execution.
|
|
5962
|
+
*
|
|
5963
|
+
* @param request NotifyExecutionRequest
|
|
5964
|
+
* @return NotifyExecutionResponse
|
|
5965
|
+
*/
|
|
5658
5966
|
notifyExecution(request: NotifyExecutionRequest): Promise<NotifyExecutionResponse>;
|
|
5659
5967
|
registerDefaultPatchBaselineWithOptions(request: RegisterDefaultPatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<RegisterDefaultPatchBaselineResponse>;
|
|
5660
5968
|
registerDefaultPatchBaseline(request: RegisterDefaultPatchBaselineRequest): Promise<RegisterDefaultPatchBaselineResponse>;
|
|
@@ -5680,7 +5988,7 @@ export default class Client extends OpenApi {
|
|
|
5680
5988
|
updateOpsItem(request: UpdateOpsItemRequest): Promise<UpdateOpsItemResponse>;
|
|
5681
5989
|
updateParameterWithOptions(request: UpdateParameterRequest, runtime: $Util.RuntimeOptions): Promise<UpdateParameterResponse>;
|
|
5682
5990
|
updateParameter(request: UpdateParameterRequest): Promise<UpdateParameterResponse>;
|
|
5683
|
-
updatePatchBaselineWithOptions(
|
|
5991
|
+
updatePatchBaselineWithOptions(tmpReq: UpdatePatchBaselineRequest, runtime: $Util.RuntimeOptions): Promise<UpdatePatchBaselineResponse>;
|
|
5684
5992
|
updatePatchBaseline(request: UpdatePatchBaselineRequest): Promise<UpdatePatchBaselineResponse>;
|
|
5685
5993
|
updateSecretParameterWithOptions(tmpReq: UpdateSecretParameterRequest, runtime: $Util.RuntimeOptions): Promise<UpdateSecretParameterResponse>;
|
|
5686
5994
|
updateSecretParameter(request: UpdateSecretParameterRequest): Promise<UpdateSecretParameterResponse>;
|