@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
|
@@ -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 { StartFlowCaptureRequest, StartFlowCaptureResponse } 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 StartFlowCaptureCommandInput extends StartFlowCaptureRequest {
|
|
|
22
19
|
export interface StartFlowCaptureCommandOutput extends StartFlowCaptureResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartFlowCaptureCommand_base: {
|
|
25
|
-
new (input: StartFlowCaptureCommandInput): import("@smithy/core/client").CommandImpl<StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartFlowCaptureCommandInput): import("@smithy/core/client").CommandImpl<StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartFlowCaptureCommandInput): import("@smithy/core/client").CommandImpl<StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartFlowCaptureCommandInput): import("@smithy/core/client").CommandImpl<StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Begins capturing the flows in a firewall, according to the filters you define.
|
|
@@ -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 { StartFlowFlushRequest, StartFlowFlushResponse } 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 StartFlowFlushCommandInput extends StartFlowFlushRequest {
|
|
|
22
19
|
export interface StartFlowFlushCommandOutput extends StartFlowFlushResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartFlowFlushCommand_base: {
|
|
25
|
-
new (input: StartFlowFlushCommandInput): import("@smithy/core/client").CommandImpl<StartFlowFlushCommandInput, StartFlowFlushCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartFlowFlushCommandInput): import("@smithy/core/client").CommandImpl<StartFlowFlushCommandInput, StartFlowFlushCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartFlowFlushCommandInput): import("@smithy/core/client").CommandImpl<StartFlowFlushCommandInput, StartFlowFlushCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartFlowFlushCommandInput): import("@smithy/core/client").CommandImpl<StartFlowFlushCommandInput, StartFlowFlushCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Begins the flushing of traffic from the firewall, according to the filters you define.
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
|
|
@@ -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 { UpdateAvailabilityZoneChangeProtectionRequest, UpdateAvailabilityZoneChangeProtectionResponse } 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 UpdateAvailabilityZoneChangeProtectionCommandInput extends Upda
|
|
|
22
19
|
export interface UpdateAvailabilityZoneChangeProtectionCommandOutput extends UpdateAvailabilityZoneChangeProtectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAvailabilityZoneChangeProtectionCommand_base: {
|
|
25
|
-
new (input: UpdateAvailabilityZoneChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAvailabilityZoneChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAvailabilityZoneChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAvailabilityZoneChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Modifies the <code>AvailabilityZoneChangeProtection</code> setting for a transit gateway-attached firewall. When enabled, this setting prevents accidental changes to the firewall's Availability Zone configuration. This helps protect against disrupting traffic flow in production environments.</p>
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { UpdateContainerAssociationRequest, UpdateContainerAssociationResponse } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link UpdateContainerAssociationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface UpdateContainerAssociationCommandInput extends UpdateContainerAssociationRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link UpdateContainerAssociationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateContainerAssociationCommandOutput extends UpdateContainerAssociationResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const UpdateContainerAssociationCommand_base: {
|
|
22
|
+
new (input: UpdateContainerAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateContainerAssociationCommandInput, UpdateContainerAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateContainerAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateContainerAssociationCommandInput, UpdateContainerAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Updates the properties of an existing container association. Use this to modify the container monitoring configurations or description.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { NetworkFirewallClient, UpdateContainerAssociationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
32
|
+
* // const { NetworkFirewallClient, UpdateContainerAssociationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
33
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
34
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
35
|
+
* const client = new NetworkFirewallClient(config);
|
|
36
|
+
* const input = { // UpdateContainerAssociationRequest
|
|
37
|
+
* ContainerAssociationName: "STRING_VALUE",
|
|
38
|
+
* ContainerAssociationArn: "STRING_VALUE",
|
|
39
|
+
* Description: "STRING_VALUE",
|
|
40
|
+
* Type: "ECS" || "EKS", // required
|
|
41
|
+
* ContainerMonitoringConfigurations: [ // ContainerMonitoringConfigurations // required
|
|
42
|
+
* { // ContainerMonitoringConfiguration
|
|
43
|
+
* ClusterArn: "STRING_VALUE", // required
|
|
44
|
+
* AttributeFilters: [ // ContainerAttributes
|
|
45
|
+
* { // ContainerAttribute
|
|
46
|
+
* Key: "STRING_VALUE", // required
|
|
47
|
+
* Value: "STRING_VALUE", // required
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* Tags: [ // TagList
|
|
53
|
+
* { // Tag
|
|
54
|
+
* Key: "STRING_VALUE", // required
|
|
55
|
+
* Value: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* UpdateToken: "STRING_VALUE", // required
|
|
59
|
+
* };
|
|
60
|
+
* const command = new UpdateContainerAssociationCommand(input);
|
|
61
|
+
* const response = await client.send(command);
|
|
62
|
+
* // { // UpdateContainerAssociationResponse
|
|
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 UpdateContainerAssociationCommandInput - {@link UpdateContainerAssociationCommandInput}
|
|
91
|
+
* @returns {@link UpdateContainerAssociationCommandOutput}
|
|
92
|
+
* @see {@link UpdateContainerAssociationCommandInput} for command's `input` shape.
|
|
93
|
+
* @see {@link UpdateContainerAssociationCommandOutput} for command's `response` shape.
|
|
94
|
+
* @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InternalServerError} (server fault)
|
|
97
|
+
* <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
|
|
98
|
+
* system problem. Retry your request. </p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
101
|
+
* <p>The operation failed because of a problem with your request. Examples include: </p>
|
|
102
|
+
* <ul>
|
|
103
|
+
* <li>
|
|
104
|
+
* <p>You specified an unsupported parameter name or value.</p>
|
|
105
|
+
* </li>
|
|
106
|
+
* <li>
|
|
107
|
+
* <p>You tried to update a property with a value that isn't among the available
|
|
108
|
+
* types.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
112
|
+
* that isn't valid in the context of the request.</p>
|
|
113
|
+
* </li>
|
|
114
|
+
* </ul>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link InvalidTokenException} (client fault)
|
|
117
|
+
* <p>The token you provided is stale or isn't valid for the operation. </p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
120
|
+
* <p>Unable to locate a resource using the parameters that you provided.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
123
|
+
* <p>Unable to process the request due to throttling limitations.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link NetworkFirewallServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export declare class UpdateContainerAssociationCommand extends UpdateContainerAssociationCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: UpdateContainerAssociationRequest;
|
|
136
|
+
output: UpdateContainerAssociationResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: UpdateContainerAssociationCommandInput;
|
|
140
|
+
output: UpdateContainerAssociationCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
}
|
|
@@ -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 { UpdateFirewallAnalysisSettingsRequest, UpdateFirewallAnalysisSettingsResponse } 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 UpdateFirewallAnalysisSettingsCommandInput extends UpdateFirewa
|
|
|
22
19
|
export interface UpdateFirewallAnalysisSettingsCommandOutput extends UpdateFirewallAnalysisSettingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallAnalysisSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallAnalysisSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateFirewallAnalysisSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallAnalysisSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateFirewallAnalysisSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables specific types of firewall analysis on a specific firewall you define.</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 { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } 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 UpdateFirewallDeleteProtectionCommandInput extends UpdateFirewa
|
|
|
22
19
|
export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirewallDeleteProtectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
|
|
@@ -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 { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } 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 UpdateFirewallDescriptionCommandInput extends UpdateFirewallDes
|
|
|
22
19
|
export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDescriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallDescriptionCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallDescriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateFirewallDescriptionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallDescriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateFirewallDescriptionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Modifies the description for the specified firewall. Use the description to help you
|
|
@@ -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 { UpdateFirewallEncryptionConfigurationRequest, UpdateFirewallEncryptionConfigurationResponse } 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 UpdateFirewallEncryptionConfigurationCommandInput extends Updat
|
|
|
22
19
|
export interface UpdateFirewallEncryptionConfigurationCommandOutput extends UpdateFirewallEncryptionConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallEncryptionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateFirewallEncryptionConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallEncryptionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateFirewallEncryptionConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A complex type that contains settings for encryption of your firewall resources.</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 { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } 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 UpdateFirewallPolicyChangeProtectionCommandInput extends Update
|
|
|
22
19
|
export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
|
|
@@ -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 { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } 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 UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRe
|
|
|
22
19
|
export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallPolicyCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the properties of the specified firewall policy.</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 { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } 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 UpdateLoggingConfigurationCommandInput extends UpdateLoggingCon
|
|
|
22
19
|
export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLoggingConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateLoggingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateLoggingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the logging configuration for the specified 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 { UpdateProxyRequest, UpdateProxyResponse } 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 UpdateProxyCommandInput extends UpdateProxyRequest {
|
|
|
22
19
|
export interface UpdateProxyCommandOutput extends UpdateProxyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProxyCommand_base: {
|
|
25
|
-
new (input: UpdateProxyCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyCommandInput, UpdateProxyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProxyCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyCommandInput, UpdateProxyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProxyCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyCommandInput, UpdateProxyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProxyCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyCommandInput, UpdateProxyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the properties of the specified proxy.</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 { UpdateProxyConfigurationRequest, UpdateProxyConfigurationResponse } 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 UpdateProxyConfigurationCommandInput extends UpdateProxyConfigu
|
|
|
22
19
|
export interface UpdateProxyConfigurationCommandOutput extends UpdateProxyConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProxyConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyConfigurationCommandInput, UpdateProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyConfigurationCommandInput, UpdateProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyConfigurationCommandInput, UpdateProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyConfigurationCommandInput, UpdateProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the properties of the specified proxy configuration.</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 { UpdateProxyRuleRequest, UpdateProxyRuleResponse } 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 UpdateProxyRuleCommandInput extends UpdateProxyRuleRequest {
|
|
|
22
19
|
export interface UpdateProxyRuleCommandOutput extends UpdateProxyRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProxyRuleCommand_base: {
|
|
25
|
-
new (input: UpdateProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleCommandInput, UpdateProxyRuleCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleCommandInput, UpdateProxyRuleCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleCommandInput, UpdateProxyRuleCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleCommandInput, UpdateProxyRuleCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the properties of the specified proxy rule.</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 { UpdateProxyRuleGroupPrioritiesRequest, UpdateProxyRuleGroupPrioritiesResponse } 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 UpdateProxyRuleGroupPrioritiesCommandInput extends UpdateProxyR
|
|
|
22
19
|
export interface UpdateProxyRuleGroupPrioritiesCommandOutput extends UpdateProxyRuleGroupPrioritiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProxyRuleGroupPrioritiesCommand_base: {
|
|
25
|
-
new (input: UpdateProxyRuleGroupPrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleGroupPrioritiesCommandInput, UpdateProxyRuleGroupPrioritiesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProxyRuleGroupPrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleGroupPrioritiesCommandInput, UpdateProxyRuleGroupPrioritiesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProxyRuleGroupPrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleGroupPrioritiesCommandInput, UpdateProxyRuleGroupPrioritiesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProxyRuleGroupPrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRuleGroupPrioritiesCommandInput, UpdateProxyRuleGroupPrioritiesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates proxy rule group priorities within a proxy configuration.</p>
|