@aws-sdk/client-network-firewall 3.1087.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/NetworkFirewall.d.ts +272 -343
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +11 -36
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateProxyRuleGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxyRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteProxyConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteProxyRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteProxyRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeProxyCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeProxyConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeProxyRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProxyRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAnalysisReportResultsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAnalysisReportsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListProxiesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProxyConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListProxyRuleGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartAnalysisReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxyRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxyRulePrioritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +12 -39
- package/dist-types/ts3.4/models/models_0.d.ts +17 -51
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListProxiesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38