@aws-sdk/client-network-firewall 3.307.0 → 3.309.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-cjs/commands/AssociateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -2
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallsCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +954 -1038
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/AssociateSubnetsCommand.js +3 -3
- package/dist-es/commands/CreateFirewallCommand.js +3 -3
- package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -3
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +3 -3
- package/dist-es/commands/DisassociateSubnetsCommand.js +3 -3
- package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -3
- package/dist-es/commands/ListFirewallsCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +880 -964
- package/dist-types/protocols/Aws_json1_0.d.ts +288 -72
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +72 -72
- package/package.json +6 -6
|
@@ -36,75 +36,291 @@ import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationComma
|
|
|
36
36
|
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "../commands/UpdateRuleGroupCommand";
|
|
37
37
|
import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "../commands/UpdateSubnetChangeProtectionCommand";
|
|
38
38
|
import { UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput } from "../commands/UpdateTLSInspectionConfigurationCommand";
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
export declare const
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export declare const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
export declare const
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
export declare const
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
export declare const
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
export declare const
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_json1_0AssociateFirewallPolicyCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_AssociateFirewallPolicyCommand: (input: AssociateFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_json1_0AssociateSubnetsCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_AssociateSubnetsCommand: (input: AssociateSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_json1_0CreateFirewallCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreateFirewallCommand: (input: CreateFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_json1_0CreateFirewallPolicyCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateFirewallPolicyCommand: (input: CreateFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_json1_0CreateRuleGroupCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_CreateRuleGroupCommand: (input: CreateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_json1_0CreateTLSInspectionConfigurationCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_CreateTLSInspectionConfigurationCommand: (input: CreateTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_json1_0DeleteFirewallCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_DeleteFirewallCommand: (input: DeleteFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_json1_0DeleteFirewallPolicyCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DeleteFirewallPolicyCommand: (input: DeleteFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_json1_0DeleteResourcePolicyCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_json1_0DeleteRuleGroupCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DeleteRuleGroupCommand: (input: DeleteRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_json1_0DeleteTLSInspectionConfigurationCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_DeleteTLSInspectionConfigurationCommand: (input: DeleteTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_json1_0DescribeFirewallCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_DescribeFirewallCommand: (input: DescribeFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_json1_0DescribeFirewallPolicyCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_DescribeFirewallPolicyCommand: (input: DescribeFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_json1_0DescribeLoggingConfigurationCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_DescribeLoggingConfigurationCommand: (input: DescribeLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_json1_0DescribeResourcePolicyCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_json1_0DescribeRuleGroupCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_DescribeRuleGroupCommand: (input: DescribeRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_json1_0DescribeRuleGroupMetadataCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_DescribeRuleGroupMetadataCommand: (input: DescribeRuleGroupMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_json1_0DescribeTLSInspectionConfigurationCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_DescribeTLSInspectionConfigurationCommand: (input: DescribeTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_json1_0DisassociateSubnetsCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_DisassociateSubnetsCommand: (input: DisassociateSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_json1_0ListFirewallPoliciesCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_ListFirewallPoliciesCommand: (input: ListFirewallPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_json1_0ListFirewallsCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_ListFirewallsCommand: (input: ListFirewallsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_json1_0ListRuleGroupsCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_ListRuleGroupsCommand: (input: ListRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_json1_0ListTagsForResourceCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_json1_0ListTLSInspectionConfigurationsCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_ListTLSInspectionConfigurationsCommand: (input: ListTLSInspectionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_json1_0PutResourcePolicyCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_json1_0TagResourceCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_json1_0UntagResourceCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_json1_0UpdateFirewallDeleteProtectionCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_UpdateFirewallDeleteProtectionCommand: (input: UpdateFirewallDeleteProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
/**
|
|
152
|
+
* serializeAws_json1_0UpdateFirewallDescriptionCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const se_UpdateFirewallDescriptionCommand: (input: UpdateFirewallDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_json1_0UpdateFirewallEncryptionConfigurationCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_UpdateFirewallEncryptionConfigurationCommand: (input: UpdateFirewallEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_json1_0UpdateFirewallPolicyCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_UpdateFirewallPolicyCommand: (input: UpdateFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* serializeAws_json1_0UpdateFirewallPolicyChangeProtectionCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const se_UpdateFirewallPolicyChangeProtectionCommand: (input: UpdateFirewallPolicyChangeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
/**
|
|
168
|
+
* serializeAws_json1_0UpdateLoggingConfigurationCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const se_UpdateLoggingConfigurationCommand: (input: UpdateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
/**
|
|
172
|
+
* serializeAws_json1_0UpdateRuleGroupCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const se_UpdateRuleGroupCommand: (input: UpdateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
/**
|
|
176
|
+
* serializeAws_json1_0UpdateSubnetChangeProtectionCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const se_UpdateSubnetChangeProtectionCommand: (input: UpdateSubnetChangeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
/**
|
|
180
|
+
* serializeAws_json1_0UpdateTLSInspectionConfigurationCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const se_UpdateTLSInspectionConfigurationCommand: (input: UpdateTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_json1_0AssociateFirewallPolicyCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_AssociateFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFirewallPolicyCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_json1_0AssociateSubnetsCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_AssociateSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSubnetsCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_json1_0CreateFirewallCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_CreateFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_json1_0CreateFirewallPolicyCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_CreateFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallPolicyCommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_json1_0CreateRuleGroupCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_CreateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleGroupCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_json1_0CreateTLSInspectionConfigurationCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_CreateTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTLSInspectionConfigurationCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_json1_0DeleteFirewallCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_DeleteFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_json1_0DeleteFirewallPolicyCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_DeleteFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallPolicyCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_json1_0DeleteResourcePolicyCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_json1_0DeleteRuleGroupCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_DeleteRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleGroupCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_json1_0DeleteTLSInspectionConfigurationCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_DeleteTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_json1_0DescribeFirewallCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_DescribeFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_json1_0DescribeFirewallPolicyCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_DescribeFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallPolicyCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_json1_0DescribeLoggingConfigurationCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_DescribeLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_json1_0DescribeResourcePolicyCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_json1_0DescribeRuleGroupCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_DescribeRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_json1_0DescribeRuleGroupMetadataCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_DescribeRuleGroupMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_json1_0DescribeTLSInspectionConfigurationCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_DescribeTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
255
|
+
/**
|
|
256
|
+
* deserializeAws_json1_0DisassociateSubnetsCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const de_DisassociateSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetsCommandOutput>;
|
|
259
|
+
/**
|
|
260
|
+
* deserializeAws_json1_0ListFirewallPoliciesCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const de_ListFirewallPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallPoliciesCommandOutput>;
|
|
263
|
+
/**
|
|
264
|
+
* deserializeAws_json1_0ListFirewallsCommand
|
|
265
|
+
*/
|
|
266
|
+
export declare const de_ListFirewallsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallsCommandOutput>;
|
|
267
|
+
/**
|
|
268
|
+
* deserializeAws_json1_0ListRuleGroupsCommand
|
|
269
|
+
*/
|
|
270
|
+
export declare const de_ListRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleGroupsCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* deserializeAws_json1_0ListTLSInspectionConfigurationsCommand
|
|
277
|
+
*/
|
|
278
|
+
export declare const de_ListTLSInspectionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
279
|
+
/**
|
|
280
|
+
* deserializeAws_json1_0PutResourcePolicyCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* deserializeAws_json1_0TagResourceCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* deserializeAws_json1_0UntagResourceCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
291
|
+
/**
|
|
292
|
+
* deserializeAws_json1_0UpdateFirewallDeleteProtectionCommand
|
|
293
|
+
*/
|
|
294
|
+
export declare const de_UpdateFirewallDeleteProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDeleteProtectionCommandOutput>;
|
|
295
|
+
/**
|
|
296
|
+
* deserializeAws_json1_0UpdateFirewallDescriptionCommand
|
|
297
|
+
*/
|
|
298
|
+
export declare const de_UpdateFirewallDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDescriptionCommandOutput>;
|
|
299
|
+
/**
|
|
300
|
+
* deserializeAws_json1_0UpdateFirewallEncryptionConfigurationCommand
|
|
301
|
+
*/
|
|
302
|
+
export declare const de_UpdateFirewallEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
303
|
+
/**
|
|
304
|
+
* deserializeAws_json1_0UpdateFirewallPolicyCommand
|
|
305
|
+
*/
|
|
306
|
+
export declare const de_UpdateFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallPolicyCommandOutput>;
|
|
307
|
+
/**
|
|
308
|
+
* deserializeAws_json1_0UpdateFirewallPolicyChangeProtectionCommand
|
|
309
|
+
*/
|
|
310
|
+
export declare const de_UpdateFirewallPolicyChangeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
|
|
311
|
+
/**
|
|
312
|
+
* deserializeAws_json1_0UpdateLoggingConfigurationCommand
|
|
313
|
+
*/
|
|
314
|
+
export declare const de_UpdateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
315
|
+
/**
|
|
316
|
+
* deserializeAws_json1_0UpdateRuleGroupCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const de_UpdateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleGroupCommandOutput>;
|
|
319
|
+
/**
|
|
320
|
+
* deserializeAws_json1_0UpdateSubnetChangeProtectionCommand
|
|
321
|
+
*/
|
|
322
|
+
export declare const de_UpdateSubnetChangeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubnetChangeProtectionCommandOutput>;
|
|
323
|
+
/**
|
|
324
|
+
* deserializeAws_json1_0UpdateTLSInspectionConfigurationCommand
|
|
325
|
+
*/
|
|
326
|
+
export declare const de_UpdateTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTLSInspectionConfigurationCommandOutput>;
|