@alicloud/oos20190601 2.0.1 → 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 +382 -235
- package/dist/client.js +1338 -1001
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +640 -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
|
};
|
|
@@ -696,6 +698,7 @@ export declare class DeleteApplicationRequest extends $tea.Model {
|
|
|
696
698
|
force?: boolean;
|
|
697
699
|
name?: string;
|
|
698
700
|
regionId?: string;
|
|
701
|
+
retainResource?: boolean;
|
|
699
702
|
static names(): {
|
|
700
703
|
[key: string]: string;
|
|
701
704
|
};
|
|
@@ -719,11 +722,11 @@ export declare class DeleteApplicationResponseBody extends $tea.Model {
|
|
|
719
722
|
});
|
|
720
723
|
}
|
|
721
724
|
export declare class DeleteApplicationResponse extends $tea.Model {
|
|
722
|
-
headers
|
|
725
|
+
headers?: {
|
|
723
726
|
[key: string]: string;
|
|
724
727
|
};
|
|
725
|
-
statusCode
|
|
726
|
-
body
|
|
728
|
+
statusCode?: number;
|
|
729
|
+
body?: DeleteApplicationResponseBody;
|
|
727
730
|
static names(): {
|
|
728
731
|
[key: string]: string;
|
|
729
732
|
};
|
|
@@ -738,6 +741,7 @@ export declare class DeleteApplicationGroupRequest extends $tea.Model {
|
|
|
738
741
|
applicationName?: string;
|
|
739
742
|
name?: string;
|
|
740
743
|
regionId?: string;
|
|
744
|
+
retainResource?: boolean;
|
|
741
745
|
static names(): {
|
|
742
746
|
[key: string]: string;
|
|
743
747
|
};
|
|
@@ -761,11 +765,11 @@ export declare class DeleteApplicationGroupResponseBody extends $tea.Model {
|
|
|
761
765
|
});
|
|
762
766
|
}
|
|
763
767
|
export declare class DeleteApplicationGroupResponse extends $tea.Model {
|
|
764
|
-
headers
|
|
768
|
+
headers?: {
|
|
765
769
|
[key: string]: string;
|
|
766
770
|
};
|
|
767
|
-
statusCode
|
|
768
|
-
body
|
|
771
|
+
statusCode?: number;
|
|
772
|
+
body?: DeleteApplicationGroupResponseBody;
|
|
769
773
|
static names(): {
|
|
770
774
|
[key: string]: string;
|
|
771
775
|
};
|
|
@@ -802,11 +806,11 @@ export declare class DeleteExecutionsResponseBody extends $tea.Model {
|
|
|
802
806
|
});
|
|
803
807
|
}
|
|
804
808
|
export declare class DeleteExecutionsResponse extends $tea.Model {
|
|
805
|
-
headers
|
|
809
|
+
headers?: {
|
|
806
810
|
[key: string]: string;
|
|
807
811
|
};
|
|
808
|
-
statusCode
|
|
809
|
-
body
|
|
812
|
+
statusCode?: number;
|
|
813
|
+
body?: DeleteExecutionsResponseBody;
|
|
810
814
|
static names(): {
|
|
811
815
|
[key: string]: string;
|
|
812
816
|
};
|
|
@@ -843,11 +847,11 @@ export declare class DeleteParameterResponseBody extends $tea.Model {
|
|
|
843
847
|
});
|
|
844
848
|
}
|
|
845
849
|
export declare class DeleteParameterResponse extends $tea.Model {
|
|
846
|
-
headers
|
|
850
|
+
headers?: {
|
|
847
851
|
[key: string]: string;
|
|
848
852
|
};
|
|
849
|
-
statusCode
|
|
850
|
-
body
|
|
853
|
+
statusCode?: number;
|
|
854
|
+
body?: DeleteParameterResponseBody;
|
|
851
855
|
static names(): {
|
|
852
856
|
[key: string]: string;
|
|
853
857
|
};
|
|
@@ -884,11 +888,11 @@ export declare class DeletePatchBaselineResponseBody extends $tea.Model {
|
|
|
884
888
|
});
|
|
885
889
|
}
|
|
886
890
|
export declare class DeletePatchBaselineResponse extends $tea.Model {
|
|
887
|
-
headers
|
|
891
|
+
headers?: {
|
|
888
892
|
[key: string]: string;
|
|
889
893
|
};
|
|
890
|
-
statusCode
|
|
891
|
-
body
|
|
894
|
+
statusCode?: number;
|
|
895
|
+
body?: DeletePatchBaselineResponseBody;
|
|
892
896
|
static names(): {
|
|
893
897
|
[key: string]: string;
|
|
894
898
|
};
|
|
@@ -925,11 +929,11 @@ export declare class DeleteSecretParameterResponseBody extends $tea.Model {
|
|
|
925
929
|
});
|
|
926
930
|
}
|
|
927
931
|
export declare class DeleteSecretParameterResponse extends $tea.Model {
|
|
928
|
-
headers
|
|
932
|
+
headers?: {
|
|
929
933
|
[key: string]: string;
|
|
930
934
|
};
|
|
931
|
-
statusCode
|
|
932
|
-
body
|
|
935
|
+
statusCode?: number;
|
|
936
|
+
body?: DeleteSecretParameterResponseBody;
|
|
933
937
|
static names(): {
|
|
934
938
|
[key: string]: string;
|
|
935
939
|
};
|
|
@@ -967,11 +971,11 @@ export declare class DeleteStateConfigurationsResponseBody extends $tea.Model {
|
|
|
967
971
|
});
|
|
968
972
|
}
|
|
969
973
|
export declare class DeleteStateConfigurationsResponse extends $tea.Model {
|
|
970
|
-
headers
|
|
974
|
+
headers?: {
|
|
971
975
|
[key: string]: string;
|
|
972
976
|
};
|
|
973
|
-
statusCode
|
|
974
|
-
body
|
|
977
|
+
statusCode?: number;
|
|
978
|
+
body?: DeleteStateConfigurationsResponseBody;
|
|
975
979
|
static names(): {
|
|
976
980
|
[key: string]: string;
|
|
977
981
|
};
|
|
@@ -1009,11 +1013,11 @@ export declare class DeleteTemplateResponseBody extends $tea.Model {
|
|
|
1009
1013
|
});
|
|
1010
1014
|
}
|
|
1011
1015
|
export declare class DeleteTemplateResponse extends $tea.Model {
|
|
1012
|
-
headers
|
|
1016
|
+
headers?: {
|
|
1013
1017
|
[key: string]: string;
|
|
1014
1018
|
};
|
|
1015
|
-
statusCode
|
|
1016
|
-
body
|
|
1019
|
+
statusCode?: number;
|
|
1020
|
+
body?: DeleteTemplateResponseBody;
|
|
1017
1021
|
static names(): {
|
|
1018
1022
|
[key: string]: string;
|
|
1019
1023
|
};
|
|
@@ -1051,11 +1055,11 @@ export declare class DeleteTemplatesResponseBody extends $tea.Model {
|
|
|
1051
1055
|
});
|
|
1052
1056
|
}
|
|
1053
1057
|
export declare class DeleteTemplatesResponse extends $tea.Model {
|
|
1054
|
-
headers
|
|
1058
|
+
headers?: {
|
|
1055
1059
|
[key: string]: string;
|
|
1056
1060
|
};
|
|
1057
|
-
statusCode
|
|
1058
|
-
body
|
|
1061
|
+
statusCode?: number;
|
|
1062
|
+
body?: DeleteTemplatesResponseBody;
|
|
1059
1063
|
static names(): {
|
|
1060
1064
|
[key: string]: string;
|
|
1061
1065
|
};
|
|
@@ -1094,11 +1098,60 @@ export declare class DeployApplicationGroupResponseBody extends $tea.Model {
|
|
|
1094
1098
|
});
|
|
1095
1099
|
}
|
|
1096
1100
|
export declare class DeployApplicationGroupResponse extends $tea.Model {
|
|
1097
|
-
headers
|
|
1101
|
+
headers?: {
|
|
1098
1102
|
[key: string]: string;
|
|
1099
1103
|
};
|
|
1100
|
-
statusCode
|
|
1101
|
-
body
|
|
1104
|
+
statusCode?: number;
|
|
1105
|
+
body?: DeployApplicationGroupResponseBody;
|
|
1106
|
+
static names(): {
|
|
1107
|
+
[key: string]: string;
|
|
1108
|
+
};
|
|
1109
|
+
static types(): {
|
|
1110
|
+
[key: string]: any;
|
|
1111
|
+
};
|
|
1112
|
+
constructor(map?: {
|
|
1113
|
+
[key: string]: any;
|
|
1114
|
+
});
|
|
1115
|
+
}
|
|
1116
|
+
export declare class DescribeApplicationGroupBillRequest extends $tea.Model {
|
|
1117
|
+
applicationName?: string;
|
|
1118
|
+
billingCycle?: string;
|
|
1119
|
+
maxResults?: number;
|
|
1120
|
+
name?: string;
|
|
1121
|
+
nextToken?: string;
|
|
1122
|
+
regionId?: string;
|
|
1123
|
+
resourceType?: string;
|
|
1124
|
+
static names(): {
|
|
1125
|
+
[key: string]: string;
|
|
1126
|
+
};
|
|
1127
|
+
static types(): {
|
|
1128
|
+
[key: string]: any;
|
|
1129
|
+
};
|
|
1130
|
+
constructor(map?: {
|
|
1131
|
+
[key: string]: any;
|
|
1132
|
+
});
|
|
1133
|
+
}
|
|
1134
|
+
export declare class DescribeApplicationGroupBillResponseBody extends $tea.Model {
|
|
1135
|
+
applicationGroupConsume?: DescribeApplicationGroupBillResponseBodyApplicationGroupConsume[];
|
|
1136
|
+
maxResults?: number;
|
|
1137
|
+
nextToken?: string;
|
|
1138
|
+
requestId?: string;
|
|
1139
|
+
static names(): {
|
|
1140
|
+
[key: string]: string;
|
|
1141
|
+
};
|
|
1142
|
+
static types(): {
|
|
1143
|
+
[key: string]: any;
|
|
1144
|
+
};
|
|
1145
|
+
constructor(map?: {
|
|
1146
|
+
[key: string]: any;
|
|
1147
|
+
});
|
|
1148
|
+
}
|
|
1149
|
+
export declare class DescribeApplicationGroupBillResponse extends $tea.Model {
|
|
1150
|
+
headers?: {
|
|
1151
|
+
[key: string]: string;
|
|
1152
|
+
};
|
|
1153
|
+
statusCode?: number;
|
|
1154
|
+
body?: DescribeApplicationGroupBillResponseBody;
|
|
1102
1155
|
static names(): {
|
|
1103
1156
|
[key: string]: string;
|
|
1104
1157
|
};
|
|
@@ -1136,11 +1189,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
1136
1189
|
});
|
|
1137
1190
|
}
|
|
1138
1191
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
1139
|
-
headers
|
|
1192
|
+
headers?: {
|
|
1140
1193
|
[key: string]: string;
|
|
1141
1194
|
};
|
|
1142
|
-
statusCode
|
|
1143
|
-
body
|
|
1195
|
+
statusCode?: number;
|
|
1196
|
+
body?: DescribeRegionsResponseBody;
|
|
1144
1197
|
static names(): {
|
|
1145
1198
|
[key: string]: string;
|
|
1146
1199
|
};
|
|
@@ -1154,6 +1207,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
1154
1207
|
export declare class GenerateExecutionPolicyRequest extends $tea.Model {
|
|
1155
1208
|
ramRole?: string;
|
|
1156
1209
|
regionId?: string;
|
|
1210
|
+
templateContent?: string;
|
|
1157
1211
|
templateName?: string;
|
|
1158
1212
|
templateVersion?: string;
|
|
1159
1213
|
static names(): {
|
|
@@ -1181,11 +1235,11 @@ export declare class GenerateExecutionPolicyResponseBody extends $tea.Model {
|
|
|
1181
1235
|
});
|
|
1182
1236
|
}
|
|
1183
1237
|
export declare class GenerateExecutionPolicyResponse extends $tea.Model {
|
|
1184
|
-
headers
|
|
1238
|
+
headers?: {
|
|
1185
1239
|
[key: string]: string;
|
|
1186
1240
|
};
|
|
1187
|
-
statusCode
|
|
1188
|
-
body
|
|
1241
|
+
statusCode?: number;
|
|
1242
|
+
body?: GenerateExecutionPolicyResponseBody;
|
|
1189
1243
|
static names(): {
|
|
1190
1244
|
[key: string]: string;
|
|
1191
1245
|
};
|
|
@@ -1223,11 +1277,11 @@ export declare class GetApplicationResponseBody extends $tea.Model {
|
|
|
1223
1277
|
});
|
|
1224
1278
|
}
|
|
1225
1279
|
export declare class GetApplicationResponse extends $tea.Model {
|
|
1226
|
-
headers
|
|
1280
|
+
headers?: {
|
|
1227
1281
|
[key: string]: string;
|
|
1228
1282
|
};
|
|
1229
|
-
statusCode
|
|
1230
|
-
body
|
|
1283
|
+
statusCode?: number;
|
|
1284
|
+
body?: GetApplicationResponseBody;
|
|
1231
1285
|
static names(): {
|
|
1232
1286
|
[key: string]: string;
|
|
1233
1287
|
};
|
|
@@ -1266,11 +1320,11 @@ export declare class GetApplicationGroupResponseBody extends $tea.Model {
|
|
|
1266
1320
|
});
|
|
1267
1321
|
}
|
|
1268
1322
|
export declare class GetApplicationGroupResponse extends $tea.Model {
|
|
1269
|
-
headers
|
|
1323
|
+
headers?: {
|
|
1270
1324
|
[key: string]: string;
|
|
1271
1325
|
};
|
|
1272
|
-
statusCode
|
|
1273
|
-
body
|
|
1326
|
+
statusCode?: number;
|
|
1327
|
+
body?: GetApplicationGroupResponseBody;
|
|
1274
1328
|
static names(): {
|
|
1275
1329
|
[key: string]: string;
|
|
1276
1330
|
};
|
|
@@ -1309,11 +1363,11 @@ export declare class GetExecutionTemplateResponseBody extends $tea.Model {
|
|
|
1309
1363
|
});
|
|
1310
1364
|
}
|
|
1311
1365
|
export declare class GetExecutionTemplateResponse extends $tea.Model {
|
|
1312
|
-
headers
|
|
1366
|
+
headers?: {
|
|
1313
1367
|
[key: string]: string;
|
|
1314
1368
|
};
|
|
1315
|
-
statusCode
|
|
1316
|
-
body
|
|
1369
|
+
statusCode?: number;
|
|
1370
|
+
body?: GetExecutionTemplateResponseBody;
|
|
1317
1371
|
static names(): {
|
|
1318
1372
|
[key: string]: string;
|
|
1319
1373
|
};
|
|
@@ -1356,11 +1410,11 @@ export declare class GetInventorySchemaResponseBody extends $tea.Model {
|
|
|
1356
1410
|
});
|
|
1357
1411
|
}
|
|
1358
1412
|
export declare class GetInventorySchemaResponse extends $tea.Model {
|
|
1359
|
-
headers
|
|
1413
|
+
headers?: {
|
|
1360
1414
|
[key: string]: string;
|
|
1361
1415
|
};
|
|
1362
|
-
statusCode
|
|
1363
|
-
body
|
|
1416
|
+
statusCode?: number;
|
|
1417
|
+
body?: GetInventorySchemaResponseBody;
|
|
1364
1418
|
static names(): {
|
|
1365
1419
|
[key: string]: string;
|
|
1366
1420
|
};
|
|
@@ -1398,11 +1452,11 @@ export declare class GetOpsItemResponseBody extends $tea.Model {
|
|
|
1398
1452
|
});
|
|
1399
1453
|
}
|
|
1400
1454
|
export declare class GetOpsItemResponse extends $tea.Model {
|
|
1401
|
-
headers
|
|
1455
|
+
headers?: {
|
|
1402
1456
|
[key: string]: string;
|
|
1403
1457
|
};
|
|
1404
|
-
statusCode
|
|
1405
|
-
body
|
|
1458
|
+
statusCode?: number;
|
|
1459
|
+
body?: GetOpsItemResponseBody;
|
|
1406
1460
|
static names(): {
|
|
1407
1461
|
[key: string]: string;
|
|
1408
1462
|
};
|
|
@@ -1442,11 +1496,11 @@ export declare class GetParameterResponseBody extends $tea.Model {
|
|
|
1442
1496
|
});
|
|
1443
1497
|
}
|
|
1444
1498
|
export declare class GetParameterResponse extends $tea.Model {
|
|
1445
|
-
headers
|
|
1499
|
+
headers?: {
|
|
1446
1500
|
[key: string]: string;
|
|
1447
1501
|
};
|
|
1448
|
-
statusCode
|
|
1449
|
-
body
|
|
1502
|
+
statusCode?: number;
|
|
1503
|
+
body?: GetParameterResponseBody;
|
|
1450
1504
|
static names(): {
|
|
1451
1505
|
[key: string]: string;
|
|
1452
1506
|
};
|
|
@@ -1485,11 +1539,11 @@ export declare class GetParametersResponseBody extends $tea.Model {
|
|
|
1485
1539
|
});
|
|
1486
1540
|
}
|
|
1487
1541
|
export declare class GetParametersResponse extends $tea.Model {
|
|
1488
|
-
headers
|
|
1542
|
+
headers?: {
|
|
1489
1543
|
[key: string]: string;
|
|
1490
1544
|
};
|
|
1491
|
-
statusCode
|
|
1492
|
-
body
|
|
1545
|
+
statusCode?: number;
|
|
1546
|
+
body?: GetParametersResponseBody;
|
|
1493
1547
|
static names(): {
|
|
1494
1548
|
[key: string]: string;
|
|
1495
1549
|
};
|
|
@@ -1533,11 +1587,11 @@ export declare class GetParametersByPathResponseBody extends $tea.Model {
|
|
|
1533
1587
|
});
|
|
1534
1588
|
}
|
|
1535
1589
|
export declare class GetParametersByPathResponse extends $tea.Model {
|
|
1536
|
-
headers
|
|
1590
|
+
headers?: {
|
|
1537
1591
|
[key: string]: string;
|
|
1538
1592
|
};
|
|
1539
|
-
statusCode
|
|
1540
|
-
body
|
|
1593
|
+
statusCode?: number;
|
|
1594
|
+
body?: GetParametersByPathResponseBody;
|
|
1541
1595
|
static names(): {
|
|
1542
1596
|
[key: string]: string;
|
|
1543
1597
|
};
|
|
@@ -1575,11 +1629,11 @@ export declare class GetPatchBaselineResponseBody extends $tea.Model {
|
|
|
1575
1629
|
});
|
|
1576
1630
|
}
|
|
1577
1631
|
export declare class GetPatchBaselineResponse extends $tea.Model {
|
|
1578
|
-
headers
|
|
1632
|
+
headers?: {
|
|
1579
1633
|
[key: string]: string;
|
|
1580
1634
|
};
|
|
1581
|
-
statusCode
|
|
1582
|
-
body
|
|
1635
|
+
statusCode?: number;
|
|
1636
|
+
body?: GetPatchBaselineResponseBody;
|
|
1583
1637
|
static names(): {
|
|
1584
1638
|
[key: string]: string;
|
|
1585
1639
|
};
|
|
@@ -1619,11 +1673,11 @@ export declare class GetSecretParameterResponseBody extends $tea.Model {
|
|
|
1619
1673
|
});
|
|
1620
1674
|
}
|
|
1621
1675
|
export declare class GetSecretParameterResponse extends $tea.Model {
|
|
1622
|
-
headers
|
|
1676
|
+
headers?: {
|
|
1623
1677
|
[key: string]: string;
|
|
1624
1678
|
};
|
|
1625
|
-
statusCode
|
|
1626
|
-
body
|
|
1679
|
+
statusCode?: number;
|
|
1680
|
+
body?: GetSecretParameterResponseBody;
|
|
1627
1681
|
static names(): {
|
|
1628
1682
|
[key: string]: string;
|
|
1629
1683
|
};
|
|
@@ -1663,11 +1717,11 @@ export declare class GetSecretParametersResponseBody extends $tea.Model {
|
|
|
1663
1717
|
});
|
|
1664
1718
|
}
|
|
1665
1719
|
export declare class GetSecretParametersResponse extends $tea.Model {
|
|
1666
|
-
headers
|
|
1720
|
+
headers?: {
|
|
1667
1721
|
[key: string]: string;
|
|
1668
1722
|
};
|
|
1669
|
-
statusCode
|
|
1670
|
-
body
|
|
1723
|
+
statusCode?: number;
|
|
1724
|
+
body?: GetSecretParametersResponseBody;
|
|
1671
1725
|
static names(): {
|
|
1672
1726
|
[key: string]: string;
|
|
1673
1727
|
};
|
|
@@ -1712,11 +1766,11 @@ export declare class GetSecretParametersByPathResponseBody extends $tea.Model {
|
|
|
1712
1766
|
});
|
|
1713
1767
|
}
|
|
1714
1768
|
export declare class GetSecretParametersByPathResponse extends $tea.Model {
|
|
1715
|
-
headers
|
|
1769
|
+
headers?: {
|
|
1716
1770
|
[key: string]: string;
|
|
1717
1771
|
};
|
|
1718
|
-
statusCode
|
|
1719
|
-
body
|
|
1772
|
+
statusCode?: number;
|
|
1773
|
+
body?: GetSecretParametersByPathResponseBody;
|
|
1720
1774
|
static names(): {
|
|
1721
1775
|
[key: string]: string;
|
|
1722
1776
|
};
|
|
@@ -1753,11 +1807,11 @@ export declare class GetServiceSettingsResponseBody extends $tea.Model {
|
|
|
1753
1807
|
});
|
|
1754
1808
|
}
|
|
1755
1809
|
export declare class GetServiceSettingsResponse extends $tea.Model {
|
|
1756
|
-
headers
|
|
1810
|
+
headers?: {
|
|
1757
1811
|
[key: string]: string;
|
|
1758
1812
|
};
|
|
1759
|
-
statusCode
|
|
1760
|
-
body
|
|
1813
|
+
statusCode?: number;
|
|
1814
|
+
body?: GetServiceSettingsResponseBody;
|
|
1761
1815
|
static names(): {
|
|
1762
1816
|
[key: string]: string;
|
|
1763
1817
|
};
|
|
@@ -1797,11 +1851,11 @@ export declare class GetTemplateResponseBody extends $tea.Model {
|
|
|
1797
1851
|
});
|
|
1798
1852
|
}
|
|
1799
1853
|
export declare class GetTemplateResponse extends $tea.Model {
|
|
1800
|
-
headers
|
|
1854
|
+
headers?: {
|
|
1801
1855
|
[key: string]: string;
|
|
1802
1856
|
};
|
|
1803
|
-
statusCode
|
|
1804
|
-
body
|
|
1857
|
+
statusCode?: number;
|
|
1858
|
+
body?: GetTemplateResponseBody;
|
|
1805
1859
|
static names(): {
|
|
1806
1860
|
[key: string]: string;
|
|
1807
1861
|
};
|
|
@@ -1843,11 +1897,11 @@ export declare class ListActionsResponseBody extends $tea.Model {
|
|
|
1843
1897
|
});
|
|
1844
1898
|
}
|
|
1845
1899
|
export declare class ListActionsResponse extends $tea.Model {
|
|
1846
|
-
headers
|
|
1900
|
+
headers?: {
|
|
1847
1901
|
[key: string]: string;
|
|
1848
1902
|
};
|
|
1849
|
-
statusCode
|
|
1850
|
-
body
|
|
1903
|
+
statusCode?: number;
|
|
1904
|
+
body?: ListActionsResponseBody;
|
|
1851
1905
|
static names(): {
|
|
1852
1906
|
[key: string]: string;
|
|
1853
1907
|
};
|
|
@@ -1893,11 +1947,11 @@ export declare class ListApplicationGroupsResponseBody extends $tea.Model {
|
|
|
1893
1947
|
});
|
|
1894
1948
|
}
|
|
1895
1949
|
export declare class ListApplicationGroupsResponse extends $tea.Model {
|
|
1896
|
-
headers
|
|
1950
|
+
headers?: {
|
|
1897
1951
|
[key: string]: string;
|
|
1898
1952
|
};
|
|
1899
|
-
statusCode
|
|
1900
|
-
body
|
|
1953
|
+
statusCode?: number;
|
|
1954
|
+
body?: ListApplicationGroupsResponseBody;
|
|
1901
1955
|
static names(): {
|
|
1902
1956
|
[key: string]: string;
|
|
1903
1957
|
};
|
|
@@ -1962,11 +2016,11 @@ export declare class ListApplicationsResponseBody extends $tea.Model {
|
|
|
1962
2016
|
});
|
|
1963
2017
|
}
|
|
1964
2018
|
export declare class ListApplicationsResponse extends $tea.Model {
|
|
1965
|
-
headers
|
|
2019
|
+
headers?: {
|
|
1966
2020
|
[key: string]: string;
|
|
1967
2021
|
};
|
|
1968
|
-
statusCode
|
|
1969
|
-
body
|
|
2022
|
+
statusCode?: number;
|
|
2023
|
+
body?: ListApplicationsResponseBody;
|
|
1970
2024
|
static names(): {
|
|
1971
2025
|
[key: string]: string;
|
|
1972
2026
|
};
|
|
@@ -2011,11 +2065,11 @@ export declare class ListExecutionLogsResponseBody extends $tea.Model {
|
|
|
2011
2065
|
});
|
|
2012
2066
|
}
|
|
2013
2067
|
export declare class ListExecutionLogsResponse extends $tea.Model {
|
|
2014
|
-
headers
|
|
2068
|
+
headers?: {
|
|
2015
2069
|
[key: string]: string;
|
|
2016
2070
|
};
|
|
2017
|
-
statusCode
|
|
2018
|
-
body
|
|
2071
|
+
statusCode?: number;
|
|
2072
|
+
body?: ListExecutionLogsResponseBody;
|
|
2019
2073
|
static names(): {
|
|
2020
2074
|
[key: string]: string;
|
|
2021
2075
|
};
|
|
@@ -2053,11 +2107,11 @@ export declare class ListExecutionRiskyTasksResponseBody extends $tea.Model {
|
|
|
2053
2107
|
});
|
|
2054
2108
|
}
|
|
2055
2109
|
export declare class ListExecutionRiskyTasksResponse extends $tea.Model {
|
|
2056
|
-
headers
|
|
2110
|
+
headers?: {
|
|
2057
2111
|
[key: string]: string;
|
|
2058
2112
|
};
|
|
2059
|
-
statusCode
|
|
2060
|
-
body
|
|
2113
|
+
statusCode?: number;
|
|
2114
|
+
body?: ListExecutionRiskyTasksResponseBody;
|
|
2061
2115
|
static names(): {
|
|
2062
2116
|
[key: string]: string;
|
|
2063
2117
|
};
|
|
@@ -2158,11 +2212,58 @@ export declare class ListExecutionsResponseBody extends $tea.Model {
|
|
|
2158
2212
|
});
|
|
2159
2213
|
}
|
|
2160
2214
|
export declare class ListExecutionsResponse extends $tea.Model {
|
|
2161
|
-
headers
|
|
2215
|
+
headers?: {
|
|
2162
2216
|
[key: string]: string;
|
|
2163
2217
|
};
|
|
2164
|
-
statusCode
|
|
2165
|
-
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;
|
|
2166
2267
|
static names(): {
|
|
2167
2268
|
[key: string]: string;
|
|
2168
2269
|
};
|
|
@@ -2204,11 +2305,11 @@ export declare class ListInstancePatchStatesResponseBody extends $tea.Model {
|
|
|
2204
2305
|
});
|
|
2205
2306
|
}
|
|
2206
2307
|
export declare class ListInstancePatchStatesResponse extends $tea.Model {
|
|
2207
|
-
headers
|
|
2308
|
+
headers?: {
|
|
2208
2309
|
[key: string]: string;
|
|
2209
2310
|
};
|
|
2210
|
-
statusCode
|
|
2211
|
-
body
|
|
2311
|
+
statusCode?: number;
|
|
2312
|
+
body?: ListInstancePatchStatesResponseBody;
|
|
2212
2313
|
static names(): {
|
|
2213
2314
|
[key: string]: string;
|
|
2214
2315
|
};
|
|
@@ -2251,11 +2352,11 @@ export declare class ListInstancePatchesResponseBody extends $tea.Model {
|
|
|
2251
2352
|
});
|
|
2252
2353
|
}
|
|
2253
2354
|
export declare class ListInstancePatchesResponse extends $tea.Model {
|
|
2254
|
-
headers
|
|
2355
|
+
headers?: {
|
|
2255
2356
|
[key: string]: string;
|
|
2256
2357
|
};
|
|
2257
|
-
statusCode
|
|
2258
|
-
body
|
|
2358
|
+
statusCode?: number;
|
|
2359
|
+
body?: ListInstancePatchesResponseBody;
|
|
2259
2360
|
static names(): {
|
|
2260
2361
|
[key: string]: string;
|
|
2261
2362
|
};
|
|
@@ -2305,11 +2406,11 @@ export declare class ListInventoryEntriesResponseBody extends $tea.Model {
|
|
|
2305
2406
|
});
|
|
2306
2407
|
}
|
|
2307
2408
|
export declare class ListInventoryEntriesResponse extends $tea.Model {
|
|
2308
|
-
headers
|
|
2409
|
+
headers?: {
|
|
2309
2410
|
[key: string]: string;
|
|
2310
2411
|
};
|
|
2311
|
-
statusCode
|
|
2312
|
-
body
|
|
2412
|
+
statusCode?: number;
|
|
2413
|
+
body?: ListInventoryEntriesResponseBody;
|
|
2313
2414
|
static names(): {
|
|
2314
2415
|
[key: string]: string;
|
|
2315
2416
|
};
|
|
@@ -2375,11 +2476,11 @@ export declare class ListOpsItemsResponseBody extends $tea.Model {
|
|
|
2375
2476
|
});
|
|
2376
2477
|
}
|
|
2377
2478
|
export declare class ListOpsItemsResponse extends $tea.Model {
|
|
2378
|
-
headers
|
|
2479
|
+
headers?: {
|
|
2379
2480
|
[key: string]: string;
|
|
2380
2481
|
};
|
|
2381
|
-
statusCode
|
|
2382
|
-
body
|
|
2482
|
+
statusCode?: number;
|
|
2483
|
+
body?: ListOpsItemsResponseBody;
|
|
2383
2484
|
static names(): {
|
|
2384
2485
|
[key: string]: string;
|
|
2385
2486
|
};
|
|
@@ -2429,11 +2530,11 @@ export declare class ListParameterVersionsResponseBody extends $tea.Model {
|
|
|
2429
2530
|
});
|
|
2430
2531
|
}
|
|
2431
2532
|
export declare class ListParameterVersionsResponse extends $tea.Model {
|
|
2432
|
-
headers
|
|
2533
|
+
headers?: {
|
|
2433
2534
|
[key: string]: string;
|
|
2434
2535
|
};
|
|
2435
|
-
statusCode
|
|
2436
|
-
body
|
|
2536
|
+
statusCode?: number;
|
|
2537
|
+
body?: ListParameterVersionsResponseBody;
|
|
2437
2538
|
static names(): {
|
|
2438
2539
|
[key: string]: string;
|
|
2439
2540
|
};
|
|
@@ -2509,11 +2610,11 @@ export declare class ListParametersResponseBody extends $tea.Model {
|
|
|
2509
2610
|
});
|
|
2510
2611
|
}
|
|
2511
2612
|
export declare class ListParametersResponse extends $tea.Model {
|
|
2512
|
-
headers
|
|
2613
|
+
headers?: {
|
|
2513
2614
|
[key: string]: string;
|
|
2514
2615
|
};
|
|
2515
|
-
statusCode
|
|
2516
|
-
body
|
|
2616
|
+
statusCode?: number;
|
|
2617
|
+
body?: ListParametersResponseBody;
|
|
2517
2618
|
static names(): {
|
|
2518
2619
|
[key: string]: string;
|
|
2519
2620
|
};
|
|
@@ -2584,11 +2685,11 @@ export declare class ListPatchBaselinesResponseBody extends $tea.Model {
|
|
|
2584
2685
|
});
|
|
2585
2686
|
}
|
|
2586
2687
|
export declare class ListPatchBaselinesResponse extends $tea.Model {
|
|
2587
|
-
headers
|
|
2688
|
+
headers?: {
|
|
2588
2689
|
[key: string]: string;
|
|
2589
2690
|
};
|
|
2590
|
-
statusCode
|
|
2591
|
-
body
|
|
2691
|
+
statusCode?: number;
|
|
2692
|
+
body?: ListPatchBaselinesResponseBody;
|
|
2592
2693
|
static names(): {
|
|
2593
2694
|
[key: string]: string;
|
|
2594
2695
|
};
|
|
@@ -2630,11 +2731,11 @@ export declare class ListResourceExecutionStatusResponseBody extends $tea.Model
|
|
|
2630
2731
|
});
|
|
2631
2732
|
}
|
|
2632
2733
|
export declare class ListResourceExecutionStatusResponse extends $tea.Model {
|
|
2633
|
-
headers
|
|
2734
|
+
headers?: {
|
|
2634
2735
|
[key: string]: string;
|
|
2635
2736
|
};
|
|
2636
|
-
statusCode
|
|
2637
|
-
body
|
|
2737
|
+
statusCode?: number;
|
|
2738
|
+
body?: ListResourceExecutionStatusResponseBody;
|
|
2638
2739
|
static names(): {
|
|
2639
2740
|
[key: string]: string;
|
|
2640
2741
|
};
|
|
@@ -2685,11 +2786,11 @@ export declare class ListSecretParameterVersionsResponseBody extends $tea.Model
|
|
|
2685
2786
|
});
|
|
2686
2787
|
}
|
|
2687
2788
|
export declare class ListSecretParameterVersionsResponse extends $tea.Model {
|
|
2688
|
-
headers
|
|
2789
|
+
headers?: {
|
|
2689
2790
|
[key: string]: string;
|
|
2690
2791
|
};
|
|
2691
|
-
statusCode
|
|
2692
|
-
body
|
|
2792
|
+
statusCode?: number;
|
|
2793
|
+
body?: ListSecretParameterVersionsResponseBody;
|
|
2693
2794
|
static names(): {
|
|
2694
2795
|
[key: string]: string;
|
|
2695
2796
|
};
|
|
@@ -2760,11 +2861,11 @@ export declare class ListSecretParametersResponseBody extends $tea.Model {
|
|
|
2760
2861
|
});
|
|
2761
2862
|
}
|
|
2762
2863
|
export declare class ListSecretParametersResponse extends $tea.Model {
|
|
2763
|
-
headers
|
|
2864
|
+
headers?: {
|
|
2764
2865
|
[key: string]: string;
|
|
2765
2866
|
};
|
|
2766
|
-
statusCode
|
|
2767
|
-
body
|
|
2867
|
+
statusCode?: number;
|
|
2868
|
+
body?: ListSecretParametersResponseBody;
|
|
2768
2869
|
static names(): {
|
|
2769
2870
|
[key: string]: string;
|
|
2770
2871
|
};
|
|
@@ -2830,11 +2931,11 @@ export declare class ListStateConfigurationsResponseBody extends $tea.Model {
|
|
|
2830
2931
|
});
|
|
2831
2932
|
}
|
|
2832
2933
|
export declare class ListStateConfigurationsResponse extends $tea.Model {
|
|
2833
|
-
headers
|
|
2934
|
+
headers?: {
|
|
2834
2935
|
[key: string]: string;
|
|
2835
2936
|
};
|
|
2836
|
-
statusCode
|
|
2837
|
-
body
|
|
2937
|
+
statusCode?: number;
|
|
2938
|
+
body?: ListStateConfigurationsResponseBody;
|
|
2838
2939
|
static names(): {
|
|
2839
2940
|
[key: string]: string;
|
|
2840
2941
|
};
|
|
@@ -2876,11 +2977,11 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
|
|
|
2876
2977
|
});
|
|
2877
2978
|
}
|
|
2878
2979
|
export declare class ListTagKeysResponse extends $tea.Model {
|
|
2879
|
-
headers
|
|
2980
|
+
headers?: {
|
|
2880
2981
|
[key: string]: string;
|
|
2881
2982
|
};
|
|
2882
|
-
statusCode
|
|
2883
|
-
body
|
|
2983
|
+
statusCode?: number;
|
|
2984
|
+
body?: ListTagKeysResponseBody;
|
|
2884
2985
|
static names(): {
|
|
2885
2986
|
[key: string]: string;
|
|
2886
2987
|
};
|
|
@@ -2942,11 +3043,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
2942
3043
|
});
|
|
2943
3044
|
}
|
|
2944
3045
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
2945
|
-
headers
|
|
3046
|
+
headers?: {
|
|
2946
3047
|
[key: string]: string;
|
|
2947
3048
|
};
|
|
2948
|
-
statusCode
|
|
2949
|
-
body
|
|
3049
|
+
statusCode?: number;
|
|
3050
|
+
body?: ListTagResourcesResponseBody;
|
|
2950
3051
|
static names(): {
|
|
2951
3052
|
[key: string]: string;
|
|
2952
3053
|
};
|
|
@@ -2989,11 +3090,11 @@ export declare class ListTagValuesResponseBody extends $tea.Model {
|
|
|
2989
3090
|
});
|
|
2990
3091
|
}
|
|
2991
3092
|
export declare class ListTagValuesResponse extends $tea.Model {
|
|
2992
|
-
headers
|
|
3093
|
+
headers?: {
|
|
2993
3094
|
[key: string]: string;
|
|
2994
3095
|
};
|
|
2995
|
-
statusCode
|
|
2996
|
-
body
|
|
3096
|
+
statusCode?: number;
|
|
3097
|
+
body?: ListTagValuesResponseBody;
|
|
2997
3098
|
static names(): {
|
|
2998
3099
|
[key: string]: string;
|
|
2999
3100
|
};
|
|
@@ -3047,11 +3148,11 @@ export declare class ListTaskExecutionsResponseBody extends $tea.Model {
|
|
|
3047
3148
|
});
|
|
3048
3149
|
}
|
|
3049
3150
|
export declare class ListTaskExecutionsResponse extends $tea.Model {
|
|
3050
|
-
headers
|
|
3151
|
+
headers?: {
|
|
3051
3152
|
[key: string]: string;
|
|
3052
3153
|
};
|
|
3053
|
-
statusCode
|
|
3054
|
-
body
|
|
3154
|
+
statusCode?: number;
|
|
3155
|
+
body?: ListTaskExecutionsResponseBody;
|
|
3055
3156
|
static names(): {
|
|
3056
3157
|
[key: string]: string;
|
|
3057
3158
|
};
|
|
@@ -3094,11 +3195,11 @@ export declare class ListTemplateVersionsResponseBody extends $tea.Model {
|
|
|
3094
3195
|
});
|
|
3095
3196
|
}
|
|
3096
3197
|
export declare class ListTemplateVersionsResponse extends $tea.Model {
|
|
3097
|
-
headers
|
|
3198
|
+
headers?: {
|
|
3098
3199
|
[key: string]: string;
|
|
3099
3200
|
};
|
|
3100
|
-
statusCode
|
|
3101
|
-
body
|
|
3201
|
+
statusCode?: number;
|
|
3202
|
+
body?: ListTemplateVersionsResponseBody;
|
|
3102
3203
|
static names(): {
|
|
3103
3204
|
[key: string]: string;
|
|
3104
3205
|
};
|
|
@@ -3115,6 +3216,7 @@ export declare class ListTemplatesRequest extends $tea.Model {
|
|
|
3115
3216
|
createdDateAfter?: string;
|
|
3116
3217
|
createdDateBefore?: string;
|
|
3117
3218
|
hasTrigger?: boolean;
|
|
3219
|
+
isFavorite?: boolean;
|
|
3118
3220
|
maxResults?: number;
|
|
3119
3221
|
nextToken?: string;
|
|
3120
3222
|
regionId?: string;
|
|
@@ -3144,6 +3246,7 @@ export declare class ListTemplatesShrinkRequest extends $tea.Model {
|
|
|
3144
3246
|
createdDateAfter?: string;
|
|
3145
3247
|
createdDateBefore?: string;
|
|
3146
3248
|
hasTrigger?: boolean;
|
|
3249
|
+
isFavorite?: boolean;
|
|
3147
3250
|
maxResults?: number;
|
|
3148
3251
|
nextToken?: string;
|
|
3149
3252
|
regionId?: string;
|
|
@@ -3181,11 +3284,11 @@ export declare class ListTemplatesResponseBody extends $tea.Model {
|
|
|
3181
3284
|
});
|
|
3182
3285
|
}
|
|
3183
3286
|
export declare class ListTemplatesResponse extends $tea.Model {
|
|
3184
|
-
headers
|
|
3287
|
+
headers?: {
|
|
3185
3288
|
[key: string]: string;
|
|
3186
3289
|
};
|
|
3187
|
-
statusCode
|
|
3188
|
-
body
|
|
3290
|
+
statusCode?: number;
|
|
3291
|
+
body?: ListTemplatesResponseBody;
|
|
3189
3292
|
static names(): {
|
|
3190
3293
|
[key: string]: string;
|
|
3191
3294
|
};
|
|
@@ -3230,11 +3333,11 @@ export declare class NotifyExecutionResponseBody extends $tea.Model {
|
|
|
3230
3333
|
});
|
|
3231
3334
|
}
|
|
3232
3335
|
export declare class NotifyExecutionResponse extends $tea.Model {
|
|
3233
|
-
headers
|
|
3336
|
+
headers?: {
|
|
3234
3337
|
[key: string]: string;
|
|
3235
3338
|
};
|
|
3236
|
-
statusCode
|
|
3237
|
-
body
|
|
3339
|
+
statusCode?: number;
|
|
3340
|
+
body?: NotifyExecutionResponseBody;
|
|
3238
3341
|
static names(): {
|
|
3239
3342
|
[key: string]: string;
|
|
3240
3343
|
};
|
|
@@ -3272,11 +3375,11 @@ export declare class RegisterDefaultPatchBaselineResponseBody extends $tea.Model
|
|
|
3272
3375
|
});
|
|
3273
3376
|
}
|
|
3274
3377
|
export declare class RegisterDefaultPatchBaselineResponse extends $tea.Model {
|
|
3275
|
-
headers
|
|
3378
|
+
headers?: {
|
|
3276
3379
|
[key: string]: string;
|
|
3277
3380
|
};
|
|
3278
|
-
statusCode
|
|
3279
|
-
body
|
|
3381
|
+
statusCode?: number;
|
|
3382
|
+
body?: RegisterDefaultPatchBaselineResponseBody;
|
|
3280
3383
|
static names(): {
|
|
3281
3384
|
[key: string]: string;
|
|
3282
3385
|
};
|
|
@@ -3321,11 +3424,11 @@ export declare class SearchInventoryResponseBody extends $tea.Model {
|
|
|
3321
3424
|
});
|
|
3322
3425
|
}
|
|
3323
3426
|
export declare class SearchInventoryResponse extends $tea.Model {
|
|
3324
|
-
headers
|
|
3427
|
+
headers?: {
|
|
3325
3428
|
[key: string]: string;
|
|
3326
3429
|
};
|
|
3327
|
-
statusCode
|
|
3328
|
-
body
|
|
3430
|
+
statusCode?: number;
|
|
3431
|
+
body?: SearchInventoryResponseBody;
|
|
3329
3432
|
static names(): {
|
|
3330
3433
|
[key: string]: string;
|
|
3331
3434
|
};
|
|
@@ -3368,11 +3471,11 @@ export declare class SetServiceSettingsResponseBody extends $tea.Model {
|
|
|
3368
3471
|
});
|
|
3369
3472
|
}
|
|
3370
3473
|
export declare class SetServiceSettingsResponse extends $tea.Model {
|
|
3371
|
-
headers
|
|
3474
|
+
headers?: {
|
|
3372
3475
|
[key: string]: string;
|
|
3373
3476
|
};
|
|
3374
|
-
statusCode
|
|
3375
|
-
body
|
|
3477
|
+
statusCode?: number;
|
|
3478
|
+
body?: SetServiceSettingsResponseBody;
|
|
3376
3479
|
static names(): {
|
|
3377
3480
|
[key: string]: string;
|
|
3378
3481
|
};
|
|
@@ -3449,11 +3552,11 @@ export declare class StartExecutionResponseBody extends $tea.Model {
|
|
|
3449
3552
|
});
|
|
3450
3553
|
}
|
|
3451
3554
|
export declare class StartExecutionResponse extends $tea.Model {
|
|
3452
|
-
headers
|
|
3555
|
+
headers?: {
|
|
3453
3556
|
[key: string]: string;
|
|
3454
3557
|
};
|
|
3455
|
-
statusCode
|
|
3456
|
-
body
|
|
3558
|
+
statusCode?: number;
|
|
3559
|
+
body?: StartExecutionResponseBody;
|
|
3457
3560
|
static names(): {
|
|
3458
3561
|
[key: string]: string;
|
|
3459
3562
|
};
|
|
@@ -3511,11 +3614,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
3511
3614
|
});
|
|
3512
3615
|
}
|
|
3513
3616
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
3514
|
-
headers
|
|
3617
|
+
headers?: {
|
|
3515
3618
|
[key: string]: string;
|
|
3516
3619
|
};
|
|
3517
|
-
statusCode
|
|
3518
|
-
body
|
|
3620
|
+
statusCode?: number;
|
|
3621
|
+
body?: TagResourcesResponseBody;
|
|
3519
3622
|
static names(): {
|
|
3520
3623
|
[key: string]: string;
|
|
3521
3624
|
};
|
|
@@ -3555,11 +3658,11 @@ export declare class TriggerExecutionResponseBody extends $tea.Model {
|
|
|
3555
3658
|
});
|
|
3556
3659
|
}
|
|
3557
3660
|
export declare class TriggerExecutionResponse extends $tea.Model {
|
|
3558
|
-
headers
|
|
3661
|
+
headers?: {
|
|
3559
3662
|
[key: string]: string;
|
|
3560
3663
|
};
|
|
3561
|
-
statusCode
|
|
3562
|
-
body
|
|
3664
|
+
statusCode?: number;
|
|
3665
|
+
body?: TriggerExecutionResponseBody;
|
|
3563
3666
|
static names(): {
|
|
3564
3667
|
[key: string]: string;
|
|
3565
3668
|
};
|
|
@@ -3619,11 +3722,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
3619
3722
|
});
|
|
3620
3723
|
}
|
|
3621
3724
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
3622
|
-
headers
|
|
3725
|
+
headers?: {
|
|
3623
3726
|
[key: string]: string;
|
|
3624
3727
|
};
|
|
3625
|
-
statusCode
|
|
3626
|
-
body
|
|
3728
|
+
statusCode?: number;
|
|
3729
|
+
body?: UntagResourcesResponseBody;
|
|
3627
3730
|
static names(): {
|
|
3628
3731
|
[key: string]: string;
|
|
3629
3732
|
};
|
|
@@ -3684,11 +3787,11 @@ export declare class UpdateApplicationResponseBody extends $tea.Model {
|
|
|
3684
3787
|
});
|
|
3685
3788
|
}
|
|
3686
3789
|
export declare class UpdateApplicationResponse extends $tea.Model {
|
|
3687
|
-
headers
|
|
3790
|
+
headers?: {
|
|
3688
3791
|
[key: string]: string;
|
|
3689
3792
|
};
|
|
3690
|
-
statusCode
|
|
3691
|
-
body
|
|
3793
|
+
statusCode?: number;
|
|
3794
|
+
body?: UpdateApplicationResponseBody;
|
|
3692
3795
|
static names(): {
|
|
3693
3796
|
[key: string]: string;
|
|
3694
3797
|
};
|
|
@@ -3728,11 +3831,11 @@ export declare class UpdateApplicationGroupResponseBody extends $tea.Model {
|
|
|
3728
3831
|
});
|
|
3729
3832
|
}
|
|
3730
3833
|
export declare class UpdateApplicationGroupResponse extends $tea.Model {
|
|
3731
|
-
headers
|
|
3834
|
+
headers?: {
|
|
3732
3835
|
[key: string]: string;
|
|
3733
3836
|
};
|
|
3734
|
-
statusCode
|
|
3735
|
-
body
|
|
3837
|
+
statusCode?: number;
|
|
3838
|
+
body?: UpdateApplicationGroupResponseBody;
|
|
3736
3839
|
static names(): {
|
|
3737
3840
|
[key: string]: string;
|
|
3738
3841
|
};
|
|
@@ -3774,11 +3877,11 @@ export declare class UpdateExecutionResponseBody extends $tea.Model {
|
|
|
3774
3877
|
});
|
|
3775
3878
|
}
|
|
3776
3879
|
export declare class UpdateExecutionResponse extends $tea.Model {
|
|
3777
|
-
headers
|
|
3880
|
+
headers?: {
|
|
3778
3881
|
[key: string]: string;
|
|
3779
3882
|
};
|
|
3780
|
-
statusCode
|
|
3781
|
-
body
|
|
3883
|
+
statusCode?: number;
|
|
3884
|
+
body?: UpdateExecutionResponseBody;
|
|
3782
3885
|
static names(): {
|
|
3783
3886
|
[key: string]: string;
|
|
3784
3887
|
};
|
|
@@ -3857,11 +3960,11 @@ export declare class UpdateOpsItemResponseBody extends $tea.Model {
|
|
|
3857
3960
|
});
|
|
3858
3961
|
}
|
|
3859
3962
|
export declare class UpdateOpsItemResponse extends $tea.Model {
|
|
3860
|
-
headers
|
|
3963
|
+
headers?: {
|
|
3861
3964
|
[key: string]: string;
|
|
3862
3965
|
};
|
|
3863
|
-
statusCode
|
|
3864
|
-
body
|
|
3966
|
+
statusCode?: number;
|
|
3967
|
+
body?: UpdateOpsItemResponseBody;
|
|
3865
3968
|
static names(): {
|
|
3866
3969
|
[key: string]: string;
|
|
3867
3970
|
};
|
|
@@ -3903,11 +4006,11 @@ export declare class UpdateParameterResponseBody extends $tea.Model {
|
|
|
3903
4006
|
});
|
|
3904
4007
|
}
|
|
3905
4008
|
export declare class UpdateParameterResponse extends $tea.Model {
|
|
3906
|
-
headers
|
|
4009
|
+
headers?: {
|
|
3907
4010
|
[key: string]: string;
|
|
3908
4011
|
};
|
|
3909
|
-
statusCode
|
|
3910
|
-
body
|
|
4012
|
+
statusCode?: number;
|
|
4013
|
+
body?: UpdateParameterResponseBody;
|
|
3911
4014
|
static names(): {
|
|
3912
4015
|
[key: string]: string;
|
|
3913
4016
|
};
|
|
@@ -3978,11 +4081,11 @@ export declare class UpdatePatchBaselineResponseBody extends $tea.Model {
|
|
|
3978
4081
|
});
|
|
3979
4082
|
}
|
|
3980
4083
|
export declare class UpdatePatchBaselineResponse extends $tea.Model {
|
|
3981
|
-
headers
|
|
4084
|
+
headers?: {
|
|
3982
4085
|
[key: string]: string;
|
|
3983
4086
|
};
|
|
3984
|
-
statusCode
|
|
3985
|
-
body
|
|
4087
|
+
statusCode?: number;
|
|
4088
|
+
body?: UpdatePatchBaselineResponseBody;
|
|
3986
4089
|
static names(): {
|
|
3987
4090
|
[key: string]: string;
|
|
3988
4091
|
};
|
|
@@ -4043,11 +4146,11 @@ export declare class UpdateSecretParameterResponseBody extends $tea.Model {
|
|
|
4043
4146
|
});
|
|
4044
4147
|
}
|
|
4045
4148
|
export declare class UpdateSecretParameterResponse extends $tea.Model {
|
|
4046
|
-
headers
|
|
4149
|
+
headers?: {
|
|
4047
4150
|
[key: string]: string;
|
|
4048
4151
|
};
|
|
4049
|
-
statusCode
|
|
4050
|
-
body
|
|
4152
|
+
statusCode?: number;
|
|
4153
|
+
body?: UpdateSecretParameterResponseBody;
|
|
4051
4154
|
static names(): {
|
|
4052
4155
|
[key: string]: string;
|
|
4053
4156
|
};
|
|
@@ -4120,11 +4223,11 @@ export declare class UpdateStateConfigurationResponseBody extends $tea.Model {
|
|
|
4120
4223
|
});
|
|
4121
4224
|
}
|
|
4122
4225
|
export declare class UpdateStateConfigurationResponse extends $tea.Model {
|
|
4123
|
-
headers
|
|
4226
|
+
headers?: {
|
|
4124
4227
|
[key: string]: string;
|
|
4125
4228
|
};
|
|
4126
|
-
statusCode
|
|
4127
|
-
body
|
|
4229
|
+
statusCode?: number;
|
|
4230
|
+
body?: UpdateStateConfigurationResponseBody;
|
|
4128
4231
|
static names(): {
|
|
4129
4232
|
[key: string]: string;
|
|
4130
4233
|
};
|
|
@@ -4185,11 +4288,11 @@ export declare class UpdateTemplateResponseBody extends $tea.Model {
|
|
|
4185
4288
|
});
|
|
4186
4289
|
}
|
|
4187
4290
|
export declare class UpdateTemplateResponse extends $tea.Model {
|
|
4188
|
-
headers
|
|
4291
|
+
headers?: {
|
|
4189
4292
|
[key: string]: string;
|
|
4190
4293
|
};
|
|
4191
|
-
statusCode
|
|
4192
|
-
body
|
|
4294
|
+
statusCode?: number;
|
|
4295
|
+
body?: UpdateTemplateResponseBody;
|
|
4193
4296
|
static names(): {
|
|
4194
4297
|
[key: string]: string;
|
|
4195
4298
|
};
|
|
@@ -4231,11 +4334,11 @@ export declare class ValidateTemplateContentResponseBody extends $tea.Model {
|
|
|
4231
4334
|
});
|
|
4232
4335
|
}
|
|
4233
4336
|
export declare class ValidateTemplateContentResponse extends $tea.Model {
|
|
4234
|
-
headers
|
|
4337
|
+
headers?: {
|
|
4235
4338
|
[key: string]: string;
|
|
4236
4339
|
};
|
|
4237
|
-
statusCode
|
|
4238
|
-
body
|
|
4340
|
+
statusCode?: number;
|
|
4341
|
+
body?: ValidateTemplateContentResponseBody;
|
|
4239
4342
|
static names(): {
|
|
4240
4343
|
[key: string]: string;
|
|
4241
4344
|
};
|
|
@@ -4412,6 +4515,7 @@ export declare class CreateSecretParameterResponseBodyParameter extends $tea.Mod
|
|
|
4412
4515
|
constraints?: string;
|
|
4413
4516
|
createdBy?: string;
|
|
4414
4517
|
createdDate?: string;
|
|
4518
|
+
DKMSInstanceId?: string;
|
|
4415
4519
|
description?: string;
|
|
4416
4520
|
id?: string;
|
|
4417
4521
|
keyId?: string;
|
|
@@ -4490,6 +4594,27 @@ export declare class CreateTemplateResponseBodyTemplate extends $tea.Model {
|
|
|
4490
4594
|
[key: string]: any;
|
|
4491
4595
|
});
|
|
4492
4596
|
}
|
|
4597
|
+
export declare class DescribeApplicationGroupBillResponseBodyApplicationGroupConsume extends $tea.Model {
|
|
4598
|
+
amount?: number;
|
|
4599
|
+
creationTime?: string;
|
|
4600
|
+
currency?: string;
|
|
4601
|
+
instanceId?: string;
|
|
4602
|
+
instanceName?: string;
|
|
4603
|
+
instanceType?: string;
|
|
4604
|
+
optimization?: string;
|
|
4605
|
+
peakType?: string;
|
|
4606
|
+
performance?: string;
|
|
4607
|
+
status?: string;
|
|
4608
|
+
static names(): {
|
|
4609
|
+
[key: string]: string;
|
|
4610
|
+
};
|
|
4611
|
+
static types(): {
|
|
4612
|
+
[key: string]: any;
|
|
4613
|
+
};
|
|
4614
|
+
constructor(map?: {
|
|
4615
|
+
[key: string]: any;
|
|
4616
|
+
});
|
|
4617
|
+
}
|
|
4493
4618
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
4494
4619
|
localName?: string;
|
|
4495
4620
|
regionEndpoint?: string;
|
|
@@ -4624,7 +4749,6 @@ export declare class GetOpsItemResponseBodyOpsItem extends $tea.Model {
|
|
|
4624
4749
|
category?: string;
|
|
4625
4750
|
createBy?: string;
|
|
4626
4751
|
createDate?: string;
|
|
4627
|
-
dedupString?: string;
|
|
4628
4752
|
description?: string;
|
|
4629
4753
|
lastModifiedBy?: string;
|
|
4630
4754
|
opsItemId?: string;
|
|
@@ -4778,6 +4902,7 @@ export declare class GetSecretParameterResponseBodyParameter extends $tea.Model
|
|
|
4778
4902
|
constraints?: string;
|
|
4779
4903
|
createdBy?: string;
|
|
4780
4904
|
createdDate?: string;
|
|
4905
|
+
DKMSInstanceId?: string;
|
|
4781
4906
|
description?: string;
|
|
4782
4907
|
id?: string;
|
|
4783
4908
|
keyId?: string;
|
|
@@ -5055,6 +5180,21 @@ export declare class ListExecutionsResponseBodyExecutions extends $tea.Model {
|
|
|
5055
5180
|
[key: string]: any;
|
|
5056
5181
|
});
|
|
5057
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
|
+
}
|
|
5058
5198
|
export declare class ListInstancePatchStatesResponseBodyInstancePatchStates extends $tea.Model {
|
|
5059
5199
|
baselineId?: string;
|
|
5060
5200
|
failedCount?: string;
|
|
@@ -5418,12 +5558,15 @@ export declare class ListTemplateVersionsResponseBodyTemplateVersions extends $t
|
|
|
5418
5558
|
}
|
|
5419
5559
|
export declare class ListTemplatesResponseBodyTemplates extends $tea.Model {
|
|
5420
5560
|
category?: string;
|
|
5561
|
+
constraints?: string;
|
|
5421
5562
|
createdBy?: string;
|
|
5422
5563
|
createdDate?: string;
|
|
5423
5564
|
description?: string;
|
|
5424
5565
|
hasTrigger?: boolean;
|
|
5425
5566
|
hash?: string;
|
|
5567
|
+
isFavorite?: boolean;
|
|
5426
5568
|
popularity?: number;
|
|
5569
|
+
publisher?: string;
|
|
5427
5570
|
resourceGroupId?: string;
|
|
5428
5571
|
shareType?: string;
|
|
5429
5572
|
tags?: {
|
|
@@ -5855,6 +5998,8 @@ export default class Client extends OpenApi {
|
|
|
5855
5998
|
deleteTemplates(request: DeleteTemplatesRequest): Promise<DeleteTemplatesResponse>;
|
|
5856
5999
|
deployApplicationGroupWithOptions(request: DeployApplicationGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeployApplicationGroupResponse>;
|
|
5857
6000
|
deployApplicationGroup(request: DeployApplicationGroupRequest): Promise<DeployApplicationGroupResponse>;
|
|
6001
|
+
describeApplicationGroupBillWithOptions(request: DescribeApplicationGroupBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationGroupBillResponse>;
|
|
6002
|
+
describeApplicationGroupBill(request: DescribeApplicationGroupBillRequest): Promise<DescribeApplicationGroupBillResponse>;
|
|
5858
6003
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
5859
6004
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
5860
6005
|
generateExecutionPolicyWithOptions(request: GenerateExecutionPolicyRequest, runtime: $Util.RuntimeOptions): Promise<GenerateExecutionPolicyResponse>;
|
|
@@ -5912,6 +6057,8 @@ export default class Client extends OpenApi {
|
|
|
5912
6057
|
listExecutionRiskyTasks(request: ListExecutionRiskyTasksRequest): Promise<ListExecutionRiskyTasksResponse>;
|
|
5913
6058
|
listExecutionsWithOptions(tmpReq: ListExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutionsResponse>;
|
|
5914
6059
|
listExecutions(request: ListExecutionsRequest): Promise<ListExecutionsResponse>;
|
|
6060
|
+
listGitRepositoriesWithOptions(request: ListGitRepositoriesRequest, runtime: $Util.RuntimeOptions): Promise<ListGitRepositoriesResponse>;
|
|
6061
|
+
listGitRepositories(request: ListGitRepositoriesRequest): Promise<ListGitRepositoriesResponse>;
|
|
5915
6062
|
listInstancePatchStatesWithOptions(request: ListInstancePatchStatesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchStatesResponse>;
|
|
5916
6063
|
listInstancePatchStates(request: ListInstancePatchStatesRequest): Promise<ListInstancePatchStatesResponse>;
|
|
5917
6064
|
listInstancePatchesWithOptions(request: ListInstancePatchesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchesResponse>;
|