@aws-sdk/client-wafv2 3.651.1 → 3.654.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 (109) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +11 -0
  2. package/dist-types/commands/CheckCapacityCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAPIKeyCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateRuleGroupCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateWebACLCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteIPSetCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteWebACLCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/DisassociateWebACLCommand.d.ts +11 -0
  20. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +11 -0
  21. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +11 -0
  22. package/dist-types/commands/GetIPSetCommand.d.ts +11 -0
  23. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +11 -0
  24. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +11 -0
  25. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +11 -0
  26. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +11 -0
  27. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +11 -0
  28. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +11 -0
  29. package/dist-types/commands/GetRuleGroupCommand.d.ts +11 -0
  30. package/dist-types/commands/GetSampledRequestsCommand.d.ts +11 -0
  31. package/dist-types/commands/GetWebACLCommand.d.ts +11 -0
  32. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAPIKeysCommand.d.ts +11 -0
  34. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListIPSetsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +11 -0
  42. package/dist-types/commands/ListRuleGroupsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  44. package/dist-types/commands/ListWebACLsCommand.d.ts +11 -0
  45. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +11 -0
  46. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +11 -0
  47. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +11 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateIPSetCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateWebACLCommand.d.ts +11 -0
  55. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +12 -1
  109. package/package.json +35 -35
@@ -97,4 +97,15 @@ declare const ListRegexPatternSetsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListRegexPatternSetsCommand extends ListRegexPatternSetsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListRegexPatternSetsRequest;
104
+ output: ListRegexPatternSetsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListRegexPatternSetsCommandInput;
108
+ output: ListRegexPatternSetsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -103,4 +103,15 @@ declare const ListResourcesForWebACLCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class ListResourcesForWebACLCommand extends ListResourcesForWebACLCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: ListResourcesForWebACLRequest;
110
+ output: ListResourcesForWebACLResponse;
111
+ };
112
+ sdk: {
113
+ input: ListResourcesForWebACLCommandInput;
114
+ output: ListResourcesForWebACLCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -97,4 +97,15 @@ declare const ListRuleGroupsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListRuleGroupsRequest;
104
+ output: ListRuleGroupsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListRuleGroupsCommandInput;
108
+ output: ListRuleGroupsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -116,4 +116,15 @@ declare const ListTagsForResourceCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: ListTagsForResourceRequest;
123
+ output: ListTagsForResourceResponse;
124
+ };
125
+ sdk: {
126
+ input: ListTagsForResourceCommandInput;
127
+ output: ListTagsForResourceCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -97,4 +97,15 @@ declare const ListWebACLsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListWebACLsCommand extends ListWebACLsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListWebACLsRequest;
104
+ output: ListWebACLsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListWebACLsCommandInput;
108
+ output: ListWebACLsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -333,4 +333,15 @@ declare const PutLoggingConfigurationCommand_base: {
333
333
  * @public
334
334
  */
335
335
  export declare class PutLoggingConfigurationCommand extends PutLoggingConfigurationCommand_base {
336
+ /** @internal type navigation helper, not in runtime. */
337
+ protected static __types: {
338
+ api: {
339
+ input: PutLoggingConfigurationRequest;
340
+ output: PutLoggingConfigurationResponse;
341
+ };
342
+ sdk: {
343
+ input: PutLoggingConfigurationCommandInput;
344
+ output: PutLoggingConfigurationCommandOutput;
345
+ };
346
+ };
336
347
  }
@@ -117,4 +117,15 @@ declare const PutManagedRuleSetVersionsCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class PutManagedRuleSetVersionsCommand extends PutManagedRuleSetVersionsCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: PutManagedRuleSetVersionsRequest;
124
+ output: PutManagedRuleSetVersionsResponse;
125
+ };
126
+ sdk: {
127
+ input: PutManagedRuleSetVersionsCommandInput;
128
+ output: PutManagedRuleSetVersionsCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -131,4 +131,15 @@ declare const PutPermissionPolicyCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class PutPermissionPolicyCommand extends PutPermissionPolicyCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: PutPermissionPolicyRequest;
138
+ output: {};
139
+ };
140
+ sdk: {
141
+ input: PutPermissionPolicyCommandInput;
142
+ output: PutPermissionPolicyCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -115,4 +115,15 @@ declare const TagResourceCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class TagResourceCommand extends TagResourceCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: TagResourceRequest;
122
+ output: {};
123
+ };
124
+ sdk: {
125
+ input: TagResourceCommandInput;
126
+ output: TagResourceCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -102,4 +102,15 @@ declare const UntagResourceCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: UntagResourceRequest;
109
+ output: {};
110
+ };
111
+ sdk: {
112
+ input: UntagResourceCommandInput;
113
+ output: UntagResourceCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -148,4 +148,15 @@ declare const UpdateIPSetCommand_base: {
148
148
  * @public
149
149
  */
150
150
  export declare class UpdateIPSetCommand extends UpdateIPSetCommand_base {
151
+ /** @internal type navigation helper, not in runtime. */
152
+ protected static __types: {
153
+ api: {
154
+ input: UpdateIPSetRequest;
155
+ output: UpdateIPSetResponse;
156
+ };
157
+ sdk: {
158
+ input: UpdateIPSetCommandInput;
159
+ output: UpdateIPSetCommandOutput;
160
+ };
161
+ };
151
162
  }
@@ -109,4 +109,15 @@ declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends UpdateManagedRuleSetVersionExpiryDateCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateManagedRuleSetVersionExpiryDateRequest;
116
+ output: UpdateManagedRuleSetVersionExpiryDateResponse;
117
+ };
118
+ sdk: {
119
+ input: UpdateManagedRuleSetVersionExpiryDateCommandInput;
120
+ output: UpdateManagedRuleSetVersionExpiryDateCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -150,4 +150,15 @@ declare const UpdateRegexPatternSetCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class UpdateRegexPatternSetCommand extends UpdateRegexPatternSetCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: UpdateRegexPatternSetRequest;
157
+ output: UpdateRegexPatternSetResponse;
158
+ };
159
+ sdk: {
160
+ input: UpdateRegexPatternSetCommandInput;
161
+ output: UpdateRegexPatternSetCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -1132,4 +1132,15 @@ declare const UpdateRuleGroupCommand_base: {
1132
1132
  * @public
1133
1133
  */
1134
1134
  export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
1135
+ /** @internal type navigation helper, not in runtime. */
1136
+ protected static __types: {
1137
+ api: {
1138
+ input: UpdateRuleGroupRequest;
1139
+ output: UpdateRuleGroupResponse;
1140
+ };
1141
+ sdk: {
1142
+ input: UpdateRuleGroupCommandInput;
1143
+ output: UpdateRuleGroupCommandOutput;
1144
+ };
1145
+ };
1135
1146
  }
@@ -1150,4 +1150,15 @@ declare const UpdateWebACLCommand_base: {
1150
1150
  * @public
1151
1151
  */
1152
1152
  export declare class UpdateWebACLCommand extends UpdateWebACLCommand_base {
1153
+ /** @internal type navigation helper, not in runtime. */
1154
+ protected static __types: {
1155
+ api: {
1156
+ input: UpdateWebACLRequest;
1157
+ output: UpdateWebACLResponse;
1158
+ };
1159
+ sdk: {
1160
+ input: UpdateWebACLCommandInput;
1161
+ output: UpdateWebACLCommandOutput;
1162
+ };
1163
+ };
1153
1164
  }
@@ -36,4 +36,15 @@ declare const AssociateWebACLCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AssociateWebACLCommand extends AssociateWebACLCommand_base {}
39
+ export declare class AssociateWebACLCommand extends AssociateWebACLCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: AssociateWebACLRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: AssociateWebACLCommandInput;
47
+ output: AssociateWebACLCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CheckCapacityCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CheckCapacityCommand extends CheckCapacityCommand_base {}
39
+ export declare class CheckCapacityCommand extends CheckCapacityCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CheckCapacityRequest;
43
+ output: CheckCapacityResponse;
44
+ };
45
+ sdk: {
46
+ input: CheckCapacityCommandInput;
47
+ output: CheckCapacityCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateAPIKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAPIKeyCommand extends CreateAPIKeyCommand_base {}
36
+ export declare class CreateAPIKeyCommand extends CreateAPIKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAPIKeyRequest;
40
+ output: CreateAPIKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateAPIKeyCommandInput;
44
+ output: CreateAPIKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateIPSetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateIPSetCommand extends CreateIPSetCommand_base {}
36
+ export declare class CreateIPSetCommand extends CreateIPSetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateIPSetRequest;
40
+ output: CreateIPSetResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateIPSetCommandInput;
44
+ output: CreateIPSetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateRegexPatternSetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateRegexPatternSetCommand extends CreateRegexPatternSetCommand_base {}
40
+ export declare class CreateRegexPatternSetCommand extends CreateRegexPatternSetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRegexPatternSetRequest;
44
+ output: CreateRegexPatternSetResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRegexPatternSetCommandInput;
48
+ output: CreateRegexPatternSetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateRuleGroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {}
39
+ export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateRuleGroupRequest;
43
+ output: CreateRuleGroupResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateRuleGroupCommandInput;
47
+ output: CreateRuleGroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateWebACLCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateWebACLCommand extends CreateWebACLCommand_base {}
36
+ export declare class CreateWebACLCommand extends CreateWebACLCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateWebACLRequest;
40
+ output: CreateWebACLResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateWebACLCommandInput;
44
+ output: CreateWebACLCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteAPIKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAPIKeyCommand extends DeleteAPIKeyCommand_base {}
36
+ export declare class DeleteAPIKeyCommand extends DeleteAPIKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAPIKeyRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAPIKeyCommandInput;
44
+ output: DeleteAPIKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_base {}
40
+ export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteFirewallManagerRuleGroupsRequest;
44
+ output: DeleteFirewallManagerRuleGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteFirewallManagerRuleGroupsCommandInput;
48
+ output: DeleteFirewallManagerRuleGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteIPSetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {}
36
+ export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteIPSetRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteIPSetCommandInput;
44
+ output: DeleteIPSetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteLoggingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {}
40
+ export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteLoggingConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteLoggingConfigurationCommandInput;
48
+ output: DeleteLoggingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeletePermissionPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_base {}
40
+ export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePermissionPolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeletePermissionPolicyCommandInput;
48
+ output: DeletePermissionPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteRegexPatternSetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {}
40
+ export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRegexPatternSetRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteRegexPatternSetCommandInput;
48
+ output: DeleteRegexPatternSetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteRuleGroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {}
39
+ export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteRuleGroupRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteRuleGroupCommandInput;
47
+ output: DeleteRuleGroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteWebACLCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteWebACLCommand extends DeleteWebACLCommand_base {}
36
+ export declare class DeleteWebACLCommand extends DeleteWebACLCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteWebACLRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteWebACLCommandInput;
44
+ output: DeleteWebACLCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeAllManagedProductsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {}
40
+ export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAllManagedProductsRequest;
44
+ output: DescribeAllManagedProductsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAllManagedProductsCommandInput;
48
+ output: DescribeAllManagedProductsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeManagedProductsByVendorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_base {}
40
+ export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeManagedProductsByVendorRequest;
44
+ output: DescribeManagedProductsByVendorResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeManagedProductsByVendorCommandInput;
48
+ output: DescribeManagedProductsByVendorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeManagedRuleGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {}
40
+ export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeManagedRuleGroupRequest;
44
+ output: DescribeManagedRuleGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeManagedRuleGroupCommandInput;
48
+ output: DescribeManagedRuleGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateWebACLCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_base {}
40
+ export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateWebACLRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateWebACLCommandInput;
48
+ output: DisassociateWebACLCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GenerateMobileSdkReleaseUrlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_base {}
40
+ export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateMobileSdkReleaseUrlRequest;
44
+ output: GenerateMobileSdkReleaseUrlResponse;
45
+ };
46
+ sdk: {
47
+ input: GenerateMobileSdkReleaseUrlCommandInput;
48
+ output: GenerateMobileSdkReleaseUrlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDecryptedAPIKeyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {}
40
+ export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDecryptedAPIKeyRequest;
44
+ output: GetDecryptedAPIKeyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDecryptedAPIKeyCommandInput;
48
+ output: GetDecryptedAPIKeyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetIPSetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetIPSetCommand extends GetIPSetCommand_base {}
36
+ export declare class GetIPSetCommand extends GetIPSetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetIPSetRequest;
40
+ output: GetIPSetResponse;
41
+ };
42
+ sdk: {
43
+ input: GetIPSetCommandInput;
44
+ output: GetIPSetCommandOutput;
45
+ };
46
+ };
47
+ }