@alicloud/sae20190506 1.24.6 → 1.24.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -227,6 +227,7 @@ export declare class Application extends $tea.Model {
227
227
  namespaceName?: string;
228
228
  nasConfig?: NASConfig;
229
229
  ossMountConfig?: OSSMountConfig;
230
+ programmingLanguage?: string;
230
231
  runtime?: string;
231
232
  scaleConfig?: ScaleConfig;
232
233
  slsConfig?: SLSConfig;
@@ -479,6 +480,7 @@ export declare class CreateApplicationInput extends $tea.Model {
479
480
  customRuntimeConfig?: CustomRuntimeConfig;
480
481
  description?: string;
481
482
  diskSize?: number;
483
+ enableAppMetric?: boolean;
482
484
  environmentVariables?: {
483
485
  [key: string]: string;
484
486
  };
@@ -500,6 +502,7 @@ export declare class CreateApplicationInput extends $tea.Model {
500
502
  namespaceID?: string;
501
503
  nasConfig?: NASConfig;
502
504
  ossMountConfig?: OSSMountConfig;
505
+ programmingLanguage?: string;
503
506
  runtime?: string;
504
507
  scaleConfig?: ScaleConfig;
505
508
  slsConfig?: SLSConfig;
@@ -2163,8 +2166,10 @@ export declare class UpdateApplicationInput extends $tea.Model {
2163
2166
  livenessProbe?: Probe;
2164
2167
  logConfig?: LogConfig;
2165
2168
  memorySize?: number;
2169
+ namespaceID?: string;
2166
2170
  nasConfig?: NASConfig;
2167
2171
  ossMountConfig?: OSSMountConfig;
2172
+ programmingLanguage?: string;
2168
2173
  runtime?: string;
2169
2174
  scaleConfig?: ScaleConfig;
2170
2175
  slsConfig?: SLSConfig;
@@ -3707,6 +3712,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
3707
3712
  * true
3708
3713
  */
3709
3714
  deploy?: boolean;
3715
+ dotnet?: string;
3710
3716
  /**
3711
3717
  * @remarks
3712
3718
  * 3.5.3
@@ -4553,6 +4559,7 @@ export declare class CreateIngressRequest extends $tea.Model {
4553
4559
  * ingress-for-sae-test
4554
4560
  */
4555
4561
  description?: string;
4562
+ idleTimeout?: number;
4556
4563
  /**
4557
4564
  * @remarks
4558
4565
  * This parameter is required.
@@ -6864,6 +6871,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
6864
6871
  * true
6865
6872
  */
6866
6873
  deploy?: string;
6874
+ dotnet?: string;
6867
6875
  /**
6868
6876
  * @remarks
6869
6877
  * The version of the container, such as Ali-Tomcat, in which an application developed based on High-speed Service Framework (HSF) is deployed.
@@ -14533,6 +14541,9 @@ export declare class RescaleApplicationVerticallyRequest extends $tea.Model {
14533
14541
  * 2048
14534
14542
  */
14535
14543
  memory?: string;
14544
+ autoEnableApplicationScalingRule?: boolean;
14545
+ minReadyInstanceRatio?: number;
14546
+ minReadyInstances?: number;
14536
14547
  static names(): {
14537
14548
  [key: string]: string;
14538
14549
  };
@@ -16714,6 +16725,7 @@ export declare class UpdateIngressRequest extends $tea.Model {
16714
16725
  * ingress-sae-test
16715
16726
  */
16716
16727
  description?: string;
16728
+ idleTimeout?: number;
16717
16729
  /**
16718
16730
  * @remarks
16719
16731
  * This parameter is required.
@@ -19678,6 +19690,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
19678
19690
  * [{"hostName":"test.host.name","ip":"0.0.0.0"}]
19679
19691
  */
19680
19692
  customHostAlias?: string;
19693
+ dotnet?: string;
19681
19694
  /**
19682
19695
  * @remarks
19683
19696
  * The version of the container, such as Ali-Tomcat, in which an application developed based on High-speed Service Framework (HSF) is deployed.
@@ -23192,6 +23205,7 @@ export declare class DescribeIngressResponseBodyData extends $tea.Model {
23192
23205
  * 87
23193
23206
  */
23194
23207
  id?: number;
23208
+ idleTimeout?: number;
23195
23209
  /**
23196
23210
  * @remarks
23197
23211
  * The default rule.
@@ -25825,6 +25839,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
25825
25839
  * 1000
25826
25840
  */
25827
25841
  cpu?: number;
25842
+ imageUrl?: string;
25828
25843
  /**
25829
25844
  * @remarks
25830
25845
  * The number of application instances.
@@ -25862,6 +25877,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
25862
25877
  * cn-beijing:demo
25863
25878
  */
25864
25879
  namespaceId?: string;
25880
+ packageUrl?: string;
25865
25881
  programmingLanguage?: string;
25866
25882
  /**
25867
25883
  * @remarks
package/dist/client.js CHANGED
@@ -216,6 +216,7 @@ class Application extends $tea.Model {
216
216
  namespaceName: 'namespaceName',
217
217
  nasConfig: 'nasConfig',
218
218
  ossMountConfig: 'ossMountConfig',
219
+ programmingLanguage: 'programmingLanguage',
219
220
  runtime: 'runtime',
220
221
  scaleConfig: 'scaleConfig',
221
222
  slsConfig: 'slsConfig',
@@ -272,6 +273,7 @@ class Application extends $tea.Model {
272
273
  namespaceName: 'string',
273
274
  nasConfig: NASConfig,
274
275
  ossMountConfig: OSSMountConfig,
276
+ programmingLanguage: 'string',
275
277
  runtime: 'string',
276
278
  scaleConfig: ScaleConfig,
277
279
  slsConfig: SLSConfig,
@@ -536,6 +538,7 @@ class CreateApplicationInput extends $tea.Model {
536
538
  customRuntimeConfig: 'customRuntimeConfig',
537
539
  description: 'description',
538
540
  diskSize: 'diskSize',
541
+ enableAppMetric: 'enableAppMetric',
539
542
  environmentVariables: 'environmentVariables',
540
543
  gpuMemorySize: 'gpuMemorySize',
541
544
  handler: 'handler',
@@ -555,6 +558,7 @@ class CreateApplicationInput extends $tea.Model {
555
558
  namespaceID: 'namespaceID',
556
559
  nasConfig: 'nasConfig',
557
560
  ossMountConfig: 'ossMountConfig',
561
+ programmingLanguage: 'programmingLanguage',
558
562
  runtime: 'runtime',
559
563
  scaleConfig: 'scaleConfig',
560
564
  slsConfig: 'slsConfig',
@@ -578,6 +582,7 @@ class CreateApplicationInput extends $tea.Model {
578
582
  customRuntimeConfig: CustomRuntimeConfig,
579
583
  description: 'string',
580
584
  diskSize: 'number',
585
+ enableAppMetric: 'boolean',
581
586
  environmentVariables: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
582
587
  gpuMemorySize: 'number',
583
588
  handler: 'string',
@@ -597,6 +602,7 @@ class CreateApplicationInput extends $tea.Model {
597
602
  namespaceID: 'string',
598
603
  nasConfig: NASConfig,
599
604
  ossMountConfig: OSSMountConfig,
605
+ programmingLanguage: 'string',
600
606
  runtime: 'string',
601
607
  scaleConfig: ScaleConfig,
602
608
  slsConfig: SLSConfig,
@@ -2655,8 +2661,10 @@ class UpdateApplicationInput extends $tea.Model {
2655
2661
  livenessProbe: 'livenessProbe',
2656
2662
  logConfig: 'logConfig',
2657
2663
  memorySize: 'memorySize',
2664
+ namespaceID: 'namespaceID',
2658
2665
  nasConfig: 'nasConfig',
2659
2666
  ossMountConfig: 'ossMountConfig',
2667
+ programmingLanguage: 'programmingLanguage',
2660
2668
  runtime: 'runtime',
2661
2669
  scaleConfig: 'scaleConfig',
2662
2670
  slsConfig: 'slsConfig',
@@ -2697,8 +2705,10 @@ class UpdateApplicationInput extends $tea.Model {
2697
2705
  livenessProbe: Probe,
2698
2706
  logConfig: LogConfig,
2699
2707
  memorySize: 'number',
2708
+ namespaceID: 'string',
2700
2709
  nasConfig: NASConfig,
2701
2710
  ossMountConfig: OSSMountConfig,
2711
+ programmingLanguage: 'string',
2702
2712
  runtime: 'string',
2703
2713
  scaleConfig: ScaleConfig,
2704
2714
  slsConfig: SLSConfig,
@@ -3994,6 +4004,7 @@ class CreateApplicationRequest extends $tea.Model {
3994
4004
  cpu: 'Cpu',
3995
4005
  customHostAlias: 'CustomHostAlias',
3996
4006
  deploy: 'Deploy',
4007
+ dotnet: 'Dotnet',
3997
4008
  edasContainerVersion: 'EdasContainerVersion',
3998
4009
  enableEbpf: 'EnableEbpf',
3999
4010
  enableNewArms: 'EnableNewArms',
@@ -4060,6 +4071,7 @@ class CreateApplicationRequest extends $tea.Model {
4060
4071
  cpu: 'number',
4061
4072
  customHostAlias: 'string',
4062
4073
  deploy: 'boolean',
4074
+ dotnet: 'string',
4063
4075
  edasContainerVersion: 'string',
4064
4076
  enableEbpf: 'string',
4065
4077
  enableNewArms: 'boolean',
@@ -4394,6 +4406,7 @@ class CreateIngressRequest extends $tea.Model {
4394
4406
  certIds: 'CertIds',
4395
4407
  defaultRule: 'DefaultRule',
4396
4408
  description: 'Description',
4409
+ idleTimeout: 'IdleTimeout',
4397
4410
  listenerPort: 'ListenerPort',
4398
4411
  listenerProtocol: 'ListenerProtocol',
4399
4412
  loadBalanceType: 'LoadBalanceType',
@@ -4410,6 +4423,7 @@ class CreateIngressRequest extends $tea.Model {
4410
4423
  certIds: 'string',
4411
4424
  defaultRule: 'string',
4412
4425
  description: 'string',
4426
+ idleTimeout: 'number',
4413
4427
  listenerPort: 'number',
4414
4428
  listenerProtocol: 'string',
4415
4429
  loadBalanceType: 'string',
@@ -5587,6 +5601,7 @@ class DeployApplicationRequest extends $tea.Model {
5587
5601
  cpu: 'Cpu',
5588
5602
  customHostAlias: 'CustomHostAlias',
5589
5603
  deploy: 'Deploy',
5604
+ dotnet: 'Dotnet',
5590
5605
  edasContainerVersion: 'EdasContainerVersion',
5591
5606
  enableAhas: 'EnableAhas',
5592
5607
  enableGreyTagRoute: 'EnableGreyTagRoute',
@@ -5652,6 +5667,7 @@ class DeployApplicationRequest extends $tea.Model {
5652
5667
  cpu: 'number',
5653
5668
  customHostAlias: 'string',
5654
5669
  deploy: 'string',
5670
+ dotnet: 'string',
5655
5671
  edasContainerVersion: 'string',
5656
5672
  enableAhas: 'string',
5657
5673
  enableGreyTagRoute: 'boolean',
@@ -9899,6 +9915,9 @@ class RescaleApplicationVerticallyRequest extends $tea.Model {
9899
9915
  appId: 'AppId',
9900
9916
  cpu: 'Cpu',
9901
9917
  memory: 'Memory',
9918
+ autoEnableApplicationScalingRule: 'autoEnableApplicationScalingRule',
9919
+ minReadyInstanceRatio: 'minReadyInstanceRatio',
9920
+ minReadyInstances: 'minReadyInstances',
9902
9921
  };
9903
9922
  }
9904
9923
  static types() {
@@ -9906,6 +9925,9 @@ class RescaleApplicationVerticallyRequest extends $tea.Model {
9906
9925
  appId: 'string',
9907
9926
  cpu: 'string',
9908
9927
  memory: 'string',
9928
+ autoEnableApplicationScalingRule: 'boolean',
9929
+ minReadyInstanceRatio: 'number',
9930
+ minReadyInstances: 'number',
9909
9931
  };
9910
9932
  }
9911
9933
  constructor(map) {
@@ -11064,6 +11086,7 @@ class UpdateIngressRequest extends $tea.Model {
11064
11086
  certIds: 'CertIds',
11065
11087
  defaultRule: 'DefaultRule',
11066
11088
  description: 'Description',
11089
+ idleTimeout: 'IdleTimeout',
11067
11090
  ingressId: 'IngressId',
11068
11091
  listenerPort: 'ListenerPort',
11069
11092
  listenerProtocol: 'ListenerProtocol',
@@ -11079,6 +11102,7 @@ class UpdateIngressRequest extends $tea.Model {
11079
11102
  certIds: 'string',
11080
11103
  defaultRule: 'string',
11081
11104
  description: 'string',
11105
+ idleTimeout: 'number',
11082
11106
  ingressId: 'number',
11083
11107
  listenerPort: 'string',
11084
11108
  listenerProtocol: 'string',
@@ -12963,6 +12987,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
12963
12987
  configMapMountDesc: 'ConfigMapMountDesc',
12964
12988
  cpu: 'Cpu',
12965
12989
  customHostAlias: 'CustomHostAlias',
12990
+ dotnet: 'Dotnet',
12966
12991
  edasContainerVersion: 'EdasContainerVersion',
12967
12992
  enableAhas: 'EnableAhas',
12968
12993
  enableGreyTagRoute: 'EnableGreyTagRoute',
@@ -13036,6 +13061,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
13036
13061
  configMapMountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataConfigMapMountDesc },
13037
13062
  cpu: 'number',
13038
13063
  customHostAlias: 'string',
13064
+ dotnet: 'string',
13039
13065
  edasContainerVersion: 'string',
13040
13066
  enableAhas: 'string',
13041
13067
  enableGreyTagRoute: 'boolean',
@@ -14537,6 +14563,7 @@ class DescribeIngressResponseBodyData extends $tea.Model {
14537
14563
  defaultRule: 'DefaultRule',
14538
14564
  description: 'Description',
14539
14565
  id: 'Id',
14566
+ idleTimeout: 'IdleTimeout',
14540
14567
  listenerPort: 'ListenerPort',
14541
14568
  listenerProtocol: 'ListenerProtocol',
14542
14569
  loadBalanceType: 'LoadBalanceType',
@@ -14556,6 +14583,7 @@ class DescribeIngressResponseBodyData extends $tea.Model {
14556
14583
  defaultRule: DescribeIngressResponseBodyDataDefaultRule,
14557
14584
  description: 'string',
14558
14585
  id: 'number',
14586
+ idleTimeout: 'number',
14559
14587
  listenerPort: 'number',
14560
14588
  listenerProtocol: 'string',
14561
14589
  loadBalanceType: 'string',
@@ -15613,11 +15641,13 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
15613
15641
  baseAppId: 'BaseAppId',
15614
15642
  children: 'Children',
15615
15643
  cpu: 'Cpu',
15644
+ imageUrl: 'ImageUrl',
15616
15645
  instances: 'Instances',
15617
15646
  mem: 'Mem',
15618
15647
  mseEnabled: 'MseEnabled',
15619
15648
  mseNamespaceId: 'MseNamespaceId',
15620
15649
  namespaceId: 'NamespaceId',
15650
+ packageUrl: 'PackageUrl',
15621
15651
  programmingLanguage: 'ProgrammingLanguage',
15622
15652
  regionId: 'RegionId',
15623
15653
  runningInstances: 'RunningInstances',
@@ -15633,11 +15663,13 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
15633
15663
  baseAppId: 'string',
15634
15664
  children: { 'type': 'array', 'itemType': ListApplicationsResponseBodyDataApplicationsChildren },
15635
15665
  cpu: 'number',
15666
+ imageUrl: 'string',
15636
15667
  instances: 'number',
15637
15668
  mem: 'number',
15638
15669
  mseEnabled: 'boolean',
15639
15670
  mseNamespaceId: 'string',
15640
15671
  namespaceId: 'string',
15672
+ packageUrl: 'string',
15641
15673
  programmingLanguage: 'string',
15642
15674
  regionId: 'string',
15643
15675
  runningInstances: 'number',
@@ -17203,6 +17235,9 @@ class Client extends openapi_client_1.default {
17203
17235
  if (!tea_util_1.default.isUnset(request.deploy)) {
17204
17236
  query["Deploy"] = request.deploy;
17205
17237
  }
17238
+ if (!tea_util_1.default.isUnset(request.dotnet)) {
17239
+ query["Dotnet"] = request.dotnet;
17240
+ }
17206
17241
  if (!tea_util_1.default.isUnset(request.edasContainerVersion)) {
17207
17242
  query["EdasContainerVersion"] = request.edasContainerVersion;
17208
17243
  }
@@ -17606,6 +17641,9 @@ class Client extends openapi_client_1.default {
17606
17641
  if (!tea_util_1.default.isUnset(request.description)) {
17607
17642
  query["Description"] = request.description;
17608
17643
  }
17644
+ if (!tea_util_1.default.isUnset(request.idleTimeout)) {
17645
+ query["IdleTimeout"] = request.idleTimeout;
17646
+ }
17609
17647
  if (!tea_util_1.default.isUnset(request.listenerPort)) {
17610
17648
  query["ListenerPort"] = request.listenerPort;
17611
17649
  }
@@ -18600,6 +18638,9 @@ class Client extends openapi_client_1.default {
18600
18638
  if (!tea_util_1.default.isUnset(request.deploy)) {
18601
18639
  query["Deploy"] = request.deploy;
18602
18640
  }
18641
+ if (!tea_util_1.default.isUnset(request.dotnet)) {
18642
+ query["Dotnet"] = request.dotnet;
18643
+ }
18603
18644
  if (!tea_util_1.default.isUnset(request.edasContainerVersion)) {
18604
18645
  query["EdasContainerVersion"] = request.edasContainerVersion;
18605
18646
  }
@@ -21938,6 +21979,15 @@ class Client extends openapi_client_1.default {
21938
21979
  if (!tea_util_1.default.isUnset(request.memory)) {
21939
21980
  query["Memory"] = request.memory;
21940
21981
  }
21982
+ if (!tea_util_1.default.isUnset(request.autoEnableApplicationScalingRule)) {
21983
+ query["autoEnableApplicationScalingRule"] = request.autoEnableApplicationScalingRule;
21984
+ }
21985
+ if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
21986
+ query["minReadyInstanceRatio"] = request.minReadyInstanceRatio;
21987
+ }
21988
+ if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
21989
+ query["minReadyInstances"] = request.minReadyInstances;
21990
+ }
21941
21991
  let req = new $OpenApi.OpenApiRequest({
21942
21992
  headers: headers,
21943
21993
  query: openapi_util_1.default.query(query),
@@ -22808,6 +22858,9 @@ class Client extends openapi_client_1.default {
22808
22858
  if (!tea_util_1.default.isUnset(request.description)) {
22809
22859
  query["Description"] = request.description;
22810
22860
  }
22861
+ if (!tea_util_1.default.isUnset(request.idleTimeout)) {
22862
+ query["IdleTimeout"] = request.idleTimeout;
22863
+ }
22811
22864
  if (!tea_util_1.default.isUnset(request.ingressId)) {
22812
22865
  query["IngressId"] = request.ingressId;
22813
22866
  }