@aws-sdk/client-waf 3.1087.0 → 3.1089.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.
Files changed (95) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WAF.d.ts +244 -292
  3. package/dist-types/ts3.4/WAFClient.d.ts +26 -72
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  62. package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +3 -8
  68. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  88. package/dist-types/ts3.4/models/errors.d.ts +20 -80
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  95. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -44,10 +41,7 @@ import {
44
41
  CreateGeoMatchSetCommandInput,
45
42
  CreateGeoMatchSetCommandOutput,
46
43
  } from "./commands/CreateGeoMatchSetCommand";
47
- import {
48
- CreateIPSetCommandInput,
49
- CreateIPSetCommandOutput,
50
- } from "./commands/CreateIPSetCommand";
44
+ import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
51
45
  import {
52
46
  CreateRateBasedRuleCommandInput,
53
47
  CreateRateBasedRuleCommandOutput,
@@ -60,10 +54,7 @@ import {
60
54
  CreateRegexPatternSetCommandInput,
61
55
  CreateRegexPatternSetCommandOutput,
62
56
  } from "./commands/CreateRegexPatternSetCommand";
63
- import {
64
- CreateRuleCommandInput,
65
- CreateRuleCommandOutput,
66
- } from "./commands/CreateRuleCommand";
57
+ import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
67
58
  import {
68
59
  CreateRuleGroupCommandInput,
69
60
  CreateRuleGroupCommandOutput,
@@ -96,10 +87,7 @@ import {
96
87
  DeleteGeoMatchSetCommandInput,
97
88
  DeleteGeoMatchSetCommandOutput,
98
89
  } from "./commands/DeleteGeoMatchSetCommand";
99
- import {
100
- DeleteIPSetCommandInput,
101
- DeleteIPSetCommandOutput,
102
- } from "./commands/DeleteIPSetCommand";
90
+ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
103
91
  import {
104
92
  DeleteLoggingConfigurationCommandInput,
105
93
  DeleteLoggingConfigurationCommandOutput,
@@ -120,10 +108,7 @@ import {
120
108
  DeleteRegexPatternSetCommandInput,
121
109
  DeleteRegexPatternSetCommandOutput,
122
110
  } from "./commands/DeleteRegexPatternSetCommand";
123
- import {
124
- DeleteRuleCommandInput,
125
- DeleteRuleCommandOutput,
126
- } from "./commands/DeleteRuleCommand";
111
+ import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
127
112
  import {
128
113
  DeleteRuleGroupCommandInput,
129
114
  DeleteRuleGroupCommandOutput,
@@ -160,10 +145,7 @@ import {
160
145
  GetGeoMatchSetCommandInput,
161
146
  GetGeoMatchSetCommandOutput,
162
147
  } from "./commands/GetGeoMatchSetCommand";
163
- import {
164
- GetIPSetCommandInput,
165
- GetIPSetCommandOutput,
166
- } from "./commands/GetIPSetCommand";
148
+ import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
167
149
  import {
168
150
  GetLoggingConfigurationCommandInput,
169
151
  GetLoggingConfigurationCommandOutput,
@@ -188,10 +170,7 @@ import {
188
170
  GetRegexPatternSetCommandInput,
189
171
  GetRegexPatternSetCommandOutput,
190
172
  } from "./commands/GetRegexPatternSetCommand";
191
- import {
192
- GetRuleCommandInput,
193
- GetRuleCommandOutput,
194
- } from "./commands/GetRuleCommand";
173
+ import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
195
174
  import {
196
175
  GetRuleGroupCommandInput,
197
176
  GetRuleGroupCommandOutput,
@@ -208,10 +187,7 @@ import {
208
187
  GetSqlInjectionMatchSetCommandInput,
209
188
  GetSqlInjectionMatchSetCommandOutput,
210
189
  } from "./commands/GetSqlInjectionMatchSetCommand";
211
- import {
212
- GetWebACLCommandInput,
213
- GetWebACLCommandOutput,
214
- } from "./commands/GetWebACLCommand";
190
+ import { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
215
191
  import {
216
192
  GetXssMatchSetCommandInput,
217
193
  GetXssMatchSetCommandOutput,
@@ -228,10 +204,7 @@ import {
228
204
  ListGeoMatchSetsCommandInput,
229
205
  ListGeoMatchSetsCommandOutput,
230
206
  } from "./commands/ListGeoMatchSetsCommand";
231
- import {
232
- ListIPSetsCommandInput,
233
- ListIPSetsCommandOutput,
234
- } from "./commands/ListIPSetsCommand";
207
+ import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
235
208
  import {
236
209
  ListLoggingConfigurationsCommandInput,
237
210
  ListLoggingConfigurationsCommandOutput,
@@ -252,10 +225,7 @@ import {
252
225
  ListRuleGroupsCommandInput,
253
226
  ListRuleGroupsCommandOutput,
254
227
  } from "./commands/ListRuleGroupsCommand";
255
- import {
256
- ListRulesCommandInput,
257
- ListRulesCommandOutput,
258
- } from "./commands/ListRulesCommand";
228
+ import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
259
229
  import {
260
230
  ListSizeConstraintSetsCommandInput,
261
231
  ListSizeConstraintSetsCommandOutput,
@@ -272,10 +242,7 @@ import {
272
242
  ListTagsForResourceCommandInput,
273
243
  ListTagsForResourceCommandOutput,
274
244
  } from "./commands/ListTagsForResourceCommand";
275
- import {
276
- ListWebACLsCommandInput,
277
- ListWebACLsCommandOutput,
278
- } from "./commands/ListWebACLsCommand";
245
+ import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
279
246
  import {
280
247
  ListXssMatchSetsCommandInput,
281
248
  ListXssMatchSetsCommandOutput,
@@ -288,10 +255,7 @@ import {
288
255
  PutPermissionPolicyCommandInput,
289
256
  PutPermissionPolicyCommandOutput,
290
257
  } from "./commands/PutPermissionPolicyCommand";
291
- import {
292
- TagResourceCommandInput,
293
- TagResourceCommandOutput,
294
- } from "./commands/TagResourceCommand";
258
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
295
259
  import {
296
260
  UntagResourceCommandInput,
297
261
  UntagResourceCommandOutput,
@@ -304,10 +268,7 @@ import {
304
268
  UpdateGeoMatchSetCommandInput,
305
269
  UpdateGeoMatchSetCommandOutput,
306
270
  } from "./commands/UpdateGeoMatchSetCommand";
307
- import {
308
- UpdateIPSetCommandInput,
309
- UpdateIPSetCommandOutput,
310
- } from "./commands/UpdateIPSetCommand";
271
+ import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
311
272
  import {
312
273
  UpdateRateBasedRuleCommandInput,
313
274
  UpdateRateBasedRuleCommandOutput,
@@ -320,10 +281,7 @@ import {
320
281
  UpdateRegexPatternSetCommandInput,
321
282
  UpdateRegexPatternSetCommandOutput,
322
283
  } from "./commands/UpdateRegexPatternSetCommand";
323
- import {
324
- UpdateRuleCommandInput,
325
- UpdateRuleCommandOutput,
326
- } from "./commands/UpdateRuleCommand";
284
+ import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
327
285
  import {
328
286
  UpdateRuleGroupCommandInput,
329
287
  UpdateRuleGroupCommandOutput,
@@ -507,8 +465,7 @@ export type ServiceOutputTypes =
507
465
  | UpdateSqlInjectionMatchSetCommandOutput
508
466
  | UpdateWebACLCommandOutput
509
467
  | UpdateXssMatchSetCommandOutput;
510
- export interface ClientDefaults
511
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
468
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
512
469
  requestHandler?: __HttpHandlerUserInput;
513
470
  sha256?: __ChecksumConstructor | __HashConstructor;
514
471
  urlParser?: __UrlParser;
@@ -533,9 +490,7 @@ export interface ClientDefaults
533
490
  extensions?: RuntimeExtension[];
534
491
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
535
492
  }
536
- export type WAFClientConfigType = Partial<
537
- __SmithyConfiguration<__HttpHandlerOptions>
538
- > &
493
+ export type WAFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
539
494
  ClientDefaults &
540
495
  UserAgentInputConfig &
541
496
  RetryInputConfig &
@@ -545,17 +500,16 @@ export type WAFClientConfigType = Partial<
545
500
  HttpAuthSchemeInputConfig &
546
501
  ClientInputEndpointParameters;
547
502
  export interface WAFClientConfig extends WAFClientConfigType {}
548
- export type WAFClientResolvedConfigType =
549
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
550
- Required<ClientDefaults> &
551
- RuntimeExtensionsConfig &
552
- UserAgentResolvedConfig &
553
- RetryResolvedConfig &
554
- RegionResolvedConfig &
555
- HostHeaderResolvedConfig &
556
- EndpointResolvedConfig<EndpointParameters> &
557
- HttpAuthSchemeResolvedConfig &
558
- ClientResolvedEndpointParameters;
503
+ export type WAFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
504
+ Required<ClientDefaults> &
505
+ RuntimeExtensionsConfig &
506
+ UserAgentResolvedConfig &
507
+ RetryResolvedConfig &
508
+ RegionResolvedConfig &
509
+ HostHeaderResolvedConfig &
510
+ EndpointResolvedConfig<EndpointParameters> &
511
+ HttpAuthSchemeResolvedConfig &
512
+ ClientResolvedEndpointParameters;
559
513
  export interface WAFClientResolvedConfig extends WAFClientResolvedConfigType {}
560
514
  export declare class WAFClient extends __Client<
561
515
  __HttpHandlerOptions,
@@ -7,17 +7,10 @@ import { WAFHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: WAFHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: WAFHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): WAFHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -15,32 +15,29 @@ import { WAFClientResolvedConfig } from "../WAFClient";
15
15
  export interface WAFHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
16
16
  region?: string;
17
17
  }
18
- export interface WAFHttpAuthSchemeParametersProvider
19
- extends HttpAuthSchemeParametersProvider<
20
- WAFClientResolvedConfig,
21
- HandlerExecutionContext,
22
- WAFHttpAuthSchemeParameters,
23
- object
24
- > {}
18
+ export interface WAFHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ WAFClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ WAFHttpAuthSchemeParameters,
22
+ object
23
+ > {}
25
24
  export declare const defaultWAFHttpAuthSchemeParametersProvider: (
26
25
  config: WAFClientResolvedConfig,
27
26
  context: HandlerExecutionContext,
28
- input: object
27
+ input: object,
29
28
  ) => Promise<WAFHttpAuthSchemeParameters>;
30
- export interface WAFHttpAuthSchemeProvider
31
- extends HttpAuthSchemeProvider<WAFHttpAuthSchemeParameters> {}
29
+ export interface WAFHttpAuthSchemeProvider extends HttpAuthSchemeProvider<WAFHttpAuthSchemeParameters> {}
32
30
  export declare const defaultWAFHttpAuthSchemeProvider: WAFHttpAuthSchemeProvider;
33
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
34
32
  authSchemePreference?: string[] | Provider<string[]>;
35
33
  httpAuthSchemes?: HttpAuthScheme[];
36
34
  httpAuthSchemeProvider?: WAFHttpAuthSchemeProvider;
37
35
  }
38
- export interface HttpAuthSchemeResolvedConfig
39
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
40
37
  readonly authSchemePreference: Provider<string[]>;
41
38
  readonly httpAuthSchemes: HttpAuthScheme[];
42
39
  readonly httpAuthSchemeProvider: WAFHttpAuthSchemeProvider;
43
40
  }
44
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
45
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
46
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -1,25 +1,20 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/types";
2
- import {
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- WAFClientResolvedConfig,
6
- } from "./WAFClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
2
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "./WAFClient";
3
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
4
  added: EndpointParameterInstructions,
12
5
  plugins: (
13
6
  CommandCtor: any,
14
7
  clientStack: any,
15
8
  config: any,
16
- options: any
9
+ options: any,
17
10
  ) => import("@smithy/types").Pluggable<any, any>[],
18
11
  op: string,
19
12
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
13
+ smithyContext?: Record<string, unknown>,
21
14
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
15
+ new (
16
+ input: I,
17
+ ): import("@smithy/core/client").CommandImpl<
23
18
  I,
24
19
  O,
25
20
  WAFClientResolvedConfig,
@@ -38,9 +33,4 @@ export declare const command: <
38
33
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
34
  };
40
35
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
36
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateByteMatchSetRequest,
4
- CreateByteMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateByteMatchSetCommandInput
8
- extends CreateByteMatchSetRequest {}
4
+ export interface CreateByteMatchSetCommandInput extends CreateByteMatchSetRequest {}
9
5
  export interface CreateByteMatchSetCommandOutput
10
- extends CreateByteMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateByteMatchSetResponse, __MetadataBearer {}
12
7
  declare const CreateByteMatchSetCommand_base: {
13
8
  new (
14
- input: CreateByteMatchSetCommandInput
9
+ input: CreateByteMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateByteMatchSetCommandInput,
17
12
  CreateByteMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateByteMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateByteMatchSetCommandInput
18
+ input: CreateByteMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateByteMatchSetCommandInput,
26
21
  CreateByteMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateGeoMatchSetRequest,
4
- CreateGeoMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateGeoMatchSetCommandInput
8
- extends CreateGeoMatchSetRequest {}
4
+ export interface CreateGeoMatchSetCommandInput extends CreateGeoMatchSetRequest {}
9
5
  export interface CreateGeoMatchSetCommandOutput
10
- extends CreateGeoMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateGeoMatchSetResponse, __MetadataBearer {}
12
7
  declare const CreateGeoMatchSetCommand_base: {
13
8
  new (
14
- input: CreateGeoMatchSetCommandInput
9
+ input: CreateGeoMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateGeoMatchSetCommandInput,
17
12
  CreateGeoMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateGeoMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateGeoMatchSetCommandInput
18
+ input: CreateGeoMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateGeoMatchSetCommandInput,
26
21
  CreateGeoMatchSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateIPSetCommandInput extends CreateIPSetRequest {}
5
- export interface CreateIPSetCommandOutput
6
- extends CreateIPSetResponse,
7
- __MetadataBearer {}
5
+ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __MetadataBearer {}
8
6
  declare const CreateIPSetCommand_base: {
9
7
  new (
10
- input: CreateIPSetCommandInput
8
+ input: CreateIPSetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateIPSetCommandInput,
13
11
  CreateIPSetCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateIPSetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateIPSetCommandInput
17
+ input: CreateIPSetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateIPSetCommandInput,
22
20
  CreateIPSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRateBasedRuleRequest,
4
- CreateRateBasedRuleResponse,
5
- } from "../models/models_0";
2
+ import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateRateBasedRuleCommandInput
8
- extends CreateRateBasedRuleRequest {}
4
+ export interface CreateRateBasedRuleCommandInput extends CreateRateBasedRuleRequest {}
9
5
  export interface CreateRateBasedRuleCommandOutput
10
- extends CreateRateBasedRuleResponse,
11
- __MetadataBearer {}
6
+ extends CreateRateBasedRuleResponse, __MetadataBearer {}
12
7
  declare const CreateRateBasedRuleCommand_base: {
13
8
  new (
14
- input: CreateRateBasedRuleCommandInput
9
+ input: CreateRateBasedRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateRateBasedRuleCommandInput,
17
12
  CreateRateBasedRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateRateBasedRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateRateBasedRuleCommandInput
18
+ input: CreateRateBasedRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateRateBasedRuleCommandInput,
26
21
  CreateRateBasedRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRegexMatchSetRequest,
4
- CreateRegexMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateRegexMatchSetRequest, CreateRegexMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateRegexMatchSetCommandInput
8
- extends CreateRegexMatchSetRequest {}
4
+ export interface CreateRegexMatchSetCommandInput extends CreateRegexMatchSetRequest {}
9
5
  export interface CreateRegexMatchSetCommandOutput
10
- extends CreateRegexMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateRegexMatchSetResponse, __MetadataBearer {}
12
7
  declare const CreateRegexMatchSetCommand_base: {
13
8
  new (
14
- input: CreateRegexMatchSetCommandInput
9
+ input: CreateRegexMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateRegexMatchSetCommandInput,
17
12
  CreateRegexMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateRegexMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateRegexMatchSetCommandInput
18
+ input: CreateRegexMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateRegexMatchSetCommandInput,
26
21
  CreateRegexMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRegexPatternSetRequest,
4
- CreateRegexPatternSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateRegexPatternSetCommandInput
8
- extends CreateRegexPatternSetRequest {}
4
+ export interface CreateRegexPatternSetCommandInput extends CreateRegexPatternSetRequest {}
9
5
  export interface CreateRegexPatternSetCommandOutput
10
- extends CreateRegexPatternSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateRegexPatternSetResponse, __MetadataBearer {}
12
7
  declare const CreateRegexPatternSetCommand_base: {
13
8
  new (
14
- input: CreateRegexPatternSetCommandInput
9
+ input: CreateRegexPatternSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateRegexPatternSetCommandInput,
17
12
  CreateRegexPatternSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateRegexPatternSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateRegexPatternSetCommandInput
18
+ input: CreateRegexPatternSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateRegexPatternSetCommandInput,
26
21
  CreateRegexPatternSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateRuleCommandInput extends CreateRuleRequest {}
5
- export interface CreateRuleCommandOutput
6
- extends CreateRuleResponse,
7
- __MetadataBearer {}
5
+ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataBearer {}
8
6
  declare const CreateRuleCommand_base: {
9
7
  new (
10
- input: CreateRuleCommandInput
8
+ input: CreateRuleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateRuleCommandInput,
13
11
  CreateRuleCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateRuleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateRuleCommandInput
17
+ input: CreateRuleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateRuleCommandInput,
22
20
  CreateRuleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateRuleGroupRequest,
4
- CreateRuleGroupResponse,
5
- } from "../models/models_0";
2
+ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
8
- export interface CreateRuleGroupCommandOutput
9
- extends CreateRuleGroupResponse,
10
- __MetadataBearer {}
5
+ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {}
11
6
  declare const CreateRuleGroupCommand_base: {
12
7
  new (
13
- input: CreateRuleGroupCommandInput
8
+ input: CreateRuleGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateRuleGroupCommandInput,
16
11
  CreateRuleGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateRuleGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateRuleGroupCommandInput
17
+ input: CreateRuleGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateRuleGroupCommandInput,
25
20
  CreateRuleGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateSizeConstraintSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateSizeConstraintSetCommandInput
8
- extends CreateSizeConstraintSetRequest {}
7
+ export interface CreateSizeConstraintSetCommandInput extends CreateSizeConstraintSetRequest {}
9
8
  export interface CreateSizeConstraintSetCommandOutput
10
- extends CreateSizeConstraintSetResponse,
11
- __MetadataBearer {}
9
+ extends CreateSizeConstraintSetResponse, __MetadataBearer {}
12
10
  declare const CreateSizeConstraintSetCommand_base: {
13
11
  new (
14
- input: CreateSizeConstraintSetCommandInput
12
+ input: CreateSizeConstraintSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateSizeConstraintSetCommandInput,
17
15
  CreateSizeConstraintSetCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateSizeConstraintSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateSizeConstraintSetCommandInput
21
+ input: CreateSizeConstraintSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateSizeConstraintSetCommandInput,
26
24
  CreateSizeConstraintSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateSqlInjectionMatchSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateSqlInjectionMatchSetCommandInput
8
- extends CreateSqlInjectionMatchSetRequest {}
7
+ export interface CreateSqlInjectionMatchSetCommandInput extends CreateSqlInjectionMatchSetRequest {}
9
8
  export interface CreateSqlInjectionMatchSetCommandOutput
10
- extends CreateSqlInjectionMatchSetResponse,
11
- __MetadataBearer {}
9
+ extends CreateSqlInjectionMatchSetResponse, __MetadataBearer {}
12
10
  declare const CreateSqlInjectionMatchSetCommand_base: {
13
11
  new (
14
- input: CreateSqlInjectionMatchSetCommandInput
12
+ input: CreateSqlInjectionMatchSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateSqlInjectionMatchSetCommandInput,
17
15
  CreateSqlInjectionMatchSetCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateSqlInjectionMatchSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateSqlInjectionMatchSetCommandInput
21
+ input: CreateSqlInjectionMatchSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateSqlInjectionMatchSetCommandInput,
26
24
  CreateSqlInjectionMatchSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateWebACLCommandInput extends CreateWebACLRequest {}
5
- export interface CreateWebACLCommandOutput
6
- extends CreateWebACLResponse,
7
- __MetadataBearer {}
5
+ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __MetadataBearer {}
8
6
  declare const CreateWebACLCommand_base: {
9
7
  new (
10
- input: CreateWebACLCommandInput
8
+ input: CreateWebACLCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateWebACLCommandInput,
13
11
  CreateWebACLCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateWebACLCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateWebACLCommandInput
17
+ input: CreateWebACLCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateWebACLCommandInput,
22
20
  CreateWebACLCommandOutput,