@aws-sdk/client-network-firewall 3.296.0 → 3.298.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 (106) hide show
  1. package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -3
  3. package/dist-cjs/commands/CreateFirewallCommand.js +2 -3
  4. package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteFirewallCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeFirewallCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -3
  16. package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -3
  17. package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -3
  18. package/dist-cjs/commands/ListFirewallsCommand.js +2 -3
  19. package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  21. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -439
  33. package/dist-es/commands/AssociateFirewallPolicyCommand.js +2 -3
  34. package/dist-es/commands/AssociateSubnetsCommand.js +2 -3
  35. package/dist-es/commands/CreateFirewallCommand.js +2 -3
  36. package/dist-es/commands/CreateFirewallPolicyCommand.js +2 -3
  37. package/dist-es/commands/CreateRuleGroupCommand.js +2 -3
  38. package/dist-es/commands/DeleteFirewallCommand.js +2 -3
  39. package/dist-es/commands/DeleteFirewallPolicyCommand.js +2 -3
  40. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  41. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -3
  42. package/dist-es/commands/DescribeFirewallCommand.js +2 -3
  43. package/dist-es/commands/DescribeFirewallPolicyCommand.js +2 -3
  44. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -3
  45. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  46. package/dist-es/commands/DescribeRuleGroupCommand.js +2 -3
  47. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +2 -3
  48. package/dist-es/commands/DisassociateSubnetsCommand.js +2 -3
  49. package/dist-es/commands/ListFirewallPoliciesCommand.js +2 -3
  50. package/dist-es/commands/ListFirewallsCommand.js +2 -3
  51. package/dist-es/commands/ListRuleGroupsCommand.js +2 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  53. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  54. package/dist-es/commands/TagResourceCommand.js +2 -3
  55. package/dist-es/commands/UntagResourceCommand.js +2 -3
  56. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  57. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +2 -3
  58. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
  59. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  60. package/dist-es/commands/UpdateFirewallPolicyCommand.js +2 -3
  61. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -3
  62. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -3
  63. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -327
  65. package/dist-types/NetworkFirewall.d.ts +32 -0
  66. package/dist-types/NetworkFirewallClient.d.ts +24 -4
  67. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +16 -0
  68. package/dist-types/commands/AssociateSubnetsCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateFirewallCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateRuleGroupCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteFirewallCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeFirewallCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +16 -0
  82. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +16 -0
  84. package/dist-types/commands/ListFirewallsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListRuleGroupsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +16 -0
  98. package/dist-types/models/NetworkFirewallServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +313 -441
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/dist-types/pagination/ListFirewallPoliciesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListFirewallsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListRuleGroupsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +0 -293
  106. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFirewallDescriptionCommand}.
8
10
  */
9
11
  export interface UpdateFirewallDescriptionCommandInput extends UpdateFirewallDescriptionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFirewallDescriptionCommand}.
13
17
  */
14
18
  export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDescriptionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the description for the specified firewall. Use the description to help you
18
23
  * identify the firewall when you're working with it. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateFirewallDescriptionCommandInput - {@link UpdateFirewallDescriptionCommandInput}
35
+ * @returns {@link UpdateFirewallDescriptionCommandOutput}
29
36
  * @see {@link UpdateFirewallDescriptionCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateFirewallDescriptionCommandOutput} for command's `response` shape.
31
38
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -64,11 +71,20 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
64
71
  export declare class UpdateFirewallDescriptionCommand extends $Command<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig> {
65
72
  readonly input: UpdateFirewallDescriptionCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: UpdateFirewallDescriptionCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateFirewallEncryptionConfigurationRequest, UpdateFirewallEncryptionConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFirewallEncryptionConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateFirewallEncryptionConfigurationCommandInput extends UpdateFirewallEncryptionConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFirewallEncryptionConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateFirewallEncryptionConfigurationCommandOutput extends UpdateFirewallEncryptionConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A complex type that contains settings for encryption of your firewall resources.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFirewallEncryptionConfigurationCommandInput - {@link UpdateFirewallEncryptionConfigurationCommandInput}
34
+ * @returns {@link UpdateFirewallEncryptionConfigurationCommandOutput}
28
35
  * @see {@link UpdateFirewallEncryptionConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFirewallEncryptionConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -66,11 +73,20 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
66
73
  export declare class UpdateFirewallEncryptionConfigurationCommand extends $Command<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
67
74
  readonly input: UpdateFirewallEncryptionConfigurationCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: UpdateFirewallEncryptionConfigurationCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFirewallPolicyChangeProtectionCommand}.
8
10
  */
9
11
  export interface UpdateFirewallPolicyChangeProtectionCommandInput extends UpdateFirewallPolicyChangeProtectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFirewallPolicyChangeProtectionCommand}.
13
17
  */
14
18
  export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
18
23
  * is possible to change the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
19
24
  * from changes. This setting helps protect against accidentally changing a firewall that's in use.</p>
@@ -27,6 +32,8 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateFirewallPolicyChangeProtectionCommandInput - {@link UpdateFirewallPolicyChangeProtectionCommandInput}
36
+ * @returns {@link UpdateFirewallPolicyChangeProtectionCommandOutput}
30
37
  * @see {@link UpdateFirewallPolicyChangeProtectionCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateFirewallPolicyChangeProtectionCommandOutput} for command's `response` shape.
32
39
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -68,11 +75,20 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
68
75
  export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Command<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
69
76
  readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: UpdateFirewallPolicyChangeProtectionCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFirewallPolicyCommand}.
8
10
  */
9
11
  export interface UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFirewallPolicyCommand}.
13
17
  */
14
18
  export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the properties of the specified firewall policy.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFirewallPolicyCommandInput - {@link UpdateFirewallPolicyCommandInput}
34
+ * @returns {@link UpdateFirewallPolicyCommandOutput}
28
35
  * @see {@link UpdateFirewallPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFirewallPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -63,11 +70,20 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
63
70
  export declare class UpdateFirewallPolicyCommand extends $Command<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
64
71
  readonly input: UpdateFirewallPolicyCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateFirewallPolicyCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateLoggingConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateLoggingConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the logging configuration for the specified firewall. </p>
18
23
  * <p>To change the logging configuration, retrieve the <a>LoggingConfiguration</a> by calling <a>DescribeLoggingConfiguration</a>, then change it and provide
19
24
  * the modified object to this update call. You must change the logging configuration one
@@ -50,6 +55,8 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
50
55
  * const response = await client.send(command);
51
56
  * ```
52
57
  *
58
+ * @param UpdateLoggingConfigurationCommandInput - {@link UpdateLoggingConfigurationCommandInput}
59
+ * @returns {@link UpdateLoggingConfigurationCommandOutput}
53
60
  * @see {@link UpdateLoggingConfigurationCommandInput} for command's `input` shape.
54
61
  * @see {@link UpdateLoggingConfigurationCommandOutput} for command's `response` shape.
55
62
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -91,11 +98,20 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
91
98
  export declare class UpdateLoggingConfigurationCommand extends $Command<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
92
99
  readonly input: UpdateLoggingConfigurationCommandInput;
93
100
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
+ /**
102
+ * @public
103
+ */
94
104
  constructor(input: UpdateLoggingConfigurationCommandInput);
95
105
  /**
96
106
  * @internal
97
107
  */
98
108
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput>;
109
+ /**
110
+ * @internal
111
+ */
99
112
  private serialize;
113
+ /**
114
+ * @internal
115
+ */
100
116
  private deserialize;
101
117
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRuleGroupCommand}.
8
10
  */
9
11
  export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRuleGroupCommand}.
13
17
  */
14
18
  export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the rule settings for the specified rule group. You use a rule group by
18
23
  * reference in one or more firewall policies. When you modify a rule group, you modify all
19
24
  * firewall policies that use the rule group. </p>
@@ -30,6 +35,8 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param UpdateRuleGroupCommandInput - {@link UpdateRuleGroupCommandInput}
39
+ * @returns {@link UpdateRuleGroupCommandOutput}
33
40
  * @see {@link UpdateRuleGroupCommandInput} for command's `input` shape.
34
41
  * @see {@link UpdateRuleGroupCommandOutput} for command's `response` shape.
35
42
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -68,11 +75,20 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
68
75
  export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
69
76
  readonly input: UpdateRuleGroupCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: UpdateRuleGroupCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSubnetChangeProtectionCommand}.
8
10
  */
9
11
  export interface UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetChangeProtectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSubnetChangeProtectionCommand}.
13
17
  */
14
18
  export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p></p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateSubnetChangeProtectionCommandInput - {@link UpdateSubnetChangeProtectionCommandInput}
34
+ * @returns {@link UpdateSubnetChangeProtectionCommandOutput}
28
35
  * @see {@link UpdateSubnetChangeProtectionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateSubnetChangeProtectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
@@ -66,11 +73,20 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
66
73
  export declare class UpdateSubnetChangeProtectionCommand extends $Command<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
67
74
  readonly input: UpdateSubnetChangeProtectionCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: UpdateSubnetChangeProtectionCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from NetworkFirewall service.
4
6
  */
5
7
  export declare class NetworkFirewallServiceException extends __ServiceException {