@alicloud/sae20190506 1.24.6 → 1.24.7

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;
@@ -4553,6 +4558,7 @@ export declare class CreateIngressRequest extends $tea.Model {
4553
4558
  * ingress-for-sae-test
4554
4559
  */
4555
4560
  description?: string;
4561
+ idleTimeout?: number;
4556
4562
  /**
4557
4563
  * @remarks
4558
4564
  * This parameter is required.
@@ -16714,6 +16720,7 @@ export declare class UpdateIngressRequest extends $tea.Model {
16714
16720
  * ingress-sae-test
16715
16721
  */
16716
16722
  description?: string;
16723
+ idleTimeout?: number;
16717
16724
  /**
16718
16725
  * @remarks
16719
16726
  * This parameter is required.
@@ -23192,6 +23199,7 @@ export declare class DescribeIngressResponseBodyData extends $tea.Model {
23192
23199
  * 87
23193
23200
  */
23194
23201
  id?: number;
23202
+ idleTimeout?: number;
23195
23203
  /**
23196
23204
  * @remarks
23197
23205
  * The default rule.
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,
@@ -4394,6 +4404,7 @@ class CreateIngressRequest extends $tea.Model {
4394
4404
  certIds: 'CertIds',
4395
4405
  defaultRule: 'DefaultRule',
4396
4406
  description: 'Description',
4407
+ idleTimeout: 'IdleTimeout',
4397
4408
  listenerPort: 'ListenerPort',
4398
4409
  listenerProtocol: 'ListenerProtocol',
4399
4410
  loadBalanceType: 'LoadBalanceType',
@@ -4410,6 +4421,7 @@ class CreateIngressRequest extends $tea.Model {
4410
4421
  certIds: 'string',
4411
4422
  defaultRule: 'string',
4412
4423
  description: 'string',
4424
+ idleTimeout: 'number',
4413
4425
  listenerPort: 'number',
4414
4426
  listenerProtocol: 'string',
4415
4427
  loadBalanceType: 'string',
@@ -11064,6 +11076,7 @@ class UpdateIngressRequest extends $tea.Model {
11064
11076
  certIds: 'CertIds',
11065
11077
  defaultRule: 'DefaultRule',
11066
11078
  description: 'Description',
11079
+ idleTimeout: 'IdleTimeout',
11067
11080
  ingressId: 'IngressId',
11068
11081
  listenerPort: 'ListenerPort',
11069
11082
  listenerProtocol: 'ListenerProtocol',
@@ -11079,6 +11092,7 @@ class UpdateIngressRequest extends $tea.Model {
11079
11092
  certIds: 'string',
11080
11093
  defaultRule: 'string',
11081
11094
  description: 'string',
11095
+ idleTimeout: 'number',
11082
11096
  ingressId: 'number',
11083
11097
  listenerPort: 'string',
11084
11098
  listenerProtocol: 'string',
@@ -14537,6 +14551,7 @@ class DescribeIngressResponseBodyData extends $tea.Model {
14537
14551
  defaultRule: 'DefaultRule',
14538
14552
  description: 'Description',
14539
14553
  id: 'Id',
14554
+ idleTimeout: 'IdleTimeout',
14540
14555
  listenerPort: 'ListenerPort',
14541
14556
  listenerProtocol: 'ListenerProtocol',
14542
14557
  loadBalanceType: 'LoadBalanceType',
@@ -14556,6 +14571,7 @@ class DescribeIngressResponseBodyData extends $tea.Model {
14556
14571
  defaultRule: DescribeIngressResponseBodyDataDefaultRule,
14557
14572
  description: 'string',
14558
14573
  id: 'number',
14574
+ idleTimeout: 'number',
14559
14575
  listenerPort: 'number',
14560
14576
  listenerProtocol: 'string',
14561
14577
  loadBalanceType: 'string',
@@ -17606,6 +17622,9 @@ class Client extends openapi_client_1.default {
17606
17622
  if (!tea_util_1.default.isUnset(request.description)) {
17607
17623
  query["Description"] = request.description;
17608
17624
  }
17625
+ if (!tea_util_1.default.isUnset(request.idleTimeout)) {
17626
+ query["IdleTimeout"] = request.idleTimeout;
17627
+ }
17609
17628
  if (!tea_util_1.default.isUnset(request.listenerPort)) {
17610
17629
  query["ListenerPort"] = request.listenerPort;
17611
17630
  }
@@ -22808,6 +22827,9 @@ class Client extends openapi_client_1.default {
22808
22827
  if (!tea_util_1.default.isUnset(request.description)) {
22809
22828
  query["Description"] = request.description;
22810
22829
  }
22830
+ if (!tea_util_1.default.isUnset(request.idleTimeout)) {
22831
+ query["IdleTimeout"] = request.idleTimeout;
22832
+ }
22811
22833
  if (!tea_util_1.default.isUnset(request.ingressId)) {
22812
22834
  query["IngressId"] = request.ingressId;
22813
22835
  }