@aws-sdk/client-network-firewall 3.32.0 → 3.36.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 +44 -0
- package/README.md +2 -1
- package/{dist/cjs → dist-cjs}/NetworkFirewall.js +3 -3
- package/{dist/cjs → dist-cjs}/NetworkFirewallClient.js +10 -10
- package/{dist/cjs → dist-cjs}/commands/AssociateFirewallPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateSubnetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFirewallCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFirewallPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFirewallCommand.js +4 -4
- package/{dist/cjs → dist-cjs}/commands/DeleteFirewallPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFirewallCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFirewallPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLoggingConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateSubnetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListFirewallPoliciesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListFirewallsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRuleGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFirewallDescriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFirewallPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateLoggingConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +35 -13
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListFirewallPoliciesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListFirewallsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListRuleGroupsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +76 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/NetworkFirewall.js +2 -82
- package/dist-es/NetworkFirewallClient.js +37 -0
- package/{dist/es → dist-es}/commands/AssociateFirewallPolicyCommand.js +4 -34
- package/{dist/es → dist-es}/commands/AssociateSubnetsCommand.js +4 -35
- package/dist-es/commands/CreateFirewallCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateFirewallPolicyCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateRuleGroupCommand.js +4 -33
- package/dist-es/commands/DeleteFirewallCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteFirewallPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteRuleGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeFirewallCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeFirewallPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLoggingConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRuleGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateSubnetsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListFirewallPoliciesCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListFirewallsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListRuleGroupsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -36
- package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -35
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -36
- package/{dist/es → dist-es}/commands/UpdateFirewallDeleteProtectionCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateFirewallDescriptionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateFirewallPolicyChangeProtectionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateFirewallPolicyCommand.js +4 -30
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UpdateRuleGroupCommand.js +4 -35
- package/{dist/es → dist-es}/commands/UpdateSubnetChangeProtectionCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +17 -326
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListFirewallPoliciesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListFirewallsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListRuleGroupsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_0.js +845 -783
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/NetworkFirewall.d.ts +6 -4
- package/{dist/types → dist-types}/NetworkFirewallClient.d.ts +10 -9
- package/{dist/types → dist-types}/commands/AssociateFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/AssociateSubnetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateFirewallCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteFirewallCommand.d.ts +5 -4
- package/{dist/types → dist-types}/commands/DeleteFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeFirewallCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisassociateSubnetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListFirewallPoliciesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListFirewallsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateFirewallDeleteProtectionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateFirewallDescriptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateSubnetChangeProtectionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types/ts3.4 → dist-types}/models/models_0.d.ts +2944 -2853
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListFirewallPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListFirewallsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRuleGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/NetworkFirewall.d.ts +6 -4
- package/{dist/types → dist-types}/ts3.4/NetworkFirewallClient.d.ts +10 -9
- package/{dist/types → dist-types}/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/AssociateSubnetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateFirewallCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFirewallCommand.d.ts +5 -4
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFirewallCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateSubnetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListFirewallsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types/ts3.4}/models/models_0.d.ts +2944 -2853
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListFirewallsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/NetworkFirewall.ts +0 -1251
- package/NetworkFirewallClient.ts +0 -446
- package/commands/AssociateFirewallPolicyCommand.ts +0 -98
- package/commands/AssociateSubnetsCommand.ts +0 -99
- package/commands/CreateFirewallCommand.ts +0 -100
- package/commands/CreateFirewallPolicyCommand.ts +0 -97
- package/commands/CreateRuleGroupCommand.ts +0 -97
- package/commands/DeleteFirewallCommand.ts +0 -103
- package/commands/DeleteFirewallPolicyCommand.ts +0 -94
- package/commands/DeleteResourcePolicyCommand.ts +0 -94
- package/commands/DeleteRuleGroupCommand.ts +0 -94
- package/commands/DescribeFirewallCommand.ts +0 -94
- package/commands/DescribeFirewallPolicyCommand.ts +0 -94
- package/commands/DescribeLoggingConfigurationCommand.ts +0 -99
- package/commands/DescribeResourcePolicyCommand.ts +0 -94
- package/commands/DescribeRuleGroupCommand.ts +0 -94
- package/commands/DisassociateSubnetsCommand.ts +0 -97
- package/commands/ListFirewallPoliciesCommand.ts +0 -96
- package/commands/ListFirewallsCommand.ts +0 -97
- package/commands/ListRuleGroupsCommand.ts +0 -96
- package/commands/ListTagsForResourceCommand.ts +0 -100
- package/commands/PutResourcePolicyCommand.ts +0 -108
- package/commands/TagResourceCommand.ts +0 -99
- package/commands/UntagResourceCommand.ts +0 -100
- package/commands/UpdateFirewallDeleteProtectionCommand.ts +0 -105
- package/commands/UpdateFirewallDescriptionCommand.ts +0 -98
- package/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +0 -105
- package/commands/UpdateFirewallPolicyCommand.ts +0 -94
- package/commands/UpdateLoggingConfigurationCommand.ts +0 -122
- package/commands/UpdateRuleGroupCommand.ts +0 -99
- package/commands/UpdateSubnetChangeProtectionCommand.ts +0 -99
- package/dist/cjs/NetworkFirewall.js.map +0 -1
- package/dist/cjs/NetworkFirewallClient.js.map +0 -1
- package/dist/cjs/commands/AssociateFirewallPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSubnetsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFirewallCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFirewallPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSubnetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallDeleteProtectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallDescriptionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSubnetChangeProtectionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRuleGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/NetworkFirewall.js.map +0 -1
- package/dist/es/NetworkFirewallClient.js +0 -122
- package/dist/es/NetworkFirewallClient.js.map +0 -1
- package/dist/es/commands/AssociateFirewallPolicyCommand.js.map +0 -1
- package/dist/es/commands/AssociateSubnetsCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallCommand.js +0 -71
- package/dist/es/commands/CreateFirewallCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallCommand.js +0 -74
- package/dist/es/commands/DeleteFirewallCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeFirewallCommand.js.map +0 -1
- package/dist/es/commands/DescribeFirewallPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSubnetsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallsCommand.js.map +0 -1
- package/dist/es/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutResourcePolicyCommand.js +0 -79
- package/dist/es/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallDeleteProtectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallDescriptionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallPolicyChangeProtectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateLoggingConfigurationCommand.js +0 -90
- package/dist/es/commands/UpdateLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateSubnetChangeProtectionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -38
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFirewallPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRuleGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_0.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3458
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFirewallPoliciesPaginator.ts +0 -58
- package/pagination/ListFirewallsPaginator.ts +0 -58
- package/pagination/ListRuleGroupsPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/protocols/Aws_json1_0.ts +0 -5391
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateLoggingConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Sets the logging configuration for the specified firewall. </p>
|
|
10
10
|
* <p>To change the logging configuration, retrieve the <a>LoggingConfiguration</a> by calling <a>DescribeLoggingConfiguration</a>, then change it and provide
|
|
@@ -83,4 +83,3 @@ class UpdateLoggingConfigurationCommand extends smithy_client_1.Command {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
|
|
86
|
-
//# sourceMappingURL=UpdateLoggingConfigurationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateRuleGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates the rule settings for the specified rule group. You use a rule group by
|
|
10
10
|
* reference in one or more firewall policies. When you modify a rule group, you modify all
|
|
@@ -63,4 +63,3 @@ class UpdateRuleGroupCommand extends smithy_client_1.Command {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
|
|
66
|
-
//# sourceMappingURL=UpdateRuleGroupCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateSubnetChangeProtectionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p></p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateSubnetChangeProtectionCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateSubnetChangeProtectionCommand = UpdateSubnetChangeProtectionCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateSubnetChangeProtectionCommand.js.map
|
|
@@ -38,4 +38,3 @@ tslib_1.__exportStar(require("./commands/UpdateRuleGroupCommand"), exports);
|
|
|
38
38
|
tslib_1.__exportStar(require("./commands/UpdateSubnetChangeProtectionCommand"), exports);
|
|
39
39
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
40
40
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
41
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateSubnetChangeProtectionResponse = exports.UpdateSubnetChangeProtectionRequest = exports.UpdateRuleGroupResponse = exports.UpdateRuleGroupRequest = exports.UpdateLoggingConfigurationResponse = exports.UpdateLoggingConfigurationRequest = exports.UpdateFirewallPolicyChangeProtectionResponse = exports.UpdateFirewallPolicyChangeProtectionRequest = exports.UpdateFirewallPolicyResponse = exports.UpdateFirewallPolicyRequest = exports.UpdateFirewallDescriptionResponse = exports.UpdateFirewallDescriptionRequest = exports.UpdateFirewallDeleteProtectionResponse = exports.UpdateFirewallDeleteProtectionRequest = exports.ResourceOwnerCheckException = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutResourcePolicyResponse = exports.PutResourcePolicyRequest = void 0;
|
|
3
|
+
exports.TCPFlag = exports.PortRange = exports.StatefulRule = exports.RuleOption = exports.Header = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.RulesSourceList = exports.TargetType = exports.GeneratedRulesType = exports.CreateFirewallPolicyResponse = exports.FirewallPolicyResponse = exports.ResourceStatus = exports.CreateFirewallPolicyRequest = exports.FirewallPolicy = exports.StatelessRuleGroupReference = exports.CustomAction = exports.StatefulRuleGroupReference = exports.StatefulEngineOptions = exports.RuleOrder = exports.LimitExceededException = exports.CreateFirewallResponse = exports.FirewallStatus = exports.SyncState = exports.PerObjectStatus = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.Firewall = exports.CreateFirewallRequest = exports.Tag = exports.ConfigurationSyncState = exports.Attachment = exports.AttachmentStatus = exports.InsufficientCapacityException = exports.AssociateSubnetsResponse = exports.AssociateSubnetsRequest = exports.SubnetMapping = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InvalidRequestException = exports.InvalidOperationException = exports.InternalServerError = exports.AssociateFirewallPolicyResponse = exports.AssociateFirewallPolicyRequest = exports.Address = exports.ActionDefinition = exports.PublishMetricAction = exports.Dimension = void 0;
|
|
4
|
+
exports.ListRuleGroupsResponse = exports.RuleGroupMetadata = exports.ListRuleGroupsRequest = exports.ListFirewallsResponse = exports.ListFirewallsRequest = exports.ListFirewallPoliciesResponse = exports.ListFirewallPoliciesRequest = exports.FirewallPolicyMetadata = exports.FirewallMetadata = exports.DisassociateSubnetsResponse = exports.DisassociateSubnetsRequest = exports.DescribeRuleGroupResponse = exports.DescribeRuleGroupRequest = exports.DescribeResourcePolicyResponse = exports.DescribeResourcePolicyRequest = exports.DescribeLoggingConfigurationResponse = exports.LoggingConfiguration = exports.LogDestinationConfig = exports.LogType = exports.LogDestinationType = exports.DescribeLoggingConfigurationRequest = exports.DescribeFirewallPolicyResponse = exports.DescribeFirewallPolicyRequest = exports.DescribeFirewallResponse = exports.DescribeFirewallRequest = exports.DeleteRuleGroupResponse = exports.DeleteRuleGroupRequest = exports.InvalidResourcePolicyException = exports.DeleteResourcePolicyResponse = exports.DeleteResourcePolicyRequest = exports.DeleteFirewallPolicyResponse = exports.DeleteFirewallPolicyRequest = exports.UnsupportedOperationException = exports.DeleteFirewallResponse = exports.DeleteFirewallRequest = exports.CreateRuleGroupResponse = exports.RuleGroupResponse = exports.CreateRuleGroupRequest = exports.RuleGroupType = exports.RuleGroup = exports.StatefulRuleOptions = exports.RuleVariables = exports.PortSet = exports.IPSet = exports.RulesSource = exports.StatelessRulesAndCustomActions = exports.StatelessRule = exports.RuleDefinition = exports.MatchAttributes = exports.TCPFlagField = void 0;
|
|
5
|
+
exports.UpdateSubnetChangeProtectionResponse = exports.UpdateSubnetChangeProtectionRequest = exports.UpdateRuleGroupResponse = exports.UpdateRuleGroupRequest = exports.UpdateLoggingConfigurationResponse = exports.UpdateLoggingConfigurationRequest = exports.UpdateFirewallPolicyChangeProtectionResponse = exports.UpdateFirewallPolicyChangeProtectionRequest = exports.UpdateFirewallPolicyResponse = exports.UpdateFirewallPolicyRequest = exports.UpdateFirewallDescriptionResponse = exports.UpdateFirewallDescriptionRequest = exports.UpdateFirewallDeleteProtectionResponse = exports.UpdateFirewallDeleteProtectionRequest = exports.ResourceOwnerCheckException = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutResourcePolicyResponse = exports.PutResourcePolicyRequest = exports.LogDestinationPermissionException = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = void 0;
|
|
6
6
|
var Dimension;
|
|
7
7
|
(function (Dimension) {
|
|
8
8
|
/**
|
|
@@ -251,6 +251,20 @@ var LimitExceededException;
|
|
|
251
251
|
...obj,
|
|
252
252
|
});
|
|
253
253
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
254
|
+
var RuleOrder;
|
|
255
|
+
(function (RuleOrder) {
|
|
256
|
+
RuleOrder["DEFAULT_ACTION_ORDER"] = "DEFAULT_ACTION_ORDER";
|
|
257
|
+
RuleOrder["STRICT_ORDER"] = "STRICT_ORDER";
|
|
258
|
+
})(RuleOrder = exports.RuleOrder || (exports.RuleOrder = {}));
|
|
259
|
+
var StatefulEngineOptions;
|
|
260
|
+
(function (StatefulEngineOptions) {
|
|
261
|
+
/**
|
|
262
|
+
* @internal
|
|
263
|
+
*/
|
|
264
|
+
StatefulEngineOptions.filterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
})(StatefulEngineOptions = exports.StatefulEngineOptions || (exports.StatefulEngineOptions = {}));
|
|
254
268
|
var StatefulRuleGroupReference;
|
|
255
269
|
(function (StatefulRuleGroupReference) {
|
|
256
270
|
/**
|
|
@@ -499,6 +513,15 @@ var RuleVariables;
|
|
|
499
513
|
...obj,
|
|
500
514
|
});
|
|
501
515
|
})(RuleVariables = exports.RuleVariables || (exports.RuleVariables = {}));
|
|
516
|
+
var StatefulRuleOptions;
|
|
517
|
+
(function (StatefulRuleOptions) {
|
|
518
|
+
/**
|
|
519
|
+
* @internal
|
|
520
|
+
*/
|
|
521
|
+
StatefulRuleOptions.filterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
})(StatefulRuleOptions = exports.StatefulRuleOptions || (exports.StatefulRuleOptions = {}));
|
|
502
525
|
var RuleGroup;
|
|
503
526
|
(function (RuleGroup) {
|
|
504
527
|
/**
|
|
@@ -603,6 +626,15 @@ var DeleteResourcePolicyResponse;
|
|
|
603
626
|
...obj,
|
|
604
627
|
});
|
|
605
628
|
})(DeleteResourcePolicyResponse = exports.DeleteResourcePolicyResponse || (exports.DeleteResourcePolicyResponse = {}));
|
|
629
|
+
var InvalidResourcePolicyException;
|
|
630
|
+
(function (InvalidResourcePolicyException) {
|
|
631
|
+
/**
|
|
632
|
+
* @internal
|
|
633
|
+
*/
|
|
634
|
+
InvalidResourcePolicyException.filterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
})(InvalidResourcePolicyException = exports.InvalidResourcePolicyException || (exports.InvalidResourcePolicyException = {}));
|
|
606
638
|
var DeleteRuleGroupRequest;
|
|
607
639
|
(function (DeleteRuleGroupRequest) {
|
|
608
640
|
/**
|
|
@@ -776,15 +808,6 @@ var FirewallPolicyMetadata;
|
|
|
776
808
|
...obj,
|
|
777
809
|
});
|
|
778
810
|
})(FirewallPolicyMetadata = exports.FirewallPolicyMetadata || (exports.FirewallPolicyMetadata = {}));
|
|
779
|
-
var InvalidResourcePolicyException;
|
|
780
|
-
(function (InvalidResourcePolicyException) {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
|
-
InvalidResourcePolicyException.filterSensitiveLog = (obj) => ({
|
|
785
|
-
...obj,
|
|
786
|
-
});
|
|
787
|
-
})(InvalidResourcePolicyException = exports.InvalidResourcePolicyException || (exports.InvalidResourcePolicyException = {}));
|
|
788
811
|
var ListFirewallPoliciesRequest;
|
|
789
812
|
(function (ListFirewallPoliciesRequest) {
|
|
790
813
|
/**
|
|
@@ -1064,4 +1087,3 @@ var UpdateSubnetChangeProtectionResponse;
|
|
|
1064
1087
|
...obj,
|
|
1065
1088
|
});
|
|
1066
1089
|
})(UpdateSubnetChangeProtectionResponse = exports.UpdateSubnetChangeProtectionResponse || (exports.UpdateSubnetChangeProtectionResponse = {}));
|
|
1067
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListFirewallPolicies = void 0;
|
|
4
|
+
const ListFirewallPoliciesCommand_1 = require("../commands/ListFirewallPoliciesCommand");
|
|
4
5
|
const NetworkFirewall_1 = require("../NetworkFirewall");
|
|
5
6
|
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
6
|
-
const ListFirewallPoliciesCommand_1 = require("../commands/ListFirewallPoliciesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListFirewallPolicies(config, input, ...additionalArgumen
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListFirewallPolicies = paginateListFirewallPolicies;
|
|
46
|
-
//# sourceMappingURL=ListFirewallPoliciesPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListFirewalls = void 0;
|
|
4
|
+
const ListFirewallsCommand_1 = require("../commands/ListFirewallsCommand");
|
|
4
5
|
const NetworkFirewall_1 = require("../NetworkFirewall");
|
|
5
6
|
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
6
|
-
const ListFirewallsCommand_1 = require("../commands/ListFirewallsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListFirewalls(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListFirewalls = paginateListFirewalls;
|
|
46
|
-
//# sourceMappingURL=ListFirewallsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListRuleGroups = void 0;
|
|
4
|
+
const ListRuleGroupsCommand_1 = require("../commands/ListRuleGroupsCommand");
|
|
4
5
|
const NetworkFirewall_1 = require("../NetworkFirewall");
|
|
5
6
|
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
6
|
-
const ListRuleGroupsCommand_1 = require("../commands/ListRuleGroupsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListRuleGroups(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListRuleGroups = paginateListRuleGroups;
|
|
46
|
-
//# sourceMappingURL=ListRuleGroupsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListTagsForResource = void 0;
|
|
4
|
+
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
4
5
|
const NetworkFirewall_1 = require("../NetworkFirewall");
|
|
5
6
|
const NetworkFirewallClient_1 = require("../NetworkFirewallClient");
|
|
6
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListTagsForResource(config, input, ...additionalArgument
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListTagsForResource = paginateListTagsForResource;
|
|
46
|
-
//# sourceMappingURL=ListTagsForResourcePaginator.js.map
|
|
@@ -934,6 +934,14 @@ const deserializeAws_json1_0DeleteResourcePolicyCommandError = async (output, co
|
|
|
934
934
|
$metadata: deserializeMetadata(output),
|
|
935
935
|
};
|
|
936
936
|
break;
|
|
937
|
+
case "InvalidResourcePolicyException":
|
|
938
|
+
case "com.amazonaws.networkfirewall#InvalidResourcePolicyException":
|
|
939
|
+
response = {
|
|
940
|
+
...(await deserializeAws_json1_0InvalidResourcePolicyExceptionResponse(parsedOutput, context)),
|
|
941
|
+
name: errorCode,
|
|
942
|
+
$metadata: deserializeMetadata(output),
|
|
943
|
+
};
|
|
944
|
+
break;
|
|
937
945
|
case "ResourceNotFoundException":
|
|
938
946
|
case "com.amazonaws.networkfirewall#ResourceNotFoundException":
|
|
939
947
|
response = {
|
|
@@ -2850,6 +2858,14 @@ const serializeAws_json1_0DisassociateSubnetsRequest = (input, context) => {
|
|
|
2850
2858
|
};
|
|
2851
2859
|
const serializeAws_json1_0FirewallPolicy = (input, context) => {
|
|
2852
2860
|
return {
|
|
2861
|
+
...(input.StatefulDefaultActions !== undefined &&
|
|
2862
|
+
input.StatefulDefaultActions !== null && {
|
|
2863
|
+
StatefulDefaultActions: serializeAws_json1_0StatefulActions(input.StatefulDefaultActions, context),
|
|
2864
|
+
}),
|
|
2865
|
+
...(input.StatefulEngineOptions !== undefined &&
|
|
2866
|
+
input.StatefulEngineOptions !== null && {
|
|
2867
|
+
StatefulEngineOptions: serializeAws_json1_0StatefulEngineOptions(input.StatefulEngineOptions, context),
|
|
2868
|
+
}),
|
|
2853
2869
|
...(input.StatefulRuleGroupReferences !== undefined &&
|
|
2854
2870
|
input.StatefulRuleGroupReferences !== null && {
|
|
2855
2871
|
StatefulRuleGroupReferences: serializeAws_json1_0StatefulRuleGroupReferences(input.StatefulRuleGroupReferences, context),
|
|
@@ -3072,6 +3088,10 @@ const serializeAws_json1_0RuleGroup = (input, context) => {
|
|
|
3072
3088
|
}),
|
|
3073
3089
|
...(input.RulesSource !== undefined &&
|
|
3074
3090
|
input.RulesSource !== null && { RulesSource: serializeAws_json1_0RulesSource(input.RulesSource, context) }),
|
|
3091
|
+
...(input.StatefulRuleOptions !== undefined &&
|
|
3092
|
+
input.StatefulRuleOptions !== null && {
|
|
3093
|
+
StatefulRuleOptions: serializeAws_json1_0StatefulRuleOptions(input.StatefulRuleOptions, context),
|
|
3094
|
+
}),
|
|
3075
3095
|
};
|
|
3076
3096
|
};
|
|
3077
3097
|
const serializeAws_json1_0RuleOption = (input, context) => {
|
|
@@ -3146,6 +3166,21 @@ const serializeAws_json1_0Settings = (input, context) => {
|
|
|
3146
3166
|
return entry;
|
|
3147
3167
|
});
|
|
3148
3168
|
};
|
|
3169
|
+
const serializeAws_json1_0StatefulActions = (input, context) => {
|
|
3170
|
+
return input
|
|
3171
|
+
.filter((e) => e != null)
|
|
3172
|
+
.map((entry) => {
|
|
3173
|
+
if (entry === null) {
|
|
3174
|
+
return null;
|
|
3175
|
+
}
|
|
3176
|
+
return entry;
|
|
3177
|
+
});
|
|
3178
|
+
};
|
|
3179
|
+
const serializeAws_json1_0StatefulEngineOptions = (input, context) => {
|
|
3180
|
+
return {
|
|
3181
|
+
...(input.RuleOrder !== undefined && input.RuleOrder !== null && { RuleOrder: input.RuleOrder }),
|
|
3182
|
+
};
|
|
3183
|
+
};
|
|
3149
3184
|
const serializeAws_json1_0StatefulRule = (input, context) => {
|
|
3150
3185
|
return {
|
|
3151
3186
|
...(input.Action !== undefined && input.Action !== null && { Action: input.Action }),
|
|
@@ -3157,6 +3192,7 @@ const serializeAws_json1_0StatefulRule = (input, context) => {
|
|
|
3157
3192
|
};
|
|
3158
3193
|
const serializeAws_json1_0StatefulRuleGroupReference = (input, context) => {
|
|
3159
3194
|
return {
|
|
3195
|
+
...(input.Priority !== undefined && input.Priority !== null && { Priority: input.Priority }),
|
|
3160
3196
|
...(input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }),
|
|
3161
3197
|
};
|
|
3162
3198
|
};
|
|
@@ -3170,6 +3206,11 @@ const serializeAws_json1_0StatefulRuleGroupReferences = (input, context) => {
|
|
|
3170
3206
|
return serializeAws_json1_0StatefulRuleGroupReference(entry, context);
|
|
3171
3207
|
});
|
|
3172
3208
|
};
|
|
3209
|
+
const serializeAws_json1_0StatefulRuleOptions = (input, context) => {
|
|
3210
|
+
return {
|
|
3211
|
+
...(input.RuleOrder !== undefined && input.RuleOrder !== null && { RuleOrder: input.RuleOrder }),
|
|
3212
|
+
};
|
|
3213
|
+
};
|
|
3173
3214
|
const serializeAws_json1_0StatefulRules = (input, context) => {
|
|
3174
3215
|
return input
|
|
3175
3216
|
.filter((e) => e != null)
|
|
@@ -3640,6 +3681,12 @@ const deserializeAws_json1_0FirewallPolicies = (output, context) => {
|
|
|
3640
3681
|
};
|
|
3641
3682
|
const deserializeAws_json1_0FirewallPolicy = (output, context) => {
|
|
3642
3683
|
return {
|
|
3684
|
+
StatefulDefaultActions: output.StatefulDefaultActions !== undefined && output.StatefulDefaultActions !== null
|
|
3685
|
+
? deserializeAws_json1_0StatefulActions(output.StatefulDefaultActions, context)
|
|
3686
|
+
: undefined,
|
|
3687
|
+
StatefulEngineOptions: output.StatefulEngineOptions !== undefined && output.StatefulEngineOptions !== null
|
|
3688
|
+
? deserializeAws_json1_0StatefulEngineOptions(output.StatefulEngineOptions, context)
|
|
3689
|
+
: undefined,
|
|
3643
3690
|
StatefulRuleGroupReferences: output.StatefulRuleGroupReferences !== undefined && output.StatefulRuleGroupReferences !== null
|
|
3644
3691
|
? deserializeAws_json1_0StatefulRuleGroupReferences(output.StatefulRuleGroupReferences, context)
|
|
3645
3692
|
: undefined,
|
|
@@ -3665,11 +3712,14 @@ const deserializeAws_json1_0FirewallPolicyMetadata = (output, context) => {
|
|
|
3665
3712
|
};
|
|
3666
3713
|
const deserializeAws_json1_0FirewallPolicyResponse = (output, context) => {
|
|
3667
3714
|
return {
|
|
3715
|
+
ConsumedStatefulRuleCapacity: smithy_client_1.expectInt32(output.ConsumedStatefulRuleCapacity),
|
|
3716
|
+
ConsumedStatelessRuleCapacity: smithy_client_1.expectInt32(output.ConsumedStatelessRuleCapacity),
|
|
3668
3717
|
Description: smithy_client_1.expectString(output.Description),
|
|
3669
3718
|
FirewallPolicyArn: smithy_client_1.expectString(output.FirewallPolicyArn),
|
|
3670
3719
|
FirewallPolicyId: smithy_client_1.expectString(output.FirewallPolicyId),
|
|
3671
3720
|
FirewallPolicyName: smithy_client_1.expectString(output.FirewallPolicyName),
|
|
3672
3721
|
FirewallPolicyStatus: smithy_client_1.expectString(output.FirewallPolicyStatus),
|
|
3722
|
+
NumberOfAssociations: smithy_client_1.expectInt32(output.NumberOfAssociations),
|
|
3673
3723
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
3674
3724
|
? deserializeAws_json1_0TagList(output.Tags, context)
|
|
3675
3725
|
: undefined,
|
|
@@ -3951,6 +4001,9 @@ const deserializeAws_json1_0RuleGroup = (output, context) => {
|
|
|
3951
4001
|
RulesSource: output.RulesSource !== undefined && output.RulesSource !== null
|
|
3952
4002
|
? deserializeAws_json1_0RulesSource(output.RulesSource, context)
|
|
3953
4003
|
: undefined,
|
|
4004
|
+
StatefulRuleOptions: output.StatefulRuleOptions !== undefined && output.StatefulRuleOptions !== null
|
|
4005
|
+
? deserializeAws_json1_0StatefulRuleOptions(output.StatefulRuleOptions, context)
|
|
4006
|
+
: undefined,
|
|
3954
4007
|
};
|
|
3955
4008
|
};
|
|
3956
4009
|
const deserializeAws_json1_0RuleGroupMetadata = (output, context) => {
|
|
@@ -3962,7 +4015,9 @@ const deserializeAws_json1_0RuleGroupMetadata = (output, context) => {
|
|
|
3962
4015
|
const deserializeAws_json1_0RuleGroupResponse = (output, context) => {
|
|
3963
4016
|
return {
|
|
3964
4017
|
Capacity: smithy_client_1.expectInt32(output.Capacity),
|
|
4018
|
+
ConsumedCapacity: smithy_client_1.expectInt32(output.ConsumedCapacity),
|
|
3965
4019
|
Description: smithy_client_1.expectString(output.Description),
|
|
4020
|
+
NumberOfAssociations: smithy_client_1.expectInt32(output.NumberOfAssociations),
|
|
3966
4021
|
RuleGroupArn: smithy_client_1.expectString(output.RuleGroupArn),
|
|
3967
4022
|
RuleGroupId: smithy_client_1.expectString(output.RuleGroupId),
|
|
3968
4023
|
RuleGroupName: smithy_client_1.expectString(output.RuleGroupName),
|
|
@@ -4056,6 +4111,21 @@ const deserializeAws_json1_0Settings = (output, context) => {
|
|
|
4056
4111
|
return smithy_client_1.expectString(entry);
|
|
4057
4112
|
});
|
|
4058
4113
|
};
|
|
4114
|
+
const deserializeAws_json1_0StatefulActions = (output, context) => {
|
|
4115
|
+
return (output || [])
|
|
4116
|
+
.filter((e) => e != null)
|
|
4117
|
+
.map((entry) => {
|
|
4118
|
+
if (entry === null) {
|
|
4119
|
+
return null;
|
|
4120
|
+
}
|
|
4121
|
+
return smithy_client_1.expectString(entry);
|
|
4122
|
+
});
|
|
4123
|
+
};
|
|
4124
|
+
const deserializeAws_json1_0StatefulEngineOptions = (output, context) => {
|
|
4125
|
+
return {
|
|
4126
|
+
RuleOrder: smithy_client_1.expectString(output.RuleOrder),
|
|
4127
|
+
};
|
|
4128
|
+
};
|
|
4059
4129
|
const deserializeAws_json1_0StatefulRule = (output, context) => {
|
|
4060
4130
|
return {
|
|
4061
4131
|
Action: smithy_client_1.expectString(output.Action),
|
|
@@ -4069,6 +4139,7 @@ const deserializeAws_json1_0StatefulRule = (output, context) => {
|
|
|
4069
4139
|
};
|
|
4070
4140
|
const deserializeAws_json1_0StatefulRuleGroupReference = (output, context) => {
|
|
4071
4141
|
return {
|
|
4142
|
+
Priority: smithy_client_1.expectInt32(output.Priority),
|
|
4072
4143
|
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
4073
4144
|
};
|
|
4074
4145
|
};
|
|
@@ -4082,6 +4153,11 @@ const deserializeAws_json1_0StatefulRuleGroupReferences = (output, context) => {
|
|
|
4082
4153
|
return deserializeAws_json1_0StatefulRuleGroupReference(entry, context);
|
|
4083
4154
|
});
|
|
4084
4155
|
};
|
|
4156
|
+
const deserializeAws_json1_0StatefulRuleOptions = (output, context) => {
|
|
4157
|
+
return {
|
|
4158
|
+
RuleOrder: smithy_client_1.expectString(output.RuleOrder),
|
|
4159
|
+
};
|
|
4160
|
+
};
|
|
4085
4161
|
const deserializeAws_json1_0StatefulRules = (output, context) => {
|
|
4086
4162
|
return (output || [])
|
|
4087
4163
|
.filter((e) => e != null)
|
|
@@ -4391,4 +4467,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
4391
4467
|
}
|
|
4392
4468
|
return "";
|
|
4393
4469
|
};
|
|
4394
|
-
//# sourceMappingURL=Aws_json1_0.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { NetworkFirewallClient } from "./NetworkFirewallClient";
|
|
3
2
|
import { AssociateFirewallPolicyCommand, } from "./commands/AssociateFirewallPolicyCommand";
|
|
4
3
|
import { AssociateSubnetsCommand, } from "./commands/AssociateSubnetsCommand";
|
|
5
4
|
import { CreateFirewallCommand, } from "./commands/CreateFirewallCommand";
|
|
@@ -29,86 +28,8 @@ import { UpdateFirewallPolicyCommand, } from "./commands/UpdateFirewallPolicyCom
|
|
|
29
28
|
import { UpdateLoggingConfigurationCommand, } from "./commands/UpdateLoggingConfigurationCommand";
|
|
30
29
|
import { UpdateRuleGroupCommand, } from "./commands/UpdateRuleGroupCommand";
|
|
31
30
|
import { UpdateSubnetChangeProtectionCommand, } from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* detailed information about the Network Firewall API actions, data types, and errors. </p>
|
|
35
|
-
* <ul>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>The REST API requires you to handle connection details, such as calculating
|
|
38
|
-
* signatures, handling request retries, and error handling. For general information
|
|
39
|
-
* about using the AWS REST APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">AWS APIs</a>. </p>
|
|
40
|
-
* <p>To access Network Firewall using the REST API endpoint:
|
|
41
|
-
* <code>https://network-firewall.<region>.amazonaws.com </code>
|
|
42
|
-
* </p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>Alternatively, you can use one of the AWS SDKs to access an API that's tailored to
|
|
46
|
-
* the programming language or platform that you're using. For more information, see
|
|
47
|
-
* <a href="http://aws.amazon.com/tools/#SDKs">AWS SDKs</a>.</p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>For descriptions of Network Firewall features, including and step-by-step
|
|
51
|
-
* instructions on how to use them through the Network Firewall console, see the <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/">Network Firewall Developer
|
|
52
|
-
* Guide</a>.</p>
|
|
53
|
-
* </li>
|
|
54
|
-
* </ul>
|
|
55
|
-
* <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and
|
|
56
|
-
* prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
|
|
57
|
-
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
58
|
-
* gateway, NAT gateway, or over VPN or AWS Direct Connect. Network Firewall uses rules that are compatible
|
|
59
|
-
* with Suricata, a free, open source intrusion detection system (IDS) engine. For information about Suricata,
|
|
60
|
-
* see the <a href="https://suricata-ids.org/">Suricata website</a>.</p>
|
|
61
|
-
* <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
62
|
-
* The following are just a few examples: </p>
|
|
63
|
-
* <ul>
|
|
64
|
-
* <li>
|
|
65
|
-
* <p>Allow domains or IP addresses for known AWS service endpoints, such as Amazon S3, and
|
|
66
|
-
* block all other forms of traffic.</p>
|
|
67
|
-
* </li>
|
|
68
|
-
* <li>
|
|
69
|
-
* <p>Use custom lists of known bad domains to limit the types of domain names that your
|
|
70
|
-
* applications can access.</p>
|
|
71
|
-
* </li>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>Perform deep packet inspection on traffic entering or leaving your VPC.</p>
|
|
74
|
-
* </li>
|
|
75
|
-
* <li>
|
|
76
|
-
* <p>Use stateful protocol detection to filter protocols like HTTPS, regardless of the
|
|
77
|
-
* port used.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* </ul>
|
|
80
|
-
* <p>To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in
|
|
81
|
-
* Network Firewall. For information about using Amazon VPC, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/">Amazon VPC User Guide</a>.</p>
|
|
82
|
-
* <p>To start using Network Firewall, do the following: </p>
|
|
83
|
-
* <ol>
|
|
84
|
-
* <li>
|
|
85
|
-
* <p>(Optional) If you don't already have a VPC that you want to protect, create it in
|
|
86
|
-
* Amazon VPC. </p>
|
|
87
|
-
* </li>
|
|
88
|
-
* <li>
|
|
89
|
-
* <p>In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a
|
|
90
|
-
* subnet for the sole use of Network Firewall. </p>
|
|
91
|
-
* </li>
|
|
92
|
-
* <li>
|
|
93
|
-
* <p>In Network Firewall, create stateless and stateful rule groups,
|
|
94
|
-
* to define the components of the network traffic filtering behavior that you want your firewall to have. </p>
|
|
95
|
-
* </li>
|
|
96
|
-
* <li>
|
|
97
|
-
* <p>In Network Firewall, create a firewall policy that uses your rule groups and
|
|
98
|
-
* specifies additional default traffic filtering behavior. </p>
|
|
99
|
-
* </li>
|
|
100
|
-
* <li>
|
|
101
|
-
* <p>In Network Firewall, create a firewall and specify your new firewall policy and
|
|
102
|
-
* VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you
|
|
103
|
-
* specify, with the behavior that's defined in the firewall policy.</p>
|
|
104
|
-
* </li>
|
|
105
|
-
* <li>
|
|
106
|
-
* <p>In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall
|
|
107
|
-
* endpoints.</p>
|
|
108
|
-
* </li>
|
|
109
|
-
* </ol>
|
|
110
|
-
*/
|
|
111
|
-
var NetworkFirewall = /** @class */ (function (_super) {
|
|
31
|
+
import { NetworkFirewallClient } from "./NetworkFirewallClient";
|
|
32
|
+
var NetworkFirewall = (function (_super) {
|
|
112
33
|
__extends(NetworkFirewall, _super);
|
|
113
34
|
function NetworkFirewall() {
|
|
114
35
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -522,4 +443,3 @@ var NetworkFirewall = /** @class */ (function (_super) {
|
|
|
522
443
|
return NetworkFirewall;
|
|
523
444
|
}(NetworkFirewallClient));
|
|
524
445
|
export { NetworkFirewall };
|
|
525
|
-
//# sourceMappingURL=NetworkFirewall.js.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
3
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
|
+
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
|
+
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var NetworkFirewallClient = (function (_super) {
|
|
12
|
+
__extends(NetworkFirewallClient, _super);
|
|
13
|
+
function NetworkFirewallClient(configuration) {
|
|
14
|
+
var _this = this;
|
|
15
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
16
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
17
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
18
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
19
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
20
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
21
|
+
var _config_6 = resolveUserAgentConfig(_config_5);
|
|
22
|
+
_this = _super.call(this, _config_6) || this;
|
|
23
|
+
_this.config = _config_6;
|
|
24
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
25
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
NetworkFirewallClient.prototype.destroy = function () {
|
|
33
|
+
_super.prototype.destroy.call(this);
|
|
34
|
+
};
|
|
35
|
+
return NetworkFirewallClient;
|
|
36
|
+
}(__Client));
|
|
37
|
+
export { NetworkFirewallClient };
|