@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/src/client.ts
CHANGED
|
@@ -50,9 +50,9 @@ export class CancelExecutionResponseBody extends $tea.Model {
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
export class CancelExecutionResponse extends $tea.Model {
|
|
53
|
-
headers
|
|
54
|
-
statusCode
|
|
55
|
-
body
|
|
53
|
+
headers?: { [key: string]: string };
|
|
54
|
+
statusCode?: number;
|
|
55
|
+
body?: CancelExecutionResponseBody;
|
|
56
56
|
static names(): { [key: string]: string } {
|
|
57
57
|
return {
|
|
58
58
|
headers: 'headers',
|
|
@@ -122,9 +122,9 @@ export class ChangeResourceGroupResponseBody extends $tea.Model {
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
export class ChangeResourceGroupResponse extends $tea.Model {
|
|
125
|
-
headers
|
|
126
|
-
statusCode
|
|
127
|
-
body
|
|
125
|
+
headers?: { [key: string]: string };
|
|
126
|
+
statusCode?: number;
|
|
127
|
+
body?: ChangeResourceGroupResponseBody;
|
|
128
128
|
static names(): { [key: string]: string } {
|
|
129
129
|
return {
|
|
130
130
|
headers: 'headers',
|
|
@@ -194,9 +194,9 @@ export class ContinueDeployApplicationGroupResponseBody extends $tea.Model {
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
export class ContinueDeployApplicationGroupResponse extends $tea.Model {
|
|
197
|
-
headers
|
|
198
|
-
statusCode
|
|
199
|
-
body
|
|
197
|
+
headers?: { [key: string]: string };
|
|
198
|
+
statusCode?: number;
|
|
199
|
+
body?: ContinueDeployApplicationGroupResponseBody;
|
|
200
200
|
static names(): { [key: string]: string } {
|
|
201
201
|
return {
|
|
202
202
|
headers: 'headers',
|
|
@@ -321,9 +321,9 @@ export class CreateApplicationResponseBody extends $tea.Model {
|
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
export class CreateApplicationResponse extends $tea.Model {
|
|
324
|
-
headers
|
|
325
|
-
statusCode
|
|
326
|
-
body
|
|
324
|
+
headers?: { [key: string]: string };
|
|
325
|
+
statusCode?: number;
|
|
326
|
+
body?: CreateApplicationResponseBody;
|
|
327
327
|
static names(): { [key: string]: string } {
|
|
328
328
|
return {
|
|
329
329
|
headers: 'headers',
|
|
@@ -411,9 +411,9 @@ export class CreateApplicationGroupResponseBody extends $tea.Model {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
export class CreateApplicationGroupResponse extends $tea.Model {
|
|
414
|
-
headers
|
|
415
|
-
statusCode
|
|
416
|
-
body
|
|
414
|
+
headers?: { [key: string]: string };
|
|
415
|
+
statusCode?: number;
|
|
416
|
+
body?: CreateApplicationGroupResponseBody;
|
|
417
417
|
static names(): { [key: string]: string } {
|
|
418
418
|
return {
|
|
419
419
|
headers: 'headers',
|
|
@@ -568,9 +568,9 @@ export class CreateOpsItemResponseBody extends $tea.Model {
|
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
export class CreateOpsItemResponse extends $tea.Model {
|
|
571
|
-
headers
|
|
572
|
-
statusCode
|
|
573
|
-
body
|
|
571
|
+
headers?: { [key: string]: string };
|
|
572
|
+
statusCode?: number;
|
|
573
|
+
body?: CreateOpsItemResponseBody;
|
|
574
574
|
static names(): { [key: string]: string } {
|
|
575
575
|
return {
|
|
576
576
|
headers: 'headers',
|
|
@@ -701,9 +701,9 @@ export class CreateParameterResponseBody extends $tea.Model {
|
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
export class CreateParameterResponse extends $tea.Model {
|
|
704
|
-
headers
|
|
705
|
-
statusCode
|
|
706
|
-
body
|
|
704
|
+
headers?: { [key: string]: string };
|
|
705
|
+
statusCode?: number;
|
|
706
|
+
body?: CreateParameterResponseBody;
|
|
707
707
|
static names(): { [key: string]: string } {
|
|
708
708
|
return {
|
|
709
709
|
headers: 'headers',
|
|
@@ -858,9 +858,9 @@ export class CreatePatchBaselineResponseBody extends $tea.Model {
|
|
|
858
858
|
}
|
|
859
859
|
|
|
860
860
|
export class CreatePatchBaselineResponse extends $tea.Model {
|
|
861
|
-
headers
|
|
862
|
-
statusCode
|
|
863
|
-
body
|
|
861
|
+
headers?: { [key: string]: string };
|
|
862
|
+
statusCode?: number;
|
|
863
|
+
body?: CreatePatchBaselineResponseBody;
|
|
864
864
|
static names(): { [key: string]: string } {
|
|
865
865
|
return {
|
|
866
866
|
headers: 'headers',
|
|
@@ -885,6 +885,7 @@ export class CreatePatchBaselineResponse extends $tea.Model {
|
|
|
885
885
|
export class CreateSecretParameterRequest extends $tea.Model {
|
|
886
886
|
clientToken?: string;
|
|
887
887
|
constraints?: string;
|
|
888
|
+
DKMSInstanceId?: string;
|
|
888
889
|
description?: string;
|
|
889
890
|
keyId?: string;
|
|
890
891
|
name?: string;
|
|
@@ -897,6 +898,7 @@ export class CreateSecretParameterRequest extends $tea.Model {
|
|
|
897
898
|
return {
|
|
898
899
|
clientToken: 'ClientToken',
|
|
899
900
|
constraints: 'Constraints',
|
|
901
|
+
DKMSInstanceId: 'DKMSInstanceId',
|
|
900
902
|
description: 'Description',
|
|
901
903
|
keyId: 'KeyId',
|
|
902
904
|
name: 'Name',
|
|
@@ -912,6 +914,7 @@ export class CreateSecretParameterRequest extends $tea.Model {
|
|
|
912
914
|
return {
|
|
913
915
|
clientToken: 'string',
|
|
914
916
|
constraints: 'string',
|
|
917
|
+
DKMSInstanceId: 'string',
|
|
915
918
|
description: 'string',
|
|
916
919
|
keyId: 'string',
|
|
917
920
|
name: 'string',
|
|
@@ -931,6 +934,7 @@ export class CreateSecretParameterRequest extends $tea.Model {
|
|
|
931
934
|
export class CreateSecretParameterShrinkRequest extends $tea.Model {
|
|
932
935
|
clientToken?: string;
|
|
933
936
|
constraints?: string;
|
|
937
|
+
DKMSInstanceId?: string;
|
|
934
938
|
description?: string;
|
|
935
939
|
keyId?: string;
|
|
936
940
|
name?: string;
|
|
@@ -943,6 +947,7 @@ export class CreateSecretParameterShrinkRequest extends $tea.Model {
|
|
|
943
947
|
return {
|
|
944
948
|
clientToken: 'ClientToken',
|
|
945
949
|
constraints: 'Constraints',
|
|
950
|
+
DKMSInstanceId: 'DKMSInstanceId',
|
|
946
951
|
description: 'Description',
|
|
947
952
|
keyId: 'KeyId',
|
|
948
953
|
name: 'Name',
|
|
@@ -958,6 +963,7 @@ export class CreateSecretParameterShrinkRequest extends $tea.Model {
|
|
|
958
963
|
return {
|
|
959
964
|
clientToken: 'string',
|
|
960
965
|
constraints: 'string',
|
|
966
|
+
DKMSInstanceId: 'string',
|
|
961
967
|
description: 'string',
|
|
962
968
|
keyId: 'string',
|
|
963
969
|
name: 'string',
|
|
@@ -997,9 +1003,9 @@ export class CreateSecretParameterResponseBody extends $tea.Model {
|
|
|
997
1003
|
}
|
|
998
1004
|
|
|
999
1005
|
export class CreateSecretParameterResponse extends $tea.Model {
|
|
1000
|
-
headers
|
|
1001
|
-
statusCode
|
|
1002
|
-
body
|
|
1006
|
+
headers?: { [key: string]: string };
|
|
1007
|
+
statusCode?: number;
|
|
1008
|
+
body?: CreateSecretParameterResponseBody;
|
|
1003
1009
|
static names(): { [key: string]: string } {
|
|
1004
1010
|
return {
|
|
1005
1011
|
headers: 'headers',
|
|
@@ -1148,9 +1154,9 @@ export class CreateStateConfigurationResponseBody extends $tea.Model {
|
|
|
1148
1154
|
}
|
|
1149
1155
|
|
|
1150
1156
|
export class CreateStateConfigurationResponse extends $tea.Model {
|
|
1151
|
-
headers
|
|
1152
|
-
statusCode
|
|
1153
|
-
body
|
|
1157
|
+
headers?: { [key: string]: string };
|
|
1158
|
+
statusCode?: number;
|
|
1159
|
+
body?: CreateStateConfigurationResponseBody;
|
|
1154
1160
|
static names(): { [key: string]: string } {
|
|
1155
1161
|
return {
|
|
1156
1162
|
headers: 'headers',
|
|
@@ -1266,9 +1272,9 @@ export class CreateTemplateResponseBody extends $tea.Model {
|
|
|
1266
1272
|
}
|
|
1267
1273
|
|
|
1268
1274
|
export class CreateTemplateResponse extends $tea.Model {
|
|
1269
|
-
headers
|
|
1270
|
-
statusCode
|
|
1271
|
-
body
|
|
1275
|
+
headers?: { [key: string]: string };
|
|
1276
|
+
statusCode?: number;
|
|
1277
|
+
body?: CreateTemplateResponseBody;
|
|
1272
1278
|
static names(): { [key: string]: string } {
|
|
1273
1279
|
return {
|
|
1274
1280
|
headers: 'headers',
|
|
@@ -1294,11 +1300,13 @@ export class DeleteApplicationRequest extends $tea.Model {
|
|
|
1294
1300
|
force?: boolean;
|
|
1295
1301
|
name?: string;
|
|
1296
1302
|
regionId?: string;
|
|
1303
|
+
retainResource?: boolean;
|
|
1297
1304
|
static names(): { [key: string]: string } {
|
|
1298
1305
|
return {
|
|
1299
1306
|
force: 'Force',
|
|
1300
1307
|
name: 'Name',
|
|
1301
1308
|
regionId: 'RegionId',
|
|
1309
|
+
retainResource: 'RetainResource',
|
|
1302
1310
|
};
|
|
1303
1311
|
}
|
|
1304
1312
|
|
|
@@ -1307,6 +1315,7 @@ export class DeleteApplicationRequest extends $tea.Model {
|
|
|
1307
1315
|
force: 'boolean',
|
|
1308
1316
|
name: 'string',
|
|
1309
1317
|
regionId: 'string',
|
|
1318
|
+
retainResource: 'boolean',
|
|
1310
1319
|
};
|
|
1311
1320
|
}
|
|
1312
1321
|
|
|
@@ -1335,9 +1344,9 @@ export class DeleteApplicationResponseBody extends $tea.Model {
|
|
|
1335
1344
|
}
|
|
1336
1345
|
|
|
1337
1346
|
export class DeleteApplicationResponse extends $tea.Model {
|
|
1338
|
-
headers
|
|
1339
|
-
statusCode
|
|
1340
|
-
body
|
|
1347
|
+
headers?: { [key: string]: string };
|
|
1348
|
+
statusCode?: number;
|
|
1349
|
+
body?: DeleteApplicationResponseBody;
|
|
1341
1350
|
static names(): { [key: string]: string } {
|
|
1342
1351
|
return {
|
|
1343
1352
|
headers: 'headers',
|
|
@@ -1363,11 +1372,13 @@ export class DeleteApplicationGroupRequest extends $tea.Model {
|
|
|
1363
1372
|
applicationName?: string;
|
|
1364
1373
|
name?: string;
|
|
1365
1374
|
regionId?: string;
|
|
1375
|
+
retainResource?: boolean;
|
|
1366
1376
|
static names(): { [key: string]: string } {
|
|
1367
1377
|
return {
|
|
1368
1378
|
applicationName: 'ApplicationName',
|
|
1369
1379
|
name: 'Name',
|
|
1370
1380
|
regionId: 'RegionId',
|
|
1381
|
+
retainResource: 'RetainResource',
|
|
1371
1382
|
};
|
|
1372
1383
|
}
|
|
1373
1384
|
|
|
@@ -1376,6 +1387,7 @@ export class DeleteApplicationGroupRequest extends $tea.Model {
|
|
|
1376
1387
|
applicationName: 'string',
|
|
1377
1388
|
name: 'string',
|
|
1378
1389
|
regionId: 'string',
|
|
1390
|
+
retainResource: 'boolean',
|
|
1379
1391
|
};
|
|
1380
1392
|
}
|
|
1381
1393
|
|
|
@@ -1404,9 +1416,9 @@ export class DeleteApplicationGroupResponseBody extends $tea.Model {
|
|
|
1404
1416
|
}
|
|
1405
1417
|
|
|
1406
1418
|
export class DeleteApplicationGroupResponse extends $tea.Model {
|
|
1407
|
-
headers
|
|
1408
|
-
statusCode
|
|
1409
|
-
body
|
|
1419
|
+
headers?: { [key: string]: string };
|
|
1420
|
+
statusCode?: number;
|
|
1421
|
+
body?: DeleteApplicationGroupResponseBody;
|
|
1410
1422
|
static names(): { [key: string]: string } {
|
|
1411
1423
|
return {
|
|
1412
1424
|
headers: 'headers',
|
|
@@ -1470,9 +1482,9 @@ export class DeleteExecutionsResponseBody extends $tea.Model {
|
|
|
1470
1482
|
}
|
|
1471
1483
|
|
|
1472
1484
|
export class DeleteExecutionsResponse extends $tea.Model {
|
|
1473
|
-
headers
|
|
1474
|
-
statusCode
|
|
1475
|
-
body
|
|
1485
|
+
headers?: { [key: string]: string };
|
|
1486
|
+
statusCode?: number;
|
|
1487
|
+
body?: DeleteExecutionsResponseBody;
|
|
1476
1488
|
static names(): { [key: string]: string } {
|
|
1477
1489
|
return {
|
|
1478
1490
|
headers: 'headers',
|
|
@@ -1536,9 +1548,9 @@ export class DeleteParameterResponseBody extends $tea.Model {
|
|
|
1536
1548
|
}
|
|
1537
1549
|
|
|
1538
1550
|
export class DeleteParameterResponse extends $tea.Model {
|
|
1539
|
-
headers
|
|
1540
|
-
statusCode
|
|
1541
|
-
body
|
|
1551
|
+
headers?: { [key: string]: string };
|
|
1552
|
+
statusCode?: number;
|
|
1553
|
+
body?: DeleteParameterResponseBody;
|
|
1542
1554
|
static names(): { [key: string]: string } {
|
|
1543
1555
|
return {
|
|
1544
1556
|
headers: 'headers',
|
|
@@ -1602,9 +1614,9 @@ export class DeletePatchBaselineResponseBody extends $tea.Model {
|
|
|
1602
1614
|
}
|
|
1603
1615
|
|
|
1604
1616
|
export class DeletePatchBaselineResponse extends $tea.Model {
|
|
1605
|
-
headers
|
|
1606
|
-
statusCode
|
|
1607
|
-
body
|
|
1617
|
+
headers?: { [key: string]: string };
|
|
1618
|
+
statusCode?: number;
|
|
1619
|
+
body?: DeletePatchBaselineResponseBody;
|
|
1608
1620
|
static names(): { [key: string]: string } {
|
|
1609
1621
|
return {
|
|
1610
1622
|
headers: 'headers',
|
|
@@ -1668,9 +1680,9 @@ export class DeleteSecretParameterResponseBody extends $tea.Model {
|
|
|
1668
1680
|
}
|
|
1669
1681
|
|
|
1670
1682
|
export class DeleteSecretParameterResponse extends $tea.Model {
|
|
1671
|
-
headers
|
|
1672
|
-
statusCode
|
|
1673
|
-
body
|
|
1683
|
+
headers?: { [key: string]: string };
|
|
1684
|
+
statusCode?: number;
|
|
1685
|
+
body?: DeleteSecretParameterResponseBody;
|
|
1674
1686
|
static names(): { [key: string]: string } {
|
|
1675
1687
|
return {
|
|
1676
1688
|
headers: 'headers',
|
|
@@ -1737,9 +1749,9 @@ export class DeleteStateConfigurationsResponseBody extends $tea.Model {
|
|
|
1737
1749
|
}
|
|
1738
1750
|
|
|
1739
1751
|
export class DeleteStateConfigurationsResponse extends $tea.Model {
|
|
1740
|
-
headers
|
|
1741
|
-
statusCode
|
|
1742
|
-
body
|
|
1752
|
+
headers?: { [key: string]: string };
|
|
1753
|
+
statusCode?: number;
|
|
1754
|
+
body?: DeleteStateConfigurationsResponseBody;
|
|
1743
1755
|
static names(): { [key: string]: string } {
|
|
1744
1756
|
return {
|
|
1745
1757
|
headers: 'headers',
|
|
@@ -1806,9 +1818,9 @@ export class DeleteTemplateResponseBody extends $tea.Model {
|
|
|
1806
1818
|
}
|
|
1807
1819
|
|
|
1808
1820
|
export class DeleteTemplateResponse extends $tea.Model {
|
|
1809
|
-
headers
|
|
1810
|
-
statusCode
|
|
1811
|
-
body
|
|
1821
|
+
headers?: { [key: string]: string };
|
|
1822
|
+
statusCode?: number;
|
|
1823
|
+
body?: DeleteTemplateResponseBody;
|
|
1812
1824
|
static names(): { [key: string]: string } {
|
|
1813
1825
|
return {
|
|
1814
1826
|
headers: 'headers',
|
|
@@ -1875,9 +1887,9 @@ export class DeleteTemplatesResponseBody extends $tea.Model {
|
|
|
1875
1887
|
}
|
|
1876
1888
|
|
|
1877
1889
|
export class DeleteTemplatesResponse extends $tea.Model {
|
|
1878
|
-
headers
|
|
1879
|
-
statusCode
|
|
1880
|
-
body
|
|
1890
|
+
headers?: { [key: string]: string };
|
|
1891
|
+
statusCode?: number;
|
|
1892
|
+
body?: DeleteTemplatesResponseBody;
|
|
1881
1893
|
static names(): { [key: string]: string } {
|
|
1882
1894
|
return {
|
|
1883
1895
|
headers: 'headers',
|
|
@@ -1947,9 +1959,9 @@ export class DeployApplicationGroupResponseBody extends $tea.Model {
|
|
|
1947
1959
|
}
|
|
1948
1960
|
|
|
1949
1961
|
export class DeployApplicationGroupResponse extends $tea.Model {
|
|
1950
|
-
headers
|
|
1951
|
-
statusCode
|
|
1952
|
-
body
|
|
1962
|
+
headers?: { [key: string]: string };
|
|
1963
|
+
statusCode?: number;
|
|
1964
|
+
body?: DeployApplicationGroupResponseBody;
|
|
1953
1965
|
static names(): { [key: string]: string } {
|
|
1954
1966
|
return {
|
|
1955
1967
|
headers: 'headers',
|
|
@@ -1971,6 +1983,96 @@ export class DeployApplicationGroupResponse extends $tea.Model {
|
|
|
1971
1983
|
}
|
|
1972
1984
|
}
|
|
1973
1985
|
|
|
1986
|
+
export class DescribeApplicationGroupBillRequest extends $tea.Model {
|
|
1987
|
+
applicationName?: string;
|
|
1988
|
+
billingCycle?: string;
|
|
1989
|
+
maxResults?: number;
|
|
1990
|
+
name?: string;
|
|
1991
|
+
nextToken?: string;
|
|
1992
|
+
regionId?: string;
|
|
1993
|
+
resourceType?: string;
|
|
1994
|
+
static names(): { [key: string]: string } {
|
|
1995
|
+
return {
|
|
1996
|
+
applicationName: 'ApplicationName',
|
|
1997
|
+
billingCycle: 'BillingCycle',
|
|
1998
|
+
maxResults: 'MaxResults',
|
|
1999
|
+
name: 'Name',
|
|
2000
|
+
nextToken: 'NextToken',
|
|
2001
|
+
regionId: 'RegionId',
|
|
2002
|
+
resourceType: 'ResourceType',
|
|
2003
|
+
};
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
static types(): { [key: string]: any } {
|
|
2007
|
+
return {
|
|
2008
|
+
applicationName: 'string',
|
|
2009
|
+
billingCycle: 'string',
|
|
2010
|
+
maxResults: 'number',
|
|
2011
|
+
name: 'string',
|
|
2012
|
+
nextToken: 'string',
|
|
2013
|
+
regionId: 'string',
|
|
2014
|
+
resourceType: 'string',
|
|
2015
|
+
};
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
constructor(map?: { [key: string]: any }) {
|
|
2019
|
+
super(map);
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
export class DescribeApplicationGroupBillResponseBody extends $tea.Model {
|
|
2024
|
+
applicationGroupConsume?: DescribeApplicationGroupBillResponseBodyApplicationGroupConsume[];
|
|
2025
|
+
maxResults?: number;
|
|
2026
|
+
nextToken?: string;
|
|
2027
|
+
requestId?: string;
|
|
2028
|
+
static names(): { [key: string]: string } {
|
|
2029
|
+
return {
|
|
2030
|
+
applicationGroupConsume: 'ApplicationGroupConsume',
|
|
2031
|
+
maxResults: 'MaxResults',
|
|
2032
|
+
nextToken: 'NextToken',
|
|
2033
|
+
requestId: 'RequestId',
|
|
2034
|
+
};
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
static types(): { [key: string]: any } {
|
|
2038
|
+
return {
|
|
2039
|
+
applicationGroupConsume: { 'type': 'array', 'itemType': DescribeApplicationGroupBillResponseBodyApplicationGroupConsume },
|
|
2040
|
+
maxResults: 'number',
|
|
2041
|
+
nextToken: 'string',
|
|
2042
|
+
requestId: 'string',
|
|
2043
|
+
};
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
constructor(map?: { [key: string]: any }) {
|
|
2047
|
+
super(map);
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
export class DescribeApplicationGroupBillResponse extends $tea.Model {
|
|
2052
|
+
headers?: { [key: string]: string };
|
|
2053
|
+
statusCode?: number;
|
|
2054
|
+
body?: DescribeApplicationGroupBillResponseBody;
|
|
2055
|
+
static names(): { [key: string]: string } {
|
|
2056
|
+
return {
|
|
2057
|
+
headers: 'headers',
|
|
2058
|
+
statusCode: 'statusCode',
|
|
2059
|
+
body: 'body',
|
|
2060
|
+
};
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
static types(): { [key: string]: any } {
|
|
2064
|
+
return {
|
|
2065
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2066
|
+
statusCode: 'number',
|
|
2067
|
+
body: DescribeApplicationGroupBillResponseBody,
|
|
2068
|
+
};
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
constructor(map?: { [key: string]: any }) {
|
|
2072
|
+
super(map);
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
|
|
1974
2076
|
export class DescribeRegionsRequest extends $tea.Model {
|
|
1975
2077
|
acceptLanguage?: string;
|
|
1976
2078
|
regionId?: string;
|
|
@@ -2016,9 +2118,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
2016
2118
|
}
|
|
2017
2119
|
|
|
2018
2120
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
2019
|
-
headers
|
|
2020
|
-
statusCode
|
|
2021
|
-
body
|
|
2121
|
+
headers?: { [key: string]: string };
|
|
2122
|
+
statusCode?: number;
|
|
2123
|
+
body?: DescribeRegionsResponseBody;
|
|
2022
2124
|
static names(): { [key: string]: string } {
|
|
2023
2125
|
return {
|
|
2024
2126
|
headers: 'headers',
|
|
@@ -2043,12 +2145,14 @@ export class DescribeRegionsResponse extends $tea.Model {
|
|
|
2043
2145
|
export class GenerateExecutionPolicyRequest extends $tea.Model {
|
|
2044
2146
|
ramRole?: string;
|
|
2045
2147
|
regionId?: string;
|
|
2148
|
+
templateContent?: string;
|
|
2046
2149
|
templateName?: string;
|
|
2047
2150
|
templateVersion?: string;
|
|
2048
2151
|
static names(): { [key: string]: string } {
|
|
2049
2152
|
return {
|
|
2050
2153
|
ramRole: 'RamRole',
|
|
2051
2154
|
regionId: 'RegionId',
|
|
2155
|
+
templateContent: 'TemplateContent',
|
|
2052
2156
|
templateName: 'TemplateName',
|
|
2053
2157
|
templateVersion: 'TemplateVersion',
|
|
2054
2158
|
};
|
|
@@ -2058,6 +2162,7 @@ export class GenerateExecutionPolicyRequest extends $tea.Model {
|
|
|
2058
2162
|
return {
|
|
2059
2163
|
ramRole: 'string',
|
|
2060
2164
|
regionId: 'string',
|
|
2165
|
+
templateContent: 'string',
|
|
2061
2166
|
templateName: 'string',
|
|
2062
2167
|
templateVersion: 'string',
|
|
2063
2168
|
};
|
|
@@ -2094,9 +2199,9 @@ export class GenerateExecutionPolicyResponseBody extends $tea.Model {
|
|
|
2094
2199
|
}
|
|
2095
2200
|
|
|
2096
2201
|
export class GenerateExecutionPolicyResponse extends $tea.Model {
|
|
2097
|
-
headers
|
|
2098
|
-
statusCode
|
|
2099
|
-
body
|
|
2202
|
+
headers?: { [key: string]: string };
|
|
2203
|
+
statusCode?: number;
|
|
2204
|
+
body?: GenerateExecutionPolicyResponseBody;
|
|
2100
2205
|
static names(): { [key: string]: string } {
|
|
2101
2206
|
return {
|
|
2102
2207
|
headers: 'headers',
|
|
@@ -2163,9 +2268,9 @@ export class GetApplicationResponseBody extends $tea.Model {
|
|
|
2163
2268
|
}
|
|
2164
2269
|
|
|
2165
2270
|
export class GetApplicationResponse extends $tea.Model {
|
|
2166
|
-
headers
|
|
2167
|
-
statusCode
|
|
2168
|
-
body
|
|
2271
|
+
headers?: { [key: string]: string };
|
|
2272
|
+
statusCode?: number;
|
|
2273
|
+
body?: GetApplicationResponseBody;
|
|
2169
2274
|
static names(): { [key: string]: string } {
|
|
2170
2275
|
return {
|
|
2171
2276
|
headers: 'headers',
|
|
@@ -2235,9 +2340,9 @@ export class GetApplicationGroupResponseBody extends $tea.Model {
|
|
|
2235
2340
|
}
|
|
2236
2341
|
|
|
2237
2342
|
export class GetApplicationGroupResponse extends $tea.Model {
|
|
2238
|
-
headers
|
|
2239
|
-
statusCode
|
|
2240
|
-
body
|
|
2343
|
+
headers?: { [key: string]: string };
|
|
2344
|
+
statusCode?: number;
|
|
2345
|
+
body?: GetApplicationGroupResponseBody;
|
|
2241
2346
|
static names(): { [key: string]: string } {
|
|
2242
2347
|
return {
|
|
2243
2348
|
headers: 'headers',
|
|
@@ -2307,9 +2412,9 @@ export class GetExecutionTemplateResponseBody extends $tea.Model {
|
|
|
2307
2412
|
}
|
|
2308
2413
|
|
|
2309
2414
|
export class GetExecutionTemplateResponse extends $tea.Model {
|
|
2310
|
-
headers
|
|
2311
|
-
statusCode
|
|
2312
|
-
body
|
|
2415
|
+
headers?: { [key: string]: string };
|
|
2416
|
+
statusCode?: number;
|
|
2417
|
+
body?: GetExecutionTemplateResponseBody;
|
|
2313
2418
|
static names(): { [key: string]: string } {
|
|
2314
2419
|
return {
|
|
2315
2420
|
headers: 'headers',
|
|
@@ -2391,9 +2496,9 @@ export class GetInventorySchemaResponseBody extends $tea.Model {
|
|
|
2391
2496
|
}
|
|
2392
2497
|
|
|
2393
2498
|
export class GetInventorySchemaResponse extends $tea.Model {
|
|
2394
|
-
headers
|
|
2395
|
-
statusCode
|
|
2396
|
-
body
|
|
2499
|
+
headers?: { [key: string]: string };
|
|
2500
|
+
statusCode?: number;
|
|
2501
|
+
body?: GetInventorySchemaResponseBody;
|
|
2397
2502
|
static names(): { [key: string]: string } {
|
|
2398
2503
|
return {
|
|
2399
2504
|
headers: 'headers',
|
|
@@ -2460,9 +2565,9 @@ export class GetOpsItemResponseBody extends $tea.Model {
|
|
|
2460
2565
|
}
|
|
2461
2566
|
|
|
2462
2567
|
export class GetOpsItemResponse extends $tea.Model {
|
|
2463
|
-
headers
|
|
2464
|
-
statusCode
|
|
2465
|
-
body
|
|
2568
|
+
headers?: { [key: string]: string };
|
|
2569
|
+
statusCode?: number;
|
|
2570
|
+
body?: GetOpsItemResponseBody;
|
|
2466
2571
|
static names(): { [key: string]: string } {
|
|
2467
2572
|
return {
|
|
2468
2573
|
headers: 'headers',
|
|
@@ -2535,9 +2640,9 @@ export class GetParameterResponseBody extends $tea.Model {
|
|
|
2535
2640
|
}
|
|
2536
2641
|
|
|
2537
2642
|
export class GetParameterResponse extends $tea.Model {
|
|
2538
|
-
headers
|
|
2539
|
-
statusCode
|
|
2540
|
-
body
|
|
2643
|
+
headers?: { [key: string]: string };
|
|
2644
|
+
statusCode?: number;
|
|
2645
|
+
body?: GetParameterResponseBody;
|
|
2541
2646
|
static names(): { [key: string]: string } {
|
|
2542
2647
|
return {
|
|
2543
2648
|
headers: 'headers',
|
|
@@ -2607,9 +2712,9 @@ export class GetParametersResponseBody extends $tea.Model {
|
|
|
2607
2712
|
}
|
|
2608
2713
|
|
|
2609
2714
|
export class GetParametersResponse extends $tea.Model {
|
|
2610
|
-
headers
|
|
2611
|
-
statusCode
|
|
2612
|
-
body
|
|
2715
|
+
headers?: { [key: string]: string };
|
|
2716
|
+
statusCode?: number;
|
|
2717
|
+
body?: GetParametersResponseBody;
|
|
2613
2718
|
static names(): { [key: string]: string } {
|
|
2614
2719
|
return {
|
|
2615
2720
|
headers: 'headers',
|
|
@@ -2694,9 +2799,9 @@ export class GetParametersByPathResponseBody extends $tea.Model {
|
|
|
2694
2799
|
}
|
|
2695
2800
|
|
|
2696
2801
|
export class GetParametersByPathResponse extends $tea.Model {
|
|
2697
|
-
headers
|
|
2698
|
-
statusCode
|
|
2699
|
-
body
|
|
2802
|
+
headers?: { [key: string]: string };
|
|
2803
|
+
statusCode?: number;
|
|
2804
|
+
body?: GetParametersByPathResponseBody;
|
|
2700
2805
|
static names(): { [key: string]: string } {
|
|
2701
2806
|
return {
|
|
2702
2807
|
headers: 'headers',
|
|
@@ -2763,9 +2868,9 @@ export class GetPatchBaselineResponseBody extends $tea.Model {
|
|
|
2763
2868
|
}
|
|
2764
2869
|
|
|
2765
2870
|
export class GetPatchBaselineResponse extends $tea.Model {
|
|
2766
|
-
headers
|
|
2767
|
-
statusCode
|
|
2768
|
-
body
|
|
2871
|
+
headers?: { [key: string]: string };
|
|
2872
|
+
statusCode?: number;
|
|
2873
|
+
body?: GetPatchBaselineResponseBody;
|
|
2769
2874
|
static names(): { [key: string]: string } {
|
|
2770
2875
|
return {
|
|
2771
2876
|
headers: 'headers',
|
|
@@ -2838,9 +2943,9 @@ export class GetSecretParameterResponseBody extends $tea.Model {
|
|
|
2838
2943
|
}
|
|
2839
2944
|
|
|
2840
2945
|
export class GetSecretParameterResponse extends $tea.Model {
|
|
2841
|
-
headers
|
|
2842
|
-
statusCode
|
|
2843
|
-
body
|
|
2946
|
+
headers?: { [key: string]: string };
|
|
2947
|
+
statusCode?: number;
|
|
2948
|
+
body?: GetSecretParameterResponseBody;
|
|
2844
2949
|
static names(): { [key: string]: string } {
|
|
2845
2950
|
return {
|
|
2846
2951
|
headers: 'headers',
|
|
@@ -2913,9 +3018,9 @@ export class GetSecretParametersResponseBody extends $tea.Model {
|
|
|
2913
3018
|
}
|
|
2914
3019
|
|
|
2915
3020
|
export class GetSecretParametersResponse extends $tea.Model {
|
|
2916
|
-
headers
|
|
2917
|
-
statusCode
|
|
2918
|
-
body
|
|
3021
|
+
headers?: { [key: string]: string };
|
|
3022
|
+
statusCode?: number;
|
|
3023
|
+
body?: GetSecretParametersResponseBody;
|
|
2919
3024
|
static names(): { [key: string]: string } {
|
|
2920
3025
|
return {
|
|
2921
3026
|
headers: 'headers',
|
|
@@ -3003,9 +3108,9 @@ export class GetSecretParametersByPathResponseBody extends $tea.Model {
|
|
|
3003
3108
|
}
|
|
3004
3109
|
|
|
3005
3110
|
export class GetSecretParametersByPathResponse extends $tea.Model {
|
|
3006
|
-
headers
|
|
3007
|
-
statusCode
|
|
3008
|
-
body
|
|
3111
|
+
headers?: { [key: string]: string };
|
|
3112
|
+
statusCode?: number;
|
|
3113
|
+
body?: GetSecretParametersByPathResponseBody;
|
|
3009
3114
|
static names(): { [key: string]: string } {
|
|
3010
3115
|
return {
|
|
3011
3116
|
headers: 'headers',
|
|
@@ -3069,9 +3174,9 @@ export class GetServiceSettingsResponseBody extends $tea.Model {
|
|
|
3069
3174
|
}
|
|
3070
3175
|
|
|
3071
3176
|
export class GetServiceSettingsResponse extends $tea.Model {
|
|
3072
|
-
headers
|
|
3073
|
-
statusCode
|
|
3074
|
-
body
|
|
3177
|
+
headers?: { [key: string]: string };
|
|
3178
|
+
statusCode?: number;
|
|
3179
|
+
body?: GetServiceSettingsResponseBody;
|
|
3075
3180
|
static names(): { [key: string]: string } {
|
|
3076
3181
|
return {
|
|
3077
3182
|
headers: 'headers',
|
|
@@ -3144,9 +3249,9 @@ export class GetTemplateResponseBody extends $tea.Model {
|
|
|
3144
3249
|
}
|
|
3145
3250
|
|
|
3146
3251
|
export class GetTemplateResponse extends $tea.Model {
|
|
3147
|
-
headers
|
|
3148
|
-
statusCode
|
|
3149
|
-
body
|
|
3252
|
+
headers?: { [key: string]: string };
|
|
3253
|
+
statusCode?: number;
|
|
3254
|
+
body?: GetTemplateResponseBody;
|
|
3150
3255
|
static names(): { [key: string]: string } {
|
|
3151
3256
|
return {
|
|
3152
3257
|
headers: 'headers',
|
|
@@ -3225,9 +3330,9 @@ export class ListActionsResponseBody extends $tea.Model {
|
|
|
3225
3330
|
}
|
|
3226
3331
|
|
|
3227
3332
|
export class ListActionsResponse extends $tea.Model {
|
|
3228
|
-
headers
|
|
3229
|
-
statusCode
|
|
3230
|
-
body
|
|
3333
|
+
headers?: { [key: string]: string };
|
|
3334
|
+
statusCode?: number;
|
|
3335
|
+
body?: ListActionsResponseBody;
|
|
3231
3336
|
static names(): { [key: string]: string } {
|
|
3232
3337
|
return {
|
|
3233
3338
|
headers: 'headers',
|
|
@@ -3318,9 +3423,9 @@ export class ListApplicationGroupsResponseBody extends $tea.Model {
|
|
|
3318
3423
|
}
|
|
3319
3424
|
|
|
3320
3425
|
export class ListApplicationGroupsResponse extends $tea.Model {
|
|
3321
|
-
headers
|
|
3322
|
-
statusCode
|
|
3323
|
-
body
|
|
3426
|
+
headers?: { [key: string]: string };
|
|
3427
|
+
statusCode?: number;
|
|
3428
|
+
body?: ListApplicationGroupsResponseBody;
|
|
3324
3429
|
static names(): { [key: string]: string } {
|
|
3325
3430
|
return {
|
|
3326
3431
|
headers: 'headers',
|
|
@@ -3445,9 +3550,9 @@ export class ListApplicationsResponseBody extends $tea.Model {
|
|
|
3445
3550
|
}
|
|
3446
3551
|
|
|
3447
3552
|
export class ListApplicationsResponse extends $tea.Model {
|
|
3448
|
-
headers
|
|
3449
|
-
statusCode
|
|
3450
|
-
body
|
|
3553
|
+
headers?: { [key: string]: string };
|
|
3554
|
+
statusCode?: number;
|
|
3555
|
+
body?: ListApplicationsResponseBody;
|
|
3451
3556
|
static names(): { [key: string]: string } {
|
|
3452
3557
|
return {
|
|
3453
3558
|
headers: 'headers',
|
|
@@ -3535,9 +3640,9 @@ export class ListExecutionLogsResponseBody extends $tea.Model {
|
|
|
3535
3640
|
}
|
|
3536
3641
|
|
|
3537
3642
|
export class ListExecutionLogsResponse extends $tea.Model {
|
|
3538
|
-
headers
|
|
3539
|
-
statusCode
|
|
3540
|
-
body
|
|
3643
|
+
headers?: { [key: string]: string };
|
|
3644
|
+
statusCode?: number;
|
|
3645
|
+
body?: ListExecutionLogsResponseBody;
|
|
3541
3646
|
static names(): { [key: string]: string } {
|
|
3542
3647
|
return {
|
|
3543
3648
|
headers: 'headers',
|
|
@@ -3604,9 +3709,9 @@ export class ListExecutionRiskyTasksResponseBody extends $tea.Model {
|
|
|
3604
3709
|
}
|
|
3605
3710
|
|
|
3606
3711
|
export class ListExecutionRiskyTasksResponse extends $tea.Model {
|
|
3607
|
-
headers
|
|
3608
|
-
statusCode
|
|
3609
|
-
body
|
|
3712
|
+
headers?: { [key: string]: string };
|
|
3713
|
+
statusCode?: number;
|
|
3714
|
+
body?: ListExecutionRiskyTasksResponseBody;
|
|
3610
3715
|
static names(): { [key: string]: string } {
|
|
3611
3716
|
return {
|
|
3612
3717
|
headers: 'headers',
|
|
@@ -3839,9 +3944,9 @@ export class ListExecutionsResponseBody extends $tea.Model {
|
|
|
3839
3944
|
}
|
|
3840
3945
|
|
|
3841
3946
|
export class ListExecutionsResponse extends $tea.Model {
|
|
3842
|
-
headers
|
|
3843
|
-
statusCode
|
|
3844
|
-
body
|
|
3947
|
+
headers?: { [key: string]: string };
|
|
3948
|
+
statusCode?: number;
|
|
3949
|
+
body?: ListExecutionsResponseBody;
|
|
3845
3950
|
static names(): { [key: string]: string } {
|
|
3846
3951
|
return {
|
|
3847
3952
|
headers: 'headers',
|
|
@@ -3863,6 +3968,90 @@ export class ListExecutionsResponse extends $tea.Model {
|
|
|
3863
3968
|
}
|
|
3864
3969
|
}
|
|
3865
3970
|
|
|
3971
|
+
export class ListGitRepositoriesRequest extends $tea.Model {
|
|
3972
|
+
clientToken?: string;
|
|
3973
|
+
orgName?: string;
|
|
3974
|
+
owner?: string;
|
|
3975
|
+
pageNumber?: number;
|
|
3976
|
+
pageSize?: number;
|
|
3977
|
+
platform?: string;
|
|
3978
|
+
static names(): { [key: string]: string } {
|
|
3979
|
+
return {
|
|
3980
|
+
clientToken: 'ClientToken',
|
|
3981
|
+
orgName: 'OrgName',
|
|
3982
|
+
owner: 'Owner',
|
|
3983
|
+
pageNumber: 'PageNumber',
|
|
3984
|
+
pageSize: 'PageSize',
|
|
3985
|
+
platform: 'Platform',
|
|
3986
|
+
};
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
static types(): { [key: string]: any } {
|
|
3990
|
+
return {
|
|
3991
|
+
clientToken: 'string',
|
|
3992
|
+
orgName: 'string',
|
|
3993
|
+
owner: 'string',
|
|
3994
|
+
pageNumber: 'number',
|
|
3995
|
+
pageSize: 'number',
|
|
3996
|
+
platform: 'string',
|
|
3997
|
+
};
|
|
3998
|
+
}
|
|
3999
|
+
|
|
4000
|
+
constructor(map?: { [key: string]: any }) {
|
|
4001
|
+
super(map);
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
export class ListGitRepositoriesResponseBody extends $tea.Model {
|
|
4006
|
+
count?: number;
|
|
4007
|
+
gitRepos?: ListGitRepositoriesResponseBodyGitRepos[];
|
|
4008
|
+
requestId?: string;
|
|
4009
|
+
static names(): { [key: string]: string } {
|
|
4010
|
+
return {
|
|
4011
|
+
count: 'Count',
|
|
4012
|
+
gitRepos: 'GitRepos',
|
|
4013
|
+
requestId: 'RequestId',
|
|
4014
|
+
};
|
|
4015
|
+
}
|
|
4016
|
+
|
|
4017
|
+
static types(): { [key: string]: any } {
|
|
4018
|
+
return {
|
|
4019
|
+
count: 'number',
|
|
4020
|
+
gitRepos: { 'type': 'array', 'itemType': ListGitRepositoriesResponseBodyGitRepos },
|
|
4021
|
+
requestId: 'string',
|
|
4022
|
+
};
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
constructor(map?: { [key: string]: any }) {
|
|
4026
|
+
super(map);
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
|
|
4030
|
+
export class ListGitRepositoriesResponse extends $tea.Model {
|
|
4031
|
+
headers?: { [key: string]: string };
|
|
4032
|
+
statusCode?: number;
|
|
4033
|
+
body?: ListGitRepositoriesResponseBody;
|
|
4034
|
+
static names(): { [key: string]: string } {
|
|
4035
|
+
return {
|
|
4036
|
+
headers: 'headers',
|
|
4037
|
+
statusCode: 'statusCode',
|
|
4038
|
+
body: 'body',
|
|
4039
|
+
};
|
|
4040
|
+
}
|
|
4041
|
+
|
|
4042
|
+
static types(): { [key: string]: any } {
|
|
4043
|
+
return {
|
|
4044
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4045
|
+
statusCode: 'number',
|
|
4046
|
+
body: ListGitRepositoriesResponseBody,
|
|
4047
|
+
};
|
|
4048
|
+
}
|
|
4049
|
+
|
|
4050
|
+
constructor(map?: { [key: string]: any }) {
|
|
4051
|
+
super(map);
|
|
4052
|
+
}
|
|
4053
|
+
}
|
|
4054
|
+
|
|
3866
4055
|
export class ListInstancePatchStatesRequest extends $tea.Model {
|
|
3867
4056
|
instanceIds?: string;
|
|
3868
4057
|
maxResults?: number;
|
|
@@ -3920,9 +4109,9 @@ export class ListInstancePatchStatesResponseBody extends $tea.Model {
|
|
|
3920
4109
|
}
|
|
3921
4110
|
|
|
3922
4111
|
export class ListInstancePatchStatesResponse extends $tea.Model {
|
|
3923
|
-
headers
|
|
3924
|
-
statusCode
|
|
3925
|
-
body
|
|
4112
|
+
headers?: { [key: string]: string };
|
|
4113
|
+
statusCode?: number;
|
|
4114
|
+
body?: ListInstancePatchStatesResponseBody;
|
|
3926
4115
|
static names(): { [key: string]: string } {
|
|
3927
4116
|
return {
|
|
3928
4117
|
headers: 'headers',
|
|
@@ -4004,9 +4193,9 @@ export class ListInstancePatchesResponseBody extends $tea.Model {
|
|
|
4004
4193
|
}
|
|
4005
4194
|
|
|
4006
4195
|
export class ListInstancePatchesResponse extends $tea.Model {
|
|
4007
|
-
headers
|
|
4008
|
-
statusCode
|
|
4009
|
-
body
|
|
4196
|
+
headers?: { [key: string]: string };
|
|
4197
|
+
statusCode?: number;
|
|
4198
|
+
body?: ListInstancePatchesResponseBody;
|
|
4010
4199
|
static names(): { [key: string]: string } {
|
|
4011
4200
|
return {
|
|
4012
4201
|
headers: 'headers',
|
|
@@ -4103,9 +4292,9 @@ export class ListInventoryEntriesResponseBody extends $tea.Model {
|
|
|
4103
4292
|
}
|
|
4104
4293
|
|
|
4105
4294
|
export class ListInventoryEntriesResponse extends $tea.Model {
|
|
4106
|
-
headers
|
|
4107
|
-
statusCode
|
|
4108
|
-
body
|
|
4295
|
+
headers?: { [key: string]: string };
|
|
4296
|
+
statusCode?: number;
|
|
4297
|
+
body?: ListInventoryEntriesResponseBody;
|
|
4109
4298
|
static names(): { [key: string]: string } {
|
|
4110
4299
|
return {
|
|
4111
4300
|
headers: 'headers',
|
|
@@ -4227,9 +4416,9 @@ export class ListOpsItemsResponseBody extends $tea.Model {
|
|
|
4227
4416
|
}
|
|
4228
4417
|
|
|
4229
4418
|
export class ListOpsItemsResponse extends $tea.Model {
|
|
4230
|
-
headers
|
|
4231
|
-
statusCode
|
|
4232
|
-
body
|
|
4419
|
+
headers?: { [key: string]: string };
|
|
4420
|
+
statusCode?: number;
|
|
4421
|
+
body?: ListOpsItemsResponseBody;
|
|
4233
4422
|
static names(): { [key: string]: string } {
|
|
4234
4423
|
return {
|
|
4235
4424
|
headers: 'headers',
|
|
@@ -4332,9 +4521,9 @@ export class ListParameterVersionsResponseBody extends $tea.Model {
|
|
|
4332
4521
|
}
|
|
4333
4522
|
|
|
4334
4523
|
export class ListParameterVersionsResponse extends $tea.Model {
|
|
4335
|
-
headers
|
|
4336
|
-
statusCode
|
|
4337
|
-
body
|
|
4524
|
+
headers?: { [key: string]: string };
|
|
4525
|
+
statusCode?: number;
|
|
4526
|
+
body?: ListParameterVersionsResponseBody;
|
|
4338
4527
|
static names(): { [key: string]: string } {
|
|
4339
4528
|
return {
|
|
4340
4529
|
headers: 'headers',
|
|
@@ -4492,9 +4681,9 @@ export class ListParametersResponseBody extends $tea.Model {
|
|
|
4492
4681
|
}
|
|
4493
4682
|
|
|
4494
4683
|
export class ListParametersResponse extends $tea.Model {
|
|
4495
|
-
headers
|
|
4496
|
-
statusCode
|
|
4497
|
-
body
|
|
4684
|
+
headers?: { [key: string]: string };
|
|
4685
|
+
statusCode?: number;
|
|
4686
|
+
body?: ListParametersResponseBody;
|
|
4498
4687
|
static names(): { [key: string]: string } {
|
|
4499
4688
|
return {
|
|
4500
4689
|
headers: 'headers',
|
|
@@ -4643,9 +4832,9 @@ export class ListPatchBaselinesResponseBody extends $tea.Model {
|
|
|
4643
4832
|
}
|
|
4644
4833
|
|
|
4645
4834
|
export class ListPatchBaselinesResponse extends $tea.Model {
|
|
4646
|
-
headers
|
|
4647
|
-
statusCode
|
|
4648
|
-
body
|
|
4835
|
+
headers?: { [key: string]: string };
|
|
4836
|
+
statusCode?: number;
|
|
4837
|
+
body?: ListPatchBaselinesResponseBody;
|
|
4649
4838
|
static names(): { [key: string]: string } {
|
|
4650
4839
|
return {
|
|
4651
4840
|
headers: 'headers',
|
|
@@ -4724,9 +4913,9 @@ export class ListResourceExecutionStatusResponseBody extends $tea.Model {
|
|
|
4724
4913
|
}
|
|
4725
4914
|
|
|
4726
4915
|
export class ListResourceExecutionStatusResponse extends $tea.Model {
|
|
4727
|
-
headers
|
|
4728
|
-
statusCode
|
|
4729
|
-
body
|
|
4916
|
+
headers?: { [key: string]: string };
|
|
4917
|
+
statusCode?: number;
|
|
4918
|
+
body?: ListResourceExecutionStatusResponseBody;
|
|
4730
4919
|
static names(): { [key: string]: string } {
|
|
4731
4920
|
return {
|
|
4732
4921
|
headers: 'headers',
|
|
@@ -4832,9 +5021,9 @@ export class ListSecretParameterVersionsResponseBody extends $tea.Model {
|
|
|
4832
5021
|
}
|
|
4833
5022
|
|
|
4834
5023
|
export class ListSecretParameterVersionsResponse extends $tea.Model {
|
|
4835
|
-
headers
|
|
4836
|
-
statusCode
|
|
4837
|
-
body
|
|
5024
|
+
headers?: { [key: string]: string };
|
|
5025
|
+
statusCode?: number;
|
|
5026
|
+
body?: ListSecretParameterVersionsResponseBody;
|
|
4838
5027
|
static names(): { [key: string]: string } {
|
|
4839
5028
|
return {
|
|
4840
5029
|
headers: 'headers',
|
|
@@ -4977,9 +5166,9 @@ export class ListSecretParametersResponseBody extends $tea.Model {
|
|
|
4977
5166
|
}
|
|
4978
5167
|
|
|
4979
5168
|
export class ListSecretParametersResponse extends $tea.Model {
|
|
4980
|
-
headers
|
|
4981
|
-
statusCode
|
|
4982
|
-
body
|
|
5169
|
+
headers?: { [key: string]: string };
|
|
5170
|
+
statusCode?: number;
|
|
5171
|
+
body?: ListSecretParametersResponseBody;
|
|
4983
5172
|
static names(): { [key: string]: string } {
|
|
4984
5173
|
return {
|
|
4985
5174
|
headers: 'headers',
|
|
@@ -5107,9 +5296,9 @@ export class ListStateConfigurationsResponseBody extends $tea.Model {
|
|
|
5107
5296
|
}
|
|
5108
5297
|
|
|
5109
5298
|
export class ListStateConfigurationsResponse extends $tea.Model {
|
|
5110
|
-
headers
|
|
5111
|
-
statusCode
|
|
5112
|
-
body
|
|
5299
|
+
headers?: { [key: string]: string };
|
|
5300
|
+
statusCode?: number;
|
|
5301
|
+
body?: ListStateConfigurationsResponseBody;
|
|
5113
5302
|
static names(): { [key: string]: string } {
|
|
5114
5303
|
return {
|
|
5115
5304
|
headers: 'headers',
|
|
@@ -5188,9 +5377,9 @@ export class ListTagKeysResponseBody extends $tea.Model {
|
|
|
5188
5377
|
}
|
|
5189
5378
|
|
|
5190
5379
|
export class ListTagKeysResponse extends $tea.Model {
|
|
5191
|
-
headers
|
|
5192
|
-
statusCode
|
|
5193
|
-
body
|
|
5380
|
+
headers?: { [key: string]: string };
|
|
5381
|
+
statusCode?: number;
|
|
5382
|
+
body?: ListTagKeysResponseBody;
|
|
5194
5383
|
static names(): { [key: string]: string } {
|
|
5195
5384
|
return {
|
|
5196
5385
|
headers: 'headers',
|
|
@@ -5300,9 +5489,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
5300
5489
|
}
|
|
5301
5490
|
|
|
5302
5491
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
5303
|
-
headers
|
|
5304
|
-
statusCode
|
|
5305
|
-
body
|
|
5492
|
+
headers?: { [key: string]: string };
|
|
5493
|
+
statusCode?: number;
|
|
5494
|
+
body?: ListTagResourcesResponseBody;
|
|
5306
5495
|
static names(): { [key: string]: string } {
|
|
5307
5496
|
return {
|
|
5308
5497
|
headers: 'headers',
|
|
@@ -5384,9 +5573,9 @@ export class ListTagValuesResponseBody extends $tea.Model {
|
|
|
5384
5573
|
}
|
|
5385
5574
|
|
|
5386
5575
|
export class ListTagValuesResponse extends $tea.Model {
|
|
5387
|
-
headers
|
|
5388
|
-
statusCode
|
|
5389
|
-
body
|
|
5576
|
+
headers?: { [key: string]: string };
|
|
5577
|
+
statusCode?: number;
|
|
5578
|
+
body?: ListTagValuesResponseBody;
|
|
5390
5579
|
static names(): { [key: string]: string } {
|
|
5391
5580
|
return {
|
|
5392
5581
|
headers: 'headers',
|
|
@@ -5501,9 +5690,9 @@ export class ListTaskExecutionsResponseBody extends $tea.Model {
|
|
|
5501
5690
|
}
|
|
5502
5691
|
|
|
5503
5692
|
export class ListTaskExecutionsResponse extends $tea.Model {
|
|
5504
|
-
headers
|
|
5505
|
-
statusCode
|
|
5506
|
-
body
|
|
5693
|
+
headers?: { [key: string]: string };
|
|
5694
|
+
statusCode?: number;
|
|
5695
|
+
body?: ListTaskExecutionsResponseBody;
|
|
5507
5696
|
static names(): { [key: string]: string } {
|
|
5508
5697
|
return {
|
|
5509
5698
|
headers: 'headers',
|
|
@@ -5585,9 +5774,9 @@ export class ListTemplateVersionsResponseBody extends $tea.Model {
|
|
|
5585
5774
|
}
|
|
5586
5775
|
|
|
5587
5776
|
export class ListTemplateVersionsResponse extends $tea.Model {
|
|
5588
|
-
headers
|
|
5589
|
-
statusCode
|
|
5590
|
-
body
|
|
5777
|
+
headers?: { [key: string]: string };
|
|
5778
|
+
statusCode?: number;
|
|
5779
|
+
body?: ListTemplateVersionsResponseBody;
|
|
5591
5780
|
static names(): { [key: string]: string } {
|
|
5592
5781
|
return {
|
|
5593
5782
|
headers: 'headers',
|
|
@@ -5615,6 +5804,7 @@ export class ListTemplatesRequest extends $tea.Model {
|
|
|
5615
5804
|
createdDateAfter?: string;
|
|
5616
5805
|
createdDateBefore?: string;
|
|
5617
5806
|
hasTrigger?: boolean;
|
|
5807
|
+
isFavorite?: boolean;
|
|
5618
5808
|
maxResults?: number;
|
|
5619
5809
|
nextToken?: string;
|
|
5620
5810
|
regionId?: string;
|
|
@@ -5633,6 +5823,7 @@ export class ListTemplatesRequest extends $tea.Model {
|
|
|
5633
5823
|
createdDateAfter: 'CreatedDateAfter',
|
|
5634
5824
|
createdDateBefore: 'CreatedDateBefore',
|
|
5635
5825
|
hasTrigger: 'HasTrigger',
|
|
5826
|
+
isFavorite: 'IsFavorite',
|
|
5636
5827
|
maxResults: 'MaxResults',
|
|
5637
5828
|
nextToken: 'NextToken',
|
|
5638
5829
|
regionId: 'RegionId',
|
|
@@ -5654,6 +5845,7 @@ export class ListTemplatesRequest extends $tea.Model {
|
|
|
5654
5845
|
createdDateAfter: 'string',
|
|
5655
5846
|
createdDateBefore: 'string',
|
|
5656
5847
|
hasTrigger: 'boolean',
|
|
5848
|
+
isFavorite: 'boolean',
|
|
5657
5849
|
maxResults: 'number',
|
|
5658
5850
|
nextToken: 'string',
|
|
5659
5851
|
regionId: 'string',
|
|
@@ -5679,6 +5871,7 @@ export class ListTemplatesShrinkRequest extends $tea.Model {
|
|
|
5679
5871
|
createdDateAfter?: string;
|
|
5680
5872
|
createdDateBefore?: string;
|
|
5681
5873
|
hasTrigger?: boolean;
|
|
5874
|
+
isFavorite?: boolean;
|
|
5682
5875
|
maxResults?: number;
|
|
5683
5876
|
nextToken?: string;
|
|
5684
5877
|
regionId?: string;
|
|
@@ -5697,6 +5890,7 @@ export class ListTemplatesShrinkRequest extends $tea.Model {
|
|
|
5697
5890
|
createdDateAfter: 'CreatedDateAfter',
|
|
5698
5891
|
createdDateBefore: 'CreatedDateBefore',
|
|
5699
5892
|
hasTrigger: 'HasTrigger',
|
|
5893
|
+
isFavorite: 'IsFavorite',
|
|
5700
5894
|
maxResults: 'MaxResults',
|
|
5701
5895
|
nextToken: 'NextToken',
|
|
5702
5896
|
regionId: 'RegionId',
|
|
@@ -5718,6 +5912,7 @@ export class ListTemplatesShrinkRequest extends $tea.Model {
|
|
|
5718
5912
|
createdDateAfter: 'string',
|
|
5719
5913
|
createdDateBefore: 'string',
|
|
5720
5914
|
hasTrigger: 'boolean',
|
|
5915
|
+
isFavorite: 'boolean',
|
|
5721
5916
|
maxResults: 'number',
|
|
5722
5917
|
nextToken: 'string',
|
|
5723
5918
|
regionId: 'string',
|
|
@@ -5766,9 +5961,9 @@ export class ListTemplatesResponseBody extends $tea.Model {
|
|
|
5766
5961
|
}
|
|
5767
5962
|
|
|
5768
5963
|
export class ListTemplatesResponse extends $tea.Model {
|
|
5769
|
-
headers
|
|
5770
|
-
statusCode
|
|
5771
|
-
body
|
|
5964
|
+
headers?: { [key: string]: string };
|
|
5965
|
+
statusCode?: number;
|
|
5966
|
+
body?: ListTemplatesResponseBody;
|
|
5772
5967
|
static names(): { [key: string]: string } {
|
|
5773
5968
|
return {
|
|
5774
5969
|
headers: 'headers',
|
|
@@ -5856,9 +6051,9 @@ export class NotifyExecutionResponseBody extends $tea.Model {
|
|
|
5856
6051
|
}
|
|
5857
6052
|
|
|
5858
6053
|
export class NotifyExecutionResponse extends $tea.Model {
|
|
5859
|
-
headers
|
|
5860
|
-
statusCode
|
|
5861
|
-
body
|
|
6054
|
+
headers?: { [key: string]: string };
|
|
6055
|
+
statusCode?: number;
|
|
6056
|
+
body?: NotifyExecutionResponseBody;
|
|
5862
6057
|
static names(): { [key: string]: string } {
|
|
5863
6058
|
return {
|
|
5864
6059
|
headers: 'headers',
|
|
@@ -5925,9 +6120,9 @@ export class RegisterDefaultPatchBaselineResponseBody extends $tea.Model {
|
|
|
5925
6120
|
}
|
|
5926
6121
|
|
|
5927
6122
|
export class RegisterDefaultPatchBaselineResponse extends $tea.Model {
|
|
5928
|
-
headers
|
|
5929
|
-
statusCode
|
|
5930
|
-
body
|
|
6123
|
+
headers?: { [key: string]: string };
|
|
6124
|
+
statusCode?: number;
|
|
6125
|
+
body?: RegisterDefaultPatchBaselineResponseBody;
|
|
5931
6126
|
static names(): { [key: string]: string } {
|
|
5932
6127
|
return {
|
|
5933
6128
|
headers: 'headers',
|
|
@@ -6009,9 +6204,9 @@ export class SearchInventoryResponseBody extends $tea.Model {
|
|
|
6009
6204
|
}
|
|
6010
6205
|
|
|
6011
6206
|
export class SearchInventoryResponse extends $tea.Model {
|
|
6012
|
-
headers
|
|
6013
|
-
statusCode
|
|
6014
|
-
body
|
|
6207
|
+
headers?: { [key: string]: string };
|
|
6208
|
+
statusCode?: number;
|
|
6209
|
+
body?: SearchInventoryResponseBody;
|
|
6015
6210
|
static names(): { [key: string]: string } {
|
|
6016
6211
|
return {
|
|
6017
6212
|
headers: 'headers',
|
|
@@ -6093,9 +6288,9 @@ export class SetServiceSettingsResponseBody extends $tea.Model {
|
|
|
6093
6288
|
}
|
|
6094
6289
|
|
|
6095
6290
|
export class SetServiceSettingsResponse extends $tea.Model {
|
|
6096
|
-
headers
|
|
6097
|
-
statusCode
|
|
6098
|
-
body
|
|
6291
|
+
headers?: { [key: string]: string };
|
|
6292
|
+
statusCode?: number;
|
|
6293
|
+
body?: SetServiceSettingsResponseBody;
|
|
6099
6294
|
static names(): { [key: string]: string } {
|
|
6100
6295
|
return {
|
|
6101
6296
|
headers: 'headers',
|
|
@@ -6256,9 +6451,9 @@ export class StartExecutionResponseBody extends $tea.Model {
|
|
|
6256
6451
|
}
|
|
6257
6452
|
|
|
6258
6453
|
export class StartExecutionResponse extends $tea.Model {
|
|
6259
|
-
headers
|
|
6260
|
-
statusCode
|
|
6261
|
-
body
|
|
6454
|
+
headers?: { [key: string]: string };
|
|
6455
|
+
statusCode?: number;
|
|
6456
|
+
body?: StartExecutionResponseBody;
|
|
6262
6457
|
static names(): { [key: string]: string } {
|
|
6263
6458
|
return {
|
|
6264
6459
|
headers: 'headers',
|
|
@@ -6356,9 +6551,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
6356
6551
|
}
|
|
6357
6552
|
|
|
6358
6553
|
export class TagResourcesResponse extends $tea.Model {
|
|
6359
|
-
headers
|
|
6360
|
-
statusCode
|
|
6361
|
-
body
|
|
6554
|
+
headers?: { [key: string]: string };
|
|
6555
|
+
statusCode?: number;
|
|
6556
|
+
body?: TagResourcesResponseBody;
|
|
6362
6557
|
static names(): { [key: string]: string } {
|
|
6363
6558
|
return {
|
|
6364
6559
|
headers: 'headers',
|
|
@@ -6431,9 +6626,9 @@ export class TriggerExecutionResponseBody extends $tea.Model {
|
|
|
6431
6626
|
}
|
|
6432
6627
|
|
|
6433
6628
|
export class TriggerExecutionResponse extends $tea.Model {
|
|
6434
|
-
headers
|
|
6435
|
-
statusCode
|
|
6436
|
-
body
|
|
6629
|
+
headers?: { [key: string]: string };
|
|
6630
|
+
statusCode?: number;
|
|
6631
|
+
body?: TriggerExecutionResponseBody;
|
|
6437
6632
|
static names(): { [key: string]: string } {
|
|
6438
6633
|
return {
|
|
6439
6634
|
headers: 'headers',
|
|
@@ -6537,9 +6732,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
6537
6732
|
}
|
|
6538
6733
|
|
|
6539
6734
|
export class UntagResourcesResponse extends $tea.Model {
|
|
6540
|
-
headers
|
|
6541
|
-
statusCode
|
|
6542
|
-
body
|
|
6735
|
+
headers?: { [key: string]: string };
|
|
6736
|
+
statusCode?: number;
|
|
6737
|
+
body?: UntagResourcesResponseBody;
|
|
6543
6738
|
static names(): { [key: string]: string } {
|
|
6544
6739
|
return {
|
|
6545
6740
|
headers: 'headers',
|
|
@@ -6652,9 +6847,9 @@ export class UpdateApplicationResponseBody extends $tea.Model {
|
|
|
6652
6847
|
}
|
|
6653
6848
|
|
|
6654
6849
|
export class UpdateApplicationResponse extends $tea.Model {
|
|
6655
|
-
headers
|
|
6656
|
-
statusCode
|
|
6657
|
-
body
|
|
6850
|
+
headers?: { [key: string]: string };
|
|
6851
|
+
statusCode?: number;
|
|
6852
|
+
body?: UpdateApplicationResponseBody;
|
|
6658
6853
|
static names(): { [key: string]: string } {
|
|
6659
6854
|
return {
|
|
6660
6855
|
headers: 'headers',
|
|
@@ -6727,9 +6922,9 @@ export class UpdateApplicationGroupResponseBody extends $tea.Model {
|
|
|
6727
6922
|
}
|
|
6728
6923
|
|
|
6729
6924
|
export class UpdateApplicationGroupResponse extends $tea.Model {
|
|
6730
|
-
headers
|
|
6731
|
-
statusCode
|
|
6732
|
-
body
|
|
6925
|
+
headers?: { [key: string]: string };
|
|
6926
|
+
statusCode?: number;
|
|
6927
|
+
body?: UpdateApplicationGroupResponseBody;
|
|
6733
6928
|
static names(): { [key: string]: string } {
|
|
6734
6929
|
return {
|
|
6735
6930
|
headers: 'headers',
|
|
@@ -6808,9 +7003,9 @@ export class UpdateExecutionResponseBody extends $tea.Model {
|
|
|
6808
7003
|
}
|
|
6809
7004
|
|
|
6810
7005
|
export class UpdateExecutionResponse extends $tea.Model {
|
|
6811
|
-
headers
|
|
6812
|
-
statusCode
|
|
6813
|
-
body
|
|
7006
|
+
headers?: { [key: string]: string };
|
|
7007
|
+
statusCode?: number;
|
|
7008
|
+
body?: UpdateExecutionResponseBody;
|
|
6814
7009
|
static names(): { [key: string]: string } {
|
|
6815
7010
|
return {
|
|
6816
7011
|
headers: 'headers',
|
|
@@ -6977,9 +7172,9 @@ export class UpdateOpsItemResponseBody extends $tea.Model {
|
|
|
6977
7172
|
}
|
|
6978
7173
|
|
|
6979
7174
|
export class UpdateOpsItemResponse extends $tea.Model {
|
|
6980
|
-
headers
|
|
6981
|
-
statusCode
|
|
6982
|
-
body
|
|
7175
|
+
headers?: { [key: string]: string };
|
|
7176
|
+
statusCode?: number;
|
|
7177
|
+
body?: UpdateOpsItemResponseBody;
|
|
6983
7178
|
static names(): { [key: string]: string } {
|
|
6984
7179
|
return {
|
|
6985
7180
|
headers: 'headers',
|
|
@@ -7058,9 +7253,9 @@ export class UpdateParameterResponseBody extends $tea.Model {
|
|
|
7058
7253
|
}
|
|
7059
7254
|
|
|
7060
7255
|
export class UpdateParameterResponse extends $tea.Model {
|
|
7061
|
-
headers
|
|
7062
|
-
statusCode
|
|
7063
|
-
body
|
|
7256
|
+
headers?: { [key: string]: string };
|
|
7257
|
+
statusCode?: number;
|
|
7258
|
+
body?: UpdateParameterResponseBody;
|
|
7064
7259
|
static names(): { [key: string]: string } {
|
|
7065
7260
|
return {
|
|
7066
7261
|
headers: 'headers',
|
|
@@ -7209,9 +7404,9 @@ export class UpdatePatchBaselineResponseBody extends $tea.Model {
|
|
|
7209
7404
|
}
|
|
7210
7405
|
|
|
7211
7406
|
export class UpdatePatchBaselineResponse extends $tea.Model {
|
|
7212
|
-
headers
|
|
7213
|
-
statusCode
|
|
7214
|
-
body
|
|
7407
|
+
headers?: { [key: string]: string };
|
|
7408
|
+
statusCode?: number;
|
|
7409
|
+
body?: UpdatePatchBaselineResponseBody;
|
|
7215
7410
|
static names(): { [key: string]: string } {
|
|
7216
7411
|
return {
|
|
7217
7412
|
headers: 'headers',
|
|
@@ -7324,9 +7519,9 @@ export class UpdateSecretParameterResponseBody extends $tea.Model {
|
|
|
7324
7519
|
}
|
|
7325
7520
|
|
|
7326
7521
|
export class UpdateSecretParameterResponse extends $tea.Model {
|
|
7327
|
-
headers
|
|
7328
|
-
statusCode
|
|
7329
|
-
body
|
|
7522
|
+
headers?: { [key: string]: string };
|
|
7523
|
+
statusCode?: number;
|
|
7524
|
+
body?: UpdateSecretParameterResponseBody;
|
|
7330
7525
|
static names(): { [key: string]: string } {
|
|
7331
7526
|
return {
|
|
7332
7527
|
headers: 'headers',
|
|
@@ -7469,9 +7664,9 @@ export class UpdateStateConfigurationResponseBody extends $tea.Model {
|
|
|
7469
7664
|
}
|
|
7470
7665
|
|
|
7471
7666
|
export class UpdateStateConfigurationResponse extends $tea.Model {
|
|
7472
|
-
headers
|
|
7473
|
-
statusCode
|
|
7474
|
-
body
|
|
7667
|
+
headers?: { [key: string]: string };
|
|
7668
|
+
statusCode?: number;
|
|
7669
|
+
body?: UpdateStateConfigurationResponseBody;
|
|
7475
7670
|
static names(): { [key: string]: string } {
|
|
7476
7671
|
return {
|
|
7477
7672
|
headers: 'headers',
|
|
@@ -7584,9 +7779,9 @@ export class UpdateTemplateResponseBody extends $tea.Model {
|
|
|
7584
7779
|
}
|
|
7585
7780
|
|
|
7586
7781
|
export class UpdateTemplateResponse extends $tea.Model {
|
|
7587
|
-
headers
|
|
7588
|
-
statusCode
|
|
7589
|
-
body
|
|
7782
|
+
headers?: { [key: string]: string };
|
|
7783
|
+
statusCode?: number;
|
|
7784
|
+
body?: UpdateTemplateResponseBody;
|
|
7590
7785
|
static names(): { [key: string]: string } {
|
|
7591
7786
|
return {
|
|
7592
7787
|
headers: 'headers',
|
|
@@ -7665,9 +7860,9 @@ export class ValidateTemplateContentResponseBody extends $tea.Model {
|
|
|
7665
7860
|
}
|
|
7666
7861
|
|
|
7667
7862
|
export class ValidateTemplateContentResponse extends $tea.Model {
|
|
7668
|
-
headers
|
|
7669
|
-
statusCode
|
|
7670
|
-
body
|
|
7863
|
+
headers?: { [key: string]: string };
|
|
7864
|
+
statusCode?: number;
|
|
7865
|
+
body?: ValidateTemplateContentResponseBody;
|
|
7671
7866
|
static names(): { [key: string]: string } {
|
|
7672
7867
|
return {
|
|
7673
7868
|
headers: 'headers',
|
|
@@ -8025,6 +8220,7 @@ export class CreateSecretParameterResponseBodyParameter extends $tea.Model {
|
|
|
8025
8220
|
constraints?: string;
|
|
8026
8221
|
createdBy?: string;
|
|
8027
8222
|
createdDate?: string;
|
|
8223
|
+
DKMSInstanceId?: string;
|
|
8028
8224
|
description?: string;
|
|
8029
8225
|
id?: string;
|
|
8030
8226
|
keyId?: string;
|
|
@@ -8041,6 +8237,7 @@ export class CreateSecretParameterResponseBodyParameter extends $tea.Model {
|
|
|
8041
8237
|
constraints: 'Constraints',
|
|
8042
8238
|
createdBy: 'CreatedBy',
|
|
8043
8239
|
createdDate: 'CreatedDate',
|
|
8240
|
+
DKMSInstanceId: 'DKMSInstanceId',
|
|
8044
8241
|
description: 'Description',
|
|
8045
8242
|
id: 'Id',
|
|
8046
8243
|
keyId: 'KeyId',
|
|
@@ -8060,6 +8257,7 @@ export class CreateSecretParameterResponseBodyParameter extends $tea.Model {
|
|
|
8060
8257
|
constraints: 'string',
|
|
8061
8258
|
createdBy: 'string',
|
|
8062
8259
|
createdDate: 'string',
|
|
8260
|
+
DKMSInstanceId: 'string',
|
|
8063
8261
|
description: 'string',
|
|
8064
8262
|
id: 'string',
|
|
8065
8263
|
keyId: 'string',
|
|
@@ -8192,6 +8390,52 @@ export class CreateTemplateResponseBodyTemplate extends $tea.Model {
|
|
|
8192
8390
|
}
|
|
8193
8391
|
}
|
|
8194
8392
|
|
|
8393
|
+
export class DescribeApplicationGroupBillResponseBodyApplicationGroupConsume extends $tea.Model {
|
|
8394
|
+
amount?: number;
|
|
8395
|
+
creationTime?: string;
|
|
8396
|
+
currency?: string;
|
|
8397
|
+
instanceId?: string;
|
|
8398
|
+
instanceName?: string;
|
|
8399
|
+
instanceType?: string;
|
|
8400
|
+
optimization?: string;
|
|
8401
|
+
peakType?: string;
|
|
8402
|
+
performance?: string;
|
|
8403
|
+
status?: string;
|
|
8404
|
+
static names(): { [key: string]: string } {
|
|
8405
|
+
return {
|
|
8406
|
+
amount: 'Amount',
|
|
8407
|
+
creationTime: 'CreationTime',
|
|
8408
|
+
currency: 'Currency',
|
|
8409
|
+
instanceId: 'InstanceId',
|
|
8410
|
+
instanceName: 'InstanceName',
|
|
8411
|
+
instanceType: 'InstanceType',
|
|
8412
|
+
optimization: 'Optimization',
|
|
8413
|
+
peakType: 'PeakType',
|
|
8414
|
+
performance: 'Performance',
|
|
8415
|
+
status: 'Status',
|
|
8416
|
+
};
|
|
8417
|
+
}
|
|
8418
|
+
|
|
8419
|
+
static types(): { [key: string]: any } {
|
|
8420
|
+
return {
|
|
8421
|
+
amount: 'number',
|
|
8422
|
+
creationTime: 'string',
|
|
8423
|
+
currency: 'string',
|
|
8424
|
+
instanceId: 'string',
|
|
8425
|
+
instanceName: 'string',
|
|
8426
|
+
instanceType: 'string',
|
|
8427
|
+
optimization: 'string',
|
|
8428
|
+
peakType: 'string',
|
|
8429
|
+
performance: 'string',
|
|
8430
|
+
status: 'string',
|
|
8431
|
+
};
|
|
8432
|
+
}
|
|
8433
|
+
|
|
8434
|
+
constructor(map?: { [key: string]: any }) {
|
|
8435
|
+
super(map);
|
|
8436
|
+
}
|
|
8437
|
+
}
|
|
8438
|
+
|
|
8195
8439
|
export class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
8196
8440
|
localName?: string;
|
|
8197
8441
|
regionEndpoint?: string;
|
|
@@ -8447,7 +8691,6 @@ export class GetOpsItemResponseBodyOpsItem extends $tea.Model {
|
|
|
8447
8691
|
category?: string;
|
|
8448
8692
|
createBy?: string;
|
|
8449
8693
|
createDate?: string;
|
|
8450
|
-
dedupString?: string;
|
|
8451
8694
|
description?: string;
|
|
8452
8695
|
lastModifiedBy?: string;
|
|
8453
8696
|
opsItemId?: string;
|
|
@@ -8467,7 +8710,6 @@ export class GetOpsItemResponseBodyOpsItem extends $tea.Model {
|
|
|
8467
8710
|
category: 'Category',
|
|
8468
8711
|
createBy: 'CreateBy',
|
|
8469
8712
|
createDate: 'CreateDate',
|
|
8470
|
-
dedupString: 'DedupString',
|
|
8471
8713
|
description: 'Description',
|
|
8472
8714
|
lastModifiedBy: 'LastModifiedBy',
|
|
8473
8715
|
opsItemId: 'OpsItemId',
|
|
@@ -8490,7 +8732,6 @@ export class GetOpsItemResponseBodyOpsItem extends $tea.Model {
|
|
|
8490
8732
|
category: 'string',
|
|
8491
8733
|
createBy: 'string',
|
|
8492
8734
|
createDate: 'string',
|
|
8493
|
-
dedupString: 'string',
|
|
8494
8735
|
description: 'string',
|
|
8495
8736
|
lastModifiedBy: 'string',
|
|
8496
8737
|
opsItemId: 'string',
|
|
@@ -8779,6 +9020,7 @@ export class GetSecretParameterResponseBodyParameter extends $tea.Model {
|
|
|
8779
9020
|
constraints?: string;
|
|
8780
9021
|
createdBy?: string;
|
|
8781
9022
|
createdDate?: string;
|
|
9023
|
+
DKMSInstanceId?: string;
|
|
8782
9024
|
description?: string;
|
|
8783
9025
|
id?: string;
|
|
8784
9026
|
keyId?: string;
|
|
@@ -8796,6 +9038,7 @@ export class GetSecretParameterResponseBodyParameter extends $tea.Model {
|
|
|
8796
9038
|
constraints: 'Constraints',
|
|
8797
9039
|
createdBy: 'CreatedBy',
|
|
8798
9040
|
createdDate: 'CreatedDate',
|
|
9041
|
+
DKMSInstanceId: 'DKMSInstanceId',
|
|
8799
9042
|
description: 'Description',
|
|
8800
9043
|
id: 'Id',
|
|
8801
9044
|
keyId: 'KeyId',
|
|
@@ -8816,6 +9059,7 @@ export class GetSecretParameterResponseBodyParameter extends $tea.Model {
|
|
|
8816
9059
|
constraints: 'string',
|
|
8817
9060
|
createdBy: 'string',
|
|
8818
9061
|
createdDate: 'string',
|
|
9062
|
+
DKMSInstanceId: 'string',
|
|
8819
9063
|
description: 'string',
|
|
8820
9064
|
id: 'string',
|
|
8821
9065
|
keyId: 'string',
|
|
@@ -9372,6 +9616,34 @@ export class ListExecutionsResponseBodyExecutions extends $tea.Model {
|
|
|
9372
9616
|
}
|
|
9373
9617
|
}
|
|
9374
9618
|
|
|
9619
|
+
export class ListGitRepositoriesResponseBodyGitRepos extends $tea.Model {
|
|
9620
|
+
description?: string;
|
|
9621
|
+
fullName?: string;
|
|
9622
|
+
htmlUrl?: string;
|
|
9623
|
+
isPrivate?: boolean;
|
|
9624
|
+
static names(): { [key: string]: string } {
|
|
9625
|
+
return {
|
|
9626
|
+
description: 'Description',
|
|
9627
|
+
fullName: 'FullName',
|
|
9628
|
+
htmlUrl: 'HtmlUrl',
|
|
9629
|
+
isPrivate: 'IsPrivate',
|
|
9630
|
+
};
|
|
9631
|
+
}
|
|
9632
|
+
|
|
9633
|
+
static types(): { [key: string]: any } {
|
|
9634
|
+
return {
|
|
9635
|
+
description: 'string',
|
|
9636
|
+
fullName: 'string',
|
|
9637
|
+
htmlUrl: 'string',
|
|
9638
|
+
isPrivate: 'boolean',
|
|
9639
|
+
};
|
|
9640
|
+
}
|
|
9641
|
+
|
|
9642
|
+
constructor(map?: { [key: string]: any }) {
|
|
9643
|
+
super(map);
|
|
9644
|
+
}
|
|
9645
|
+
}
|
|
9646
|
+
|
|
9375
9647
|
export class ListInstancePatchStatesResponseBodyInstancePatchStates extends $tea.Model {
|
|
9376
9648
|
baselineId?: string;
|
|
9377
9649
|
failedCount?: string;
|
|
@@ -10098,12 +10370,15 @@ export class ListTemplateVersionsResponseBodyTemplateVersions extends $tea.Model
|
|
|
10098
10370
|
|
|
10099
10371
|
export class ListTemplatesResponseBodyTemplates extends $tea.Model {
|
|
10100
10372
|
category?: string;
|
|
10373
|
+
constraints?: string;
|
|
10101
10374
|
createdBy?: string;
|
|
10102
10375
|
createdDate?: string;
|
|
10103
10376
|
description?: string;
|
|
10104
10377
|
hasTrigger?: boolean;
|
|
10105
10378
|
hash?: string;
|
|
10379
|
+
isFavorite?: boolean;
|
|
10106
10380
|
popularity?: number;
|
|
10381
|
+
publisher?: string;
|
|
10107
10382
|
resourceGroupId?: string;
|
|
10108
10383
|
shareType?: string;
|
|
10109
10384
|
tags?: { [key: string]: any };
|
|
@@ -10118,12 +10393,15 @@ export class ListTemplatesResponseBodyTemplates extends $tea.Model {
|
|
|
10118
10393
|
static names(): { [key: string]: string } {
|
|
10119
10394
|
return {
|
|
10120
10395
|
category: 'Category',
|
|
10396
|
+
constraints: 'Constraints',
|
|
10121
10397
|
createdBy: 'CreatedBy',
|
|
10122
10398
|
createdDate: 'CreatedDate',
|
|
10123
10399
|
description: 'Description',
|
|
10124
10400
|
hasTrigger: 'HasTrigger',
|
|
10125
10401
|
hash: 'Hash',
|
|
10402
|
+
isFavorite: 'IsFavorite',
|
|
10126
10403
|
popularity: 'Popularity',
|
|
10404
|
+
publisher: 'Publisher',
|
|
10127
10405
|
resourceGroupId: 'ResourceGroupId',
|
|
10128
10406
|
shareType: 'ShareType',
|
|
10129
10407
|
tags: 'Tags',
|
|
@@ -10141,12 +10419,15 @@ export class ListTemplatesResponseBodyTemplates extends $tea.Model {
|
|
|
10141
10419
|
static types(): { [key: string]: any } {
|
|
10142
10420
|
return {
|
|
10143
10421
|
category: 'string',
|
|
10422
|
+
constraints: 'string',
|
|
10144
10423
|
createdBy: 'string',
|
|
10145
10424
|
createdDate: 'string',
|
|
10146
10425
|
description: 'string',
|
|
10147
10426
|
hasTrigger: 'boolean',
|
|
10148
10427
|
hash: 'string',
|
|
10428
|
+
isFavorite: 'boolean',
|
|
10149
10429
|
popularity: 'number',
|
|
10430
|
+
publisher: 'string',
|
|
10150
10431
|
resourceGroupId: 'string',
|
|
10151
10432
|
shareType: 'string',
|
|
10152
10433
|
tags: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
@@ -11452,6 +11733,10 @@ export default class Client extends OpenApi {
|
|
|
11452
11733
|
query["Constraints"] = request.constraints;
|
|
11453
11734
|
}
|
|
11454
11735
|
|
|
11736
|
+
if (!Util.isUnset(request.DKMSInstanceId)) {
|
|
11737
|
+
query["DKMSInstanceId"] = request.DKMSInstanceId;
|
|
11738
|
+
}
|
|
11739
|
+
|
|
11455
11740
|
if (!Util.isUnset(request.description)) {
|
|
11456
11741
|
query["Description"] = request.description;
|
|
11457
11742
|
}
|
|
@@ -11655,6 +11940,10 @@ export default class Client extends OpenApi {
|
|
|
11655
11940
|
query["RegionId"] = request.regionId;
|
|
11656
11941
|
}
|
|
11657
11942
|
|
|
11943
|
+
if (!Util.isUnset(request.retainResource)) {
|
|
11944
|
+
query["RetainResource"] = request.retainResource;
|
|
11945
|
+
}
|
|
11946
|
+
|
|
11658
11947
|
let req = new $OpenApi.OpenApiRequest({
|
|
11659
11948
|
query: OpenApiUtil.query(query),
|
|
11660
11949
|
});
|
|
@@ -11692,6 +11981,10 @@ export default class Client extends OpenApi {
|
|
|
11692
11981
|
query["RegionId"] = request.regionId;
|
|
11693
11982
|
}
|
|
11694
11983
|
|
|
11984
|
+
if (!Util.isUnset(request.retainResource)) {
|
|
11985
|
+
query["RetainResource"] = request.retainResource;
|
|
11986
|
+
}
|
|
11987
|
+
|
|
11695
11988
|
let req = new $OpenApi.OpenApiRequest({
|
|
11696
11989
|
query: OpenApiUtil.query(query),
|
|
11697
11990
|
});
|
|
@@ -11998,6 +12291,59 @@ export default class Client extends OpenApi {
|
|
|
11998
12291
|
return await this.deployApplicationGroupWithOptions(request, runtime);
|
|
11999
12292
|
}
|
|
12000
12293
|
|
|
12294
|
+
async describeApplicationGroupBillWithOptions(request: DescribeApplicationGroupBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationGroupBillResponse> {
|
|
12295
|
+
Util.validateModel(request);
|
|
12296
|
+
let query = { };
|
|
12297
|
+
if (!Util.isUnset(request.applicationName)) {
|
|
12298
|
+
query["ApplicationName"] = request.applicationName;
|
|
12299
|
+
}
|
|
12300
|
+
|
|
12301
|
+
if (!Util.isUnset(request.billingCycle)) {
|
|
12302
|
+
query["BillingCycle"] = request.billingCycle;
|
|
12303
|
+
}
|
|
12304
|
+
|
|
12305
|
+
if (!Util.isUnset(request.maxResults)) {
|
|
12306
|
+
query["MaxResults"] = request.maxResults;
|
|
12307
|
+
}
|
|
12308
|
+
|
|
12309
|
+
if (!Util.isUnset(request.name)) {
|
|
12310
|
+
query["Name"] = request.name;
|
|
12311
|
+
}
|
|
12312
|
+
|
|
12313
|
+
if (!Util.isUnset(request.nextToken)) {
|
|
12314
|
+
query["NextToken"] = request.nextToken;
|
|
12315
|
+
}
|
|
12316
|
+
|
|
12317
|
+
if (!Util.isUnset(request.regionId)) {
|
|
12318
|
+
query["RegionId"] = request.regionId;
|
|
12319
|
+
}
|
|
12320
|
+
|
|
12321
|
+
if (!Util.isUnset(request.resourceType)) {
|
|
12322
|
+
query["ResourceType"] = request.resourceType;
|
|
12323
|
+
}
|
|
12324
|
+
|
|
12325
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12326
|
+
query: OpenApiUtil.query(query),
|
|
12327
|
+
});
|
|
12328
|
+
let params = new $OpenApi.Params({
|
|
12329
|
+
action: "DescribeApplicationGroupBill",
|
|
12330
|
+
version: "2019-06-01",
|
|
12331
|
+
protocol: "HTTPS",
|
|
12332
|
+
pathname: "/",
|
|
12333
|
+
method: "POST",
|
|
12334
|
+
authType: "AK",
|
|
12335
|
+
style: "RPC",
|
|
12336
|
+
reqBodyType: "formData",
|
|
12337
|
+
bodyType: "json",
|
|
12338
|
+
});
|
|
12339
|
+
return $tea.cast<DescribeApplicationGroupBillResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupBillResponse({}));
|
|
12340
|
+
}
|
|
12341
|
+
|
|
12342
|
+
async describeApplicationGroupBill(request: DescribeApplicationGroupBillRequest): Promise<DescribeApplicationGroupBillResponse> {
|
|
12343
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
12344
|
+
return await this.describeApplicationGroupBillWithOptions(request, runtime);
|
|
12345
|
+
}
|
|
12346
|
+
|
|
12001
12347
|
async describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse> {
|
|
12002
12348
|
Util.validateModel(request);
|
|
12003
12349
|
let query = { };
|
|
@@ -12042,6 +12388,10 @@ export default class Client extends OpenApi {
|
|
|
12042
12388
|
query["RegionId"] = request.regionId;
|
|
12043
12389
|
}
|
|
12044
12390
|
|
|
12391
|
+
if (!Util.isUnset(request.templateContent)) {
|
|
12392
|
+
query["TemplateContent"] = request.templateContent;
|
|
12393
|
+
}
|
|
12394
|
+
|
|
12045
12395
|
if (!Util.isUnset(request.templateName)) {
|
|
12046
12396
|
query["TemplateName"] = request.templateName;
|
|
12047
12397
|
}
|
|
@@ -12981,6 +13331,55 @@ export default class Client extends OpenApi {
|
|
|
12981
13331
|
return await this.listExecutionsWithOptions(request, runtime);
|
|
12982
13332
|
}
|
|
12983
13333
|
|
|
13334
|
+
async listGitRepositoriesWithOptions(request: ListGitRepositoriesRequest, runtime: $Util.RuntimeOptions): Promise<ListGitRepositoriesResponse> {
|
|
13335
|
+
Util.validateModel(request);
|
|
13336
|
+
let query = { };
|
|
13337
|
+
if (!Util.isUnset(request.clientToken)) {
|
|
13338
|
+
query["ClientToken"] = request.clientToken;
|
|
13339
|
+
}
|
|
13340
|
+
|
|
13341
|
+
if (!Util.isUnset(request.orgName)) {
|
|
13342
|
+
query["OrgName"] = request.orgName;
|
|
13343
|
+
}
|
|
13344
|
+
|
|
13345
|
+
if (!Util.isUnset(request.owner)) {
|
|
13346
|
+
query["Owner"] = request.owner;
|
|
13347
|
+
}
|
|
13348
|
+
|
|
13349
|
+
if (!Util.isUnset(request.pageNumber)) {
|
|
13350
|
+
query["PageNumber"] = request.pageNumber;
|
|
13351
|
+
}
|
|
13352
|
+
|
|
13353
|
+
if (!Util.isUnset(request.pageSize)) {
|
|
13354
|
+
query["PageSize"] = request.pageSize;
|
|
13355
|
+
}
|
|
13356
|
+
|
|
13357
|
+
if (!Util.isUnset(request.platform)) {
|
|
13358
|
+
query["Platform"] = request.platform;
|
|
13359
|
+
}
|
|
13360
|
+
|
|
13361
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
13362
|
+
query: OpenApiUtil.query(query),
|
|
13363
|
+
});
|
|
13364
|
+
let params = new $OpenApi.Params({
|
|
13365
|
+
action: "ListGitRepositories",
|
|
13366
|
+
version: "2019-06-01",
|
|
13367
|
+
protocol: "HTTPS",
|
|
13368
|
+
pathname: "/",
|
|
13369
|
+
method: "POST",
|
|
13370
|
+
authType: "AK",
|
|
13371
|
+
style: "RPC",
|
|
13372
|
+
reqBodyType: "formData",
|
|
13373
|
+
bodyType: "json",
|
|
13374
|
+
});
|
|
13375
|
+
return $tea.cast<ListGitRepositoriesResponse>(await this.callApi(params, req, runtime), new ListGitRepositoriesResponse({}));
|
|
13376
|
+
}
|
|
13377
|
+
|
|
13378
|
+
async listGitRepositories(request: ListGitRepositoriesRequest): Promise<ListGitRepositoriesResponse> {
|
|
13379
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
13380
|
+
return await this.listGitRepositoriesWithOptions(request, runtime);
|
|
13381
|
+
}
|
|
13382
|
+
|
|
12984
13383
|
async listInstancePatchStatesWithOptions(request: ListInstancePatchStatesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchStatesResponse> {
|
|
12985
13384
|
Util.validateModel(request);
|
|
12986
13385
|
let query = { };
|
|
@@ -13923,6 +14322,10 @@ export default class Client extends OpenApi {
|
|
|
13923
14322
|
query["HasTrigger"] = request.hasTrigger;
|
|
13924
14323
|
}
|
|
13925
14324
|
|
|
14325
|
+
if (!Util.isUnset(request.isFavorite)) {
|
|
14326
|
+
query["IsFavorite"] = request.isFavorite;
|
|
14327
|
+
}
|
|
14328
|
+
|
|
13926
14329
|
if (!Util.isUnset(request.maxResults)) {
|
|
13927
14330
|
query["MaxResults"] = request.maxResults;
|
|
13928
14331
|
}
|