@alicloud/cloudapi20160714 2.2.3 → 2.2.6

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
@@ -2198,6 +2198,7 @@ export declare class DescribeApiGroupResponseBody extends $tea.Model {
2198
2198
  basePath?: string;
2199
2199
  billingStatus?: string;
2200
2200
  classicVpcSubDomain?: string;
2201
+ cloudMarketCommodity?: boolean;
2201
2202
  cmsMonitorGroup?: string;
2202
2203
  compatibleFlags?: string;
2203
2204
  createdTime?: string;
@@ -2808,7 +2809,9 @@ export declare class DescribeApiTrafficDataResponse extends $tea.Model {
2808
2809
  }
2809
2810
  export declare class DescribeApisRequest extends $tea.Model {
2810
2811
  apiId?: string;
2812
+ apiMethod?: string;
2811
2813
  apiName?: string;
2814
+ apiPath?: string;
2812
2815
  catalogId?: string;
2813
2816
  enableTagAuth?: boolean;
2814
2817
  groupId?: string;
@@ -2816,6 +2819,7 @@ export declare class DescribeApisRequest extends $tea.Model {
2816
2819
  pageSize?: number;
2817
2820
  securityToken?: string;
2818
2821
  tag?: DescribeApisRequestTag[];
2822
+ unDeployed?: boolean;
2819
2823
  visibility?: string;
2820
2824
  static names(): {
2821
2825
  [key: string]: string;
@@ -3598,7 +3602,9 @@ export declare class DescribeDeployedApiResponse extends $tea.Model {
3598
3602
  }
3599
3603
  export declare class DescribeDeployedApisRequest extends $tea.Model {
3600
3604
  apiId?: string;
3605
+ apiMethod?: string;
3601
3606
  apiName?: string;
3607
+ apiPath?: string;
3602
3608
  enableTagAuth?: boolean;
3603
3609
  groupId?: string;
3604
3610
  pageNumber?: number;
@@ -4585,7 +4591,6 @@ export declare class DescribeTrafficControlsResponse extends $tea.Model {
4585
4591
  export declare class DescribeTrafficControlsByApiRequest extends $tea.Model {
4586
4592
  apiId?: string;
4587
4593
  groupId?: string;
4588
- securityToken?: string;
4589
4594
  stageName?: string;
4590
4595
  static names(): {
4591
4596
  [key: string]: string;
@@ -4628,7 +4633,6 @@ export declare class DescribeTrafficControlsByApiResponse extends $tea.Model {
4628
4633
  }
4629
4634
  export declare class DescribeUpdateBackendTaskRequest extends $tea.Model {
4630
4635
  operationUid?: string;
4631
- securityToken?: string;
4632
4636
  static names(): {
4633
4637
  [key: string]: string;
4634
4638
  };
@@ -4670,7 +4674,6 @@ export declare class DescribeUpdateBackendTaskResponse extends $tea.Model {
4670
4674
  }
4671
4675
  export declare class DescribeUpdateVpcInfoTaskRequest extends $tea.Model {
4672
4676
  operationUid?: string;
4673
- securityToken?: string;
4674
4677
  static names(): {
4675
4678
  [key: string]: string;
4676
4679
  };
@@ -4850,7 +4853,6 @@ export declare class DetachPluginResponse extends $tea.Model {
4850
4853
  export declare class DisableInstanceAccessControlRequest extends $tea.Model {
4851
4854
  aclId?: string;
4852
4855
  instanceId?: string;
4853
- securityToken?: string;
4854
4856
  static names(): {
4855
4857
  [key: string]: string;
4856
4858
  };
@@ -4962,7 +4964,6 @@ export declare class EnableInstanceAccessControlRequest extends $tea.Model {
4962
4964
  aclId?: string;
4963
4965
  aclType?: string;
4964
4966
  instanceId?: string;
4965
- securityToken?: string;
4966
4967
  static names(): {
4967
4968
  [key: string]: string;
4968
4969
  };
@@ -5315,6 +5316,52 @@ export declare class ModifyApiGroupResponse extends $tea.Model {
5315
5316
  [key: string]: any;
5316
5317
  });
5317
5318
  }
5319
+ export declare class ModifyApiGroupNetworkPolicyRequest extends $tea.Model {
5320
+ groupId?: string;
5321
+ httpsPolicy?: string;
5322
+ internetEnable?: boolean;
5323
+ internetIPV6Enable?: boolean;
5324
+ securityToken?: string;
5325
+ vpcIntranetEnable?: boolean;
5326
+ vpcSlbIntranetEnable?: boolean;
5327
+ static names(): {
5328
+ [key: string]: string;
5329
+ };
5330
+ static types(): {
5331
+ [key: string]: any;
5332
+ };
5333
+ constructor(map?: {
5334
+ [key: string]: any;
5335
+ });
5336
+ }
5337
+ export declare class ModifyApiGroupNetworkPolicyResponseBody extends $tea.Model {
5338
+ requestId?: string;
5339
+ static names(): {
5340
+ [key: string]: string;
5341
+ };
5342
+ static types(): {
5343
+ [key: string]: any;
5344
+ };
5345
+ constructor(map?: {
5346
+ [key: string]: any;
5347
+ });
5348
+ }
5349
+ export declare class ModifyApiGroupNetworkPolicyResponse extends $tea.Model {
5350
+ headers: {
5351
+ [key: string]: string;
5352
+ };
5353
+ statusCode: number;
5354
+ body: ModifyApiGroupNetworkPolicyResponseBody;
5355
+ static names(): {
5356
+ [key: string]: string;
5357
+ };
5358
+ static types(): {
5359
+ [key: string]: any;
5360
+ };
5361
+ constructor(map?: {
5362
+ [key: string]: any;
5363
+ });
5364
+ }
5318
5365
  export declare class ModifyApiGroupVpcWhitelistRequest extends $tea.Model {
5319
5366
  groupId?: string;
5320
5367
  securityToken?: string;
@@ -5497,6 +5544,7 @@ export declare class ModifyInstanceSpecRequest extends $tea.Model {
5497
5544
  instanceId?: string;
5498
5545
  instanceSpec?: string;
5499
5546
  modifyAction?: string;
5547
+ skipWaitSwitch?: boolean;
5500
5548
  token?: string;
5501
5549
  static names(): {
5502
5550
  [key: string]: string;
@@ -5540,7 +5588,6 @@ export declare class ModifyIpControlRequest extends $tea.Model {
5540
5588
  description?: string;
5541
5589
  ipControlId?: string;
5542
5590
  ipControlName?: string;
5543
- securityToken?: string;
5544
5591
  static names(): {
5545
5592
  [key: string]: string;
5546
5593
  };
@@ -5756,7 +5803,6 @@ export declare class ModifyPluginResponse extends $tea.Model {
5756
5803
  });
5757
5804
  }
5758
5805
  export declare class ModifySignatureRequest extends $tea.Model {
5759
- securityToken?: string;
5760
5806
  signatureId?: string;
5761
5807
  signatureKey?: string;
5762
5808
  signatureName?: string;
@@ -5805,7 +5851,6 @@ export declare class ModifyTrafficControlRequest extends $tea.Model {
5805
5851
  apiDefault?: number;
5806
5852
  appDefault?: number;
5807
5853
  description?: string;
5808
- securityToken?: string;
5809
5854
  trafficControlId?: string;
5810
5855
  trafficControlName?: string;
5811
5856
  trafficControlUnit?: string;
@@ -5880,7 +5925,6 @@ export declare class OpenApiGatewayServiceResponse extends $tea.Model {
5880
5925
  export declare class ReactivateDomainRequest extends $tea.Model {
5881
5926
  domainName?: string;
5882
5927
  groupId?: string;
5883
- securityToken?: string;
5884
5928
  static names(): {
5885
5929
  [key: string]: string;
5886
5930
  };
@@ -5922,7 +5966,6 @@ export declare class ReactivateDomainResponse extends $tea.Model {
5922
5966
  export declare class RemoveAccessControlListEntryRequest extends $tea.Model {
5923
5967
  aclEntrys?: string;
5924
5968
  aclId?: string;
5925
- securityToken?: string;
5926
5969
  static names(): {
5927
5970
  [key: string]: string;
5928
5971
  };
@@ -5966,7 +6009,6 @@ export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
5966
6009
  appId?: number;
5967
6010
  description?: string;
5968
6011
  groupId?: string;
5969
- securityToken?: string;
5970
6012
  stageName?: string;
5971
6013
  static names(): {
5972
6014
  [key: string]: string;
@@ -6097,7 +6139,6 @@ export declare class RemoveIpControlApisResponse extends $tea.Model {
6097
6139
  export declare class RemoveIpControlPolicyItemRequest extends $tea.Model {
6098
6140
  ipControlId?: string;
6099
6141
  policyItemIds?: string;
6100
- securityToken?: string;
6101
6142
  static names(): {
6102
6143
  [key: string]: string;
6103
6144
  };
@@ -6139,7 +6180,6 @@ export declare class RemoveIpControlPolicyItemResponse extends $tea.Model {
6139
6180
  export declare class RemoveSignatureApisRequest extends $tea.Model {
6140
6181
  apiIds?: string;
6141
6182
  groupId?: string;
6142
- securityToken?: string;
6143
6183
  signatureId?: string;
6144
6184
  stageName?: string;
6145
6185
  static names(): {
@@ -6183,7 +6223,6 @@ export declare class RemoveSignatureApisResponse extends $tea.Model {
6183
6223
  export declare class RemoveTrafficControlApisRequest extends $tea.Model {
6184
6224
  apiIds?: string;
6185
6225
  groupId?: string;
6186
- securityToken?: string;
6187
6226
  stageName?: string;
6188
6227
  trafficControlId?: string;
6189
6228
  static names(): {
@@ -6850,7 +6889,6 @@ export declare class SetIpControlApisResponse extends $tea.Model {
6850
6889
  export declare class SetSignatureApisRequest extends $tea.Model {
6851
6890
  apiIds?: string;
6852
6891
  groupId?: string;
6853
- securityToken?: string;
6854
6892
  signatureId?: string;
6855
6893
  stageName?: string;
6856
6894
  static names(): {
@@ -6894,7 +6932,6 @@ export declare class SetSignatureApisResponse extends $tea.Model {
6894
6932
  export declare class SetTrafficControlApisRequest extends $tea.Model {
6895
6933
  apiIds?: string;
6896
6934
  groupId?: string;
6897
- securityToken?: string;
6898
6935
  stageName?: string;
6899
6936
  trafficControlId?: string;
6900
6937
  static names(): {
@@ -6984,7 +7021,6 @@ export declare class SetVpcAccessResponse extends $tea.Model {
6984
7021
  export declare class SetWildcardDomainPatternsRequest extends $tea.Model {
6985
7022
  domainName?: string;
6986
7023
  groupId?: string;
6987
- securityToken?: string;
6988
7024
  wildcardDomainPatterns?: string;
6989
7025
  static names(): {
6990
7026
  [key: string]: string;
@@ -7160,6 +7196,7 @@ export declare class BatchAbolishApisRequestApi extends $tea.Model {
7160
7196
  apiUid?: string;
7161
7197
  groupId?: string;
7162
7198
  stageId?: string;
7199
+ stageName?: string;
7163
7200
  static names(): {
7164
7201
  [key: string]: string;
7165
7202
  };
@@ -8716,7 +8753,9 @@ export declare class DescribeApisRequestTag extends $tea.Model {
8716
8753
  }
8717
8754
  export declare class DescribeApisResponseBodyApiSummarysApiSummary extends $tea.Model {
8718
8755
  apiId?: string;
8756
+ apiMethod?: string;
8719
8757
  apiName?: string;
8758
+ apiPath?: string;
8720
8759
  createdTime?: string;
8721
8760
  description?: string;
8722
8761
  groupId?: string;
@@ -9133,6 +9172,7 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
9133
9172
  vpcAccessId?: string;
9134
9173
  vpcId?: string;
9135
9174
  vpcScheme?: string;
9175
+ vpcTargetHostName?: string;
9136
9176
  static names(): {
9137
9177
  [key: string]: string;
9138
9178
  };
@@ -9607,7 +9647,9 @@ export declare class DescribeDeployedApisRequestTag extends $tea.Model {
9607
9647
  }
9608
9648
  export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.Model {
9609
9649
  apiId?: string;
9650
+ apiMethod?: string;
9610
9651
  apiName?: string;
9652
+ apiPath?: string;
9611
9653
  deployedTime?: string;
9612
9654
  description?: string;
9613
9655
  groupId?: string;
@@ -9715,6 +9757,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
9715
9757
  aclType?: string;
9716
9758
  classicEgressAddress?: string;
9717
9759
  createdTime?: string;
9760
+ egressAddressChangeNotify?: boolean;
9718
9761
  egressIpv6Enable?: boolean;
9719
9762
  expiredTime?: string;
9720
9763
  httpsPolicies?: string;
@@ -11020,6 +11063,8 @@ export default class Client extends OpenApi {
11020
11063
  modifyApiConfiguration(request: ModifyApiConfigurationRequest): Promise<ModifyApiConfigurationResponse>;
11021
11064
  modifyApiGroupWithOptions(request: ModifyApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupResponse>;
11022
11065
  modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
11066
+ modifyApiGroupNetworkPolicyWithOptions(request: ModifyApiGroupNetworkPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupNetworkPolicyResponse>;
11067
+ modifyApiGroupNetworkPolicy(request: ModifyApiGroupNetworkPolicyRequest): Promise<ModifyApiGroupNetworkPolicyResponse>;
11023
11068
  modifyApiGroupVpcWhitelistWithOptions(request: ModifyApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupVpcWhitelistResponse>;
11024
11069
  modifyApiGroupVpcWhitelist(request: ModifyApiGroupVpcWhitelistRequest): Promise<ModifyApiGroupVpcWhitelistResponse>;
11025
11070
  modifyAppWithOptions(request: ModifyAppRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAppResponse>;