@alicloud/oos20190601 3.0.0 → 3.1.1

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/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: { [key: string]: string };
54
- statusCode: number;
55
- body: CancelExecutionResponseBody;
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: { [key: string]: string };
126
- statusCode: number;
127
- body: ChangeResourceGroupResponseBody;
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: { [key: string]: string };
198
- statusCode: number;
199
- body: ContinueDeployApplicationGroupResponseBody;
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: { [key: string]: string };
325
- statusCode: number;
326
- body: CreateApplicationResponseBody;
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: { [key: string]: string };
415
- statusCode: number;
416
- body: CreateApplicationGroupResponseBody;
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: { [key: string]: string };
572
- statusCode: number;
573
- body: CreateOpsItemResponseBody;
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: { [key: string]: string };
705
- statusCode: number;
706
- body: CreateParameterResponseBody;
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: { [key: string]: string };
862
- statusCode: number;
863
- body: CreatePatchBaselineResponseBody;
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: { [key: string]: string };
1001
- statusCode: number;
1002
- body: CreateSecretParameterResponseBody;
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: { [key: string]: string };
1152
- statusCode: number;
1153
- body: CreateStateConfigurationResponseBody;
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: { [key: string]: string };
1270
- statusCode: number;
1271
- body: CreateTemplateResponseBody;
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',
@@ -1338,9 +1344,9 @@ export class DeleteApplicationResponseBody extends $tea.Model {
1338
1344
  }
1339
1345
 
1340
1346
  export class DeleteApplicationResponse extends $tea.Model {
1341
- headers: { [key: string]: string };
1342
- statusCode: number;
1343
- body: DeleteApplicationResponseBody;
1347
+ headers?: { [key: string]: string };
1348
+ statusCode?: number;
1349
+ body?: DeleteApplicationResponseBody;
1344
1350
  static names(): { [key: string]: string } {
1345
1351
  return {
1346
1352
  headers: 'headers',
@@ -1410,9 +1416,9 @@ export class DeleteApplicationGroupResponseBody extends $tea.Model {
1410
1416
  }
1411
1417
 
1412
1418
  export class DeleteApplicationGroupResponse extends $tea.Model {
1413
- headers: { [key: string]: string };
1414
- statusCode: number;
1415
- body: DeleteApplicationGroupResponseBody;
1419
+ headers?: { [key: string]: string };
1420
+ statusCode?: number;
1421
+ body?: DeleteApplicationGroupResponseBody;
1416
1422
  static names(): { [key: string]: string } {
1417
1423
  return {
1418
1424
  headers: 'headers',
@@ -1476,9 +1482,9 @@ export class DeleteExecutionsResponseBody extends $tea.Model {
1476
1482
  }
1477
1483
 
1478
1484
  export class DeleteExecutionsResponse extends $tea.Model {
1479
- headers: { [key: string]: string };
1480
- statusCode: number;
1481
- body: DeleteExecutionsResponseBody;
1485
+ headers?: { [key: string]: string };
1486
+ statusCode?: number;
1487
+ body?: DeleteExecutionsResponseBody;
1482
1488
  static names(): { [key: string]: string } {
1483
1489
  return {
1484
1490
  headers: 'headers',
@@ -1542,9 +1548,9 @@ export class DeleteParameterResponseBody extends $tea.Model {
1542
1548
  }
1543
1549
 
1544
1550
  export class DeleteParameterResponse extends $tea.Model {
1545
- headers: { [key: string]: string };
1546
- statusCode: number;
1547
- body: DeleteParameterResponseBody;
1551
+ headers?: { [key: string]: string };
1552
+ statusCode?: number;
1553
+ body?: DeleteParameterResponseBody;
1548
1554
  static names(): { [key: string]: string } {
1549
1555
  return {
1550
1556
  headers: 'headers',
@@ -1608,9 +1614,9 @@ export class DeletePatchBaselineResponseBody extends $tea.Model {
1608
1614
  }
1609
1615
 
1610
1616
  export class DeletePatchBaselineResponse extends $tea.Model {
1611
- headers: { [key: string]: string };
1612
- statusCode: number;
1613
- body: DeletePatchBaselineResponseBody;
1617
+ headers?: { [key: string]: string };
1618
+ statusCode?: number;
1619
+ body?: DeletePatchBaselineResponseBody;
1614
1620
  static names(): { [key: string]: string } {
1615
1621
  return {
1616
1622
  headers: 'headers',
@@ -1674,9 +1680,9 @@ export class DeleteSecretParameterResponseBody extends $tea.Model {
1674
1680
  }
1675
1681
 
1676
1682
  export class DeleteSecretParameterResponse extends $tea.Model {
1677
- headers: { [key: string]: string };
1678
- statusCode: number;
1679
- body: DeleteSecretParameterResponseBody;
1683
+ headers?: { [key: string]: string };
1684
+ statusCode?: number;
1685
+ body?: DeleteSecretParameterResponseBody;
1680
1686
  static names(): { [key: string]: string } {
1681
1687
  return {
1682
1688
  headers: 'headers',
@@ -1743,9 +1749,9 @@ export class DeleteStateConfigurationsResponseBody extends $tea.Model {
1743
1749
  }
1744
1750
 
1745
1751
  export class DeleteStateConfigurationsResponse extends $tea.Model {
1746
- headers: { [key: string]: string };
1747
- statusCode: number;
1748
- body: DeleteStateConfigurationsResponseBody;
1752
+ headers?: { [key: string]: string };
1753
+ statusCode?: number;
1754
+ body?: DeleteStateConfigurationsResponseBody;
1749
1755
  static names(): { [key: string]: string } {
1750
1756
  return {
1751
1757
  headers: 'headers',
@@ -1812,9 +1818,9 @@ export class DeleteTemplateResponseBody extends $tea.Model {
1812
1818
  }
1813
1819
 
1814
1820
  export class DeleteTemplateResponse extends $tea.Model {
1815
- headers: { [key: string]: string };
1816
- statusCode: number;
1817
- body: DeleteTemplateResponseBody;
1821
+ headers?: { [key: string]: string };
1822
+ statusCode?: number;
1823
+ body?: DeleteTemplateResponseBody;
1818
1824
  static names(): { [key: string]: string } {
1819
1825
  return {
1820
1826
  headers: 'headers',
@@ -1881,9 +1887,9 @@ export class DeleteTemplatesResponseBody extends $tea.Model {
1881
1887
  }
1882
1888
 
1883
1889
  export class DeleteTemplatesResponse extends $tea.Model {
1884
- headers: { [key: string]: string };
1885
- statusCode: number;
1886
- body: DeleteTemplatesResponseBody;
1890
+ headers?: { [key: string]: string };
1891
+ statusCode?: number;
1892
+ body?: DeleteTemplatesResponseBody;
1887
1893
  static names(): { [key: string]: string } {
1888
1894
  return {
1889
1895
  headers: 'headers',
@@ -1953,9 +1959,9 @@ export class DeployApplicationGroupResponseBody extends $tea.Model {
1953
1959
  }
1954
1960
 
1955
1961
  export class DeployApplicationGroupResponse extends $tea.Model {
1956
- headers: { [key: string]: string };
1957
- statusCode: number;
1958
- body: DeployApplicationGroupResponseBody;
1962
+ headers?: { [key: string]: string };
1963
+ statusCode?: number;
1964
+ body?: DeployApplicationGroupResponseBody;
1959
1965
  static names(): { [key: string]: string } {
1960
1966
  return {
1961
1967
  headers: 'headers',
@@ -2043,9 +2049,9 @@ export class DescribeApplicationGroupBillResponseBody extends $tea.Model {
2043
2049
  }
2044
2050
 
2045
2051
  export class DescribeApplicationGroupBillResponse extends $tea.Model {
2046
- headers: { [key: string]: string };
2047
- statusCode: number;
2048
- body: DescribeApplicationGroupBillResponseBody;
2052
+ headers?: { [key: string]: string };
2053
+ statusCode?: number;
2054
+ body?: DescribeApplicationGroupBillResponseBody;
2049
2055
  static names(): { [key: string]: string } {
2050
2056
  return {
2051
2057
  headers: 'headers',
@@ -2112,9 +2118,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
2112
2118
  }
2113
2119
 
2114
2120
  export class DescribeRegionsResponse extends $tea.Model {
2115
- headers: { [key: string]: string };
2116
- statusCode: number;
2117
- body: DescribeRegionsResponseBody;
2121
+ headers?: { [key: string]: string };
2122
+ statusCode?: number;
2123
+ body?: DescribeRegionsResponseBody;
2118
2124
  static names(): { [key: string]: string } {
2119
2125
  return {
2120
2126
  headers: 'headers',
@@ -2193,9 +2199,9 @@ export class GenerateExecutionPolicyResponseBody extends $tea.Model {
2193
2199
  }
2194
2200
 
2195
2201
  export class GenerateExecutionPolicyResponse extends $tea.Model {
2196
- headers: { [key: string]: string };
2197
- statusCode: number;
2198
- body: GenerateExecutionPolicyResponseBody;
2202
+ headers?: { [key: string]: string };
2203
+ statusCode?: number;
2204
+ body?: GenerateExecutionPolicyResponseBody;
2199
2205
  static names(): { [key: string]: string } {
2200
2206
  return {
2201
2207
  headers: 'headers',
@@ -2262,9 +2268,9 @@ export class GetApplicationResponseBody extends $tea.Model {
2262
2268
  }
2263
2269
 
2264
2270
  export class GetApplicationResponse extends $tea.Model {
2265
- headers: { [key: string]: string };
2266
- statusCode: number;
2267
- body: GetApplicationResponseBody;
2271
+ headers?: { [key: string]: string };
2272
+ statusCode?: number;
2273
+ body?: GetApplicationResponseBody;
2268
2274
  static names(): { [key: string]: string } {
2269
2275
  return {
2270
2276
  headers: 'headers',
@@ -2334,9 +2340,9 @@ export class GetApplicationGroupResponseBody extends $tea.Model {
2334
2340
  }
2335
2341
 
2336
2342
  export class GetApplicationGroupResponse extends $tea.Model {
2337
- headers: { [key: string]: string };
2338
- statusCode: number;
2339
- body: GetApplicationGroupResponseBody;
2343
+ headers?: { [key: string]: string };
2344
+ statusCode?: number;
2345
+ body?: GetApplicationGroupResponseBody;
2340
2346
  static names(): { [key: string]: string } {
2341
2347
  return {
2342
2348
  headers: 'headers',
@@ -2406,9 +2412,9 @@ export class GetExecutionTemplateResponseBody extends $tea.Model {
2406
2412
  }
2407
2413
 
2408
2414
  export class GetExecutionTemplateResponse extends $tea.Model {
2409
- headers: { [key: string]: string };
2410
- statusCode: number;
2411
- body: GetExecutionTemplateResponseBody;
2415
+ headers?: { [key: string]: string };
2416
+ statusCode?: number;
2417
+ body?: GetExecutionTemplateResponseBody;
2412
2418
  static names(): { [key: string]: string } {
2413
2419
  return {
2414
2420
  headers: 'headers',
@@ -2490,9 +2496,9 @@ export class GetInventorySchemaResponseBody extends $tea.Model {
2490
2496
  }
2491
2497
 
2492
2498
  export class GetInventorySchemaResponse extends $tea.Model {
2493
- headers: { [key: string]: string };
2494
- statusCode: number;
2495
- body: GetInventorySchemaResponseBody;
2499
+ headers?: { [key: string]: string };
2500
+ statusCode?: number;
2501
+ body?: GetInventorySchemaResponseBody;
2496
2502
  static names(): { [key: string]: string } {
2497
2503
  return {
2498
2504
  headers: 'headers',
@@ -2559,9 +2565,9 @@ export class GetOpsItemResponseBody extends $tea.Model {
2559
2565
  }
2560
2566
 
2561
2567
  export class GetOpsItemResponse extends $tea.Model {
2562
- headers: { [key: string]: string };
2563
- statusCode: number;
2564
- body: GetOpsItemResponseBody;
2568
+ headers?: { [key: string]: string };
2569
+ statusCode?: number;
2570
+ body?: GetOpsItemResponseBody;
2565
2571
  static names(): { [key: string]: string } {
2566
2572
  return {
2567
2573
  headers: 'headers',
@@ -2634,9 +2640,9 @@ export class GetParameterResponseBody extends $tea.Model {
2634
2640
  }
2635
2641
 
2636
2642
  export class GetParameterResponse extends $tea.Model {
2637
- headers: { [key: string]: string };
2638
- statusCode: number;
2639
- body: GetParameterResponseBody;
2643
+ headers?: { [key: string]: string };
2644
+ statusCode?: number;
2645
+ body?: GetParameterResponseBody;
2640
2646
  static names(): { [key: string]: string } {
2641
2647
  return {
2642
2648
  headers: 'headers',
@@ -2706,9 +2712,9 @@ export class GetParametersResponseBody extends $tea.Model {
2706
2712
  }
2707
2713
 
2708
2714
  export class GetParametersResponse extends $tea.Model {
2709
- headers: { [key: string]: string };
2710
- statusCode: number;
2711
- body: GetParametersResponseBody;
2715
+ headers?: { [key: string]: string };
2716
+ statusCode?: number;
2717
+ body?: GetParametersResponseBody;
2712
2718
  static names(): { [key: string]: string } {
2713
2719
  return {
2714
2720
  headers: 'headers',
@@ -2793,9 +2799,9 @@ export class GetParametersByPathResponseBody extends $tea.Model {
2793
2799
  }
2794
2800
 
2795
2801
  export class GetParametersByPathResponse extends $tea.Model {
2796
- headers: { [key: string]: string };
2797
- statusCode: number;
2798
- body: GetParametersByPathResponseBody;
2802
+ headers?: { [key: string]: string };
2803
+ statusCode?: number;
2804
+ body?: GetParametersByPathResponseBody;
2799
2805
  static names(): { [key: string]: string } {
2800
2806
  return {
2801
2807
  headers: 'headers',
@@ -2862,9 +2868,9 @@ export class GetPatchBaselineResponseBody extends $tea.Model {
2862
2868
  }
2863
2869
 
2864
2870
  export class GetPatchBaselineResponse extends $tea.Model {
2865
- headers: { [key: string]: string };
2866
- statusCode: number;
2867
- body: GetPatchBaselineResponseBody;
2871
+ headers?: { [key: string]: string };
2872
+ statusCode?: number;
2873
+ body?: GetPatchBaselineResponseBody;
2868
2874
  static names(): { [key: string]: string } {
2869
2875
  return {
2870
2876
  headers: 'headers',
@@ -2937,9 +2943,9 @@ export class GetSecretParameterResponseBody extends $tea.Model {
2937
2943
  }
2938
2944
 
2939
2945
  export class GetSecretParameterResponse extends $tea.Model {
2940
- headers: { [key: string]: string };
2941
- statusCode: number;
2942
- body: GetSecretParameterResponseBody;
2946
+ headers?: { [key: string]: string };
2947
+ statusCode?: number;
2948
+ body?: GetSecretParameterResponseBody;
2943
2949
  static names(): { [key: string]: string } {
2944
2950
  return {
2945
2951
  headers: 'headers',
@@ -3012,9 +3018,9 @@ export class GetSecretParametersResponseBody extends $tea.Model {
3012
3018
  }
3013
3019
 
3014
3020
  export class GetSecretParametersResponse extends $tea.Model {
3015
- headers: { [key: string]: string };
3016
- statusCode: number;
3017
- body: GetSecretParametersResponseBody;
3021
+ headers?: { [key: string]: string };
3022
+ statusCode?: number;
3023
+ body?: GetSecretParametersResponseBody;
3018
3024
  static names(): { [key: string]: string } {
3019
3025
  return {
3020
3026
  headers: 'headers',
@@ -3102,9 +3108,9 @@ export class GetSecretParametersByPathResponseBody extends $tea.Model {
3102
3108
  }
3103
3109
 
3104
3110
  export class GetSecretParametersByPathResponse extends $tea.Model {
3105
- headers: { [key: string]: string };
3106
- statusCode: number;
3107
- body: GetSecretParametersByPathResponseBody;
3111
+ headers?: { [key: string]: string };
3112
+ statusCode?: number;
3113
+ body?: GetSecretParametersByPathResponseBody;
3108
3114
  static names(): { [key: string]: string } {
3109
3115
  return {
3110
3116
  headers: 'headers',
@@ -3168,9 +3174,9 @@ export class GetServiceSettingsResponseBody extends $tea.Model {
3168
3174
  }
3169
3175
 
3170
3176
  export class GetServiceSettingsResponse extends $tea.Model {
3171
- headers: { [key: string]: string };
3172
- statusCode: number;
3173
- body: GetServiceSettingsResponseBody;
3177
+ headers?: { [key: string]: string };
3178
+ statusCode?: number;
3179
+ body?: GetServiceSettingsResponseBody;
3174
3180
  static names(): { [key: string]: string } {
3175
3181
  return {
3176
3182
  headers: 'headers',
@@ -3243,9 +3249,9 @@ export class GetTemplateResponseBody extends $tea.Model {
3243
3249
  }
3244
3250
 
3245
3251
  export class GetTemplateResponse extends $tea.Model {
3246
- headers: { [key: string]: string };
3247
- statusCode: number;
3248
- body: GetTemplateResponseBody;
3252
+ headers?: { [key: string]: string };
3253
+ statusCode?: number;
3254
+ body?: GetTemplateResponseBody;
3249
3255
  static names(): { [key: string]: string } {
3250
3256
  return {
3251
3257
  headers: 'headers',
@@ -3324,9 +3330,9 @@ export class ListActionsResponseBody extends $tea.Model {
3324
3330
  }
3325
3331
 
3326
3332
  export class ListActionsResponse extends $tea.Model {
3327
- headers: { [key: string]: string };
3328
- statusCode: number;
3329
- body: ListActionsResponseBody;
3333
+ headers?: { [key: string]: string };
3334
+ statusCode?: number;
3335
+ body?: ListActionsResponseBody;
3330
3336
  static names(): { [key: string]: string } {
3331
3337
  return {
3332
3338
  headers: 'headers',
@@ -3417,9 +3423,9 @@ export class ListApplicationGroupsResponseBody extends $tea.Model {
3417
3423
  }
3418
3424
 
3419
3425
  export class ListApplicationGroupsResponse extends $tea.Model {
3420
- headers: { [key: string]: string };
3421
- statusCode: number;
3422
- body: ListApplicationGroupsResponseBody;
3426
+ headers?: { [key: string]: string };
3427
+ statusCode?: number;
3428
+ body?: ListApplicationGroupsResponseBody;
3423
3429
  static names(): { [key: string]: string } {
3424
3430
  return {
3425
3431
  headers: 'headers',
@@ -3544,9 +3550,9 @@ export class ListApplicationsResponseBody extends $tea.Model {
3544
3550
  }
3545
3551
 
3546
3552
  export class ListApplicationsResponse extends $tea.Model {
3547
- headers: { [key: string]: string };
3548
- statusCode: number;
3549
- body: ListApplicationsResponseBody;
3553
+ headers?: { [key: string]: string };
3554
+ statusCode?: number;
3555
+ body?: ListApplicationsResponseBody;
3550
3556
  static names(): { [key: string]: string } {
3551
3557
  return {
3552
3558
  headers: 'headers',
@@ -3634,9 +3640,9 @@ export class ListExecutionLogsResponseBody extends $tea.Model {
3634
3640
  }
3635
3641
 
3636
3642
  export class ListExecutionLogsResponse extends $tea.Model {
3637
- headers: { [key: string]: string };
3638
- statusCode: number;
3639
- body: ListExecutionLogsResponseBody;
3643
+ headers?: { [key: string]: string };
3644
+ statusCode?: number;
3645
+ body?: ListExecutionLogsResponseBody;
3640
3646
  static names(): { [key: string]: string } {
3641
3647
  return {
3642
3648
  headers: 'headers',
@@ -3703,9 +3709,9 @@ export class ListExecutionRiskyTasksResponseBody extends $tea.Model {
3703
3709
  }
3704
3710
 
3705
3711
  export class ListExecutionRiskyTasksResponse extends $tea.Model {
3706
- headers: { [key: string]: string };
3707
- statusCode: number;
3708
- body: ListExecutionRiskyTasksResponseBody;
3712
+ headers?: { [key: string]: string };
3713
+ statusCode?: number;
3714
+ body?: ListExecutionRiskyTasksResponseBody;
3709
3715
  static names(): { [key: string]: string } {
3710
3716
  return {
3711
3717
  headers: 'headers',
@@ -3938,9 +3944,9 @@ export class ListExecutionsResponseBody extends $tea.Model {
3938
3944
  }
3939
3945
 
3940
3946
  export class ListExecutionsResponse extends $tea.Model {
3941
- headers: { [key: string]: string };
3942
- statusCode: number;
3943
- body: ListExecutionsResponseBody;
3947
+ headers?: { [key: string]: string };
3948
+ statusCode?: number;
3949
+ body?: ListExecutionsResponseBody;
3944
3950
  static names(): { [key: string]: string } {
3945
3951
  return {
3946
3952
  headers: 'headers',
@@ -3962,6 +3968,90 @@ export class ListExecutionsResponse extends $tea.Model {
3962
3968
  }
3963
3969
  }
3964
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
+
3965
4055
  export class ListInstancePatchStatesRequest extends $tea.Model {
3966
4056
  instanceIds?: string;
3967
4057
  maxResults?: number;
@@ -4019,9 +4109,9 @@ export class ListInstancePatchStatesResponseBody extends $tea.Model {
4019
4109
  }
4020
4110
 
4021
4111
  export class ListInstancePatchStatesResponse extends $tea.Model {
4022
- headers: { [key: string]: string };
4023
- statusCode: number;
4024
- body: ListInstancePatchStatesResponseBody;
4112
+ headers?: { [key: string]: string };
4113
+ statusCode?: number;
4114
+ body?: ListInstancePatchStatesResponseBody;
4025
4115
  static names(): { [key: string]: string } {
4026
4116
  return {
4027
4117
  headers: 'headers',
@@ -4103,9 +4193,9 @@ export class ListInstancePatchesResponseBody extends $tea.Model {
4103
4193
  }
4104
4194
 
4105
4195
  export class ListInstancePatchesResponse extends $tea.Model {
4106
- headers: { [key: string]: string };
4107
- statusCode: number;
4108
- body: ListInstancePatchesResponseBody;
4196
+ headers?: { [key: string]: string };
4197
+ statusCode?: number;
4198
+ body?: ListInstancePatchesResponseBody;
4109
4199
  static names(): { [key: string]: string } {
4110
4200
  return {
4111
4201
  headers: 'headers',
@@ -4202,9 +4292,9 @@ export class ListInventoryEntriesResponseBody extends $tea.Model {
4202
4292
  }
4203
4293
 
4204
4294
  export class ListInventoryEntriesResponse extends $tea.Model {
4205
- headers: { [key: string]: string };
4206
- statusCode: number;
4207
- body: ListInventoryEntriesResponseBody;
4295
+ headers?: { [key: string]: string };
4296
+ statusCode?: number;
4297
+ body?: ListInventoryEntriesResponseBody;
4208
4298
  static names(): { [key: string]: string } {
4209
4299
  return {
4210
4300
  headers: 'headers',
@@ -4326,9 +4416,9 @@ export class ListOpsItemsResponseBody extends $tea.Model {
4326
4416
  }
4327
4417
 
4328
4418
  export class ListOpsItemsResponse extends $tea.Model {
4329
- headers: { [key: string]: string };
4330
- statusCode: number;
4331
- body: ListOpsItemsResponseBody;
4419
+ headers?: { [key: string]: string };
4420
+ statusCode?: number;
4421
+ body?: ListOpsItemsResponseBody;
4332
4422
  static names(): { [key: string]: string } {
4333
4423
  return {
4334
4424
  headers: 'headers',
@@ -4431,9 +4521,9 @@ export class ListParameterVersionsResponseBody extends $tea.Model {
4431
4521
  }
4432
4522
 
4433
4523
  export class ListParameterVersionsResponse extends $tea.Model {
4434
- headers: { [key: string]: string };
4435
- statusCode: number;
4436
- body: ListParameterVersionsResponseBody;
4524
+ headers?: { [key: string]: string };
4525
+ statusCode?: number;
4526
+ body?: ListParameterVersionsResponseBody;
4437
4527
  static names(): { [key: string]: string } {
4438
4528
  return {
4439
4529
  headers: 'headers',
@@ -4591,9 +4681,9 @@ export class ListParametersResponseBody extends $tea.Model {
4591
4681
  }
4592
4682
 
4593
4683
  export class ListParametersResponse extends $tea.Model {
4594
- headers: { [key: string]: string };
4595
- statusCode: number;
4596
- body: ListParametersResponseBody;
4684
+ headers?: { [key: string]: string };
4685
+ statusCode?: number;
4686
+ body?: ListParametersResponseBody;
4597
4687
  static names(): { [key: string]: string } {
4598
4688
  return {
4599
4689
  headers: 'headers',
@@ -4742,9 +4832,9 @@ export class ListPatchBaselinesResponseBody extends $tea.Model {
4742
4832
  }
4743
4833
 
4744
4834
  export class ListPatchBaselinesResponse extends $tea.Model {
4745
- headers: { [key: string]: string };
4746
- statusCode: number;
4747
- body: ListPatchBaselinesResponseBody;
4835
+ headers?: { [key: string]: string };
4836
+ statusCode?: number;
4837
+ body?: ListPatchBaselinesResponseBody;
4748
4838
  static names(): { [key: string]: string } {
4749
4839
  return {
4750
4840
  headers: 'headers',
@@ -4823,9 +4913,9 @@ export class ListResourceExecutionStatusResponseBody extends $tea.Model {
4823
4913
  }
4824
4914
 
4825
4915
  export class ListResourceExecutionStatusResponse extends $tea.Model {
4826
- headers: { [key: string]: string };
4827
- statusCode: number;
4828
- body: ListResourceExecutionStatusResponseBody;
4916
+ headers?: { [key: string]: string };
4917
+ statusCode?: number;
4918
+ body?: ListResourceExecutionStatusResponseBody;
4829
4919
  static names(): { [key: string]: string } {
4830
4920
  return {
4831
4921
  headers: 'headers',
@@ -4931,9 +5021,9 @@ export class ListSecretParameterVersionsResponseBody extends $tea.Model {
4931
5021
  }
4932
5022
 
4933
5023
  export class ListSecretParameterVersionsResponse extends $tea.Model {
4934
- headers: { [key: string]: string };
4935
- statusCode: number;
4936
- body: ListSecretParameterVersionsResponseBody;
5024
+ headers?: { [key: string]: string };
5025
+ statusCode?: number;
5026
+ body?: ListSecretParameterVersionsResponseBody;
4937
5027
  static names(): { [key: string]: string } {
4938
5028
  return {
4939
5029
  headers: 'headers',
@@ -5076,9 +5166,9 @@ export class ListSecretParametersResponseBody extends $tea.Model {
5076
5166
  }
5077
5167
 
5078
5168
  export class ListSecretParametersResponse extends $tea.Model {
5079
- headers: { [key: string]: string };
5080
- statusCode: number;
5081
- body: ListSecretParametersResponseBody;
5169
+ headers?: { [key: string]: string };
5170
+ statusCode?: number;
5171
+ body?: ListSecretParametersResponseBody;
5082
5172
  static names(): { [key: string]: string } {
5083
5173
  return {
5084
5174
  headers: 'headers',
@@ -5206,9 +5296,9 @@ export class ListStateConfigurationsResponseBody extends $tea.Model {
5206
5296
  }
5207
5297
 
5208
5298
  export class ListStateConfigurationsResponse extends $tea.Model {
5209
- headers: { [key: string]: string };
5210
- statusCode: number;
5211
- body: ListStateConfigurationsResponseBody;
5299
+ headers?: { [key: string]: string };
5300
+ statusCode?: number;
5301
+ body?: ListStateConfigurationsResponseBody;
5212
5302
  static names(): { [key: string]: string } {
5213
5303
  return {
5214
5304
  headers: 'headers',
@@ -5287,9 +5377,9 @@ export class ListTagKeysResponseBody extends $tea.Model {
5287
5377
  }
5288
5378
 
5289
5379
  export class ListTagKeysResponse extends $tea.Model {
5290
- headers: { [key: string]: string };
5291
- statusCode: number;
5292
- body: ListTagKeysResponseBody;
5380
+ headers?: { [key: string]: string };
5381
+ statusCode?: number;
5382
+ body?: ListTagKeysResponseBody;
5293
5383
  static names(): { [key: string]: string } {
5294
5384
  return {
5295
5385
  headers: 'headers',
@@ -5399,9 +5489,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
5399
5489
  }
5400
5490
 
5401
5491
  export class ListTagResourcesResponse extends $tea.Model {
5402
- headers: { [key: string]: string };
5403
- statusCode: number;
5404
- body: ListTagResourcesResponseBody;
5492
+ headers?: { [key: string]: string };
5493
+ statusCode?: number;
5494
+ body?: ListTagResourcesResponseBody;
5405
5495
  static names(): { [key: string]: string } {
5406
5496
  return {
5407
5497
  headers: 'headers',
@@ -5483,9 +5573,9 @@ export class ListTagValuesResponseBody extends $tea.Model {
5483
5573
  }
5484
5574
 
5485
5575
  export class ListTagValuesResponse extends $tea.Model {
5486
- headers: { [key: string]: string };
5487
- statusCode: number;
5488
- body: ListTagValuesResponseBody;
5576
+ headers?: { [key: string]: string };
5577
+ statusCode?: number;
5578
+ body?: ListTagValuesResponseBody;
5489
5579
  static names(): { [key: string]: string } {
5490
5580
  return {
5491
5581
  headers: 'headers',
@@ -5600,9 +5690,9 @@ export class ListTaskExecutionsResponseBody extends $tea.Model {
5600
5690
  }
5601
5691
 
5602
5692
  export class ListTaskExecutionsResponse extends $tea.Model {
5603
- headers: { [key: string]: string };
5604
- statusCode: number;
5605
- body: ListTaskExecutionsResponseBody;
5693
+ headers?: { [key: string]: string };
5694
+ statusCode?: number;
5695
+ body?: ListTaskExecutionsResponseBody;
5606
5696
  static names(): { [key: string]: string } {
5607
5697
  return {
5608
5698
  headers: 'headers',
@@ -5684,9 +5774,9 @@ export class ListTemplateVersionsResponseBody extends $tea.Model {
5684
5774
  }
5685
5775
 
5686
5776
  export class ListTemplateVersionsResponse extends $tea.Model {
5687
- headers: { [key: string]: string };
5688
- statusCode: number;
5689
- body: ListTemplateVersionsResponseBody;
5777
+ headers?: { [key: string]: string };
5778
+ statusCode?: number;
5779
+ body?: ListTemplateVersionsResponseBody;
5690
5780
  static names(): { [key: string]: string } {
5691
5781
  return {
5692
5782
  headers: 'headers',
@@ -5871,9 +5961,9 @@ export class ListTemplatesResponseBody extends $tea.Model {
5871
5961
  }
5872
5962
 
5873
5963
  export class ListTemplatesResponse extends $tea.Model {
5874
- headers: { [key: string]: string };
5875
- statusCode: number;
5876
- body: ListTemplatesResponseBody;
5964
+ headers?: { [key: string]: string };
5965
+ statusCode?: number;
5966
+ body?: ListTemplatesResponseBody;
5877
5967
  static names(): { [key: string]: string } {
5878
5968
  return {
5879
5969
  headers: 'headers',
@@ -5961,9 +6051,9 @@ export class NotifyExecutionResponseBody extends $tea.Model {
5961
6051
  }
5962
6052
 
5963
6053
  export class NotifyExecutionResponse extends $tea.Model {
5964
- headers: { [key: string]: string };
5965
- statusCode: number;
5966
- body: NotifyExecutionResponseBody;
6054
+ headers?: { [key: string]: string };
6055
+ statusCode?: number;
6056
+ body?: NotifyExecutionResponseBody;
5967
6057
  static names(): { [key: string]: string } {
5968
6058
  return {
5969
6059
  headers: 'headers',
@@ -6030,9 +6120,9 @@ export class RegisterDefaultPatchBaselineResponseBody extends $tea.Model {
6030
6120
  }
6031
6121
 
6032
6122
  export class RegisterDefaultPatchBaselineResponse extends $tea.Model {
6033
- headers: { [key: string]: string };
6034
- statusCode: number;
6035
- body: RegisterDefaultPatchBaselineResponseBody;
6123
+ headers?: { [key: string]: string };
6124
+ statusCode?: number;
6125
+ body?: RegisterDefaultPatchBaselineResponseBody;
6036
6126
  static names(): { [key: string]: string } {
6037
6127
  return {
6038
6128
  headers: 'headers',
@@ -6114,9 +6204,9 @@ export class SearchInventoryResponseBody extends $tea.Model {
6114
6204
  }
6115
6205
 
6116
6206
  export class SearchInventoryResponse extends $tea.Model {
6117
- headers: { [key: string]: string };
6118
- statusCode: number;
6119
- body: SearchInventoryResponseBody;
6207
+ headers?: { [key: string]: string };
6208
+ statusCode?: number;
6209
+ body?: SearchInventoryResponseBody;
6120
6210
  static names(): { [key: string]: string } {
6121
6211
  return {
6122
6212
  headers: 'headers',
@@ -6198,9 +6288,9 @@ export class SetServiceSettingsResponseBody extends $tea.Model {
6198
6288
  }
6199
6289
 
6200
6290
  export class SetServiceSettingsResponse extends $tea.Model {
6201
- headers: { [key: string]: string };
6202
- statusCode: number;
6203
- body: SetServiceSettingsResponseBody;
6291
+ headers?: { [key: string]: string };
6292
+ statusCode?: number;
6293
+ body?: SetServiceSettingsResponseBody;
6204
6294
  static names(): { [key: string]: string } {
6205
6295
  return {
6206
6296
  headers: 'headers',
@@ -6361,9 +6451,9 @@ export class StartExecutionResponseBody extends $tea.Model {
6361
6451
  }
6362
6452
 
6363
6453
  export class StartExecutionResponse extends $tea.Model {
6364
- headers: { [key: string]: string };
6365
- statusCode: number;
6366
- body: StartExecutionResponseBody;
6454
+ headers?: { [key: string]: string };
6455
+ statusCode?: number;
6456
+ body?: StartExecutionResponseBody;
6367
6457
  static names(): { [key: string]: string } {
6368
6458
  return {
6369
6459
  headers: 'headers',
@@ -6461,9 +6551,9 @@ export class TagResourcesResponseBody extends $tea.Model {
6461
6551
  }
6462
6552
 
6463
6553
  export class TagResourcesResponse extends $tea.Model {
6464
- headers: { [key: string]: string };
6465
- statusCode: number;
6466
- body: TagResourcesResponseBody;
6554
+ headers?: { [key: string]: string };
6555
+ statusCode?: number;
6556
+ body?: TagResourcesResponseBody;
6467
6557
  static names(): { [key: string]: string } {
6468
6558
  return {
6469
6559
  headers: 'headers',
@@ -6536,9 +6626,9 @@ export class TriggerExecutionResponseBody extends $tea.Model {
6536
6626
  }
6537
6627
 
6538
6628
  export class TriggerExecutionResponse extends $tea.Model {
6539
- headers: { [key: string]: string };
6540
- statusCode: number;
6541
- body: TriggerExecutionResponseBody;
6629
+ headers?: { [key: string]: string };
6630
+ statusCode?: number;
6631
+ body?: TriggerExecutionResponseBody;
6542
6632
  static names(): { [key: string]: string } {
6543
6633
  return {
6544
6634
  headers: 'headers',
@@ -6642,9 +6732,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
6642
6732
  }
6643
6733
 
6644
6734
  export class UntagResourcesResponse extends $tea.Model {
6645
- headers: { [key: string]: string };
6646
- statusCode: number;
6647
- body: UntagResourcesResponseBody;
6735
+ headers?: { [key: string]: string };
6736
+ statusCode?: number;
6737
+ body?: UntagResourcesResponseBody;
6648
6738
  static names(): { [key: string]: string } {
6649
6739
  return {
6650
6740
  headers: 'headers',
@@ -6757,9 +6847,9 @@ export class UpdateApplicationResponseBody extends $tea.Model {
6757
6847
  }
6758
6848
 
6759
6849
  export class UpdateApplicationResponse extends $tea.Model {
6760
- headers: { [key: string]: string };
6761
- statusCode: number;
6762
- body: UpdateApplicationResponseBody;
6850
+ headers?: { [key: string]: string };
6851
+ statusCode?: number;
6852
+ body?: UpdateApplicationResponseBody;
6763
6853
  static names(): { [key: string]: string } {
6764
6854
  return {
6765
6855
  headers: 'headers',
@@ -6832,9 +6922,9 @@ export class UpdateApplicationGroupResponseBody extends $tea.Model {
6832
6922
  }
6833
6923
 
6834
6924
  export class UpdateApplicationGroupResponse extends $tea.Model {
6835
- headers: { [key: string]: string };
6836
- statusCode: number;
6837
- body: UpdateApplicationGroupResponseBody;
6925
+ headers?: { [key: string]: string };
6926
+ statusCode?: number;
6927
+ body?: UpdateApplicationGroupResponseBody;
6838
6928
  static names(): { [key: string]: string } {
6839
6929
  return {
6840
6930
  headers: 'headers',
@@ -6913,9 +7003,9 @@ export class UpdateExecutionResponseBody extends $tea.Model {
6913
7003
  }
6914
7004
 
6915
7005
  export class UpdateExecutionResponse extends $tea.Model {
6916
- headers: { [key: string]: string };
6917
- statusCode: number;
6918
- body: UpdateExecutionResponseBody;
7006
+ headers?: { [key: string]: string };
7007
+ statusCode?: number;
7008
+ body?: UpdateExecutionResponseBody;
6919
7009
  static names(): { [key: string]: string } {
6920
7010
  return {
6921
7011
  headers: 'headers',
@@ -7082,9 +7172,9 @@ export class UpdateOpsItemResponseBody extends $tea.Model {
7082
7172
  }
7083
7173
 
7084
7174
  export class UpdateOpsItemResponse extends $tea.Model {
7085
- headers: { [key: string]: string };
7086
- statusCode: number;
7087
- body: UpdateOpsItemResponseBody;
7175
+ headers?: { [key: string]: string };
7176
+ statusCode?: number;
7177
+ body?: UpdateOpsItemResponseBody;
7088
7178
  static names(): { [key: string]: string } {
7089
7179
  return {
7090
7180
  headers: 'headers',
@@ -7163,9 +7253,9 @@ export class UpdateParameterResponseBody extends $tea.Model {
7163
7253
  }
7164
7254
 
7165
7255
  export class UpdateParameterResponse extends $tea.Model {
7166
- headers: { [key: string]: string };
7167
- statusCode: number;
7168
- body: UpdateParameterResponseBody;
7256
+ headers?: { [key: string]: string };
7257
+ statusCode?: number;
7258
+ body?: UpdateParameterResponseBody;
7169
7259
  static names(): { [key: string]: string } {
7170
7260
  return {
7171
7261
  headers: 'headers',
@@ -7314,9 +7404,9 @@ export class UpdatePatchBaselineResponseBody extends $tea.Model {
7314
7404
  }
7315
7405
 
7316
7406
  export class UpdatePatchBaselineResponse extends $tea.Model {
7317
- headers: { [key: string]: string };
7318
- statusCode: number;
7319
- body: UpdatePatchBaselineResponseBody;
7407
+ headers?: { [key: string]: string };
7408
+ statusCode?: number;
7409
+ body?: UpdatePatchBaselineResponseBody;
7320
7410
  static names(): { [key: string]: string } {
7321
7411
  return {
7322
7412
  headers: 'headers',
@@ -7429,9 +7519,9 @@ export class UpdateSecretParameterResponseBody extends $tea.Model {
7429
7519
  }
7430
7520
 
7431
7521
  export class UpdateSecretParameterResponse extends $tea.Model {
7432
- headers: { [key: string]: string };
7433
- statusCode: number;
7434
- body: UpdateSecretParameterResponseBody;
7522
+ headers?: { [key: string]: string };
7523
+ statusCode?: number;
7524
+ body?: UpdateSecretParameterResponseBody;
7435
7525
  static names(): { [key: string]: string } {
7436
7526
  return {
7437
7527
  headers: 'headers',
@@ -7574,9 +7664,9 @@ export class UpdateStateConfigurationResponseBody extends $tea.Model {
7574
7664
  }
7575
7665
 
7576
7666
  export class UpdateStateConfigurationResponse extends $tea.Model {
7577
- headers: { [key: string]: string };
7578
- statusCode: number;
7579
- body: UpdateStateConfigurationResponseBody;
7667
+ headers?: { [key: string]: string };
7668
+ statusCode?: number;
7669
+ body?: UpdateStateConfigurationResponseBody;
7580
7670
  static names(): { [key: string]: string } {
7581
7671
  return {
7582
7672
  headers: 'headers',
@@ -7689,9 +7779,9 @@ export class UpdateTemplateResponseBody extends $tea.Model {
7689
7779
  }
7690
7780
 
7691
7781
  export class UpdateTemplateResponse extends $tea.Model {
7692
- headers: { [key: string]: string };
7693
- statusCode: number;
7694
- body: UpdateTemplateResponseBody;
7782
+ headers?: { [key: string]: string };
7783
+ statusCode?: number;
7784
+ body?: UpdateTemplateResponseBody;
7695
7785
  static names(): { [key: string]: string } {
7696
7786
  return {
7697
7787
  headers: 'headers',
@@ -7770,9 +7860,9 @@ export class ValidateTemplateContentResponseBody extends $tea.Model {
7770
7860
  }
7771
7861
 
7772
7862
  export class ValidateTemplateContentResponse extends $tea.Model {
7773
- headers: { [key: string]: string };
7774
- statusCode: number;
7775
- body: ValidateTemplateContentResponseBody;
7863
+ headers?: { [key: string]: string };
7864
+ statusCode?: number;
7865
+ body?: ValidateTemplateContentResponseBody;
7776
7866
  static names(): { [key: string]: string } {
7777
7867
  return {
7778
7868
  headers: 'headers',
@@ -8130,6 +8220,7 @@ export class CreateSecretParameterResponseBodyParameter extends $tea.Model {
8130
8220
  constraints?: string;
8131
8221
  createdBy?: string;
8132
8222
  createdDate?: string;
8223
+ DKMSInstanceId?: string;
8133
8224
  description?: string;
8134
8225
  id?: string;
8135
8226
  keyId?: string;
@@ -8146,6 +8237,7 @@ export class CreateSecretParameterResponseBodyParameter extends $tea.Model {
8146
8237
  constraints: 'Constraints',
8147
8238
  createdBy: 'CreatedBy',
8148
8239
  createdDate: 'CreatedDate',
8240
+ DKMSInstanceId: 'DKMSInstanceId',
8149
8241
  description: 'Description',
8150
8242
  id: 'Id',
8151
8243
  keyId: 'KeyId',
@@ -8165,6 +8257,7 @@ export class CreateSecretParameterResponseBodyParameter extends $tea.Model {
8165
8257
  constraints: 'string',
8166
8258
  createdBy: 'string',
8167
8259
  createdDate: 'string',
8260
+ DKMSInstanceId: 'string',
8168
8261
  description: 'string',
8169
8262
  id: 'string',
8170
8263
  keyId: 'string',
@@ -8927,6 +9020,7 @@ export class GetSecretParameterResponseBodyParameter extends $tea.Model {
8927
9020
  constraints?: string;
8928
9021
  createdBy?: string;
8929
9022
  createdDate?: string;
9023
+ DKMSInstanceId?: string;
8930
9024
  description?: string;
8931
9025
  id?: string;
8932
9026
  keyId?: string;
@@ -8944,6 +9038,7 @@ export class GetSecretParameterResponseBodyParameter extends $tea.Model {
8944
9038
  constraints: 'Constraints',
8945
9039
  createdBy: 'CreatedBy',
8946
9040
  createdDate: 'CreatedDate',
9041
+ DKMSInstanceId: 'DKMSInstanceId',
8947
9042
  description: 'Description',
8948
9043
  id: 'Id',
8949
9044
  keyId: 'KeyId',
@@ -8964,6 +9059,7 @@ export class GetSecretParameterResponseBodyParameter extends $tea.Model {
8964
9059
  constraints: 'string',
8965
9060
  createdBy: 'string',
8966
9061
  createdDate: 'string',
9062
+ DKMSInstanceId: 'string',
8967
9063
  description: 'string',
8968
9064
  id: 'string',
8969
9065
  keyId: 'string',
@@ -9520,6 +9616,34 @@ export class ListExecutionsResponseBodyExecutions extends $tea.Model {
9520
9616
  }
9521
9617
  }
9522
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
+
9523
9647
  export class ListInstancePatchStatesResponseBodyInstancePatchStates extends $tea.Model {
9524
9648
  baselineId?: string;
9525
9649
  failedCount?: string;
@@ -11609,6 +11733,10 @@ export default class Client extends OpenApi {
11609
11733
  query["Constraints"] = request.constraints;
11610
11734
  }
11611
11735
 
11736
+ if (!Util.isUnset(request.DKMSInstanceId)) {
11737
+ query["DKMSInstanceId"] = request.DKMSInstanceId;
11738
+ }
11739
+
11612
11740
  if (!Util.isUnset(request.description)) {
11613
11741
  query["Description"] = request.description;
11614
11742
  }
@@ -13203,6 +13331,55 @@ export default class Client extends OpenApi {
13203
13331
  return await this.listExecutionsWithOptions(request, runtime);
13204
13332
  }
13205
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
+
13206
13383
  async listInstancePatchStatesWithOptions(request: ListInstancePatchStatesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancePatchStatesResponse> {
13207
13384
  Util.validateModel(request);
13208
13385
  let query = { };