@alicloud/waf-openapi20211001 6.2.0 → 6.3.1
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 +90 -0
- package/dist/client.js +330 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddAddressRequest.d.ts +39 -0
- package/dist/models/AddAddressRequest.js +67 -0
- package/dist/models/AddAddressRequest.js.map +1 -0
- package/dist/models/AddAddressResponse.d.ts +19 -0
- package/dist/models/AddAddressResponse.js +69 -0
- package/dist/models/AddAddressResponse.js.map +1 -0
- package/dist/models/AddAddressResponseBody.d.ts +18 -0
- package/dist/models/AddAddressResponseBody.js +58 -0
- package/dist/models/AddAddressResponseBody.js.map +1 -0
- package/dist/models/ClearAddressRequest.d.ts +34 -0
- package/dist/models/ClearAddressRequest.js +62 -0
- package/dist/models/ClearAddressRequest.js.map +1 -0
- package/dist/models/ClearAddressResponse.d.ts +19 -0
- package/dist/models/ClearAddressResponse.js +69 -0
- package/dist/models/ClearAddressResponse.js.map +1 -0
- package/dist/models/ClearAddressResponseBody.d.ts +18 -0
- package/dist/models/ClearAddressResponseBody.js +58 -0
- package/dist/models/ClearAddressResponseBody.js.map +1 -0
- package/dist/models/DeleteAddressRequest.d.ts +39 -0
- package/dist/models/DeleteAddressRequest.js +67 -0
- package/dist/models/DeleteAddressRequest.js.map +1 -0
- package/dist/models/DeleteAddressResponse.d.ts +19 -0
- package/dist/models/DeleteAddressResponse.js +69 -0
- package/dist/models/DeleteAddressResponse.js.map +1 -0
- package/dist/models/DeleteAddressResponseBody.d.ts +18 -0
- package/dist/models/DeleteAddressResponseBody.js +58 -0
- package/dist/models/DeleteAddressResponseBody.js.map +1 -0
- package/dist/models/DescribeAddressesRequest.d.ts +51 -0
- package/dist/models/DescribeAddressesRequest.js +70 -0
- package/dist/models/DescribeAddressesRequest.js.map +1 -0
- package/dist/models/DescribeAddressesResponse.d.ts +19 -0
- package/dist/models/DescribeAddressesResponse.js +69 -0
- package/dist/models/DescribeAddressesResponse.js.map +1 -0
- package/dist/models/DescribeAddressesResponseBody.d.ts +61 -0
- package/dist/models/DescribeAddressesResponseBody.js +92 -0
- package/dist/models/DescribeAddressesResponseBody.js.map +1 -0
- package/dist/models/DescribeApisecExamplesRequest.d.ts +70 -0
- package/dist/models/DescribeApisecExamplesRequest.js +84 -0
- package/dist/models/DescribeApisecExamplesRequest.js.map +1 -0
- package/dist/models/DescribeApisecExamplesResponse.d.ts +19 -0
- package/dist/models/DescribeApisecExamplesResponse.js +69 -0
- package/dist/models/DescribeApisecExamplesResponse.js.map +1 -0
- package/dist/models/DescribeApisecExamplesResponseBody.d.ts +109 -0
- package/dist/models/DescribeApisecExamplesResponseBody.js +154 -0
- package/dist/models/DescribeApisecExamplesResponseBody.js.map +1 -0
- package/dist/models/DescribeDomainsRequest.d.ts +1 -0
- package/dist/models/DescribeDomainsRequest.js +2 -0
- package/dist/models/DescribeDomainsRequest.js.map +1 -1
- package/dist/models/DescribeRelatedDefenseRulesRequest.d.ts +65 -0
- package/dist/models/DescribeRelatedDefenseRulesRequest.js +72 -0
- package/dist/models/DescribeRelatedDefenseRulesRequest.js.map +1 -0
- package/dist/models/DescribeRelatedDefenseRulesResponse.d.ts +19 -0
- package/dist/models/DescribeRelatedDefenseRulesResponse.js +69 -0
- package/dist/models/DescribeRelatedDefenseRulesResponse.js.map +1 -0
- package/dist/models/DescribeRelatedDefenseRulesResponseBody.d.ts +71 -0
- package/dist/models/DescribeRelatedDefenseRulesResponseBody.js +96 -0
- package/dist/models/DescribeRelatedDefenseRulesResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +23 -0
- package/dist/models/model.js +65 -18
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +380 -0
- package/src/models/AddAddressRequest.ts +61 -0
- package/src/models/AddAddressResponse.ts +40 -0
- package/src/models/AddAddressResponseBody.ts +31 -0
- package/src/models/ClearAddressRequest.ts +51 -0
- package/src/models/ClearAddressResponse.ts +40 -0
- package/src/models/ClearAddressResponseBody.ts +31 -0
- package/src/models/DeleteAddressRequest.ts +61 -0
- package/src/models/DeleteAddressResponse.ts +40 -0
- package/src/models/DeleteAddressResponseBody.ts +31 -0
- package/src/models/DescribeAddressesRequest.ts +76 -0
- package/src/models/DescribeAddressesResponse.ts +40 -0
- package/src/models/DescribeAddressesResponseBody.ts +99 -0
- package/src/models/DescribeApisecExamplesRequest.ts +109 -0
- package/src/models/DescribeApisecExamplesResponse.ts +40 -0
- package/src/models/DescribeApisecExamplesResponseBody.ts +191 -0
- package/src/models/DescribeDomainsRequest.ts +3 -0
- package/src/models/DescribeRelatedDefenseRulesRequest.ts +92 -0
- package/src/models/DescribeRelatedDefenseRulesResponse.ts +40 -0
- package/src/models/DescribeRelatedDefenseRulesResponseBody.ts +113 -0
- package/src/models/model.ts +23 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeRelatedDefenseRulesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* address_book
|
|
12
|
+
*/
|
|
13
|
+
defenseScene?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* global
|
|
20
|
+
*/
|
|
21
|
+
defenseType?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* This parameter is required.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* waf-cn-zz11sr5****
|
|
28
|
+
*/
|
|
29
|
+
instanceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* 20
|
|
33
|
+
*/
|
|
34
|
+
maxResults?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* caeba0bbb2be03f84eb48b699f0*****
|
|
38
|
+
*/
|
|
39
|
+
nextToken?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* cn-hangzhou
|
|
43
|
+
*/
|
|
44
|
+
regionId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* rg-acfm***q
|
|
48
|
+
*/
|
|
49
|
+
resourceManagerResourceGroupId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @remarks
|
|
52
|
+
* This parameter is required.
|
|
53
|
+
*
|
|
54
|
+
* @example
|
|
55
|
+
* 12345678
|
|
56
|
+
*/
|
|
57
|
+
ruleId?: number;
|
|
58
|
+
static names(): { [key: string]: string } {
|
|
59
|
+
return {
|
|
60
|
+
defenseScene: 'DefenseScene',
|
|
61
|
+
defenseType: 'DefenseType',
|
|
62
|
+
instanceId: 'InstanceId',
|
|
63
|
+
maxResults: 'MaxResults',
|
|
64
|
+
nextToken: 'NextToken',
|
|
65
|
+
regionId: 'RegionId',
|
|
66
|
+
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
67
|
+
ruleId: 'RuleId',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
static types(): { [key: string]: any } {
|
|
72
|
+
return {
|
|
73
|
+
defenseScene: 'string',
|
|
74
|
+
defenseType: 'string',
|
|
75
|
+
instanceId: 'string',
|
|
76
|
+
maxResults: 'number',
|
|
77
|
+
nextToken: 'string',
|
|
78
|
+
regionId: 'string',
|
|
79
|
+
resourceManagerResourceGroupId: 'string',
|
|
80
|
+
ruleId: 'number',
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
validate() {
|
|
85
|
+
super.validate();
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
constructor(map?: { [key: string]: any }) {
|
|
89
|
+
super(map);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeRelatedDefenseRulesResponseBody } from "./DescribeRelatedDefenseRulesResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeRelatedDefenseRulesResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeRelatedDefenseRulesResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeRelatedDefenseRulesResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeRelatedDefenseRulesResponseBodyRules extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* custom_acl
|
|
9
|
+
*/
|
|
10
|
+
defenseScene?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* template
|
|
14
|
+
*/
|
|
15
|
+
defenseType?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 2456789
|
|
19
|
+
*/
|
|
20
|
+
ruleId?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* ruleTest
|
|
24
|
+
*/
|
|
25
|
+
ruleName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 81501
|
|
29
|
+
*/
|
|
30
|
+
templateId?: number;
|
|
31
|
+
static names(): { [key: string]: string } {
|
|
32
|
+
return {
|
|
33
|
+
defenseScene: 'DefenseScene',
|
|
34
|
+
defenseType: 'DefenseType',
|
|
35
|
+
ruleId: 'RuleId',
|
|
36
|
+
ruleName: 'RuleName',
|
|
37
|
+
templateId: 'TemplateId',
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static types(): { [key: string]: any } {
|
|
42
|
+
return {
|
|
43
|
+
defenseScene: 'string',
|
|
44
|
+
defenseType: 'string',
|
|
45
|
+
ruleId: 'number',
|
|
46
|
+
ruleName: 'string',
|
|
47
|
+
templateId: 'number',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
validate() {
|
|
52
|
+
super.validate();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
constructor(map?: { [key: string]: any }) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export class DescribeRelatedDefenseRulesResponseBody extends $dara.Model {
|
|
61
|
+
/**
|
|
62
|
+
* @example
|
|
63
|
+
* 20
|
|
64
|
+
*/
|
|
65
|
+
maxResults?: number;
|
|
66
|
+
/**
|
|
67
|
+
* @example
|
|
68
|
+
* AAAAAGBgV9tolsLfijC4wam2htS*****D/46H3X2wIS
|
|
69
|
+
*/
|
|
70
|
+
nextToken?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @example
|
|
73
|
+
* F35F45B0-5D6B-4238-BE02-A62D****E840
|
|
74
|
+
*/
|
|
75
|
+
requestId?: string;
|
|
76
|
+
rules?: DescribeRelatedDefenseRulesResponseBodyRules[];
|
|
77
|
+
/**
|
|
78
|
+
* @example
|
|
79
|
+
* 10
|
|
80
|
+
*/
|
|
81
|
+
totalCount?: number;
|
|
82
|
+
static names(): { [key: string]: string } {
|
|
83
|
+
return {
|
|
84
|
+
maxResults: 'MaxResults',
|
|
85
|
+
nextToken: 'NextToken',
|
|
86
|
+
requestId: 'RequestId',
|
|
87
|
+
rules: 'Rules',
|
|
88
|
+
totalCount: 'TotalCount',
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
static types(): { [key: string]: any } {
|
|
93
|
+
return {
|
|
94
|
+
maxResults: 'number',
|
|
95
|
+
nextToken: 'string',
|
|
96
|
+
requestId: 'string',
|
|
97
|
+
rules: { 'type': 'array', 'itemType': DescribeRelatedDefenseRulesResponseBodyRules },
|
|
98
|
+
totalCount: 'number',
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
validate() {
|
|
103
|
+
if(Array.isArray(this.rules)) {
|
|
104
|
+
$dara.Model.validateArray(this.rules);
|
|
105
|
+
}
|
|
106
|
+
super.validate();
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
constructor(map?: { [key: string]: any }) {
|
|
110
|
+
super(map);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { CreateDomainShrinkRequestTag } from './CreateDomainShrinkRequest';
|
|
|
15
15
|
export { CreateDomainResponseBodyDomainInfo } from './CreateDomainResponseBody';
|
|
16
16
|
export { DescribeAbnormalCloudResourcesResponseBodyAbnormalCloudResourcesDetails } from './DescribeAbnormalCloudResourcesResponseBody';
|
|
17
17
|
export { DescribeAbnormalCloudResourcesResponseBodyAbnormalCloudResources } from './DescribeAbnormalCloudResourcesResponseBody';
|
|
18
|
+
export { DescribeAddressesResponseBodyAddressList } from './DescribeAddressesResponseBody';
|
|
18
19
|
export { DescribeAlarmBannerResponseBodyBannerStatus } from './DescribeAlarmBannerResponseBody';
|
|
19
20
|
export { DescribeAlarmListResponseBodyAlarms } from './DescribeAlarmListResponseBody';
|
|
20
21
|
export { DescribeApiExportsResponseBodyApiExports } from './DescribeApiExportsResponseBody';
|
|
@@ -24,6 +25,9 @@ export { DescribeApisecApiResourcesResponseBodyData } from './DescribeApisecApiR
|
|
|
24
25
|
export { DescribeApisecAssetTrendResponseBodyData } from './DescribeApisecAssetTrendResponseBody';
|
|
25
26
|
export { DescribeApisecEventDomainStatisticResponseBodyData } from './DescribeApisecEventDomainStatisticResponseBody';
|
|
26
27
|
export { DescribeApisecEventsResponseBodyData } from './DescribeApisecEventsResponseBody';
|
|
28
|
+
export { DescribeApisecExamplesResponseBodyExamplesRequestSensitiveData } from './DescribeApisecExamplesResponseBody';
|
|
29
|
+
export { DescribeApisecExamplesResponseBodyExamplesResponseSensitiveData } from './DescribeApisecExamplesResponseBody';
|
|
30
|
+
export { DescribeApisecExamplesResponseBodyExamples } from './DescribeApisecExamplesResponseBody';
|
|
27
31
|
export { DescribeApisecLogDeliveriesResponseBodyDeliveryConfigs } from './DescribeApisecLogDeliveriesResponseBody';
|
|
28
32
|
export { DescribeApisecMatchedHostsResponseBodyData } from './DescribeApisecMatchedHostsResponseBody';
|
|
29
33
|
export { DescribeApisecProtectionGroupsResponseBodyData } from './DescribeApisecProtectionGroupsResponseBody';
|
|
@@ -128,6 +132,7 @@ export { DescribeProductInstancesResponseBodyProductInstancesAccessPortAndProtoc
|
|
|
128
132
|
export { DescribeProductInstancesResponseBodyProductInstancesResourcePortsCertificates } from './DescribeProductInstancesResponseBody';
|
|
129
133
|
export { DescribeProductInstancesResponseBodyProductInstancesResourcePorts } from './DescribeProductInstancesResponseBody';
|
|
130
134
|
export { DescribeProductInstancesResponseBodyProductInstances } from './DescribeProductInstancesResponseBody';
|
|
135
|
+
export { DescribeRelatedDefenseRulesResponseBodyRules } from './DescribeRelatedDefenseRulesResponseBody';
|
|
131
136
|
export { DescribeResourceInstanceCertsResponseBodyCerts } from './DescribeResourceInstanceCertsResponseBody';
|
|
132
137
|
export { DescribeResourceLogDeliveryStatusResponseBodyLogConfigs } from './DescribeResourceLogDeliveryStatusResponseBody';
|
|
133
138
|
export { DescribeResourceLogStatusResponseBodyResult } from './DescribeResourceLogStatusResponseBody';
|
|
@@ -199,9 +204,15 @@ export { ModifyDomainRequestRedirect } from './ModifyDomainRequest';
|
|
|
199
204
|
export { ModifyDomainResponseBodyDomainInfo } from './ModifyDomainResponseBody';
|
|
200
205
|
export { TagResourcesRequestTag } from './TagResourcesRequest';
|
|
201
206
|
export { VerifyDomainOwnerResponseBodyVerifyResult } from './VerifyDomainOwnerResponseBody';
|
|
207
|
+
export { AddAddressRequest } from './AddAddressRequest';
|
|
208
|
+
export { AddAddressResponseBody } from './AddAddressResponseBody';
|
|
209
|
+
export { AddAddressResponse } from './AddAddressResponse';
|
|
202
210
|
export { ChangeResourceGroupRequest } from './ChangeResourceGroupRequest';
|
|
203
211
|
export { ChangeResourceGroupResponseBody } from './ChangeResourceGroupResponseBody';
|
|
204
212
|
export { ChangeResourceGroupResponse } from './ChangeResourceGroupResponse';
|
|
213
|
+
export { ClearAddressRequest } from './ClearAddressRequest';
|
|
214
|
+
export { ClearAddressResponseBody } from './ClearAddressResponseBody';
|
|
215
|
+
export { ClearAddressResponse } from './ClearAddressResponse';
|
|
205
216
|
export { ClearMajorProtectionBlackIpRequest } from './ClearMajorProtectionBlackIpRequest';
|
|
206
217
|
export { ClearMajorProtectionBlackIpResponseBody } from './ClearMajorProtectionBlackIpResponseBody';
|
|
207
218
|
export { ClearMajorProtectionBlackIpResponse } from './ClearMajorProtectionBlackIpResponse';
|
|
@@ -262,6 +273,9 @@ export { CreatePostpaidInstanceResponse } from './CreatePostpaidInstanceResponse
|
|
|
262
273
|
export { CreateSM2CertRequest } from './CreateSm2certRequest';
|
|
263
274
|
export { CreateSM2CertResponseBody } from './CreateSm2certResponseBody';
|
|
264
275
|
export { CreateSM2CertResponse } from './CreateSm2certResponse';
|
|
276
|
+
export { DeleteAddressRequest } from './DeleteAddressRequest';
|
|
277
|
+
export { DeleteAddressResponseBody } from './DeleteAddressResponseBody';
|
|
278
|
+
export { DeleteAddressResponse } from './DeleteAddressResponse';
|
|
265
279
|
export { DeleteApisecAbnormalsRequest } from './DeleteApisecAbnormalsRequest';
|
|
266
280
|
export { DeleteApisecAbnormalsResponseBody } from './DeleteApisecAbnormalsResponseBody';
|
|
267
281
|
export { DeleteApisecAbnormalsResponse } from './DeleteApisecAbnormalsResponse';
|
|
@@ -310,6 +324,9 @@ export { DescribeAbnormalCloudResourcesResponse } from './DescribeAbnormalCloudR
|
|
|
310
324
|
export { DescribeAccountDelegatedStatusRequest } from './DescribeAccountDelegatedStatusRequest';
|
|
311
325
|
export { DescribeAccountDelegatedStatusResponseBody } from './DescribeAccountDelegatedStatusResponseBody';
|
|
312
326
|
export { DescribeAccountDelegatedStatusResponse } from './DescribeAccountDelegatedStatusResponse';
|
|
327
|
+
export { DescribeAddressesRequest } from './DescribeAddressesRequest';
|
|
328
|
+
export { DescribeAddressesResponseBody } from './DescribeAddressesResponseBody';
|
|
329
|
+
export { DescribeAddressesResponse } from './DescribeAddressesResponse';
|
|
313
330
|
export { DescribeAlarmBannerRequest } from './DescribeAlarmBannerRequest';
|
|
314
331
|
export { DescribeAlarmBannerResponseBody } from './DescribeAlarmBannerResponseBody';
|
|
315
332
|
export { DescribeAlarmBannerResponse } from './DescribeAlarmBannerResponse';
|
|
@@ -340,6 +357,9 @@ export { DescribeApisecEventDomainStatisticResponse } from './DescribeApisecEven
|
|
|
340
357
|
export { DescribeApisecEventsRequest } from './DescribeApisecEventsRequest';
|
|
341
358
|
export { DescribeApisecEventsResponseBody } from './DescribeApisecEventsResponseBody';
|
|
342
359
|
export { DescribeApisecEventsResponse } from './DescribeApisecEventsResponse';
|
|
360
|
+
export { DescribeApisecExamplesRequest } from './DescribeApisecExamplesRequest';
|
|
361
|
+
export { DescribeApisecExamplesResponseBody } from './DescribeApisecExamplesResponseBody';
|
|
362
|
+
export { DescribeApisecExamplesResponse } from './DescribeApisecExamplesResponse';
|
|
343
363
|
export { DescribeApisecLogDeliveriesRequest } from './DescribeApisecLogDeliveriesRequest';
|
|
344
364
|
export { DescribeApisecLogDeliveriesResponseBody } from './DescribeApisecLogDeliveriesResponseBody';
|
|
345
365
|
export { DescribeApisecLogDeliveriesResponse } from './DescribeApisecLogDeliveriesResponse';
|
|
@@ -592,6 +612,9 @@ export { DescribeProductInstancesResponse } from './DescribeProductInstancesResp
|
|
|
592
612
|
export { DescribePunishedDomainsRequest } from './DescribePunishedDomainsRequest';
|
|
593
613
|
export { DescribePunishedDomainsResponseBody } from './DescribePunishedDomainsResponseBody';
|
|
594
614
|
export { DescribePunishedDomainsResponse } from './DescribePunishedDomainsResponse';
|
|
615
|
+
export { DescribeRelatedDefenseRulesRequest } from './DescribeRelatedDefenseRulesRequest';
|
|
616
|
+
export { DescribeRelatedDefenseRulesResponseBody } from './DescribeRelatedDefenseRulesResponseBody';
|
|
617
|
+
export { DescribeRelatedDefenseRulesResponse } from './DescribeRelatedDefenseRulesResponse';
|
|
595
618
|
export { DescribeResourceInstanceCertsRequest } from './DescribeResourceInstanceCertsRequest';
|
|
596
619
|
export { DescribeResourceInstanceCertsResponseBody } from './DescribeResourceInstanceCertsResponseBody';
|
|
597
620
|
export { DescribeResourceInstanceCertsResponse } from './DescribeResourceInstanceCertsResponse';
|