@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,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteProxyRequest, DeleteProxyResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
NetworkFirewallClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../NetworkFirewallClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteProxyCommandInput extends DeleteProxyRequest {}
|
|
12
5
|
export interface DeleteProxyCommandOutput
|
|
13
6
|
extends DeleteProxyResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteProxyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteProxyCommandInput,
|
|
20
13
|
DeleteProxyCommandOutput,
|
|
21
|
-
NetworkFirewallClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteProxyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteProxyCommandInput,
|
|
29
22
|
DeleteProxyCommandOutput,
|
|
30
|
-
NetworkFirewallClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteProxyCommand extends DeleteProxyCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteProxyConfigurationRequest,
|
|
5
4
|
DeleteProxyConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteProxyConfigurationCommandInput
|
|
15
8
|
extends DeleteProxyConfigurationRequest {}
|
|
16
9
|
export interface DeleteProxyConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteProxyConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteProxyConfigurationCommandInput,
|
|
24
17
|
DeleteProxyConfigurationCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteProxyConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteProxyConfigurationCommandInput,
|
|
33
26
|
DeleteProxyConfigurationCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteProxyConfigurationCommand extends DeleteProxyConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteProxyRuleGroupRequest,
|
|
5
4
|
DeleteProxyRuleGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteProxyRuleGroupCommandInput
|
|
15
8
|
extends DeleteProxyRuleGroupRequest {}
|
|
16
9
|
export interface DeleteProxyRuleGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteProxyRuleGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteProxyRuleGroupCommandInput,
|
|
24
17
|
DeleteProxyRuleGroupCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteProxyRuleGroupCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteProxyRuleGroupCommandInput,
|
|
33
26
|
DeleteProxyRuleGroupCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteProxyRuleGroupCommand extends DeleteProxyRuleGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteProxyRulesRequest,
|
|
5
4
|
DeleteProxyRulesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteProxyRulesCommandInput extends DeleteProxyRulesRequest {}
|
|
15
8
|
export interface DeleteProxyRulesCommandOutput
|
|
16
9
|
extends DeleteProxyRulesResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteProxyRulesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteProxyRulesCommandInput,
|
|
23
16
|
DeleteProxyRulesCommandOutput,
|
|
24
|
-
NetworkFirewallClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteProxyRulesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteProxyRulesCommandInput,
|
|
32
25
|
DeleteProxyRulesCommandOutput,
|
|
33
|
-
NetworkFirewallClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteProxyRulesCommand extends DeleteProxyRulesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteResourcePolicyRequest,
|
|
5
4
|
DeleteResourcePolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteResourcePolicyCommandInput
|
|
15
8
|
extends DeleteResourcePolicyRequest {}
|
|
16
9
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteResourcePolicyCommandInput,
|
|
24
17
|
DeleteResourcePolicyCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteResourcePolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteResourcePolicyCommandInput,
|
|
33
26
|
DeleteResourcePolicyCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteRuleGroupRequest,
|
|
5
4
|
DeleteRuleGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
|
|
15
8
|
export interface DeleteRuleGroupCommandOutput
|
|
16
9
|
extends DeleteRuleGroupResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteRuleGroupCommandInput,
|
|
23
16
|
DeleteRuleGroupCommandOutput,
|
|
24
|
-
NetworkFirewallClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [DeleteRuleGroupCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteRuleGroupCommandInput,
|
|
32
25
|
DeleteRuleGroupCommandOutput,
|
|
33
|
-
NetworkFirewallClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteTLSInspectionConfigurationRequest,
|
|
5
4
|
DeleteTLSInspectionConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteTLSInspectionConfigurationCommandInput
|
|
15
8
|
extends DeleteTLSInspectionConfigurationRequest {}
|
|
16
9
|
export interface DeleteTLSInspectionConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteTLSInspectionConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteTLSInspectionConfigurationCommandInput,
|
|
24
17
|
DeleteTLSInspectionConfigurationCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteTLSInspectionConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteTLSInspectionConfigurationCommandInput,
|
|
33
26
|
DeleteTLSInspectionConfigurationCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteTLSInspectionConfigurationCommand extends DeleteTLSInspectionConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteVpcEndpointAssociationRequest,
|
|
5
4
|
DeleteVpcEndpointAssociationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVpcEndpointAssociationCommandInput
|
|
15
8
|
extends DeleteVpcEndpointAssociationRequest {}
|
|
16
9
|
export interface DeleteVpcEndpointAssociationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteVpcEndpointAssociationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteVpcEndpointAssociationCommandInput,
|
|
24
17
|
DeleteVpcEndpointAssociationCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteVpcEndpointAssociationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteVpcEndpointAssociationCommandInput,
|
|
33
26
|
DeleteVpcEndpointAssociationCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteVpcEndpointAssociationCommand extends DeleteVpcEndpointAssociationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeContainerAssociationRequest,
|
|
4
|
+
DescribeContainerAssociationResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DescribeContainerAssociationCommandInput
|
|
8
|
+
extends DescribeContainerAssociationRequest {}
|
|
9
|
+
export interface DescribeContainerAssociationCommandOutput
|
|
10
|
+
extends DescribeContainerAssociationResponse,
|
|
11
|
+
__MetadataBearer {}
|
|
12
|
+
declare const DescribeContainerAssociationCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DescribeContainerAssociationCommandInput
|
|
15
|
+
): import("@smithy/core/client").CommandImpl<
|
|
16
|
+
DescribeContainerAssociationCommandInput,
|
|
17
|
+
DescribeContainerAssociationCommandOutput,
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
new (
|
|
23
|
+
...[input]: [] | [DescribeContainerAssociationCommandInput]
|
|
24
|
+
): import("@smithy/core/client").CommandImpl<
|
|
25
|
+
DescribeContainerAssociationCommandInput,
|
|
26
|
+
DescribeContainerAssociationCommandOutput,
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
30
|
+
>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
32
|
+
};
|
|
33
|
+
export declare class DescribeContainerAssociationCommand extends DescribeContainerAssociationCommand_base {
|
|
34
|
+
protected static __types: {
|
|
35
|
+
api: {
|
|
36
|
+
input: DescribeContainerAssociationRequest;
|
|
37
|
+
output: DescribeContainerAssociationResponse;
|
|
38
|
+
};
|
|
39
|
+
sdk: {
|
|
40
|
+
input: DescribeContainerAssociationCommandInput;
|
|
41
|
+
output: DescribeContainerAssociationCommandOutput;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeFirewallRequest,
|
|
5
4
|
DescribeFirewallResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {}
|
|
15
8
|
export interface DescribeFirewallCommandOutput
|
|
16
9
|
extends DescribeFirewallResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeFirewallCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeFirewallCommandInput,
|
|
23
16
|
DescribeFirewallCommandOutput,
|
|
24
|
-
NetworkFirewallClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [DescribeFirewallCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeFirewallCommandInput,
|
|
32
25
|
DescribeFirewallCommandOutput,
|
|
33
|
-
NetworkFirewallClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeFirewallCommand extends DescribeFirewallCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeFirewallMetadataRequest,
|
|
5
4
|
DescribeFirewallMetadataResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFirewallMetadataCommandInput
|
|
15
8
|
extends DescribeFirewallMetadataRequest {}
|
|
16
9
|
export interface DescribeFirewallMetadataCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeFirewallMetadataCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeFirewallMetadataCommandInput,
|
|
24
17
|
DescribeFirewallMetadataCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeFirewallMetadataCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeFirewallMetadataCommandInput,
|
|
33
26
|
DescribeFirewallMetadataCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeFirewallMetadataCommand extends DescribeFirewallMetadataCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeFirewallPolicyRequest,
|
|
5
4
|
DescribeFirewallPolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFirewallPolicyCommandInput
|
|
15
8
|
extends DescribeFirewallPolicyRequest {}
|
|
16
9
|
export interface DescribeFirewallPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeFirewallPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeFirewallPolicyCommandInput,
|
|
24
17
|
DescribeFirewallPolicyCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeFirewallPolicyCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeFirewallPolicyCommandInput,
|
|
33
26
|
DescribeFirewallPolicyCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeFirewallPolicyCommand extends DescribeFirewallPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeFlowOperationRequest,
|
|
5
4
|
DescribeFlowOperationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFlowOperationCommandInput
|
|
15
8
|
extends DescribeFlowOperationRequest {}
|
|
16
9
|
export interface DescribeFlowOperationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeFlowOperationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeFlowOperationCommandInput,
|
|
24
17
|
DescribeFlowOperationCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeFlowOperationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeFlowOperationCommandInput,
|
|
33
26
|
DescribeFlowOperationCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeFlowOperationCommand extends DescribeFlowOperationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeLoggingConfigurationRequest,
|
|
5
4
|
DescribeLoggingConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
NetworkFirewallClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../NetworkFirewallClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLoggingConfigurationCommandInput
|
|
15
8
|
extends DescribeLoggingConfigurationRequest {}
|
|
16
9
|
export interface DescribeLoggingConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLoggingConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLoggingConfigurationCommandInput,
|
|
24
17
|
DescribeLoggingConfigurationCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeLoggingConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLoggingConfigurationCommandInput,
|
|
33
26
|
DescribeLoggingConfigurationCommandOutput,
|
|
34
|
-
NetworkFirewallClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|