@aws-sdk/client-network-firewall 3.1076.0 → 3.1078.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/README.md +35 -0
- package/dist-cjs/index.js +309 -840
- package/dist-es/NetworkFirewall.js +12 -0
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +2 -14
- package/dist-es/commands/AssociateAvailabilityZonesCommand.js +2 -14
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +2 -14
- package/dist-es/commands/AssociateSubnetsCommand.js +2 -14
- package/dist-es/commands/AttachRuleGroupsToProxyConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateContainerAssociationCommand.js +4 -0
- package/dist-es/commands/CreateFirewallCommand.js +2 -14
- package/dist-es/commands/CreateFirewallPolicyCommand.js +2 -14
- package/dist-es/commands/CreateProxyCommand.js +2 -14
- package/dist-es/commands/CreateProxyConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateProxyRuleGroupCommand.js +2 -14
- package/dist-es/commands/CreateProxyRulesCommand.js +2 -14
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -14
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteContainerAssociationCommand.js +4 -0
- package/dist-es/commands/DeleteFirewallCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteProxyCommand.js +2 -14
- package/dist-es/commands/DeleteProxyConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteProxyRuleGroupCommand.js +2 -14
- package/dist-es/commands/DeleteProxyRulesCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -14
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +2 -14
- package/dist-es/commands/DescribeContainerAssociationCommand.js +4 -0
- package/dist-es/commands/DescribeFirewallCommand.js +2 -14
- package/dist-es/commands/DescribeFirewallMetadataCommand.js +2 -14
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +2 -14
- package/dist-es/commands/DescribeFlowOperationCommand.js +2 -14
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeProxyCommand.js +2 -14
- package/dist-es/commands/DescribeProxyConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeProxyRuleCommand.js +2 -14
- package/dist-es/commands/DescribeProxyRuleGroupCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeRuleGroupCommand.js +2 -14
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +2 -14
- package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +2 -14
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +2 -14
- package/dist-es/commands/DetachRuleGroupsFromProxyConfigurationCommand.js +2 -14
- package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +2 -14
- package/dist-es/commands/DisassociateSubnetsCommand.js +2 -14
- package/dist-es/commands/GetAnalysisReportResultsCommand.js +2 -14
- package/dist-es/commands/ListAnalysisReportsCommand.js +2 -14
- package/dist-es/commands/ListContainerAssociationsCommand.js +4 -0
- package/dist-es/commands/ListFirewallPoliciesCommand.js +2 -14
- package/dist-es/commands/ListFirewallsCommand.js +2 -14
- package/dist-es/commands/ListFlowOperationResultsCommand.js +2 -14
- package/dist-es/commands/ListFlowOperationsCommand.js +2 -14
- package/dist-es/commands/ListProxiesCommand.js +2 -14
- package/dist-es/commands/ListProxyConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListProxyRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +2 -14
- package/dist-es/commands/StartAnalysisReportCommand.js +2 -14
- package/dist-es/commands/StartFlowCaptureCommand.js +2 -14
- package/dist-es/commands/StartFlowFlushCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateContainerAssociationCommand.js +4 -0
- package/dist-es/commands/UpdateFirewallAnalysisSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +2 -14
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateProxyCommand.js +2 -14
- package/dist-es/commands/UpdateProxyConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateProxyRuleCommand.js +2 -14
- package/dist-es/commands/UpdateProxyRuleGroupPrioritiesCommand.js +2 -14
- package/dist-es/commands/UpdateProxyRulePrioritiesCommand.js +2 -14
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -14
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/index.js +5 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +9 -0
- package/dist-es/pagination/ListContainerAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +161 -45
- package/dist-types/NetworkFirewall.d.ts +45 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/AssociateAvailabilityZonesCommand.d.ts +3 -8
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateContainerAssociationCommand.d.ts +144 -0
- package/dist-types/commands/CreateFirewallCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateProxyCommand.d.ts +3 -8
- package/dist-types/commands/CreateProxyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateProxyRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateProxyRulesCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcEndpointAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteContainerAssociationCommand.d.ts +104 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProxyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProxyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProxyRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProxyRulesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcEndpointAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContainerAssociationCommand.d.ts +122 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowOperationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProxyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProxyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProxyRuleCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProxyRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcEndpointAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAvailabilityZonesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/GetAnalysisReportResultsCommand.d.ts +3 -8
- package/dist-types/commands/ListAnalysisReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListContainerAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlowOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListProxiesCommand.d.ts +3 -8
- package/dist-types/commands/ListProxyConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListProxyRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcEndpointAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/StartAnalysisReportCommand.d.ts +3 -8
- package/dist-types/commands/StartFlowCaptureCommand.d.ts +3 -8
- package/dist-types/commands/StartFlowFlushCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerAssociationCommand.d.ts +143 -0
- package/dist-types/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProxyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProxyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProxyRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProxyRulePrioritiesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +345 -2
- package/dist-types/pagination/ListContainerAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +95 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProxyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProxyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProxyRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProxyRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProxyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProxyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProxyRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProxyRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProxyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProxyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProxyRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProxyRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnalysisReportResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalysisReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProxiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProxyConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProxyRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAnalysisReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProxyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProxyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProxyRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProxyRulePrioritiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/dist-types/ts3.4/pagination/ListContainerAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +8 -10
|
@@ -4,6 +4,7 @@ import { type AssociateAvailabilityZonesCommandInput, type AssociateAvailability
|
|
|
4
4
|
import { type AssociateFirewallPolicyCommandInput, type AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
|
|
5
5
|
import { type AssociateSubnetsCommandInput, type AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
|
|
6
6
|
import { type AttachRuleGroupsToProxyConfigurationCommandInput, type AttachRuleGroupsToProxyConfigurationCommandOutput } from "./commands/AttachRuleGroupsToProxyConfigurationCommand";
|
|
7
|
+
import { type CreateContainerAssociationCommandInput, type CreateContainerAssociationCommandOutput } from "./commands/CreateContainerAssociationCommand";
|
|
7
8
|
import { type CreateFirewallCommandInput, type CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
|
|
8
9
|
import { type CreateFirewallPolicyCommandInput, type CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
|
|
9
10
|
import { type CreateProxyCommandInput, type CreateProxyCommandOutput } from "./commands/CreateProxyCommand";
|
|
@@ -13,6 +14,7 @@ import { type CreateProxyRulesCommandInput, type CreateProxyRulesCommandOutput }
|
|
|
13
14
|
import { type CreateRuleGroupCommandInput, type CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
14
15
|
import { type CreateTLSInspectionConfigurationCommandInput, type CreateTLSInspectionConfigurationCommandOutput } from "./commands/CreateTLSInspectionConfigurationCommand";
|
|
15
16
|
import { type CreateVpcEndpointAssociationCommandInput, type CreateVpcEndpointAssociationCommandOutput } from "./commands/CreateVpcEndpointAssociationCommand";
|
|
17
|
+
import { type DeleteContainerAssociationCommandInput, type DeleteContainerAssociationCommandOutput } from "./commands/DeleteContainerAssociationCommand";
|
|
16
18
|
import { type DeleteFirewallCommandInput, type DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
|
|
17
19
|
import { type DeleteFirewallPolicyCommandInput, type DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
|
|
18
20
|
import { type DeleteNetworkFirewallTransitGatewayAttachmentCommandInput, type DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput } from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
@@ -24,6 +26,7 @@ import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommand
|
|
|
24
26
|
import { type DeleteRuleGroupCommandInput, type DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
25
27
|
import { type DeleteTLSInspectionConfigurationCommandInput, type DeleteTLSInspectionConfigurationCommandOutput } from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
26
28
|
import { type DeleteVpcEndpointAssociationCommandInput, type DeleteVpcEndpointAssociationCommandOutput } from "./commands/DeleteVpcEndpointAssociationCommand";
|
|
29
|
+
import { type DescribeContainerAssociationCommandInput, type DescribeContainerAssociationCommandOutput } from "./commands/DescribeContainerAssociationCommand";
|
|
27
30
|
import { type DescribeFirewallCommandInput, type DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
|
|
28
31
|
import { type DescribeFirewallMetadataCommandInput, type DescribeFirewallMetadataCommandOutput } from "./commands/DescribeFirewallMetadataCommand";
|
|
29
32
|
import { type DescribeFirewallPolicyCommandInput, type DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
|
|
@@ -44,6 +47,7 @@ import { type DisassociateAvailabilityZonesCommandInput, type DisassociateAvaila
|
|
|
44
47
|
import { type DisassociateSubnetsCommandInput, type DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
|
|
45
48
|
import { type GetAnalysisReportResultsCommandInput, type GetAnalysisReportResultsCommandOutput } from "./commands/GetAnalysisReportResultsCommand";
|
|
46
49
|
import { type ListAnalysisReportsCommandInput, type ListAnalysisReportsCommandOutput } from "./commands/ListAnalysisReportsCommand";
|
|
50
|
+
import { type ListContainerAssociationsCommandInput, type ListContainerAssociationsCommandOutput } from "./commands/ListContainerAssociationsCommand";
|
|
47
51
|
import { type ListFirewallPoliciesCommandInput, type ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
|
|
48
52
|
import { type ListFirewallsCommandInput, type ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
|
|
49
53
|
import { type ListFlowOperationResultsCommandInput, type ListFlowOperationResultsCommandOutput } from "./commands/ListFlowOperationResultsCommand";
|
|
@@ -63,6 +67,7 @@ import { type StartFlowFlushCommandInput, type StartFlowFlushCommandOutput } fro
|
|
|
63
67
|
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
64
68
|
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
65
69
|
import { type UpdateAvailabilityZoneChangeProtectionCommandInput, type UpdateAvailabilityZoneChangeProtectionCommandOutput } from "./commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
70
|
+
import { type UpdateContainerAssociationCommandInput, type UpdateContainerAssociationCommandOutput } from "./commands/UpdateContainerAssociationCommand";
|
|
66
71
|
import { type UpdateFirewallAnalysisSettingsCommandInput, type UpdateFirewallAnalysisSettingsCommandOutput } from "./commands/UpdateFirewallAnalysisSettingsCommand";
|
|
67
72
|
import { type UpdateFirewallDeleteProtectionCommandInput, type UpdateFirewallDeleteProtectionCommandOutput } from "./commands/UpdateFirewallDeleteProtectionCommand";
|
|
68
73
|
import { type UpdateFirewallDescriptionCommandInput, type UpdateFirewallDescriptionCommandOutput } from "./commands/UpdateFirewallDescriptionCommand";
|
|
@@ -110,6 +115,12 @@ export interface NetworkFirewall {
|
|
|
110
115
|
attachRuleGroupsToProxyConfiguration(args: AttachRuleGroupsToProxyConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<AttachRuleGroupsToProxyConfigurationCommandOutput>;
|
|
111
116
|
attachRuleGroupsToProxyConfiguration(args: AttachRuleGroupsToProxyConfigurationCommandInput, cb: (err: any, data?: AttachRuleGroupsToProxyConfigurationCommandOutput) => void): void;
|
|
112
117
|
attachRuleGroupsToProxyConfiguration(args: AttachRuleGroupsToProxyConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachRuleGroupsToProxyConfigurationCommandOutput) => void): void;
|
|
118
|
+
/**
|
|
119
|
+
* @see {@link CreateContainerAssociationCommand}
|
|
120
|
+
*/
|
|
121
|
+
createContainerAssociation(args: CreateContainerAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerAssociationCommandOutput>;
|
|
122
|
+
createContainerAssociation(args: CreateContainerAssociationCommandInput, cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void): void;
|
|
123
|
+
createContainerAssociation(args: CreateContainerAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void): void;
|
|
113
124
|
/**
|
|
114
125
|
* @see {@link CreateFirewallCommand}
|
|
115
126
|
*/
|
|
@@ -164,6 +175,13 @@ export interface NetworkFirewall {
|
|
|
164
175
|
createVpcEndpointAssociation(args: CreateVpcEndpointAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcEndpointAssociationCommandOutput>;
|
|
165
176
|
createVpcEndpointAssociation(args: CreateVpcEndpointAssociationCommandInput, cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void): void;
|
|
166
177
|
createVpcEndpointAssociation(args: CreateVpcEndpointAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void): void;
|
|
178
|
+
/**
|
|
179
|
+
* @see {@link DeleteContainerAssociationCommand}
|
|
180
|
+
*/
|
|
181
|
+
deleteContainerAssociation(): Promise<DeleteContainerAssociationCommandOutput>;
|
|
182
|
+
deleteContainerAssociation(args: DeleteContainerAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContainerAssociationCommandOutput>;
|
|
183
|
+
deleteContainerAssociation(args: DeleteContainerAssociationCommandInput, cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void): void;
|
|
184
|
+
deleteContainerAssociation(args: DeleteContainerAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void): void;
|
|
167
185
|
/**
|
|
168
186
|
* @see {@link DeleteFirewallCommand}
|
|
169
187
|
*/
|
|
@@ -236,6 +254,13 @@ export interface NetworkFirewall {
|
|
|
236
254
|
deleteVpcEndpointAssociation(args: DeleteVpcEndpointAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcEndpointAssociationCommandOutput>;
|
|
237
255
|
deleteVpcEndpointAssociation(args: DeleteVpcEndpointAssociationCommandInput, cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void): void;
|
|
238
256
|
deleteVpcEndpointAssociation(args: DeleteVpcEndpointAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void): void;
|
|
257
|
+
/**
|
|
258
|
+
* @see {@link DescribeContainerAssociationCommand}
|
|
259
|
+
*/
|
|
260
|
+
describeContainerAssociation(): Promise<DescribeContainerAssociationCommandOutput>;
|
|
261
|
+
describeContainerAssociation(args: DescribeContainerAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContainerAssociationCommandOutput>;
|
|
262
|
+
describeContainerAssociation(args: DescribeContainerAssociationCommandInput, cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void): void;
|
|
263
|
+
describeContainerAssociation(args: DescribeContainerAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void): void;
|
|
239
264
|
/**
|
|
240
265
|
* @see {@link DescribeFirewallCommand}
|
|
241
266
|
*/
|
|
@@ -368,6 +393,13 @@ export interface NetworkFirewall {
|
|
|
368
393
|
listAnalysisReports(args: ListAnalysisReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalysisReportsCommandOutput>;
|
|
369
394
|
listAnalysisReports(args: ListAnalysisReportsCommandInput, cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void): void;
|
|
370
395
|
listAnalysisReports(args: ListAnalysisReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void): void;
|
|
396
|
+
/**
|
|
397
|
+
* @see {@link ListContainerAssociationsCommand}
|
|
398
|
+
*/
|
|
399
|
+
listContainerAssociations(): Promise<ListContainerAssociationsCommandOutput>;
|
|
400
|
+
listContainerAssociations(args: ListContainerAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListContainerAssociationsCommandOutput>;
|
|
401
|
+
listContainerAssociations(args: ListContainerAssociationsCommandInput, cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void): void;
|
|
402
|
+
listContainerAssociations(args: ListContainerAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void): void;
|
|
371
403
|
/**
|
|
372
404
|
* @see {@link ListFirewallPoliciesCommand}
|
|
373
405
|
*/
|
|
@@ -490,6 +522,12 @@ export interface NetworkFirewall {
|
|
|
490
522
|
updateAvailabilityZoneChangeProtection(args: UpdateAvailabilityZoneChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAvailabilityZoneChangeProtectionCommandOutput>;
|
|
491
523
|
updateAvailabilityZoneChangeProtection(args: UpdateAvailabilityZoneChangeProtectionCommandInput, cb: (err: any, data?: UpdateAvailabilityZoneChangeProtectionCommandOutput) => void): void;
|
|
492
524
|
updateAvailabilityZoneChangeProtection(args: UpdateAvailabilityZoneChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAvailabilityZoneChangeProtectionCommandOutput) => void): void;
|
|
525
|
+
/**
|
|
526
|
+
* @see {@link UpdateContainerAssociationCommand}
|
|
527
|
+
*/
|
|
528
|
+
updateContainerAssociation(args: UpdateContainerAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContainerAssociationCommandOutput>;
|
|
529
|
+
updateContainerAssociation(args: UpdateContainerAssociationCommandInput, cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void): void;
|
|
530
|
+
updateContainerAssociation(args: UpdateContainerAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void): void;
|
|
493
531
|
/**
|
|
494
532
|
* @see {@link UpdateFirewallAnalysisSettingsCommand}
|
|
495
533
|
*/
|
|
@@ -598,6 +636,13 @@ export interface NetworkFirewall {
|
|
|
598
636
|
* @returns AsyncIterable of {@link ListAnalysisReportsCommandOutput}.
|
|
599
637
|
*/
|
|
600
638
|
paginateListAnalysisReports(args?: ListAnalysisReportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnalysisReportsCommandOutput>;
|
|
639
|
+
/**
|
|
640
|
+
* @see {@link ListContainerAssociationsCommand}
|
|
641
|
+
* @param args - command input.
|
|
642
|
+
* @param paginationConfig - optional pagination config.
|
|
643
|
+
* @returns AsyncIterable of {@link ListContainerAssociationsCommandOutput}.
|
|
644
|
+
*/
|
|
645
|
+
paginateListContainerAssociations(args?: ListContainerAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContainerAssociationsCommandOutput>;
|
|
601
646
|
/**
|
|
602
647
|
* @see {@link ListFirewallPoliciesCommand}
|
|
603
648
|
* @param args - command input.
|
|
@@ -11,6 +11,7 @@ import type { AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZones
|
|
|
11
11
|
import type { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
|
|
12
12
|
import type { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
|
|
13
13
|
import type { AttachRuleGroupsToProxyConfigurationCommandInput, AttachRuleGroupsToProxyConfigurationCommandOutput } from "./commands/AttachRuleGroupsToProxyConfigurationCommand";
|
|
14
|
+
import type { CreateContainerAssociationCommandInput, CreateContainerAssociationCommandOutput } from "./commands/CreateContainerAssociationCommand";
|
|
14
15
|
import type { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
|
|
15
16
|
import type { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
|
|
16
17
|
import type { CreateProxyCommandInput, CreateProxyCommandOutput } from "./commands/CreateProxyCommand";
|
|
@@ -20,6 +21,7 @@ import type { CreateProxyRulesCommandInput, CreateProxyRulesCommandOutput } from
|
|
|
20
21
|
import type { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
21
22
|
import type { CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput } from "./commands/CreateTLSInspectionConfigurationCommand";
|
|
22
23
|
import type { CreateVpcEndpointAssociationCommandInput, CreateVpcEndpointAssociationCommandOutput } from "./commands/CreateVpcEndpointAssociationCommand";
|
|
24
|
+
import type { DeleteContainerAssociationCommandInput, DeleteContainerAssociationCommandOutput } from "./commands/DeleteContainerAssociationCommand";
|
|
23
25
|
import type { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
|
|
24
26
|
import type { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
|
|
25
27
|
import type { DeleteNetworkFirewallTransitGatewayAttachmentCommandInput, DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput } from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
@@ -31,6 +33,7 @@ import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutpu
|
|
|
31
33
|
import type { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
32
34
|
import type { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
33
35
|
import type { DeleteVpcEndpointAssociationCommandInput, DeleteVpcEndpointAssociationCommandOutput } from "./commands/DeleteVpcEndpointAssociationCommand";
|
|
36
|
+
import type { DescribeContainerAssociationCommandInput, DescribeContainerAssociationCommandOutput } from "./commands/DescribeContainerAssociationCommand";
|
|
34
37
|
import type { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
|
|
35
38
|
import type { DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput } from "./commands/DescribeFirewallMetadataCommand";
|
|
36
39
|
import type { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
|
|
@@ -51,6 +54,7 @@ import type { DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilit
|
|
|
51
54
|
import type { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
|
|
52
55
|
import type { GetAnalysisReportResultsCommandInput, GetAnalysisReportResultsCommandOutput } from "./commands/GetAnalysisReportResultsCommand";
|
|
53
56
|
import type { ListAnalysisReportsCommandInput, ListAnalysisReportsCommandOutput } from "./commands/ListAnalysisReportsCommand";
|
|
57
|
+
import type { ListContainerAssociationsCommandInput, ListContainerAssociationsCommandOutput } from "./commands/ListContainerAssociationsCommand";
|
|
54
58
|
import type { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
|
|
55
59
|
import type { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
|
|
56
60
|
import type { ListFlowOperationResultsCommandInput, ListFlowOperationResultsCommandOutput } from "./commands/ListFlowOperationResultsCommand";
|
|
@@ -70,6 +74,7 @@ import type { StartFlowFlushCommandInput, StartFlowFlushCommandOutput } from "./
|
|
|
70
74
|
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
71
75
|
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
72
76
|
import type { UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput } from "./commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
77
|
+
import type { UpdateContainerAssociationCommandInput, UpdateContainerAssociationCommandOutput } from "./commands/UpdateContainerAssociationCommand";
|
|
73
78
|
import type { UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput } from "./commands/UpdateFirewallAnalysisSettingsCommand";
|
|
74
79
|
import type { UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput } from "./commands/UpdateFirewallDeleteProtectionCommand";
|
|
75
80
|
import type { UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput } from "./commands/UpdateFirewallDescriptionCommand";
|
|
@@ -91,11 +96,11 @@ export { __Client };
|
|
|
91
96
|
/**
|
|
92
97
|
* @public
|
|
93
98
|
*/
|
|
94
|
-
export type ServiceInputTypes = AcceptNetworkFirewallTransitGatewayAttachmentCommandInput | AssociateAvailabilityZonesCommandInput | AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | AttachRuleGroupsToProxyConfigurationCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateProxyCommandInput | CreateProxyConfigurationCommandInput | CreateProxyRuleGroupCommandInput | CreateProxyRulesCommandInput | CreateRuleGroupCommandInput | CreateTLSInspectionConfigurationCommandInput | CreateVpcEndpointAssociationCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteNetworkFirewallTransitGatewayAttachmentCommandInput | DeleteProxyCommandInput | DeleteProxyConfigurationCommandInput | DeleteProxyRuleGroupCommandInput | DeleteProxyRulesCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DeleteTLSInspectionConfigurationCommandInput | DeleteVpcEndpointAssociationCommandInput | DescribeFirewallCommandInput | DescribeFirewallMetadataCommandInput | DescribeFirewallPolicyCommandInput | DescribeFlowOperationCommandInput | DescribeLoggingConfigurationCommandInput | DescribeProxyCommandInput | DescribeProxyConfigurationCommandInput | DescribeProxyRuleCommandInput | DescribeProxyRuleGroupCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DescribeRuleGroupSummaryCommandInput | DescribeTLSInspectionConfigurationCommandInput | DescribeVpcEndpointAssociationCommandInput | DetachRuleGroupsFromProxyConfigurationCommandInput | DisassociateAvailabilityZonesCommandInput | DisassociateSubnetsCommandInput | GetAnalysisReportResultsCommandInput | ListAnalysisReportsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListFlowOperationResultsCommandInput | ListFlowOperationsCommandInput | ListProxiesCommandInput | ListProxyConfigurationsCommandInput | ListProxyRuleGroupsCommandInput | ListRuleGroupsCommandInput | ListTLSInspectionConfigurationsCommandInput | ListTagsForResourceCommandInput | ListVpcEndpointAssociationsCommandInput | PutResourcePolicyCommandInput | RejectNetworkFirewallTransitGatewayAttachmentCommandInput | StartAnalysisReportCommandInput | StartFlowCaptureCommandInput | StartFlowFlushCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAvailabilityZoneChangeProtectionCommandInput | UpdateFirewallAnalysisSettingsCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallEncryptionConfigurationCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateProxyCommandInput | UpdateProxyConfigurationCommandInput | UpdateProxyRuleCommandInput | UpdateProxyRuleGroupPrioritiesCommandInput | UpdateProxyRulePrioritiesCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput | UpdateTLSInspectionConfigurationCommandInput;
|
|
99
|
+
export type ServiceInputTypes = AcceptNetworkFirewallTransitGatewayAttachmentCommandInput | AssociateAvailabilityZonesCommandInput | AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | AttachRuleGroupsToProxyConfigurationCommandInput | CreateContainerAssociationCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateProxyCommandInput | CreateProxyConfigurationCommandInput | CreateProxyRuleGroupCommandInput | CreateProxyRulesCommandInput | CreateRuleGroupCommandInput | CreateTLSInspectionConfigurationCommandInput | CreateVpcEndpointAssociationCommandInput | DeleteContainerAssociationCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteNetworkFirewallTransitGatewayAttachmentCommandInput | DeleteProxyCommandInput | DeleteProxyConfigurationCommandInput | DeleteProxyRuleGroupCommandInput | DeleteProxyRulesCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DeleteTLSInspectionConfigurationCommandInput | DeleteVpcEndpointAssociationCommandInput | DescribeContainerAssociationCommandInput | DescribeFirewallCommandInput | DescribeFirewallMetadataCommandInput | DescribeFirewallPolicyCommandInput | DescribeFlowOperationCommandInput | DescribeLoggingConfigurationCommandInput | DescribeProxyCommandInput | DescribeProxyConfigurationCommandInput | DescribeProxyRuleCommandInput | DescribeProxyRuleGroupCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DescribeRuleGroupSummaryCommandInput | DescribeTLSInspectionConfigurationCommandInput | DescribeVpcEndpointAssociationCommandInput | DetachRuleGroupsFromProxyConfigurationCommandInput | DisassociateAvailabilityZonesCommandInput | DisassociateSubnetsCommandInput | GetAnalysisReportResultsCommandInput | ListAnalysisReportsCommandInput | ListContainerAssociationsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListFlowOperationResultsCommandInput | ListFlowOperationsCommandInput | ListProxiesCommandInput | ListProxyConfigurationsCommandInput | ListProxyRuleGroupsCommandInput | ListRuleGroupsCommandInput | ListTLSInspectionConfigurationsCommandInput | ListTagsForResourceCommandInput | ListVpcEndpointAssociationsCommandInput | PutResourcePolicyCommandInput | RejectNetworkFirewallTransitGatewayAttachmentCommandInput | StartAnalysisReportCommandInput | StartFlowCaptureCommandInput | StartFlowFlushCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAvailabilityZoneChangeProtectionCommandInput | UpdateContainerAssociationCommandInput | UpdateFirewallAnalysisSettingsCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallEncryptionConfigurationCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateProxyCommandInput | UpdateProxyConfigurationCommandInput | UpdateProxyRuleCommandInput | UpdateProxyRuleGroupPrioritiesCommandInput | UpdateProxyRulePrioritiesCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput | UpdateTLSInspectionConfigurationCommandInput;
|
|
95
100
|
/**
|
|
96
101
|
* @public
|
|
97
102
|
*/
|
|
98
|
-
export type ServiceOutputTypes = AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput | AssociateAvailabilityZonesCommandOutput | AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | AttachRuleGroupsToProxyConfigurationCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateProxyCommandOutput | CreateProxyConfigurationCommandOutput | CreateProxyRuleGroupCommandOutput | CreateProxyRulesCommandOutput | CreateRuleGroupCommandOutput | CreateTLSInspectionConfigurationCommandOutput | CreateVpcEndpointAssociationCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput | DeleteProxyCommandOutput | DeleteProxyConfigurationCommandOutput | DeleteProxyRuleGroupCommandOutput | DeleteProxyRulesCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DeleteTLSInspectionConfigurationCommandOutput | DeleteVpcEndpointAssociationCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallMetadataCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeFlowOperationCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeProxyCommandOutput | DescribeProxyConfigurationCommandOutput | DescribeProxyRuleCommandOutput | DescribeProxyRuleGroupCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DescribeRuleGroupSummaryCommandOutput | DescribeTLSInspectionConfigurationCommandOutput | DescribeVpcEndpointAssociationCommandOutput | DetachRuleGroupsFromProxyConfigurationCommandOutput | DisassociateAvailabilityZonesCommandOutput | DisassociateSubnetsCommandOutput | GetAnalysisReportResultsCommandOutput | ListAnalysisReportsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListFlowOperationResultsCommandOutput | ListFlowOperationsCommandOutput | ListProxiesCommandOutput | ListProxyConfigurationsCommandOutput | ListProxyRuleGroupsCommandOutput | ListRuleGroupsCommandOutput | ListTLSInspectionConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListVpcEndpointAssociationsCommandOutput | PutResourcePolicyCommandOutput | RejectNetworkFirewallTransitGatewayAttachmentCommandOutput | StartAnalysisReportCommandOutput | StartFlowCaptureCommandOutput | StartFlowFlushCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAvailabilityZoneChangeProtectionCommandOutput | UpdateFirewallAnalysisSettingsCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallEncryptionConfigurationCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateProxyCommandOutput | UpdateProxyConfigurationCommandOutput | UpdateProxyRuleCommandOutput | UpdateProxyRuleGroupPrioritiesCommandOutput | UpdateProxyRulePrioritiesCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput | UpdateTLSInspectionConfigurationCommandOutput;
|
|
103
|
+
export type ServiceOutputTypes = AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput | AssociateAvailabilityZonesCommandOutput | AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | AttachRuleGroupsToProxyConfigurationCommandOutput | CreateContainerAssociationCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateProxyCommandOutput | CreateProxyConfigurationCommandOutput | CreateProxyRuleGroupCommandOutput | CreateProxyRulesCommandOutput | CreateRuleGroupCommandOutput | CreateTLSInspectionConfigurationCommandOutput | CreateVpcEndpointAssociationCommandOutput | DeleteContainerAssociationCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput | DeleteProxyCommandOutput | DeleteProxyConfigurationCommandOutput | DeleteProxyRuleGroupCommandOutput | DeleteProxyRulesCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DeleteTLSInspectionConfigurationCommandOutput | DeleteVpcEndpointAssociationCommandOutput | DescribeContainerAssociationCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallMetadataCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeFlowOperationCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeProxyCommandOutput | DescribeProxyConfigurationCommandOutput | DescribeProxyRuleCommandOutput | DescribeProxyRuleGroupCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DescribeRuleGroupSummaryCommandOutput | DescribeTLSInspectionConfigurationCommandOutput | DescribeVpcEndpointAssociationCommandOutput | DetachRuleGroupsFromProxyConfigurationCommandOutput | DisassociateAvailabilityZonesCommandOutput | DisassociateSubnetsCommandOutput | GetAnalysisReportResultsCommandOutput | ListAnalysisReportsCommandOutput | ListContainerAssociationsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListFlowOperationResultsCommandOutput | ListFlowOperationsCommandOutput | ListProxiesCommandOutput | ListProxyConfigurationsCommandOutput | ListProxyRuleGroupsCommandOutput | ListRuleGroupsCommandOutput | ListTLSInspectionConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListVpcEndpointAssociationsCommandOutput | PutResourcePolicyCommandOutput | RejectNetworkFirewallTransitGatewayAttachmentCommandOutput | StartAnalysisReportCommandOutput | StartFlowCaptureCommandOutput | StartFlowFlushCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAvailabilityZoneChangeProtectionCommandOutput | UpdateContainerAssociationCommandOutput | UpdateFirewallAnalysisSettingsCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallEncryptionConfigurationCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateProxyCommandOutput | UpdateProxyConfigurationCommandOutput | UpdateProxyRuleCommandOutput | UpdateProxyRuleGroupPrioritiesCommandOutput | UpdateProxyRulePrioritiesCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput | UpdateTLSInspectionConfigurationCommandOutput;
|
|
99
104
|
/**
|
|
100
105
|
* @public
|
|
101
106
|
*/
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./NetworkFirewallClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AcceptNetworkFirewallTransitGatewayAttachmentRequest, AcceptNetworkFirewallTransitGatewayAttachmentResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandInput exten
|
|
|
22
19
|
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput extends AcceptNetworkFirewallTransitGatewayAttachmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AcceptNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
25
|
-
new (input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput): import("@smithy/core/client").CommandImpl<AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput): import("@smithy/core/client").CommandImpl<AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput): import("@smithy/core/client").CommandImpl<AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput): import("@smithy/core/client").CommandImpl<AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Accepts a transit gateway attachment request for Network Firewall. When you accept the attachment request, Network Firewall creates the necessary routing components to enable traffic flow between the transit gateway and firewall endpoints.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateAvailabilityZonesRequest, AssociateAvailabilityZonesResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateAvailabilityZonesCommandInput extends AssociateAvailab
|
|
|
22
19
|
export interface AssociateAvailabilityZonesCommandOutput extends AssociateAvailabilityZonesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateAvailabilityZonesCommand_base: {
|
|
25
|
-
new (input: AssociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates the specified Availability Zones with a transit gateway-attached firewall. For each Availability Zone, Network Firewall creates a firewall endpoint to process traffic. You can specify one or more Availability Zones where you want to deploy the firewall.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPo
|
|
|
22
19
|
export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateFirewallPolicyCommand_base: {
|
|
25
|
-
new (input: AssociateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates a <a>FirewallPolicy</a> to a <a>Firewall</a>. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {
|
|
|
22
19
|
export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateSubnetsCommand_base: {
|
|
25
|
-
new (input: AssociateSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates the specified subnets in the Amazon VPC to the firewall. You can specify one
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AttachRuleGroupsToProxyConfigurationRequest, AttachRuleGroupsToProxyConfigurationResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AttachRuleGroupsToProxyConfigurationCommandInput extends Attach
|
|
|
22
19
|
export interface AttachRuleGroupsToProxyConfigurationCommandOutput extends AttachRuleGroupsToProxyConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AttachRuleGroupsToProxyConfigurationCommand_base: {
|
|
25
|
-
new (input: AttachRuleGroupsToProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AttachRuleGroupsToProxyConfigurationCommandInput, AttachRuleGroupsToProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AttachRuleGroupsToProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AttachRuleGroupsToProxyConfigurationCommandInput, AttachRuleGroupsToProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AttachRuleGroupsToProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AttachRuleGroupsToProxyConfigurationCommandInput, AttachRuleGroupsToProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AttachRuleGroupsToProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AttachRuleGroupsToProxyConfigurationCommandInput, AttachRuleGroupsToProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attaches <a>ProxyRuleGroup</a> resources to a <a>ProxyConfiguration</a>
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { CreateContainerAssociationRequest, CreateContainerAssociationResponse } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link CreateContainerAssociationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface CreateContainerAssociationCommandInput extends CreateContainerAssociationRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link CreateContainerAssociationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateContainerAssociationCommandOutput extends CreateContainerAssociationResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const CreateContainerAssociationCommand_base: {
|
|
22
|
+
new (input: CreateContainerAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateContainerAssociationCommandInput, CreateContainerAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateContainerAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateContainerAssociationCommandInput, CreateContainerAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Creates a container association for Network Firewall. A container association links container clusters (ECS or EKS) to Network Firewall, enabling dynamic IP resolution for firewall rules based on container attributes.</p>
|
|
28
|
+
* <p>To manage a container association's tags, use the standard Amazon Web Services resource tagging operations, <a>ListTagsForResource</a>, <a>TagResource</a>, and <a>UntagResource</a>.</p>
|
|
29
|
+
* <p>To retrieve information about container associations, use <a>ListContainerAssociations</a> and <a>DescribeContainerAssociation</a>.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { NetworkFirewallClient, CreateContainerAssociationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
34
|
+
* // const { NetworkFirewallClient, CreateContainerAssociationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
35
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
36
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
|
+
* const client = new NetworkFirewallClient(config);
|
|
38
|
+
* const input = { // CreateContainerAssociationRequest
|
|
39
|
+
* ContainerAssociationName: "STRING_VALUE", // required
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
|
+
* Type: "ECS" || "EKS", // required
|
|
42
|
+
* ContainerMonitoringConfigurations: [ // ContainerMonitoringConfigurations // required
|
|
43
|
+
* { // ContainerMonitoringConfiguration
|
|
44
|
+
* ClusterArn: "STRING_VALUE", // required
|
|
45
|
+
* AttributeFilters: [ // ContainerAttributes
|
|
46
|
+
* { // ContainerAttribute
|
|
47
|
+
* Key: "STRING_VALUE", // required
|
|
48
|
+
* Value: "STRING_VALUE", // required
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* Tags: [ // TagList
|
|
54
|
+
* { // Tag
|
|
55
|
+
* Key: "STRING_VALUE", // required
|
|
56
|
+
* Value: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* };
|
|
60
|
+
* const command = new CreateContainerAssociationCommand(input);
|
|
61
|
+
* const response = await client.send(command);
|
|
62
|
+
* // { // CreateContainerAssociationResponse
|
|
63
|
+
* // ContainerAssociationName: "STRING_VALUE",
|
|
64
|
+
* // ContainerAssociationArn: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // Type: "ECS" || "EKS",
|
|
67
|
+
* // ContainerMonitoringConfigurations: [ // ContainerMonitoringConfigurations
|
|
68
|
+
* // { // ContainerMonitoringConfiguration
|
|
69
|
+
* // ClusterArn: "STRING_VALUE", // required
|
|
70
|
+
* // AttributeFilters: [ // ContainerAttributes
|
|
71
|
+
* // { // ContainerAttribute
|
|
72
|
+
* // Key: "STRING_VALUE", // required
|
|
73
|
+
* // Value: "STRING_VALUE", // required
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // Status: "ACTIVE" || "CREATING" || "DELETING",
|
|
79
|
+
* // Tags: [ // TagList
|
|
80
|
+
* // { // Tag
|
|
81
|
+
* // Key: "STRING_VALUE", // required
|
|
82
|
+
* // Value: "STRING_VALUE", // required
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // UpdateToken: "STRING_VALUE",
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* @param CreateContainerAssociationCommandInput - {@link CreateContainerAssociationCommandInput}
|
|
91
|
+
* @returns {@link CreateContainerAssociationCommandOutput}
|
|
92
|
+
* @see {@link CreateContainerAssociationCommandInput} for command's `input` shape.
|
|
93
|
+
* @see {@link CreateContainerAssociationCommandOutput} for command's `response` shape.
|
|
94
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InsufficientCapacityException} (server fault)
|
|
97
|
+
* <p>Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your
|
|
98
|
+
* request later. </p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link InternalServerError} (server fault)
|
|
101
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
102
|
+
* system problem. Retry your request. </p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
105
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
106
|
+
* <ul>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
112
|
+
* types.</p>
|
|
113
|
+
* </li>
|
|
114
|
+
* <li>
|
|
115
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
116
|
+
* that isn't valid in the context of the request.</p>
|
|
117
|
+
* </li>
|
|
118
|
+
* </ul>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
121
|
+
* <p>Unable to perform the operation because doing so would violate a limit setting. </p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
124
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link NetworkFirewallServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
128
|
+
*
|
|
129
|
+
*
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export declare class CreateContainerAssociationCommand extends CreateContainerAssociationCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: CreateContainerAssociationRequest;
|
|
137
|
+
output: CreateContainerAssociationResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: CreateContainerAssociationCommandInput;
|
|
141
|
+
output: CreateContainerAssociationCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFirewallCommandInput extends CreateFirewallRequest {
|
|
|
22
19
|
export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFirewallCommand_base: {
|
|
25
|
-
new (input: CreateFirewallCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFirewallCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFirewallCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFirewallCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Network Firewall <a>Firewall</a> and accompanying <a>FirewallStatus</a> for a VPC. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRe
|
|
|
22
19
|
export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFirewallPolicyCommand_base: {
|
|
25
|
-
new (input: CreateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates the firewall policy for the firewall according to the specifications. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateProxyRequest, CreateProxyResponse } from "../models/models_0";
|
|
4
|
-
import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProxyCommandInput extends CreateProxyRequest {
|
|
|
22
19
|
export interface CreateProxyCommandOutput extends CreateProxyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProxyCommand_base: {
|
|
25
|
-
new (input: CreateProxyCommandInput): import("@smithy/core/client").CommandImpl<CreateProxyCommandInput, CreateProxyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateProxyCommandInput): import("@smithy/core/client").CommandImpl<CreateProxyCommandInput, CreateProxyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateProxyCommandInput): import("@smithy/core/client").CommandImpl<CreateProxyCommandInput, CreateProxyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProxyCommandInput): import("@smithy/core/client").CommandImpl<CreateProxyCommandInput, CreateProxyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Network Firewall <a>Proxy</a>
|