@alicloud/eas20210701 4.0.1 → 4.0.2

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
@@ -539,9 +539,9 @@ export class CommitServiceResponseBody extends $tea.Model {
539
539
  }
540
540
 
541
541
  export class CommitServiceResponse extends $tea.Model {
542
- headers: { [key: string]: string };
543
- statusCode: number;
544
- body: CommitServiceResponseBody;
542
+ headers?: { [key: string]: string };
543
+ statusCode?: number;
544
+ body?: CommitServiceResponseBody;
545
545
  static names(): { [key: string]: string } {
546
546
  return {
547
547
  headers: 'headers',
@@ -641,9 +641,9 @@ export class CreateAppServiceResponseBody extends $tea.Model {
641
641
  }
642
642
 
643
643
  export class CreateAppServiceResponse extends $tea.Model {
644
- headers: { [key: string]: string };
645
- statusCode: number;
646
- body: CreateAppServiceResponseBody;
644
+ headers?: { [key: string]: string };
645
+ statusCode?: number;
646
+ body?: CreateAppServiceResponseBody;
647
647
  static names(): { [key: string]: string } {
648
648
  return {
649
649
  headers: 'headers',
@@ -713,9 +713,9 @@ export class CreateBenchmarkTaskResponseBody extends $tea.Model {
713
713
  }
714
714
 
715
715
  export class CreateBenchmarkTaskResponse extends $tea.Model {
716
- headers: { [key: string]: string };
717
- statusCode: number;
718
- body: CreateBenchmarkTaskResponseBody;
716
+ headers?: { [key: string]: string };
717
+ statusCode?: number;
718
+ body?: CreateBenchmarkTaskResponseBody;
719
719
  static names(): { [key: string]: string } {
720
720
  return {
721
721
  headers: 'headers',
@@ -797,9 +797,9 @@ export class CreateGatewayResponseBody extends $tea.Model {
797
797
  }
798
798
 
799
799
  export class CreateGatewayResponse extends $tea.Model {
800
- headers: { [key: string]: string };
801
- statusCode: number;
802
- body: CreateGatewayResponseBody;
800
+ headers?: { [key: string]: string };
801
+ statusCode?: number;
802
+ body?: CreateGatewayResponseBody;
803
803
  static names(): { [key: string]: string } {
804
804
  return {
805
805
  headers: 'headers',
@@ -869,9 +869,9 @@ export class CreateGatewayIntranetLinkedVpcResponseBody extends $tea.Model {
869
869
  }
870
870
 
871
871
  export class CreateGatewayIntranetLinkedVpcResponse extends $tea.Model {
872
- headers: { [key: string]: string };
873
- statusCode: number;
874
- body: CreateGatewayIntranetLinkedVpcResponseBody;
872
+ headers?: { [key: string]: string };
873
+ statusCode?: number;
874
+ body?: CreateGatewayIntranetLinkedVpcResponseBody;
875
875
  static names(): { [key: string]: string } {
876
876
  return {
877
877
  headers: 'headers',
@@ -968,9 +968,9 @@ export class CreateResourceResponseBody extends $tea.Model {
968
968
  }
969
969
 
970
970
  export class CreateResourceResponse extends $tea.Model {
971
- headers: { [key: string]: string };
972
- statusCode: number;
973
- body: CreateResourceResponseBody;
971
+ headers?: { [key: string]: string };
972
+ statusCode?: number;
973
+ body?: CreateResourceResponseBody;
974
974
  static names(): { [key: string]: string } {
975
975
  return {
976
976
  headers: 'headers',
@@ -1055,9 +1055,9 @@ export class CreateResourceInstancesResponseBody extends $tea.Model {
1055
1055
  }
1056
1056
 
1057
1057
  export class CreateResourceInstancesResponse extends $tea.Model {
1058
- headers: { [key: string]: string };
1059
- statusCode: number;
1060
- body: CreateResourceInstancesResponseBody;
1058
+ headers?: { [key: string]: string };
1059
+ statusCode?: number;
1060
+ body?: CreateResourceInstancesResponseBody;
1061
1061
  static names(): { [key: string]: string } {
1062
1062
  return {
1063
1063
  headers: 'headers',
@@ -1124,9 +1124,9 @@ export class CreateResourceLogResponseBody extends $tea.Model {
1124
1124
  }
1125
1125
 
1126
1126
  export class CreateResourceLogResponse extends $tea.Model {
1127
- headers: { [key: string]: string };
1128
- statusCode: number;
1129
- body: CreateResourceLogResponseBody;
1127
+ headers?: { [key: string]: string };
1128
+ statusCode?: number;
1129
+ body?: CreateResourceLogResponseBody;
1130
1130
  static names(): { [key: string]: string } {
1131
1131
  return {
1132
1132
  headers: 'headers',
@@ -1242,9 +1242,9 @@ export class CreateServiceResponseBody extends $tea.Model {
1242
1242
  }
1243
1243
 
1244
1244
  export class CreateServiceResponse extends $tea.Model {
1245
- headers: { [key: string]: string };
1246
- statusCode: number;
1247
- body: CreateServiceResponseBody;
1245
+ headers?: { [key: string]: string };
1246
+ statusCode?: number;
1247
+ body?: CreateServiceResponseBody;
1248
1248
  static names(): { [key: string]: string } {
1249
1249
  return {
1250
1250
  headers: 'headers',
@@ -1317,9 +1317,9 @@ export class CreateServiceAutoScalerResponseBody extends $tea.Model {
1317
1317
  }
1318
1318
 
1319
1319
  export class CreateServiceAutoScalerResponse extends $tea.Model {
1320
- headers: { [key: string]: string };
1321
- statusCode: number;
1322
- body: CreateServiceAutoScalerResponseBody;
1320
+ headers?: { [key: string]: string };
1321
+ statusCode?: number;
1322
+ body?: CreateServiceAutoScalerResponseBody;
1323
1323
  static names(): { [key: string]: string } {
1324
1324
  return {
1325
1325
  headers: 'headers',
@@ -1386,9 +1386,9 @@ export class CreateServiceCronScalerResponseBody extends $tea.Model {
1386
1386
  }
1387
1387
 
1388
1388
  export class CreateServiceCronScalerResponse extends $tea.Model {
1389
- headers: { [key: string]: string };
1390
- statusCode: number;
1391
- body: CreateServiceCronScalerResponseBody;
1389
+ headers?: { [key: string]: string };
1390
+ statusCode?: number;
1391
+ body?: CreateServiceCronScalerResponseBody;
1392
1392
  static names(): { [key: string]: string } {
1393
1393
  return {
1394
1394
  headers: 'headers',
@@ -1455,9 +1455,9 @@ export class CreateServiceMirrorResponseBody extends $tea.Model {
1455
1455
  }
1456
1456
 
1457
1457
  export class CreateServiceMirrorResponse extends $tea.Model {
1458
- headers: { [key: string]: string };
1459
- statusCode: number;
1460
- body: CreateServiceMirrorResponseBody;
1458
+ headers?: { [key: string]: string };
1459
+ statusCode?: number;
1460
+ body?: CreateServiceMirrorResponseBody;
1461
1461
  static names(): { [key: string]: string } {
1462
1462
  return {
1463
1463
  headers: 'headers',
@@ -1502,9 +1502,9 @@ export class DeleteBenchmarkTaskResponseBody extends $tea.Model {
1502
1502
  }
1503
1503
 
1504
1504
  export class DeleteBenchmarkTaskResponse extends $tea.Model {
1505
- headers: { [key: string]: string };
1506
- statusCode: number;
1507
- body: DeleteBenchmarkTaskResponseBody;
1505
+ headers?: { [key: string]: string };
1506
+ statusCode?: number;
1507
+ body?: DeleteBenchmarkTaskResponseBody;
1508
1508
  static names(): { [key: string]: string } {
1509
1509
  return {
1510
1510
  headers: 'headers',
@@ -1552,9 +1552,9 @@ export class DeleteGatewayResponseBody extends $tea.Model {
1552
1552
  }
1553
1553
 
1554
1554
  export class DeleteGatewayResponse extends $tea.Model {
1555
- headers: { [key: string]: string };
1556
- statusCode: number;
1557
- body: DeleteGatewayResponseBody;
1555
+ headers?: { [key: string]: string };
1556
+ statusCode?: number;
1557
+ body?: DeleteGatewayResponseBody;
1558
1558
  static names(): { [key: string]: string } {
1559
1559
  return {
1560
1560
  headers: 'headers',
@@ -1624,9 +1624,9 @@ export class DeleteGatewayIntranetLinkedVpcResponseBody extends $tea.Model {
1624
1624
  }
1625
1625
 
1626
1626
  export class DeleteGatewayIntranetLinkedVpcResponse extends $tea.Model {
1627
- headers: { [key: string]: string };
1628
- statusCode: number;
1629
- body: DeleteGatewayIntranetLinkedVpcResponseBody;
1627
+ headers?: { [key: string]: string };
1628
+ statusCode?: number;
1629
+ body?: DeleteGatewayIntranetLinkedVpcResponseBody;
1630
1630
  static names(): { [key: string]: string } {
1631
1631
  return {
1632
1632
  headers: 'headers',
@@ -1671,9 +1671,9 @@ export class DeleteResourceResponseBody extends $tea.Model {
1671
1671
  }
1672
1672
 
1673
1673
  export class DeleteResourceResponse extends $tea.Model {
1674
- headers: { [key: string]: string };
1675
- statusCode: number;
1676
- body: DeleteResourceResponseBody;
1674
+ headers?: { [key: string]: string };
1675
+ statusCode?: number;
1676
+ body?: DeleteResourceResponseBody;
1677
1677
  static names(): { [key: string]: string } {
1678
1678
  return {
1679
1679
  headers: 'headers',
@@ -1718,9 +1718,9 @@ export class DeleteResourceDLinkResponseBody extends $tea.Model {
1718
1718
  }
1719
1719
 
1720
1720
  export class DeleteResourceDLinkResponse extends $tea.Model {
1721
- headers: { [key: string]: string };
1722
- statusCode: number;
1723
- body: DeleteResourceDLinkResponseBody;
1721
+ headers?: { [key: string]: string };
1722
+ statusCode?: number;
1723
+ body?: DeleteResourceDLinkResponseBody;
1724
1724
  static names(): { [key: string]: string } {
1725
1725
  return {
1726
1726
  headers: 'headers',
@@ -1787,9 +1787,9 @@ export class DeleteResourceInstancesResponseBody extends $tea.Model {
1787
1787
  }
1788
1788
 
1789
1789
  export class DeleteResourceInstancesResponse extends $tea.Model {
1790
- headers: { [key: string]: string };
1791
- statusCode: number;
1792
- body: DeleteResourceInstancesResponseBody;
1790
+ headers?: { [key: string]: string };
1791
+ statusCode?: number;
1792
+ body?: DeleteResourceInstancesResponseBody;
1793
1793
  static names(): { [key: string]: string } {
1794
1794
  return {
1795
1795
  headers: 'headers',
@@ -1834,9 +1834,9 @@ export class DeleteResourceLogResponseBody extends $tea.Model {
1834
1834
  }
1835
1835
 
1836
1836
  export class DeleteResourceLogResponse extends $tea.Model {
1837
- headers: { [key: string]: string };
1838
- statusCode: number;
1839
- body: DeleteResourceLogResponseBody;
1837
+ headers?: { [key: string]: string };
1838
+ statusCode?: number;
1839
+ body?: DeleteResourceLogResponseBody;
1840
1840
  static names(): { [key: string]: string } {
1841
1841
  return {
1842
1842
  headers: 'headers',
@@ -1881,9 +1881,9 @@ export class DeleteServiceResponseBody extends $tea.Model {
1881
1881
  }
1882
1882
 
1883
1883
  export class DeleteServiceResponse extends $tea.Model {
1884
- headers: { [key: string]: string };
1885
- statusCode: number;
1886
- body: DeleteServiceResponseBody;
1884
+ headers?: { [key: string]: string };
1885
+ statusCode?: number;
1886
+ body?: DeleteServiceResponseBody;
1887
1887
  static names(): { [key: string]: string } {
1888
1888
  return {
1889
1889
  headers: 'headers',
@@ -1928,9 +1928,9 @@ export class DeleteServiceAutoScalerResponseBody extends $tea.Model {
1928
1928
  }
1929
1929
 
1930
1930
  export class DeleteServiceAutoScalerResponse extends $tea.Model {
1931
- headers: { [key: string]: string };
1932
- statusCode: number;
1933
- body: DeleteServiceAutoScalerResponseBody;
1931
+ headers?: { [key: string]: string };
1932
+ statusCode?: number;
1933
+ body?: DeleteServiceAutoScalerResponseBody;
1934
1934
  static names(): { [key: string]: string } {
1935
1935
  return {
1936
1936
  headers: 'headers',
@@ -1975,9 +1975,9 @@ export class DeleteServiceCronScalerResponseBody extends $tea.Model {
1975
1975
  }
1976
1976
 
1977
1977
  export class DeleteServiceCronScalerResponse extends $tea.Model {
1978
- headers: { [key: string]: string };
1979
- statusCode: number;
1980
- body: DeleteServiceCronScalerResponseBody;
1978
+ headers?: { [key: string]: string };
1979
+ statusCode?: number;
1980
+ body?: DeleteServiceCronScalerResponseBody;
1981
1981
  static names(): { [key: string]: string } {
1982
1982
  return {
1983
1983
  headers: 'headers',
@@ -2047,9 +2047,9 @@ export class DeleteServiceInstancesResponseBody extends $tea.Model {
2047
2047
  }
2048
2048
 
2049
2049
  export class DeleteServiceInstancesResponse extends $tea.Model {
2050
- headers: { [key: string]: string };
2051
- statusCode: number;
2052
- body: DeleteServiceInstancesResponseBody;
2050
+ headers?: { [key: string]: string };
2051
+ statusCode?: number;
2052
+ body?: DeleteServiceInstancesResponseBody;
2053
2053
  static names(): { [key: string]: string } {
2054
2054
  return {
2055
2055
  headers: 'headers',
@@ -2132,9 +2132,9 @@ export class DeleteServiceLabelResponseBody extends $tea.Model {
2132
2132
  }
2133
2133
 
2134
2134
  export class DeleteServiceLabelResponse extends $tea.Model {
2135
- headers: { [key: string]: string };
2136
- statusCode: number;
2137
- body: DeleteServiceLabelResponseBody;
2135
+ headers?: { [key: string]: string };
2136
+ statusCode?: number;
2137
+ body?: DeleteServiceLabelResponseBody;
2138
2138
  static names(): { [key: string]: string } {
2139
2139
  return {
2140
2140
  headers: 'headers',
@@ -2179,9 +2179,9 @@ export class DeleteServiceMirrorResponseBody extends $tea.Model {
2179
2179
  }
2180
2180
 
2181
2181
  export class DeleteServiceMirrorResponse extends $tea.Model {
2182
- headers: { [key: string]: string };
2183
- statusCode: number;
2184
- body: DeleteServiceMirrorResponseBody;
2182
+ headers?: { [key: string]: string };
2183
+ statusCode?: number;
2184
+ body?: DeleteServiceMirrorResponseBody;
2185
2185
  static names(): { [key: string]: string } {
2186
2186
  return {
2187
2187
  headers: 'headers',
@@ -2259,9 +2259,9 @@ export class DescribeBenchmarkTaskResponseBody extends $tea.Model {
2259
2259
  }
2260
2260
 
2261
2261
  export class DescribeBenchmarkTaskResponse extends $tea.Model {
2262
- headers: { [key: string]: string };
2263
- statusCode: number;
2264
- body: DescribeBenchmarkTaskResponseBody;
2262
+ headers?: { [key: string]: string };
2263
+ statusCode?: number;
2264
+ body?: DescribeBenchmarkTaskResponseBody;
2265
2265
  static names(): { [key: string]: string } {
2266
2266
  return {
2267
2267
  headers: 'headers',
@@ -2328,9 +2328,9 @@ export class DescribeBenchmarkTaskReportResponseBody extends $tea.Model {
2328
2328
  }
2329
2329
 
2330
2330
  export class DescribeBenchmarkTaskReportResponse extends $tea.Model {
2331
- headers: { [key: string]: string };
2332
- statusCode: number;
2333
- body: DescribeBenchmarkTaskReportResponseBody;
2331
+ headers?: { [key: string]: string };
2332
+ statusCode?: number;
2333
+ body?: DescribeBenchmarkTaskReportResponseBody;
2334
2334
  static names(): { [key: string]: string } {
2335
2335
  return {
2336
2336
  headers: 'headers',
@@ -2420,9 +2420,9 @@ export class DescribeGatewayResponseBody extends $tea.Model {
2420
2420
  }
2421
2421
 
2422
2422
  export class DescribeGatewayResponse extends $tea.Model {
2423
- headers: { [key: string]: string };
2424
- statusCode: number;
2425
- body: DescribeGatewayResponseBody;
2423
+ headers?: { [key: string]: string };
2424
+ statusCode?: number;
2425
+ body?: DescribeGatewayResponseBody;
2426
2426
  static names(): { [key: string]: string } {
2427
2427
  return {
2428
2428
  headers: 'headers',
@@ -2445,9 +2445,9 @@ export class DescribeGatewayResponse extends $tea.Model {
2445
2445
  }
2446
2446
 
2447
2447
  export class DescribeGroupResponse extends $tea.Model {
2448
- headers: { [key: string]: string };
2449
- statusCode: number;
2450
- body: Group;
2448
+ headers?: { [key: string]: string };
2449
+ statusCode?: number;
2450
+ body?: Group;
2451
2451
  static names(): { [key: string]: string } {
2452
2452
  return {
2453
2453
  headers: 'headers',
@@ -2534,9 +2534,9 @@ export class DescribeResourceResponseBody extends $tea.Model {
2534
2534
  }
2535
2535
 
2536
2536
  export class DescribeResourceResponse extends $tea.Model {
2537
- headers: { [key: string]: string };
2538
- statusCode: number;
2539
- body: DescribeResourceResponseBody;
2537
+ headers?: { [key: string]: string };
2538
+ statusCode?: number;
2539
+ body?: DescribeResourceResponseBody;
2540
2540
  static names(): { [key: string]: string } {
2541
2541
  return {
2542
2542
  headers: 'headers',
@@ -2593,9 +2593,9 @@ export class DescribeResourceDLinkResponseBody extends $tea.Model {
2593
2593
  }
2594
2594
 
2595
2595
  export class DescribeResourceDLinkResponse extends $tea.Model {
2596
- headers: { [key: string]: string };
2597
- statusCode: number;
2598
- body: DescribeResourceDLinkResponseBody;
2596
+ headers?: { [key: string]: string };
2597
+ statusCode?: number;
2598
+ body?: DescribeResourceDLinkResponseBody;
2599
2599
  static names(): { [key: string]: string } {
2600
2600
  return {
2601
2601
  headers: 'headers',
@@ -2649,9 +2649,9 @@ export class DescribeResourceLogResponseBody extends $tea.Model {
2649
2649
  }
2650
2650
 
2651
2651
  export class DescribeResourceLogResponse extends $tea.Model {
2652
- headers: { [key: string]: string };
2653
- statusCode: number;
2654
- body: DescribeResourceLogResponseBody;
2652
+ headers?: { [key: string]: string };
2653
+ statusCode?: number;
2654
+ body?: DescribeResourceLogResponseBody;
2655
2655
  static names(): { [key: string]: string } {
2656
2656
  return {
2657
2657
  headers: 'headers',
@@ -2674,9 +2674,9 @@ export class DescribeResourceLogResponse extends $tea.Model {
2674
2674
  }
2675
2675
 
2676
2676
  export class DescribeServiceResponse extends $tea.Model {
2677
- headers: { [key: string]: string };
2678
- statusCode: number;
2679
- body: Service;
2677
+ headers?: { [key: string]: string };
2678
+ statusCode?: number;
2679
+ body?: Service;
2680
2680
  static names(): { [key: string]: string } {
2681
2681
  return {
2682
2682
  headers: 'headers',
@@ -2736,9 +2736,9 @@ export class DescribeServiceAutoScalerResponseBody extends $tea.Model {
2736
2736
  }
2737
2737
 
2738
2738
  export class DescribeServiceAutoScalerResponse extends $tea.Model {
2739
- headers: { [key: string]: string };
2740
- statusCode: number;
2741
- body: DescribeServiceAutoScalerResponseBody;
2739
+ headers?: { [key: string]: string };
2740
+ statusCode?: number;
2741
+ body?: DescribeServiceAutoScalerResponseBody;
2742
2742
  static names(): { [key: string]: string } {
2743
2743
  return {
2744
2744
  headers: 'headers',
@@ -2789,9 +2789,9 @@ export class DescribeServiceCronScalerResponseBody extends $tea.Model {
2789
2789
  }
2790
2790
 
2791
2791
  export class DescribeServiceCronScalerResponse extends $tea.Model {
2792
- headers: { [key: string]: string };
2793
- statusCode: number;
2794
- body: DescribeServiceCronScalerResponseBody;
2792
+ headers?: { [key: string]: string };
2793
+ statusCode?: number;
2794
+ body?: DescribeServiceCronScalerResponseBody;
2795
2795
  static names(): { [key: string]: string } {
2796
2796
  return {
2797
2797
  headers: 'headers',
@@ -2836,9 +2836,9 @@ export class DescribeServiceDiagnosisResponseBody extends $tea.Model {
2836
2836
  }
2837
2837
 
2838
2838
  export class DescribeServiceDiagnosisResponse extends $tea.Model {
2839
- headers: { [key: string]: string };
2840
- statusCode: number;
2841
- body: DescribeServiceDiagnosisResponseBody;
2839
+ headers?: { [key: string]: string };
2840
+ statusCode?: number;
2841
+ body?: DescribeServiceDiagnosisResponseBody;
2842
2842
  static names(): { [key: string]: string } {
2843
2843
  return {
2844
2844
  headers: 'headers',
@@ -2926,9 +2926,9 @@ export class DescribeServiceEventResponseBody extends $tea.Model {
2926
2926
  }
2927
2927
 
2928
2928
  export class DescribeServiceEventResponse extends $tea.Model {
2929
- headers: { [key: string]: string };
2930
- statusCode: number;
2931
- body: DescribeServiceEventResponseBody;
2929
+ headers?: { [key: string]: string };
2930
+ statusCode?: number;
2931
+ body?: DescribeServiceEventResponseBody;
2932
2932
  static names(): { [key: string]: string } {
2933
2933
  return {
2934
2934
  headers: 'headers',
@@ -2973,9 +2973,9 @@ export class DescribeServiceInstanceDiagnosisResponseBody extends $tea.Model {
2973
2973
  }
2974
2974
 
2975
2975
  export class DescribeServiceInstanceDiagnosisResponse extends $tea.Model {
2976
- headers: { [key: string]: string };
2977
- statusCode: number;
2978
- body: DescribeServiceInstanceDiagnosisResponseBody;
2976
+ headers?: { [key: string]: string };
2977
+ statusCode?: number;
2978
+ body?: DescribeServiceInstanceDiagnosisResponseBody;
2979
2979
  static names(): { [key: string]: string } {
2980
2980
  return {
2981
2981
  headers: 'headers',
@@ -3072,9 +3072,9 @@ export class DescribeServiceLogResponseBody extends $tea.Model {
3072
3072
  }
3073
3073
 
3074
3074
  export class DescribeServiceLogResponse extends $tea.Model {
3075
- headers: { [key: string]: string };
3076
- statusCode: number;
3077
- body: DescribeServiceLogResponseBody;
3075
+ headers?: { [key: string]: string };
3076
+ statusCode?: number;
3077
+ body?: DescribeServiceLogResponseBody;
3078
3078
  static names(): { [key: string]: string } {
3079
3079
  return {
3080
3080
  headers: 'headers',
@@ -3125,9 +3125,9 @@ export class DescribeServiceMirrorResponseBody extends $tea.Model {
3125
3125
  }
3126
3126
 
3127
3127
  export class DescribeServiceMirrorResponse extends $tea.Model {
3128
- headers: { [key: string]: string };
3129
- statusCode: number;
3130
- body: DescribeServiceMirrorResponseBody;
3128
+ headers?: { [key: string]: string };
3129
+ statusCode?: number;
3130
+ body?: DescribeServiceMirrorResponseBody;
3131
3131
  static names(): { [key: string]: string } {
3132
3132
  return {
3133
3133
  headers: 'headers',
@@ -3191,9 +3191,9 @@ export class DevelopServiceResponseBody extends $tea.Model {
3191
3191
  }
3192
3192
 
3193
3193
  export class DevelopServiceResponse extends $tea.Model {
3194
- headers: { [key: string]: string };
3195
- statusCode: number;
3196
- body: DevelopServiceResponseBody;
3194
+ headers?: { [key: string]: string };
3195
+ statusCode?: number;
3196
+ body?: DevelopServiceResponseBody;
3197
3197
  static names(): { [key: string]: string } {
3198
3198
  return {
3199
3199
  headers: 'headers',
@@ -3275,9 +3275,9 @@ export class ListBenchmarkTaskResponseBody extends $tea.Model {
3275
3275
  }
3276
3276
 
3277
3277
  export class ListBenchmarkTaskResponse extends $tea.Model {
3278
- headers: { [key: string]: string };
3279
- statusCode: number;
3280
- body: ListBenchmarkTaskResponseBody;
3278
+ headers?: { [key: string]: string };
3279
+ statusCode?: number;
3280
+ body?: ListBenchmarkTaskResponseBody;
3281
3281
  static names(): { [key: string]: string } {
3282
3282
  return {
3283
3283
  headers: 'headers',
@@ -3325,9 +3325,9 @@ export class ListGatewayIntranetLinkedVpcResponseBody extends $tea.Model {
3325
3325
  }
3326
3326
 
3327
3327
  export class ListGatewayIntranetLinkedVpcResponse extends $tea.Model {
3328
- headers: { [key: string]: string };
3329
- statusCode: number;
3330
- body: ListGatewayIntranetLinkedVpcResponseBody;
3328
+ headers?: { [key: string]: string };
3329
+ statusCode?: number;
3330
+ body?: ListGatewayIntranetLinkedVpcResponseBody;
3331
3331
  static names(): { [key: string]: string } {
3332
3332
  return {
3333
3333
  headers: 'headers',
@@ -3409,9 +3409,9 @@ export class ListGroupsResponseBody extends $tea.Model {
3409
3409
  }
3410
3410
 
3411
3411
  export class ListGroupsResponse extends $tea.Model {
3412
- headers: { [key: string]: string };
3413
- statusCode: number;
3414
- body: ListGroupsResponseBody;
3412
+ headers?: { [key: string]: string };
3413
+ statusCode?: number;
3414
+ body?: ListGroupsResponseBody;
3415
3415
  static names(): { [key: string]: string } {
3416
3416
  return {
3417
3417
  headers: 'headers',
@@ -3487,9 +3487,9 @@ export class ListResourceInstanceWorkerResponseBody extends $tea.Model {
3487
3487
  }
3488
3488
 
3489
3489
  export class ListResourceInstanceWorkerResponse extends $tea.Model {
3490
- headers: { [key: string]: string };
3491
- statusCode: number;
3492
- body: ListResourceInstanceWorkerResponseBody;
3490
+ headers?: { [key: string]: string };
3491
+ statusCode?: number;
3492
+ body?: ListResourceInstanceWorkerResponseBody;
3493
3493
  static names(): { [key: string]: string } {
3494
3494
  return {
3495
3495
  headers: 'headers',
@@ -3589,9 +3589,9 @@ export class ListResourceInstancesResponseBody extends $tea.Model {
3589
3589
  }
3590
3590
 
3591
3591
  export class ListResourceInstancesResponse extends $tea.Model {
3592
- headers: { [key: string]: string };
3593
- statusCode: number;
3594
- body: ListResourceInstancesResponseBody;
3592
+ headers?: { [key: string]: string };
3593
+ statusCode?: number;
3594
+ body?: ListResourceInstancesResponseBody;
3595
3595
  static names(): { [key: string]: string } {
3596
3596
  return {
3597
3597
  headers: 'headers',
@@ -3667,9 +3667,9 @@ export class ListResourceServicesResponseBody extends $tea.Model {
3667
3667
  }
3668
3668
 
3669
3669
  export class ListResourceServicesResponse extends $tea.Model {
3670
- headers: { [key: string]: string };
3671
- statusCode: number;
3672
- body: ListResourceServicesResponseBody;
3670
+ headers?: { [key: string]: string };
3671
+ statusCode?: number;
3672
+ body?: ListResourceServicesResponseBody;
3673
3673
  static names(): { [key: string]: string } {
3674
3674
  return {
3675
3675
  headers: 'headers',
@@ -3754,9 +3754,9 @@ export class ListResourcesResponseBody extends $tea.Model {
3754
3754
  }
3755
3755
 
3756
3756
  export class ListResourcesResponse extends $tea.Model {
3757
- headers: { [key: string]: string };
3758
- statusCode: number;
3759
- body: ListResourcesResponseBody;
3757
+ headers?: { [key: string]: string };
3758
+ statusCode?: number;
3759
+ body?: ListResourcesResponseBody;
3760
3760
  static names(): { [key: string]: string } {
3761
3761
  return {
3762
3762
  headers: 'headers',
@@ -3804,9 +3804,9 @@ export class ListServiceContainersResponseBody extends $tea.Model {
3804
3804
  }
3805
3805
 
3806
3806
  export class ListServiceContainersResponse extends $tea.Model {
3807
- headers: { [key: string]: string };
3808
- statusCode: number;
3809
- body: ListServiceContainersResponseBody;
3807
+ headers?: { [key: string]: string };
3808
+ statusCode?: number;
3809
+ body?: ListServiceContainersResponseBody;
3810
3810
  static names(): { [key: string]: string } {
3811
3811
  return {
3812
3812
  headers: 'headers',
@@ -3915,9 +3915,9 @@ export class ListServiceInstancesResponseBody extends $tea.Model {
3915
3915
  }
3916
3916
 
3917
3917
  export class ListServiceInstancesResponse extends $tea.Model {
3918
- headers: { [key: string]: string };
3919
- statusCode: number;
3920
- body: ListServiceInstancesResponseBody;
3918
+ headers?: { [key: string]: string };
3919
+ statusCode?: number;
3920
+ body?: ListServiceInstancesResponseBody;
3921
3921
  static names(): { [key: string]: string } {
3922
3922
  return {
3923
3923
  headers: 'headers',
@@ -3993,9 +3993,9 @@ export class ListServiceVersionsResponseBody extends $tea.Model {
3993
3993
  }
3994
3994
 
3995
3995
  export class ListServiceVersionsResponse extends $tea.Model {
3996
- headers: { [key: string]: string };
3997
- statusCode: number;
3998
- body: ListServiceVersionsResponseBody;
3996
+ headers?: { [key: string]: string };
3997
+ statusCode?: number;
3998
+ body?: ListServiceVersionsResponseBody;
3999
3999
  static names(): { [key: string]: string } {
4000
4000
  return {
4001
4001
  headers: 'headers',
@@ -4025,6 +4025,7 @@ export class ListServicesRequest extends $tea.Model {
4025
4025
  pageNumber?: number;
4026
4026
  pageSize?: number;
4027
4027
  parentServiceUid?: string;
4028
+ quotaId?: string;
4028
4029
  resourceName?: string;
4029
4030
  serviceName?: string;
4030
4031
  serviceStatus?: string;
@@ -4041,6 +4042,7 @@ export class ListServicesRequest extends $tea.Model {
4041
4042
  pageNumber: 'PageNumber',
4042
4043
  pageSize: 'PageSize',
4043
4044
  parentServiceUid: 'ParentServiceUid',
4045
+ quotaId: 'QuotaId',
4044
4046
  resourceName: 'ResourceName',
4045
4047
  serviceName: 'ServiceName',
4046
4048
  serviceStatus: 'ServiceStatus',
@@ -4060,6 +4062,7 @@ export class ListServicesRequest extends $tea.Model {
4060
4062
  pageNumber: 'number',
4061
4063
  pageSize: 'number',
4062
4064
  parentServiceUid: 'string',
4065
+ quotaId: 'string',
4063
4066
  resourceName: 'string',
4064
4067
  serviceName: 'string',
4065
4068
  serviceStatus: 'string',
@@ -4083,6 +4086,7 @@ export class ListServicesShrinkRequest extends $tea.Model {
4083
4086
  pageNumber?: number;
4084
4087
  pageSize?: number;
4085
4088
  parentServiceUid?: string;
4089
+ quotaId?: string;
4086
4090
  resourceName?: string;
4087
4091
  serviceName?: string;
4088
4092
  serviceStatus?: string;
@@ -4099,6 +4103,7 @@ export class ListServicesShrinkRequest extends $tea.Model {
4099
4103
  pageNumber: 'PageNumber',
4100
4104
  pageSize: 'PageSize',
4101
4105
  parentServiceUid: 'ParentServiceUid',
4106
+ quotaId: 'QuotaId',
4102
4107
  resourceName: 'ResourceName',
4103
4108
  serviceName: 'ServiceName',
4104
4109
  serviceStatus: 'ServiceStatus',
@@ -4118,6 +4123,7 @@ export class ListServicesShrinkRequest extends $tea.Model {
4118
4123
  pageNumber: 'number',
4119
4124
  pageSize: 'number',
4120
4125
  parentServiceUid: 'string',
4126
+ quotaId: 'string',
4121
4127
  resourceName: 'string',
4122
4128
  serviceName: 'string',
4123
4129
  serviceStatus: 'string',
@@ -4165,9 +4171,9 @@ export class ListServicesResponseBody extends $tea.Model {
4165
4171
  }
4166
4172
 
4167
4173
  export class ListServicesResponse extends $tea.Model {
4168
- headers: { [key: string]: string };
4169
- statusCode: number;
4170
- body: ListServicesResponseBody;
4174
+ headers?: { [key: string]: string };
4175
+ statusCode?: number;
4176
+ body?: ListServicesResponseBody;
4171
4177
  static names(): { [key: string]: string } {
4172
4178
  return {
4173
4179
  headers: 'headers',
@@ -4234,9 +4240,9 @@ export class ReleaseServiceResponseBody extends $tea.Model {
4234
4240
  }
4235
4241
 
4236
4242
  export class ReleaseServiceResponse extends $tea.Model {
4237
- headers: { [key: string]: string };
4238
- statusCode: number;
4239
- body: ReleaseServiceResponseBody;
4243
+ headers?: { [key: string]: string };
4244
+ statusCode?: number;
4245
+ body?: ReleaseServiceResponseBody;
4240
4246
  static names(): { [key: string]: string } {
4241
4247
  return {
4242
4248
  headers: 'headers',
@@ -4281,9 +4287,9 @@ export class RestartServiceResponseBody extends $tea.Model {
4281
4287
  }
4282
4288
 
4283
4289
  export class RestartServiceResponse extends $tea.Model {
4284
- headers: { [key: string]: string };
4285
- statusCode: number;
4286
- body: RestartServiceResponseBody;
4290
+ headers?: { [key: string]: string };
4291
+ statusCode?: number;
4292
+ body?: RestartServiceResponseBody;
4287
4293
  static names(): { [key: string]: string } {
4288
4294
  return {
4289
4295
  headers: 'headers',
@@ -4328,9 +4334,9 @@ export class StartBenchmarkTaskResponseBody extends $tea.Model {
4328
4334
  }
4329
4335
 
4330
4336
  export class StartBenchmarkTaskResponse extends $tea.Model {
4331
- headers: { [key: string]: string };
4332
- statusCode: number;
4333
- body: StartBenchmarkTaskResponseBody;
4337
+ headers?: { [key: string]: string };
4338
+ statusCode?: number;
4339
+ body?: StartBenchmarkTaskResponseBody;
4334
4340
  static names(): { [key: string]: string } {
4335
4341
  return {
4336
4342
  headers: 'headers',
@@ -4375,9 +4381,9 @@ export class StartServiceResponseBody extends $tea.Model {
4375
4381
  }
4376
4382
 
4377
4383
  export class StartServiceResponse extends $tea.Model {
4378
- headers: { [key: string]: string };
4379
- statusCode: number;
4380
- body: StartServiceResponseBody;
4384
+ headers?: { [key: string]: string };
4385
+ statusCode?: number;
4386
+ body?: StartServiceResponseBody;
4381
4387
  static names(): { [key: string]: string } {
4382
4388
  return {
4383
4389
  headers: 'headers',
@@ -4422,9 +4428,9 @@ export class StopBenchmarkTaskResponseBody extends $tea.Model {
4422
4428
  }
4423
4429
 
4424
4430
  export class StopBenchmarkTaskResponse extends $tea.Model {
4425
- headers: { [key: string]: string };
4426
- statusCode: number;
4427
- body: StopBenchmarkTaskResponseBody;
4431
+ headers?: { [key: string]: string };
4432
+ statusCode?: number;
4433
+ body?: StopBenchmarkTaskResponseBody;
4428
4434
  static names(): { [key: string]: string } {
4429
4435
  return {
4430
4436
  headers: 'headers',
@@ -4469,9 +4475,9 @@ export class StopServiceResponseBody extends $tea.Model {
4469
4475
  }
4470
4476
 
4471
4477
  export class StopServiceResponse extends $tea.Model {
4472
- headers: { [key: string]: string };
4473
- statusCode: number;
4474
- body: StopServiceResponseBody;
4478
+ headers?: { [key: string]: string };
4479
+ statusCode?: number;
4480
+ body?: StopServiceResponseBody;
4475
4481
  static names(): { [key: string]: string } {
4476
4482
  return {
4477
4483
  headers: 'headers',
@@ -4499,7 +4505,7 @@ export class UpdateAppServiceRequest extends $tea.Model {
4499
4505
  appType?: string;
4500
4506
  appVersion?: string;
4501
4507
  config?: { [key: string]: any };
4502
- replicas?: string;
4508
+ replicas?: number;
4503
4509
  serviceSpec?: string;
4504
4510
  static names(): { [key: string]: string } {
4505
4511
  return {
@@ -4520,7 +4526,7 @@ export class UpdateAppServiceRequest extends $tea.Model {
4520
4526
  appType: 'string',
4521
4527
  appVersion: 'string',
4522
4528
  config: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
4523
- replicas: 'string',
4529
+ replicas: 'number',
4524
4530
  serviceSpec: 'string',
4525
4531
  };
4526
4532
  }
@@ -4553,9 +4559,9 @@ export class UpdateAppServiceResponseBody extends $tea.Model {
4553
4559
  }
4554
4560
 
4555
4561
  export class UpdateAppServiceResponse extends $tea.Model {
4556
- headers: { [key: string]: string };
4557
- statusCode: number;
4558
- body: UpdateAppServiceResponseBody;
4562
+ headers?: { [key: string]: string };
4563
+ statusCode?: number;
4564
+ body?: UpdateAppServiceResponseBody;
4559
4565
  static names(): { [key: string]: string } {
4560
4566
  return {
4561
4567
  headers: 'headers',
@@ -4619,9 +4625,9 @@ export class UpdateBenchmarkTaskResponseBody extends $tea.Model {
4619
4625
  }
4620
4626
 
4621
4627
  export class UpdateBenchmarkTaskResponse extends $tea.Model {
4622
- headers: { [key: string]: string };
4623
- statusCode: number;
4624
- body: UpdateBenchmarkTaskResponseBody;
4628
+ headers?: { [key: string]: string };
4629
+ statusCode?: number;
4630
+ body?: UpdateBenchmarkTaskResponseBody;
4625
4631
  static names(): { [key: string]: string } {
4626
4632
  return {
4627
4633
  headers: 'headers',
@@ -4697,9 +4703,9 @@ export class UpdateGatewayResponseBody extends $tea.Model {
4697
4703
  }
4698
4704
 
4699
4705
  export class UpdateGatewayResponse extends $tea.Model {
4700
- headers: { [key: string]: string };
4701
- statusCode: number;
4702
- body: UpdateGatewayResponseBody;
4706
+ headers?: { [key: string]: string };
4707
+ statusCode?: number;
4708
+ body?: UpdateGatewayResponseBody;
4703
4709
  static names(): { [key: string]: string } {
4704
4710
  return {
4705
4711
  headers: 'headers',
@@ -4769,9 +4775,9 @@ export class UpdateResourceResponseBody extends $tea.Model {
4769
4775
  }
4770
4776
 
4771
4777
  export class UpdateResourceResponse extends $tea.Model {
4772
- headers: { [key: string]: string };
4773
- statusCode: number;
4774
- body: UpdateResourceResponseBody;
4778
+ headers?: { [key: string]: string };
4779
+ statusCode?: number;
4780
+ body?: UpdateResourceResponseBody;
4775
4781
  static names(): { [key: string]: string } {
4776
4782
  return {
4777
4783
  headers: 'headers',
@@ -4844,9 +4850,9 @@ export class UpdateResourceDLinkResponseBody extends $tea.Model {
4844
4850
  }
4845
4851
 
4846
4852
  export class UpdateResourceDLinkResponse extends $tea.Model {
4847
- headers: { [key: string]: string };
4848
- statusCode: number;
4849
- body: UpdateResourceDLinkResponseBody;
4853
+ headers?: { [key: string]: string };
4854
+ statusCode?: number;
4855
+ body?: UpdateResourceDLinkResponseBody;
4850
4856
  static names(): { [key: string]: string } {
4851
4857
  return {
4852
4858
  headers: 'headers',
@@ -4913,9 +4919,9 @@ export class UpdateResourceInstanceResponseBody extends $tea.Model {
4913
4919
  }
4914
4920
 
4915
4921
  export class UpdateResourceInstanceResponse extends $tea.Model {
4916
- headers: { [key: string]: string };
4917
- statusCode: number;
4918
- body: UpdateResourceInstanceResponseBody;
4922
+ headers?: { [key: string]: string };
4923
+ statusCode?: number;
4924
+ body?: UpdateResourceInstanceResponseBody;
4919
4925
  static names(): { [key: string]: string } {
4920
4926
  return {
4921
4927
  headers: 'headers',
@@ -4982,9 +4988,9 @@ export class UpdateServiceResponseBody extends $tea.Model {
4982
4988
  }
4983
4989
 
4984
4990
  export class UpdateServiceResponse extends $tea.Model {
4985
- headers: { [key: string]: string };
4986
- statusCode: number;
4987
- body: UpdateServiceResponseBody;
4991
+ headers?: { [key: string]: string };
4992
+ statusCode?: number;
4993
+ body?: UpdateServiceResponseBody;
4988
4994
  static names(): { [key: string]: string } {
4989
4995
  return {
4990
4996
  headers: 'headers',
@@ -5057,9 +5063,9 @@ export class UpdateServiceAutoScalerResponseBody extends $tea.Model {
5057
5063
  }
5058
5064
 
5059
5065
  export class UpdateServiceAutoScalerResponse extends $tea.Model {
5060
- headers: { [key: string]: string };
5061
- statusCode: number;
5062
- body: UpdateServiceAutoScalerResponseBody;
5066
+ headers?: { [key: string]: string };
5067
+ statusCode?: number;
5068
+ body?: UpdateServiceAutoScalerResponseBody;
5063
5069
  static names(): { [key: string]: string } {
5064
5070
  return {
5065
5071
  headers: 'headers',
@@ -5126,9 +5132,9 @@ export class UpdateServiceCronScalerResponseBody extends $tea.Model {
5126
5132
  }
5127
5133
 
5128
5134
  export class UpdateServiceCronScalerResponse extends $tea.Model {
5129
- headers: { [key: string]: string };
5130
- statusCode: number;
5131
- body: UpdateServiceCronScalerResponseBody;
5135
+ headers?: { [key: string]: string };
5136
+ statusCode?: number;
5137
+ body?: UpdateServiceCronScalerResponseBody;
5132
5138
  static names(): { [key: string]: string } {
5133
5139
  return {
5134
5140
  headers: 'headers',
@@ -5192,9 +5198,9 @@ export class UpdateServiceInstanceResponseBody extends $tea.Model {
5192
5198
  }
5193
5199
 
5194
5200
  export class UpdateServiceInstanceResponse extends $tea.Model {
5195
- headers: { [key: string]: string };
5196
- statusCode: number;
5197
- body: UpdateServiceInstanceResponseBody;
5201
+ headers?: { [key: string]: string };
5202
+ statusCode?: number;
5203
+ body?: UpdateServiceInstanceResponseBody;
5198
5204
  static names(): { [key: string]: string } {
5199
5205
  return {
5200
5206
  headers: 'headers',
@@ -5258,9 +5264,9 @@ export class UpdateServiceLabelResponseBody extends $tea.Model {
5258
5264
  }
5259
5265
 
5260
5266
  export class UpdateServiceLabelResponse extends $tea.Model {
5261
- headers: { [key: string]: string };
5262
- statusCode: number;
5263
- body: UpdateServiceLabelResponseBody;
5267
+ headers?: { [key: string]: string };
5268
+ statusCode?: number;
5269
+ body?: UpdateServiceLabelResponseBody;
5264
5270
  static names(): { [key: string]: string } {
5265
5271
  return {
5266
5272
  headers: 'headers',
@@ -5327,9 +5333,9 @@ export class UpdateServiceMirrorResponseBody extends $tea.Model {
5327
5333
  }
5328
5334
 
5329
5335
  export class UpdateServiceMirrorResponse extends $tea.Model {
5330
- headers: { [key: string]: string };
5331
- statusCode: number;
5332
- body: UpdateServiceMirrorResponseBody;
5336
+ headers?: { [key: string]: string };
5337
+ statusCode?: number;
5338
+ body?: UpdateServiceMirrorResponseBody;
5333
5339
  static names(): { [key: string]: string } {
5334
5340
  return {
5335
5341
  headers: 'headers',
@@ -5393,9 +5399,9 @@ export class UpdateServiceSafetyLockResponseBody extends $tea.Model {
5393
5399
  }
5394
5400
 
5395
5401
  export class UpdateServiceSafetyLockResponse extends $tea.Model {
5396
- headers: { [key: string]: string };
5397
- statusCode: number;
5398
- body: UpdateServiceSafetyLockResponseBody;
5402
+ headers?: { [key: string]: string };
5403
+ statusCode?: number;
5404
+ body?: UpdateServiceSafetyLockResponseBody;
5399
5405
  static names(): { [key: string]: string } {
5400
5406
  return {
5401
5407
  headers: 'headers',
@@ -5459,9 +5465,9 @@ export class UpdateServiceVersionResponseBody extends $tea.Model {
5459
5465
  }
5460
5466
 
5461
5467
  export class UpdateServiceVersionResponse extends $tea.Model {
5462
- headers: { [key: string]: string };
5463
- statusCode: number;
5464
- body: UpdateServiceVersionResponseBody;
5468
+ headers?: { [key: string]: string };
5469
+ statusCode?: number;
5470
+ body?: UpdateServiceVersionResponseBody;
5465
5471
  static names(): { [key: string]: string } {
5466
5472
  return {
5467
5473
  headers: 'headers',
@@ -5996,6 +6002,7 @@ export class ListServiceVersionsResponseBodyVersions extends $tea.Model {
5996
6002
  imageAvailable?: string;
5997
6003
  imageId?: number;
5998
6004
  message?: string;
6005
+ serviceConfig?: string;
5999
6006
  serviceRunnable?: string;
6000
6007
  static names(): { [key: string]: string } {
6001
6008
  return {
@@ -6003,6 +6010,7 @@ export class ListServiceVersionsResponseBodyVersions extends $tea.Model {
6003
6010
  imageAvailable: 'ImageAvailable',
6004
6011
  imageId: 'ImageId',
6005
6012
  message: 'Message',
6013
+ serviceConfig: 'ServiceConfig',
6006
6014
  serviceRunnable: 'ServiceRunnable',
6007
6015
  };
6008
6016
  }
@@ -6013,6 +6021,7 @@ export class ListServiceVersionsResponseBodyVersions extends $tea.Model {
6013
6021
  imageAvailable: 'string',
6014
6022
  imageId: 'number',
6015
6023
  message: 'string',
6024
+ serviceConfig: 'string',
6016
6025
  serviceRunnable: 'string',
6017
6026
  };
6018
6027
  }
@@ -8045,6 +8054,10 @@ export default class Client extends OpenApi {
8045
8054
  query["ParentServiceUid"] = request.parentServiceUid;
8046
8055
  }
8047
8056
 
8057
+ if (!Util.isUnset(request.quotaId)) {
8058
+ query["QuotaId"] = request.quotaId;
8059
+ }
8060
+
8048
8061
  if (!Util.isUnset(request.resourceName)) {
8049
8062
  query["ResourceName"] = request.resourceName;
8050
8063
  }