@aws-sdk/client-network-firewall 3.300.0 → 3.303.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/README.md +40 -0
- package/dist-cjs/NetworkFirewall.js +75 -0
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +45 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +114 -135
- package/dist-cjs/pagination/ListTLSInspectionConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_0.js +540 -2
- package/dist-es/NetworkFirewall.js +75 -0
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +41 -0
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +41 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +114 -135
- package/dist-es/pagination/ListTLSInspectionConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +528 -0
- package/dist-types/NetworkFirewall.d.ts +53 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +3 -3
- package/dist-types/commands/CreateFirewallCommand.d.ts +6 -6
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +20 -19
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +46 -46
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +145 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -2
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallsCommand.d.ts +2 -2
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +87 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +18 -17
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +5 -5
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +44 -44
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +144 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +558 -115
- package/dist-types/pagination/ListTLSInspectionConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +15 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +91 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +32 -2
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +244 -113
- package/dist-types/ts3.4/pagination/ListTLSInspectionConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +34 -34
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { CreateTLSInspectionConfigurationRequest, CreateTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
|
+
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link CreateTLSInspectionConfigurationCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface CreateTLSInspectionConfigurationCommandInput extends CreateTLSInspectionConfigurationRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link CreateTLSInspectionConfigurationCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains the Certificate Manager certificate references that Network Firewall uses to decrypt and re-encrypt inbound traffic.</p>
|
|
23
|
+
* <p>After you create a TLS inspection configuration, you associate it with a firewall policy.</p>
|
|
24
|
+
* <p>To update the settings for a TLS inspection configuration, use <a>UpdateTLSInspectionConfiguration</a>.</p>
|
|
25
|
+
* <p>To manage a TLS inspection configuration's tags, use the standard Amazon Web Services resource tagging operations, <a>ListTagsForResource</a>, <a>TagResource</a>, and <a>UntagResource</a>.</p>
|
|
26
|
+
* <p>To retrieve information about TLS inspection configurations, use <a>ListTLSInspectionConfigurations</a> and <a>DescribeTLSInspectionConfiguration</a>.</p>
|
|
27
|
+
* <p>
|
|
28
|
+
* For more information about TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Decrypting SSL/TLS traffic with TLS
|
|
29
|
+
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.
|
|
30
|
+
* </p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { NetworkFirewallClient, CreateTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
|
+
* // const { NetworkFirewallClient, CreateTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* const client = new NetworkFirewallClient(config);
|
|
37
|
+
* const input = { // CreateTLSInspectionConfigurationRequest
|
|
38
|
+
* TLSInspectionConfigurationName: "STRING_VALUE", // required
|
|
39
|
+
* TLSInspectionConfiguration: { // TLSInspectionConfiguration
|
|
40
|
+
* ServerCertificateConfigurations: [ // ServerCertificateConfigurations
|
|
41
|
+
* { // ServerCertificateConfiguration
|
|
42
|
+
* ServerCertificates: [ // ServerCertificates
|
|
43
|
+
* { // ServerCertificate
|
|
44
|
+
* ResourceArn: "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* Scopes: [ // ServerCertificateScopes
|
|
48
|
+
* { // ServerCertificateScope
|
|
49
|
+
* Sources: [ // Addresses
|
|
50
|
+
* { // Address
|
|
51
|
+
* AddressDefinition: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* Destinations: [
|
|
55
|
+
* {
|
|
56
|
+
* AddressDefinition: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* SourcePorts: [ // PortRanges
|
|
60
|
+
* { // PortRange
|
|
61
|
+
* FromPort: Number("int"), // required
|
|
62
|
+
* ToPort: Number("int"), // required
|
|
63
|
+
* },
|
|
64
|
+
* ],
|
|
65
|
+
* DestinationPorts: [
|
|
66
|
+
* {
|
|
67
|
+
* FromPort: Number("int"), // required
|
|
68
|
+
* ToPort: Number("int"), // required
|
|
69
|
+
* },
|
|
70
|
+
* ],
|
|
71
|
+
* Protocols: [ // ProtocolNumbers
|
|
72
|
+
* Number("int"),
|
|
73
|
+
* ],
|
|
74
|
+
* },
|
|
75
|
+
* ],
|
|
76
|
+
* },
|
|
77
|
+
* ],
|
|
78
|
+
* },
|
|
79
|
+
* Description: "STRING_VALUE",
|
|
80
|
+
* Tags: [ // TagList
|
|
81
|
+
* { // Tag
|
|
82
|
+
* Key: "STRING_VALUE", // required
|
|
83
|
+
* Value: "STRING_VALUE", // required
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
87
|
+
* KeyId: "STRING_VALUE",
|
|
88
|
+
* Type: "CUSTOMER_KMS" || "AWS_OWNED_KMS_KEY", // required
|
|
89
|
+
* },
|
|
90
|
+
* };
|
|
91
|
+
* const command = new CreateTLSInspectionConfigurationCommand(input);
|
|
92
|
+
* const response = await client.send(command);
|
|
93
|
+
* ```
|
|
94
|
+
*
|
|
95
|
+
* @param CreateTLSInspectionConfigurationCommandInput - {@link CreateTLSInspectionConfigurationCommandInput}
|
|
96
|
+
* @returns {@link CreateTLSInspectionConfigurationCommandOutput}
|
|
97
|
+
* @see {@link CreateTLSInspectionConfigurationCommandInput} for command's `input` shape.
|
|
98
|
+
* @see {@link CreateTLSInspectionConfigurationCommandOutput} for command's `response` shape.
|
|
99
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link InternalServerError} (server fault)
|
|
102
|
+
* <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
|
|
103
|
+
* system problem. Retry your request. </p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
106
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
107
|
+
* <ul>
|
|
108
|
+
* <li>
|
|
109
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
110
|
+
* </li>
|
|
111
|
+
* <li>
|
|
112
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
113
|
+
* types.</p>
|
|
114
|
+
* </li>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
117
|
+
* that isn't valid in the context of the request.</p>
|
|
118
|
+
* </li>
|
|
119
|
+
* </ul>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
122
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
123
|
+
*
|
|
124
|
+
*
|
|
125
|
+
*/
|
|
126
|
+
export declare class CreateTLSInspectionConfigurationCommand extends $Command<CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
127
|
+
readonly input: CreateTLSInspectionConfigurationCommandInput;
|
|
128
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
constructor(input: CreateTLSInspectionConfigurationCommandInput);
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
136
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
140
|
+
private serialize;
|
|
141
|
+
/**
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
144
|
+
private deserialize;
|
|
145
|
+
}
|
|
@@ -36,7 +36,7 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
|
|
|
36
36
|
* import { NetworkFirewallClient, DeleteFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
37
37
|
* // const { NetworkFirewallClient, DeleteFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
38
38
|
* const client = new NetworkFirewallClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // DeleteFirewallRequest
|
|
40
40
|
* FirewallName: "STRING_VALUE",
|
|
41
41
|
* FirewallArn: "STRING_VALUE",
|
|
42
42
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
|
|
|
26
26
|
* import { NetworkFirewallClient, DeleteFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DeleteFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteFirewallPolicyRequest
|
|
30
30
|
* FirewallPolicyName: "STRING_VALUE",
|
|
31
31
|
* FirewallPolicyArn: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
26
26
|
* import { NetworkFirewallClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteResourcePolicyRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourcePolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
26
26
|
* import { NetworkFirewallClient, DeleteRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DeleteRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteRuleGroupRequest
|
|
30
30
|
* RuleGroupName: "STRING_VALUE",
|
|
31
31
|
* RuleGroupArn: "STRING_VALUE",
|
|
32
32
|
* Type: "STATELESS" || "STATEFUL",
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteTLSInspectionConfigurationRequest, DeleteTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
|
+
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeleteTLSInspectionConfigurationCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeleteTLSInspectionConfigurationCommandInput extends DeleteTLSInspectionConfigurationRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeleteTLSInspectionConfigurationCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes the specified <a>TLSInspectionConfiguration</a>.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { NetworkFirewallClient, DeleteTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
|
+
* // const { NetworkFirewallClient, DeleteTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
|
+
* const client = new NetworkFirewallClient(config);
|
|
29
|
+
* const input = { // DeleteTLSInspectionConfigurationRequest
|
|
30
|
+
* TLSInspectionConfigurationArn: "STRING_VALUE",
|
|
31
|
+
* TLSInspectionConfigurationName: "STRING_VALUE",
|
|
32
|
+
* };
|
|
33
|
+
* const command = new DeleteTLSInspectionConfigurationCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param DeleteTLSInspectionConfigurationCommandInput - {@link DeleteTLSInspectionConfigurationCommandInput}
|
|
38
|
+
* @returns {@link DeleteTLSInspectionConfigurationCommandOutput}
|
|
39
|
+
* @see {@link DeleteTLSInspectionConfigurationCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link DeleteTLSInspectionConfigurationCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerError} (server fault)
|
|
44
|
+
* <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
|
|
45
|
+
* system problem. Retry your request. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
48
|
+
* <p>The operation failed because it's not valid. For example, you might have tried to delete
|
|
49
|
+
* a rule group or firewall policy that's in use.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
52
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
53
|
+
* <ul>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
59
|
+
* types.</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* <li>
|
|
62
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
63
|
+
* that isn't valid in the context of the request.</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* </ul>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>Unable to locate a resource using the parameters that you provided.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
export declare class DeleteTLSInspectionConfigurationCommand extends $Command<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
76
|
+
readonly input: DeleteTLSInspectionConfigurationCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
constructor(input: DeleteTLSInspectionConfigurationCommandInput);
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
private deserialize;
|
|
94
|
+
}
|
|
@@ -26,7 +26,7 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
|
|
|
26
26
|
* import { NetworkFirewallClient, DescribeFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DescribeFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFirewallRequest
|
|
30
30
|
* FirewallName: "STRING_VALUE",
|
|
31
31
|
* FirewallArn: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
|
|
|
26
26
|
* import { NetworkFirewallClient, DescribeFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DescribeFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFirewallPolicyRequest
|
|
30
30
|
* FirewallPolicyName: "STRING_VALUE",
|
|
31
31
|
* FirewallPolicyArn: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
|
|
|
26
26
|
* import { NetworkFirewallClient, DescribeLoggingConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DescribeLoggingConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLoggingConfigurationRequest
|
|
30
30
|
* FirewallArn: "STRING_VALUE",
|
|
31
31
|
* FirewallName: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
26
26
|
* import { NetworkFirewallClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeResourcePolicyRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeResourcePolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
|
|
|
26
26
|
* import { NetworkFirewallClient, DescribeRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
27
|
* // const { NetworkFirewallClient, DescribeRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
28
|
* const client = new NetworkFirewallClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeRuleGroupRequest
|
|
30
30
|
* RuleGroupName: "STRING_VALUE",
|
|
31
31
|
* RuleGroupArn: "STRING_VALUE",
|
|
32
32
|
* Type: "STATELESS" || "STATEFUL",
|
|
@@ -29,7 +29,7 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
|
|
|
29
29
|
* import { NetworkFirewallClient, DescribeRuleGroupMetadataCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
30
30
|
* // const { NetworkFirewallClient, DescribeRuleGroupMetadataCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
31
31
|
* const client = new NetworkFirewallClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeRuleGroupMetadataRequest
|
|
33
33
|
* RuleGroupName: "STRING_VALUE",
|
|
34
34
|
* RuleGroupArn: "STRING_VALUE",
|
|
35
35
|
* Type: "STATELESS" || "STATEFUL",
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DescribeTLSInspectionConfigurationRequest, DescribeTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
|
+
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeTLSInspectionConfigurationCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeTLSInspectionConfigurationCommandInput extends DescribeTLSInspectionConfigurationRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeTLSInspectionConfigurationCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeTLSInspectionConfigurationCommandOutput extends DescribeTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Returns the data objects for the specified TLS inspection configuration.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { NetworkFirewallClient, DescribeTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
|
+
* // const { NetworkFirewallClient, DescribeTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
|
+
* const client = new NetworkFirewallClient(config);
|
|
29
|
+
* const input = { // DescribeTLSInspectionConfigurationRequest
|
|
30
|
+
* TLSInspectionConfigurationArn: "STRING_VALUE",
|
|
31
|
+
* TLSInspectionConfigurationName: "STRING_VALUE",
|
|
32
|
+
* };
|
|
33
|
+
* const command = new DescribeTLSInspectionConfigurationCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param DescribeTLSInspectionConfigurationCommandInput - {@link DescribeTLSInspectionConfigurationCommandInput}
|
|
38
|
+
* @returns {@link DescribeTLSInspectionConfigurationCommandOutput}
|
|
39
|
+
* @see {@link DescribeTLSInspectionConfigurationCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link DescribeTLSInspectionConfigurationCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerError} (server fault)
|
|
44
|
+
* <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
|
|
45
|
+
* system problem. Retry your request. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
48
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
49
|
+
* <ul>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
55
|
+
* types.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
59
|
+
* that isn't valid in the context of the request.</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* </ul>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>Unable to locate a resource using the parameters that you provided.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
export declare class DescribeTLSInspectionConfigurationCommand extends $Command<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
72
|
+
readonly input: DescribeTLSInspectionConfigurationCommandInput;
|
|
73
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
constructor(input: DescribeTLSInspectionConfigurationCommandInput);
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
private deserialize;
|
|
90
|
+
}
|
|
@@ -29,11 +29,11 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
|
|
|
29
29
|
* import { NetworkFirewallClient, DisassociateSubnetsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
30
30
|
* // const { NetworkFirewallClient, DisassociateSubnetsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
31
31
|
* const client = new NetworkFirewallClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DisassociateSubnetsRequest
|
|
33
33
|
* UpdateToken: "STRING_VALUE",
|
|
34
34
|
* FirewallArn: "STRING_VALUE",
|
|
35
35
|
* FirewallName: "STRING_VALUE",
|
|
36
|
-
* SubnetIds: [ // required
|
|
36
|
+
* SubnetIds: [ // AzSubnets // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
|
|
|
28
28
|
* import { NetworkFirewallClient, ListFirewallPoliciesCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
29
29
|
* // const { NetworkFirewallClient, ListFirewallPoliciesCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
30
30
|
* const client = new NetworkFirewallClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListFirewallPoliciesRequest
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* };
|
|
@@ -29,9 +29,9 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
|
|
|
29
29
|
* import { NetworkFirewallClient, ListFirewallsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
30
30
|
* // const { NetworkFirewallClient, ListFirewallsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
31
31
|
* const client = new NetworkFirewallClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListFirewallsRequest
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
|
-
* VpcIds: [
|
|
34
|
+
* VpcIds: [ // VpcIds
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* MaxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
|
|
|
28
28
|
* import { NetworkFirewallClient, ListRuleGroupsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
29
29
|
* // const { NetworkFirewallClient, ListRuleGroupsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
30
30
|
* const client = new NetworkFirewallClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListRuleGroupsRequest
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* Scope: "MANAGED" || "ACCOUNT",
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ListTLSInspectionConfigurationsRequest, ListTLSInspectionConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListTLSInspectionConfigurationsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListTLSInspectionConfigurationsCommandInput extends ListTLSInspectionConfigurationsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListTLSInspectionConfigurationsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSInspectionConfigurationsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <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>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { NetworkFirewallClient, ListTLSInspectionConfigurationsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
27
|
+
* // const { NetworkFirewallClient, ListTLSInspectionConfigurationsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
28
|
+
* const client = new NetworkFirewallClient(config);
|
|
29
|
+
* const input = { // ListTLSInspectionConfigurationsRequest
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* };
|
|
33
|
+
* const command = new ListTLSInspectionConfigurationsCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param ListTLSInspectionConfigurationsCommandInput - {@link ListTLSInspectionConfigurationsCommandInput}
|
|
38
|
+
* @returns {@link ListTLSInspectionConfigurationsCommandOutput}
|
|
39
|
+
* @see {@link ListTLSInspectionConfigurationsCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link ListTLSInspectionConfigurationsCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerError} (server fault)
|
|
44
|
+
* <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
|
|
45
|
+
* system problem. Retry your request. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
48
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
49
|
+
* <ul>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
55
|
+
* types.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
59
|
+
* that isn't valid in the context of the request.</p>
|
|
60
|
+
* </li>
|
|
61
|
+
* </ul>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
export declare class ListTLSInspectionConfigurationsCommand extends $Command<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
69
|
+
readonly input: ListTLSInspectionConfigurationsCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
constructor(input: ListTLSInspectionConfigurationsCommandInput);
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
private deserialize;
|
|
87
|
+
}
|
|
@@ -32,7 +32,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
32
|
* import { NetworkFirewallClient, ListTagsForResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
33
33
|
* // const { NetworkFirewallClient, ListTagsForResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
34
34
|
* const client = new NetworkFirewallClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // ListTagsForResourceRequest
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
37
37
|
* MaxResults: Number("int"),
|
|
38
38
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -40,7 +40,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
40
40
|
* import { NetworkFirewallClient, PutResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
41
41
|
* // const { NetworkFirewallClient, PutResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
42
42
|
* const client = new NetworkFirewallClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // PutResourcePolicyRequest
|
|
44
44
|
* ResourceArn: "STRING_VALUE", // required
|
|
45
45
|
* Policy: "STRING_VALUE", // required
|
|
46
46
|
* };
|
|
@@ -31,10 +31,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
31
31
|
* import { NetworkFirewallClient, TagResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
32
32
|
* // const { NetworkFirewallClient, TagResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
33
33
|
* const client = new NetworkFirewallClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // TagResourceRequest
|
|
35
35
|
* ResourceArn: "STRING_VALUE", // required
|
|
36
|
-
* Tags: [ // required
|
|
37
|
-
* {
|
|
36
|
+
* Tags: [ // TagList // required
|
|
37
|
+
* { // Tag
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
@@ -32,9 +32,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
32
32
|
* import { NetworkFirewallClient, UntagResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
33
33
|
* // const { NetworkFirewallClient, UntagResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
34
34
|
* const client = new NetworkFirewallClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // UntagResourceRequest
|
|
36
36
|
* ResourceArn: "STRING_VALUE", // required
|
|
37
|
-
* TagKeys: [ // required
|
|
37
|
+
* TagKeys: [ // TagKeyList // required
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* };
|
|
@@ -29,7 +29,7 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
|
|
|
29
29
|
* import { NetworkFirewallClient, UpdateFirewallDeleteProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
30
30
|
* // const { NetworkFirewallClient, UpdateFirewallDeleteProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
31
31
|
* const client = new NetworkFirewallClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UpdateFirewallDeleteProtectionRequest
|
|
33
33
|
* UpdateToken: "STRING_VALUE",
|
|
34
34
|
* FirewallArn: "STRING_VALUE",
|
|
35
35
|
* FirewallName: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
|
|
|
27
27
|
* import { NetworkFirewallClient, UpdateFirewallDescriptionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
28
28
|
* // const { NetworkFirewallClient, UpdateFirewallDescriptionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
29
29
|
* const client = new NetworkFirewallClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateFirewallDescriptionRequest
|
|
31
31
|
* UpdateToken: "STRING_VALUE",
|
|
32
32
|
* FirewallArn: "STRING_VALUE",
|
|
33
33
|
* FirewallName: "STRING_VALUE",
|