@alicloud/sae20190506 1.21.2 → 1.21.3

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
@@ -307,16 +307,12 @@ export declare class CreateApplicationRequest extends $tea.Model {
307
307
  jarStartOptions?: string;
308
308
  jdk?: string;
309
309
  kafkaConfigs?: string;
310
- kafkaEndpoint?: string;
311
- kafkaInstanceId?: string;
312
- kafkaLogfileConfig?: string;
313
310
  liveness?: string;
314
311
  memory?: number;
315
312
  mountDesc?: string;
316
313
  mountHost?: string;
317
314
  namespaceId?: string;
318
315
  nasId?: string;
319
- openCollectToKafka?: boolean;
320
316
  ossAkId?: string;
321
317
  ossAkSecret?: string;
322
318
  ossMountDescs?: string;
@@ -340,7 +336,6 @@ export declare class CreateApplicationRequest extends $tea.Model {
340
336
  vpcId?: string;
341
337
  warStartOptions?: string;
342
338
  webContainer?: string;
343
- mseFeatureConfig?: string;
344
339
  static names(): {
345
340
  [key: string]: string;
346
341
  };
@@ -927,17 +922,12 @@ export declare class DeployApplicationRequest extends $tea.Model {
927
922
  jarStartOptions?: string;
928
923
  jdk?: string;
929
924
  kafkaConfigs?: string;
930
- kafkaEndpoint?: string;
931
- kafkaInstanceId?: string;
932
- kafkaLogfileConfig?: string;
933
925
  liveness?: string;
934
926
  minReadyInstanceRatio?: number;
935
927
  minReadyInstances?: number;
936
928
  mountDesc?: string;
937
929
  mountHost?: string;
938
- mseFeatureConfig?: string;
939
930
  nasId?: string;
940
- openCollectToKafka?: boolean;
941
931
  ossAkId?: string;
942
932
  ossAkSecret?: string;
943
933
  ossMountDescs?: string;
package/dist/client.js CHANGED
@@ -442,16 +442,12 @@ class CreateApplicationRequest extends $tea.Model {
442
442
  jarStartOptions: 'JarStartOptions',
443
443
  jdk: 'Jdk',
444
444
  kafkaConfigs: 'KafkaConfigs',
445
- kafkaEndpoint: 'KafkaEndpoint',
446
- kafkaInstanceId: 'KafkaInstanceId',
447
- kafkaLogfileConfig: 'KafkaLogfileConfig',
448
445
  liveness: 'Liveness',
449
446
  memory: 'Memory',
450
447
  mountDesc: 'MountDesc',
451
448
  mountHost: 'MountHost',
452
449
  namespaceId: 'NamespaceId',
453
450
  nasId: 'NasId',
454
- openCollectToKafka: 'OpenCollectToKafka',
455
451
  ossAkId: 'OssAkId',
456
452
  ossAkSecret: 'OssAkSecret',
457
453
  ossMountDescs: 'OssMountDescs',
@@ -475,7 +471,6 @@ class CreateApplicationRequest extends $tea.Model {
475
471
  vpcId: 'VpcId',
476
472
  warStartOptions: 'WarStartOptions',
477
473
  webContainer: 'WebContainer',
478
- mseFeatureConfig: 'mseFeatureConfig',
479
474
  };
480
475
  }
481
476
  static types() {
@@ -499,16 +494,12 @@ class CreateApplicationRequest extends $tea.Model {
499
494
  jarStartOptions: 'string',
500
495
  jdk: 'string',
501
496
  kafkaConfigs: 'string',
502
- kafkaEndpoint: 'string',
503
- kafkaInstanceId: 'string',
504
- kafkaLogfileConfig: 'string',
505
497
  liveness: 'string',
506
498
  memory: 'number',
507
499
  mountDesc: 'string',
508
500
  mountHost: 'string',
509
501
  namespaceId: 'string',
510
502
  nasId: 'string',
511
- openCollectToKafka: 'boolean',
512
503
  ossAkId: 'string',
513
504
  ossAkSecret: 'string',
514
505
  ossMountDescs: 'string',
@@ -532,7 +523,6 @@ class CreateApplicationRequest extends $tea.Model {
532
523
  vpcId: 'string',
533
524
  warStartOptions: 'string',
534
525
  webContainer: 'string',
535
- mseFeatureConfig: 'string',
536
526
  };
537
527
  }
538
528
  }
@@ -1345,17 +1335,12 @@ class DeployApplicationRequest extends $tea.Model {
1345
1335
  jarStartOptions: 'JarStartOptions',
1346
1336
  jdk: 'Jdk',
1347
1337
  kafkaConfigs: 'KafkaConfigs',
1348
- kafkaEndpoint: 'KafkaEndpoint',
1349
- kafkaInstanceId: 'KafkaInstanceId',
1350
- kafkaLogfileConfig: 'KafkaLogfileConfig',
1351
1338
  liveness: 'Liveness',
1352
1339
  minReadyInstanceRatio: 'MinReadyInstanceRatio',
1353
1340
  minReadyInstances: 'MinReadyInstances',
1354
1341
  mountDesc: 'MountDesc',
1355
1342
  mountHost: 'MountHost',
1356
- mseFeatureConfig: 'MseFeatureConfig',
1357
1343
  nasId: 'NasId',
1358
- openCollectToKafka: 'OpenCollectToKafka',
1359
1344
  ossAkId: 'OssAkId',
1360
1345
  ossAkSecret: 'OssAkSecret',
1361
1346
  ossMountDescs: 'OssMountDescs',
@@ -1398,17 +1383,12 @@ class DeployApplicationRequest extends $tea.Model {
1398
1383
  jarStartOptions: 'string',
1399
1384
  jdk: 'string',
1400
1385
  kafkaConfigs: 'string',
1401
- kafkaEndpoint: 'string',
1402
- kafkaInstanceId: 'string',
1403
- kafkaLogfileConfig: 'string',
1404
1386
  liveness: 'string',
1405
1387
  minReadyInstanceRatio: 'number',
1406
1388
  minReadyInstances: 'number',
1407
1389
  mountDesc: 'string',
1408
1390
  mountHost: 'string',
1409
- mseFeatureConfig: 'string',
1410
1391
  nasId: 'string',
1411
- openCollectToKafka: 'boolean',
1412
1392
  ossAkId: 'string',
1413
1393
  ossAkSecret: 'string',
1414
1394
  ossMountDescs: 'string',
@@ -9200,15 +9180,6 @@ class Client extends openapi_client_1.default {
9200
9180
  if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
9201
9181
  query["KafkaConfigs"] = request.kafkaConfigs;
9202
9182
  }
9203
- if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
9204
- query["KafkaEndpoint"] = request.kafkaEndpoint;
9205
- }
9206
- if (!tea_util_1.default.isUnset(request.kafkaInstanceId)) {
9207
- query["KafkaInstanceId"] = request.kafkaInstanceId;
9208
- }
9209
- if (!tea_util_1.default.isUnset(request.kafkaLogfileConfig)) {
9210
- query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
9211
- }
9212
9183
  if (!tea_util_1.default.isUnset(request.liveness)) {
9213
9184
  query["Liveness"] = request.liveness;
9214
9185
  }
@@ -9227,9 +9198,6 @@ class Client extends openapi_client_1.default {
9227
9198
  if (!tea_util_1.default.isUnset(request.nasId)) {
9228
9199
  query["NasId"] = request.nasId;
9229
9200
  }
9230
- if (!tea_util_1.default.isUnset(request.openCollectToKafka)) {
9231
- query["OpenCollectToKafka"] = request.openCollectToKafka;
9232
- }
9233
9201
  if (!tea_util_1.default.isUnset(request.packageType)) {
9234
9202
  query["PackageType"] = request.packageType;
9235
9203
  }
@@ -9287,9 +9255,6 @@ class Client extends openapi_client_1.default {
9287
9255
  if (!tea_util_1.default.isUnset(request.webContainer)) {
9288
9256
  query["WebContainer"] = request.webContainer;
9289
9257
  }
9290
- if (!tea_util_1.default.isUnset(request.mseFeatureConfig)) {
9291
- query["mseFeatureConfig"] = request.mseFeatureConfig;
9292
- }
9293
9258
  let body = {};
9294
9259
  if (!tea_util_1.default.isUnset(request.acrInstanceId)) {
9295
9260
  body["AcrInstanceId"] = request.acrInstanceId;
@@ -9776,15 +9741,6 @@ class Client extends openapi_client_1.default {
9776
9741
  if (!tea_util_1.default.isUnset(request.kafkaConfigs)) {
9777
9742
  query["KafkaConfigs"] = request.kafkaConfigs;
9778
9743
  }
9779
- if (!tea_util_1.default.isUnset(request.kafkaEndpoint)) {
9780
- query["KafkaEndpoint"] = request.kafkaEndpoint;
9781
- }
9782
- if (!tea_util_1.default.isUnset(request.kafkaInstanceId)) {
9783
- query["KafkaInstanceId"] = request.kafkaInstanceId;
9784
- }
9785
- if (!tea_util_1.default.isUnset(request.kafkaLogfileConfig)) {
9786
- query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
9787
- }
9788
9744
  if (!tea_util_1.default.isUnset(request.liveness)) {
9789
9745
  query["Liveness"] = request.liveness;
9790
9746
  }
@@ -9800,15 +9756,9 @@ class Client extends openapi_client_1.default {
9800
9756
  if (!tea_util_1.default.isUnset(request.mountHost)) {
9801
9757
  query["MountHost"] = request.mountHost;
9802
9758
  }
9803
- if (!tea_util_1.default.isUnset(request.mseFeatureConfig)) {
9804
- query["MseFeatureConfig"] = request.mseFeatureConfig;
9805
- }
9806
9759
  if (!tea_util_1.default.isUnset(request.nasId)) {
9807
9760
  query["NasId"] = request.nasId;
9808
9761
  }
9809
- if (!tea_util_1.default.isUnset(request.openCollectToKafka)) {
9810
- query["OpenCollectToKafka"] = request.openCollectToKafka;
9811
- }
9812
9762
  if (!tea_util_1.default.isUnset(request.packageUrl)) {
9813
9763
  query["PackageUrl"] = request.packageUrl;
9814
9764
  }