@aws-sdk/client-network-firewall 3.533.0 → 3.535.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 (77) hide show
  1. package/dist-types/NetworkFirewall.d.ts +18 -1
  2. package/dist-types/NetworkFirewallClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateSubnetsCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateFirewallCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteFirewallCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeFirewallCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListFirewallsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
  39. package/dist-types/models/models_0.d.ts +468 -468
  40. package/dist-types/ts3.4/NetworkFirewall.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +9 -0
  77. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSIns
22
22
  }
23
23
  declare const ListTLSInspectionConfigurationsCommand_base: {
24
24
  new (input: ListTLSInspectionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTLSInspectionConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListTLSInspectionConfigurationsCommand_base: {
83
83
  * @throws {@link NetworkFirewallServiceException}
84
84
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListTLSInspectionConfigurationsCommand extends ListTLSInspectionConfigurationsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the tags associated with the specified resource. Tags are key:value pairs that
30
30
  * you can use to categorize and manage your resources, for purposes like billing. For
31
31
  * example, you might set the tag key to "customer" and the value to the customer name or ID.
@@ -93,6 +93,7 @@ declare const ListTagsForResourceCommand_base: {
93
93
  * @throws {@link NetworkFirewallServiceException}
94
94
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
22
22
  }
23
23
  declare const PutResourcePolicyCommand_base: {
24
24
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service
30
30
  * to manage resource sharing for Network Firewall. </p>
31
31
  * <p>Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. </p>
@@ -95,6 +95,7 @@ declare const PutResourcePolicyCommand_base: {
95
95
  * @throws {@link NetworkFirewallServiceException}
96
96
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
30
30
  * use to categorize and manage your resources, for purposes like billing. For example, you
31
31
  * might set the tag key to "customer" and the value to the customer name or ID. You can
@@ -88,6 +88,7 @@ declare const TagResourceCommand_base: {
88
88
  * @throws {@link NetworkFirewallServiceException}
89
89
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class TagResourceCommand extends TagResourceCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
30
30
  * pairs that you can use to categorize and manage your resources, for purposes like billing.
31
31
  * For example, you might set the tag key to "customer" and the value to the customer name or
@@ -86,6 +86,7 @@ declare const UntagResourceCommand_base: {
86
86
  * @throws {@link NetworkFirewallServiceException}
87
87
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
22
22
  }
23
23
  declare const UpdateFirewallDeleteProtectionCommand_base: {
24
24
  new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
30
30
  * to delete the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
31
31
  * against deletion. This setting helps protect against accidentally deleting a firewall
@@ -94,6 +94,7 @@ declare const UpdateFirewallDeleteProtectionCommand_base: {
94
94
  * @throws {@link NetworkFirewallServiceException}
95
95
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class UpdateFirewallDeleteProtectionCommand extends UpdateFirewallDeleteProtectionCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
22
22
  }
23
23
  declare const UpdateFirewallDescriptionCommand_base: {
24
24
  new (input: UpdateFirewallDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateFirewallDescriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the description for the specified firewall. Use the description to help you
30
30
  * identify the firewall when you're working with it. </p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const UpdateFirewallDescriptionCommand_base: {
89
89
  * @throws {@link NetworkFirewallServiceException}
90
90
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateFirewallDescriptionCommand extends UpdateFirewallDescriptionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
22
22
  }
23
23
  declare const UpdateFirewallEncryptionConfigurationCommand_base: {
24
24
  new (input: UpdateFirewallEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateFirewallEncryptionConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A complex type that contains settings for encryption of your firewall resources.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const UpdateFirewallEncryptionConfigurationCommand_base: {
97
97
  * @throws {@link NetworkFirewallServiceException}
98
98
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class UpdateFirewallEncryptionConfigurationCommand extends UpdateFirewallEncryptionConfigurationCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
22
22
  }
23
23
  declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
24
24
  new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
30
30
  * is possible to change the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
31
31
  * from changes. This setting helps protect against accidentally changing a firewall that's in use.</p>
@@ -93,6 +93,7 @@ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
93
93
  * @throws {@link NetworkFirewallServiceException}
94
94
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateFirewallPolicyChangeProtectionCommand extends UpdateFirewallPolicyChangeProtectionCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
22
22
  }
23
23
  declare const UpdateFirewallPolicyCommand_base: {
24
24
  new (input: UpdateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the properties of the specified firewall policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -165,6 +165,7 @@ declare const UpdateFirewallPolicyCommand_base: {
165
165
  * @throws {@link NetworkFirewallServiceException}
166
166
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
167
167
  *
168
+ * @public
168
169
  */
169
170
  export declare class UpdateFirewallPolicyCommand extends UpdateFirewallPolicyCommand_base {
170
171
  }
@@ -22,10 +22,10 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
22
22
  }
23
23
  declare const UpdateLoggingConfigurationCommand_base: {
24
24
  new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateLoggingConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the logging configuration for the specified firewall. </p>
30
30
  * <p>To change the logging configuration, retrieve the <a>LoggingConfiguration</a> by calling <a>DescribeLoggingConfiguration</a>, then change it and provide
31
31
  * the modified object to this update call. You must change the logging configuration one
@@ -134,6 +134,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
134
134
  * @throws {@link NetworkFirewallServiceException}
135
135
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
22
22
  }
23
23
  declare const UpdateRuleGroupCommand_base: {
24
24
  new (input: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the rule settings for the specified rule group. You use a rule group by
30
30
  * reference in one or more firewall policies. When you modify a rule group, you modify all
31
31
  * firewall policies that use the rule group. </p>
@@ -262,6 +262,7 @@ declare const UpdateRuleGroupCommand_base: {
262
262
  * @throws {@link NetworkFirewallServiceException}
263
263
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
264
264
  *
265
+ * @public
265
266
  */
266
267
  export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
267
268
  }
@@ -22,10 +22,10 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
22
22
  }
23
23
  declare const UpdateSubnetChangeProtectionCommand_base: {
24
24
  new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSubnetChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p></p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateSubnetChangeProtectionCommand_base: {
91
91
  * @throws {@link NetworkFirewallServiceException}
92
92
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateSubnetChangeProtectionCommand extends UpdateSubnetChangeProtectionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
22
22
  }
23
23
  declare const UpdateTLSInspectionConfigurationCommand_base: {
24
24
  new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
30
30
  * referencing it in one or more firewall policies. When you modify a TLS inspection configuration, you modify all
31
31
  * firewall policies that use the TLS inspection configuration. </p>
@@ -172,6 +172,7 @@ declare const UpdateTLSInspectionConfigurationCommand_base: {
172
172
  * @throws {@link NetworkFirewallServiceException}
173
173
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
174
174
  *
175
+ * @public
175
176
  */
176
177
  export declare class UpdateTLSInspectionConfigurationCommand extends UpdateTLSInspectionConfigurationCommand_base {
177
178
  }