@alicloud/ddosbgp20180720 2.3.0 → 2.4.0

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/src/client.ts CHANGED
@@ -3544,6 +3544,8 @@ export class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model {
3544
3544
  export class DescribePackIpListResponseBodyIpList extends $tea.Model {
3545
3545
  ip?: string;
3546
3546
  memberUid?: string;
3547
+ nsmExpireAt?: number;
3548
+ nsmStartAt?: number;
3547
3549
  nsmStatus?: number;
3548
3550
  product?: string;
3549
3551
  region?: string;
@@ -3553,6 +3555,8 @@ export class DescribePackIpListResponseBodyIpList extends $tea.Model {
3553
3555
  return {
3554
3556
  ip: 'Ip',
3555
3557
  memberUid: 'MemberUid',
3558
+ nsmExpireAt: 'NsmExpireAt',
3559
+ nsmStartAt: 'NsmStartAt',
3556
3560
  nsmStatus: 'NsmStatus',
3557
3561
  product: 'Product',
3558
3562
  region: 'Region',
@@ -3565,6 +3569,8 @@ export class DescribePackIpListResponseBodyIpList extends $tea.Model {
3565
3569
  return {
3566
3570
  ip: 'string',
3567
3571
  memberUid: 'string',
3572
+ nsmExpireAt: 'number',
3573
+ nsmStartAt: 'number',
3568
3574
  nsmStatus: 'number',
3569
3575
  product: 'string',
3570
3576
  region: 'string',
@@ -3938,6 +3944,13 @@ export default class Client extends OpenApi {
3938
3944
  return EndpointUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
3939
3945
  }
3940
3946
 
3947
+ /**
3948
+ * @summary Adds IP addresses to an Anti-DDoS Origin Enterprise instance.
3949
+ *
3950
+ * @param request AddIpRequest
3951
+ * @param runtime runtime options for this request RuntimeOptions
3952
+ * @return AddIpResponse
3953
+ */
3941
3954
  async addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse> {
3942
3955
  Util.validateModel(request);
3943
3956
  let query = { };
@@ -3974,11 +3987,24 @@ export default class Client extends OpenApi {
3974
3987
  return $tea.cast<AddIpResponse>(await this.callApi(params, req, runtime), new AddIpResponse({}));
3975
3988
  }
3976
3989
 
3990
+ /**
3991
+ * @summary Adds IP addresses to an Anti-DDoS Origin Enterprise instance.
3992
+ *
3993
+ * @param request AddIpRequest
3994
+ * @return AddIpResponse
3995
+ */
3977
3996
  async addIp(request: AddIpRequest): Promise<AddIpResponse> {
3978
3997
  let runtime = new $Util.RuntimeOptions({ });
3979
3998
  return await this.addIpWithOptions(request, runtime);
3980
3999
  }
3981
4000
 
4001
+ /**
4002
+ * @summary 添加资源目录成员账号列表
4003
+ *
4004
+ * @param tmpReq AddRdMemberListRequest
4005
+ * @param runtime runtime options for this request RuntimeOptions
4006
+ * @return AddRdMemberListResponse
4007
+ */
3982
4008
  async addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse> {
3983
4009
  Util.validateModel(tmpReq);
3984
4010
  let request = new AddRdMemberListShrinkRequest({ });
@@ -4009,11 +4035,24 @@ export default class Client extends OpenApi {
4009
4035
  return $tea.cast<AddRdMemberListResponse>(await this.callApi(params, req, runtime), new AddRdMemberListResponse({}));
4010
4036
  }
4011
4037
 
4038
+ /**
4039
+ * @summary 添加资源目录成员账号列表
4040
+ *
4041
+ * @param request AddRdMemberListRequest
4042
+ * @return AddRdMemberListResponse
4043
+ */
4012
4044
  async addRdMemberList(request: AddRdMemberListRequest): Promise<AddRdMemberListResponse> {
4013
4045
  let runtime = new $Util.RuntimeOptions({ });
4014
4046
  return await this.addRdMemberListWithOptions(request, runtime);
4015
4047
  }
4016
4048
 
4049
+ /**
4050
+ * @summary Associates an asset with an Anti-DDoS Origin instance of a paid edition.
4051
+ *
4052
+ * @param tmpReq AttachAssetGroupToInstanceRequest
4053
+ * @param runtime runtime options for this request RuntimeOptions
4054
+ * @return AttachAssetGroupToInstanceResponse
4055
+ */
4017
4056
  async attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse> {
4018
4057
  Util.validateModel(tmpReq);
4019
4058
  let request = new AttachAssetGroupToInstanceShrinkRequest({ });
@@ -4056,11 +4095,24 @@ export default class Client extends OpenApi {
4056
4095
  return $tea.cast<AttachAssetGroupToInstanceResponse>(await this.callApi(params, req, runtime), new AttachAssetGroupToInstanceResponse({}));
4057
4096
  }
4058
4097
 
4098
+ /**
4099
+ * @summary Associates an asset with an Anti-DDoS Origin instance of a paid edition.
4100
+ *
4101
+ * @param request AttachAssetGroupToInstanceRequest
4102
+ * @return AttachAssetGroupToInstanceResponse
4103
+ */
4059
4104
  async attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse> {
4060
4105
  let runtime = new $Util.RuntimeOptions({ });
4061
4106
  return await this.attachAssetGroupToInstanceWithOptions(request, runtime);
4062
4107
  }
4063
4108
 
4109
+ /**
4110
+ * @summary Checks whether Anti-DDoS Origin is authorized to access Log Service.
4111
+ *
4112
+ * @param request CheckAccessLogAuthRequest
4113
+ * @param runtime runtime options for this request RuntimeOptions
4114
+ * @return CheckAccessLogAuthResponse
4115
+ */
4064
4116
  async checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse> {
4065
4117
  Util.validateModel(request);
4066
4118
  let query = { };
@@ -4089,19 +4141,27 @@ export default class Client extends OpenApi {
4089
4141
  return $tea.cast<CheckAccessLogAuthResponse>(await this.callApi(params, req, runtime), new CheckAccessLogAuthResponse({}));
4090
4142
  }
4091
4143
 
4144
+ /**
4145
+ * @summary Checks whether Anti-DDoS Origin is authorized to access Log Service.
4146
+ *
4147
+ * @param request CheckAccessLogAuthRequest
4148
+ * @return CheckAccessLogAuthResponse
4149
+ */
4092
4150
  async checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse> {
4093
4151
  let runtime = new $Util.RuntimeOptions({ });
4094
4152
  return await this.checkAccessLogAuthWithOptions(request, runtime);
4095
4153
  }
4096
4154
 
4097
4155
  /**
4098
- * You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
4099
- * ### Limits
4100
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4101
- *
4102
- * @param request CheckGrantRequest
4103
- * @param runtime runtime options for this request RuntimeOptions
4104
- * @return CheckGrantResponse
4156
+ * @summary Queries whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
4157
+ *
4158
+ * @description You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
4159
+ * ### Limits
4160
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4161
+ *
4162
+ * @param request CheckGrantRequest
4163
+ * @param runtime runtime options for this request RuntimeOptions
4164
+ * @return CheckGrantResponse
4105
4165
  */
4106
4166
  async checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse> {
4107
4167
  Util.validateModel(request);
@@ -4124,18 +4184,25 @@ export default class Client extends OpenApi {
4124
4184
  }
4125
4185
 
4126
4186
  /**
4127
- * You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
4128
- * ### Limits
4129
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4130
- *
4131
- * @param request CheckGrantRequest
4132
- * @return CheckGrantResponse
4187
+ * @summary Queries whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
4188
+ *
4189
+ * @description You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
4190
+ * ### Limits
4191
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4192
+ *
4193
+ * @param request CheckGrantRequest
4194
+ * @return CheckGrantResponse
4133
4195
  */
4134
4196
  async checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse> {
4135
4197
  let runtime = new $Util.RuntimeOptions({ });
4136
4198
  return await this.checkGrantWithOptions(request, runtime);
4137
4199
  }
4138
4200
 
4201
+ /**
4202
+ * @param request ConfigSchedruleOnDemandRequest
4203
+ * @param runtime runtime options for this request RuntimeOptions
4204
+ * @return ConfigSchedruleOnDemandResponse
4205
+ */
4139
4206
  async configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse> {
4140
4207
  Util.validateModel(request);
4141
4208
  let query = { };
@@ -4204,11 +4271,22 @@ export default class Client extends OpenApi {
4204
4271
  return $tea.cast<ConfigSchedruleOnDemandResponse>(await this.callApi(params, req, runtime), new ConfigSchedruleOnDemandResponse({}));
4205
4272
  }
4206
4273
 
4274
+ /**
4275
+ * @param request ConfigSchedruleOnDemandRequest
4276
+ * @return ConfigSchedruleOnDemandResponse
4277
+ */
4207
4278
  async configSchedruleOnDemand(request: ConfigSchedruleOnDemandRequest): Promise<ConfigSchedruleOnDemandResponse> {
4208
4279
  let runtime = new $Util.RuntimeOptions({ });
4209
4280
  return await this.configSchedruleOnDemandWithOptions(request, runtime);
4210
4281
  }
4211
4282
 
4283
+ /**
4284
+ * @summary Creates a scheduling rule for an on-demand instance.
4285
+ *
4286
+ * @param request CreateSchedruleOnDemandRequest
4287
+ * @param runtime runtime options for this request RuntimeOptions
4288
+ * @return CreateSchedruleOnDemandResponse
4289
+ */
4212
4290
  async createSchedruleOnDemandWithOptions(request: CreateSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedruleOnDemandResponse> {
4213
4291
  Util.validateModel(request);
4214
4292
  let query = { };
@@ -4277,20 +4355,28 @@ export default class Client extends OpenApi {
4277
4355
  return $tea.cast<CreateSchedruleOnDemandResponse>(await this.callApi(params, req, runtime), new CreateSchedruleOnDemandResponse({}));
4278
4356
  }
4279
4357
 
4358
+ /**
4359
+ * @summary Creates a scheduling rule for an on-demand instance.
4360
+ *
4361
+ * @param request CreateSchedruleOnDemandRequest
4362
+ * @return CreateSchedruleOnDemandResponse
4363
+ */
4280
4364
  async createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse> {
4281
4365
  let runtime = new $Util.RuntimeOptions({ });
4282
4366
  return await this.createSchedruleOnDemandWithOptions(request, runtime);
4283
4367
  }
4284
4368
 
4285
4369
  /**
4286
- * You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
4287
- * Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
4288
- * ### Limits
4289
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4290
- *
4291
- * @param request DeleteBlackholeRequest
4292
- * @param runtime runtime options for this request RuntimeOptions
4293
- * @return DeleteBlackholeResponse
4370
+ * @summary Deactivates blackhole filtering for a protected IP address.
4371
+ *
4372
+ * @description You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
4373
+ * Before you call this operation, you can call the [DescribePackIpList](https://help.aliyun.com/document_detail/118701.html) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
4374
+ * ### Limits
4375
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4376
+ *
4377
+ * @param request DeleteBlackholeRequest
4378
+ * @param runtime runtime options for this request RuntimeOptions
4379
+ * @return DeleteBlackholeResponse
4294
4380
  */
4295
4381
  async deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse> {
4296
4382
  Util.validateModel(request);
@@ -4329,13 +4415,15 @@ export default class Client extends OpenApi {
4329
4415
  }
4330
4416
 
4331
4417
  /**
4332
- * You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
4333
- * Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
4334
- * ### Limits
4335
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4336
- *
4337
- * @param request DeleteBlackholeRequest
4338
- * @return DeleteBlackholeResponse
4418
+ * @summary Deactivates blackhole filtering for a protected IP address.
4419
+ *
4420
+ * @description You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
4421
+ * Before you call this operation, you can call the [DescribePackIpList](https://help.aliyun.com/document_detail/118701.html) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
4422
+ * ### Limits
4423
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4424
+ *
4425
+ * @param request DeleteBlackholeRequest
4426
+ * @return DeleteBlackholeResponse
4339
4427
  */
4340
4428
  async deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse> {
4341
4429
  let runtime = new $Util.RuntimeOptions({ });
@@ -4343,11 +4431,13 @@ export default class Client extends OpenApi {
4343
4431
  }
4344
4432
 
4345
4433
  /**
4346
- * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
4347
- *
4348
- * @param request DeleteIpRequest
4349
- * @param runtime runtime options for this request RuntimeOptions
4350
- * @return DeleteIpResponse
4434
+ * @summary Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
4435
+ *
4436
+ * @description The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
4437
+ *
4438
+ * @param request DeleteIpRequest
4439
+ * @param runtime runtime options for this request RuntimeOptions
4440
+ * @return DeleteIpResponse
4351
4441
  */
4352
4442
  async deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse> {
4353
4443
  Util.validateModel(request);
@@ -4386,16 +4476,25 @@ export default class Client extends OpenApi {
4386
4476
  }
4387
4477
 
4388
4478
  /**
4389
- * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
4390
- *
4391
- * @param request DeleteIpRequest
4392
- * @return DeleteIpResponse
4479
+ * @summary Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
4480
+ *
4481
+ * @description The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
4482
+ *
4483
+ * @param request DeleteIpRequest
4484
+ * @return DeleteIpResponse
4393
4485
  */
4394
4486
  async deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse> {
4395
4487
  let runtime = new $Util.RuntimeOptions({ });
4396
4488
  return await this.deleteIpWithOptions(request, runtime);
4397
4489
  }
4398
4490
 
4491
+ /**
4492
+ * @summary 删除资源目录成员账号列表
4493
+ *
4494
+ * @param tmpReq DeleteRdMemberListRequest
4495
+ * @param runtime runtime options for this request RuntimeOptions
4496
+ * @return DeleteRdMemberListResponse
4497
+ */
4399
4498
  async deleteRdMemberListWithOptions(tmpReq: DeleteRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRdMemberListResponse> {
4400
4499
  Util.validateModel(tmpReq);
4401
4500
  let request = new DeleteRdMemberListShrinkRequest({ });
@@ -4426,11 +4525,22 @@ export default class Client extends OpenApi {
4426
4525
  return $tea.cast<DeleteRdMemberListResponse>(await this.callApi(params, req, runtime), new DeleteRdMemberListResponse({}));
4427
4526
  }
4428
4527
 
4528
+ /**
4529
+ * @summary 删除资源目录成员账号列表
4530
+ *
4531
+ * @param request DeleteRdMemberListRequest
4532
+ * @return DeleteRdMemberListResponse
4533
+ */
4429
4534
  async deleteRdMemberList(request: DeleteRdMemberListRequest): Promise<DeleteRdMemberListResponse> {
4430
4535
  let runtime = new $Util.RuntimeOptions({ });
4431
4536
  return await this.deleteRdMemberListWithOptions(request, runtime);
4432
4537
  }
4433
4538
 
4539
+ /**
4540
+ * @param request DeleteSchedruleOnDemandRequest
4541
+ * @param runtime runtime options for this request RuntimeOptions
4542
+ * @return DeleteSchedruleOnDemandResponse
4543
+ */
4434
4544
  async deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse> {
4435
4545
  Util.validateModel(request);
4436
4546
  let query = { };
@@ -4463,11 +4573,22 @@ export default class Client extends OpenApi {
4463
4573
  return $tea.cast<DeleteSchedruleOnDemandResponse>(await this.callApi(params, req, runtime), new DeleteSchedruleOnDemandResponse({}));
4464
4574
  }
4465
4575
 
4576
+ /**
4577
+ * @param request DeleteSchedruleOnDemandRequest
4578
+ * @return DeleteSchedruleOnDemandResponse
4579
+ */
4466
4580
  async deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse> {
4467
4581
  let runtime = new $Util.RuntimeOptions({ });
4468
4582
  return await this.deleteSchedruleOnDemandWithOptions(request, runtime);
4469
4583
  }
4470
4584
 
4585
+ /**
4586
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
4587
+ *
4588
+ * @param request DescribeAssetGroupRequest
4589
+ * @param runtime runtime options for this request RuntimeOptions
4590
+ * @return DescribeAssetGroupResponse
4591
+ */
4471
4592
  async describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse> {
4472
4593
  Util.validateModel(request);
4473
4594
  let query = { };
@@ -4508,11 +4629,24 @@ export default class Client extends OpenApi {
4508
4629
  return $tea.cast<DescribeAssetGroupResponse>(await this.callApi(params, req, runtime), new DescribeAssetGroupResponse({}));
4509
4630
  }
4510
4631
 
4632
+ /**
4633
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
4634
+ *
4635
+ * @param request DescribeAssetGroupRequest
4636
+ * @return DescribeAssetGroupResponse
4637
+ */
4511
4638
  async describeAssetGroup(request: DescribeAssetGroupRequest): Promise<DescribeAssetGroupResponse> {
4512
4639
  let runtime = new $Util.RuntimeOptions({ });
4513
4640
  return await this.describeAssetGroupWithOptions(request, runtime);
4514
4641
  }
4515
4642
 
4643
+ /**
4644
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
4645
+ *
4646
+ * @param request DescribeAssetGroupToInstanceRequest
4647
+ * @param runtime runtime options for this request RuntimeOptions
4648
+ * @return DescribeAssetGroupToInstanceResponse
4649
+ */
4516
4650
  async describeAssetGroupToInstanceWithOptions(request: DescribeAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupToInstanceResponse> {
4517
4651
  Util.validateModel(request);
4518
4652
  let query = { };
@@ -4561,19 +4695,27 @@ export default class Client extends OpenApi {
4561
4695
  return $tea.cast<DescribeAssetGroupToInstanceResponse>(await this.callApi(params, req, runtime), new DescribeAssetGroupToInstanceResponse({}));
4562
4696
  }
4563
4697
 
4698
+ /**
4699
+ * @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
4700
+ *
4701
+ * @param request DescribeAssetGroupToInstanceRequest
4702
+ * @return DescribeAssetGroupToInstanceResponse
4703
+ */
4564
4704
  async describeAssetGroupToInstance(request: DescribeAssetGroupToInstanceRequest): Promise<DescribeAssetGroupToInstanceResponse> {
4565
4705
  let runtime = new $Util.RuntimeOptions({ });
4566
4706
  return await this.describeAssetGroupToInstanceWithOptions(request, runtime);
4567
4707
  }
4568
4708
 
4569
4709
  /**
4570
- * You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
4571
- * ## Limits
4572
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4573
- *
4574
- * @param request DescribeDdosEventRequest
4575
- * @param runtime runtime options for this request RuntimeOptions
4576
- * @return DescribeDdosEventResponse
4710
+ * @summary Queries the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance.
4711
+ *
4712
+ * @description You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
4713
+ * ## Limits
4714
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4715
+ *
4716
+ * @param request DescribeDdosEventRequest
4717
+ * @param runtime runtime options for this request RuntimeOptions
4718
+ * @return DescribeDdosEventResponse
4577
4719
  */
4578
4720
  async describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse> {
4579
4721
  Util.validateModel(request);
@@ -4628,18 +4770,27 @@ export default class Client extends OpenApi {
4628
4770
  }
4629
4771
 
4630
4772
  /**
4631
- * You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
4632
- * ## Limits
4633
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4634
- *
4635
- * @param request DescribeDdosEventRequest
4636
- * @return DescribeDdosEventResponse
4773
+ * @summary Queries the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance.
4774
+ *
4775
+ * @description You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
4776
+ * ## Limits
4777
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4778
+ *
4779
+ * @param request DescribeDdosEventRequest
4780
+ * @return DescribeDdosEventResponse
4637
4781
  */
4638
4782
  async describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse> {
4639
4783
  let runtime = new $Util.RuntimeOptions({ });
4640
4784
  return await this.describeDdosEventWithOptions(request, runtime);
4641
4785
  }
4642
4786
 
4787
+ /**
4788
+ * @summary 查询账单
4789
+ *
4790
+ * @param request DescribeDdosOriginInstanceBillRequest
4791
+ * @param runtime runtime options for this request RuntimeOptions
4792
+ * @return DescribeDdosOriginInstanceBillResponse
4793
+ */
4643
4794
  async describeDdosOriginInstanceBillWithOptions(request: DescribeDdosOriginInstanceBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosOriginInstanceBillResponse> {
4644
4795
  Util.validateModel(request);
4645
4796
  let query = { };
@@ -4676,18 +4827,29 @@ export default class Client extends OpenApi {
4676
4827
  return $tea.cast<DescribeDdosOriginInstanceBillResponse>(await this.callApi(params, req, runtime), new DescribeDdosOriginInstanceBillResponse({}));
4677
4828
  }
4678
4829
 
4830
+ /**
4831
+ * @summary 查询账单
4832
+ *
4833
+ * @param request DescribeDdosOriginInstanceBillRequest
4834
+ * @return DescribeDdosOriginInstanceBillResponse
4835
+ */
4679
4836
  async describeDdosOriginInstanceBill(request: DescribeDdosOriginInstanceBillRequest): Promise<DescribeDdosOriginInstanceBillResponse> {
4680
4837
  let runtime = new $Util.RuntimeOptions({ });
4681
4838
  return await this.describeDdosOriginInstanceBillWithOptions(request, runtime);
4682
4839
  }
4683
4840
 
4684
4841
  /**
4685
- * ## Usage notes
4686
- * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
4687
- *
4688
- * @param request DescribeExcpetionCountRequest
4689
- * @param runtime runtime options for this request RuntimeOptions
4690
- * @return DescribeExcpetionCountResponse
4842
+ * @summary Queries the number of assets that are in an abnormal state and the number of Anti-DDoS
4843
+ * Origin instances that are about to expire in a specific region. The assets can be
4844
+ * elastic IP addresses (EIPs). The assets can also be Elastic Compute Service (ECS)
4845
+ * instances or Server Load Balancer (SLB) instances that are assigned public IP addresses.
4846
+ *
4847
+ * @description ## Usage notes
4848
+ * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
4849
+ *
4850
+ * @param request DescribeExcpetionCountRequest
4851
+ * @param runtime runtime options for this request RuntimeOptions
4852
+ * @return DescribeExcpetionCountResponse
4691
4853
  */
4692
4854
  async describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse> {
4693
4855
  Util.validateModel(request);
@@ -4718,11 +4880,16 @@ export default class Client extends OpenApi {
4718
4880
  }
4719
4881
 
4720
4882
  /**
4721
- * ## Usage notes
4722
- * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
4723
- *
4724
- * @param request DescribeExcpetionCountRequest
4725
- * @return DescribeExcpetionCountResponse
4883
+ * @summary Queries the number of assets that are in an abnormal state and the number of Anti-DDoS
4884
+ * Origin instances that are about to expire in a specific region. The assets can be
4885
+ * elastic IP addresses (EIPs). The assets can also be Elastic Compute Service (ECS)
4886
+ * instances or Server Load Balancer (SLB) instances that are assigned public IP addresses.
4887
+ *
4888
+ * @description ## Usage notes
4889
+ * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
4890
+ *
4891
+ * @param request DescribeExcpetionCountRequest
4892
+ * @return DescribeExcpetionCountResponse
4726
4893
  */
4727
4894
  async describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse> {
4728
4895
  let runtime = new $Util.RuntimeOptions({ });
@@ -4730,13 +4897,15 @@ export default class Client extends OpenApi {
4730
4897
  }
4731
4898
 
4732
4899
  /**
4733
- * You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
4734
- * ## Limits
4735
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4736
- *
4737
- * @param request DescribeInstanceListRequest
4738
- * @param runtime runtime options for this request RuntimeOptions
4739
- * @return DescribeInstanceListResponse
4900
+ * @summary Queries the details of all Anti-DDoS Origin instances.
4901
+ *
4902
+ * @description You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
4903
+ * ## Limits
4904
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4905
+ *
4906
+ * @param request DescribeInstanceListRequest
4907
+ * @param runtime runtime options for this request RuntimeOptions
4908
+ * @return DescribeInstanceListResponse
4740
4909
  */
4741
4910
  async describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse> {
4742
4911
  Util.validateModel(request);
@@ -4811,18 +4980,25 @@ export default class Client extends OpenApi {
4811
4980
  }
4812
4981
 
4813
4982
  /**
4814
- * You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
4815
- * ## Limits
4816
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4817
- *
4818
- * @param request DescribeInstanceListRequest
4819
- * @return DescribeInstanceListResponse
4983
+ * @summary Queries the details of all Anti-DDoS Origin instances.
4984
+ *
4985
+ * @description You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
4986
+ * ## Limits
4987
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
4988
+ *
4989
+ * @param request DescribeInstanceListRequest
4990
+ * @return DescribeInstanceListResponse
4820
4991
  */
4821
4992
  async describeInstanceList(request: DescribeInstanceListRequest): Promise<DescribeInstanceListResponse> {
4822
4993
  let runtime = new $Util.RuntimeOptions({ });
4823
4994
  return await this.describeInstanceListWithOptions(request, runtime);
4824
4995
  }
4825
4996
 
4997
+ /**
4998
+ * @param request DescribeInstanceSpecsRequest
4999
+ * @param runtime runtime options for this request RuntimeOptions
5000
+ * @return DescribeInstanceSpecsResponse
5001
+ */
4826
5002
  async describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse> {
4827
5003
  Util.validateModel(request);
4828
5004
  let query = { };
@@ -4855,17 +5031,23 @@ export default class Client extends OpenApi {
4855
5031
  return $tea.cast<DescribeInstanceSpecsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecsResponse({}));
4856
5032
  }
4857
5033
 
5034
+ /**
5035
+ * @param request DescribeInstanceSpecsRequest
5036
+ * @return DescribeInstanceSpecsResponse
5037
+ */
4858
5038
  async describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse> {
4859
5039
  let runtime = new $Util.RuntimeOptions({ });
4860
5040
  return await this.describeInstanceSpecsWithOptions(request, runtime);
4861
5041
  }
4862
5042
 
4863
5043
  /**
4864
- * > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
4865
- *
4866
- * @param request DescribeOnDemandDdosEventRequest
4867
- * @param runtime runtime options for this request RuntimeOptions
4868
- * @return DescribeOnDemandDdosEventResponse
5044
+ * @summary Call the DescribeOnDemandDdosEvent operation to query the DDoS events recorded for the IP address of the Anti-DDoS on-demand instance.
5045
+ *
5046
+ * @description > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
5047
+ *
5048
+ * @param request DescribeOnDemandDdosEventRequest
5049
+ * @param runtime runtime options for this request RuntimeOptions
5050
+ * @return DescribeOnDemandDdosEventResponse
4869
5051
  */
4870
5052
  async describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse> {
4871
5053
  Util.validateModel(request);
@@ -4920,16 +5102,23 @@ export default class Client extends OpenApi {
4920
5102
  }
4921
5103
 
4922
5104
  /**
4923
- * > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
4924
- *
4925
- * @param request DescribeOnDemandDdosEventRequest
4926
- * @return DescribeOnDemandDdosEventResponse
5105
+ * @summary Call the DescribeOnDemandDdosEvent operation to query the DDoS events recorded for the IP address of the Anti-DDoS on-demand instance.
5106
+ *
5107
+ * @description > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
5108
+ *
5109
+ * @param request DescribeOnDemandDdosEventRequest
5110
+ * @return DescribeOnDemandDdosEventResponse
4927
5111
  */
4928
5112
  async describeOnDemandDdosEvent(request: DescribeOnDemandDdosEventRequest): Promise<DescribeOnDemandDdosEventResponse> {
4929
5113
  let runtime = new $Util.RuntimeOptions({ });
4930
5114
  return await this.describeOnDemandDdosEventWithOptions(request, runtime);
4931
5115
  }
4932
5116
 
5117
+ /**
5118
+ * @param request DescribeOnDemandInstanceStatusRequest
5119
+ * @param runtime runtime options for this request RuntimeOptions
5120
+ * @return DescribeOnDemandInstanceStatusResponse
5121
+ */
4933
5122
  async describeOnDemandInstanceStatusWithOptions(request: DescribeOnDemandInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandInstanceStatusResponse> {
4934
5123
  Util.validateModel(request);
4935
5124
  let query = { };
@@ -4958,17 +5147,23 @@ export default class Client extends OpenApi {
4958
5147
  return $tea.cast<DescribeOnDemandInstanceStatusResponse>(await this.callApi(params, req, runtime), new DescribeOnDemandInstanceStatusResponse({}));
4959
5148
  }
4960
5149
 
5150
+ /**
5151
+ * @param request DescribeOnDemandInstanceStatusRequest
5152
+ * @return DescribeOnDemandInstanceStatusResponse
5153
+ */
4961
5154
  async describeOnDemandInstanceStatus(request: DescribeOnDemandInstanceStatusRequest): Promise<DescribeOnDemandInstanceStatusResponse> {
4962
5155
  let runtime = new $Util.RuntimeOptions({ });
4963
5156
  return await this.describeOnDemandInstanceStatusWithOptions(request, runtime);
4964
5157
  }
4965
5158
 
4966
5159
  /**
4967
- * The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
4968
- *
4969
- * @param request DescribeOpEntitiesRequest
4970
- * @param runtime runtime options for this request RuntimeOptions
4971
- * @return DescribeOpEntitiesResponse
5160
+ * @summary The number of entries to return on each page.
5161
+ *
5162
+ * @description The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
5163
+ *
5164
+ * @param request DescribeOpEntitiesRequest
5165
+ * @param runtime runtime options for this request RuntimeOptions
5166
+ * @return DescribeOpEntitiesResponse
4972
5167
  */
4973
5168
  async describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse> {
4974
5169
  Util.validateModel(request);
@@ -5027,10 +5222,12 @@ export default class Client extends OpenApi {
5027
5222
  }
5028
5223
 
5029
5224
  /**
5030
- * The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
5031
- *
5032
- * @param request DescribeOpEntitiesRequest
5033
- * @return DescribeOpEntitiesResponse
5225
+ * @summary The number of entries to return on each page.
5226
+ *
5227
+ * @description The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
5228
+ *
5229
+ * @param request DescribeOpEntitiesRequest
5230
+ * @return DescribeOpEntitiesResponse
5034
5231
  */
5035
5232
  async describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse> {
5036
5233
  let runtime = new $Util.RuntimeOptions({ });
@@ -5038,13 +5235,15 @@ export default class Client extends OpenApi {
5038
5235
  }
5039
5236
 
5040
5237
  /**
5041
- * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
5042
- * ## Limits
5043
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5044
- *
5045
- * @param request DescribePackIpListRequest
5046
- * @param runtime runtime options for this request RuntimeOptions
5047
- * @return DescribePackIpListResponse
5238
+ * @summary Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
5239
+ *
5240
+ * @description You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
5241
+ * ## Limits
5242
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5243
+ *
5244
+ * @param request DescribePackIpListRequest
5245
+ * @param runtime runtime options for this request RuntimeOptions
5246
+ * @return DescribePackIpListResponse
5048
5247
  */
5049
5248
  async describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse> {
5050
5249
  Util.validateModel(request);
@@ -5099,18 +5298,27 @@ export default class Client extends OpenApi {
5099
5298
  }
5100
5299
 
5101
5300
  /**
5102
- * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
5103
- * ## Limits
5104
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5105
- *
5106
- * @param request DescribePackIpListRequest
5107
- * @return DescribePackIpListResponse
5301
+ * @summary Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
5302
+ *
5303
+ * @description You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
5304
+ * ## Limits
5305
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5306
+ *
5307
+ * @param request DescribePackIpListRequest
5308
+ * @return DescribePackIpListResponse
5108
5309
  */
5109
5310
  async describePackIpList(request: DescribePackIpListRequest): Promise<DescribePackIpListResponse> {
5110
5311
  let runtime = new $Util.RuntimeOptions({ });
5111
5312
  return await this.describePackIpListWithOptions(request, runtime);
5112
5313
  }
5113
5314
 
5315
+ /**
5316
+ * @summary 查询资源目录成员账号列表
5317
+ *
5318
+ * @param request DescribeRdMemberListRequest
5319
+ * @param runtime runtime options for this request RuntimeOptions
5320
+ * @return DescribeRdMemberListResponse
5321
+ */
5114
5322
  async describeRdMemberListWithOptions(request: DescribeRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdMemberListResponse> {
5115
5323
  Util.validateModel(request);
5116
5324
  let query = { };
@@ -5143,11 +5351,24 @@ export default class Client extends OpenApi {
5143
5351
  return $tea.cast<DescribeRdMemberListResponse>(await this.callApi(params, req, runtime), new DescribeRdMemberListResponse({}));
5144
5352
  }
5145
5353
 
5354
+ /**
5355
+ * @summary 查询资源目录成员账号列表
5356
+ *
5357
+ * @param request DescribeRdMemberListRequest
5358
+ * @return DescribeRdMemberListResponse
5359
+ */
5146
5360
  async describeRdMemberList(request: DescribeRdMemberListRequest): Promise<DescribeRdMemberListResponse> {
5147
5361
  let runtime = new $Util.RuntimeOptions({ });
5148
5362
  return await this.describeRdMemberListWithOptions(request, runtime);
5149
5363
  }
5150
5364
 
5365
+ /**
5366
+ * @summary 查询RD状态
5367
+ *
5368
+ * @param request DescribeRdStatusRequest
5369
+ * @param runtime runtime options for this request RuntimeOptions
5370
+ * @return DescribeRdStatusResponse
5371
+ */
5151
5372
  async describeRdStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeRdStatusResponse> {
5152
5373
  let req = new $OpenApi.OpenApiRequest({ });
5153
5374
  let params = new $OpenApi.Params({
@@ -5164,11 +5385,23 @@ export default class Client extends OpenApi {
5164
5385
  return $tea.cast<DescribeRdStatusResponse>(await this.callApi(params, req, runtime), new DescribeRdStatusResponse({}));
5165
5386
  }
5166
5387
 
5388
+ /**
5389
+ * @summary 查询RD状态
5390
+ *
5391
+ * @return DescribeRdStatusResponse
5392
+ */
5167
5393
  async describeRdStatus(): Promise<DescribeRdStatusResponse> {
5168
5394
  let runtime = new $Util.RuntimeOptions({ });
5169
5395
  return await this.describeRdStatusWithOptions(runtime);
5170
5396
  }
5171
5397
 
5398
+ /**
5399
+ * @summary Queries the regions of cloud assets that are supported by an Anti-DDoS Origin instance.
5400
+ *
5401
+ * @param request DescribeRegionsRequest
5402
+ * @param runtime runtime options for this request RuntimeOptions
5403
+ * @return DescribeRegionsResponse
5404
+ */
5172
5405
  async describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse> {
5173
5406
  Util.validateModel(request);
5174
5407
  let query = { };
@@ -5197,20 +5430,28 @@ export default class Client extends OpenApi {
5197
5430
  return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
5198
5431
  }
5199
5432
 
5433
+ /**
5434
+ * @summary Queries the regions of cloud assets that are supported by an Anti-DDoS Origin instance.
5435
+ *
5436
+ * @param request DescribeRegionsRequest
5437
+ * @return DescribeRegionsResponse
5438
+ */
5200
5439
  async describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse> {
5201
5440
  let runtime = new $Util.RuntimeOptions({ });
5202
5441
  return await this.describeRegionsWithOptions(request, runtime);
5203
5442
  }
5204
5443
 
5205
5444
  /**
5206
- * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
5207
- * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
5208
- * ## Limits
5209
- * You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5210
- *
5211
- * @param request DescribeTrafficRequest
5212
- * @param runtime runtime options for this request RuntimeOptions
5213
- * @return DescribeTrafficResponse
5445
+ * @summary Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
5446
+ *
5447
+ * @description You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
5448
+ * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
5449
+ * ## Limits
5450
+ * You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5451
+ *
5452
+ * @param request DescribeTrafficRequest
5453
+ * @param runtime runtime options for this request RuntimeOptions
5454
+ * @return DescribeTrafficResponse
5214
5455
  */
5215
5456
  async describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse> {
5216
5457
  Util.validateModel(request);
@@ -5269,19 +5510,28 @@ export default class Client extends OpenApi {
5269
5510
  }
5270
5511
 
5271
5512
  /**
5272
- * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
5273
- * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
5274
- * ## Limits
5275
- * You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5276
- *
5277
- * @param request DescribeTrafficRequest
5278
- * @return DescribeTrafficResponse
5513
+ * @summary Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
5514
+ *
5515
+ * @description You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
5516
+ * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
5517
+ * ## Limits
5518
+ * You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5519
+ *
5520
+ * @param request DescribeTrafficRequest
5521
+ * @return DescribeTrafficResponse
5279
5522
  */
5280
5523
  async describeTraffic(request: DescribeTrafficRequest): Promise<DescribeTrafficResponse> {
5281
5524
  let runtime = new $Util.RuntimeOptions({ });
5282
5525
  return await this.describeTrafficWithOptions(request, runtime);
5283
5526
  }
5284
5527
 
5528
+ /**
5529
+ * @summary Dissociates an asset from an Anti-DDoS Origin instance of a paid edition.
5530
+ *
5531
+ * @param tmpReq DettachAssetGroupToInstanceRequest
5532
+ * @param runtime runtime options for this request RuntimeOptions
5533
+ * @return DettachAssetGroupToInstanceResponse
5534
+ */
5285
5535
  async dettachAssetGroupToInstanceWithOptions(tmpReq: DettachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DettachAssetGroupToInstanceResponse> {
5286
5536
  Util.validateModel(tmpReq);
5287
5537
  let request = new DettachAssetGroupToInstanceShrinkRequest({ });
@@ -5324,11 +5574,24 @@ export default class Client extends OpenApi {
5324
5574
  return $tea.cast<DettachAssetGroupToInstanceResponse>(await this.callApi(params, req, runtime), new DettachAssetGroupToInstanceResponse({}));
5325
5575
  }
5326
5576
 
5577
+ /**
5578
+ * @summary Dissociates an asset from an Anti-DDoS Origin instance of a paid edition.
5579
+ *
5580
+ * @param request DettachAssetGroupToInstanceRequest
5581
+ * @return DettachAssetGroupToInstanceResponse
5582
+ */
5327
5583
  async dettachAssetGroupToInstance(request: DettachAssetGroupToInstanceRequest): Promise<DettachAssetGroupToInstanceResponse> {
5328
5584
  let runtime = new $Util.RuntimeOptions({ });
5329
5585
  return await this.dettachAssetGroupToInstanceWithOptions(request, runtime);
5330
5586
  }
5331
5587
 
5588
+ /**
5589
+ * @summary Checks whether Log Service is activated.
5590
+ *
5591
+ * @param request GetSlsOpenStatusRequest
5592
+ * @param runtime runtime options for this request RuntimeOptions
5593
+ * @return GetSlsOpenStatusResponse
5594
+ */
5332
5595
  async getSlsOpenStatusWithOptions(request: GetSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSlsOpenStatusResponse> {
5333
5596
  Util.validateModel(request);
5334
5597
  let query = { };
@@ -5357,11 +5620,24 @@ export default class Client extends OpenApi {
5357
5620
  return $tea.cast<GetSlsOpenStatusResponse>(await this.callApi(params, req, runtime), new GetSlsOpenStatusResponse({}));
5358
5621
  }
5359
5622
 
5623
+ /**
5624
+ * @summary Checks whether Log Service is activated.
5625
+ *
5626
+ * @param request GetSlsOpenStatusRequest
5627
+ * @return GetSlsOpenStatusResponse
5628
+ */
5360
5629
  async getSlsOpenStatus(request: GetSlsOpenStatusRequest): Promise<GetSlsOpenStatusResponse> {
5361
5630
  let runtime = new $Util.RuntimeOptions({ });
5362
5631
  return await this.getSlsOpenStatusWithOptions(request, runtime);
5363
5632
  }
5364
5633
 
5634
+ /**
5635
+ * @summary Queries the Anti-DDoS Origin instances for which log analysis is enabled.
5636
+ *
5637
+ * @param request ListOpenedAccessLogInstancesRequest
5638
+ * @param runtime runtime options for this request RuntimeOptions
5639
+ * @return ListOpenedAccessLogInstancesResponse
5640
+ */
5365
5641
  async listOpenedAccessLogInstancesWithOptions(request: ListOpenedAccessLogInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListOpenedAccessLogInstancesResponse> {
5366
5642
  Util.validateModel(request);
5367
5643
  let query = { };
@@ -5394,11 +5670,24 @@ export default class Client extends OpenApi {
5394
5670
  return $tea.cast<ListOpenedAccessLogInstancesResponse>(await this.callApi(params, req, runtime), new ListOpenedAccessLogInstancesResponse({}));
5395
5671
  }
5396
5672
 
5673
+ /**
5674
+ * @summary Queries the Anti-DDoS Origin instances for which log analysis is enabled.
5675
+ *
5676
+ * @param request ListOpenedAccessLogInstancesRequest
5677
+ * @return ListOpenedAccessLogInstancesResponse
5678
+ */
5397
5679
  async listOpenedAccessLogInstances(request: ListOpenedAccessLogInstancesRequest): Promise<ListOpenedAccessLogInstancesResponse> {
5398
5680
  let runtime = new $Util.RuntimeOptions({ });
5399
5681
  return await this.listOpenedAccessLogInstancesWithOptions(request, runtime);
5400
5682
  }
5401
5683
 
5684
+ /**
5685
+ * @summary Queries all tags.
5686
+ *
5687
+ * @param request ListTagKeysRequest
5688
+ * @param runtime runtime options for this request RuntimeOptions
5689
+ * @return ListTagKeysResponse
5690
+ */
5402
5691
  async listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse> {
5403
5692
  Util.validateModel(request);
5404
5693
  let query = { };
@@ -5439,17 +5728,23 @@ export default class Client extends OpenApi {
5439
5728
  return $tea.cast<ListTagKeysResponse>(await this.callApi(params, req, runtime), new ListTagKeysResponse({}));
5440
5729
  }
5441
5730
 
5731
+ /**
5732
+ * @summary Queries all tags.
5733
+ *
5734
+ * @param request ListTagKeysRequest
5735
+ * @return ListTagKeysResponse
5736
+ */
5442
5737
  async listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse> {
5443
5738
  let runtime = new $Util.RuntimeOptions({ });
5444
5739
  return await this.listTagKeysWithOptions(request, runtime);
5445
5740
  }
5446
5741
 
5447
5742
  /**
5448
- * You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
5449
- *
5450
- * @param request ListTagResourcesRequest
5451
- * @param runtime runtime options for this request RuntimeOptions
5452
- * @return ListTagResourcesResponse
5743
+ * @description You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
5744
+ *
5745
+ * @param request ListTagResourcesRequest
5746
+ * @param runtime runtime options for this request RuntimeOptions
5747
+ * @return ListTagResourcesResponse
5453
5748
  */
5454
5749
  async listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse> {
5455
5750
  Util.validateModel(request);
@@ -5496,10 +5791,10 @@ export default class Client extends OpenApi {
5496
5791
  }
5497
5792
 
5498
5793
  /**
5499
- * You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
5500
- *
5501
- * @param request ListTagResourcesRequest
5502
- * @return ListTagResourcesResponse
5794
+ * @description You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
5795
+ *
5796
+ * @param request ListTagResourcesRequest
5797
+ * @return ListTagResourcesResponse
5503
5798
  */
5504
5799
  async listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse> {
5505
5800
  let runtime = new $Util.RuntimeOptions({ });
@@ -5507,13 +5802,15 @@ export default class Client extends OpenApi {
5507
5802
  }
5508
5803
 
5509
5804
  /**
5510
- * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
5511
- * ## Limits
5512
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5513
- *
5514
- * @param request ModifyRemarkRequest
5515
- * @param runtime runtime options for this request RuntimeOptions
5516
- * @return ModifyRemarkResponse
5805
+ * @summary Adds remarks for a specific Anti-DDoS Origin instance.
5806
+ *
5807
+ * @description You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
5808
+ * ## Limits
5809
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5810
+ *
5811
+ * @param request ModifyRemarkRequest
5812
+ * @param runtime runtime options for this request RuntimeOptions
5813
+ * @return ModifyRemarkResponse
5517
5814
  */
5518
5815
  async modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse> {
5519
5816
  Util.validateModel(request);
@@ -5552,18 +5849,27 @@ export default class Client extends OpenApi {
5552
5849
  }
5553
5850
 
5554
5851
  /**
5555
- * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
5556
- * ## Limits
5557
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5558
- *
5559
- * @param request ModifyRemarkRequest
5560
- * @return ModifyRemarkResponse
5852
+ * @summary Adds remarks for a specific Anti-DDoS Origin instance.
5853
+ *
5854
+ * @description You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
5855
+ * ## Limits
5856
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5857
+ *
5858
+ * @param request ModifyRemarkRequest
5859
+ * @return ModifyRemarkResponse
5561
5860
  */
5562
5861
  async modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse> {
5563
5862
  let runtime = new $Util.RuntimeOptions({ });
5564
5863
  return await this.modifyRemarkWithOptions(request, runtime);
5565
5864
  }
5566
5865
 
5866
+ /**
5867
+ * @summary Queries the scheduling rule of an on-demand instance.
5868
+ *
5869
+ * @param request QuerySchedruleOnDemandRequest
5870
+ * @param runtime runtime options for this request RuntimeOptions
5871
+ * @return QuerySchedruleOnDemandResponse
5872
+ */
5567
5873
  async querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse> {
5568
5874
  Util.validateModel(request);
5569
5875
  let query = { };
@@ -5592,11 +5898,24 @@ export default class Client extends OpenApi {
5592
5898
  return $tea.cast<QuerySchedruleOnDemandResponse>(await this.callApi(params, req, runtime), new QuerySchedruleOnDemandResponse({}));
5593
5899
  }
5594
5900
 
5901
+ /**
5902
+ * @summary Queries the scheduling rule of an on-demand instance.
5903
+ *
5904
+ * @param request QuerySchedruleOnDemandRequest
5905
+ * @return QuerySchedruleOnDemandResponse
5906
+ */
5595
5907
  async querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse> {
5596
5908
  let runtime = new $Util.RuntimeOptions({ });
5597
5909
  return await this.querySchedruleOnDemandWithOptions(request, runtime);
5598
5910
  }
5599
5911
 
5912
+ /**
5913
+ * @summary 释放原生防护全局实例
5914
+ *
5915
+ * @param request ReleaseDdosOriginInstanceRequest
5916
+ * @param runtime runtime options for this request RuntimeOptions
5917
+ * @return ReleaseDdosOriginInstanceResponse
5918
+ */
5600
5919
  async releaseDdosOriginInstanceWithOptions(request: ReleaseDdosOriginInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseDdosOriginInstanceResponse> {
5601
5920
  Util.validateModel(request);
5602
5921
  let query = { };
@@ -5621,11 +5940,22 @@ export default class Client extends OpenApi {
5621
5940
  return $tea.cast<ReleaseDdosOriginInstanceResponse>(await this.callApi(params, req, runtime), new ReleaseDdosOriginInstanceResponse({}));
5622
5941
  }
5623
5942
 
5943
+ /**
5944
+ * @summary 释放原生防护全局实例
5945
+ *
5946
+ * @param request ReleaseDdosOriginInstanceRequest
5947
+ * @return ReleaseDdosOriginInstanceResponse
5948
+ */
5624
5949
  async releaseDdosOriginInstance(request: ReleaseDdosOriginInstanceRequest): Promise<ReleaseDdosOriginInstanceResponse> {
5625
5950
  let runtime = new $Util.RuntimeOptions({ });
5626
5951
  return await this.releaseDdosOriginInstanceWithOptions(request, runtime);
5627
5952
  }
5628
5953
 
5954
+ /**
5955
+ * @param request SetInstanceModeOnDemandRequest
5956
+ * @param runtime runtime options for this request RuntimeOptions
5957
+ * @return SetInstanceModeOnDemandResponse
5958
+ */
5629
5959
  async setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse> {
5630
5960
  Util.validateModel(request);
5631
5961
  let query = { };
@@ -5658,19 +5988,25 @@ export default class Client extends OpenApi {
5658
5988
  return $tea.cast<SetInstanceModeOnDemandResponse>(await this.callApi(params, req, runtime), new SetInstanceModeOnDemandResponse({}));
5659
5989
  }
5660
5990
 
5991
+ /**
5992
+ * @param request SetInstanceModeOnDemandRequest
5993
+ * @return SetInstanceModeOnDemandResponse
5994
+ */
5661
5995
  async setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse> {
5662
5996
  let runtime = new $Util.RuntimeOptions({ });
5663
5997
  return await this.setInstanceModeOnDemandWithOptions(request, runtime);
5664
5998
  }
5665
5999
 
5666
6000
  /**
5667
- * You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
5668
- * ## Limits
5669
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5670
- *
5671
- * @param request TagResourcesRequest
5672
- * @param runtime runtime options for this request RuntimeOptions
5673
- * @return TagResourcesResponse
6001
+ * @summary Adds tags to Anti-DDoS Origin instances.
6002
+ *
6003
+ * @description You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
6004
+ * ## Limits
6005
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6006
+ *
6007
+ * @param request TagResourcesRequest
6008
+ * @param runtime runtime options for this request RuntimeOptions
6009
+ * @return TagResourcesResponse
5674
6010
  */
5675
6011
  async tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse> {
5676
6012
  Util.validateModel(request);
@@ -5713,18 +6049,27 @@ export default class Client extends OpenApi {
5713
6049
  }
5714
6050
 
5715
6051
  /**
5716
- * You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
5717
- * ## Limits
5718
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5719
- *
5720
- * @param request TagResourcesRequest
5721
- * @return TagResourcesResponse
6052
+ * @summary Adds tags to Anti-DDoS Origin instances.
6053
+ *
6054
+ * @description You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
6055
+ * ## Limits
6056
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6057
+ *
6058
+ * @param request TagResourcesRequest
6059
+ * @return TagResourcesResponse
5722
6060
  */
5723
6061
  async tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse> {
5724
6062
  let runtime = new $Util.RuntimeOptions({ });
5725
6063
  return await this.tagResourcesWithOptions(request, runtime);
5726
6064
  }
5727
6065
 
6066
+ /**
6067
+ * @summary Removes tags from Anti-DDoS Origin Enterprise instances.
6068
+ *
6069
+ * @param request UntagResourcesRequest
6070
+ * @param runtime runtime options for this request RuntimeOptions
6071
+ * @return UntagResourcesResponse
6072
+ */
5728
6073
  async untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse> {
5729
6074
  Util.validateModel(request);
5730
6075
  let query = { };
@@ -5769,6 +6114,12 @@ export default class Client extends OpenApi {
5769
6114
  return $tea.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
5770
6115
  }
5771
6116
 
6117
+ /**
6118
+ * @summary Removes tags from Anti-DDoS Origin Enterprise instances.
6119
+ *
6120
+ * @param request UntagResourcesRequest
6121
+ * @return UntagResourcesResponse
6122
+ */
5772
6123
  async untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse> {
5773
6124
  let runtime = new $Util.RuntimeOptions({ });
5774
6125
  return await this.untagResourcesWithOptions(request, runtime);