@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,114 +1,66 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var Dimension;
|
|
3
3
|
(function (Dimension) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
Dimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(Dimension || (Dimension = {}));
|
|
9
6
|
export var PublishMetricAction;
|
|
10
7
|
(function (PublishMetricAction) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
PublishMetricAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(PublishMetricAction || (PublishMetricAction = {}));
|
|
16
10
|
export var ActionDefinition;
|
|
17
11
|
(function (ActionDefinition) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
ActionDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(ActionDefinition || (ActionDefinition = {}));
|
|
23
14
|
export var Address;
|
|
24
15
|
(function (Address) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
Address.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(Address || (Address = {}));
|
|
30
18
|
export var AssociateFirewallPolicyRequest;
|
|
31
19
|
(function (AssociateFirewallPolicyRequest) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
AssociateFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(AssociateFirewallPolicyRequest || (AssociateFirewallPolicyRequest = {}));
|
|
37
22
|
export var AssociateFirewallPolicyResponse;
|
|
38
23
|
(function (AssociateFirewallPolicyResponse) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
AssociateFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(AssociateFirewallPolicyResponse || (AssociateFirewallPolicyResponse = {}));
|
|
44
26
|
export var InternalServerError;
|
|
45
27
|
(function (InternalServerError) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
InternalServerError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(InternalServerError || (InternalServerError = {}));
|
|
51
30
|
export var InvalidOperationException;
|
|
52
31
|
(function (InvalidOperationException) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(InvalidOperationException || (InvalidOperationException = {}));
|
|
58
34
|
export var InvalidRequestException;
|
|
59
35
|
(function (InvalidRequestException) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
36
|
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
37
|
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
65
38
|
export var InvalidTokenException;
|
|
66
39
|
(function (InvalidTokenException) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
40
|
InvalidTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
41
|
})(InvalidTokenException || (InvalidTokenException = {}));
|
|
72
42
|
export var ResourceNotFoundException;
|
|
73
43
|
(function (ResourceNotFoundException) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
44
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
45
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
79
46
|
export var ThrottlingException;
|
|
80
47
|
(function (ThrottlingException) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
48
|
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
49
|
})(ThrottlingException || (ThrottlingException = {}));
|
|
86
50
|
export var SubnetMapping;
|
|
87
51
|
(function (SubnetMapping) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
52
|
SubnetMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
53
|
})(SubnetMapping || (SubnetMapping = {}));
|
|
93
54
|
export var AssociateSubnetsRequest;
|
|
94
55
|
(function (AssociateSubnetsRequest) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
56
|
AssociateSubnetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
57
|
})(AssociateSubnetsRequest || (AssociateSubnetsRequest = {}));
|
|
100
58
|
export var AssociateSubnetsResponse;
|
|
101
59
|
(function (AssociateSubnetsResponse) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
60
|
AssociateSubnetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
61
|
})(AssociateSubnetsResponse || (AssociateSubnetsResponse = {}));
|
|
107
62
|
export var InsufficientCapacityException;
|
|
108
63
|
(function (InsufficientCapacityException) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
64
|
InsufficientCapacityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
65
|
})(InsufficientCapacityException || (InsufficientCapacityException = {}));
|
|
114
66
|
export var AttachmentStatus;
|
|
@@ -120,9 +72,6 @@ export var AttachmentStatus;
|
|
|
120
72
|
})(AttachmentStatus || (AttachmentStatus = {}));
|
|
121
73
|
export var Attachment;
|
|
122
74
|
(function (Attachment) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
75
|
Attachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
76
|
})(Attachment || (Attachment = {}));
|
|
128
77
|
export var ConfigurationSyncState;
|
|
@@ -132,23 +81,14 @@ export var ConfigurationSyncState;
|
|
|
132
81
|
})(ConfigurationSyncState || (ConfigurationSyncState = {}));
|
|
133
82
|
export var Tag;
|
|
134
83
|
(function (Tag) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
84
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
85
|
})(Tag || (Tag = {}));
|
|
140
86
|
export var CreateFirewallRequest;
|
|
141
87
|
(function (CreateFirewallRequest) {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
88
|
CreateFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
89
|
})(CreateFirewallRequest || (CreateFirewallRequest = {}));
|
|
147
90
|
export var Firewall;
|
|
148
91
|
(function (Firewall) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
92
|
Firewall.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
93
|
})(Firewall || (Firewall = {}));
|
|
154
94
|
export var FirewallStatusValue;
|
|
@@ -164,72 +104,51 @@ export var PerObjectSyncStatus;
|
|
|
164
104
|
})(PerObjectSyncStatus || (PerObjectSyncStatus = {}));
|
|
165
105
|
export var PerObjectStatus;
|
|
166
106
|
(function (PerObjectStatus) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
107
|
PerObjectStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
108
|
})(PerObjectStatus || (PerObjectStatus = {}));
|
|
172
109
|
export var SyncState;
|
|
173
110
|
(function (SyncState) {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
111
|
SyncState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
112
|
})(SyncState || (SyncState = {}));
|
|
179
113
|
export var FirewallStatus;
|
|
180
114
|
(function (FirewallStatus) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
115
|
FirewallStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
116
|
})(FirewallStatus || (FirewallStatus = {}));
|
|
186
117
|
export var CreateFirewallResponse;
|
|
187
118
|
(function (CreateFirewallResponse) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
119
|
CreateFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
120
|
})(CreateFirewallResponse || (CreateFirewallResponse = {}));
|
|
193
121
|
export var LimitExceededException;
|
|
194
122
|
(function (LimitExceededException) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
123
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
124
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
125
|
+
export var RuleOrder;
|
|
126
|
+
(function (RuleOrder) {
|
|
127
|
+
RuleOrder["DEFAULT_ACTION_ORDER"] = "DEFAULT_ACTION_ORDER";
|
|
128
|
+
RuleOrder["STRICT_ORDER"] = "STRICT_ORDER";
|
|
129
|
+
})(RuleOrder || (RuleOrder = {}));
|
|
130
|
+
export var StatefulEngineOptions;
|
|
131
|
+
(function (StatefulEngineOptions) {
|
|
132
|
+
StatefulEngineOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(StatefulEngineOptions || (StatefulEngineOptions = {}));
|
|
200
134
|
export var StatefulRuleGroupReference;
|
|
201
135
|
(function (StatefulRuleGroupReference) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
136
|
StatefulRuleGroupReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
137
|
})(StatefulRuleGroupReference || (StatefulRuleGroupReference = {}));
|
|
207
138
|
export var CustomAction;
|
|
208
139
|
(function (CustomAction) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
140
|
CustomAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
141
|
})(CustomAction || (CustomAction = {}));
|
|
214
142
|
export var StatelessRuleGroupReference;
|
|
215
143
|
(function (StatelessRuleGroupReference) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
144
|
StatelessRuleGroupReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
145
|
})(StatelessRuleGroupReference || (StatelessRuleGroupReference = {}));
|
|
221
146
|
export var FirewallPolicy;
|
|
222
147
|
(function (FirewallPolicy) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
148
|
FirewallPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
149
|
})(FirewallPolicy || (FirewallPolicy = {}));
|
|
228
150
|
export var CreateFirewallPolicyRequest;
|
|
229
151
|
(function (CreateFirewallPolicyRequest) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
152
|
CreateFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
153
|
})(CreateFirewallPolicyRequest || (CreateFirewallPolicyRequest = {}));
|
|
235
154
|
export var ResourceStatus;
|
|
@@ -239,16 +158,10 @@ export var ResourceStatus;
|
|
|
239
158
|
})(ResourceStatus || (ResourceStatus = {}));
|
|
240
159
|
export var FirewallPolicyResponse;
|
|
241
160
|
(function (FirewallPolicyResponse) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
161
|
FirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
162
|
})(FirewallPolicyResponse || (FirewallPolicyResponse = {}));
|
|
247
163
|
export var CreateFirewallPolicyResponse;
|
|
248
164
|
(function (CreateFirewallPolicyResponse) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
165
|
CreateFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
166
|
})(CreateFirewallPolicyResponse || (CreateFirewallPolicyResponse = {}));
|
|
254
167
|
export var GeneratedRulesType;
|
|
@@ -263,9 +176,6 @@ export var TargetType;
|
|
|
263
176
|
})(TargetType || (TargetType = {}));
|
|
264
177
|
export var RulesSourceList;
|
|
265
178
|
(function (RulesSourceList) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
179
|
RulesSourceList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
180
|
})(RulesSourceList || (RulesSourceList = {}));
|
|
271
181
|
export var StatefulAction;
|
|
@@ -303,30 +213,18 @@ export var StatefulRuleProtocol;
|
|
|
303
213
|
})(StatefulRuleProtocol || (StatefulRuleProtocol = {}));
|
|
304
214
|
export var Header;
|
|
305
215
|
(function (Header) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
216
|
Header.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
217
|
})(Header || (Header = {}));
|
|
311
218
|
export var RuleOption;
|
|
312
219
|
(function (RuleOption) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
220
|
RuleOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
221
|
})(RuleOption || (RuleOption = {}));
|
|
318
222
|
export var StatefulRule;
|
|
319
223
|
(function (StatefulRule) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
224
|
StatefulRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
225
|
})(StatefulRule || (StatefulRule = {}));
|
|
325
226
|
export var PortRange;
|
|
326
227
|
(function (PortRange) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
228
|
PortRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
229
|
})(PortRange || (PortRange = {}));
|
|
332
230
|
export var TCPFlag;
|
|
@@ -342,72 +240,46 @@ export var TCPFlag;
|
|
|
342
240
|
})(TCPFlag || (TCPFlag = {}));
|
|
343
241
|
export var TCPFlagField;
|
|
344
242
|
(function (TCPFlagField) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
243
|
TCPFlagField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
244
|
})(TCPFlagField || (TCPFlagField = {}));
|
|
350
245
|
export var MatchAttributes;
|
|
351
246
|
(function (MatchAttributes) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
247
|
MatchAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
248
|
})(MatchAttributes || (MatchAttributes = {}));
|
|
357
249
|
export var RuleDefinition;
|
|
358
250
|
(function (RuleDefinition) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
251
|
RuleDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
252
|
})(RuleDefinition || (RuleDefinition = {}));
|
|
364
253
|
export var StatelessRule;
|
|
365
254
|
(function (StatelessRule) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
255
|
StatelessRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
256
|
})(StatelessRule || (StatelessRule = {}));
|
|
371
257
|
export var StatelessRulesAndCustomActions;
|
|
372
258
|
(function (StatelessRulesAndCustomActions) {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
259
|
StatelessRulesAndCustomActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
260
|
})(StatelessRulesAndCustomActions || (StatelessRulesAndCustomActions = {}));
|
|
378
261
|
export var RulesSource;
|
|
379
262
|
(function (RulesSource) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
263
|
RulesSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
264
|
})(RulesSource || (RulesSource = {}));
|
|
385
265
|
export var IPSet;
|
|
386
266
|
(function (IPSet) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
267
|
IPSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
268
|
})(IPSet || (IPSet = {}));
|
|
392
269
|
export var PortSet;
|
|
393
270
|
(function (PortSet) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
271
|
PortSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
272
|
})(PortSet || (PortSet = {}));
|
|
399
273
|
export var RuleVariables;
|
|
400
274
|
(function (RuleVariables) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
275
|
RuleVariables.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
276
|
})(RuleVariables || (RuleVariables = {}));
|
|
277
|
+
export var StatefulRuleOptions;
|
|
278
|
+
(function (StatefulRuleOptions) {
|
|
279
|
+
StatefulRuleOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
})(StatefulRuleOptions || (StatefulRuleOptions = {}));
|
|
406
281
|
export var RuleGroup;
|
|
407
282
|
(function (RuleGroup) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
283
|
RuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
284
|
})(RuleGroup || (RuleGroup = {}));
|
|
413
285
|
export var RuleGroupType;
|
|
@@ -417,121 +289,74 @@ export var RuleGroupType;
|
|
|
417
289
|
})(RuleGroupType || (RuleGroupType = {}));
|
|
418
290
|
export var CreateRuleGroupRequest;
|
|
419
291
|
(function (CreateRuleGroupRequest) {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
292
|
CreateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
293
|
})(CreateRuleGroupRequest || (CreateRuleGroupRequest = {}));
|
|
425
294
|
export var RuleGroupResponse;
|
|
426
295
|
(function (RuleGroupResponse) {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
296
|
RuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
297
|
})(RuleGroupResponse || (RuleGroupResponse = {}));
|
|
432
298
|
export var CreateRuleGroupResponse;
|
|
433
299
|
(function (CreateRuleGroupResponse) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
300
|
CreateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
301
|
})(CreateRuleGroupResponse || (CreateRuleGroupResponse = {}));
|
|
439
302
|
export var DeleteFirewallRequest;
|
|
440
303
|
(function (DeleteFirewallRequest) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
304
|
DeleteFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
305
|
})(DeleteFirewallRequest || (DeleteFirewallRequest = {}));
|
|
446
306
|
export var DeleteFirewallResponse;
|
|
447
307
|
(function (DeleteFirewallResponse) {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
308
|
DeleteFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
309
|
})(DeleteFirewallResponse || (DeleteFirewallResponse = {}));
|
|
453
310
|
export var UnsupportedOperationException;
|
|
454
311
|
(function (UnsupportedOperationException) {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
312
|
UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
313
|
})(UnsupportedOperationException || (UnsupportedOperationException = {}));
|
|
460
314
|
export var DeleteFirewallPolicyRequest;
|
|
461
315
|
(function (DeleteFirewallPolicyRequest) {
|
|
462
|
-
/**
|
|
463
|
-
* @internal
|
|
464
|
-
*/
|
|
465
316
|
DeleteFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
317
|
})(DeleteFirewallPolicyRequest || (DeleteFirewallPolicyRequest = {}));
|
|
467
318
|
export var DeleteFirewallPolicyResponse;
|
|
468
319
|
(function (DeleteFirewallPolicyResponse) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
320
|
DeleteFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
321
|
})(DeleteFirewallPolicyResponse || (DeleteFirewallPolicyResponse = {}));
|
|
474
322
|
export var DeleteResourcePolicyRequest;
|
|
475
323
|
(function (DeleteResourcePolicyRequest) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
324
|
DeleteResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
325
|
})(DeleteResourcePolicyRequest || (DeleteResourcePolicyRequest = {}));
|
|
481
326
|
export var DeleteResourcePolicyResponse;
|
|
482
327
|
(function (DeleteResourcePolicyResponse) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
328
|
DeleteResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
329
|
})(DeleteResourcePolicyResponse || (DeleteResourcePolicyResponse = {}));
|
|
330
|
+
export var InvalidResourcePolicyException;
|
|
331
|
+
(function (InvalidResourcePolicyException) {
|
|
332
|
+
InvalidResourcePolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
})(InvalidResourcePolicyException || (InvalidResourcePolicyException = {}));
|
|
488
334
|
export var DeleteRuleGroupRequest;
|
|
489
335
|
(function (DeleteRuleGroupRequest) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
336
|
DeleteRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
337
|
})(DeleteRuleGroupRequest || (DeleteRuleGroupRequest = {}));
|
|
495
338
|
export var DeleteRuleGroupResponse;
|
|
496
339
|
(function (DeleteRuleGroupResponse) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
340
|
DeleteRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
341
|
})(DeleteRuleGroupResponse || (DeleteRuleGroupResponse = {}));
|
|
502
342
|
export var DescribeFirewallRequest;
|
|
503
343
|
(function (DescribeFirewallRequest) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
344
|
DescribeFirewallRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
345
|
})(DescribeFirewallRequest || (DescribeFirewallRequest = {}));
|
|
509
346
|
export var DescribeFirewallResponse;
|
|
510
347
|
(function (DescribeFirewallResponse) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
348
|
DescribeFirewallResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
349
|
})(DescribeFirewallResponse || (DescribeFirewallResponse = {}));
|
|
516
350
|
export var DescribeFirewallPolicyRequest;
|
|
517
351
|
(function (DescribeFirewallPolicyRequest) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
352
|
DescribeFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
353
|
})(DescribeFirewallPolicyRequest || (DescribeFirewallPolicyRequest = {}));
|
|
523
354
|
export var DescribeFirewallPolicyResponse;
|
|
524
355
|
(function (DescribeFirewallPolicyResponse) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
356
|
DescribeFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
357
|
})(DescribeFirewallPolicyResponse || (DescribeFirewallPolicyResponse = {}));
|
|
530
358
|
export var DescribeLoggingConfigurationRequest;
|
|
531
359
|
(function (DescribeLoggingConfigurationRequest) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
360
|
DescribeLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
361
|
})(DescribeLoggingConfigurationRequest || (DescribeLoggingConfigurationRequest = {}));
|
|
537
362
|
export var LogDestinationType;
|
|
@@ -547,303 +372,169 @@ export var LogType;
|
|
|
547
372
|
})(LogType || (LogType = {}));
|
|
548
373
|
export var LogDestinationConfig;
|
|
549
374
|
(function (LogDestinationConfig) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
375
|
LogDestinationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
376
|
})(LogDestinationConfig || (LogDestinationConfig = {}));
|
|
555
377
|
export var LoggingConfiguration;
|
|
556
378
|
(function (LoggingConfiguration) {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
379
|
LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
380
|
})(LoggingConfiguration || (LoggingConfiguration = {}));
|
|
562
381
|
export var DescribeLoggingConfigurationResponse;
|
|
563
382
|
(function (DescribeLoggingConfigurationResponse) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
383
|
DescribeLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
384
|
})(DescribeLoggingConfigurationResponse || (DescribeLoggingConfigurationResponse = {}));
|
|
569
385
|
export var DescribeResourcePolicyRequest;
|
|
570
386
|
(function (DescribeResourcePolicyRequest) {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
387
|
DescribeResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
388
|
})(DescribeResourcePolicyRequest || (DescribeResourcePolicyRequest = {}));
|
|
576
389
|
export var DescribeResourcePolicyResponse;
|
|
577
390
|
(function (DescribeResourcePolicyResponse) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
391
|
DescribeResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
392
|
})(DescribeResourcePolicyResponse || (DescribeResourcePolicyResponse = {}));
|
|
583
393
|
export var DescribeRuleGroupRequest;
|
|
584
394
|
(function (DescribeRuleGroupRequest) {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
395
|
DescribeRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
396
|
})(DescribeRuleGroupRequest || (DescribeRuleGroupRequest = {}));
|
|
590
397
|
export var DescribeRuleGroupResponse;
|
|
591
398
|
(function (DescribeRuleGroupResponse) {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
399
|
DescribeRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
400
|
})(DescribeRuleGroupResponse || (DescribeRuleGroupResponse = {}));
|
|
597
401
|
export var DisassociateSubnetsRequest;
|
|
598
402
|
(function (DisassociateSubnetsRequest) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
403
|
DisassociateSubnetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
404
|
})(DisassociateSubnetsRequest || (DisassociateSubnetsRequest = {}));
|
|
604
405
|
export var DisassociateSubnetsResponse;
|
|
605
406
|
(function (DisassociateSubnetsResponse) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
407
|
DisassociateSubnetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
408
|
})(DisassociateSubnetsResponse || (DisassociateSubnetsResponse = {}));
|
|
611
409
|
export var FirewallMetadata;
|
|
612
410
|
(function (FirewallMetadata) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
411
|
FirewallMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
412
|
})(FirewallMetadata || (FirewallMetadata = {}));
|
|
618
413
|
export var FirewallPolicyMetadata;
|
|
619
414
|
(function (FirewallPolicyMetadata) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
415
|
FirewallPolicyMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
416
|
})(FirewallPolicyMetadata || (FirewallPolicyMetadata = {}));
|
|
625
|
-
export var InvalidResourcePolicyException;
|
|
626
|
-
(function (InvalidResourcePolicyException) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
|
-
InvalidResourcePolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
-
})(InvalidResourcePolicyException || (InvalidResourcePolicyException = {}));
|
|
632
417
|
export var ListFirewallPoliciesRequest;
|
|
633
418
|
(function (ListFirewallPoliciesRequest) {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
419
|
ListFirewallPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
420
|
})(ListFirewallPoliciesRequest || (ListFirewallPoliciesRequest = {}));
|
|
639
421
|
export var ListFirewallPoliciesResponse;
|
|
640
422
|
(function (ListFirewallPoliciesResponse) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
423
|
ListFirewallPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
424
|
})(ListFirewallPoliciesResponse || (ListFirewallPoliciesResponse = {}));
|
|
646
425
|
export var ListFirewallsRequest;
|
|
647
426
|
(function (ListFirewallsRequest) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
427
|
ListFirewallsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
428
|
})(ListFirewallsRequest || (ListFirewallsRequest = {}));
|
|
653
429
|
export var ListFirewallsResponse;
|
|
654
430
|
(function (ListFirewallsResponse) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
431
|
ListFirewallsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
432
|
})(ListFirewallsResponse || (ListFirewallsResponse = {}));
|
|
660
433
|
export var ListRuleGroupsRequest;
|
|
661
434
|
(function (ListRuleGroupsRequest) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
435
|
ListRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
436
|
})(ListRuleGroupsRequest || (ListRuleGroupsRequest = {}));
|
|
667
437
|
export var RuleGroupMetadata;
|
|
668
438
|
(function (RuleGroupMetadata) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
439
|
RuleGroupMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
440
|
})(RuleGroupMetadata || (RuleGroupMetadata = {}));
|
|
674
441
|
export var ListRuleGroupsResponse;
|
|
675
442
|
(function (ListRuleGroupsResponse) {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
443
|
ListRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
444
|
})(ListRuleGroupsResponse || (ListRuleGroupsResponse = {}));
|
|
681
445
|
export var ListTagsForResourceRequest;
|
|
682
446
|
(function (ListTagsForResourceRequest) {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
447
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
448
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
688
449
|
export var ListTagsForResourceResponse;
|
|
689
450
|
(function (ListTagsForResourceResponse) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
451
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
452
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
695
453
|
export var LogDestinationPermissionException;
|
|
696
454
|
(function (LogDestinationPermissionException) {
|
|
697
|
-
/**
|
|
698
|
-
* @internal
|
|
699
|
-
*/
|
|
700
455
|
LogDestinationPermissionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
456
|
})(LogDestinationPermissionException || (LogDestinationPermissionException = {}));
|
|
702
457
|
export var PutResourcePolicyRequest;
|
|
703
458
|
(function (PutResourcePolicyRequest) {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
459
|
PutResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
460
|
})(PutResourcePolicyRequest || (PutResourcePolicyRequest = {}));
|
|
709
461
|
export var PutResourcePolicyResponse;
|
|
710
462
|
(function (PutResourcePolicyResponse) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
463
|
PutResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
464
|
})(PutResourcePolicyResponse || (PutResourcePolicyResponse = {}));
|
|
716
465
|
export var TagResourceRequest;
|
|
717
466
|
(function (TagResourceRequest) {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
467
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
468
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
723
469
|
export var TagResourceResponse;
|
|
724
470
|
(function (TagResourceResponse) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
471
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
472
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
730
473
|
export var UntagResourceRequest;
|
|
731
474
|
(function (UntagResourceRequest) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
475
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
476
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
737
477
|
export var UntagResourceResponse;
|
|
738
478
|
(function (UntagResourceResponse) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
479
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
480
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
744
481
|
export var ResourceOwnerCheckException;
|
|
745
482
|
(function (ResourceOwnerCheckException) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
483
|
ResourceOwnerCheckException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
484
|
})(ResourceOwnerCheckException || (ResourceOwnerCheckException = {}));
|
|
751
485
|
export var UpdateFirewallDeleteProtectionRequest;
|
|
752
486
|
(function (UpdateFirewallDeleteProtectionRequest) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
487
|
UpdateFirewallDeleteProtectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
488
|
})(UpdateFirewallDeleteProtectionRequest || (UpdateFirewallDeleteProtectionRequest = {}));
|
|
758
489
|
export var UpdateFirewallDeleteProtectionResponse;
|
|
759
490
|
(function (UpdateFirewallDeleteProtectionResponse) {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
491
|
UpdateFirewallDeleteProtectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
492
|
})(UpdateFirewallDeleteProtectionResponse || (UpdateFirewallDeleteProtectionResponse = {}));
|
|
765
493
|
export var UpdateFirewallDescriptionRequest;
|
|
766
494
|
(function (UpdateFirewallDescriptionRequest) {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
495
|
UpdateFirewallDescriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
496
|
})(UpdateFirewallDescriptionRequest || (UpdateFirewallDescriptionRequest = {}));
|
|
772
497
|
export var UpdateFirewallDescriptionResponse;
|
|
773
498
|
(function (UpdateFirewallDescriptionResponse) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
499
|
UpdateFirewallDescriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
500
|
})(UpdateFirewallDescriptionResponse || (UpdateFirewallDescriptionResponse = {}));
|
|
779
501
|
export var UpdateFirewallPolicyRequest;
|
|
780
502
|
(function (UpdateFirewallPolicyRequest) {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
503
|
UpdateFirewallPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
504
|
})(UpdateFirewallPolicyRequest || (UpdateFirewallPolicyRequest = {}));
|
|
786
505
|
export var UpdateFirewallPolicyResponse;
|
|
787
506
|
(function (UpdateFirewallPolicyResponse) {
|
|
788
|
-
/**
|
|
789
|
-
* @internal
|
|
790
|
-
*/
|
|
791
507
|
UpdateFirewallPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
508
|
})(UpdateFirewallPolicyResponse || (UpdateFirewallPolicyResponse = {}));
|
|
793
509
|
export var UpdateFirewallPolicyChangeProtectionRequest;
|
|
794
510
|
(function (UpdateFirewallPolicyChangeProtectionRequest) {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
511
|
UpdateFirewallPolicyChangeProtectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
512
|
})(UpdateFirewallPolicyChangeProtectionRequest || (UpdateFirewallPolicyChangeProtectionRequest = {}));
|
|
800
513
|
export var UpdateFirewallPolicyChangeProtectionResponse;
|
|
801
514
|
(function (UpdateFirewallPolicyChangeProtectionResponse) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
515
|
UpdateFirewallPolicyChangeProtectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
516
|
})(UpdateFirewallPolicyChangeProtectionResponse || (UpdateFirewallPolicyChangeProtectionResponse = {}));
|
|
807
517
|
export var UpdateLoggingConfigurationRequest;
|
|
808
518
|
(function (UpdateLoggingConfigurationRequest) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
519
|
UpdateLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
520
|
})(UpdateLoggingConfigurationRequest || (UpdateLoggingConfigurationRequest = {}));
|
|
814
521
|
export var UpdateLoggingConfigurationResponse;
|
|
815
522
|
(function (UpdateLoggingConfigurationResponse) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
523
|
UpdateLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
524
|
})(UpdateLoggingConfigurationResponse || (UpdateLoggingConfigurationResponse = {}));
|
|
821
525
|
export var UpdateRuleGroupRequest;
|
|
822
526
|
(function (UpdateRuleGroupRequest) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
527
|
UpdateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
528
|
})(UpdateRuleGroupRequest || (UpdateRuleGroupRequest = {}));
|
|
828
529
|
export var UpdateRuleGroupResponse;
|
|
829
530
|
(function (UpdateRuleGroupResponse) {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
531
|
UpdateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
532
|
})(UpdateRuleGroupResponse || (UpdateRuleGroupResponse = {}));
|
|
835
533
|
export var UpdateSubnetChangeProtectionRequest;
|
|
836
534
|
(function (UpdateSubnetChangeProtectionRequest) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
535
|
UpdateSubnetChangeProtectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
536
|
})(UpdateSubnetChangeProtectionRequest || (UpdateSubnetChangeProtectionRequest = {}));
|
|
842
537
|
export var UpdateSubnetChangeProtectionResponse;
|
|
843
538
|
(function (UpdateSubnetChangeProtectionResponse) {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
539
|
UpdateSubnetChangeProtectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
540
|
})(UpdateSubnetChangeProtectionResponse || (UpdateSubnetChangeProtectionResponse = {}));
|
|
849
|
-
//# sourceMappingURL=models_0.js.map
|