@aws-sdk/client-network-firewall 3.490.0 → 3.495.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/NetworkFirewall.js +1 -83
- package/dist-cjs/NetworkFirewallClient.js +1 -43
- package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/AssociateSubnetsCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeFirewallCommand.js +1 -28
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +1 -28
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallsCommand.js +1 -28
- package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +1 -28
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -39
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3451 -11
- package/dist-cjs/models/NetworkFirewallServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -300
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListFirewallPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRuleGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTLSInspectionConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2207
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,39 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateFirewallPolicyCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateSubnetsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateFirewallCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateFirewallPolicyCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateRuleGroupCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateTLSInspectionConfigurationCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteFirewallCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteFirewallPolicyCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteRuleGroupCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteTLSInspectionConfigurationCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DescribeFirewallCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DescribeFirewallPolicyCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeLoggingConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeResourcePolicyCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeRuleGroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeRuleGroupMetadataCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeTLSInspectionConfigurationCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DisassociateSubnetsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./ListFirewallPoliciesCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./ListFirewallsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListRuleGroupsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListTLSInspectionConfigurationsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./UpdateFirewallDeleteProtectionCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./UpdateFirewallDescriptionCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./UpdateFirewallEncryptionConfigurationCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./UpdateFirewallPolicyChangeProtectionCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./UpdateFirewallPolicyCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./UpdateLoggingConfigurationCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UpdateRuleGroupCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UpdateSubnetChangeProtectionCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UpdateTLSInspectionConfigurationCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "network-firewall",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|