@alicloud/oos20190601 3.0.0 → 3.1.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/client.d.ts +305 -237
- package/dist/client.js +1171 -1008
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +414 -237
package/dist/client.d.ts
CHANGED
|
@@ -30,11 +30,11 @@ export declare class CancelExecutionResponseBody extends $tea.Model {
|
|
|
30
30
|
});
|
|
31
31
|
}
|
|
32
32
|
export declare class CancelExecutionResponse extends $tea.Model {
|
|
33
|
-
headers
|
|
33
|
+
headers?: {
|
|
34
34
|
[key: string]: string;
|
|
35
35
|
};
|
|
36
|
-
statusCode
|
|
37
|
-
body
|
|
36
|
+
statusCode?: number;
|
|
37
|
+
body?: CancelExecutionResponseBody;
|
|
38
38
|
static names(): {
|
|
39
39
|
[key: string]: string;
|
|
40
40
|
};
|
|
@@ -73,11 +73,11 @@ export declare class ChangeResourceGroupResponseBody extends $tea.Model {
|
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
75
|
export declare class ChangeResourceGroupResponse extends $tea.Model {
|
|
76
|
-
headers
|
|
76
|
+
headers?: {
|
|
77
77
|
[key: string]: string;
|
|
78
78
|
};
|
|
79
|
-
statusCode
|
|
80
|
-
body
|
|
79
|
+
statusCode?: number;
|
|
80
|
+
body?: ChangeResourceGroupResponseBody;
|
|
81
81
|
static names(): {
|
|
82
82
|
[key: string]: string;
|
|
83
83
|
};
|
|
@@ -116,11 +116,11 @@ export declare class ContinueDeployApplicationGroupResponseBody extends $tea.Mod
|
|
|
116
116
|
});
|
|
117
117
|
}
|
|
118
118
|
export declare class ContinueDeployApplicationGroupResponse extends $tea.Model {
|
|
119
|
-
headers
|
|
119
|
+
headers?: {
|
|
120
120
|
[key: string]: string;
|
|
121
121
|
};
|
|
122
|
-
statusCode
|
|
123
|
-
body
|
|
122
|
+
statusCode?: number;
|
|
123
|
+
body?: ContinueDeployApplicationGroupResponseBody;
|
|
124
124
|
static names(): {
|
|
125
125
|
[key: string]: string;
|
|
126
126
|
};
|
|
@@ -185,11 +185,11 @@ export declare class CreateApplicationResponseBody extends $tea.Model {
|
|
|
185
185
|
});
|
|
186
186
|
}
|
|
187
187
|
export declare class CreateApplicationResponse extends $tea.Model {
|
|
188
|
-
headers
|
|
188
|
+
headers?: {
|
|
189
189
|
[key: string]: string;
|
|
190
190
|
};
|
|
191
|
-
statusCode
|
|
192
|
-
body
|
|
191
|
+
statusCode?: number;
|
|
192
|
+
body?: CreateApplicationResponseBody;
|
|
193
193
|
static names(): {
|
|
194
194
|
[key: string]: string;
|
|
195
195
|
};
|
|
@@ -234,11 +234,11 @@ export declare class CreateApplicationGroupResponseBody extends $tea.Model {
|
|
|
234
234
|
});
|
|
235
235
|
}
|
|
236
236
|
export declare class CreateApplicationGroupResponse extends $tea.Model {
|
|
237
|
-
headers
|
|
237
|
+
headers?: {
|
|
238
238
|
[key: string]: string;
|
|
239
239
|
};
|
|
240
|
-
statusCode
|
|
241
|
-
body
|
|
240
|
+
statusCode?: number;
|
|
241
|
+
body?: CreateApplicationGroupResponseBody;
|
|
242
242
|
static names(): {
|
|
243
243
|
[key: string]: string;
|
|
244
244
|
};
|
|
@@ -313,11 +313,11 @@ export declare class CreateOpsItemResponseBody extends $tea.Model {
|
|
|
313
313
|
});
|
|
314
314
|
}
|
|
315
315
|
export declare class CreateOpsItemResponse extends $tea.Model {
|
|
316
|
-
headers
|
|
316
|
+
headers?: {
|
|
317
317
|
[key: string]: string;
|
|
318
318
|
};
|
|
319
|
-
statusCode
|
|
320
|
-
body
|
|
319
|
+
statusCode?: number;
|
|
320
|
+
body?: CreateOpsItemResponseBody;
|
|
321
321
|
static names(): {
|
|
322
322
|
[key: string]: string;
|
|
323
323
|
};
|
|
@@ -384,11 +384,11 @@ export declare class CreateParameterResponseBody extends $tea.Model {
|
|
|
384
384
|
});
|
|
385
385
|
}
|
|
386
386
|
export declare class CreateParameterResponse extends $tea.Model {
|
|
387
|
-
headers
|
|
387
|
+
headers?: {
|
|
388
388
|
[key: string]: string;
|
|
389
389
|
};
|
|
390
|
-
statusCode
|
|
391
|
-
body
|
|
390
|
+
statusCode?: number;
|
|
391
|
+
body?: CreateParameterResponseBody;
|
|
392
392
|
static names(): {
|
|
393
393
|
[key: string]: string;
|
|
394
394
|
};
|
|
@@ -461,11 +461,11 @@ export declare class CreatePatchBaselineResponseBody extends $tea.Model {
|
|
|
461
461
|
});
|
|
462
462
|
}
|
|
463
463
|
export declare class CreatePatchBaselineResponse extends $tea.Model {
|
|
464
|
-
headers
|
|
464
|
+
headers?: {
|
|
465
465
|
[key: string]: string;
|
|
466
466
|
};
|
|
467
|
-
statusCode
|
|
468
|
-
body
|
|
467
|
+
statusCode?: number;
|
|
468
|
+
body?: CreatePatchBaselineResponseBody;
|
|
469
469
|
static names(): {
|
|
470
470
|
[key: string]: string;
|
|
471
471
|
};
|
|
@@ -479,6 +479,7 @@ export declare class CreatePatchBaselineResponse extends $tea.Model {
|
|
|
479
479
|
export declare class CreateSecretParameterRequest extends $tea.Model {
|
|
480
480
|
clientToken?: string;
|
|
481
481
|
constraints?: string;
|
|
482
|
+
DKMSInstanceId?: string;
|
|
482
483
|
description?: string;
|
|
483
484
|
keyId?: string;
|
|
484
485
|
name?: string;
|
|
@@ -502,6 +503,7 @@ export declare class CreateSecretParameterRequest extends $tea.Model {
|
|
|
502
503
|
export declare class CreateSecretParameterShrinkRequest extends $tea.Model {
|
|
503
504
|
clientToken?: string;
|
|
504
505
|
constraints?: string;
|
|
506
|
+
DKMSInstanceId?: string;
|
|
505
507
|
description?: string;
|
|
506
508
|
keyId?: string;
|
|
507
509
|
name?: string;
|
|
@@ -534,11 +536,11 @@ export declare class CreateSecretParameterResponseBody extends $tea.Model {
|
|
|
534
536
|
});
|
|
535
537
|
}
|
|
536
538
|
export declare class CreateSecretParameterResponse extends $tea.Model {
|
|
537
|
-
headers
|
|
539
|
+
headers?: {
|
|
538
540
|
[key: string]: string;
|
|
539
541
|
};
|
|
540
|
-
statusCode
|
|
541
|
-
body
|
|
542
|
+
statusCode?: number;
|
|
543
|
+
body?: CreateSecretParameterResponseBody;
|
|
542
544
|
static names(): {
|
|
543
545
|
[key: string]: string;
|
|
544
546
|
};
|
|
@@ -611,11 +613,11 @@ export declare class CreateStateConfigurationResponseBody extends $tea.Model {
|
|
|
611
613
|
});
|
|
612
614
|
}
|
|
613
615
|
export declare class CreateStateConfigurationResponse extends $tea.Model {
|
|
614
|
-
headers
|
|
616
|
+
headers?: {
|
|
615
617
|
[key: string]: string;
|
|
616
618
|
};
|
|
617
|
-
statusCode
|
|
618
|
-
body
|
|
619
|
+
statusCode?: number;
|
|
620
|
+
body?: CreateStateConfigurationResponseBody;
|
|
619
621
|
static names(): {
|
|
620
622
|
[key: string]: string;
|
|
621
623
|
};
|
|
@@ -677,11 +679,11 @@ export declare class CreateTemplateResponseBody extends $tea.Model {
|
|
|
677
679
|
});
|
|
678
680
|
}
|
|
679
681
|
export declare class CreateTemplateResponse extends $tea.Model {
|
|
680
|
-
headers
|
|
682
|
+
headers?: {
|
|
681
683
|
[key: string]: string;
|
|
682
684
|
};
|
|
683
|
-
statusCode
|
|
684
|
-
body
|
|
685
|
+
statusCode?: number;
|
|
686
|
+
body?: CreateTemplateResponseBody;
|
|
685
687
|
static names(): {
|
|
686
688
|
[key: string]: string;
|
|
687
689
|
};
|
|
@@ -720,11 +722,11 @@ export declare class DeleteApplicationResponseBody extends $tea.Model {
|
|
|
720
722
|
});
|
|
721
723
|
}
|
|
722
724
|
export declare class DeleteApplicationResponse extends $tea.Model {
|
|
723
|
-
headers
|
|
725
|
+
headers?: {
|
|
724
726
|
[key: string]: string;
|
|
725
727
|
};
|
|
726
|
-
statusCode
|
|
727
|
-
body
|
|
728
|
+
statusCode?: number;
|
|
729
|
+
body?: DeleteApplicationResponseBody;
|
|
728
730
|
static names(): {
|
|
729
731
|
[key: string]: string;
|
|
730
732
|
};
|
|
@@ -763,11 +765,11 @@ export declare class DeleteApplicationGroupResponseBody extends $tea.Model {
|
|
|
763
765
|
});
|
|
764
766
|
}
|
|
765
767
|
export declare class DeleteApplicationGroupResponse extends $tea.Model {
|
|
766
|
-
headers
|
|
768
|
+
headers?: {
|
|
767
769
|
[key: string]: string;
|
|
768
770
|
};
|
|
769
|
-
statusCode
|
|
770
|
-
body
|
|
771
|
+
statusCode?: number;
|
|
772
|
+
body?: DeleteApplicationGroupResponseBody;
|
|
771
773
|
static names(): {
|
|
772
774
|
[key: string]: string;
|
|
773
775
|
};
|
|
@@ -804,11 +806,11 @@ export declare class DeleteExecutionsResponseBody extends $tea.Model {
|
|
|
804
806
|
});
|
|
805
807
|
}
|
|
806
808
|
export declare class DeleteExecutionsResponse extends $tea.Model {
|
|
807
|
-
headers
|
|
809
|
+
headers?: {
|
|
808
810
|
[key: string]: string;
|
|
809
811
|
};
|
|
810
|
-
statusCode
|
|
811
|
-
body
|
|
812
|
+
statusCode?: number;
|
|
813
|
+
body?: DeleteExecutionsResponseBody;
|
|
812
814
|
static names(): {
|
|
813
815
|
[key: string]: string;
|
|
814
816
|
};
|
|
@@ -845,11 +847,11 @@ export declare class DeleteParameterResponseBody extends $tea.Model {
|
|
|
845
847
|
});
|
|
846
848
|
}
|
|
847
849
|
export declare class DeleteParameterResponse extends $tea.Model {
|
|
848
|
-
headers
|
|
850
|
+
headers?: {
|
|
849
851
|
[key: string]: string;
|
|
850
852
|
};
|
|
851
|
-
statusCode
|
|
852
|
-
body
|
|
853
|
+
statusCode?: number;
|
|
854
|
+
body?: DeleteParameterResponseBody;
|
|
853
855
|
static names(): {
|
|
854
856
|
[key: string]: string;
|
|
855
857
|
};
|
|
@@ -886,11 +888,11 @@ export declare class DeletePatchBaselineResponseBody extends $tea.Model {
|
|
|
886
888
|
});
|
|
887
889
|
}
|
|
888
890
|
export declare class DeletePatchBaselineResponse extends $tea.Model {
|
|
889
|
-
headers
|
|
891
|
+
headers?: {
|
|
890
892
|
[key: string]: string;
|
|
891
893
|
};
|
|
892
|
-
statusCode
|
|
893
|
-
body
|
|
894
|
+
statusCode?: number;
|
|
895
|
+
body?: DeletePatchBaselineResponseBody;
|
|
894
896
|
static names(): {
|
|
895
897
|
[key: string]: string;
|
|
896
898
|
};
|
|
@@ -927,11 +929,11 @@ export declare class DeleteSecretParameterResponseBody extends $tea.Model {
|
|
|
927
929
|
});
|
|
928
930
|
}
|
|
929
931
|
export declare class DeleteSecretParameterResponse extends $tea.Model {
|
|
930
|
-
headers
|
|
932
|
+
headers?: {
|
|
931
933
|
[key: string]: string;
|
|
932
934
|
};
|
|
933
|
-
statusCode
|
|
934
|
-
body
|
|
935
|
+
statusCode?: number;
|
|
936
|
+
body?: DeleteSecretParameterResponseBody;
|
|
935
937
|
static names(): {
|
|
936
938
|
[key: string]: string;
|
|
937
939
|
};
|
|
@@ -969,11 +971,11 @@ export declare class DeleteStateConfigurationsResponseBody extends $tea.Model {
|
|
|
969
971
|
});
|
|
970
972
|
}
|
|
971
973
|
export declare class DeleteStateConfigurationsResponse extends $tea.Model {
|
|
972
|
-
headers
|
|
974
|
+
headers?: {
|
|
973
975
|
[key: string]: string;
|
|
974
976
|
};
|
|
975
|
-
statusCode
|
|
976
|
-
body
|
|
977
|
+
statusCode?: number;
|
|
978
|
+
body?: DeleteStateConfigurationsResponseBody;
|
|
977
979
|
static names(): {
|
|
978
980
|
[key: string]: string;
|
|
979
981
|
};
|
|
@@ -1011,11 +1013,11 @@ export declare class DeleteTemplateResponseBody extends $tea.Model {
|
|
|
1011
1013
|
});
|
|
1012
1014
|
}
|
|
1013
1015
|
export declare class DeleteTemplateResponse extends $tea.Model {
|
|
1014
|
-
headers
|
|
1016
|
+
headers?: {
|
|
1015
1017
|
[key: string]: string;
|
|
1016
1018
|
};
|
|
1017
|
-
statusCode
|
|
1018
|
-
body
|
|
1019
|
+
statusCode?: number;
|
|
1020
|
+
body?: DeleteTemplateResponseBody;
|
|
1019
1021
|
static names(): {
|
|
1020
1022
|
[key: string]: string;
|
|
1021
1023
|
};
|
|
@@ -1053,11 +1055,11 @@ export declare class DeleteTemplatesResponseBody extends $tea.Model {
|
|
|
1053
1055
|
});
|
|
1054
1056
|
}
|
|
1055
1057
|
export declare class DeleteTemplatesResponse extends $tea.Model {
|
|
1056
|
-
headers
|
|
1058
|
+
headers?: {
|
|
1057
1059
|
[key: string]: string;
|
|
1058
1060
|
};
|
|
1059
|
-
statusCode
|
|
1060
|
-
body
|
|
1061
|
+
statusCode?: number;
|
|
1062
|
+
body?: DeleteTemplatesResponseBody;
|
|
1061
1063
|
static names(): {
|
|
1062
1064
|
[key: string]: string;
|
|
1063
1065
|
};
|
|
@@ -1096,11 +1098,11 @@ export declare class DeployApplicationGroupResponseBody extends $tea.Model {
|
|
|
1096
1098
|
});
|
|
1097
1099
|
}
|
|
1098
1100
|
export declare class DeployApplicationGroupResponse extends $tea.Model {
|
|
1099
|
-
headers
|
|
1101
|
+
headers?: {
|
|
1100
1102
|
[key: string]: string;
|
|
1101
1103
|
};
|
|
1102
|
-
statusCode
|
|
1103
|
-
body
|
|
1104
|
+
statusCode?: number;
|
|
1105
|
+
body?: DeployApplicationGroupResponseBody;
|
|
1104
1106
|
static names(): {
|
|
1105
1107
|
[key: string]: string;
|
|
1106
1108
|
};
|
|
@@ -1145,11 +1147,11 @@ export declare class DescribeApplicationGroupBillResponseBody extends $tea.Model
|
|
|
1145
1147
|
});
|
|
1146
1148
|
}
|
|
1147
1149
|
export declare class DescribeApplicationGroupBillResponse extends $tea.Model {
|
|
1148
|
-
headers
|
|
1150
|
+
headers?: {
|
|
1149
1151
|
[key: string]: string;
|
|
1150
1152
|
};
|
|
1151
|
-
statusCode
|
|
1152
|
-
body
|
|
1153
|
+
statusCode?: number;
|
|
1154
|
+
body?: DescribeApplicationGroupBillResponseBody;
|
|
1153
1155
|
static names(): {
|
|
1154
1156
|
[key: string]: string;
|
|
1155
1157
|
};
|
|
@@ -1187,11 +1189,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
1187
1189
|
});
|
|
1188
1190
|
}
|
|
1189
1191
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
1190
|
-
headers
|
|
1192
|
+
headers?: {
|
|
1191
1193
|
[key: string]: string;
|
|
1192
1194
|
};
|
|
1193
|
-
statusCode
|
|
1194
|
-
body
|
|
1195
|
+
statusCode?: number;
|
|
1196
|
+
body?: DescribeRegionsResponseBody;
|
|
1195
1197
|
static names(): {
|
|
1196
1198
|
[key: string]: string;
|
|
1197
1199
|
};
|
|
@@ -1233,11 +1235,11 @@ export declare class GenerateExecutionPolicyResponseBody extends $tea.Model {
|
|
|
1233
1235
|
});
|
|
1234
1236
|
}
|
|
1235
1237
|
export declare class GenerateExecutionPolicyResponse extends $tea.Model {
|
|
1236
|
-
headers
|
|
1238
|
+
headers?: {
|
|
1237
1239
|
[key: string]: string;
|
|
1238
1240
|
};
|
|
1239
|
-
statusCode
|
|
1240
|
-
body
|
|
1241
|
+
statusCode?: number;
|
|
1242
|
+
body?: GenerateExecutionPolicyResponseBody;
|
|
1241
1243
|
static names(): {
|
|
1242
1244
|
[key: string]: string;
|
|
1243
1245
|
};
|
|
@@ -1275,11 +1277,11 @@ export declare class GetApplicationResponseBody extends $tea.Model {
|
|
|
1275
1277
|
});
|
|
1276
1278
|
}
|
|
1277
1279
|
export declare class GetApplicationResponse extends $tea.Model {
|
|
1278
|
-
headers
|
|
1280
|
+
headers?: {
|
|
1279
1281
|
[key: string]: string;
|
|
1280
1282
|
};
|
|
1281
|
-
statusCode
|
|
1282
|
-
body
|
|
1283
|
+
statusCode?: number;
|
|
1284
|
+
body?: GetApplicationResponseBody;
|
|
1283
1285
|
static names(): {
|
|
1284
1286
|
[key: string]: string;
|
|
1285
1287
|
};
|
|
@@ -1318,11 +1320,11 @@ export declare class GetApplicationGroupResponseBody extends $tea.Model {
|
|
|
1318
1320
|
});
|
|
1319
1321
|
}
|
|
1320
1322
|
export declare class GetApplicationGroupResponse extends $tea.Model {
|
|
1321
|
-
headers
|
|
1323
|
+
headers?: {
|
|
1322
1324
|
[key: string]: string;
|
|
1323
1325
|
};
|
|
1324
|
-
statusCode
|
|
1325
|
-
body
|
|
1326
|
+
statusCode?: number;
|
|
1327
|
+
body?: GetApplicationGroupResponseBody;
|
|
1326
1328
|
static names(): {
|
|
1327
1329
|
[key: string]: string;
|
|
1328
1330
|
};
|
|
@@ -1361,11 +1363,11 @@ export declare class GetExecutionTemplateResponseBody extends $tea.Model {
|
|
|
1361
1363
|
});
|
|
1362
1364
|
}
|
|
1363
1365
|
export declare class GetExecutionTemplateResponse extends $tea.Model {
|
|
1364
|
-
headers
|
|
1366
|
+
headers?: {
|
|
1365
1367
|
[key: string]: string;
|
|
1366
1368
|
};
|
|
1367
|
-
statusCode
|
|
1368
|
-
body
|
|
1369
|
+
statusCode?: number;
|
|
1370
|
+
body?: GetExecutionTemplateResponseBody;
|
|
1369
1371
|
static names(): {
|
|
1370
1372
|
[key: string]: string;
|
|
1371
1373
|
};
|
|
@@ -1408,11 +1410,11 @@ export declare class GetInventorySchemaResponseBody extends $tea.Model {
|
|
|
1408
1410
|
});
|
|
1409
1411
|
}
|
|
1410
1412
|
export declare class GetInventorySchemaResponse extends $tea.Model {
|
|
1411
|
-
headers
|
|
1413
|
+
headers?: {
|
|
1412
1414
|
[key: string]: string;
|
|
1413
1415
|
};
|
|
1414
|
-
statusCode
|
|
1415
|
-
body
|
|
1416
|
+
statusCode?: number;
|
|
1417
|
+
body?: GetInventorySchemaResponseBody;
|
|
1416
1418
|
static names(): {
|
|
1417
1419
|
[key: string]: string;
|
|
1418
1420
|
};
|
|
@@ -1450,11 +1452,11 @@ export declare class GetOpsItemResponseBody extends $tea.Model {
|
|
|
1450
1452
|
});
|
|
1451
1453
|
}
|
|
1452
1454
|
export declare class GetOpsItemResponse extends $tea.Model {
|
|
1453
|
-
headers
|
|
1455
|
+
headers?: {
|
|
1454
1456
|
[key: string]: string;
|
|
1455
1457
|
};
|
|
1456
|
-
statusCode
|
|
1457
|
-
body
|
|
1458
|
+
statusCode?: number;
|
|
1459
|
+
body?: GetOpsItemResponseBody;
|
|
1458
1460
|
static names(): {
|
|
1459
1461
|
[key: string]: string;
|
|
1460
1462
|
};
|
|
@@ -1494,11 +1496,11 @@ export declare class GetParameterResponseBody extends $tea.Model {
|
|
|
1494
1496
|
});
|
|
1495
1497
|
}
|
|
1496
1498
|
export declare class GetParameterResponse extends $tea.Model {
|
|
1497
|
-
headers
|
|
1499
|
+
headers?: {
|
|
1498
1500
|
[key: string]: string;
|
|
1499
1501
|
};
|
|
1500
|
-
statusCode
|
|
1501
|
-
body
|
|
1502
|
+
statusCode?: number;
|
|
1503
|
+
body?: GetParameterResponseBody;
|
|
1502
1504
|
static names(): {
|
|
1503
1505
|
[key: string]: string;
|
|
1504
1506
|
};
|
|
@@ -1537,11 +1539,11 @@ export declare class GetParametersResponseBody extends $tea.Model {
|
|
|
1537
1539
|
});
|
|
1538
1540
|
}
|
|
1539
1541
|
export declare class GetParametersResponse extends $tea.Model {
|
|
1540
|
-
headers
|
|
1542
|
+
headers?: {
|
|
1541
1543
|
[key: string]: string;
|
|
1542
1544
|
};
|
|
1543
|
-
statusCode
|
|
1544
|
-
body
|
|
1545
|
+
statusCode?: number;
|
|
1546
|
+
body?: GetParametersResponseBody;
|
|
1545
1547
|
static names(): {
|
|
1546
1548
|
[key: string]: string;
|
|
1547
1549
|
};
|
|
@@ -1585,11 +1587,11 @@ export declare class GetParametersByPathResponseBody extends $tea.Model {
|
|
|
1585
1587
|
});
|
|
1586
1588
|
}
|
|
1587
1589
|
export declare class GetParametersByPathResponse extends $tea.Model {
|
|
1588
|
-
headers
|
|
1590
|
+
headers?: {
|
|
1589
1591
|
[key: string]: string;
|
|
1590
1592
|
};
|
|
1591
|
-
statusCode
|
|
1592
|
-
body
|
|
1593
|
+
statusCode?: number;
|
|
1594
|
+
body?: GetParametersByPathResponseBody;
|
|
1593
1595
|
static names(): {
|
|
1594
1596
|
[key: string]: string;
|
|
1595
1597
|
};
|
|
@@ -1627,11 +1629,11 @@ export declare class GetPatchBaselineResponseBody extends $tea.Model {
|
|
|
1627
1629
|
});
|
|
1628
1630
|
}
|
|
1629
1631
|
export declare class GetPatchBaselineResponse extends $tea.Model {
|
|
1630
|
-
headers
|
|
1632
|
+
headers?: {
|
|
1631
1633
|
[key: string]: string;
|
|
1632
1634
|
};
|
|
1633
|
-
statusCode
|
|
1634
|
-
body
|
|
1635
|
+
statusCode?: number;
|
|
1636
|
+
body?: GetPatchBaselineResponseBody;
|
|
1635
1637
|
static names(): {
|
|
1636
1638
|
[key: string]: string;
|
|
1637
1639
|
};
|
|
@@ -1671,11 +1673,11 @@ export declare class GetSecretParameterResponseBody extends $tea.Model {
|
|
|
1671
1673
|
});
|
|
1672
1674
|
}
|
|
1673
1675
|
export declare class GetSecretParameterResponse extends $tea.Model {
|
|
1674
|
-
headers
|
|
1676
|
+
headers?: {
|
|
1675
1677
|
[key: string]: string;
|
|
1676
1678
|
};
|
|
1677
|
-
statusCode
|
|
1678
|
-
body
|
|
1679
|
+
statusCode?: number;
|
|
1680
|
+
body?: GetSecretParameterResponseBody;
|
|
1679
1681
|
static names(): {
|
|
1680
1682
|
[key: string]: string;
|
|
1681
1683
|
};
|
|
@@ -1715,11 +1717,11 @@ export declare class GetSecretParametersResponseBody extends $tea.Model {
|
|
|
1715
1717
|
});
|
|
1716
1718
|
}
|
|
1717
1719
|
export declare class GetSecretParametersResponse extends $tea.Model {
|
|
1718
|
-
headers
|
|
1720
|
+
headers?: {
|
|
1719
1721
|
[key: string]: string;
|
|
1720
1722
|
};
|
|
1721
|
-
statusCode
|
|
1722
|
-
body
|
|
1723
|
+
statusCode?: number;
|
|
1724
|
+
body?: GetSecretParametersResponseBody;
|
|
1723
1725
|
static names(): {
|
|
1724
1726
|
[key: string]: string;
|
|
1725
1727
|
};
|
|
@@ -1764,11 +1766,11 @@ export declare class GetSecretParametersByPathResponseBody extends $tea.Model {
|
|
|
1764
1766
|
});
|
|
1765
1767
|
}
|
|
1766
1768
|
export declare class GetSecretParametersByPathResponse extends $tea.Model {
|
|
1767
|
-
headers
|
|
1769
|
+
headers?: {
|
|
1768
1770
|
[key: string]: string;
|
|
1769
1771
|
};
|
|
1770
|
-
statusCode
|
|
1771
|
-
body
|
|
1772
|
+
statusCode?: number;
|
|
1773
|
+
body?: GetSecretParametersByPathResponseBody;
|
|
1772
1774
|
static names(): {
|
|
1773
1775
|
[key: string]: string;
|
|
1774
1776
|
};
|
|
@@ -1805,11 +1807,11 @@ export declare class GetServiceSettingsResponseBody extends $tea.Model {
|
|
|
1805
1807
|
});
|
|
1806
1808
|
}
|
|
1807
1809
|
export declare class GetServiceSettingsResponse extends $tea.Model {
|
|
1808
|
-
headers
|
|
1810
|
+
headers?: {
|
|
1809
1811
|
[key: string]: string;
|
|
1810
1812
|
};
|
|
1811
|
-
statusCode
|
|
1812
|
-
body
|
|
1813
|
+
statusCode?: number;
|
|
1814
|
+
body?: GetServiceSettingsResponseBody;
|
|
1813
1815
|
static names(): {
|
|
1814
1816
|
[key: string]: string;
|
|
1815
1817
|
};
|
|
@@ -1849,11 +1851,11 @@ export declare class GetTemplateResponseBody extends $tea.Model {
|
|
|
1849
1851
|
});
|
|
1850
1852
|
}
|
|
1851
1853
|
export declare class GetTemplateResponse extends $tea.Model {
|
|
1852
|
-
headers
|
|
1854
|
+
headers?: {
|
|
1853
1855
|
[key: string]: string;
|
|
1854
1856
|
};
|
|
1855
|
-
statusCode
|
|
1856
|
-
body
|
|
1857
|
+
statusCode?: number;
|
|
1858
|
+
body?: GetTemplateResponseBody;
|
|
1857
1859
|
static names(): {
|
|
1858
1860
|
[key: string]: string;
|
|
1859
1861
|
};
|
|
@@ -1895,11 +1897,11 @@ export declare class ListActionsResponseBody extends $tea.Model {
|
|
|
1895
1897
|
});
|
|
1896
1898
|
}
|
|
1897
1899
|
export declare class ListActionsResponse extends $tea.Model {
|
|
1898
|
-
headers
|
|
1900
|
+
headers?: {
|
|
1899
1901
|
[key: string]: string;
|
|
1900
1902
|
};
|
|
1901
|
-
statusCode
|
|
1902
|
-
body
|
|
1903
|
+
statusCode?: number;
|
|
1904
|
+
body?: ListActionsResponseBody;
|
|
1903
1905
|
static names(): {
|
|
1904
1906
|
[key: string]: string;
|
|
1905
1907
|
};
|
|
@@ -1945,11 +1947,11 @@ export declare class ListApplicationGroupsResponseBody extends $tea.Model {
|
|
|
1945
1947
|
});
|
|
1946
1948
|
}
|
|
1947
1949
|
export declare class ListApplicationGroupsResponse extends $tea.Model {
|
|
1948
|
-
headers
|
|
1950
|
+
headers?: {
|
|
1949
1951
|
[key: string]: string;
|
|
1950
1952
|
};
|
|
1951
|
-
statusCode
|
|
1952
|
-
body
|
|
1953
|
+
statusCode?: number;
|
|
1954
|
+
body?: ListApplicationGroupsResponseBody;
|
|
1953
1955
|
static names(): {
|
|
1954
1956
|
[key: string]: string;
|
|
1955
1957
|
};
|
|
@@ -2014,11 +2016,11 @@ export declare class ListApplicationsResponseBody extends $tea.Model {
|
|
|
2014
2016
|
});
|
|
2015
2017
|
}
|
|
2016
2018
|
export declare class ListApplicationsResponse extends $tea.Model {
|
|
2017
|
-
headers
|
|
2019
|
+
headers?: {
|
|
2018
2020
|
[key: string]: string;
|
|
2019
2021
|
};
|
|
2020
|
-
statusCode
|
|
2021
|
-
body
|
|
2022
|
+
statusCode?: number;
|
|
2023
|
+
body?: ListApplicationsResponseBody;
|
|
2022
2024
|
static names(): {
|
|
2023
2025
|
[key: string]: string;
|
|
2024
2026
|
};
|
|
@@ -2063,11 +2065,11 @@ export declare class ListExecutionLogsResponseBody extends $tea.Model {
|
|
|
2063
2065
|
});
|
|
2064
2066
|
}
|
|
2065
2067
|
export declare class ListExecutionLogsResponse extends $tea.Model {
|
|
2066
|
-
headers
|
|
2068
|
+
headers?: {
|
|
2067
2069
|
[key: string]: string;
|
|
2068
2070
|
};
|
|
2069
|
-
statusCode
|
|
2070
|
-
body
|
|
2071
|
+
statusCode?: number;
|
|
2072
|
+
body?: ListExecutionLogsResponseBody;
|
|
2071
2073
|
static names(): {
|
|
2072
2074
|
[key: string]: string;
|
|
2073
2075
|
};
|
|
@@ -2105,11 +2107,11 @@ export declare class ListExecutionRiskyTasksResponseBody extends $tea.Model {
|
|
|
2105
2107
|
});
|
|
2106
2108
|
}
|
|
2107
2109
|
export declare class ListExecutionRiskyTasksResponse extends $tea.Model {
|
|
2108
|
-
headers
|
|
2110
|
+
headers?: {
|
|
2109
2111
|
[key: string]: string;
|
|
2110
2112
|
};
|
|
2111
|
-
statusCode
|
|
2112
|
-
body
|
|
2113
|
+
statusCode?: number;
|
|
2114
|
+
body?: ListExecutionRiskyTasksResponseBody;
|
|
2113
2115
|
static names(): {
|
|
2114
2116
|
[key: string]: string;
|
|
2115
2117
|
};
|
|
@@ -2210,11 +2212,58 @@ export declare class ListExecutionsResponseBody extends $tea.Model {
|
|
|
2210
2212
|
});
|
|
2211
2213
|
}
|
|
2212
2214
|
export declare class ListExecutionsResponse extends $tea.Model {
|
|
2213
|
-
headers
|
|
2215
|
+
headers?: {
|
|
2214
2216
|
[key: string]: string;
|
|
2215
2217
|
};
|
|
2216
|
-
statusCode
|
|
2217
|
-
body
|
|
2218
|
+
statusCode?: number;
|
|
2219
|
+
body?: ListExecutionsResponseBody;
|
|
2220
|
+
static names(): {
|
|
2221
|
+
[key: string]: string;
|
|
2222
|
+
};
|
|
2223
|
+
static types(): {
|
|
2224
|
+
[key: string]: any;
|
|
2225
|
+
};
|
|
2226
|
+
constructor(map?: {
|
|
2227
|
+
[key: string]: any;
|
|
2228
|
+
});
|
|
2229
|
+
}
|
|
2230
|
+
export declare class ListGitRepositoriesRequest extends $tea.Model {
|
|
2231
|
+
clientToken?: string;
|
|
2232
|
+
orgName?: string;
|
|
2233
|
+
owner?: string;
|
|
2234
|
+
pageNumber?: number;
|
|
2235
|
+
pageSize?: number;
|
|
2236
|
+
platform?: string;
|
|
2237
|
+
static names(): {
|
|
2238
|
+
[key: string]: string;
|
|
2239
|
+
};
|
|
2240
|
+
static types(): {
|
|
2241
|
+
[key: string]: any;
|
|
2242
|
+
};
|
|
2243
|
+
constructor(map?: {
|
|
2244
|
+
[key: string]: any;
|
|
2245
|
+
});
|
|
2246
|
+
}
|
|
2247
|
+
export declare class ListGitRepositoriesResponseBody extends $tea.Model {
|
|
2248
|
+
count?: number;
|
|
2249
|
+
gitRepos?: ListGitRepositoriesResponseBodyGitRepos[];
|
|
2250
|
+
requestId?: string;
|
|
2251
|
+
static names(): {
|
|
2252
|
+
[key: string]: string;
|
|
2253
|
+
};
|
|
2254
|
+
static types(): {
|
|
2255
|
+
[key: string]: any;
|
|
2256
|
+
};
|
|
2257
|
+
constructor(map?: {
|
|
2258
|
+
[key: string]: any;
|
|
2259
|
+
});
|
|
2260
|
+
}
|
|
2261
|
+
export declare class ListGitRepositoriesResponse extends $tea.Model {
|
|
2262
|
+
headers?: {
|
|
2263
|
+
[key: string]: string;
|
|
2264
|
+
};
|
|
2265
|
+
statusCode?: number;
|
|
2266
|
+
body?: ListGitRepositoriesResponseBody;
|
|
2218
2267
|
static names(): {
|
|
2219
2268
|
[key: string]: string;
|
|
2220
2269
|
};
|
|
@@ -2256,11 +2305,11 @@ export declare class ListInstancePatchStatesResponseBody extends $tea.Model {
|
|
|
2256
2305
|
});
|
|
2257
2306
|
}
|
|
2258
2307
|
export declare class ListInstancePatchStatesResponse extends $tea.Model {
|
|
2259
|
-
headers
|
|
2308
|
+
headers?: {
|
|
2260
2309
|
[key: string]: string;
|
|
2261
2310
|
};
|
|
2262
|
-
statusCode
|
|
2263
|
-
body
|
|
2311
|
+
statusCode?: number;
|
|
2312
|
+
body?: ListInstancePatchStatesResponseBody;
|
|
2264
2313
|
static names(): {
|
|
2265
2314
|
[key: string]: string;
|
|
2266
2315
|
};
|
|
@@ -2303,11 +2352,11 @@ export declare class ListInstancePatchesResponseBody extends $tea.Model {
|
|
|
2303
2352
|
});
|
|
2304
2353
|
}
|
|
2305
2354
|
export declare class ListInstancePatchesResponse extends $tea.Model {
|
|
2306
|
-
headers
|
|
2355
|
+
headers?: {
|
|
2307
2356
|
[key: string]: string;
|
|
2308
2357
|
};
|
|
2309
|
-
statusCode
|
|
2310
|
-
body
|
|
2358
|
+
statusCode?: number;
|
|
2359
|
+
body?: ListInstancePatchesResponseBody;
|
|
2311
2360
|
static names(): {
|
|
2312
2361
|
[key: string]: string;
|
|
2313
2362
|
};
|
|
@@ -2357,11 +2406,11 @@ export declare class ListInventoryEntriesResponseBody extends $tea.Model {
|
|
|
2357
2406
|
});
|
|
2358
2407
|
}
|
|
2359
2408
|
export declare class ListInventoryEntriesResponse extends $tea.Model {
|
|
2360
|
-
headers
|
|
2409
|
+
headers?: {
|
|
2361
2410
|
[key: string]: string;
|
|
2362
2411
|
};
|
|
2363
|
-
statusCode
|
|
2364
|
-
body
|
|
2412
|
+
statusCode?: number;
|
|
2413
|
+
body?: ListInventoryEntriesResponseBody;
|
|
2365
2414
|
static names(): {
|
|
2366
2415
|
[key: string]: string;
|
|
2367
2416
|
};
|
|
@@ -2427,11 +2476,11 @@ export declare class ListOpsItemsResponseBody extends $tea.Model {
|
|
|
2427
2476
|
});
|
|
2428
2477
|
}
|
|
2429
2478
|
export declare class ListOpsItemsResponse extends $tea.Model {
|
|
2430
|
-
headers
|
|
2479
|
+
headers?: {
|
|
2431
2480
|
[key: string]: string;
|
|
2432
2481
|
};
|
|
2433
|
-
statusCode
|
|
2434
|
-
body
|
|
2482
|
+
statusCode?: number;
|
|
2483
|
+
body?: ListOpsItemsResponseBody;
|
|
2435
2484
|
static names(): {
|
|
2436
2485
|
[key: string]: string;
|
|
2437
2486
|
};
|
|
@@ -2481,11 +2530,11 @@ export declare class ListParameterVersionsResponseBody extends $tea.Model {
|
|
|
2481
2530
|
});
|
|
2482
2531
|
}
|
|
2483
2532
|
export declare class ListParameterVersionsResponse extends $tea.Model {
|
|
2484
|
-
headers
|
|
2533
|
+
headers?: {
|
|
2485
2534
|
[key: string]: string;
|
|
2486
2535
|
};
|
|
2487
|
-
statusCode
|
|
2488
|
-
body
|
|
2536
|
+
statusCode?: number;
|
|
2537
|
+
body?: ListParameterVersionsResponseBody;
|
|
2489
2538
|
static names(): {
|
|
2490
2539
|
[key: string]: string;
|
|
2491
2540
|
};
|
|
@@ -2561,11 +2610,11 @@ export declare class ListParametersResponseBody extends $tea.Model {
|
|
|
2561
2610
|
});
|
|
2562
2611
|
}
|
|
2563
2612
|
export declare class ListParametersResponse extends $tea.Model {
|
|
2564
|
-
headers
|
|
2613
|
+
headers?: {
|
|
2565
2614
|
[key: string]: string;
|
|
2566
2615
|
};
|
|
2567
|
-
statusCode
|
|
2568
|
-
body
|
|
2616
|
+
statusCode?: number;
|
|
2617
|
+
body?: ListParametersResponseBody;
|
|
2569
2618
|
static names(): {
|
|
2570
2619
|
[key: string]: string;
|
|
2571
2620
|
};
|
|
@@ -2636,11 +2685,11 @@ export declare class ListPatchBaselinesResponseBody extends $tea.Model {
|
|
|
2636
2685
|
});
|
|
2637
2686
|
}
|
|
2638
2687
|
export declare class ListPatchBaselinesResponse extends $tea.Model {
|
|
2639
|
-
headers
|
|
2688
|
+
headers?: {
|
|
2640
2689
|
[key: string]: string;
|
|
2641
2690
|
};
|
|
2642
|
-
statusCode
|
|
2643
|
-
body
|
|
2691
|
+
statusCode?: number;
|
|
2692
|
+
body?: ListPatchBaselinesResponseBody;
|
|
2644
2693
|
static names(): {
|
|
2645
2694
|
[key: string]: string;
|
|
2646
2695
|
};
|
|
@@ -2682,11 +2731,11 @@ export declare class ListResourceExecutionStatusResponseBody extends $tea.Model
|
|
|
2682
2731
|
});
|
|
2683
2732
|
}
|
|
2684
2733
|
export declare class ListResourceExecutionStatusResponse extends $tea.Model {
|
|
2685
|
-
headers
|
|
2734
|
+
headers?: {
|
|
2686
2735
|
[key: string]: string;
|
|
2687
2736
|
};
|
|
2688
|
-
statusCode
|
|
2689
|
-
body
|
|
2737
|
+
statusCode?: number;
|
|
2738
|
+
body?: ListResourceExecutionStatusResponseBody;
|
|
2690
2739
|
static names(): {
|
|
2691
2740
|
[key: string]: string;
|
|
2692
2741
|
};
|
|
@@ -2737,11 +2786,11 @@ export declare class ListSecretParameterVersionsResponseBody extends $tea.Model
|
|
|
2737
2786
|
});
|
|
2738
2787
|
}
|
|
2739
2788
|
export declare class ListSecretParameterVersionsResponse extends $tea.Model {
|
|
2740
|
-
headers
|
|
2789
|
+
headers?: {
|
|
2741
2790
|
[key: string]: string;
|
|
2742
2791
|
};
|
|
2743
|
-
statusCode
|
|
2744
|
-
body
|
|
2792
|
+
statusCode?: number;
|
|
2793
|
+
body?: ListSecretParameterVersionsResponseBody;
|
|
2745
2794
|
static names(): {
|
|
2746
2795
|
[key: string]: string;
|
|
2747
2796
|
};
|
|
@@ -2812,11 +2861,11 @@ export declare class ListSecretParametersResponseBody extends $tea.Model {
|
|
|
2812
2861
|
});
|
|
2813
2862
|
}
|
|
2814
2863
|
export declare class ListSecretParametersResponse extends $tea.Model {
|
|
2815
|
-
headers
|
|
2864
|
+
headers?: {
|
|
2816
2865
|
[key: string]: string;
|
|
2817
2866
|
};
|
|
2818
|
-
statusCode
|
|
2819
|
-
body
|
|
2867
|
+
statusCode?: number;
|
|
2868
|
+
body?: ListSecretParametersResponseBody;
|
|
2820
2869
|
static names(): {
|
|
2821
2870
|
[key: string]: string;
|
|
2822
2871
|
};
|
|
@@ -2882,11 +2931,11 @@ export declare class ListStateConfigurationsResponseBody extends $tea.Model {
|
|
|
2882
2931
|
});
|
|
2883
2932
|
}
|
|
2884
2933
|
export declare class ListStateConfigurationsResponse extends $tea.Model {
|
|
2885
|
-
headers
|
|
2934
|
+
headers?: {
|
|
2886
2935
|
[key: string]: string;
|
|
2887
2936
|
};
|
|
2888
|
-
statusCode
|
|
2889
|
-
body
|
|
2937
|
+
statusCode?: number;
|
|
2938
|
+
body?: ListStateConfigurationsResponseBody;
|
|
2890
2939
|
static names(): {
|
|
2891
2940
|
[key: string]: string;
|
|
2892
2941
|
};
|
|
@@ -2928,11 +2977,11 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
|
|
|
2928
2977
|
});
|
|
2929
2978
|
}
|
|
2930
2979
|
export declare class ListTagKeysResponse extends $tea.Model {
|
|
2931
|
-
headers
|
|
2980
|
+
headers?: {
|
|
2932
2981
|
[key: string]: string;
|
|
2933
2982
|
};
|
|
2934
|
-
statusCode
|
|
2935
|
-
body
|
|
2983
|
+
statusCode?: number;
|
|
2984
|
+
body?: ListTagKeysResponseBody;
|
|
2936
2985
|
static names(): {
|
|
2937
2986
|
[key: string]: string;
|
|
2938
2987
|
};
|
|
@@ -2994,11 +3043,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
2994
3043
|
});
|
|
2995
3044
|
}
|
|
2996
3045
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
2997
|
-
headers
|
|
3046
|
+
headers?: {
|
|
2998
3047
|
[key: string]: string;
|
|
2999
3048
|
};
|
|
3000
|
-
statusCode
|
|
3001
|
-
body
|
|
3049
|
+
statusCode?: number;
|
|
3050
|
+
body?: ListTagResourcesResponseBody;
|
|
3002
3051
|
static names(): {
|
|
3003
3052
|
[key: string]: string;
|
|
3004
3053
|
};
|
|
@@ -3041,11 +3090,11 @@ export declare class ListTagValuesResponseBody extends $tea.Model {
|
|
|
3041
3090
|
});
|
|
3042
3091
|
}
|
|
3043
3092
|
export declare class ListTagValuesResponse extends $tea.Model {
|
|
3044
|
-
headers
|
|
3093
|
+
headers?: {
|
|
3045
3094
|
[key: string]: string;
|
|
3046
3095
|
};
|
|
3047
|
-
statusCode
|
|
3048
|
-
body
|
|
3096
|
+
statusCode?: number;
|
|
3097
|
+
body?: ListTagValuesResponseBody;
|
|
3049
3098
|
static names(): {
|
|
3050
3099
|
[key: string]: string;
|
|
3051
3100
|
};
|
|
@@ -3099,11 +3148,11 @@ export declare class ListTaskExecutionsResponseBody extends $tea.Model {
|
|
|
3099
3148
|
});
|
|
3100
3149
|
}
|
|
3101
3150
|
export declare class ListTaskExecutionsResponse extends $tea.Model {
|
|
3102
|
-
headers
|
|
3151
|
+
headers?: {
|
|
3103
3152
|
[key: string]: string;
|
|
3104
3153
|
};
|
|
3105
|
-
statusCode
|
|
3106
|
-
body
|
|
3154
|
+
statusCode?: number;
|
|
3155
|
+
body?: ListTaskExecutionsResponseBody;
|
|
3107
3156
|
static names(): {
|
|
3108
3157
|
[key: string]: string;
|
|
3109
3158
|
};
|
|
@@ -3146,11 +3195,11 @@ export declare class ListTemplateVersionsResponseBody extends $tea.Model {
|
|
|
3146
3195
|
});
|
|
3147
3196
|
}
|
|
3148
3197
|
export declare class ListTemplateVersionsResponse extends $tea.Model {
|
|
3149
|
-
headers
|
|
3198
|
+
headers?: {
|
|
3150
3199
|
[key: string]: string;
|
|
3151
3200
|
};
|
|
3152
|
-
statusCode
|
|
3153
|
-
body
|
|
3201
|
+
statusCode?: number;
|
|
3202
|
+
body?: ListTemplateVersionsResponseBody;
|
|
3154
3203
|
static names(): {
|
|
3155
3204
|
[key: string]: string;
|
|
3156
3205
|
};
|
|
@@ -3235,11 +3284,11 @@ export declare class ListTemplatesResponseBody extends $tea.Model {
|
|
|
3235
3284
|
});
|
|
3236
3285
|
}
|
|
3237
3286
|
export declare class ListTemplatesResponse extends $tea.Model {
|
|
3238
|
-
headers
|
|
3287
|
+
headers?: {
|
|
3239
3288
|
[key: string]: string;
|
|
3240
3289
|
};
|
|
3241
|
-
statusCode
|
|
3242
|
-
body
|
|
3290
|
+
statusCode?: number;
|
|
3291
|
+
body?: ListTemplatesResponseBody;
|
|
3243
3292
|
static names(): {
|
|
3244
3293
|
[key: string]: string;
|
|
3245
3294
|
};
|
|
@@ -3284,11 +3333,11 @@ export declare class NotifyExecutionResponseBody extends $tea.Model {
|
|
|
3284
3333
|
});
|
|
3285
3334
|
}
|
|
3286
3335
|
export declare class NotifyExecutionResponse extends $tea.Model {
|
|
3287
|
-
headers
|
|
3336
|
+
headers?: {
|
|
3288
3337
|
[key: string]: string;
|
|
3289
3338
|
};
|
|
3290
|
-
statusCode
|
|
3291
|
-
body
|
|
3339
|
+
statusCode?: number;
|
|
3340
|
+
body?: NotifyExecutionResponseBody;
|
|
3292
3341
|
static names(): {
|
|
3293
3342
|
[key: string]: string;
|
|
3294
3343
|
};
|
|
@@ -3326,11 +3375,11 @@ export declare class RegisterDefaultPatchBaselineResponseBody extends $tea.Model
|
|
|
3326
3375
|
});
|
|
3327
3376
|
}
|
|
3328
3377
|
export declare class RegisterDefaultPatchBaselineResponse extends $tea.Model {
|
|
3329
|
-
headers
|
|
3378
|
+
headers?: {
|
|
3330
3379
|
[key: string]: string;
|
|
3331
3380
|
};
|
|
3332
|
-
statusCode
|
|
3333
|
-
body
|
|
3381
|
+
statusCode?: number;
|
|
3382
|
+
body?: RegisterDefaultPatchBaselineResponseBody;
|
|
3334
3383
|
static names(): {
|
|
3335
3384
|
[key: string]: string;
|
|
3336
3385
|
};
|
|
@@ -3375,11 +3424,11 @@ export declare class SearchInventoryResponseBody extends $tea.Model {
|
|
|
3375
3424
|
});
|
|
3376
3425
|
}
|
|
3377
3426
|
export declare class SearchInventoryResponse extends $tea.Model {
|
|
3378
|
-
headers
|
|
3427
|
+
headers?: {
|
|
3379
3428
|
[key: string]: string;
|
|
3380
3429
|
};
|
|
3381
|
-
statusCode
|
|
3382
|
-
body
|
|
3430
|
+
statusCode?: number;
|
|
3431
|
+
body?: SearchInventoryResponseBody;
|
|
3383
3432
|
static names(): {
|
|
3384
3433
|
[key: string]: string;
|
|
3385
3434
|
};
|
|
@@ -3422,11 +3471,11 @@ export declare class SetServiceSettingsResponseBody extends $tea.Model {
|
|
|
3422
3471
|
});
|
|
3423
3472
|
}
|
|
3424
3473
|
export declare class SetServiceSettingsResponse extends $tea.Model {
|
|
3425
|
-
headers
|
|
3474
|
+
headers?: {
|
|
3426
3475
|
[key: string]: string;
|
|
3427
3476
|
};
|
|
3428
|
-
statusCode
|
|
3429
|
-
body
|
|
3477
|
+
statusCode?: number;
|
|
3478
|
+
body?: SetServiceSettingsResponseBody;
|
|
3430
3479
|
static names(): {
|
|
3431
3480
|
[key: string]: string;
|
|
3432
3481
|
};
|
|
@@ -3503,11 +3552,11 @@ export declare class StartExecutionResponseBody extends $tea.Model {
|
|
|
3503
3552
|
});
|
|
3504
3553
|
}
|
|
3505
3554
|
export declare class StartExecutionResponse extends $tea.Model {
|
|
3506
|
-
headers
|
|
3555
|
+
headers?: {
|
|
3507
3556
|
[key: string]: string;
|
|
3508
3557
|
};
|
|
3509
|
-
statusCode
|
|
3510
|
-
body
|
|
3558
|
+
statusCode?: number;
|
|
3559
|
+
body?: StartExecutionResponseBody;
|
|
3511
3560
|
static names(): {
|
|
3512
3561
|
[key: string]: string;
|
|
3513
3562
|
};
|
|
@@ -3565,11 +3614,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
3565
3614
|
});
|
|
3566
3615
|
}
|
|
3567
3616
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
3568
|
-
headers
|
|
3617
|
+
headers?: {
|
|
3569
3618
|
[key: string]: string;
|
|
3570
3619
|
};
|
|
3571
|
-
statusCode
|
|
3572
|
-
body
|
|
3620
|
+
statusCode?: number;
|
|
3621
|
+
body?: TagResourcesResponseBody;
|
|
3573
3622
|
static names(): {
|
|
3574
3623
|
[key: string]: string;
|
|
3575
3624
|
};
|
|
@@ -3609,11 +3658,11 @@ export declare class TriggerExecutionResponseBody extends $tea.Model {
|
|
|
3609
3658
|
});
|
|
3610
3659
|
}
|
|
3611
3660
|
export declare class TriggerExecutionResponse extends $tea.Model {
|
|
3612
|
-
headers
|
|
3661
|
+
headers?: {
|
|
3613
3662
|
[key: string]: string;
|
|
3614
3663
|
};
|
|
3615
|
-
statusCode
|
|
3616
|
-
body
|
|
3664
|
+
statusCode?: number;
|
|
3665
|
+
body?: TriggerExecutionResponseBody;
|
|
3617
3666
|
static names(): {
|
|
3618
3667
|
[key: string]: string;
|
|
3619
3668
|
};
|
|
@@ -3673,11 +3722,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
3673
3722
|
});
|
|
3674
3723
|
}
|
|
3675
3724
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
3676
|
-
headers
|
|
3725
|
+
headers?: {
|
|
3677
3726
|
[key: string]: string;
|
|
3678
3727
|
};
|
|
3679
|
-
statusCode
|
|
3680
|
-
body
|
|
3728
|
+
statusCode?: number;
|
|
3729
|
+
body?: UntagResourcesResponseBody;
|
|
3681
3730
|
static names(): {
|
|
3682
3731
|
[key: string]: string;
|
|
3683
3732
|
};
|
|
@@ -3738,11 +3787,11 @@ export declare class UpdateApplicationResponseBody extends $tea.Model {
|
|
|
3738
3787
|
});
|
|
3739
3788
|
}
|
|
3740
3789
|
export declare class UpdateApplicationResponse extends $tea.Model {
|
|
3741
|
-
headers
|
|
3790
|
+
headers?: {
|
|
3742
3791
|
[key: string]: string;
|
|
3743
3792
|
};
|
|
3744
|
-
statusCode
|
|
3745
|
-
body
|
|
3793
|
+
statusCode?: number;
|
|
3794
|
+
body?: UpdateApplicationResponseBody;
|
|
3746
3795
|
static names(): {
|
|
3747
3796
|
[key: string]: string;
|
|
3748
3797
|
};
|
|
@@ -3782,11 +3831,11 @@ export declare class UpdateApplicationGroupResponseBody extends $tea.Model {
|
|
|
3782
3831
|
});
|
|
3783
3832
|
}
|
|
3784
3833
|
export declare class UpdateApplicationGroupResponse extends $tea.Model {
|
|
3785
|
-
headers
|
|
3834
|
+
headers?: {
|
|
3786
3835
|
[key: string]: string;
|
|
3787
3836
|
};
|
|
3788
|
-
statusCode
|
|
3789
|
-
body
|
|
3837
|
+
statusCode?: number;
|
|
3838
|
+
body?: UpdateApplicationGroupResponseBody;
|
|
3790
3839
|
static names(): {
|
|
3791
3840
|
[key: string]: string;
|
|
3792
3841
|
};
|
|
@@ -3828,11 +3877,11 @@ export declare class UpdateExecutionResponseBody extends $tea.Model {
|
|
|
3828
3877
|
});
|
|
3829
3878
|
}
|
|
3830
3879
|
export declare class UpdateExecutionResponse extends $tea.Model {
|
|
3831
|
-
headers
|
|
3880
|
+
headers?: {
|
|
3832
3881
|
[key: string]: string;
|
|
3833
3882
|
};
|
|
3834
|
-
statusCode
|
|
3835
|
-
body
|
|
3883
|
+
statusCode?: number;
|
|
3884
|
+
body?: UpdateExecutionResponseBody;
|
|
3836
3885
|
static names(): {
|
|
3837
3886
|
[key: string]: string;
|
|
3838
3887
|
};
|
|
@@ -3911,11 +3960,11 @@ export declare class UpdateOpsItemResponseBody extends $tea.Model {
|
|
|
3911
3960
|
});
|
|
3912
3961
|
}
|
|
3913
3962
|
export declare class UpdateOpsItemResponse extends $tea.Model {
|
|
3914
|
-
headers
|
|
3963
|
+
headers?: {
|
|
3915
3964
|
[key: string]: string;
|
|
3916
3965
|
};
|
|
3917
|
-
statusCode
|
|
3918
|
-
body
|
|
3966
|
+
statusCode?: number;
|
|
3967
|
+
body?: UpdateOpsItemResponseBody;
|
|
3919
3968
|
static names(): {
|
|
3920
3969
|
[key: string]: string;
|
|
3921
3970
|
};
|
|
@@ -3957,11 +4006,11 @@ export declare class UpdateParameterResponseBody extends $tea.Model {
|
|
|
3957
4006
|
});
|
|
3958
4007
|
}
|
|
3959
4008
|
export declare class UpdateParameterResponse extends $tea.Model {
|
|
3960
|
-
headers
|
|
4009
|
+
headers?: {
|
|
3961
4010
|
[key: string]: string;
|
|
3962
4011
|
};
|
|
3963
|
-
statusCode
|
|
3964
|
-
body
|
|
4012
|
+
statusCode?: number;
|
|
4013
|
+
body?: UpdateParameterResponseBody;
|
|
3965
4014
|
static names(): {
|
|
3966
4015
|
[key: string]: string;
|
|
3967
4016
|
};
|
|
@@ -4032,11 +4081,11 @@ export declare class UpdatePatchBaselineResponseBody extends $tea.Model {
|
|
|
4032
4081
|
});
|
|
4033
4082
|
}
|
|
4034
4083
|
export declare class UpdatePatchBaselineResponse extends $tea.Model {
|
|
4035
|
-
headers
|
|
4084
|
+
headers?: {
|
|
4036
4085
|
[key: string]: string;
|
|
4037
4086
|
};
|
|
4038
|
-
statusCode
|
|
4039
|
-
body
|
|
4087
|
+
statusCode?: number;
|
|
4088
|
+
body?: UpdatePatchBaselineResponseBody;
|
|
4040
4089
|
static names(): {
|
|
4041
4090
|
[key: string]: string;
|
|
4042
4091
|
};
|
|
@@ -4097,11 +4146,11 @@ export declare class UpdateSecretParameterResponseBody extends $tea.Model {
|
|
|
4097
4146
|
});
|
|
4098
4147
|
}
|
|
4099
4148
|
export declare class UpdateSecretParameterResponse extends $tea.Model {
|
|
4100
|
-
headers
|
|
4149
|
+
headers?: {
|
|
4101
4150
|
[key: string]: string;
|
|
4102
4151
|
};
|
|
4103
|
-
statusCode
|
|
4104
|
-
body
|
|
4152
|
+
statusCode?: number;
|
|
4153
|
+
body?: UpdateSecretParameterResponseBody;
|
|
4105
4154
|
static names(): {
|
|
4106
4155
|
[key: string]: string;
|
|
4107
4156
|
};
|
|
@@ -4174,11 +4223,11 @@ export declare class UpdateStateConfigurationResponseBody extends $tea.Model {
|
|
|
4174
4223
|
});
|
|
4175
4224
|
}
|
|
4176
4225
|
export declare class UpdateStateConfigurationResponse extends $tea.Model {
|
|
4177
|
-
headers
|
|
4226
|
+
headers?: {
|
|
4178
4227
|
[key: string]: string;
|
|
4179
4228
|
};
|
|
4180
|
-
statusCode
|
|
4181
|
-
body
|
|
4229
|
+
statusCode?: number;
|
|
4230
|
+
body?: UpdateStateConfigurationResponseBody;
|
|
4182
4231
|
static names(): {
|
|
4183
4232
|
[key: string]: string;
|
|
4184
4233
|
};
|
|
@@ -4239,11 +4288,11 @@ export declare class UpdateTemplateResponseBody extends $tea.Model {
|
|
|
4239
4288
|
});
|
|
4240
4289
|
}
|
|
4241
4290
|
export declare class UpdateTemplateResponse extends $tea.Model {
|
|
4242
|
-
headers
|
|
4291
|
+
headers?: {
|
|
4243
4292
|
[key: string]: string;
|
|
4244
4293
|
};
|
|
4245
|
-
statusCode
|
|
4246
|
-
body
|
|
4294
|
+
statusCode?: number;
|
|
4295
|
+
body?: UpdateTemplateResponseBody;
|
|
4247
4296
|
static names(): {
|
|
4248
4297
|
[key: string]: string;
|
|
4249
4298
|
};
|
|
@@ -4285,11 +4334,11 @@ export declare class ValidateTemplateContentResponseBody extends $tea.Model {
|
|
|
4285
4334
|
});
|
|
4286
4335
|
}
|
|
4287
4336
|
export declare class ValidateTemplateContentResponse extends $tea.Model {
|
|
4288
|
-
headers
|
|
4337
|
+
headers?: {
|
|
4289
4338
|
[key: string]: string;
|
|
4290
4339
|
};
|
|
4291
|
-
statusCode
|
|
4292
|
-
body
|
|
4340
|
+
statusCode?: number;
|
|
4341
|
+
body?: ValidateTemplateContentResponseBody;
|
|
4293
4342
|
static names(): {
|
|
4294
4343
|
[key: string]: string;
|
|
4295
4344
|
};
|
|
@@ -4466,6 +4515,7 @@ export declare class CreateSecretParameterResponseBodyParameter extends $tea.Mod
|
|
|
4466
4515
|
constraints?: string;
|
|
4467
4516
|
createdBy?: string;
|
|
4468
4517
|
createdDate?: string;
|
|
4518
|
+
DKMSInstanceId?: string;
|
|
4469
4519
|
description?: string;
|
|
4470
4520
|
id?: string;
|
|
4471
4521
|
keyId?: string;
|
|
@@ -4852,6 +4902,7 @@ export declare class GetSecretParameterResponseBodyParameter extends $tea.Model
|
|
|
4852
4902
|
constraints?: string;
|
|
4853
4903
|
createdBy?: string;
|
|
4854
4904
|
createdDate?: string;
|
|
4905
|
+
DKMSInstanceId?: string;
|
|
4855
4906
|
description?: string;
|
|
4856
4907
|
id?: string;
|
|
4857
4908
|
keyId?: string;
|
|
@@ -5129,6 +5180,21 @@ export declare class ListExecutionsResponseBodyExecutions extends $tea.Model {
|
|
|
5129
5180
|
[key: string]: any;
|
|
5130
5181
|
});
|
|
5131
5182
|
}
|
|
5183
|
+
export declare class ListGitRepositoriesResponseBodyGitRepos extends $tea.Model {
|
|
5184
|
+
description?: string;
|
|
5185
|
+
fullName?: string;
|
|
5186
|
+
htmlUrl?: string;
|
|
5187
|
+
isPrivate?: boolean;
|
|
5188
|
+
static names(): {
|
|
5189
|
+
[key: string]: string;
|
|
5190
|
+
};
|
|
5191
|
+
static types(): {
|
|
5192
|
+
[key: string]: any;
|
|
5193
|
+
};
|
|
5194
|
+
constructor(map?: {
|
|
5195
|
+
[key: string]: any;
|
|
5196
|
+
});
|
|
5197
|
+
}
|
|
5132
5198
|
export declare class ListInstancePatchStatesResponseBodyInstancePatchStates extends $tea.Model {
|
|
5133
5199
|
baselineId?: string;
|
|
5134
5200
|
failedCount?: string;
|
|
@@ -5991,6 +6057,8 @@ export default class Client extends OpenApi {
|
|
|
5991
6057
|
listExecutionRiskyTasks(request: ListExecutionRiskyTasksRequest): Promise<ListExecutionRiskyTasksResponse>;
|
|
5992
6058
|
listExecutionsWithOptions(tmpReq: ListExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionsResponse>;
|
|
5993
6059
|
listExecutions(request: ListExecutionsRequest): Promise<ListExecutionsResponse>;
|
|
6060
|
+
listGitRepositoriesWithOptions(request: ListGitRepositoriesRequest, runtime: $Util.RuntimeOptions): Promise<ListGitRepositoriesResponse>;
|
|
6061
|
+
listGitRepositories(request: ListGitRepositoriesRequest): Promise<ListGitRepositoriesResponse>;
|
|
5994
6062
|
listInstancePatchStatesWithOptions(request: ListInstancePatchStatesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchStatesResponse>;
|
|
5995
6063
|
listInstancePatchStates(request: ListInstancePatchStatesRequest): Promise<ListInstancePatchStatesResponse>;
|
|
5996
6064
|
listInstancePatchesWithOptions(request: ListInstancePatchesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchesResponse>;
|