@aws-sdk/client-network-firewall 3.40.0 → 3.45.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/CHANGELOG.md +38 -0
- package/dist-cjs/NetworkFirewall.js +15 -0
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +30 -3
- package/dist-cjs/protocols/Aws_json1_0.js +166 -2
- package/dist-es/NetworkFirewall.js +15 -0
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +21 -0
- package/dist-es/protocols/Aws_json1_0.js +225 -59
- package/dist-types/NetworkFirewall.d.ts +13 -1
- package/dist-types/NetworkFirewallClient.d.ts +3 -2
- 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 +1 -1
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +1 -1
- 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/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 +38 -0
- 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/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/UpdateFirewallPolicyChangeProtectionCommand.d.ts +4 -2
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +136 -13
- package/dist-types/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +5 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +3 -0
- package/package.json +6 -6
|
@@ -155,6 +155,17 @@ export var serializeAws_json1_0DescribeRuleGroupCommand = function (input, conte
|
|
|
155
155
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
156
156
|
});
|
|
157
157
|
}); };
|
|
158
|
+
export var serializeAws_json1_0DescribeRuleGroupMetadataCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
159
|
+
var headers, body;
|
|
160
|
+
return __generator(this, function (_a) {
|
|
161
|
+
headers = {
|
|
162
|
+
"content-type": "application/x-amz-json-1.0",
|
|
163
|
+
"x-amz-target": "NetworkFirewall_20201112.DescribeRuleGroupMetadata",
|
|
164
|
+
};
|
|
165
|
+
body = JSON.stringify(serializeAws_json1_0DescribeRuleGroupMetadataRequest(input, context));
|
|
166
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
167
|
+
});
|
|
168
|
+
}); };
|
|
158
169
|
export var serializeAws_json1_0DisassociateSubnetsCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
159
170
|
var headers, body;
|
|
160
171
|
return __generator(this, function (_a) {
|
|
@@ -1568,6 +1579,86 @@ var deserializeAws_json1_0DescribeRuleGroupCommandError = function (output, cont
|
|
|
1568
1579
|
}
|
|
1569
1580
|
});
|
|
1570
1581
|
}); };
|
|
1582
|
+
export var deserializeAws_json1_0DescribeRuleGroupMetadataCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1583
|
+
var data, contents, response;
|
|
1584
|
+
return __generator(this, function (_a) {
|
|
1585
|
+
switch (_a.label) {
|
|
1586
|
+
case 0:
|
|
1587
|
+
if (output.statusCode >= 300) {
|
|
1588
|
+
return [2, deserializeAws_json1_0DescribeRuleGroupMetadataCommandError(output, context)];
|
|
1589
|
+
}
|
|
1590
|
+
return [4, parseBody(output.body, context)];
|
|
1591
|
+
case 1:
|
|
1592
|
+
data = _a.sent();
|
|
1593
|
+
contents = {};
|
|
1594
|
+
contents = deserializeAws_json1_0DescribeRuleGroupMetadataResponse(data, context);
|
|
1595
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
1596
|
+
return [2, Promise.resolve(response)];
|
|
1597
|
+
}
|
|
1598
|
+
});
|
|
1599
|
+
}); };
|
|
1600
|
+
var deserializeAws_json1_0DescribeRuleGroupMetadataCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1601
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, parsedBody, message;
|
|
1602
|
+
var _g;
|
|
1603
|
+
return __generator(this, function (_h) {
|
|
1604
|
+
switch (_h.label) {
|
|
1605
|
+
case 0:
|
|
1606
|
+
_a = [__assign({}, output)];
|
|
1607
|
+
_g = {};
|
|
1608
|
+
return [4, parseBody(output.body, context)];
|
|
1609
|
+
case 1:
|
|
1610
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_g.body = _h.sent(), _g)]));
|
|
1611
|
+
errorCode = "UnknownError";
|
|
1612
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1613
|
+
_b = errorCode;
|
|
1614
|
+
switch (_b) {
|
|
1615
|
+
case "InternalServerError": return [3, 2];
|
|
1616
|
+
case "com.amazonaws.networkfirewall#InternalServerError": return [3, 2];
|
|
1617
|
+
case "InvalidRequestException": return [3, 4];
|
|
1618
|
+
case "com.amazonaws.networkfirewall#InvalidRequestException": return [3, 4];
|
|
1619
|
+
case "ResourceNotFoundException": return [3, 6];
|
|
1620
|
+
case "com.amazonaws.networkfirewall#ResourceNotFoundException": return [3, 6];
|
|
1621
|
+
case "ThrottlingException": return [3, 8];
|
|
1622
|
+
case "com.amazonaws.networkfirewall#ThrottlingException": return [3, 8];
|
|
1623
|
+
}
|
|
1624
|
+
return [3, 10];
|
|
1625
|
+
case 2:
|
|
1626
|
+
_c = [{}];
|
|
1627
|
+
return [4, deserializeAws_json1_0InternalServerErrorResponse(parsedOutput, context)];
|
|
1628
|
+
case 3:
|
|
1629
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1630
|
+
return [3, 11];
|
|
1631
|
+
case 4:
|
|
1632
|
+
_d = [{}];
|
|
1633
|
+
return [4, deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context)];
|
|
1634
|
+
case 5:
|
|
1635
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1636
|
+
return [3, 11];
|
|
1637
|
+
case 6:
|
|
1638
|
+
_e = [{}];
|
|
1639
|
+
return [4, deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
1640
|
+
case 7:
|
|
1641
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1642
|
+
return [3, 11];
|
|
1643
|
+
case 8:
|
|
1644
|
+
_f = [{}];
|
|
1645
|
+
return [4, deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context)];
|
|
1646
|
+
case 9:
|
|
1647
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
1648
|
+
return [3, 11];
|
|
1649
|
+
case 10:
|
|
1650
|
+
parsedBody = parsedOutput.body;
|
|
1651
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
1652
|
+
response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
1653
|
+
_h.label = 11;
|
|
1654
|
+
case 11:
|
|
1655
|
+
message = response.message || response.Message || errorCode;
|
|
1656
|
+
response.message = message;
|
|
1657
|
+
delete response.Message;
|
|
1658
|
+
return [2, Promise.reject(Object.assign(new Error(message), response))];
|
|
1659
|
+
}
|
|
1660
|
+
});
|
|
1661
|
+
}); };
|
|
1571
1662
|
export var deserializeAws_json1_0DisassociateSubnetsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1572
1663
|
var data, contents, response;
|
|
1573
1664
|
return __generator(this, function (_a) {
|
|
@@ -1899,44 +1990,60 @@ export var deserializeAws_json1_0ListTagsForResourceCommand = function (output,
|
|
|
1899
1990
|
});
|
|
1900
1991
|
}); };
|
|
1901
1992
|
var deserializeAws_json1_0ListTagsForResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1902
|
-
var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
|
|
1903
|
-
var
|
|
1904
|
-
return __generator(this, function (
|
|
1905
|
-
switch (
|
|
1993
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, parsedBody, message;
|
|
1994
|
+
var _g;
|
|
1995
|
+
return __generator(this, function (_h) {
|
|
1996
|
+
switch (_h.label) {
|
|
1906
1997
|
case 0:
|
|
1907
1998
|
_a = [__assign({}, output)];
|
|
1908
|
-
|
|
1999
|
+
_g = {};
|
|
1909
2000
|
return [4, parseBody(output.body, context)];
|
|
1910
2001
|
case 1:
|
|
1911
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(
|
|
2002
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_g.body = _h.sent(), _g)]));
|
|
1912
2003
|
errorCode = "UnknownError";
|
|
1913
2004
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1914
2005
|
_b = errorCode;
|
|
1915
2006
|
switch (_b) {
|
|
1916
|
-
case "
|
|
1917
|
-
case "com.amazonaws.networkfirewall#
|
|
1918
|
-
case "
|
|
1919
|
-
case "com.amazonaws.networkfirewall#
|
|
2007
|
+
case "InternalServerError": return [3, 2];
|
|
2008
|
+
case "com.amazonaws.networkfirewall#InternalServerError": return [3, 2];
|
|
2009
|
+
case "InvalidRequestException": return [3, 4];
|
|
2010
|
+
case "com.amazonaws.networkfirewall#InvalidRequestException": return [3, 4];
|
|
2011
|
+
case "ResourceNotFoundException": return [3, 6];
|
|
2012
|
+
case "com.amazonaws.networkfirewall#ResourceNotFoundException": return [3, 6];
|
|
2013
|
+
case "ThrottlingException": return [3, 8];
|
|
2014
|
+
case "com.amazonaws.networkfirewall#ThrottlingException": return [3, 8];
|
|
1920
2015
|
}
|
|
1921
|
-
return [3,
|
|
2016
|
+
return [3, 10];
|
|
1922
2017
|
case 2:
|
|
1923
2018
|
_c = [{}];
|
|
1924
|
-
return [4,
|
|
2019
|
+
return [4, deserializeAws_json1_0InternalServerErrorResponse(parsedOutput, context)];
|
|
1925
2020
|
case 3:
|
|
1926
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(
|
|
1927
|
-
return [3,
|
|
2021
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2022
|
+
return [3, 11];
|
|
1928
2023
|
case 4:
|
|
1929
2024
|
_d = [{}];
|
|
1930
|
-
return [4,
|
|
2025
|
+
return [4, deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context)];
|
|
1931
2026
|
case 5:
|
|
1932
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(
|
|
1933
|
-
return [3,
|
|
2027
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2028
|
+
return [3, 11];
|
|
1934
2029
|
case 6:
|
|
2030
|
+
_e = [{}];
|
|
2031
|
+
return [4, deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
2032
|
+
case 7:
|
|
2033
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2034
|
+
return [3, 11];
|
|
2035
|
+
case 8:
|
|
2036
|
+
_f = [{}];
|
|
2037
|
+
return [4, deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context)];
|
|
2038
|
+
case 9:
|
|
2039
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2040
|
+
return [3, 11];
|
|
2041
|
+
case 10:
|
|
1935
2042
|
parsedBody = parsedOutput.body;
|
|
1936
2043
|
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
1937
2044
|
response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
1938
|
-
|
|
1939
|
-
case
|
|
2045
|
+
_h.label = 11;
|
|
2046
|
+
case 11:
|
|
1940
2047
|
message = response.message || response.Message || errorCode;
|
|
1941
2048
|
response.message = message;
|
|
1942
2049
|
delete response.Message;
|
|
@@ -2051,44 +2158,60 @@ export var deserializeAws_json1_0TagResourceCommand = function (output, context)
|
|
|
2051
2158
|
});
|
|
2052
2159
|
}); };
|
|
2053
2160
|
var deserializeAws_json1_0TagResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2054
|
-
var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
|
|
2055
|
-
var
|
|
2056
|
-
return __generator(this, function (
|
|
2057
|
-
switch (
|
|
2161
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, parsedBody, message;
|
|
2162
|
+
var _g;
|
|
2163
|
+
return __generator(this, function (_h) {
|
|
2164
|
+
switch (_h.label) {
|
|
2058
2165
|
case 0:
|
|
2059
2166
|
_a = [__assign({}, output)];
|
|
2060
|
-
|
|
2167
|
+
_g = {};
|
|
2061
2168
|
return [4, parseBody(output.body, context)];
|
|
2062
2169
|
case 1:
|
|
2063
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(
|
|
2170
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_g.body = _h.sent(), _g)]));
|
|
2064
2171
|
errorCode = "UnknownError";
|
|
2065
2172
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2066
2173
|
_b = errorCode;
|
|
2067
2174
|
switch (_b) {
|
|
2068
|
-
case "
|
|
2069
|
-
case "com.amazonaws.networkfirewall#
|
|
2070
|
-
case "
|
|
2071
|
-
case "com.amazonaws.networkfirewall#
|
|
2175
|
+
case "InternalServerError": return [3, 2];
|
|
2176
|
+
case "com.amazonaws.networkfirewall#InternalServerError": return [3, 2];
|
|
2177
|
+
case "InvalidRequestException": return [3, 4];
|
|
2178
|
+
case "com.amazonaws.networkfirewall#InvalidRequestException": return [3, 4];
|
|
2179
|
+
case "ResourceNotFoundException": return [3, 6];
|
|
2180
|
+
case "com.amazonaws.networkfirewall#ResourceNotFoundException": return [3, 6];
|
|
2181
|
+
case "ThrottlingException": return [3, 8];
|
|
2182
|
+
case "com.amazonaws.networkfirewall#ThrottlingException": return [3, 8];
|
|
2072
2183
|
}
|
|
2073
|
-
return [3,
|
|
2184
|
+
return [3, 10];
|
|
2074
2185
|
case 2:
|
|
2075
2186
|
_c = [{}];
|
|
2076
|
-
return [4,
|
|
2187
|
+
return [4, deserializeAws_json1_0InternalServerErrorResponse(parsedOutput, context)];
|
|
2077
2188
|
case 3:
|
|
2078
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(
|
|
2079
|
-
return [3,
|
|
2189
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2190
|
+
return [3, 11];
|
|
2080
2191
|
case 4:
|
|
2081
2192
|
_d = [{}];
|
|
2082
|
-
return [4,
|
|
2193
|
+
return [4, deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context)];
|
|
2083
2194
|
case 5:
|
|
2084
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(
|
|
2085
|
-
return [3,
|
|
2195
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2196
|
+
return [3, 11];
|
|
2086
2197
|
case 6:
|
|
2198
|
+
_e = [{}];
|
|
2199
|
+
return [4, deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
2200
|
+
case 7:
|
|
2201
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2202
|
+
return [3, 11];
|
|
2203
|
+
case 8:
|
|
2204
|
+
_f = [{}];
|
|
2205
|
+
return [4, deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context)];
|
|
2206
|
+
case 9:
|
|
2207
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2208
|
+
return [3, 11];
|
|
2209
|
+
case 10:
|
|
2087
2210
|
parsedBody = parsedOutput.body;
|
|
2088
2211
|
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
2089
2212
|
response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
2090
|
-
|
|
2091
|
-
case
|
|
2213
|
+
_h.label = 11;
|
|
2214
|
+
case 11:
|
|
2092
2215
|
message = response.message || response.Message || errorCode;
|
|
2093
2216
|
response.message = message;
|
|
2094
2217
|
delete response.Message;
|
|
@@ -2115,44 +2238,60 @@ export var deserializeAws_json1_0UntagResourceCommand = function (output, contex
|
|
|
2115
2238
|
});
|
|
2116
2239
|
}); };
|
|
2117
2240
|
var deserializeAws_json1_0UntagResourceCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2118
|
-
var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
|
|
2119
|
-
var
|
|
2120
|
-
return __generator(this, function (
|
|
2121
|
-
switch (
|
|
2241
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, parsedBody, message;
|
|
2242
|
+
var _g;
|
|
2243
|
+
return __generator(this, function (_h) {
|
|
2244
|
+
switch (_h.label) {
|
|
2122
2245
|
case 0:
|
|
2123
2246
|
_a = [__assign({}, output)];
|
|
2124
|
-
|
|
2247
|
+
_g = {};
|
|
2125
2248
|
return [4, parseBody(output.body, context)];
|
|
2126
2249
|
case 1:
|
|
2127
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(
|
|
2250
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_g.body = _h.sent(), _g)]));
|
|
2128
2251
|
errorCode = "UnknownError";
|
|
2129
2252
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2130
2253
|
_b = errorCode;
|
|
2131
2254
|
switch (_b) {
|
|
2132
|
-
case "
|
|
2133
|
-
case "com.amazonaws.networkfirewall#
|
|
2134
|
-
case "
|
|
2135
|
-
case "com.amazonaws.networkfirewall#
|
|
2255
|
+
case "InternalServerError": return [3, 2];
|
|
2256
|
+
case "com.amazonaws.networkfirewall#InternalServerError": return [3, 2];
|
|
2257
|
+
case "InvalidRequestException": return [3, 4];
|
|
2258
|
+
case "com.amazonaws.networkfirewall#InvalidRequestException": return [3, 4];
|
|
2259
|
+
case "ResourceNotFoundException": return [3, 6];
|
|
2260
|
+
case "com.amazonaws.networkfirewall#ResourceNotFoundException": return [3, 6];
|
|
2261
|
+
case "ThrottlingException": return [3, 8];
|
|
2262
|
+
case "com.amazonaws.networkfirewall#ThrottlingException": return [3, 8];
|
|
2136
2263
|
}
|
|
2137
|
-
return [3,
|
|
2264
|
+
return [3, 10];
|
|
2138
2265
|
case 2:
|
|
2139
2266
|
_c = [{}];
|
|
2140
|
-
return [4,
|
|
2267
|
+
return [4, deserializeAws_json1_0InternalServerErrorResponse(parsedOutput, context)];
|
|
2141
2268
|
case 3:
|
|
2142
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(
|
|
2143
|
-
return [3,
|
|
2269
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2270
|
+
return [3, 11];
|
|
2144
2271
|
case 4:
|
|
2145
2272
|
_d = [{}];
|
|
2146
|
-
return [4,
|
|
2273
|
+
return [4, deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context)];
|
|
2147
2274
|
case 5:
|
|
2148
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(
|
|
2149
|
-
return [3,
|
|
2275
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2276
|
+
return [3, 11];
|
|
2150
2277
|
case 6:
|
|
2278
|
+
_e = [{}];
|
|
2279
|
+
return [4, deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
2280
|
+
case 7:
|
|
2281
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2282
|
+
return [3, 11];
|
|
2283
|
+
case 8:
|
|
2284
|
+
_f = [{}];
|
|
2285
|
+
return [4, deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context)];
|
|
2286
|
+
case 9:
|
|
2287
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
2288
|
+
return [3, 11];
|
|
2289
|
+
case 10:
|
|
2151
2290
|
parsedBody = parsedOutput.body;
|
|
2152
2291
|
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
2153
2292
|
response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
2154
|
-
|
|
2155
|
-
case
|
|
2293
|
+
_h.label = 11;
|
|
2294
|
+
case 11:
|
|
2156
2295
|
message = response.message || response.Message || errorCode;
|
|
2157
2296
|
response.message = message;
|
|
2158
2297
|
delete response.Message;
|
|
@@ -3023,6 +3162,9 @@ var serializeAws_json1_0DescribeLoggingConfigurationRequest = function (input, c
|
|
|
3023
3162
|
var serializeAws_json1_0DescribeResourcePolicyRequest = function (input, context) {
|
|
3024
3163
|
return __assign({}, (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }));
|
|
3025
3164
|
};
|
|
3165
|
+
var serializeAws_json1_0DescribeRuleGroupMetadataRequest = function (input, context) {
|
|
3166
|
+
return __assign(__assign(__assign({}, (input.RuleGroupArn !== undefined && input.RuleGroupArn !== null && { RuleGroupArn: input.RuleGroupArn })), (input.RuleGroupName !== undefined && input.RuleGroupName !== null && { RuleGroupName: input.RuleGroupName })), (input.Type !== undefined && input.Type !== null && { Type: input.Type }));
|
|
3167
|
+
};
|
|
3026
3168
|
var serializeAws_json1_0DescribeRuleGroupRequest = function (input, context) {
|
|
3027
3169
|
return __assign(__assign(__assign({}, (input.RuleGroupArn !== undefined && input.RuleGroupArn !== null && { RuleGroupArn: input.RuleGroupArn })), (input.RuleGroupName !== undefined && input.RuleGroupName !== null && { RuleGroupName: input.RuleGroupName })), (input.Type !== undefined && input.Type !== null && { Type: input.Type }));
|
|
3028
3170
|
};
|
|
@@ -3105,7 +3247,7 @@ var serializeAws_json1_0ListFirewallsRequest = function (input, context) {
|
|
|
3105
3247
|
input.VpcIds !== null && { VpcIds: serializeAws_json1_0VpcIds(input.VpcIds, context) }));
|
|
3106
3248
|
};
|
|
3107
3249
|
var serializeAws_json1_0ListRuleGroupsRequest = function (input, context) {
|
|
3108
|
-
return __assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }));
|
|
3250
|
+
return __assign(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.Scope !== undefined && input.Scope !== null && { Scope: input.Scope }));
|
|
3109
3251
|
};
|
|
3110
3252
|
var serializeAws_json1_0ListTagsForResourceRequest = function (input, context) {
|
|
3111
3253
|
return __assign(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }));
|
|
@@ -3292,8 +3434,12 @@ var serializeAws_json1_0StatefulRule = function (input, context) {
|
|
|
3292
3434
|
input.Header !== null && { Header: serializeAws_json1_0Header(input.Header, context) })), (input.RuleOptions !== undefined &&
|
|
3293
3435
|
input.RuleOptions !== null && { RuleOptions: serializeAws_json1_0RuleOptions(input.RuleOptions, context) }));
|
|
3294
3436
|
};
|
|
3437
|
+
var serializeAws_json1_0StatefulRuleGroupOverride = function (input, context) {
|
|
3438
|
+
return __assign({}, (input.Action !== undefined && input.Action !== null && { Action: input.Action }));
|
|
3439
|
+
};
|
|
3295
3440
|
var serializeAws_json1_0StatefulRuleGroupReference = function (input, context) {
|
|
3296
|
-
return __assign(__assign(
|
|
3441
|
+
return __assign(__assign(__assign({}, (input.Override !== undefined &&
|
|
3442
|
+
input.Override !== null && { Override: serializeAws_json1_0StatefulRuleGroupOverride(input.Override, context) })), (input.Priority !== undefined && input.Priority !== null && { Priority: input.Priority })), (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }));
|
|
3297
3443
|
};
|
|
3298
3444
|
var serializeAws_json1_0StatefulRuleGroupReferences = function (input, context) {
|
|
3299
3445
|
return input
|
|
@@ -3642,6 +3788,18 @@ var deserializeAws_json1_0DescribeResourcePolicyResponse = function (output, con
|
|
|
3642
3788
|
Policy: __expectString(output.Policy),
|
|
3643
3789
|
};
|
|
3644
3790
|
};
|
|
3791
|
+
var deserializeAws_json1_0DescribeRuleGroupMetadataResponse = function (output, context) {
|
|
3792
|
+
return {
|
|
3793
|
+
Capacity: __expectInt32(output.Capacity),
|
|
3794
|
+
Description: __expectString(output.Description),
|
|
3795
|
+
RuleGroupArn: __expectString(output.RuleGroupArn),
|
|
3796
|
+
RuleGroupName: __expectString(output.RuleGroupName),
|
|
3797
|
+
StatefulRuleOptions: output.StatefulRuleOptions !== undefined && output.StatefulRuleOptions !== null
|
|
3798
|
+
? deserializeAws_json1_0StatefulRuleOptions(output.StatefulRuleOptions, context)
|
|
3799
|
+
: undefined,
|
|
3800
|
+
Type: __expectString(output.Type),
|
|
3801
|
+
};
|
|
3802
|
+
};
|
|
3645
3803
|
var deserializeAws_json1_0DescribeRuleGroupResponse = function (output, context) {
|
|
3646
3804
|
return {
|
|
3647
3805
|
RuleGroup: output.RuleGroup !== undefined && output.RuleGroup !== null
|
|
@@ -4168,8 +4326,16 @@ var deserializeAws_json1_0StatefulRule = function (output, context) {
|
|
|
4168
4326
|
: undefined,
|
|
4169
4327
|
};
|
|
4170
4328
|
};
|
|
4329
|
+
var deserializeAws_json1_0StatefulRuleGroupOverride = function (output, context) {
|
|
4330
|
+
return {
|
|
4331
|
+
Action: __expectString(output.Action),
|
|
4332
|
+
};
|
|
4333
|
+
};
|
|
4171
4334
|
var deserializeAws_json1_0StatefulRuleGroupReference = function (output, context) {
|
|
4172
4335
|
return {
|
|
4336
|
+
Override: output.Override !== undefined && output.Override !== null
|
|
4337
|
+
? deserializeAws_json1_0StatefulRuleGroupOverride(output.Override, context)
|
|
4338
|
+
: undefined,
|
|
4173
4339
|
Priority: __expectInt32(output.Priority),
|
|
4174
4340
|
ResourceArn: __expectString(output.ResourceArn),
|
|
4175
4341
|
};
|
|
@@ -13,6 +13,7 @@ import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput
|
|
|
13
13
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
|
|
14
14
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
15
15
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
|
|
16
|
+
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
|
|
16
17
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
|
|
17
18
|
import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
|
|
18
19
|
import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
|
|
@@ -225,6 +226,15 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
225
226
|
describeRuleGroup(args: DescribeRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupCommandOutput>;
|
|
226
227
|
describeRuleGroup(args: DescribeRuleGroupCommandInput, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
|
|
227
228
|
describeRuleGroup(args: DescribeRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
|
|
229
|
+
/**
|
|
230
|
+
* <p>High-level information about a rule group, returned by operations like create and describe.
|
|
231
|
+
* You can use the information provided in the metadata to retrieve and manage a rule group.
|
|
232
|
+
* You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>.
|
|
233
|
+
* </p>
|
|
234
|
+
*/
|
|
235
|
+
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
236
|
+
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
|
|
237
|
+
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
|
|
228
238
|
/**
|
|
229
239
|
* <p>Removes the specified subnet associations from the firewall. This removes the
|
|
230
240
|
* firewall endpoints from the subnets and removes any network filtering protections that the endpoints
|
|
@@ -337,7 +347,9 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
|
|
|
337
347
|
updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
|
|
338
348
|
updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
|
|
339
349
|
/**
|
|
340
|
-
* <p
|
|
350
|
+
* <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
|
|
351
|
+
* is possible to change the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
|
|
352
|
+
* from changes. This setting helps protect against accidentally changing a firewall that's in use.</p>
|
|
341
353
|
*/
|
|
342
354
|
updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
|
|
343
355
|
updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
|
|
@@ -20,6 +20,7 @@ import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput
|
|
|
20
20
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
|
|
21
21
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
22
22
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
|
|
23
|
+
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
|
|
23
24
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
|
|
24
25
|
import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
|
|
25
26
|
import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
|
|
@@ -35,8 +36,8 @@ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } f
|
|
|
35
36
|
import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
|
|
36
37
|
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
37
38
|
import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
38
|
-
export declare type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
|
|
39
|
-
export declare type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
|
|
39
|
+
export declare type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
|
|
40
|
+
export declare type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
|
|
40
41
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
41
42
|
/**
|
|
42
43
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -24,7 +24,7 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link AssociateFirewallPolicyCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link AssociateFirewallPolicyCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class AssociateFirewallPolicyCommand extends $Command<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link AssociateSubnetsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link AssociateSubnetsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class AssociateSubnetsCommand extends $Command<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateFirewallCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateFirewallCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateFirewallCommand extends $Command<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateFirewallPolicyCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateFirewallPolicyCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateFirewallPolicyCommand extends $Command<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateRuleGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateRuleGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DeleteFirewallCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DeleteFirewallCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DeleteFirewallCommand extends $Command<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFirewallPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFirewallPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFirewallPolicyCommand extends $Command<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteRuleGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteRuleGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFirewallCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFirewallCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFirewallCommand extends $Command<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFirewallPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFirewallPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFirewallPolicyCommand extends $Command<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLoggingConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLoggingConfigurationCommand extends $Command<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeResourcePolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeResourcePolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeRuleGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeRuleGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link NetworkFirewallClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeRuleGroupCommand extends $Command<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
|