@alicloud/waf-openapi20211001 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/dist/client.d.ts CHANGED
@@ -699,6 +699,60 @@ export declare class DescribeCertsResponse extends $tea.Model {
699
699
  [key: string]: any;
700
700
  });
701
701
  }
702
+ export declare class DescribeCloudResourcesRequest extends $tea.Model {
703
+ instanceId?: string;
704
+ ownerUserId?: string;
705
+ pageNumber?: number;
706
+ pageSize?: number;
707
+ regionId?: string;
708
+ resourceDomain?: string;
709
+ resourceFunction?: string;
710
+ resourceInstanceId?: string;
711
+ resourceManagerResourceGroupId?: string;
712
+ resourceName?: string;
713
+ resourceProduct?: string;
714
+ resourceRegionId?: string;
715
+ resourceRouteName?: string;
716
+ static names(): {
717
+ [key: string]: string;
718
+ };
719
+ static types(): {
720
+ [key: string]: any;
721
+ };
722
+ constructor(map?: {
723
+ [key: string]: any;
724
+ });
725
+ }
726
+ export declare class DescribeCloudResourcesResponseBody extends $tea.Model {
727
+ cloudResources?: DescribeCloudResourcesResponseBodyCloudResources[];
728
+ requestId?: string;
729
+ totalCount?: number;
730
+ static names(): {
731
+ [key: string]: string;
732
+ };
733
+ static types(): {
734
+ [key: string]: any;
735
+ };
736
+ constructor(map?: {
737
+ [key: string]: any;
738
+ });
739
+ }
740
+ export declare class DescribeCloudResourcesResponse extends $tea.Model {
741
+ headers?: {
742
+ [key: string]: string;
743
+ };
744
+ statusCode?: number;
745
+ body?: DescribeCloudResourcesResponseBody;
746
+ static names(): {
747
+ [key: string]: string;
748
+ };
749
+ static types(): {
750
+ [key: string]: any;
751
+ };
752
+ constructor(map?: {
753
+ [key: string]: any;
754
+ });
755
+ }
702
756
  export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
703
757
  groupName?: string;
704
758
  instanceId?: string;
@@ -1642,6 +1696,58 @@ export declare class DescribePeakTrendResponse extends $tea.Model {
1642
1696
  [key: string]: any;
1643
1697
  });
1644
1698
  }
1699
+ export declare class DescribeProductInstancesRequest extends $tea.Model {
1700
+ instanceId?: string;
1701
+ ownerUserId?: string;
1702
+ pageNumber?: number;
1703
+ pageSize?: number;
1704
+ regionId?: string;
1705
+ resourceInstanceId?: string;
1706
+ resourceIp?: string;
1707
+ resourceManagerResourceGroupId?: string;
1708
+ resourceName?: string;
1709
+ resourceProduct?: string;
1710
+ resourceRegionId?: string;
1711
+ static names(): {
1712
+ [key: string]: string;
1713
+ };
1714
+ static types(): {
1715
+ [key: string]: any;
1716
+ };
1717
+ constructor(map?: {
1718
+ [key: string]: any;
1719
+ });
1720
+ }
1721
+ export declare class DescribeProductInstancesResponseBody extends $tea.Model {
1722
+ productInstances?: DescribeProductInstancesResponseBodyProductInstances[];
1723
+ requestId?: string;
1724
+ totalCount?: number;
1725
+ static names(): {
1726
+ [key: string]: string;
1727
+ };
1728
+ static types(): {
1729
+ [key: string]: any;
1730
+ };
1731
+ constructor(map?: {
1732
+ [key: string]: any;
1733
+ });
1734
+ }
1735
+ export declare class DescribeProductInstancesResponse extends $tea.Model {
1736
+ headers?: {
1737
+ [key: string]: string;
1738
+ };
1739
+ statusCode?: number;
1740
+ body?: DescribeProductInstancesResponseBody;
1741
+ static names(): {
1742
+ [key: string]: string;
1743
+ };
1744
+ static types(): {
1745
+ [key: string]: any;
1746
+ };
1747
+ constructor(map?: {
1748
+ [key: string]: any;
1749
+ });
1750
+ }
1645
1751
  export declare class DescribeResourceInstanceCertsRequest extends $tea.Model {
1646
1752
  instanceId?: string;
1647
1753
  pageNumber?: number;
@@ -3244,6 +3350,48 @@ export declare class ModifyTemplateResourcesResponse extends $tea.Model {
3244
3350
  [key: string]: any;
3245
3351
  });
3246
3352
  }
3353
+ export declare class SyncProductInstanceRequest extends $tea.Model {
3354
+ instanceId?: string;
3355
+ regionId?: string;
3356
+ resourceManagerResourceGroupId?: string;
3357
+ static names(): {
3358
+ [key: string]: string;
3359
+ };
3360
+ static types(): {
3361
+ [key: string]: any;
3362
+ };
3363
+ constructor(map?: {
3364
+ [key: string]: any;
3365
+ });
3366
+ }
3367
+ export declare class SyncProductInstanceResponseBody extends $tea.Model {
3368
+ requestId?: string;
3369
+ static names(): {
3370
+ [key: string]: string;
3371
+ };
3372
+ static types(): {
3373
+ [key: string]: any;
3374
+ };
3375
+ constructor(map?: {
3376
+ [key: string]: any;
3377
+ });
3378
+ }
3379
+ export declare class SyncProductInstanceResponse extends $tea.Model {
3380
+ headers?: {
3381
+ [key: string]: string;
3382
+ };
3383
+ statusCode?: number;
3384
+ body?: SyncProductInstanceResponseBody;
3385
+ static names(): {
3386
+ [key: string]: string;
3387
+ };
3388
+ static types(): {
3389
+ [key: string]: any;
3390
+ };
3391
+ constructor(map?: {
3392
+ [key: string]: any;
3393
+ });
3394
+ }
3247
3395
  export declare class CreateDomainRequestListen extends $tea.Model {
3248
3396
  certId?: string;
3249
3397
  cipherSuite?: number;
@@ -3343,6 +3491,26 @@ export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
3343
3491
  [key: string]: any;
3344
3492
  });
3345
3493
  }
3494
+ export declare class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model {
3495
+ ownerUserId?: string;
3496
+ resourceDomain?: string;
3497
+ resourceFunction?: string;
3498
+ resourceInstance?: string;
3499
+ resourceName?: string;
3500
+ resourceProduct?: string;
3501
+ resourceRegionId?: string;
3502
+ resourceRouteName?: string;
3503
+ resourceService?: string;
3504
+ static names(): {
3505
+ [key: string]: string;
3506
+ };
3507
+ static types(): {
3508
+ [key: string]: any;
3509
+ };
3510
+ constructor(map?: {
3511
+ [key: string]: any;
3512
+ });
3513
+ }
3346
3514
  export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.Model {
3347
3515
  description?: string;
3348
3516
  gmtCreate?: number;
@@ -3982,6 +4150,51 @@ export declare class DescribePeakTrendResponseBodyFlowChart extends $tea.Model {
3982
4150
  [key: string]: any;
3983
4151
  });
3984
4152
  }
4153
+ export declare class DescribeProductInstancesResponseBodyProductInstancesResourcePortsCertificates extends $tea.Model {
4154
+ certificateId?: string;
4155
+ certificateName?: string;
4156
+ static names(): {
4157
+ [key: string]: string;
4158
+ };
4159
+ static types(): {
4160
+ [key: string]: any;
4161
+ };
4162
+ constructor(map?: {
4163
+ [key: string]: any;
4164
+ });
4165
+ }
4166
+ export declare class DescribeProductInstancesResponseBodyProductInstancesResourcePorts extends $tea.Model {
4167
+ certificates?: DescribeProductInstancesResponseBodyProductInstancesResourcePortsCertificates[];
4168
+ port?: number;
4169
+ protocol?: string;
4170
+ static names(): {
4171
+ [key: string]: string;
4172
+ };
4173
+ static types(): {
4174
+ [key: string]: any;
4175
+ };
4176
+ constructor(map?: {
4177
+ [key: string]: any;
4178
+ });
4179
+ }
4180
+ export declare class DescribeProductInstancesResponseBodyProductInstances extends $tea.Model {
4181
+ ownerUserId?: string;
4182
+ resourceInstanceId?: string;
4183
+ resourceIp?: string;
4184
+ resourceName?: string;
4185
+ resourcePorts?: DescribeProductInstancesResponseBodyProductInstancesResourcePorts[];
4186
+ resourceProduct?: string;
4187
+ resourceRegionId?: string;
4188
+ static names(): {
4189
+ [key: string]: string;
4190
+ };
4191
+ static types(): {
4192
+ [key: string]: any;
4193
+ };
4194
+ constructor(map?: {
4195
+ [key: string]: any;
4196
+ });
4197
+ }
3985
4198
  export declare class DescribeResourceInstanceCertsResponseBodyCerts extends $tea.Model {
3986
4199
  afterDate?: number;
3987
4200
  beforeDate?: number;
@@ -4296,6 +4509,8 @@ export default class Client extends OpenApi {
4296
4509
  describeAccountDelegatedStatus(request: DescribeAccountDelegatedStatusRequest): Promise<DescribeAccountDelegatedStatusResponse>;
4297
4510
  describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
4298
4511
  describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
4512
+ describeCloudResourcesWithOptions(request: DescribeCloudResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudResourcesResponse>;
4513
+ describeCloudResources(request: DescribeCloudResourcesRequest): Promise<DescribeCloudResourcesResponse>;
4299
4514
  describeDefenseResourceGroupWithOptions(request: DescribeDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupResponse>;
4300
4515
  describeDefenseResourceGroup(request: DescribeDefenseResourceGroupRequest): Promise<DescribeDefenseResourceGroupResponse>;
4301
4516
  describeDefenseResourceTemplatesWithOptions(request: DescribeDefenseResourceTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceTemplatesResponse>;
@@ -4336,6 +4551,8 @@ export default class Client extends OpenApi {
4336
4551
  describeMemberAccounts(request: DescribeMemberAccountsRequest): Promise<DescribeMemberAccountsResponse>;
4337
4552
  describePeakTrendWithOptions(request: DescribePeakTrendRequest, runtime: $Util.RuntimeOptions): Promise<DescribePeakTrendResponse>;
4338
4553
  describePeakTrend(request: DescribePeakTrendRequest): Promise<DescribePeakTrendResponse>;
4554
+ describeProductInstancesWithOptions(request: DescribeProductInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeProductInstancesResponse>;
4555
+ describeProductInstances(request: DescribeProductInstancesRequest): Promise<DescribeProductInstancesResponse>;
4339
4556
  describeResourceInstanceCertsWithOptions(request: DescribeResourceInstanceCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceInstanceCertsResponse>;
4340
4557
  describeResourceInstanceCerts(request: DescribeResourceInstanceCertsRequest): Promise<DescribeResourceInstanceCertsResponse>;
4341
4558
  describeResourceLogStatusWithOptions(request: DescribeResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceLogStatusResponse>;
@@ -4406,4 +4623,19 @@ export default class Client extends OpenApi {
4406
4623
  modifyResourceLogStatus(request: ModifyResourceLogStatusRequest): Promise<ModifyResourceLogStatusResponse>;
4407
4624
  modifyTemplateResourcesWithOptions(request: ModifyTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResourcesResponse>;
4408
4625
  modifyTemplateResources(request: ModifyTemplateResourcesRequest): Promise<ModifyTemplateResourcesResponse>;
4626
+ /**
4627
+ * SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](~~2743168~~) operation to query the status of the task.
4628
+ *
4629
+ * @param request SyncProductInstanceRequest
4630
+ * @param runtime runtime options for this request RuntimeOptions
4631
+ * @return SyncProductInstanceResponse
4632
+ */
4633
+ syncProductInstanceWithOptions(request: SyncProductInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SyncProductInstanceResponse>;
4634
+ /**
4635
+ * SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](~~2743168~~) operation to query the status of the task.
4636
+ *
4637
+ * @param request SyncProductInstanceRequest
4638
+ * @return SyncProductInstanceResponse
4639
+ */
4640
+ syncProductInstance(request: SyncProductInstanceRequest): Promise<SyncProductInstanceResponse>;
4409
4641
  }