@aws-sdk/client-wafv2 3.422.0 → 3.425.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-types/WAFV2Client.d.ts +2 -0
- package/dist-types/ts3.4/WAFV2.d.ts +918 -438
- package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
- package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
- package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
- package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
- package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
- package/dist-types/ts3.4/index.d.ts +6 -68
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
- package/package.json +31 -31
|
@@ -1,110 +1,42 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
* // };
|
|
44
|
-
*
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @param GenerateMobileSdkReleaseUrlCommandInput - {@link GenerateMobileSdkReleaseUrlCommandInput}
|
|
48
|
-
* @returns {@link GenerateMobileSdkReleaseUrlCommandOutput}
|
|
49
|
-
* @see {@link GenerateMobileSdkReleaseUrlCommandInput} for command's `input` shape.
|
|
50
|
-
* @see {@link GenerateMobileSdkReleaseUrlCommandOutput} for command's `response` shape.
|
|
51
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
52
|
-
*
|
|
53
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
54
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
55
|
-
* problem. Retry your request. </p>
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
58
|
-
* <p>The operation isn't valid. </p>
|
|
59
|
-
*
|
|
60
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
61
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
62
|
-
* example: </p>
|
|
63
|
-
* <ul>
|
|
64
|
-
* <li>
|
|
65
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
69
|
-
* can’t be nested. </p>
|
|
70
|
-
* </li>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
73
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
74
|
-
* </li>
|
|
75
|
-
* <li>
|
|
76
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
77
|
-
* with which a web ACL can't be associated.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* </ul>
|
|
80
|
-
*
|
|
81
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
82
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
83
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
84
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
85
|
-
* for changes to propagate. </p>
|
|
86
|
-
*
|
|
87
|
-
* @throws {@link WAFV2ServiceException}
|
|
88
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
89
|
-
*
|
|
90
|
-
*/
|
|
91
|
-
export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig> {
|
|
92
|
-
readonly input: GenerateMobileSdkReleaseUrlCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GenerateMobileSdkReleaseUrlCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
110
|
-
}
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GenerateMobileSdkReleaseUrlRequest,
|
|
11
|
+
GenerateMobileSdkReleaseUrlResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GenerateMobileSdkReleaseUrlCommandInput
|
|
20
|
+
extends GenerateMobileSdkReleaseUrlRequest {}
|
|
21
|
+
export interface GenerateMobileSdkReleaseUrlCommandOutput
|
|
22
|
+
extends GenerateMobileSdkReleaseUrlResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<
|
|
25
|
+
GenerateMobileSdkReleaseUrlCommandInput,
|
|
26
|
+
GenerateMobileSdkReleaseUrlCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GenerateMobileSdkReleaseUrlCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GenerateMobileSdkReleaseUrlCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GenerateMobileSdkReleaseUrlCommandInput,
|
|
38
|
+
GenerateMobileSdkReleaseUrlCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,112 +1,39 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
* const command = new GetDecryptedAPIKeyCommand(input);
|
|
41
|
-
* const response = await client.send(command);
|
|
42
|
-
* // { // GetDecryptedAPIKeyResponse
|
|
43
|
-
* // TokenDomains: [ // TokenDomains
|
|
44
|
-
* // "STRING_VALUE",
|
|
45
|
-
* // ],
|
|
46
|
-
* // CreationTimestamp: new Date("TIMESTAMP"),
|
|
47
|
-
* // };
|
|
48
|
-
*
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @param GetDecryptedAPIKeyCommandInput - {@link GetDecryptedAPIKeyCommandInput}
|
|
52
|
-
* @returns {@link GetDecryptedAPIKeyCommandOutput}
|
|
53
|
-
* @see {@link GetDecryptedAPIKeyCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link GetDecryptedAPIKeyCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
58
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
59
|
-
* problem. Retry your request. </p>
|
|
60
|
-
*
|
|
61
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
62
|
-
* <p>The operation isn't valid. </p>
|
|
63
|
-
*
|
|
64
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
65
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
66
|
-
* example: </p>
|
|
67
|
-
* <ul>
|
|
68
|
-
* <li>
|
|
69
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
70
|
-
* </li>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
73
|
-
* can’t be nested. </p>
|
|
74
|
-
* </li>
|
|
75
|
-
* <li>
|
|
76
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
77
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
81
|
-
* with which a web ACL can't be associated.</p>
|
|
82
|
-
* </li>
|
|
83
|
-
* </ul>
|
|
84
|
-
*
|
|
85
|
-
* @throws {@link WAFInvalidResourceException} (client fault)
|
|
86
|
-
* <p>WAF couldn’t perform the operation because the resource that you requested isn’t
|
|
87
|
-
* valid. Check the resource, and try again.</p>
|
|
88
|
-
*
|
|
89
|
-
* @throws {@link WAFV2ServiceException}
|
|
90
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
91
|
-
*
|
|
92
|
-
*/
|
|
93
|
-
export declare class GetDecryptedAPIKeyCommand extends $Command<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
94
|
-
readonly input: GetDecryptedAPIKeyCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetDecryptedAPIKeyCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
112
|
-
}
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetDecryptedAPIKeyRequest,
|
|
11
|
+
GetDecryptedAPIKeyResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetDecryptedAPIKeyCommandInput
|
|
20
|
+
extends GetDecryptedAPIKeyRequest {}
|
|
21
|
+
export interface GetDecryptedAPIKeyCommandOutput
|
|
22
|
+
extends GetDecryptedAPIKeyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetDecryptedAPIKeyCommand extends $Command<
|
|
25
|
+
GetDecryptedAPIKeyCommandInput,
|
|
26
|
+
GetDecryptedAPIKeyCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetDecryptedAPIKeyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetDecryptedAPIKeyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,119 +1,35 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
* Id: "STRING_VALUE", // required
|
|
37
|
-
* };
|
|
38
|
-
* const command = new GetIPSetCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* // { // GetIPSetResponse
|
|
41
|
-
* // IPSet: { // IPSet
|
|
42
|
-
* // Name: "STRING_VALUE", // required
|
|
43
|
-
* // Id: "STRING_VALUE", // required
|
|
44
|
-
* // ARN: "STRING_VALUE", // required
|
|
45
|
-
* // Description: "STRING_VALUE",
|
|
46
|
-
* // IPAddressVersion: "IPV4" || "IPV6", // required
|
|
47
|
-
* // Addresses: [ // IPAddresses // required
|
|
48
|
-
* // "STRING_VALUE",
|
|
49
|
-
* // ],
|
|
50
|
-
* // },
|
|
51
|
-
* // LockToken: "STRING_VALUE",
|
|
52
|
-
* // };
|
|
53
|
-
*
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* @param GetIPSetCommandInput - {@link GetIPSetCommandInput}
|
|
57
|
-
* @returns {@link GetIPSetCommandOutput}
|
|
58
|
-
* @see {@link GetIPSetCommandInput} for command's `input` shape.
|
|
59
|
-
* @see {@link GetIPSetCommandOutput} for command's `response` shape.
|
|
60
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
61
|
-
*
|
|
62
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
63
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
64
|
-
* problem. Retry your request. </p>
|
|
65
|
-
*
|
|
66
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
67
|
-
* <p>The operation isn't valid. </p>
|
|
68
|
-
*
|
|
69
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
70
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
71
|
-
* example: </p>
|
|
72
|
-
* <ul>
|
|
73
|
-
* <li>
|
|
74
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
75
|
-
* </li>
|
|
76
|
-
* <li>
|
|
77
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
78
|
-
* can’t be nested. </p>
|
|
79
|
-
* </li>
|
|
80
|
-
* <li>
|
|
81
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
82
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
83
|
-
* </li>
|
|
84
|
-
* <li>
|
|
85
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
86
|
-
* with which a web ACL can't be associated.</p>
|
|
87
|
-
* </li>
|
|
88
|
-
* </ul>
|
|
89
|
-
*
|
|
90
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
91
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
92
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
93
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
94
|
-
* for changes to propagate. </p>
|
|
95
|
-
*
|
|
96
|
-
* @throws {@link WAFV2ServiceException}
|
|
97
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
98
|
-
*
|
|
99
|
-
*/
|
|
100
|
-
export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
101
|
-
readonly input: GetIPSetCommandInput;
|
|
102
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
-
/**
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
constructor(input: GetIPSetCommandInput);
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private serialize;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private deserialize;
|
|
119
|
-
}
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
WAFV2ClientResolvedConfig,
|
|
14
|
+
} from "../WAFV2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface GetIPSetCommandInput extends GetIPSetRequest {}
|
|
17
|
+
export interface GetIPSetCommandOutput
|
|
18
|
+
extends GetIPSetResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetIPSetCommand extends $Command<
|
|
21
|
+
GetIPSetCommandInput,
|
|
22
|
+
GetIPSetCommandOutput,
|
|
23
|
+
WAFV2ClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetIPSetCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetIPSetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|