@alicloud/cloudapi20160714 2.2.18 → 2.2.20

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
@@ -2394,6 +2394,8 @@ export declare class DescribeApiGroupResponseBody extends $tea.Model {
2394
2394
  instanceType?: string;
2395
2395
  instanceVipList?: string;
2396
2396
  ipv6Status?: string;
2397
+ migrationError?: string;
2398
+ migrationStatus?: string;
2397
2399
  modifiedTime?: string;
2398
2400
  passthroughHeaders?: string;
2399
2401
  regionId?: string;
@@ -5363,6 +5365,51 @@ export declare class DescribeSignaturesByApiResponse extends $tea.Model {
5363
5365
  [key: string]: any;
5364
5366
  });
5365
5367
  }
5368
+ export declare class DescribeSummaryDataRequest extends $tea.Model {
5369
+ securityToken?: string;
5370
+ static names(): {
5371
+ [key: string]: string;
5372
+ };
5373
+ static types(): {
5374
+ [key: string]: any;
5375
+ };
5376
+ constructor(map?: {
5377
+ [key: string]: any;
5378
+ });
5379
+ }
5380
+ export declare class DescribeSummaryDataResponseBody extends $tea.Model {
5381
+ expireInstanceNum?: number;
5382
+ region?: string;
5383
+ requestId?: string;
5384
+ usageApiNum?: number;
5385
+ usageGroupNum?: number;
5386
+ usageInstanceNum?: number;
5387
+ static names(): {
5388
+ [key: string]: string;
5389
+ };
5390
+ static types(): {
5391
+ [key: string]: any;
5392
+ };
5393
+ constructor(map?: {
5394
+ [key: string]: any;
5395
+ });
5396
+ }
5397
+ export declare class DescribeSummaryDataResponse extends $tea.Model {
5398
+ headers: {
5399
+ [key: string]: string;
5400
+ };
5401
+ statusCode: number;
5402
+ body: DescribeSummaryDataResponseBody;
5403
+ static names(): {
5404
+ [key: string]: string;
5405
+ };
5406
+ static types(): {
5407
+ [key: string]: any;
5408
+ };
5409
+ constructor(map?: {
5410
+ [key: string]: any;
5411
+ });
5412
+ }
5366
5413
  export declare class DescribeSystemParametersRequest extends $tea.Model {
5367
5414
  securityToken?: string;
5368
5415
  static names(): {
@@ -6201,6 +6248,7 @@ export declare class ModifyApiGroupRequest extends $tea.Model {
6201
6248
  passthroughHeaders?: string;
6202
6249
  rpcPattern?: string;
6203
6250
  securityToken?: string;
6251
+ supportSSE?: string;
6204
6252
  tag?: ModifyApiGroupRequestTag[];
6205
6253
  userLogConfig?: string;
6206
6254
  static names(): {
@@ -10364,6 +10412,40 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedApps extends $t
10364
10412
  [key: string]: any;
10365
10413
  });
10366
10414
  }
10415
+ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigNacosConfig extends $tea.Model {
10416
+ accessKey?: string;
10417
+ authType?: string;
10418
+ clusters?: string;
10419
+ groupName?: string;
10420
+ namespace?: string;
10421
+ password?: string;
10422
+ secretKey?: string;
10423
+ serverAddress?: string;
10424
+ serviceName?: string;
10425
+ userName?: string;
10426
+ static names(): {
10427
+ [key: string]: string;
10428
+ };
10429
+ static types(): {
10430
+ [key: string]: any;
10431
+ };
10432
+ constructor(map?: {
10433
+ [key: string]: any;
10434
+ });
10435
+ }
10436
+ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig extends $tea.Model {
10437
+ nacosConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigNacosConfig;
10438
+ rcType?: string;
10439
+ static names(): {
10440
+ [key: string]: string;
10441
+ };
10442
+ static types(): {
10443
+ [key: string]: any;
10444
+ };
10445
+ constructor(map?: {
10446
+ [key: string]: any;
10447
+ });
10448
+ }
10367
10449
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig extends $tea.Model {
10368
10450
  eventBridgeRegionId?: string;
10369
10451
  eventBus?: string;
@@ -10457,6 +10539,7 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
10457
10539
  });
10458
10540
  }
10459
10541
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig extends $tea.Model {
10542
+ discoveryConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig;
10460
10543
  eventBridgeConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig;
10461
10544
  functionComputeConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigFunctionComputeConfig;
10462
10545
  httpTargetHostName?: string;
@@ -11416,6 +11499,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
11416
11499
  aclStatus?: string;
11417
11500
  aclType?: string;
11418
11501
  classicEgressAddress?: string;
11502
+ connectCidrBlocks?: string;
11419
11503
  connectVpcId?: string;
11420
11504
  createdTime?: string;
11421
11505
  dedicatedInstanceType?: string;
@@ -11437,6 +11521,8 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
11437
11521
  instanceType?: string;
11438
11522
  internetEgressAddress?: string;
11439
11523
  intranetSegments?: string;
11524
+ maintainEndTime?: string;
11525
+ maintainStartTime?: string;
11440
11526
  networkInterfaceAttributes?: DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAttributes;
11441
11527
  regionId?: string;
11442
11528
  status?: string;
@@ -13424,6 +13510,8 @@ export default class Client extends OpenApi {
13424
13510
  * @return DescribeSignaturesByApiResponse
13425
13511
  */
13426
13512
  describeSignaturesByApi(request: DescribeSignaturesByApiRequest): Promise<DescribeSignaturesByApiResponse>;
13513
+ describeSummaryDataWithOptions(request: DescribeSummaryDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSummaryDataResponse>;
13514
+ describeSummaryData(request: DescribeSummaryDataRequest): Promise<DescribeSummaryDataResponse>;
13427
13515
  /**
13428
13516
  * The returned information about system parameters. It is an array that consists of SystemParam data.
13429
13517
  *
package/dist/client.js CHANGED
@@ -3318,6 +3318,8 @@ class DescribeApiGroupResponseBody extends $tea.Model {
3318
3318
  instanceType: 'InstanceType',
3319
3319
  instanceVipList: 'InstanceVipList',
3320
3320
  ipv6Status: 'Ipv6Status',
3321
+ migrationError: 'MigrationError',
3322
+ migrationStatus: 'MigrationStatus',
3321
3323
  modifiedTime: 'ModifiedTime',
3322
3324
  passthroughHeaders: 'PassthroughHeaders',
3323
3325
  regionId: 'RegionId',
@@ -3355,6 +3357,8 @@ class DescribeApiGroupResponseBody extends $tea.Model {
3355
3357
  instanceType: 'string',
3356
3358
  instanceVipList: 'string',
3357
3359
  ipv6Status: 'string',
3360
+ migrationError: 'string',
3361
+ migrationStatus: 'string',
3358
3362
  modifiedTime: 'string',
3359
3363
  passthroughHeaders: 'string',
3360
3364
  regionId: 'string',
@@ -7545,6 +7549,68 @@ class DescribeSignaturesByApiResponse extends $tea.Model {
7545
7549
  }
7546
7550
  }
7547
7551
  exports.DescribeSignaturesByApiResponse = DescribeSignaturesByApiResponse;
7552
+ class DescribeSummaryDataRequest extends $tea.Model {
7553
+ constructor(map) {
7554
+ super(map);
7555
+ }
7556
+ static names() {
7557
+ return {
7558
+ securityToken: 'SecurityToken',
7559
+ };
7560
+ }
7561
+ static types() {
7562
+ return {
7563
+ securityToken: 'string',
7564
+ };
7565
+ }
7566
+ }
7567
+ exports.DescribeSummaryDataRequest = DescribeSummaryDataRequest;
7568
+ class DescribeSummaryDataResponseBody extends $tea.Model {
7569
+ constructor(map) {
7570
+ super(map);
7571
+ }
7572
+ static names() {
7573
+ return {
7574
+ expireInstanceNum: 'ExpireInstanceNum',
7575
+ region: 'Region',
7576
+ requestId: 'RequestId',
7577
+ usageApiNum: 'UsageApiNum',
7578
+ usageGroupNum: 'UsageGroupNum',
7579
+ usageInstanceNum: 'UsageInstanceNum',
7580
+ };
7581
+ }
7582
+ static types() {
7583
+ return {
7584
+ expireInstanceNum: 'number',
7585
+ region: 'string',
7586
+ requestId: 'string',
7587
+ usageApiNum: 'number',
7588
+ usageGroupNum: 'number',
7589
+ usageInstanceNum: 'number',
7590
+ };
7591
+ }
7592
+ }
7593
+ exports.DescribeSummaryDataResponseBody = DescribeSummaryDataResponseBody;
7594
+ class DescribeSummaryDataResponse extends $tea.Model {
7595
+ constructor(map) {
7596
+ super(map);
7597
+ }
7598
+ static names() {
7599
+ return {
7600
+ headers: 'headers',
7601
+ statusCode: 'statusCode',
7602
+ body: 'body',
7603
+ };
7604
+ }
7605
+ static types() {
7606
+ return {
7607
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7608
+ statusCode: 'number',
7609
+ body: DescribeSummaryDataResponseBody,
7610
+ };
7611
+ }
7612
+ }
7613
+ exports.DescribeSummaryDataResponse = DescribeSummaryDataResponse;
7548
7614
  class DescribeSystemParametersRequest extends $tea.Model {
7549
7615
  constructor(map) {
7550
7616
  super(map);
@@ -8742,6 +8808,7 @@ class ModifyApiGroupRequest extends $tea.Model {
8742
8808
  passthroughHeaders: 'PassthroughHeaders',
8743
8809
  rpcPattern: 'RpcPattern',
8744
8810
  securityToken: 'SecurityToken',
8811
+ supportSSE: 'SupportSSE',
8745
8812
  tag: 'Tag',
8746
8813
  userLogConfig: 'UserLogConfig',
8747
8814
  };
@@ -8759,6 +8826,7 @@ class ModifyApiGroupRequest extends $tea.Model {
8759
8826
  passthroughHeaders: 'string',
8760
8827
  rpcPattern: 'string',
8761
8828
  securityToken: 'string',
8829
+ supportSSE: 'string',
8762
8830
  tag: { 'type': 'array', 'itemType': ModifyApiGroupRequestTag },
8763
8831
  userLogConfig: 'string',
8764
8832
  };
@@ -14623,6 +14691,58 @@ class DescribeAuthorizedAppsResponseBodyAuthorizedApps extends $tea.Model {
14623
14691
  }
14624
14692
  }
14625
14693
  exports.DescribeAuthorizedAppsResponseBodyAuthorizedApps = DescribeAuthorizedAppsResponseBodyAuthorizedApps;
14694
+ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigNacosConfig extends $tea.Model {
14695
+ constructor(map) {
14696
+ super(map);
14697
+ }
14698
+ static names() {
14699
+ return {
14700
+ accessKey: 'AccessKey',
14701
+ authType: 'AuthType',
14702
+ clusters: 'Clusters',
14703
+ groupName: 'GroupName',
14704
+ namespace: 'Namespace',
14705
+ password: 'Password',
14706
+ secretKey: 'SecretKey',
14707
+ serverAddress: 'ServerAddress',
14708
+ serviceName: 'ServiceName',
14709
+ userName: 'UserName',
14710
+ };
14711
+ }
14712
+ static types() {
14713
+ return {
14714
+ accessKey: 'string',
14715
+ authType: 'string',
14716
+ clusters: 'string',
14717
+ groupName: 'string',
14718
+ namespace: 'string',
14719
+ password: 'string',
14720
+ secretKey: 'string',
14721
+ serverAddress: 'string',
14722
+ serviceName: 'string',
14723
+ userName: 'string',
14724
+ };
14725
+ }
14726
+ }
14727
+ exports.DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigNacosConfig = DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigNacosConfig;
14728
+ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig extends $tea.Model {
14729
+ constructor(map) {
14730
+ super(map);
14731
+ }
14732
+ static names() {
14733
+ return {
14734
+ nacosConfig: 'NacosConfig',
14735
+ rcType: 'RcType',
14736
+ };
14737
+ }
14738
+ static types() {
14739
+ return {
14740
+ nacosConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigNacosConfig,
14741
+ rcType: 'string',
14742
+ };
14743
+ }
14744
+ }
14745
+ exports.DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig = DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig;
14626
14746
  class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig extends $tea.Model {
14627
14747
  constructor(map) {
14628
14748
  super(map);
@@ -14765,6 +14885,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig exten
14765
14885
  }
14766
14886
  static names() {
14767
14887
  return {
14888
+ discoveryConfig: 'DiscoveryConfig',
14768
14889
  eventBridgeConfig: 'EventBridgeConfig',
14769
14890
  functionComputeConfig: 'FunctionComputeConfig',
14770
14891
  httpTargetHostName: 'HttpTargetHostName',
@@ -14777,6 +14898,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig exten
14777
14898
  }
14778
14899
  static types() {
14779
14900
  return {
14901
+ discoveryConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig,
14780
14902
  eventBridgeConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig,
14781
14903
  functionComputeConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigFunctionComputeConfig,
14782
14904
  httpTargetHostName: 'string',
@@ -16158,6 +16280,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
16158
16280
  aclStatus: 'AclStatus',
16159
16281
  aclType: 'AclType',
16160
16282
  classicEgressAddress: 'ClassicEgressAddress',
16283
+ connectCidrBlocks: 'ConnectCidrBlocks',
16161
16284
  connectVpcId: 'ConnectVpcId',
16162
16285
  createdTime: 'CreatedTime',
16163
16286
  dedicatedInstanceType: 'DedicatedInstanceType',
@@ -16179,6 +16302,8 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
16179
16302
  instanceType: 'InstanceType',
16180
16303
  internetEgressAddress: 'InternetEgressAddress',
16181
16304
  intranetSegments: 'IntranetSegments',
16305
+ maintainEndTime: 'MaintainEndTime',
16306
+ maintainStartTime: 'MaintainStartTime',
16182
16307
  networkInterfaceAttributes: 'NetworkInterfaceAttributes',
16183
16308
  regionId: 'RegionId',
16184
16309
  status: 'Status',
@@ -16201,6 +16326,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
16201
16326
  aclStatus: 'string',
16202
16327
  aclType: 'string',
16203
16328
  classicEgressAddress: 'string',
16329
+ connectCidrBlocks: 'string',
16204
16330
  connectVpcId: 'string',
16205
16331
  createdTime: 'string',
16206
16332
  dedicatedInstanceType: 'string',
@@ -16222,6 +16348,8 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
16222
16348
  instanceType: 'string',
16223
16349
  internetEgressAddress: 'string',
16224
16350
  intranetSegments: 'string',
16351
+ maintainEndTime: 'string',
16352
+ maintainStartTime: 'string',
16225
16353
  networkInterfaceAttributes: DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAttributes,
16226
16354
  regionId: 'string',
16227
16355
  status: 'string',
@@ -22806,6 +22934,32 @@ class Client extends openapi_client_1.default {
22806
22934
  let runtime = new $Util.RuntimeOptions({});
22807
22935
  return await this.describeSignaturesByApiWithOptions(request, runtime);
22808
22936
  }
22937
+ async describeSummaryDataWithOptions(request, runtime) {
22938
+ tea_util_1.default.validateModel(request);
22939
+ let query = {};
22940
+ if (!tea_util_1.default.isUnset(request.securityToken)) {
22941
+ query["SecurityToken"] = request.securityToken;
22942
+ }
22943
+ let req = new $OpenApi.OpenApiRequest({
22944
+ query: openapi_util_1.default.query(query),
22945
+ });
22946
+ let params = new $OpenApi.Params({
22947
+ action: "DescribeSummaryData",
22948
+ version: "2016-07-14",
22949
+ protocol: "HTTPS",
22950
+ pathname: "/",
22951
+ method: "POST",
22952
+ authType: "AK",
22953
+ style: "RPC",
22954
+ reqBodyType: "formData",
22955
+ bodyType: "json",
22956
+ });
22957
+ return $tea.cast(await this.callApi(params, req, runtime), new DescribeSummaryDataResponse({}));
22958
+ }
22959
+ async describeSummaryData(request) {
22960
+ let runtime = new $Util.RuntimeOptions({});
22961
+ return await this.describeSummaryDataWithOptions(request, runtime);
22962
+ }
22809
22963
  /**
22810
22964
  * The returned information about system parameters. It is an array that consists of SystemParam data.
22811
22965
  *
@@ -23687,6 +23841,9 @@ class Client extends openapi_client_1.default {
23687
23841
  if (!tea_util_1.default.isUnset(request.securityToken)) {
23688
23842
  query["SecurityToken"] = request.securityToken;
23689
23843
  }
23844
+ if (!tea_util_1.default.isUnset(request.supportSSE)) {
23845
+ query["SupportSSE"] = request.supportSSE;
23846
+ }
23690
23847
  if (!tea_util_1.default.isUnset(request.tag)) {
23691
23848
  query["Tag"] = request.tag;
23692
23849
  }