@aws-sdk/client-network-firewall 3.650.0 → 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 (73) hide show
  1. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateSubnetsCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateFirewallCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateRuleGroupCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteFirewallCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeFirewallCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +11 -0
  19. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +11 -0
  21. package/dist-types/commands/ListFirewallsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListRuleGroupsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  25. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  26. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  27. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +11 -0
  29. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +11 -0
  30. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +11 -0
  31. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +11 -0
  37. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +12 -1
  73. package/package.json +35 -35
@@ -100,4 +100,15 @@ declare const AssociateFirewallPolicyCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: AssociateFirewallPolicyRequest;
107
+ output: AssociateFirewallPolicyResponse;
108
+ };
109
+ sdk: {
110
+ input: AssociateFirewallPolicyCommandInput;
111
+ output: AssociateFirewallPolicyCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -115,4 +115,15 @@ declare const AssociateSubnetsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: AssociateSubnetsRequest;
122
+ output: AssociateSubnetsResponse;
123
+ };
124
+ sdk: {
125
+ input: AssociateSubnetsCommandInput;
126
+ output: AssociateSubnetsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -176,4 +176,15 @@ declare const CreateFirewallCommand_base: {
176
176
  * @public
177
177
  */
178
178
  export declare class CreateFirewallCommand extends CreateFirewallCommand_base {
179
+ /** @internal type navigation helper, not in runtime. */
180
+ protected static __types: {
181
+ api: {
182
+ input: CreateFirewallRequest;
183
+ output: CreateFirewallResponse;
184
+ };
185
+ sdk: {
186
+ input: CreateFirewallCommandInput;
187
+ output: CreateFirewallCommandOutput;
188
+ };
189
+ };
179
190
  }
@@ -177,4 +177,15 @@ declare const CreateFirewallPolicyCommand_base: {
177
177
  * @public
178
178
  */
179
179
  export declare class CreateFirewallPolicyCommand extends CreateFirewallPolicyCommand_base {
180
+ /** @internal type navigation helper, not in runtime. */
181
+ protected static __types: {
182
+ api: {
183
+ input: CreateFirewallPolicyRequest;
184
+ output: CreateFirewallPolicyResponse;
185
+ };
186
+ sdk: {
187
+ input: CreateFirewallPolicyCommandInput;
188
+ output: CreateFirewallPolicyCommandOutput;
189
+ };
190
+ };
180
191
  }
@@ -270,4 +270,15 @@ declare const CreateRuleGroupCommand_base: {
270
270
  * @public
271
271
  */
272
272
  export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
273
+ /** @internal type navigation helper, not in runtime. */
274
+ protected static __types: {
275
+ api: {
276
+ input: CreateRuleGroupRequest;
277
+ output: CreateRuleGroupResponse;
278
+ };
279
+ sdk: {
280
+ input: CreateRuleGroupCommandInput;
281
+ output: CreateRuleGroupCommandOutput;
282
+ };
283
+ };
273
284
  }
@@ -183,4 +183,15 @@ declare const CreateTLSInspectionConfigurationCommand_base: {
183
183
  * @public
184
184
  */
185
185
  export declare class CreateTLSInspectionConfigurationCommand extends CreateTLSInspectionConfigurationCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: CreateTLSInspectionConfigurationRequest;
190
+ output: CreateTLSInspectionConfigurationResponse;
191
+ };
192
+ sdk: {
193
+ input: CreateTLSInspectionConfigurationCommandInput;
194
+ output: CreateTLSInspectionConfigurationCommandOutput;
195
+ };
196
+ };
186
197
  }
@@ -158,4 +158,15 @@ declare const DeleteFirewallCommand_base: {
158
158
  * @public
159
159
  */
160
160
  export declare class DeleteFirewallCommand extends DeleteFirewallCommand_base {
161
+ /** @internal type navigation helper, not in runtime. */
162
+ protected static __types: {
163
+ api: {
164
+ input: DeleteFirewallRequest;
165
+ output: DeleteFirewallResponse;
166
+ };
167
+ sdk: {
168
+ input: DeleteFirewallCommandInput;
169
+ output: DeleteFirewallCommandOutput;
170
+ };
171
+ };
161
172
  }
@@ -111,4 +111,15 @@ declare const DeleteFirewallPolicyCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class DeleteFirewallPolicyCommand extends DeleteFirewallPolicyCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: DeleteFirewallPolicyRequest;
118
+ output: DeleteFirewallPolicyResponse;
119
+ };
120
+ sdk: {
121
+ input: DeleteFirewallPolicyCommandInput;
122
+ output: DeleteFirewallPolicyCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -84,4 +84,15 @@ declare const DeleteResourcePolicyCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteResourcePolicyRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: DeleteResourcePolicyCommandInput;
95
+ output: DeleteResourcePolicyCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -127,4 +127,15 @@ declare const DeleteRuleGroupCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: DeleteRuleGroupRequest;
134
+ output: DeleteRuleGroupResponse;
135
+ };
136
+ sdk: {
137
+ input: DeleteRuleGroupCommandInput;
138
+ output: DeleteRuleGroupCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -120,4 +120,15 @@ declare const DeleteTLSInspectionConfigurationCommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class DeleteTLSInspectionConfigurationCommand extends DeleteTLSInspectionConfigurationCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: DeleteTLSInspectionConfigurationRequest;
127
+ output: DeleteTLSInspectionConfigurationResponse;
128
+ };
129
+ sdk: {
130
+ input: DeleteTLSInspectionConfigurationCommandInput;
131
+ output: DeleteTLSInspectionConfigurationCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -142,4 +142,15 @@ declare const DescribeFirewallCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class DescribeFirewallCommand extends DescribeFirewallCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: DescribeFirewallRequest;
149
+ output: DescribeFirewallResponse;
150
+ };
151
+ sdk: {
152
+ input: DescribeFirewallCommandInput;
153
+ output: DescribeFirewallCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -159,4 +159,15 @@ declare const DescribeFirewallPolicyCommand_base: {
159
159
  * @public
160
160
  */
161
161
  export declare class DescribeFirewallPolicyCommand extends DescribeFirewallPolicyCommand_base {
162
+ /** @internal type navigation helper, not in runtime. */
163
+ protected static __types: {
164
+ api: {
165
+ input: DescribeFirewallPolicyRequest;
166
+ output: DescribeFirewallPolicyResponse;
167
+ };
168
+ sdk: {
169
+ input: DescribeFirewallPolicyCommandInput;
170
+ output: DescribeFirewallPolicyCommandOutput;
171
+ };
172
+ };
162
173
  }
@@ -95,4 +95,15 @@ declare const DescribeLoggingConfigurationCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeLoggingConfigurationRequest;
102
+ output: DescribeLoggingConfigurationResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeLoggingConfigurationCommandInput;
106
+ output: DescribeLoggingConfigurationCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -83,4 +83,15 @@ declare const DescribeResourcePolicyCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DescribeResourcePolicyRequest;
90
+ output: DescribeResourcePolicyResponse;
91
+ };
92
+ sdk: {
93
+ input: DescribeResourcePolicyCommandInput;
94
+ output: DescribeResourcePolicyCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -246,4 +246,15 @@ declare const DescribeRuleGroupCommand_base: {
246
246
  * @public
247
247
  */
248
248
  export declare class DescribeRuleGroupCommand extends DescribeRuleGroupCommand_base {
249
+ /** @internal type navigation helper, not in runtime. */
250
+ protected static __types: {
251
+ api: {
252
+ input: DescribeRuleGroupRequest;
253
+ output: DescribeRuleGroupResponse;
254
+ };
255
+ sdk: {
256
+ input: DescribeRuleGroupCommandInput;
257
+ output: DescribeRuleGroupCommandOutput;
258
+ };
259
+ };
249
260
  }
@@ -96,4 +96,15 @@ declare const DescribeRuleGroupMetadataCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DescribeRuleGroupMetadataCommand extends DescribeRuleGroupMetadataCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DescribeRuleGroupMetadataRequest;
103
+ output: DescribeRuleGroupMetadataResponse;
104
+ };
105
+ sdk: {
106
+ input: DescribeRuleGroupMetadataCommandInput;
107
+ output: DescribeRuleGroupMetadataCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -162,4 +162,15 @@ declare const DescribeTLSInspectionConfigurationCommand_base: {
162
162
  * @public
163
163
  */
164
164
  export declare class DescribeTLSInspectionConfigurationCommand extends DescribeTLSInspectionConfigurationCommand_base {
165
+ /** @internal type navigation helper, not in runtime. */
166
+ protected static __types: {
167
+ api: {
168
+ input: DescribeTLSInspectionConfigurationRequest;
169
+ output: DescribeTLSInspectionConfigurationResponse;
170
+ };
171
+ sdk: {
172
+ input: DescribeTLSInspectionConfigurationCommandInput;
173
+ output: DescribeTLSInspectionConfigurationCommandOutput;
174
+ };
175
+ };
165
176
  }
@@ -106,4 +106,15 @@ declare const DisassociateSubnetsCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class DisassociateSubnetsCommand extends DisassociateSubnetsCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: DisassociateSubnetsRequest;
113
+ output: DisassociateSubnetsResponse;
114
+ };
115
+ sdk: {
116
+ input: DisassociateSubnetsCommandInput;
117
+ output: DisassociateSubnetsCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -89,4 +89,15 @@ declare const ListFirewallPoliciesCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListFirewallPoliciesCommand extends ListFirewallPoliciesCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListFirewallPoliciesRequest;
96
+ output: ListFirewallPoliciesResponse;
97
+ };
98
+ sdk: {
99
+ input: ListFirewallPoliciesCommandInput;
100
+ output: ListFirewallPoliciesCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -93,4 +93,15 @@ declare const ListFirewallsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListFirewallsCommand extends ListFirewallsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListFirewallsRequest;
100
+ output: ListFirewallsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListFirewallsCommandInput;
104
+ output: ListFirewallsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -92,4 +92,15 @@ declare const ListRuleGroupsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListRuleGroupsRequest;
99
+ output: ListRuleGroupsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListRuleGroupsCommandInput;
103
+ output: ListRuleGroupsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -87,4 +87,15 @@ declare const ListTLSInspectionConfigurationsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListTLSInspectionConfigurationsCommand extends ListTLSInspectionConfigurationsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListTLSInspectionConfigurationsRequest;
94
+ output: ListTLSInspectionConfigurationsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListTLSInspectionConfigurationsCommandInput;
98
+ output: ListTLSInspectionConfigurationsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -97,4 +97,15 @@ declare const ListTagsForResourceCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListTagsForResourceRequest;
104
+ output: ListTagsForResourceResponse;
105
+ };
106
+ sdk: {
107
+ input: ListTagsForResourceCommandInput;
108
+ output: ListTagsForResourceCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -99,4 +99,15 @@ declare const PutResourcePolicyCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: PutResourcePolicyRequest;
106
+ output: {};
107
+ };
108
+ sdk: {
109
+ input: PutResourcePolicyCommandInput;
110
+ output: PutResourcePolicyCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -92,4 +92,15 @@ declare const TagResourceCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class TagResourceCommand extends TagResourceCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: TagResourceRequest;
99
+ output: {};
100
+ };
101
+ sdk: {
102
+ input: TagResourceCommandInput;
103
+ output: TagResourceCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -90,4 +90,15 @@ declare const UntagResourceCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UntagResourceRequest;
97
+ output: {};
98
+ };
99
+ sdk: {
100
+ input: UntagResourceCommandInput;
101
+ output: UntagResourceCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -98,4 +98,15 @@ declare const UpdateFirewallDeleteProtectionCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class UpdateFirewallDeleteProtectionCommand extends UpdateFirewallDeleteProtectionCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: UpdateFirewallDeleteProtectionRequest;
105
+ output: UpdateFirewallDeleteProtectionResponse;
106
+ };
107
+ sdk: {
108
+ input: UpdateFirewallDeleteProtectionCommandInput;
109
+ output: UpdateFirewallDeleteProtectionCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -93,4 +93,15 @@ declare const UpdateFirewallDescriptionCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class UpdateFirewallDescriptionCommand extends UpdateFirewallDescriptionCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: UpdateFirewallDescriptionRequest;
100
+ output: UpdateFirewallDescriptionResponse;
101
+ };
102
+ sdk: {
103
+ input: UpdateFirewallDescriptionCommandInput;
104
+ output: UpdateFirewallDescriptionCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -101,4 +101,15 @@ declare const UpdateFirewallEncryptionConfigurationCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class UpdateFirewallEncryptionConfigurationCommand extends UpdateFirewallEncryptionConfigurationCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: UpdateFirewallEncryptionConfigurationRequest;
108
+ output: UpdateFirewallEncryptionConfigurationResponse;
109
+ };
110
+ sdk: {
111
+ input: UpdateFirewallEncryptionConfigurationCommandInput;
112
+ output: UpdateFirewallEncryptionConfigurationCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -97,4 +97,15 @@ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateFirewallPolicyChangeProtectionCommand extends UpdateFirewallPolicyChangeProtectionCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateFirewallPolicyChangeProtectionRequest;
104
+ output: UpdateFirewallPolicyChangeProtectionResponse;
105
+ };
106
+ sdk: {
107
+ input: UpdateFirewallPolicyChangeProtectionCommandInput;
108
+ output: UpdateFirewallPolicyChangeProtectionCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -169,4 +169,15 @@ declare const UpdateFirewallPolicyCommand_base: {
169
169
  * @public
170
170
  */
171
171
  export declare class UpdateFirewallPolicyCommand extends UpdateFirewallPolicyCommand_base {
172
+ /** @internal type navigation helper, not in runtime. */
173
+ protected static __types: {
174
+ api: {
175
+ input: UpdateFirewallPolicyRequest;
176
+ output: UpdateFirewallPolicyResponse;
177
+ };
178
+ sdk: {
179
+ input: UpdateFirewallPolicyCommandInput;
180
+ output: UpdateFirewallPolicyCommandOutput;
181
+ };
182
+ };
172
183
  }
@@ -138,4 +138,15 @@ declare const UpdateLoggingConfigurationCommand_base: {
138
138
  * @public
139
139
  */
140
140
  export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: UpdateLoggingConfigurationRequest;
145
+ output: UpdateLoggingConfigurationResponse;
146
+ };
147
+ sdk: {
148
+ input: UpdateLoggingConfigurationCommandInput;
149
+ output: UpdateLoggingConfigurationCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -266,4 +266,15 @@ declare const UpdateRuleGroupCommand_base: {
266
266
  * @public
267
267
  */
268
268
  export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
269
+ /** @internal type navigation helper, not in runtime. */
270
+ protected static __types: {
271
+ api: {
272
+ input: UpdateRuleGroupRequest;
273
+ output: UpdateRuleGroupResponse;
274
+ };
275
+ sdk: {
276
+ input: UpdateRuleGroupCommandInput;
277
+ output: UpdateRuleGroupCommandOutput;
278
+ };
279
+ };
269
280
  }
@@ -95,4 +95,15 @@ declare const UpdateSubnetChangeProtectionCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class UpdateSubnetChangeProtectionCommand extends UpdateSubnetChangeProtectionCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: UpdateSubnetChangeProtectionRequest;
102
+ output: UpdateSubnetChangeProtectionResponse;
103
+ };
104
+ sdk: {
105
+ input: UpdateSubnetChangeProtectionCommandInput;
106
+ output: UpdateSubnetChangeProtectionCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -176,4 +176,15 @@ declare const UpdateTLSInspectionConfigurationCommand_base: {
176
176
  * @public
177
177
  */
178
178
  export declare class UpdateTLSInspectionConfigurationCommand extends UpdateTLSInspectionConfigurationCommand_base {
179
+ /** @internal type navigation helper, not in runtime. */
180
+ protected static __types: {
181
+ api: {
182
+ input: UpdateTLSInspectionConfigurationRequest;
183
+ output: UpdateTLSInspectionConfigurationResponse;
184
+ };
185
+ sdk: {
186
+ input: UpdateTLSInspectionConfigurationCommandInput;
187
+ output: UpdateTLSInspectionConfigurationCommandOutput;
188
+ };
189
+ };
179
190
  }
@@ -37,4 +37,15 @@ declare const AssociateFirewallPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {}
40
+ export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateFirewallPolicyRequest;
44
+ output: AssociateFirewallPolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateFirewallPolicyCommandInput;
48
+ output: AssociateFirewallPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const AssociateSubnetsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {}
39
+ export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: AssociateSubnetsRequest;
43
+ output: AssociateSubnetsResponse;
44
+ };
45
+ sdk: {
46
+ input: AssociateSubnetsCommandInput;
47
+ output: AssociateSubnetsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateFirewallCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateFirewallCommand extends CreateFirewallCommand_base {}
39
+ export declare class CreateFirewallCommand extends CreateFirewallCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateFirewallRequest;
43
+ output: CreateFirewallResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateFirewallCommandInput;
47
+ output: CreateFirewallCommandOutput;
48
+ };
49
+ };
50
+ }