@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
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -41,6 +41,11 @@ export declare var AZSyncState$: StaticStructureSchema;
|
|
|
41
41
|
export declare var CapacityUsageSummary$: StaticStructureSchema;
|
|
42
42
|
export declare var CheckCertificateRevocationStatusActions$: StaticStructureSchema;
|
|
43
43
|
export declare var CIDRSummary$: StaticStructureSchema;
|
|
44
|
+
export declare var ContainerAssociationSummary$: StaticStructureSchema;
|
|
45
|
+
export declare var ContainerAttribute$: StaticStructureSchema;
|
|
46
|
+
export declare var ContainerMonitoringConfiguration$: StaticStructureSchema;
|
|
47
|
+
export declare var CreateContainerAssociationRequest$: StaticStructureSchema;
|
|
48
|
+
export declare var CreateContainerAssociationResponse$: StaticStructureSchema;
|
|
44
49
|
export declare var CreateFirewallPolicyRequest$: StaticStructureSchema;
|
|
45
50
|
export declare var CreateFirewallPolicyResponse$: StaticStructureSchema;
|
|
46
51
|
export declare var CreateFirewallRequest$: StaticStructureSchema;
|
|
@@ -62,6 +67,8 @@ export declare var CreateTLSInspectionConfigurationResponse$: StaticStructureSch
|
|
|
62
67
|
export declare var CreateVpcEndpointAssociationRequest$: StaticStructureSchema;
|
|
63
68
|
export declare var CreateVpcEndpointAssociationResponse$: StaticStructureSchema;
|
|
64
69
|
export declare var CustomAction$: StaticStructureSchema;
|
|
70
|
+
export declare var DeleteContainerAssociationRequest$: StaticStructureSchema;
|
|
71
|
+
export declare var DeleteContainerAssociationResponse$: StaticStructureSchema;
|
|
65
72
|
export declare var DeleteFirewallPolicyRequest$: StaticStructureSchema;
|
|
66
73
|
export declare var DeleteFirewallPolicyResponse$: StaticStructureSchema;
|
|
67
74
|
export declare var DeleteFirewallRequest$: StaticStructureSchema;
|
|
@@ -84,6 +91,8 @@ export declare var DeleteTLSInspectionConfigurationRequest$: StaticStructureSche
|
|
|
84
91
|
export declare var DeleteTLSInspectionConfigurationResponse$: StaticStructureSchema;
|
|
85
92
|
export declare var DeleteVpcEndpointAssociationRequest$: StaticStructureSchema;
|
|
86
93
|
export declare var DeleteVpcEndpointAssociationResponse$: StaticStructureSchema;
|
|
94
|
+
export declare var DescribeContainerAssociationRequest$: StaticStructureSchema;
|
|
95
|
+
export declare var DescribeContainerAssociationResponse$: StaticStructureSchema;
|
|
87
96
|
export declare var DescribeFirewallMetadataRequest$: StaticStructureSchema;
|
|
88
97
|
export declare var DescribeFirewallMetadataResponse$: StaticStructureSchema;
|
|
89
98
|
export declare var DescribeFirewallPolicyRequest$: StaticStructureSchema;
|
|
@@ -143,6 +152,8 @@ export declare var IPSetMetadata$: StaticStructureSchema;
|
|
|
143
152
|
export declare var IPSetReference$: StaticStructureSchema;
|
|
144
153
|
export declare var ListAnalysisReportsRequest$: StaticStructureSchema;
|
|
145
154
|
export declare var ListAnalysisReportsResponse$: StaticStructureSchema;
|
|
155
|
+
export declare var ListContainerAssociationsRequest$: StaticStructureSchema;
|
|
156
|
+
export declare var ListContainerAssociationsResponse$: StaticStructureSchema;
|
|
146
157
|
export declare var ListenerProperty$: StaticStructureSchema;
|
|
147
158
|
export declare var ListenerPropertyRequest$: StaticStructureSchema;
|
|
148
159
|
export declare var ListFirewallPoliciesRequest$: StaticStructureSchema;
|
|
@@ -242,6 +253,8 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
|
242
253
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
243
254
|
export declare var UpdateAvailabilityZoneChangeProtectionRequest$: StaticStructureSchema;
|
|
244
255
|
export declare var UpdateAvailabilityZoneChangeProtectionResponse$: StaticStructureSchema;
|
|
256
|
+
export declare var UpdateContainerAssociationRequest$: StaticStructureSchema;
|
|
257
|
+
export declare var UpdateContainerAssociationResponse$: StaticStructureSchema;
|
|
245
258
|
export declare var UpdateFirewallAnalysisSettingsRequest$: StaticStructureSchema;
|
|
246
259
|
export declare var UpdateFirewallAnalysisSettingsResponse$: StaticStructureSchema;
|
|
247
260
|
export declare var UpdateFirewallDeleteProtectionRequest$: StaticStructureSchema;
|
|
@@ -280,6 +293,7 @@ export declare var AssociateAvailabilityZones$: StaticOperationSchema;
|
|
|
280
293
|
export declare var AssociateFirewallPolicy$: StaticOperationSchema;
|
|
281
294
|
export declare var AssociateSubnets$: StaticOperationSchema;
|
|
282
295
|
export declare var AttachRuleGroupsToProxyConfiguration$: StaticOperationSchema;
|
|
296
|
+
export declare var CreateContainerAssociation$: StaticOperationSchema;
|
|
283
297
|
export declare var CreateFirewall$: StaticOperationSchema;
|
|
284
298
|
export declare var CreateFirewallPolicy$: StaticOperationSchema;
|
|
285
299
|
export declare var CreateProxy$: StaticOperationSchema;
|
|
@@ -289,6 +303,7 @@ export declare var CreateProxyRules$: StaticOperationSchema;
|
|
|
289
303
|
export declare var CreateRuleGroup$: StaticOperationSchema;
|
|
290
304
|
export declare var CreateTLSInspectionConfiguration$: StaticOperationSchema;
|
|
291
305
|
export declare var CreateVpcEndpointAssociation$: StaticOperationSchema;
|
|
306
|
+
export declare var DeleteContainerAssociation$: StaticOperationSchema;
|
|
292
307
|
export declare var DeleteFirewall$: StaticOperationSchema;
|
|
293
308
|
export declare var DeleteFirewallPolicy$: StaticOperationSchema;
|
|
294
309
|
export declare var DeleteNetworkFirewallTransitGatewayAttachment$: StaticOperationSchema;
|
|
@@ -300,6 +315,7 @@ export declare var DeleteResourcePolicy$: StaticOperationSchema;
|
|
|
300
315
|
export declare var DeleteRuleGroup$: StaticOperationSchema;
|
|
301
316
|
export declare var DeleteTLSInspectionConfiguration$: StaticOperationSchema;
|
|
302
317
|
export declare var DeleteVpcEndpointAssociation$: StaticOperationSchema;
|
|
318
|
+
export declare var DescribeContainerAssociation$: StaticOperationSchema;
|
|
303
319
|
export declare var DescribeFirewall$: StaticOperationSchema;
|
|
304
320
|
export declare var DescribeFirewallMetadata$: StaticOperationSchema;
|
|
305
321
|
export declare var DescribeFirewallPolicy$: StaticOperationSchema;
|
|
@@ -320,6 +336,7 @@ export declare var DisassociateAvailabilityZones$: StaticOperationSchema;
|
|
|
320
336
|
export declare var DisassociateSubnets$: StaticOperationSchema;
|
|
321
337
|
export declare var GetAnalysisReportResults$: StaticOperationSchema;
|
|
322
338
|
export declare var ListAnalysisReports$: StaticOperationSchema;
|
|
339
|
+
export declare var ListContainerAssociations$: StaticOperationSchema;
|
|
323
340
|
export declare var ListFirewallPolicies$: StaticOperationSchema;
|
|
324
341
|
export declare var ListFirewalls$: StaticOperationSchema;
|
|
325
342
|
export declare var ListFlowOperationResults$: StaticOperationSchema;
|
|
@@ -339,6 +356,7 @@ export declare var StartFlowFlush$: StaticOperationSchema;
|
|
|
339
356
|
export declare var TagResource$: StaticOperationSchema;
|
|
340
357
|
export declare var UntagResource$: StaticOperationSchema;
|
|
341
358
|
export declare var UpdateAvailabilityZoneChangeProtection$: StaticOperationSchema;
|
|
359
|
+
export declare var UpdateContainerAssociation$: StaticOperationSchema;
|
|
342
360
|
export declare var UpdateFirewallAnalysisSettings$: StaticOperationSchema;
|
|
343
361
|
export declare var UpdateFirewallDeleteProtection$: StaticOperationSchema;
|
|
344
362
|
export declare var UpdateFirewallDescription$: StaticOperationSchema;
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
24
24
|
AttachRuleGroupsToProxyConfigurationCommandOutput,
|
|
25
25
|
} from "./commands/AttachRuleGroupsToProxyConfigurationCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateContainerAssociationCommandInput,
|
|
28
|
+
CreateContainerAssociationCommandOutput,
|
|
29
|
+
} from "./commands/CreateContainerAssociationCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateFirewallCommandInput,
|
|
28
32
|
CreateFirewallCommandOutput,
|
|
@@ -59,6 +63,10 @@ import {
|
|
|
59
63
|
CreateVpcEndpointAssociationCommandInput,
|
|
60
64
|
CreateVpcEndpointAssociationCommandOutput,
|
|
61
65
|
} from "./commands/CreateVpcEndpointAssociationCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteContainerAssociationCommandInput,
|
|
68
|
+
DeleteContainerAssociationCommandOutput,
|
|
69
|
+
} from "./commands/DeleteContainerAssociationCommand";
|
|
62
70
|
import {
|
|
63
71
|
DeleteFirewallCommandInput,
|
|
64
72
|
DeleteFirewallCommandOutput,
|
|
@@ -103,6 +111,10 @@ import {
|
|
|
103
111
|
DeleteVpcEndpointAssociationCommandInput,
|
|
104
112
|
DeleteVpcEndpointAssociationCommandOutput,
|
|
105
113
|
} from "./commands/DeleteVpcEndpointAssociationCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeContainerAssociationCommandInput,
|
|
116
|
+
DescribeContainerAssociationCommandOutput,
|
|
117
|
+
} from "./commands/DescribeContainerAssociationCommand";
|
|
106
118
|
import {
|
|
107
119
|
DescribeFirewallCommandInput,
|
|
108
120
|
DescribeFirewallCommandOutput,
|
|
@@ -183,6 +195,10 @@ import {
|
|
|
183
195
|
ListAnalysisReportsCommandInput,
|
|
184
196
|
ListAnalysisReportsCommandOutput,
|
|
185
197
|
} from "./commands/ListAnalysisReportsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListContainerAssociationsCommandInput,
|
|
200
|
+
ListContainerAssociationsCommandOutput,
|
|
201
|
+
} from "./commands/ListContainerAssociationsCommand";
|
|
186
202
|
import {
|
|
187
203
|
ListFirewallPoliciesCommandInput,
|
|
188
204
|
ListFirewallPoliciesCommandOutput,
|
|
@@ -259,6 +275,10 @@ import {
|
|
|
259
275
|
UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
260
276
|
UpdateAvailabilityZoneChangeProtectionCommandOutput,
|
|
261
277
|
} from "./commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateContainerAssociationCommandInput,
|
|
280
|
+
UpdateContainerAssociationCommandOutput,
|
|
281
|
+
} from "./commands/UpdateContainerAssociationCommand";
|
|
262
282
|
import {
|
|
263
283
|
UpdateFirewallAnalysisSettingsCommandInput,
|
|
264
284
|
UpdateFirewallAnalysisSettingsCommandOutput,
|
|
@@ -398,6 +418,19 @@ export interface NetworkFirewall {
|
|
|
398
418
|
data?: AttachRuleGroupsToProxyConfigurationCommandOutput
|
|
399
419
|
) => void
|
|
400
420
|
): void;
|
|
421
|
+
createContainerAssociation(
|
|
422
|
+
args: CreateContainerAssociationCommandInput,
|
|
423
|
+
options?: __HttpHandlerOptions
|
|
424
|
+
): Promise<CreateContainerAssociationCommandOutput>;
|
|
425
|
+
createContainerAssociation(
|
|
426
|
+
args: CreateContainerAssociationCommandInput,
|
|
427
|
+
cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void
|
|
428
|
+
): void;
|
|
429
|
+
createContainerAssociation(
|
|
430
|
+
args: CreateContainerAssociationCommandInput,
|
|
431
|
+
options: __HttpHandlerOptions,
|
|
432
|
+
cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void
|
|
433
|
+
): void;
|
|
401
434
|
createFirewall(
|
|
402
435
|
args: CreateFirewallCommandInput,
|
|
403
436
|
options?: __HttpHandlerOptions
|
|
@@ -515,6 +548,20 @@ export interface NetworkFirewall {
|
|
|
515
548
|
options: __HttpHandlerOptions,
|
|
516
549
|
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void
|
|
517
550
|
): void;
|
|
551
|
+
deleteContainerAssociation(): Promise<DeleteContainerAssociationCommandOutput>;
|
|
552
|
+
deleteContainerAssociation(
|
|
553
|
+
args: DeleteContainerAssociationCommandInput,
|
|
554
|
+
options?: __HttpHandlerOptions
|
|
555
|
+
): Promise<DeleteContainerAssociationCommandOutput>;
|
|
556
|
+
deleteContainerAssociation(
|
|
557
|
+
args: DeleteContainerAssociationCommandInput,
|
|
558
|
+
cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void
|
|
559
|
+
): void;
|
|
560
|
+
deleteContainerAssociation(
|
|
561
|
+
args: DeleteContainerAssociationCommandInput,
|
|
562
|
+
options: __HttpHandlerOptions,
|
|
563
|
+
cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void
|
|
564
|
+
): void;
|
|
518
565
|
deleteFirewall(): Promise<DeleteFirewallCommandOutput>;
|
|
519
566
|
deleteFirewall(
|
|
520
567
|
args: DeleteFirewallCommandInput,
|
|
@@ -670,6 +717,20 @@ export interface NetworkFirewall {
|
|
|
670
717
|
options: __HttpHandlerOptions,
|
|
671
718
|
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void
|
|
672
719
|
): void;
|
|
720
|
+
describeContainerAssociation(): Promise<DescribeContainerAssociationCommandOutput>;
|
|
721
|
+
describeContainerAssociation(
|
|
722
|
+
args: DescribeContainerAssociationCommandInput,
|
|
723
|
+
options?: __HttpHandlerOptions
|
|
724
|
+
): Promise<DescribeContainerAssociationCommandOutput>;
|
|
725
|
+
describeContainerAssociation(
|
|
726
|
+
args: DescribeContainerAssociationCommandInput,
|
|
727
|
+
cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
describeContainerAssociation(
|
|
730
|
+
args: DescribeContainerAssociationCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void
|
|
733
|
+
): void;
|
|
673
734
|
describeFirewall(): Promise<DescribeFirewallCommandOutput>;
|
|
674
735
|
describeFirewall(
|
|
675
736
|
args: DescribeFirewallCommandInput,
|
|
@@ -954,6 +1015,20 @@ export interface NetworkFirewall {
|
|
|
954
1015
|
options: __HttpHandlerOptions,
|
|
955
1016
|
cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void
|
|
956
1017
|
): void;
|
|
1018
|
+
listContainerAssociations(): Promise<ListContainerAssociationsCommandOutput>;
|
|
1019
|
+
listContainerAssociations(
|
|
1020
|
+
args: ListContainerAssociationsCommandInput,
|
|
1021
|
+
options?: __HttpHandlerOptions
|
|
1022
|
+
): Promise<ListContainerAssociationsCommandOutput>;
|
|
1023
|
+
listContainerAssociations(
|
|
1024
|
+
args: ListContainerAssociationsCommandInput,
|
|
1025
|
+
cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void
|
|
1026
|
+
): void;
|
|
1027
|
+
listContainerAssociations(
|
|
1028
|
+
args: ListContainerAssociationsCommandInput,
|
|
1029
|
+
options: __HttpHandlerOptions,
|
|
1030
|
+
cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void
|
|
1031
|
+
): void;
|
|
957
1032
|
listFirewallPolicies(): Promise<ListFirewallPoliciesCommandOutput>;
|
|
958
1033
|
listFirewallPolicies(
|
|
959
1034
|
args: ListFirewallPoliciesCommandInput,
|
|
@@ -1221,6 +1296,19 @@ export interface NetworkFirewall {
|
|
|
1221
1296
|
data?: UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
1222
1297
|
) => void
|
|
1223
1298
|
): void;
|
|
1299
|
+
updateContainerAssociation(
|
|
1300
|
+
args: UpdateContainerAssociationCommandInput,
|
|
1301
|
+
options?: __HttpHandlerOptions
|
|
1302
|
+
): Promise<UpdateContainerAssociationCommandOutput>;
|
|
1303
|
+
updateContainerAssociation(
|
|
1304
|
+
args: UpdateContainerAssociationCommandInput,
|
|
1305
|
+
cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void
|
|
1306
|
+
): void;
|
|
1307
|
+
updateContainerAssociation(
|
|
1308
|
+
args: UpdateContainerAssociationCommandInput,
|
|
1309
|
+
options: __HttpHandlerOptions,
|
|
1310
|
+
cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void
|
|
1311
|
+
): void;
|
|
1224
1312
|
updateFirewallAnalysisSettings(): Promise<UpdateFirewallAnalysisSettingsCommandOutput>;
|
|
1225
1313
|
updateFirewallAnalysisSettings(
|
|
1226
1314
|
args: UpdateFirewallAnalysisSettingsCommandInput,
|
|
@@ -1446,6 +1534,13 @@ export interface NetworkFirewall {
|
|
|
1446
1534
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1447
1535
|
>
|
|
1448
1536
|
): Paginator<ListAnalysisReportsCommandOutput>;
|
|
1537
|
+
paginateListContainerAssociations(
|
|
1538
|
+
args?: ListContainerAssociationsCommandInput,
|
|
1539
|
+
paginationConfig?: Pick<
|
|
1540
|
+
PaginationConfiguration,
|
|
1541
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1542
|
+
>
|
|
1543
|
+
): Paginator<ListContainerAssociationsCommandOutput>;
|
|
1449
1544
|
paginateListFirewallPolicies(
|
|
1450
1545
|
args?: ListFirewallPoliciesCommandInput,
|
|
1451
1546
|
paginationConfig?: Pick<
|
|
@@ -56,6 +56,10 @@ import {
|
|
|
56
56
|
AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
57
57
|
AttachRuleGroupsToProxyConfigurationCommandOutput,
|
|
58
58
|
} from "./commands/AttachRuleGroupsToProxyConfigurationCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateContainerAssociationCommandInput,
|
|
61
|
+
CreateContainerAssociationCommandOutput,
|
|
62
|
+
} from "./commands/CreateContainerAssociationCommand";
|
|
59
63
|
import {
|
|
60
64
|
CreateFirewallCommandInput,
|
|
61
65
|
CreateFirewallCommandOutput,
|
|
@@ -92,6 +96,10 @@ import {
|
|
|
92
96
|
CreateVpcEndpointAssociationCommandInput,
|
|
93
97
|
CreateVpcEndpointAssociationCommandOutput,
|
|
94
98
|
} from "./commands/CreateVpcEndpointAssociationCommand";
|
|
99
|
+
import {
|
|
100
|
+
DeleteContainerAssociationCommandInput,
|
|
101
|
+
DeleteContainerAssociationCommandOutput,
|
|
102
|
+
} from "./commands/DeleteContainerAssociationCommand";
|
|
95
103
|
import {
|
|
96
104
|
DeleteFirewallCommandInput,
|
|
97
105
|
DeleteFirewallCommandOutput,
|
|
@@ -136,6 +144,10 @@ import {
|
|
|
136
144
|
DeleteVpcEndpointAssociationCommandInput,
|
|
137
145
|
DeleteVpcEndpointAssociationCommandOutput,
|
|
138
146
|
} from "./commands/DeleteVpcEndpointAssociationCommand";
|
|
147
|
+
import {
|
|
148
|
+
DescribeContainerAssociationCommandInput,
|
|
149
|
+
DescribeContainerAssociationCommandOutput,
|
|
150
|
+
} from "./commands/DescribeContainerAssociationCommand";
|
|
139
151
|
import {
|
|
140
152
|
DescribeFirewallCommandInput,
|
|
141
153
|
DescribeFirewallCommandOutput,
|
|
@@ -216,6 +228,10 @@ import {
|
|
|
216
228
|
ListAnalysisReportsCommandInput,
|
|
217
229
|
ListAnalysisReportsCommandOutput,
|
|
218
230
|
} from "./commands/ListAnalysisReportsCommand";
|
|
231
|
+
import {
|
|
232
|
+
ListContainerAssociationsCommandInput,
|
|
233
|
+
ListContainerAssociationsCommandOutput,
|
|
234
|
+
} from "./commands/ListContainerAssociationsCommand";
|
|
219
235
|
import {
|
|
220
236
|
ListFirewallPoliciesCommandInput,
|
|
221
237
|
ListFirewallPoliciesCommandOutput,
|
|
@@ -292,6 +308,10 @@ import {
|
|
|
292
308
|
UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
293
309
|
UpdateAvailabilityZoneChangeProtectionCommandOutput,
|
|
294
310
|
} from "./commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
311
|
+
import {
|
|
312
|
+
UpdateContainerAssociationCommandInput,
|
|
313
|
+
UpdateContainerAssociationCommandOutput,
|
|
314
|
+
} from "./commands/UpdateContainerAssociationCommand";
|
|
295
315
|
import {
|
|
296
316
|
UpdateFirewallAnalysisSettingsCommandInput,
|
|
297
317
|
UpdateFirewallAnalysisSettingsCommandOutput,
|
|
@@ -365,6 +385,7 @@ export type ServiceInputTypes =
|
|
|
365
385
|
| AssociateFirewallPolicyCommandInput
|
|
366
386
|
| AssociateSubnetsCommandInput
|
|
367
387
|
| AttachRuleGroupsToProxyConfigurationCommandInput
|
|
388
|
+
| CreateContainerAssociationCommandInput
|
|
368
389
|
| CreateFirewallCommandInput
|
|
369
390
|
| CreateFirewallPolicyCommandInput
|
|
370
391
|
| CreateProxyCommandInput
|
|
@@ -374,6 +395,7 @@ export type ServiceInputTypes =
|
|
|
374
395
|
| CreateRuleGroupCommandInput
|
|
375
396
|
| CreateTLSInspectionConfigurationCommandInput
|
|
376
397
|
| CreateVpcEndpointAssociationCommandInput
|
|
398
|
+
| DeleteContainerAssociationCommandInput
|
|
377
399
|
| DeleteFirewallCommandInput
|
|
378
400
|
| DeleteFirewallPolicyCommandInput
|
|
379
401
|
| DeleteNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
@@ -385,6 +407,7 @@ export type ServiceInputTypes =
|
|
|
385
407
|
| DeleteRuleGroupCommandInput
|
|
386
408
|
| DeleteTLSInspectionConfigurationCommandInput
|
|
387
409
|
| DeleteVpcEndpointAssociationCommandInput
|
|
410
|
+
| DescribeContainerAssociationCommandInput
|
|
388
411
|
| DescribeFirewallCommandInput
|
|
389
412
|
| DescribeFirewallMetadataCommandInput
|
|
390
413
|
| DescribeFirewallPolicyCommandInput
|
|
@@ -405,6 +428,7 @@ export type ServiceInputTypes =
|
|
|
405
428
|
| DisassociateSubnetsCommandInput
|
|
406
429
|
| GetAnalysisReportResultsCommandInput
|
|
407
430
|
| ListAnalysisReportsCommandInput
|
|
431
|
+
| ListContainerAssociationsCommandInput
|
|
408
432
|
| ListFirewallPoliciesCommandInput
|
|
409
433
|
| ListFirewallsCommandInput
|
|
410
434
|
| ListFlowOperationResultsCommandInput
|
|
@@ -424,6 +448,7 @@ export type ServiceInputTypes =
|
|
|
424
448
|
| TagResourceCommandInput
|
|
425
449
|
| UntagResourceCommandInput
|
|
426
450
|
| UpdateAvailabilityZoneChangeProtectionCommandInput
|
|
451
|
+
| UpdateContainerAssociationCommandInput
|
|
427
452
|
| UpdateFirewallAnalysisSettingsCommandInput
|
|
428
453
|
| UpdateFirewallDeleteProtectionCommandInput
|
|
429
454
|
| UpdateFirewallDescriptionCommandInput
|
|
@@ -445,6 +470,7 @@ export type ServiceOutputTypes =
|
|
|
445
470
|
| AssociateFirewallPolicyCommandOutput
|
|
446
471
|
| AssociateSubnetsCommandOutput
|
|
447
472
|
| AttachRuleGroupsToProxyConfigurationCommandOutput
|
|
473
|
+
| CreateContainerAssociationCommandOutput
|
|
448
474
|
| CreateFirewallCommandOutput
|
|
449
475
|
| CreateFirewallPolicyCommandOutput
|
|
450
476
|
| CreateProxyCommandOutput
|
|
@@ -454,6 +480,7 @@ export type ServiceOutputTypes =
|
|
|
454
480
|
| CreateRuleGroupCommandOutput
|
|
455
481
|
| CreateTLSInspectionConfigurationCommandOutput
|
|
456
482
|
| CreateVpcEndpointAssociationCommandOutput
|
|
483
|
+
| DeleteContainerAssociationCommandOutput
|
|
457
484
|
| DeleteFirewallCommandOutput
|
|
458
485
|
| DeleteFirewallPolicyCommandOutput
|
|
459
486
|
| DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
@@ -465,6 +492,7 @@ export type ServiceOutputTypes =
|
|
|
465
492
|
| DeleteRuleGroupCommandOutput
|
|
466
493
|
| DeleteTLSInspectionConfigurationCommandOutput
|
|
467
494
|
| DeleteVpcEndpointAssociationCommandOutput
|
|
495
|
+
| DescribeContainerAssociationCommandOutput
|
|
468
496
|
| DescribeFirewallCommandOutput
|
|
469
497
|
| DescribeFirewallMetadataCommandOutput
|
|
470
498
|
| DescribeFirewallPolicyCommandOutput
|
|
@@ -485,6 +513,7 @@ export type ServiceOutputTypes =
|
|
|
485
513
|
| DisassociateSubnetsCommandOutput
|
|
486
514
|
| GetAnalysisReportResultsCommandOutput
|
|
487
515
|
| ListAnalysisReportsCommandOutput
|
|
516
|
+
| ListContainerAssociationsCommandOutput
|
|
488
517
|
| ListFirewallPoliciesCommandOutput
|
|
489
518
|
| ListFirewallsCommandOutput
|
|
490
519
|
| ListFlowOperationResultsCommandOutput
|
|
@@ -504,6 +533,7 @@ export type ServiceOutputTypes =
|
|
|
504
533
|
| TagResourceCommandOutput
|
|
505
534
|
| UntagResourceCommandOutput
|
|
506
535
|
| UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
536
|
+
| UpdateContainerAssociationCommandOutput
|
|
507
537
|
| UpdateFirewallAnalysisSettingsCommandOutput
|
|
508
538
|
| UpdateFirewallDeleteProtectionCommandOutput
|
|
509
539
|
| UpdateFirewallDescriptionCommandOutput
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
NetworkFirewallClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./NetworkFirewallClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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
|
AcceptNetworkFirewallTransitGatewayAttachmentRequest,
|
|
5
4
|
AcceptNetworkFirewallTransitGatewayAttachmentResponse,
|
|
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 AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
15
8
|
extends AcceptNetworkFirewallTransitGatewayAttachmentRequest {}
|
|
16
9
|
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AcceptNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
24
17
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
33
26
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
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 AcceptNetworkFirewallTransitGatewayAttachmentCommand extends AcceptNetworkFirewallTransitGatewayAttachmentCommand_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
|
AssociateAvailabilityZonesRequest,
|
|
5
4
|
AssociateAvailabilityZonesResponse,
|
|
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 AssociateAvailabilityZonesCommandInput
|
|
15
8
|
extends AssociateAvailabilityZonesRequest {}
|
|
16
9
|
export interface AssociateAvailabilityZonesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateAvailabilityZonesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateAvailabilityZonesCommandInput,
|
|
24
17
|
AssociateAvailabilityZonesCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateAvailabilityZonesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateAvailabilityZonesCommandInput,
|
|
33
26
|
AssociateAvailabilityZonesCommandOutput,
|
|
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 AssociateAvailabilityZonesCommand extends AssociateAvailabilityZonesCommand_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
|
AssociateFirewallPolicyRequest,
|
|
5
4
|
AssociateFirewallPolicyResponse,
|
|
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 AssociateFirewallPolicyCommandInput
|
|
15
8
|
extends AssociateFirewallPolicyRequest {}
|
|
16
9
|
export interface AssociateFirewallPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateFirewallPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateFirewallPolicyCommandInput,
|
|
24
17
|
AssociateFirewallPolicyCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateFirewallPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateFirewallPolicyCommandInput,
|
|
33
26
|
AssociateFirewallPolicyCommandOutput,
|
|
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 AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_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
|
AssociateSubnetsRequest,
|
|
5
4
|
AssociateSubnetsResponse,
|
|
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 AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
|
|
15
8
|
export interface AssociateSubnetsCommandOutput
|
|
16
9
|
extends AssociateSubnetsResponse,
|
|
@@ -21,22 +14,20 @@ declare const AssociateSubnetsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
AssociateSubnetsCommandInput,
|
|
23
16
|
AssociateSubnetsCommandOutput,
|
|
24
|
-
NetworkFirewallClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: AssociateSubnetsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
AssociateSubnetsCommandInput,
|
|
32
25
|
AssociateSubnetsCommandOutput,
|
|
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 AssociateSubnetsCommand extends AssociateSubnetsCommand_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
|
AttachRuleGroupsToProxyConfigurationRequest,
|
|
5
4
|
AttachRuleGroupsToProxyConfigurationResponse,
|
|
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 AttachRuleGroupsToProxyConfigurationCommandInput
|
|
15
8
|
extends AttachRuleGroupsToProxyConfigurationRequest {}
|
|
16
9
|
export interface AttachRuleGroupsToProxyConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AttachRuleGroupsToProxyConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
24
17
|
AttachRuleGroupsToProxyConfigurationCommandOutput,
|
|
25
|
-
NetworkFirewallClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").NetworkFirewallClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AttachRuleGroupsToProxyConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
33
26
|
AttachRuleGroupsToProxyConfigurationCommandOutput,
|
|
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 AttachRuleGroupsToProxyConfigurationCommand extends AttachRuleGroupsToProxyConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|