@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/sae20190506",
3
- "version": "1.21.2",
3
+ "version": "1.21.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -535,16 +535,12 @@ export class CreateApplicationRequest extends $tea.Model {
535
535
  jarStartOptions?: string;
536
536
  jdk?: string;
537
537
  kafkaConfigs?: string;
538
- kafkaEndpoint?: string;
539
- kafkaInstanceId?: string;
540
- kafkaLogfileConfig?: string;
541
538
  liveness?: string;
542
539
  memory?: number;
543
540
  mountDesc?: string;
544
541
  mountHost?: string;
545
542
  namespaceId?: string;
546
543
  nasId?: string;
547
- openCollectToKafka?: boolean;
548
544
  ossAkId?: string;
549
545
  ossAkSecret?: string;
550
546
  ossMountDescs?: string;
@@ -568,7 +564,6 @@ export class CreateApplicationRequest extends $tea.Model {
568
564
  vpcId?: string;
569
565
  warStartOptions?: string;
570
566
  webContainer?: string;
571
- mseFeatureConfig?: string;
572
567
  static names(): { [key: string]: string } {
573
568
  return {
574
569
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
@@ -590,16 +585,12 @@ export class CreateApplicationRequest extends $tea.Model {
590
585
  jarStartOptions: 'JarStartOptions',
591
586
  jdk: 'Jdk',
592
587
  kafkaConfigs: 'KafkaConfigs',
593
- kafkaEndpoint: 'KafkaEndpoint',
594
- kafkaInstanceId: 'KafkaInstanceId',
595
- kafkaLogfileConfig: 'KafkaLogfileConfig',
596
588
  liveness: 'Liveness',
597
589
  memory: 'Memory',
598
590
  mountDesc: 'MountDesc',
599
591
  mountHost: 'MountHost',
600
592
  namespaceId: 'NamespaceId',
601
593
  nasId: 'NasId',
602
- openCollectToKafka: 'OpenCollectToKafka',
603
594
  ossAkId: 'OssAkId',
604
595
  ossAkSecret: 'OssAkSecret',
605
596
  ossMountDescs: 'OssMountDescs',
@@ -623,7 +614,6 @@ export class CreateApplicationRequest extends $tea.Model {
623
614
  vpcId: 'VpcId',
624
615
  warStartOptions: 'WarStartOptions',
625
616
  webContainer: 'WebContainer',
626
- mseFeatureConfig: 'mseFeatureConfig',
627
617
  };
628
618
  }
629
619
 
@@ -648,16 +638,12 @@ export class CreateApplicationRequest extends $tea.Model {
648
638
  jarStartOptions: 'string',
649
639
  jdk: 'string',
650
640
  kafkaConfigs: 'string',
651
- kafkaEndpoint: 'string',
652
- kafkaInstanceId: 'string',
653
- kafkaLogfileConfig: 'string',
654
641
  liveness: 'string',
655
642
  memory: 'number',
656
643
  mountDesc: 'string',
657
644
  mountHost: 'string',
658
645
  namespaceId: 'string',
659
646
  nasId: 'string',
660
- openCollectToKafka: 'boolean',
661
647
  ossAkId: 'string',
662
648
  ossAkSecret: 'string',
663
649
  ossMountDescs: 'string',
@@ -681,7 +667,6 @@ export class CreateApplicationRequest extends $tea.Model {
681
667
  vpcId: 'string',
682
668
  warStartOptions: 'string',
683
669
  webContainer: 'string',
684
- mseFeatureConfig: 'string',
685
670
  };
686
671
  }
687
672
 
@@ -1709,17 +1694,12 @@ export class DeployApplicationRequest extends $tea.Model {
1709
1694
  jarStartOptions?: string;
1710
1695
  jdk?: string;
1711
1696
  kafkaConfigs?: string;
1712
- kafkaEndpoint?: string;
1713
- kafkaInstanceId?: string;
1714
- kafkaLogfileConfig?: string;
1715
1697
  liveness?: string;
1716
1698
  minReadyInstanceRatio?: number;
1717
1699
  minReadyInstances?: number;
1718
1700
  mountDesc?: string;
1719
1701
  mountHost?: string;
1720
- mseFeatureConfig?: string;
1721
1702
  nasId?: string;
1722
- openCollectToKafka?: boolean;
1723
1703
  ossAkId?: string;
1724
1704
  ossAkSecret?: string;
1725
1705
  ossMountDescs?: string;
@@ -1760,17 +1740,12 @@ export class DeployApplicationRequest extends $tea.Model {
1760
1740
  jarStartOptions: 'JarStartOptions',
1761
1741
  jdk: 'Jdk',
1762
1742
  kafkaConfigs: 'KafkaConfigs',
1763
- kafkaEndpoint: 'KafkaEndpoint',
1764
- kafkaInstanceId: 'KafkaInstanceId',
1765
- kafkaLogfileConfig: 'KafkaLogfileConfig',
1766
1743
  liveness: 'Liveness',
1767
1744
  minReadyInstanceRatio: 'MinReadyInstanceRatio',
1768
1745
  minReadyInstances: 'MinReadyInstances',
1769
1746
  mountDesc: 'MountDesc',
1770
1747
  mountHost: 'MountHost',
1771
- mseFeatureConfig: 'MseFeatureConfig',
1772
1748
  nasId: 'NasId',
1773
- openCollectToKafka: 'OpenCollectToKafka',
1774
1749
  ossAkId: 'OssAkId',
1775
1750
  ossAkSecret: 'OssAkSecret',
1776
1751
  ossMountDescs: 'OssMountDescs',
@@ -1814,17 +1789,12 @@ export class DeployApplicationRequest extends $tea.Model {
1814
1789
  jarStartOptions: 'string',
1815
1790
  jdk: 'string',
1816
1791
  kafkaConfigs: 'string',
1817
- kafkaEndpoint: 'string',
1818
- kafkaInstanceId: 'string',
1819
- kafkaLogfileConfig: 'string',
1820
1792
  liveness: 'string',
1821
1793
  minReadyInstanceRatio: 'number',
1822
1794
  minReadyInstances: 'number',
1823
1795
  mountDesc: 'string',
1824
1796
  mountHost: 'string',
1825
- mseFeatureConfig: 'string',
1826
1797
  nasId: 'string',
1827
- openCollectToKafka: 'boolean',
1828
1798
  ossAkId: 'string',
1829
1799
  ossAkSecret: 'string',
1830
1800
  ossMountDescs: 'string',
@@ -11788,18 +11758,6 @@ export default class Client extends OpenApi {
11788
11758
  query["KafkaConfigs"] = request.kafkaConfigs;
11789
11759
  }
11790
11760
 
11791
- if (!Util.isUnset(request.kafkaEndpoint)) {
11792
- query["KafkaEndpoint"] = request.kafkaEndpoint;
11793
- }
11794
-
11795
- if (!Util.isUnset(request.kafkaInstanceId)) {
11796
- query["KafkaInstanceId"] = request.kafkaInstanceId;
11797
- }
11798
-
11799
- if (!Util.isUnset(request.kafkaLogfileConfig)) {
11800
- query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
11801
- }
11802
-
11803
11761
  if (!Util.isUnset(request.liveness)) {
11804
11762
  query["Liveness"] = request.liveness;
11805
11763
  }
@@ -11824,10 +11782,6 @@ export default class Client extends OpenApi {
11824
11782
  query["NasId"] = request.nasId;
11825
11783
  }
11826
11784
 
11827
- if (!Util.isUnset(request.openCollectToKafka)) {
11828
- query["OpenCollectToKafka"] = request.openCollectToKafka;
11829
- }
11830
-
11831
11785
  if (!Util.isUnset(request.packageType)) {
11832
11786
  query["PackageType"] = request.packageType;
11833
11787
  }
@@ -11904,10 +11858,6 @@ export default class Client extends OpenApi {
11904
11858
  query["WebContainer"] = request.webContainer;
11905
11859
  }
11906
11860
 
11907
- if (!Util.isUnset(request.mseFeatureConfig)) {
11908
- query["mseFeatureConfig"] = request.mseFeatureConfig;
11909
- }
11910
-
11911
11861
  let body : {[key: string ]: any} = { };
11912
11862
  if (!Util.isUnset(request.acrInstanceId)) {
11913
11863
  body["AcrInstanceId"] = request.acrInstanceId;
@@ -12478,18 +12428,6 @@ export default class Client extends OpenApi {
12478
12428
  query["KafkaConfigs"] = request.kafkaConfigs;
12479
12429
  }
12480
12430
 
12481
- if (!Util.isUnset(request.kafkaEndpoint)) {
12482
- query["KafkaEndpoint"] = request.kafkaEndpoint;
12483
- }
12484
-
12485
- if (!Util.isUnset(request.kafkaInstanceId)) {
12486
- query["KafkaInstanceId"] = request.kafkaInstanceId;
12487
- }
12488
-
12489
- if (!Util.isUnset(request.kafkaLogfileConfig)) {
12490
- query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
12491
- }
12492
-
12493
12431
  if (!Util.isUnset(request.liveness)) {
12494
12432
  query["Liveness"] = request.liveness;
12495
12433
  }
@@ -12510,18 +12448,10 @@ export default class Client extends OpenApi {
12510
12448
  query["MountHost"] = request.mountHost;
12511
12449
  }
12512
12450
 
12513
- if (!Util.isUnset(request.mseFeatureConfig)) {
12514
- query["MseFeatureConfig"] = request.mseFeatureConfig;
12515
- }
12516
-
12517
12451
  if (!Util.isUnset(request.nasId)) {
12518
12452
  query["NasId"] = request.nasId;
12519
12453
  }
12520
12454
 
12521
- if (!Util.isUnset(request.openCollectToKafka)) {
12522
- query["OpenCollectToKafka"] = request.openCollectToKafka;
12523
- }
12524
-
12525
12455
  if (!Util.isUnset(request.packageUrl)) {
12526
12456
  query["PackageUrl"] = request.packageUrl;
12527
12457
  }