@aws-sdk/client-network-firewall 3.436.0 → 3.438.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +7 -1
- package/dist-cjs/protocols/Aws_json1_0.js +1 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +6 -0
- package/dist-es/protocols/Aws_json1_0.js +1 -0
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +16 -5
- package/dist-types/commands/DeleteFirewallCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/DescribeFirewallCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +13 -2
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallsCommand.d.ts +1 -1
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +14 -3
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +94 -10
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/package.json +7 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@smithy/util-endpoints");
|
|
5
5
|
const ruleset_1 = require("./ruleset");
|
|
6
6
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
7
|
return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
|
package/dist-cjs/index.js
CHANGED
|
@@ -7,5 +7,6 @@ tslib_1.__exportStar(require("./NetworkFirewall"), exports);
|
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./models"), exports);
|
|
10
|
+
require("@aws-sdk/util-endpoints");
|
|
10
11
|
var NetworkFirewallServiceException_1 = require("./models/NetworkFirewallServiceException");
|
|
11
12
|
Object.defineProperty(exports, "NetworkFirewallServiceException", { enumerable: true, get: function () { return NetworkFirewallServiceException_1.NetworkFirewallServiceException; } });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResourceOwnerCheckException = exports.LogDestinationPermissionException = exports.ResourceManagedStatus = exports.ResourceManagedType = exports.LogType = exports.LogDestinationType = exports.InvalidResourcePolicyException = exports.UnsupportedOperationException = exports.RuleGroupType = exports.TCPFlag = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.TargetType = exports.GeneratedRulesType = exports.ResourceStatus = exports.OverrideAction = exports.StreamExceptionPolicy = exports.RuleOrder = exports.LimitExceededException = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.EncryptionType = exports.ConfigurationSyncState = exports.AttachmentStatus = exports.InsufficientCapacityException = exports.IPAddressType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InvalidRequestException = exports.InvalidOperationException = exports.InternalServerError = void 0;
|
|
3
|
+
exports.ResourceOwnerCheckException = exports.LogDestinationPermissionException = exports.ResourceManagedStatus = exports.ResourceManagedType = exports.LogType = exports.LogDestinationType = exports.InvalidResourcePolicyException = exports.UnsupportedOperationException = exports.RuleGroupType = exports.TCPFlag = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.TargetType = exports.GeneratedRulesType = exports.ResourceStatus = exports.OverrideAction = exports.StreamExceptionPolicy = exports.RuleOrder = exports.LimitExceededException = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.EncryptionType = exports.ConfigurationSyncState = exports.RevocationCheckAction = exports.AttachmentStatus = exports.InsufficientCapacityException = exports.IPAddressType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InvalidRequestException = exports.InvalidOperationException = exports.InternalServerError = void 0;
|
|
4
4
|
const NetworkFirewallServiceException_1 = require("./NetworkFirewallServiceException");
|
|
5
5
|
class InternalServerError extends NetworkFirewallServiceException_1.NetworkFirewallServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -113,6 +113,11 @@ exports.AttachmentStatus = {
|
|
|
113
113
|
READY: "READY",
|
|
114
114
|
SCALING: "SCALING",
|
|
115
115
|
};
|
|
116
|
+
exports.RevocationCheckAction = {
|
|
117
|
+
DROP: "DROP",
|
|
118
|
+
PASS: "PASS",
|
|
119
|
+
REJECT: "REJECT",
|
|
120
|
+
};
|
|
116
121
|
exports.ConfigurationSyncState = {
|
|
117
122
|
CAPACITY_CONSTRAINED: "CAPACITY_CONSTRAINED",
|
|
118
123
|
IN_SYNC: "IN_SYNC",
|
|
@@ -161,6 +166,7 @@ exports.OverrideAction = {
|
|
|
161
166
|
exports.ResourceStatus = {
|
|
162
167
|
ACTIVE: "ACTIVE",
|
|
163
168
|
DELETING: "DELETING",
|
|
169
|
+
ERROR: "ERROR",
|
|
164
170
|
};
|
|
165
171
|
exports.GeneratedRulesType = {
|
|
166
172
|
ALLOWLIST: "ALLOWLIST",
|
|
@@ -2099,6 +2099,7 @@ const de_RuleGroupResponse = (output, context) => {
|
|
|
2099
2099
|
};
|
|
2100
2100
|
const de_TLSInspectionConfigurationResponse = (output, context) => {
|
|
2101
2101
|
return (0, smithy_client_1.take)(output, {
|
|
2102
|
+
CertificateAuthority: smithy_client_1._json,
|
|
2102
2103
|
Certificates: smithy_client_1._json,
|
|
2103
2104
|
Description: smithy_client_1.expectString,
|
|
2104
2105
|
EncryptionConfiguration: smithy_client_1._json,
|
package/dist-es/index.js
CHANGED
|
@@ -103,6 +103,11 @@ export const AttachmentStatus = {
|
|
|
103
103
|
READY: "READY",
|
|
104
104
|
SCALING: "SCALING",
|
|
105
105
|
};
|
|
106
|
+
export const RevocationCheckAction = {
|
|
107
|
+
DROP: "DROP",
|
|
108
|
+
PASS: "PASS",
|
|
109
|
+
REJECT: "REJECT",
|
|
110
|
+
};
|
|
106
111
|
export const ConfigurationSyncState = {
|
|
107
112
|
CAPACITY_CONSTRAINED: "CAPACITY_CONSTRAINED",
|
|
108
113
|
IN_SYNC: "IN_SYNC",
|
|
@@ -150,6 +155,7 @@ export const OverrideAction = {
|
|
|
150
155
|
export const ResourceStatus = {
|
|
151
156
|
ACTIVE: "ACTIVE",
|
|
152
157
|
DELETING: "DELETING",
|
|
158
|
+
ERROR: "ERROR",
|
|
153
159
|
};
|
|
154
160
|
export const GeneratedRulesType = {
|
|
155
161
|
ALLOWLIST: "ALLOWLIST",
|
|
@@ -2023,6 +2023,7 @@ const de_RuleGroupResponse = (output, context) => {
|
|
|
2023
2023
|
};
|
|
2024
2024
|
const de_TLSInspectionConfigurationResponse = (output, context) => {
|
|
2025
2025
|
return take(output, {
|
|
2026
|
+
CertificateAuthority: _json,
|
|
2026
2027
|
Certificates: _json,
|
|
2027
2028
|
Description: __expectString,
|
|
2028
2029
|
EncryptionConfiguration: _json,
|
|
@@ -58,7 +58,7 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
|
|
|
58
58
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerError} (server fault)
|
|
61
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
61
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
62
62
|
* system problem. Retry your request. </p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -73,7 +73,7 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
|
|
|
73
73
|
* request later. </p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link InternalServerError} (server fault)
|
|
76
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
76
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
77
77
|
* system problem. Retry your request. </p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -137,7 +137,7 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
137
137
|
* request later. </p>
|
|
138
138
|
*
|
|
139
139
|
* @throws {@link InternalServerError} (server fault)
|
|
140
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
140
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
141
141
|
* system problem. Retry your request. </p>
|
|
142
142
|
*
|
|
143
143
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -111,7 +111,7 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
111
111
|
* // FirewallPolicyArn: "STRING_VALUE", // required
|
|
112
112
|
* // FirewallPolicyId: "STRING_VALUE", // required
|
|
113
113
|
* // Description: "STRING_VALUE",
|
|
114
|
-
* // FirewallPolicyStatus: "ACTIVE" || "DELETING",
|
|
114
|
+
* // FirewallPolicyStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
115
115
|
* // Tags: [ // TagList
|
|
116
116
|
* // { // Tag
|
|
117
117
|
* // Key: "STRING_VALUE", // required
|
|
@@ -142,7 +142,7 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
142
142
|
* request later. </p>
|
|
143
143
|
*
|
|
144
144
|
* @throws {@link InternalServerError} (server fault)
|
|
145
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
145
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
146
146
|
* system problem. Retry your request. </p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -190,7 +190,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
190
190
|
* // Description: "STRING_VALUE",
|
|
191
191
|
* // Type: "STATELESS" || "STATEFUL",
|
|
192
192
|
* // Capacity: Number("int"),
|
|
193
|
-
* // RuleGroupStatus: "ACTIVE" || "DELETING",
|
|
193
|
+
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
194
194
|
* // Tags: [ // TagList
|
|
195
195
|
* // { // Tag
|
|
196
196
|
* // Key: "STRING_VALUE", // required
|
|
@@ -225,7 +225,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
225
225
|
* request later. </p>
|
|
226
226
|
*
|
|
227
227
|
* @throws {@link InternalServerError} (server fault)
|
|
228
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
228
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
229
229
|
* system problem. Retry your request. </p>
|
|
230
230
|
*
|
|
231
231
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -23,13 +23,13 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains the Certificate Manager certificate
|
|
27
|
-
* <p>After you create a TLS inspection configuration, you associate it with a new firewall policy.</p>
|
|
26
|
+
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains the Certificate Manager certificate associations that Network Firewall uses to decrypt and re-encrypt traffic traveling through your firewall.</p>
|
|
27
|
+
* <p>After you create a TLS inspection configuration, you can associate it with a new firewall policy.</p>
|
|
28
28
|
* <p>To update the settings for a TLS inspection configuration, use <a>UpdateTLSInspectionConfiguration</a>.</p>
|
|
29
29
|
* <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>
|
|
30
30
|
* <p>To retrieve information about TLS inspection configurations, use <a>ListTLSInspectionConfigurations</a> and <a>DescribeTLSInspectionConfiguration</a>.</p>
|
|
31
31
|
* <p>
|
|
32
|
-
* For more information about TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">
|
|
32
|
+
* For more information about TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Inspecting SSL/TLS traffic with TLS
|
|
33
33
|
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.
|
|
34
34
|
* </p>
|
|
35
35
|
* @example
|
|
@@ -77,6 +77,11 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
77
77
|
* ],
|
|
78
78
|
* },
|
|
79
79
|
* ],
|
|
80
|
+
* CertificateAuthorityArn: "STRING_VALUE",
|
|
81
|
+
* CheckCertificateRevocationStatus: { // CheckCertificateRevocationStatusActions
|
|
82
|
+
* RevokedStatusAction: "PASS" || "DROP" || "REJECT",
|
|
83
|
+
* UnknownStatusAction: "PASS" || "DROP" || "REJECT",
|
|
84
|
+
* },
|
|
80
85
|
* },
|
|
81
86
|
* ],
|
|
82
87
|
* },
|
|
@@ -100,7 +105,7 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
100
105
|
* // TLSInspectionConfigurationArn: "STRING_VALUE", // required
|
|
101
106
|
* // TLSInspectionConfigurationName: "STRING_VALUE", // required
|
|
102
107
|
* // TLSInspectionConfigurationId: "STRING_VALUE", // required
|
|
103
|
-
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING",
|
|
108
|
+
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
104
109
|
* // Description: "STRING_VALUE",
|
|
105
110
|
* // Tags: [ // TagList
|
|
106
111
|
* // { // Tag
|
|
@@ -122,6 +127,12 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
122
127
|
* // StatusMessage: "STRING_VALUE",
|
|
123
128
|
* // },
|
|
124
129
|
* // ],
|
|
130
|
+
* // CertificateAuthority: {
|
|
131
|
+
* // CertificateArn: "STRING_VALUE",
|
|
132
|
+
* // CertificateSerial: "STRING_VALUE",
|
|
133
|
+
* // Status: "STRING_VALUE",
|
|
134
|
+
* // StatusMessage: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
125
136
|
* // },
|
|
126
137
|
* // };
|
|
127
138
|
*
|
|
@@ -138,7 +149,7 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
138
149
|
* request later. </p>
|
|
139
150
|
*
|
|
140
151
|
* @throws {@link InternalServerError} (server fault)
|
|
141
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
152
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
142
153
|
* system problem. Retry your request. </p>
|
|
143
154
|
*
|
|
144
155
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -116,7 +116,7 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
|
|
|
116
116
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
117
117
|
*
|
|
118
118
|
* @throws {@link InternalServerError} (server fault)
|
|
119
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
119
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
120
120
|
* system problem. Retry your request. </p>
|
|
121
121
|
*
|
|
122
122
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -42,7 +42,7 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
|
|
|
42
42
|
* // FirewallPolicyArn: "STRING_VALUE", // required
|
|
43
43
|
* // FirewallPolicyId: "STRING_VALUE", // required
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
|
-
* // FirewallPolicyStatus: "ACTIVE" || "DELETING",
|
|
45
|
+
* // FirewallPolicyStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
46
46
|
* // Tags: [ // TagList
|
|
47
47
|
* // { // Tag
|
|
48
48
|
* // Key: "STRING_VALUE", // required
|
|
@@ -69,7 +69,7 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
|
|
|
69
69
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link InternalServerError} (server fault)
|
|
72
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
72
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
73
73
|
* system problem. Retry your request. </p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -46,7 +46,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
46
46
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InternalServerError} (server fault)
|
|
49
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
49
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
50
50
|
* system problem. Retry your request. </p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -45,7 +45,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
45
45
|
* // Description: "STRING_VALUE",
|
|
46
46
|
* // Type: "STATELESS" || "STATEFUL",
|
|
47
47
|
* // Capacity: Number("int"),
|
|
48
|
-
* // RuleGroupStatus: "ACTIVE" || "DELETING",
|
|
48
|
+
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
49
49
|
* // Tags: [ // TagList
|
|
50
50
|
* // { // Tag
|
|
51
51
|
* // Key: "STRING_VALUE", // required
|
|
@@ -76,7 +76,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
76
76
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalServerError} (server fault)
|
|
79
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
79
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
80
80
|
* system problem. Retry your request. </p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -41,7 +41,7 @@ export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLS
|
|
|
41
41
|
* // TLSInspectionConfigurationArn: "STRING_VALUE", // required
|
|
42
42
|
* // TLSInspectionConfigurationName: "STRING_VALUE", // required
|
|
43
43
|
* // TLSInspectionConfigurationId: "STRING_VALUE", // required
|
|
44
|
-
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING",
|
|
44
|
+
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
45
45
|
* // Description: "STRING_VALUE",
|
|
46
46
|
* // Tags: [ // TagList
|
|
47
47
|
* // { // Tag
|
|
@@ -63,6 +63,12 @@ export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLS
|
|
|
63
63
|
* // StatusMessage: "STRING_VALUE",
|
|
64
64
|
* // },
|
|
65
65
|
* // ],
|
|
66
|
+
* // CertificateAuthority: {
|
|
67
|
+
* // CertificateArn: "STRING_VALUE",
|
|
68
|
+
* // CertificateSerial: "STRING_VALUE",
|
|
69
|
+
* // Status: "STRING_VALUE",
|
|
70
|
+
* // StatusMessage: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
66
72
|
* // },
|
|
67
73
|
* // };
|
|
68
74
|
*
|
|
@@ -75,7 +81,7 @@ export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLS
|
|
|
75
81
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
76
82
|
*
|
|
77
83
|
* @throws {@link InternalServerError} (server fault)
|
|
78
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
84
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
79
85
|
* system problem. Retry your request. </p>
|
|
80
86
|
*
|
|
81
87
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -107,7 +107,7 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
|
|
|
107
107
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link InternalServerError} (server fault)
|
|
110
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
110
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
111
111
|
* system problem. Retry your request. </p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -43,7 +43,7 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
|
|
|
43
43
|
* // FirewallPolicyArn: "STRING_VALUE", // required
|
|
44
44
|
* // FirewallPolicyId: "STRING_VALUE", // required
|
|
45
45
|
* // Description: "STRING_VALUE",
|
|
46
|
-
* // FirewallPolicyStatus: "ACTIVE" || "DELETING",
|
|
46
|
+
* // FirewallPolicyStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
47
47
|
* // Tags: [ // TagList
|
|
48
48
|
* // { // Tag
|
|
49
49
|
* // Key: "STRING_VALUE", // required
|
|
@@ -124,7 +124,7 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
|
|
|
124
124
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
125
125
|
*
|
|
126
126
|
* @throws {@link InternalServerError} (server fault)
|
|
127
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
127
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
128
128
|
* system problem. Retry your request. </p>
|
|
129
129
|
*
|
|
130
130
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -60,7 +60,7 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
|
|
|
60
60
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalServerError} (server fault)
|
|
63
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
63
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
64
64
|
* system problem. Retry your request. </p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -48,7 +48,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
48
48
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link InternalServerError} (server fault)
|
|
51
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
51
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
52
52
|
* system problem. Retry your request. </p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -170,7 +170,7 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
|
|
|
170
170
|
* // Description: "STRING_VALUE",
|
|
171
171
|
* // Type: "STATELESS" || "STATEFUL",
|
|
172
172
|
* // Capacity: Number("int"),
|
|
173
|
-
* // RuleGroupStatus: "ACTIVE" || "DELETING",
|
|
173
|
+
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
174
174
|
* // Tags: [ // TagList
|
|
175
175
|
* // { // Tag
|
|
176
176
|
* // Key: "STRING_VALUE", // required
|
|
@@ -201,7 +201,7 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
|
|
|
201
201
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
202
202
|
*
|
|
203
203
|
* @throws {@link InternalServerError} (server fault)
|
|
204
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
204
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
205
205
|
* system problem. Retry your request. </p>
|
|
206
206
|
*
|
|
207
207
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -61,7 +61,7 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
|
|
|
61
61
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerError} (server fault)
|
|
64
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
64
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
65
65
|
* system problem. Retry your request. </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -75,6 +75,11 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
|
|
|
75
75
|
* // ],
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
|
+
* // CertificateAuthorityArn: "STRING_VALUE",
|
|
79
|
+
* // CheckCertificateRevocationStatus: { // CheckCertificateRevocationStatusActions
|
|
80
|
+
* // RevokedStatusAction: "PASS" || "DROP" || "REJECT",
|
|
81
|
+
* // UnknownStatusAction: "PASS" || "DROP" || "REJECT",
|
|
82
|
+
* // },
|
|
78
83
|
* // },
|
|
79
84
|
* // ],
|
|
80
85
|
* // },
|
|
@@ -82,7 +87,7 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
|
|
|
82
87
|
* // TLSInspectionConfigurationArn: "STRING_VALUE", // required
|
|
83
88
|
* // TLSInspectionConfigurationName: "STRING_VALUE", // required
|
|
84
89
|
* // TLSInspectionConfigurationId: "STRING_VALUE", // required
|
|
85
|
-
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING",
|
|
90
|
+
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
86
91
|
* // Description: "STRING_VALUE",
|
|
87
92
|
* // Tags: [ // TagList
|
|
88
93
|
* // { // Tag
|
|
@@ -104,6 +109,12 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
|
|
|
104
109
|
* // StatusMessage: "STRING_VALUE",
|
|
105
110
|
* // },
|
|
106
111
|
* // ],
|
|
112
|
+
* // CertificateAuthority: {
|
|
113
|
+
* // CertificateArn: "STRING_VALUE",
|
|
114
|
+
* // CertificateSerial: "STRING_VALUE",
|
|
115
|
+
* // Status: "STRING_VALUE",
|
|
116
|
+
* // StatusMessage: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
107
118
|
* // },
|
|
108
119
|
* // };
|
|
109
120
|
*
|
|
@@ -116,7 +127,7 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
|
|
|
116
127
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
117
128
|
*
|
|
118
129
|
* @throws {@link InternalServerError} (server fault)
|
|
119
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
130
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
120
131
|
* system problem. Retry your request. </p>
|
|
121
132
|
*
|
|
122
133
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -64,7 +64,7 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
|
|
|
64
64
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InternalServerError} (server fault)
|
|
67
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
67
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
68
68
|
* system problem. Retry your request. </p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link InvalidOperationException} (client fault)
|
|
@@ -57,7 +57,7 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
|
|
|
57
57
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalServerError} (server fault)
|
|
60
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
60
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
61
61
|
* system problem. Retry your request. </p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -61,7 +61,7 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
|
|
|
61
61
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerError} (server fault)
|
|
64
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
64
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
65
65
|
* system problem. Retry your request. </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -60,7 +60,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
|
|
|
60
60
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalServerError} (server fault)
|
|
63
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
63
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
64
64
|
* system problem. Retry your request. </p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -55,7 +55,7 @@ export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSIns
|
|
|
55
55
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerError} (server fault)
|
|
58
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
58
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
59
59
|
* system problem. Retry your request. </p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -62,7 +62,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
62
62
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link InternalServerError} (server fault)
|
|
65
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
65
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
66
66
|
* system problem. Retry your request. </p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -61,7 +61,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
61
61
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerError} (server fault)
|
|
64
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
64
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
65
65
|
* system problem. Retry your request. </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -57,7 +57,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
57
57
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalServerError} (server fault)
|
|
60
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
60
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
61
61
|
* system problem. Retry your request. </p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -55,7 +55,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
55
55
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerError} (server fault)
|
|
58
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
58
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
59
59
|
* system problem. Retry your request. </p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -57,7 +57,7 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
|
|
|
57
57
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalServerError} (server fault)
|
|
60
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
60
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
61
61
|
* system problem. Retry your request. </p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -55,7 +55,7 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
|
|
|
55
55
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerError} (server fault)
|
|
58
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
58
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
59
59
|
* system problem. Retry your request. </p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -60,7 +60,7 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
|
|
|
60
60
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalServerError} (server fault)
|
|
63
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
63
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
64
64
|
* system problem. Retry your request. </p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -56,7 +56,7 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
|
|
|
56
56
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link InternalServerError} (server fault)
|
|
59
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
59
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
60
60
|
* system problem. Retry your request. </p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -104,7 +104,7 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
|
|
|
104
104
|
* // FirewallPolicyArn: "STRING_VALUE", // required
|
|
105
105
|
* // FirewallPolicyId: "STRING_VALUE", // required
|
|
106
106
|
* // Description: "STRING_VALUE",
|
|
107
|
-
* // FirewallPolicyStatus: "ACTIVE" || "DELETING",
|
|
107
|
+
* // FirewallPolicyStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
108
108
|
* // Tags: [ // TagList
|
|
109
109
|
* // { // Tag
|
|
110
110
|
* // Key: "STRING_VALUE", // required
|
|
@@ -131,7 +131,7 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
|
|
|
131
131
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
132
132
|
*
|
|
133
133
|
* @throws {@link InternalServerError} (server fault)
|
|
134
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
134
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
135
135
|
* system problem. Retry your request. </p>
|
|
136
136
|
*
|
|
137
137
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -97,7 +97,7 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
|
|
|
97
97
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link InternalServerError} (server fault)
|
|
100
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
100
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
101
101
|
* system problem. Retry your request. </p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -187,7 +187,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
187
187
|
* // Description: "STRING_VALUE",
|
|
188
188
|
* // Type: "STATELESS" || "STATEFUL",
|
|
189
189
|
* // Capacity: Number("int"),
|
|
190
|
-
* // RuleGroupStatus: "ACTIVE" || "DELETING",
|
|
190
|
+
* // RuleGroupStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
191
191
|
* // Tags: [ // TagList
|
|
192
192
|
* // { // Tag
|
|
193
193
|
* // Key: "STRING_VALUE", // required
|
|
@@ -218,7 +218,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
218
218
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
219
219
|
*
|
|
220
220
|
* @throws {@link InternalServerError} (server fault)
|
|
221
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
221
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
222
222
|
* system problem. Retry your request. </p>
|
|
223
223
|
*
|
|
224
224
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -54,7 +54,7 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
|
|
|
54
54
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link InternalServerError} (server fault)
|
|
57
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
57
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
58
58
|
* system problem. Retry your request. </p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InvalidRequestException} (client fault)
|
|
@@ -24,7 +24,7 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
|
|
27
|
-
*
|
|
27
|
+
* referencing it in one or more firewall policies. When you modify a TLS inspection configuration, you modify all
|
|
28
28
|
* firewall policies that use the TLS inspection configuration. </p>
|
|
29
29
|
* <p>To update a TLS inspection configuration, first call <a>DescribeTLSInspectionConfiguration</a> to retrieve the
|
|
30
30
|
* current <a>TLSInspectionConfiguration</a> object, update the object as needed, and then provide
|
|
@@ -75,6 +75,11 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
75
75
|
* ],
|
|
76
76
|
* },
|
|
77
77
|
* ],
|
|
78
|
+
* CertificateAuthorityArn: "STRING_VALUE",
|
|
79
|
+
* CheckCertificateRevocationStatus: { // CheckCertificateRevocationStatusActions
|
|
80
|
+
* RevokedStatusAction: "PASS" || "DROP" || "REJECT",
|
|
81
|
+
* UnknownStatusAction: "PASS" || "DROP" || "REJECT",
|
|
82
|
+
* },
|
|
78
83
|
* },
|
|
79
84
|
* ],
|
|
80
85
|
* },
|
|
@@ -93,7 +98,7 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
93
98
|
* // TLSInspectionConfigurationArn: "STRING_VALUE", // required
|
|
94
99
|
* // TLSInspectionConfigurationName: "STRING_VALUE", // required
|
|
95
100
|
* // TLSInspectionConfigurationId: "STRING_VALUE", // required
|
|
96
|
-
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING",
|
|
101
|
+
* // TLSInspectionConfigurationStatus: "ACTIVE" || "DELETING" || "ERROR",
|
|
97
102
|
* // Description: "STRING_VALUE",
|
|
98
103
|
* // Tags: [ // TagList
|
|
99
104
|
* // { // Tag
|
|
@@ -115,6 +120,12 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
115
120
|
* // StatusMessage: "STRING_VALUE",
|
|
116
121
|
* // },
|
|
117
122
|
* // ],
|
|
123
|
+
* // CertificateAuthority: {
|
|
124
|
+
* // CertificateArn: "STRING_VALUE",
|
|
125
|
+
* // CertificateSerial: "STRING_VALUE",
|
|
126
|
+
* // Status: "STRING_VALUE",
|
|
127
|
+
* // StatusMessage: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
118
129
|
* // },
|
|
119
130
|
* // };
|
|
120
131
|
*
|
|
@@ -127,7 +138,7 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
127
138
|
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
128
139
|
*
|
|
129
140
|
* @throws {@link InternalServerError} (server fault)
|
|
130
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
141
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
131
142
|
* system problem. Retry your request. </p>
|
|
132
143
|
*
|
|
133
144
|
* @throws {@link InvalidRequestException} (client fault)
|
package/dist-types/index.d.ts
CHANGED
|
@@ -86,4 +86,5 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
86
86
|
export * from "./commands";
|
|
87
87
|
export * from "./pagination";
|
|
88
88
|
export * from "./models";
|
|
89
|
+
import "@aws-sdk/util-endpoints";
|
|
89
90
|
export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
|
|
@@ -133,7 +133,7 @@ export interface AssociateFirewallPolicyResponse {
|
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* @public
|
|
136
|
-
* <p>Your request is valid, but Network Firewall couldn
|
|
136
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
137
137
|
* system problem. Retry your request. </p>
|
|
138
138
|
*/
|
|
139
139
|
export declare class InternalServerError extends __BaseException {
|
|
@@ -446,6 +446,63 @@ export interface TlsCertificateData {
|
|
|
446
446
|
*/
|
|
447
447
|
StatusMessage?: string;
|
|
448
448
|
}
|
|
449
|
+
/**
|
|
450
|
+
* @public
|
|
451
|
+
* @enum
|
|
452
|
+
*/
|
|
453
|
+
export declare const RevocationCheckAction: {
|
|
454
|
+
readonly DROP: "DROP";
|
|
455
|
+
readonly PASS: "PASS";
|
|
456
|
+
readonly REJECT: "REJECT";
|
|
457
|
+
};
|
|
458
|
+
/**
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
export type RevocationCheckAction = (typeof RevocationCheckAction)[keyof typeof RevocationCheckAction];
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
* <p>Defines the actions to take on the SSL/TLS connection if the certificate presented by the server in the connection has a revoked or unknown status.</p>
|
|
465
|
+
*/
|
|
466
|
+
export interface CheckCertificateRevocationStatusActions {
|
|
467
|
+
/**
|
|
468
|
+
* @public
|
|
469
|
+
* <p>Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.</p>
|
|
470
|
+
* <ul>
|
|
471
|
+
* <li>
|
|
472
|
+
* <p>
|
|
473
|
+
* <b>PASS</b> - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.</p>
|
|
474
|
+
* </li>
|
|
475
|
+
* <li>
|
|
476
|
+
* <p>
|
|
477
|
+
* <b>DROP</b> - Network Firewall fails closed and drops all subsequent traffic.</p>
|
|
478
|
+
* </li>
|
|
479
|
+
* <li>
|
|
480
|
+
* <p>
|
|
481
|
+
* <b>REJECT</b> - Network Firewall sends a TCP reject packet back to your client so that the client can immediately establish a new session. Network Firewall then fails closed and drops all subsequent traffic. <code>REJECT</code> is available only for TCP traffic.</p>
|
|
482
|
+
* </li>
|
|
483
|
+
* </ul>
|
|
484
|
+
*/
|
|
485
|
+
RevokedStatusAction?: RevocationCheckAction;
|
|
486
|
+
/**
|
|
487
|
+
* @public
|
|
488
|
+
* <p>Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.</p>
|
|
489
|
+
* <ul>
|
|
490
|
+
* <li>
|
|
491
|
+
* <p>
|
|
492
|
+
* <b>PASS</b> - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.</p>
|
|
493
|
+
* </li>
|
|
494
|
+
* <li>
|
|
495
|
+
* <p>
|
|
496
|
+
* <b>DROP</b> - Network Firewall fails closed and drops all subsequent traffic.</p>
|
|
497
|
+
* </li>
|
|
498
|
+
* <li>
|
|
499
|
+
* <p>
|
|
500
|
+
* <b>REJECT</b> - Network Firewall sends a TCP reject packet back to your client so that the client can immediately establish a new session. Network Firewall then fails closed and drops all subsequent traffic. <code>REJECT</code> is available only for TCP traffic. </p>
|
|
501
|
+
* </li>
|
|
502
|
+
* </ul>
|
|
503
|
+
*/
|
|
504
|
+
UnknownStatusAction?: RevocationCheckAction;
|
|
505
|
+
}
|
|
449
506
|
/**
|
|
450
507
|
* @public
|
|
451
508
|
* @enum
|
|
@@ -1141,6 +1198,7 @@ export interface CreateFirewallPolicyRequest {
|
|
|
1141
1198
|
export declare const ResourceStatus: {
|
|
1142
1199
|
readonly ACTIVE: "ACTIVE";
|
|
1143
1200
|
readonly DELETING: "DELETING";
|
|
1201
|
+
readonly ERROR: "ERROR";
|
|
1144
1202
|
};
|
|
1145
1203
|
/**
|
|
1146
1204
|
* @public
|
|
@@ -2122,18 +2180,18 @@ export interface ServerCertificateScope {
|
|
|
2122
2180
|
}
|
|
2123
2181
|
/**
|
|
2124
2182
|
* @public
|
|
2125
|
-
* <p>Any Certificate Manager Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a <a>ServerCertificateConfiguration</a
|
|
2183
|
+
* <p>Any Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a <a>ServerCertificateConfiguration</a>. Used in a <a>TLSInspectionConfiguration</a> for inspection of inbound traffic to your firewall. You must request or import a SSL/TLS certificate into ACM for each domain Network Firewall needs to decrypt and inspect. Network Firewall uses the SSL/TLS certificates to decrypt specified inbound SSL/TLS traffic going to your firewall. For information about working with certificates in Certificate Manager, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html">Request a public certificate </a> or <a href="https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html">Importing certificates</a> in the <i>Certificate Manager User Guide</i>.</p>
|
|
2126
2184
|
*/
|
|
2127
2185
|
export interface ServerCertificate {
|
|
2128
2186
|
/**
|
|
2129
2187
|
* @public
|
|
2130
|
-
* <p>The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate.</p>
|
|
2188
|
+
* <p>The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection.</p>
|
|
2131
2189
|
*/
|
|
2132
2190
|
ResourceArn?: string;
|
|
2133
2191
|
}
|
|
2134
2192
|
/**
|
|
2135
2193
|
* @public
|
|
2136
|
-
* <p>Configures the
|
|
2194
|
+
* <p>Configures the Certificate Manager certificates and scope that Network Firewall uses to decrypt and re-encrypt traffic using a <a>TLSInspectionConfiguration</a>. You can configure <code>ServerCertificates</code> for inbound SSL/TLS inspection, a <code>CertificateAuthorityArn</code> for outbound SSL/TLS inspection, or both. For information about working with certificates for TLS inspection, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html"> Requirements for using SSL/TLS server certficiates with TLS inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
2137
2195
|
* <note>
|
|
2138
2196
|
* <p>If a server certificate that's associated with your <a>TLSInspectionConfiguration</a> is revoked, deleted, or expired it can result in client-side TLS errors.</p>
|
|
2139
2197
|
* </note>
|
|
@@ -2141,20 +2199,41 @@ export interface ServerCertificate {
|
|
|
2141
2199
|
export interface ServerCertificateConfiguration {
|
|
2142
2200
|
/**
|
|
2143
2201
|
* @public
|
|
2144
|
-
* <p>The list of a server certificate configuration's Certificate Manager SSL/TLS
|
|
2202
|
+
* <p>The list of a server certificate configuration's Certificate Manager certificates, used for inbound SSL/TLS inspection.</p>
|
|
2145
2203
|
*/
|
|
2146
2204
|
ServerCertificates?: ServerCertificate[];
|
|
2147
2205
|
/**
|
|
2148
2206
|
* @public
|
|
2149
|
-
* <p>A list of
|
|
2207
|
+
* <p>A list of scopes.</p>
|
|
2150
2208
|
*/
|
|
2151
2209
|
Scopes?: ServerCertificateScope[];
|
|
2210
|
+
/**
|
|
2211
|
+
* @public
|
|
2212
|
+
* <p>The Amazon Resource Name (ARN) of the imported certificate authority (CA) certificate configured in Certificate Manager (ACM) to use for outbound SSL/TLS inspection.</p>
|
|
2213
|
+
* <p>The following limitations apply:</p>
|
|
2214
|
+
* <ul>
|
|
2215
|
+
* <li>
|
|
2216
|
+
* <p>You can use CA certificates that you imported into ACM, but you can't generate CA certificates with ACM.</p>
|
|
2217
|
+
* </li>
|
|
2218
|
+
* <li>
|
|
2219
|
+
* <p>You can't use certificates issued by Private Certificate Authority.</p>
|
|
2220
|
+
* </li>
|
|
2221
|
+
* </ul>
|
|
2222
|
+
* <p>For more information about the certificate requirements for outbound inspection, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html">Requirements for using SSL/TLS certificates with TLS inspection configurations</a> in the <i>Network Firewall Developer Guide</i>. </p>
|
|
2223
|
+
* <p>For information about working with certificates in ACM, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html">Importing certificates</a> in the <i>Certificate Manager User Guide</i>.</p>
|
|
2224
|
+
*/
|
|
2225
|
+
CertificateAuthorityArn?: string;
|
|
2226
|
+
/**
|
|
2227
|
+
* @public
|
|
2228
|
+
* <p>When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To use this option, you must specify a <code>CertificateAuthorityArn</code> in <a>ServerCertificateConfiguration</a>.</p>
|
|
2229
|
+
*/
|
|
2230
|
+
CheckCertificateRevocationStatus?: CheckCertificateRevocationStatusActions;
|
|
2152
2231
|
}
|
|
2153
2232
|
/**
|
|
2154
2233
|
* @public
|
|
2155
2234
|
* <p>The object that defines a TLS inspection configuration. This, along with <a>TLSInspectionConfigurationResponse</a>, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling <a>DescribeTLSInspectionConfiguration</a>. </p>
|
|
2156
2235
|
* <p>Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.</p>
|
|
2157
|
-
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect
|
|
2236
|
+
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Inspecting SSL/TLS traffic with TLS
|
|
2158
2237
|
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
2159
2238
|
*/
|
|
2160
2239
|
export interface TLSInspectionConfiguration {
|
|
@@ -2177,7 +2256,7 @@ export interface CreateTLSInspectionConfigurationRequest {
|
|
|
2177
2256
|
* @public
|
|
2178
2257
|
* <p>The object that defines a TLS inspection configuration. This, along with <a>TLSInspectionConfigurationResponse</a>, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling <a>DescribeTLSInspectionConfiguration</a>. </p>
|
|
2179
2258
|
* <p>Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.</p>
|
|
2180
|
-
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect
|
|
2259
|
+
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Inspecting SSL/TLS traffic with TLS
|
|
2181
2260
|
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
2182
2261
|
*/
|
|
2183
2262
|
TLSInspectionConfiguration: TLSInspectionConfiguration | undefined;
|
|
@@ -2252,6 +2331,11 @@ export interface TLSInspectionConfigurationResponse {
|
|
|
2252
2331
|
* <p>A list of the certificates associated with the TLS inspection configuration.</p>
|
|
2253
2332
|
*/
|
|
2254
2333
|
Certificates?: TlsCertificateData[];
|
|
2334
|
+
/**
|
|
2335
|
+
* @public
|
|
2336
|
+
* <p>Contains metadata about an Certificate Manager certificate.</p>
|
|
2337
|
+
*/
|
|
2338
|
+
CertificateAuthority?: TlsCertificateData;
|
|
2255
2339
|
}
|
|
2256
2340
|
/**
|
|
2257
2341
|
* @public
|
|
@@ -2820,7 +2904,7 @@ export interface DescribeTLSInspectionConfigurationResponse {
|
|
|
2820
2904
|
* @public
|
|
2821
2905
|
* <p>The object that defines a TLS inspection configuration. This, along with <a>TLSInspectionConfigurationResponse</a>, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling <a>DescribeTLSInspectionConfiguration</a>. </p>
|
|
2822
2906
|
* <p>Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.</p>
|
|
2823
|
-
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect
|
|
2907
|
+
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Inspecting SSL/TLS traffic with TLS
|
|
2824
2908
|
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
2825
2909
|
*/
|
|
2826
2910
|
TLSInspectionConfiguration?: TLSInspectionConfiguration;
|
|
@@ -3809,7 +3893,7 @@ export interface UpdateTLSInspectionConfigurationRequest {
|
|
|
3809
3893
|
* @public
|
|
3810
3894
|
* <p>The object that defines a TLS inspection configuration. This, along with <a>TLSInspectionConfigurationResponse</a>, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling <a>DescribeTLSInspectionConfiguration</a>. </p>
|
|
3811
3895
|
* <p>Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.</p>
|
|
3812
|
-
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect
|
|
3896
|
+
* <p>To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html">Inspecting SSL/TLS traffic with TLS
|
|
3813
3897
|
* inspection configurations</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
3814
3898
|
*/
|
|
3815
3899
|
TLSInspectionConfiguration: TLSInspectionConfiguration | undefined;
|
|
@@ -4,4 +4,5 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export * from "./commands";
|
|
5
5
|
export * from "./pagination";
|
|
6
6
|
export * from "./models";
|
|
7
|
+
import "@aws-sdk/util-endpoints";
|
|
7
8
|
export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
|
|
@@ -135,6 +135,17 @@ export interface TlsCertificateData {
|
|
|
135
135
|
Status?: string;
|
|
136
136
|
StatusMessage?: string;
|
|
137
137
|
}
|
|
138
|
+
export declare const RevocationCheckAction: {
|
|
139
|
+
readonly DROP: "DROP";
|
|
140
|
+
readonly PASS: "PASS";
|
|
141
|
+
readonly REJECT: "REJECT";
|
|
142
|
+
};
|
|
143
|
+
export type RevocationCheckAction =
|
|
144
|
+
(typeof RevocationCheckAction)[keyof typeof RevocationCheckAction];
|
|
145
|
+
export interface CheckCertificateRevocationStatusActions {
|
|
146
|
+
RevokedStatusAction?: RevocationCheckAction;
|
|
147
|
+
UnknownStatusAction?: RevocationCheckAction;
|
|
148
|
+
}
|
|
138
149
|
export declare const ConfigurationSyncState: {
|
|
139
150
|
readonly CAPACITY_CONSTRAINED: "CAPACITY_CONSTRAINED";
|
|
140
151
|
readonly IN_SYNC: "IN_SYNC";
|
|
@@ -287,6 +298,7 @@ export interface CreateFirewallPolicyRequest {
|
|
|
287
298
|
export declare const ResourceStatus: {
|
|
288
299
|
readonly ACTIVE: "ACTIVE";
|
|
289
300
|
readonly DELETING: "DELETING";
|
|
301
|
+
readonly ERROR: "ERROR";
|
|
290
302
|
};
|
|
291
303
|
export type ResourceStatus =
|
|
292
304
|
(typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
@@ -498,6 +510,8 @@ export interface ServerCertificate {
|
|
|
498
510
|
export interface ServerCertificateConfiguration {
|
|
499
511
|
ServerCertificates?: ServerCertificate[];
|
|
500
512
|
Scopes?: ServerCertificateScope[];
|
|
513
|
+
CertificateAuthorityArn?: string;
|
|
514
|
+
CheckCertificateRevocationStatus?: CheckCertificateRevocationStatusActions;
|
|
501
515
|
}
|
|
502
516
|
export interface TLSInspectionConfiguration {
|
|
503
517
|
ServerCertificateConfigurations?: ServerCertificateConfiguration[];
|
|
@@ -520,6 +534,7 @@ export interface TLSInspectionConfigurationResponse {
|
|
|
520
534
|
NumberOfAssociations?: number;
|
|
521
535
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
522
536
|
Certificates?: TlsCertificateData[];
|
|
537
|
+
CertificateAuthority?: TlsCertificateData;
|
|
523
538
|
}
|
|
524
539
|
export interface CreateTLSInspectionConfigurationResponse {
|
|
525
540
|
UpdateToken: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-network-firewall",
|
|
3
3
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.438.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.438.0",
|
|
25
25
|
"@aws-sdk/core": "3.436.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.438.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.438.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
33
|
"@aws-sdk/types": "3.433.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.438.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.437.0",
|
|
37
37
|
"@smithy/config-resolver": "^2.0.16",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.2.4",
|
|
39
39
|
"@smithy/hash-node": "^2.0.12",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
55
|
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
56
|
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-endpoints": "^1.0.2",
|
|
57
58
|
"@smithy/util-retry": "^2.0.5",
|
|
58
59
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
60
|
"tslib": "^2.5.0"
|