@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 { UpdateProxyRulePrioritiesRequest, UpdateProxyRulePrioritiesResponse } 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 UpdateProxyRulePrioritiesCommandInput extends UpdateProxyRulePr
|
|
|
22
19
|
export interface UpdateProxyRulePrioritiesCommandOutput extends UpdateProxyRulePrioritiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProxyRulePrioritiesCommand_base: {
|
|
25
|
-
new (input: UpdateProxyRulePrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRulePrioritiesCommandInput, UpdateProxyRulePrioritiesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProxyRulePrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRulePrioritiesCommandInput, UpdateProxyRulePrioritiesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProxyRulePrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRulePrioritiesCommandInput, UpdateProxyRulePrioritiesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProxyRulePrioritiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateProxyRulePrioritiesCommandInput, UpdateProxyRulePrioritiesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates proxy rule priorities within a proxy rule group.</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 { UpdateRuleGroupRequest, UpdateRuleGroupResponse } 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 UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
|
|
|
22
19
|
export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRuleGroupCommand_base: {
|
|
25
|
-
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the rule settings for the specified rule group. You use a rule group by
|
|
@@ -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 { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } 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 UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetCh
|
|
|
22
19
|
export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
25
|
-
new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p></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 { UpdateTLSInspectionConfigurationRequest, UpdateTLSInspectionConfigurationResponse } 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 UpdateTLSInspectionConfigurationCommandInput extends UpdateTLSI
|
|
|
22
19
|
export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
|
|
@@ -3,6 +3,7 @@ export * from "./AssociateAvailabilityZonesCommand";
|
|
|
3
3
|
export * from "./AssociateFirewallPolicyCommand";
|
|
4
4
|
export * from "./AssociateSubnetsCommand";
|
|
5
5
|
export * from "./AttachRuleGroupsToProxyConfigurationCommand";
|
|
6
|
+
export * from "./CreateContainerAssociationCommand";
|
|
6
7
|
export * from "./CreateFirewallCommand";
|
|
7
8
|
export * from "./CreateFirewallPolicyCommand";
|
|
8
9
|
export * from "./CreateProxyCommand";
|
|
@@ -12,6 +13,7 @@ export * from "./CreateProxyRulesCommand";
|
|
|
12
13
|
export * from "./CreateRuleGroupCommand";
|
|
13
14
|
export * from "./CreateTLSInspectionConfigurationCommand";
|
|
14
15
|
export * from "./CreateVpcEndpointAssociationCommand";
|
|
16
|
+
export * from "./DeleteContainerAssociationCommand";
|
|
15
17
|
export * from "./DeleteFirewallCommand";
|
|
16
18
|
export * from "./DeleteFirewallPolicyCommand";
|
|
17
19
|
export * from "./DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
@@ -23,6 +25,7 @@ export * from "./DeleteResourcePolicyCommand";
|
|
|
23
25
|
export * from "./DeleteRuleGroupCommand";
|
|
24
26
|
export * from "./DeleteTLSInspectionConfigurationCommand";
|
|
25
27
|
export * from "./DeleteVpcEndpointAssociationCommand";
|
|
28
|
+
export * from "./DescribeContainerAssociationCommand";
|
|
26
29
|
export * from "./DescribeFirewallCommand";
|
|
27
30
|
export * from "./DescribeFirewallMetadataCommand";
|
|
28
31
|
export * from "./DescribeFirewallPolicyCommand";
|
|
@@ -43,6 +46,7 @@ export * from "./DisassociateAvailabilityZonesCommand";
|
|
|
43
46
|
export * from "./DisassociateSubnetsCommand";
|
|
44
47
|
export * from "./GetAnalysisReportResultsCommand";
|
|
45
48
|
export * from "./ListAnalysisReportsCommand";
|
|
49
|
+
export * from "./ListContainerAssociationsCommand";
|
|
46
50
|
export * from "./ListFirewallPoliciesCommand";
|
|
47
51
|
export * from "./ListFirewallsCommand";
|
|
48
52
|
export * from "./ListFlowOperationResultsCommand";
|
|
@@ -62,6 +66,7 @@ export * from "./StartFlowFlushCommand";
|
|
|
62
66
|
export * from "./TagResourceCommand";
|
|
63
67
|
export * from "./UntagResourceCommand";
|
|
64
68
|
export * from "./UpdateAvailabilityZoneChangeProtectionCommand";
|
|
69
|
+
export * from "./UpdateContainerAssociationCommand";
|
|
65
70
|
export * from "./UpdateFirewallAnalysisSettingsCommand";
|
|
66
71
|
export * from "./UpdateFirewallDeleteProtectionCommand";
|
|
67
72
|
export * from "./UpdateFirewallDescriptionCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -95,6 +95,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
95
95
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
96
96
|
export type { NetworkFirewallExtensionConfiguration } from "./extensionConfiguration";
|
|
97
97
|
export * from "./commands";
|
|
98
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
98
99
|
export * from "./schemas/schemas_0";
|
|
99
100
|
export * from "./pagination";
|
|
100
101
|
export * from "./models/enums";
|
|
@@ -109,6 +109,31 @@ export declare const ConfigurationSyncState: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export type ConfigurationSyncState = (typeof ConfigurationSyncState)[keyof typeof ConfigurationSyncState];
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* @enum
|
|
115
|
+
*/
|
|
116
|
+
export declare const ContainerAssociationStatus: {
|
|
117
|
+
readonly ACTIVE: "ACTIVE";
|
|
118
|
+
readonly CREATING: "CREATING";
|
|
119
|
+
readonly DELETING: "DELETING";
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
export type ContainerAssociationStatus = (typeof ContainerAssociationStatus)[keyof typeof ContainerAssociationStatus];
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
* @enum
|
|
128
|
+
*/
|
|
129
|
+
export declare const ContainerMonitoringType: {
|
|
130
|
+
readonly ECS: "ECS";
|
|
131
|
+
readonly EKS: "EKS";
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export type ContainerMonitoringType = (typeof ContainerMonitoringType)[keyof typeof ContainerMonitoringType];
|
|
112
137
|
/**
|
|
113
138
|
* @public
|
|
114
139
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AttachmentStatus, ConfigurationSyncState, EnabledAnalysisType, EncryptionType, FirewallStatusValue, FlowOperationStatus, FlowOperationType, GeneratedRulesType, IdentifiedType, IPAddressType, ListenerPropertyType, LogDestinationType, LogType, OverrideAction, PerObjectSyncStatus, ProxyModifyState, ProxyRulePhaseAction, ProxyState, ResourceManagedStatus, ResourceManagedType, ResourceStatus, RevocationCheckAction, RuleGroupRequestPhase, RuleGroupType, RuleOrder, StatefulAction, StatefulRuleDirection, StatefulRuleProtocol, StreamExceptionPolicy, SubscriptionStatus, SummaryRuleOption, TargetType, TCPFlag, TlsInterceptMode, TransitGatewayAttachmentStatus } from "./enums";
|
|
1
|
+
import type { AttachmentStatus, ConfigurationSyncState, ContainerAssociationStatus, ContainerMonitoringType, EnabledAnalysisType, EncryptionType, FirewallStatusValue, FlowOperationStatus, FlowOperationType, GeneratedRulesType, IdentifiedType, IPAddressType, ListenerPropertyType, LogDestinationType, LogType, OverrideAction, PerObjectSyncStatus, ProxyModifyState, ProxyRulePhaseAction, ProxyState, ResourceManagedStatus, ResourceManagedType, ResourceStatus, RevocationCheckAction, RuleGroupRequestPhase, RuleGroupType, RuleOrder, StatefulAction, StatefulRuleDirection, StatefulRuleProtocol, StreamExceptionPolicy, SubscriptionStatus, SummaryRuleOption, TargetType, TCPFlag, TlsInterceptMode, TransitGatewayAttachmentStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -836,6 +836,129 @@ export interface CheckCertificateRevocationStatusActions {
|
|
|
836
836
|
*/
|
|
837
837
|
UnknownStatusAction?: RevocationCheckAction | undefined;
|
|
838
838
|
}
|
|
839
|
+
/**
|
|
840
|
+
* <p>High-level information about a container association, returned by the <a>ListContainerAssociations</a> operation. You can use this information to retrieve the full details of a container association using <a>DescribeContainerAssociation</a>.</p>
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
export interface ContainerAssociationSummary {
|
|
844
|
+
/**
|
|
845
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
Arn?: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* <p>The descriptive name of the container association.</p>
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
Name?: string | undefined;
|
|
854
|
+
}
|
|
855
|
+
/**
|
|
856
|
+
* <p>A key-value pair that defines a container attribute filter for a container monitoring configuration.</p>
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
859
|
+
export interface ContainerAttribute {
|
|
860
|
+
/**
|
|
861
|
+
* <p>The key of the container attribute to filter on.</p>
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
864
|
+
Key: string | undefined;
|
|
865
|
+
/**
|
|
866
|
+
* <p>The value of the container attribute to filter on.</p>
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
869
|
+
Value: string | undefined;
|
|
870
|
+
}
|
|
871
|
+
/**
|
|
872
|
+
* <p>Defines a container cluster to monitor, along with optional attribute filters that narrow the scope of monitored containers within the cluster.</p>
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
875
|
+
export interface ContainerMonitoringConfiguration {
|
|
876
|
+
/**
|
|
877
|
+
* <p>The Amazon Resource Name (ARN) of the container cluster to monitor.</p>
|
|
878
|
+
* @public
|
|
879
|
+
*/
|
|
880
|
+
ClusterArn: string | undefined;
|
|
881
|
+
/**
|
|
882
|
+
* <p>A list of key-value pairs that filter which containers within the cluster are monitored. Only containers that match the specified attributes are included.</p>
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
885
|
+
AttributeFilters?: ContainerAttribute[] | undefined;
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
export interface CreateContainerAssociationRequest {
|
|
891
|
+
/**
|
|
892
|
+
* <p>The descriptive name of the container association. You can't change the name of a container association after you create it.</p>
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
ContainerAssociationName: string | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* <p>A description of the container association.</p>
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
Description?: string | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* <p>The type of container orchestration platform for the clusters in this association. Valid values are <code>ECS</code> and <code>EKS</code>. You can't change the type after creation.</p>
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
Type: ContainerMonitoringType | undefined;
|
|
906
|
+
/**
|
|
907
|
+
* <p>The list of container monitoring configurations that define which clusters and container attributes to monitor.</p>
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
ContainerMonitoringConfigurations: ContainerMonitoringConfiguration[] | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* <p>The key:value pairs to associate with the resource.</p>
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
915
|
+
Tags?: Tag[] | undefined;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
*/
|
|
920
|
+
export interface CreateContainerAssociationResponse {
|
|
921
|
+
/**
|
|
922
|
+
* <p>The descriptive name of the container association.</p>
|
|
923
|
+
* @public
|
|
924
|
+
*/
|
|
925
|
+
ContainerAssociationName?: string | undefined;
|
|
926
|
+
/**
|
|
927
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
ContainerAssociationArn?: string | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* <p>A description of the container association.</p>
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
Description?: string | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* <p>The type of container orchestration platform. Either <code>ECS</code> or <code>EKS</code>.</p>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
Type?: ContainerMonitoringType | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* <p>The container monitoring configurations for this container association.</p>
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
945
|
+
ContainerMonitoringConfigurations?: ContainerMonitoringConfiguration[] | undefined;
|
|
946
|
+
/**
|
|
947
|
+
* <p>The current status of the container association.</p>
|
|
948
|
+
* @public
|
|
949
|
+
*/
|
|
950
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
951
|
+
/**
|
|
952
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
955
|
+
Tags?: Tag[] | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request. To make an update to the container association, provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the container association again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.</p>
|
|
958
|
+
* @public
|
|
959
|
+
*/
|
|
960
|
+
UpdateToken?: string | undefined;
|
|
961
|
+
}
|
|
839
962
|
/**
|
|
840
963
|
* <p>A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-encryption-at-rest.html">Encryption at rest with Amazon Web Services Key Managment Service</a> in the <i>Network Firewall Developer Guide</i>.</p>
|
|
841
964
|
* @public
|
|
@@ -1300,7 +1423,7 @@ export interface PolicyVariables {
|
|
|
1300
1423
|
}
|
|
1301
1424
|
/**
|
|
1302
1425
|
* <p>Describes the amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle and Network Firewall removes the flow entry from its flow table.
|
|
1303
|
-
*
|
|
1426
|
+
* When you update this value, existing connections will be treated according to your stream exception policy configuration.
|
|
1304
1427
|
* </p>
|
|
1305
1428
|
* @public
|
|
1306
1429
|
*/
|
|
@@ -3369,6 +3492,41 @@ export interface CreateVpcEndpointAssociationResponse {
|
|
|
3369
3492
|
*/
|
|
3370
3493
|
VpcEndpointAssociationStatus?: VpcEndpointAssociationStatus | undefined;
|
|
3371
3494
|
}
|
|
3495
|
+
/**
|
|
3496
|
+
* @public
|
|
3497
|
+
*/
|
|
3498
|
+
export interface DeleteContainerAssociationRequest {
|
|
3499
|
+
/**
|
|
3500
|
+
* <p>The descriptive name of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3501
|
+
* @public
|
|
3502
|
+
*/
|
|
3503
|
+
ContainerAssociationName?: string | undefined;
|
|
3504
|
+
/**
|
|
3505
|
+
* <p>The Amazon Resource Name (ARN) of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3506
|
+
* @public
|
|
3507
|
+
*/
|
|
3508
|
+
ContainerAssociationArn?: string | undefined;
|
|
3509
|
+
}
|
|
3510
|
+
/**
|
|
3511
|
+
* @public
|
|
3512
|
+
*/
|
|
3513
|
+
export interface DeleteContainerAssociationResponse {
|
|
3514
|
+
/**
|
|
3515
|
+
* <p>The descriptive name of the container association.</p>
|
|
3516
|
+
* @public
|
|
3517
|
+
*/
|
|
3518
|
+
ContainerAssociationName?: string | undefined;
|
|
3519
|
+
/**
|
|
3520
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
3521
|
+
* @public
|
|
3522
|
+
*/
|
|
3523
|
+
ContainerAssociationArn?: string | undefined;
|
|
3524
|
+
/**
|
|
3525
|
+
* <p>The current status of the container association.</p>
|
|
3526
|
+
* @public
|
|
3527
|
+
*/
|
|
3528
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
3529
|
+
}
|
|
3372
3530
|
/**
|
|
3373
3531
|
* @public
|
|
3374
3532
|
*/
|
|
@@ -3740,6 +3898,76 @@ export interface DeleteVpcEndpointAssociationResponse {
|
|
|
3740
3898
|
*/
|
|
3741
3899
|
VpcEndpointAssociationStatus?: VpcEndpointAssociationStatus | undefined;
|
|
3742
3900
|
}
|
|
3901
|
+
/**
|
|
3902
|
+
* @public
|
|
3903
|
+
*/
|
|
3904
|
+
export interface DescribeContainerAssociationRequest {
|
|
3905
|
+
/**
|
|
3906
|
+
* <p>The descriptive name of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3907
|
+
* @public
|
|
3908
|
+
*/
|
|
3909
|
+
ContainerAssociationName?: string | undefined;
|
|
3910
|
+
/**
|
|
3911
|
+
* <p>The Amazon Resource Name (ARN) of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
3912
|
+
* @public
|
|
3913
|
+
*/
|
|
3914
|
+
ContainerAssociationArn?: string | undefined;
|
|
3915
|
+
}
|
|
3916
|
+
/**
|
|
3917
|
+
* @public
|
|
3918
|
+
*/
|
|
3919
|
+
export interface DescribeContainerAssociationResponse {
|
|
3920
|
+
/**
|
|
3921
|
+
* <p>The descriptive name of the container association.</p>
|
|
3922
|
+
* @public
|
|
3923
|
+
*/
|
|
3924
|
+
ContainerAssociationName?: string | undefined;
|
|
3925
|
+
/**
|
|
3926
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
3927
|
+
* @public
|
|
3928
|
+
*/
|
|
3929
|
+
ContainerAssociationArn?: string | undefined;
|
|
3930
|
+
/**
|
|
3931
|
+
* <p>A description of the container association.</p>
|
|
3932
|
+
* @public
|
|
3933
|
+
*/
|
|
3934
|
+
Description?: string | undefined;
|
|
3935
|
+
/**
|
|
3936
|
+
* <p>The type of container orchestration platform. Either <code>ECS</code> or <code>EKS</code>.</p>
|
|
3937
|
+
* @public
|
|
3938
|
+
*/
|
|
3939
|
+
Type?: ContainerMonitoringType | undefined;
|
|
3940
|
+
/**
|
|
3941
|
+
* <p>The container monitoring configurations for this container association.</p>
|
|
3942
|
+
* @public
|
|
3943
|
+
*/
|
|
3944
|
+
ContainerMonitoringConfigurations?: ContainerMonitoringConfiguration[] | undefined;
|
|
3945
|
+
/**
|
|
3946
|
+
* <p>The current status of the container association.</p>
|
|
3947
|
+
* @public
|
|
3948
|
+
*/
|
|
3949
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
3950
|
+
/**
|
|
3951
|
+
* <p>The number of CIDR blocks that have been resolved from the monitored containers for this container association.</p>
|
|
3952
|
+
* @public
|
|
3953
|
+
*/
|
|
3954
|
+
ResolvedCidrCount?: number | undefined;
|
|
3955
|
+
/**
|
|
3956
|
+
* <p>The last time that the container association was updated or resolved new container IP addresses.</p>
|
|
3957
|
+
* @public
|
|
3958
|
+
*/
|
|
3959
|
+
LastUpdatedTime?: Date | undefined;
|
|
3960
|
+
/**
|
|
3961
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
3962
|
+
* @public
|
|
3963
|
+
*/
|
|
3964
|
+
Tags?: Tag[] | undefined;
|
|
3965
|
+
/**
|
|
3966
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request.</p>
|
|
3967
|
+
* @public
|
|
3968
|
+
*/
|
|
3969
|
+
UpdateToken?: string | undefined;
|
|
3970
|
+
}
|
|
3743
3971
|
/**
|
|
3744
3972
|
* @public
|
|
3745
3973
|
*/
|
|
@@ -5119,6 +5347,36 @@ export interface ListAnalysisReportsResponse {
|
|
|
5119
5347
|
*/
|
|
5120
5348
|
NextToken?: string | undefined;
|
|
5121
5349
|
}
|
|
5350
|
+
/**
|
|
5351
|
+
* @public
|
|
5352
|
+
*/
|
|
5353
|
+
export interface ListContainerAssociationsRequest {
|
|
5354
|
+
/**
|
|
5355
|
+
* <p>The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
5356
|
+
* @public
|
|
5357
|
+
*/
|
|
5358
|
+
MaxResults?: number | undefined;
|
|
5359
|
+
/**
|
|
5360
|
+
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
|
|
5361
|
+
* @public
|
|
5362
|
+
*/
|
|
5363
|
+
NextToken?: string | undefined;
|
|
5364
|
+
}
|
|
5365
|
+
/**
|
|
5366
|
+
* @public
|
|
5367
|
+
*/
|
|
5368
|
+
export interface ListContainerAssociationsResponse {
|
|
5369
|
+
/**
|
|
5370
|
+
* <p>The container association metadata objects.</p>
|
|
5371
|
+
* @public
|
|
5372
|
+
*/
|
|
5373
|
+
ContainerAssociations?: ContainerAssociationSummary[] | undefined;
|
|
5374
|
+
/**
|
|
5375
|
+
* <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
|
|
5376
|
+
* @public
|
|
5377
|
+
*/
|
|
5378
|
+
NextToken?: string | undefined;
|
|
5379
|
+
}
|
|
5122
5380
|
/**
|
|
5123
5381
|
* @public
|
|
5124
5382
|
*/
|
|
@@ -6140,6 +6398,91 @@ export interface UpdateAvailabilityZoneChangeProtectionResponse {
|
|
|
6140
6398
|
*/
|
|
6141
6399
|
AvailabilityZoneChangeProtection?: boolean | undefined;
|
|
6142
6400
|
}
|
|
6401
|
+
/**
|
|
6402
|
+
* @public
|
|
6403
|
+
*/
|
|
6404
|
+
export interface UpdateContainerAssociationRequest {
|
|
6405
|
+
/**
|
|
6406
|
+
* <p>The descriptive name of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
6407
|
+
* @public
|
|
6408
|
+
*/
|
|
6409
|
+
ContainerAssociationName?: string | undefined;
|
|
6410
|
+
/**
|
|
6411
|
+
* <p>The Amazon Resource Name (ARN) of the container association. You must specify the ARN or the name, and you can specify both.</p>
|
|
6412
|
+
* @public
|
|
6413
|
+
*/
|
|
6414
|
+
ContainerAssociationArn?: string | undefined;
|
|
6415
|
+
/**
|
|
6416
|
+
* <p>A description of the container association.</p>
|
|
6417
|
+
* @public
|
|
6418
|
+
*/
|
|
6419
|
+
Description?: string | undefined;
|
|
6420
|
+
/**
|
|
6421
|
+
* <p>The type of container orchestration platform. This must match the type specified when the container association was created.</p>
|
|
6422
|
+
* @public
|
|
6423
|
+
*/
|
|
6424
|
+
Type: ContainerMonitoringType | undefined;
|
|
6425
|
+
/**
|
|
6426
|
+
* <p>The updated list of container monitoring configurations that define which clusters and container attributes to monitor.</p>
|
|
6427
|
+
* @public
|
|
6428
|
+
*/
|
|
6429
|
+
ContainerMonitoringConfigurations: ContainerMonitoringConfiguration[] | undefined;
|
|
6430
|
+
/**
|
|
6431
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
6432
|
+
* @public
|
|
6433
|
+
*/
|
|
6434
|
+
Tags?: Tag[] | undefined;
|
|
6435
|
+
/**
|
|
6436
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request. To make an update to the container association, provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the container association again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.</p>
|
|
6437
|
+
* @public
|
|
6438
|
+
*/
|
|
6439
|
+
UpdateToken: string | undefined;
|
|
6440
|
+
}
|
|
6441
|
+
/**
|
|
6442
|
+
* @public
|
|
6443
|
+
*/
|
|
6444
|
+
export interface UpdateContainerAssociationResponse {
|
|
6445
|
+
/**
|
|
6446
|
+
* <p>The descriptive name of the container association.</p>
|
|
6447
|
+
* @public
|
|
6448
|
+
*/
|
|
6449
|
+
ContainerAssociationName?: string | undefined;
|
|
6450
|
+
/**
|
|
6451
|
+
* <p>The Amazon Resource Name (ARN) of the container association.</p>
|
|
6452
|
+
* @public
|
|
6453
|
+
*/
|
|
6454
|
+
ContainerAssociationArn?: string | undefined;
|
|
6455
|
+
/**
|
|
6456
|
+
* <p>A description of the container association.</p>
|
|
6457
|
+
* @public
|
|
6458
|
+
*/
|
|
6459
|
+
Description?: string | undefined;
|
|
6460
|
+
/**
|
|
6461
|
+
* <p>The type of container orchestration platform. Either <code>ECS</code> or <code>EKS</code>.</p>
|
|
6462
|
+
* @public
|
|
6463
|
+
*/
|
|
6464
|
+
Type?: ContainerMonitoringType | undefined;
|
|
6465
|
+
/**
|
|
6466
|
+
* <p>The container monitoring configurations for this container association.</p>
|
|
6467
|
+
* @public
|
|
6468
|
+
*/
|
|
6469
|
+
ContainerMonitoringConfigurations?: ContainerMonitoringConfiguration[] | undefined;
|
|
6470
|
+
/**
|
|
6471
|
+
* <p>The current status of the container association.</p>
|
|
6472
|
+
* @public
|
|
6473
|
+
*/
|
|
6474
|
+
Status?: ContainerAssociationStatus | undefined;
|
|
6475
|
+
/**
|
|
6476
|
+
* <p>The key:value pairs associated with the resource.</p>
|
|
6477
|
+
* @public
|
|
6478
|
+
*/
|
|
6479
|
+
Tags?: Tag[] | undefined;
|
|
6480
|
+
/**
|
|
6481
|
+
* <p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request.</p>
|
|
6482
|
+
* @public
|
|
6483
|
+
*/
|
|
6484
|
+
UpdateToken?: string | undefined;
|
|
6485
|
+
}
|
|
6143
6486
|
/**
|
|
6144
6487
|
* @public
|
|
6145
6488
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListContainerAssociationsCommandInput, ListContainerAssociationsCommandOutput } from "../commands/ListContainerAssociationsCommand";
|
|
3
|
+
import type { NetworkFirewallPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListContainerAssociations: (config: NetworkFirewallPaginationConfiguration, input: ListContainerAssociationsCommandInput, ...rest: any[]) => Paginator<ListContainerAssociationsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./GetAnalysisReportResultsPaginator";
|
|
3
3
|
export * from "./ListAnalysisReportsPaginator";
|
|
4
|
+
export * from "./ListContainerAssociationsPaginator";
|
|
4
5
|
export * from "./ListFirewallPoliciesPaginator";
|
|
5
6
|
export * from "./ListFirewallsPaginator";
|
|
6
7
|
export * from "./ListFlowOperationResultsPaginator";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { NetworkFirewallClientConfig } from "./NetworkFirewallClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|