@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultNetworkFirewallHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -314,6 +316,7 @@ const _ACIDRC = "AvailableCIDRCount";
|
|
|
314
316
|
const _AD = "ActionDefinition";
|
|
315
317
|
const _ADd = "AddressDefinition";
|
|
316
318
|
const _ADn = "AnalysisDetail";
|
|
319
|
+
const _AF = "AttributeFilters";
|
|
317
320
|
const _AFP = "AssociateFirewallPolicy";
|
|
318
321
|
const _AFPR = "AssociateFirewallPolicyRequest";
|
|
319
322
|
const _AFPRs = "AssociateFirewallPolicyResponse";
|
|
@@ -353,12 +356,22 @@ const _Ar = "Arn";
|
|
|
353
356
|
const _At = "Attachment";
|
|
354
357
|
const _BC = "ByteCount";
|
|
355
358
|
const _C = "Conditions";
|
|
356
|
-
const _CA = "
|
|
357
|
-
const _CAA = "
|
|
359
|
+
const _CA = "ContainerAttribute";
|
|
360
|
+
const _CAA = "ContainerAssociationArn";
|
|
361
|
+
const _CAAe = "CertificateAuthorityArn";
|
|
362
|
+
const _CAN = "ContainerAssociationName";
|
|
363
|
+
const _CAS = "ContainerAssociationSummary";
|
|
358
364
|
const _CAe = "CertificateArn";
|
|
359
365
|
const _CAer = "CertificateAuthority";
|
|
360
|
-
const
|
|
366
|
+
const _CAl = "ClusterArn";
|
|
367
|
+
const _CAo = "ContainerAssociations";
|
|
368
|
+
const _CAon = "ContainerAttributes";
|
|
369
|
+
const _CAu = "CustomAction";
|
|
370
|
+
const _CAus = "CustomActions";
|
|
361
371
|
const _CC = "ConsumedCapacity";
|
|
372
|
+
const _CCA = "CreateContainerAssociation";
|
|
373
|
+
const _CCAR = "CreateContainerAssociationRequest";
|
|
374
|
+
const _CCARr = "CreateContainerAssociationResponse";
|
|
362
375
|
const _CCRS = "CheckCertificateRevocationStatus";
|
|
363
376
|
const _CCRSA = "CheckCertificateRevocationStatusActions";
|
|
364
377
|
const _CF = "CreateFirewall";
|
|
@@ -370,6 +383,8 @@ const _CFRr = "CreateFirewallResponse";
|
|
|
370
383
|
const _CIDR = "CIDRs";
|
|
371
384
|
const _CIDRS = "CIDRSummary";
|
|
372
385
|
const _CK = "ConditionKey";
|
|
386
|
+
const _CMC = "ContainerMonitoringConfiguration";
|
|
387
|
+
const _CMCo = "ContainerMonitoringConfigurations";
|
|
373
388
|
const _CO = "ConditionOperator";
|
|
374
389
|
const _CP = "CreateProxy";
|
|
375
390
|
const _CPC = "CreateProxyConfiguration";
|
|
@@ -412,6 +427,12 @@ const _DA = "DestinationAddress";
|
|
|
412
427
|
const _DAZ = "DisassociateAvailabilityZones";
|
|
413
428
|
const _DAZR = "DisassociateAvailabilityZonesRequest";
|
|
414
429
|
const _DAZRi = "DisassociateAvailabilityZonesResponse";
|
|
430
|
+
const _DCA = "DeleteContainerAssociation";
|
|
431
|
+
const _DCAR = "DeleteContainerAssociationRequest";
|
|
432
|
+
const _DCARe = "DeleteContainerAssociationResponse";
|
|
433
|
+
const _DCARes = "DescribeContainerAssociationRequest";
|
|
434
|
+
const _DCAResc = "DescribeContainerAssociationResponse";
|
|
435
|
+
const _DCAe = "DescribeContainerAssociation";
|
|
415
436
|
const _DF = "DeleteFirewall";
|
|
416
437
|
const _DFM = "DescribeFirewallMetadata";
|
|
417
438
|
const _DFMR = "DescribeFirewallMetadataRequest";
|
|
@@ -573,14 +594,17 @@ const _IRPE = "InvalidResourcePolicyException";
|
|
|
573
594
|
const _ISE = "InternalServerError";
|
|
574
595
|
const _IT = "IdentifiedType";
|
|
575
596
|
const _ITE = "InvalidTokenException";
|
|
576
|
-
const _K = "
|
|
597
|
+
const _K = "Key";
|
|
577
598
|
const _KI = "KeyId";
|
|
578
|
-
const _Ke = "
|
|
599
|
+
const _Ke = "Keyword";
|
|
579
600
|
const _LA = "LastAccessed";
|
|
580
601
|
const _LAR = "ListAnalysisReports";
|
|
581
602
|
const _LARR = "ListAnalysisReportsRequest";
|
|
582
603
|
const _LARRi = "ListAnalysisReportsResponse";
|
|
583
604
|
const _LC = "LoggingConfiguration";
|
|
605
|
+
const _LCA = "ListContainerAssociations";
|
|
606
|
+
const _LCAR = "ListContainerAssociationsRequest";
|
|
607
|
+
const _LCARi = "ListContainerAssociationsResponse";
|
|
584
608
|
const _LD = "LogDestination";
|
|
585
609
|
const _LDC = "LogDestinationConfig";
|
|
586
610
|
const _LDCo = "LogDestinationConfigs";
|
|
@@ -626,6 +650,7 @@ const _LTFRRi = "ListTagsForResourceResponse";
|
|
|
626
650
|
const _LTLSIC = "ListTLSInspectionConfigurations";
|
|
627
651
|
const _LTLSICR = "ListTLSInspectionConfigurationsRequest";
|
|
628
652
|
const _LTLSICRi = "ListTLSInspectionConfigurationsResponse";
|
|
653
|
+
const _LUT = "LastUpdatedTime";
|
|
629
654
|
const _LVEA = "ListVpcEndpointAssociations";
|
|
630
655
|
const _LVEAR = "ListVpcEndpointAssociationsRequest";
|
|
631
656
|
const _LVEARi = "ListVpcEndpointAssociationsResponse";
|
|
@@ -703,6 +728,7 @@ const _R = "Rules";
|
|
|
703
728
|
const _RA = "ResourceArn";
|
|
704
729
|
const _RAe = "ReferenceArn";
|
|
705
730
|
const _RC = "RemoveConditions";
|
|
731
|
+
const _RCC = "ResolvedCidrCount";
|
|
706
732
|
const _RCIDRC = "ResolvedCIDRCount";
|
|
707
733
|
const _RCe = "RemovedConditions";
|
|
708
734
|
const _RD = "RuleDefinition";
|
|
@@ -795,7 +821,7 @@ const _Se = "Settings";
|
|
|
795
821
|
const _So = "Source";
|
|
796
822
|
const _Sou = "Sources";
|
|
797
823
|
const _Su = "Summary";
|
|
798
|
-
const _T = "
|
|
824
|
+
const _T = "Type";
|
|
799
825
|
const _TCD = "TlsCertificateData";
|
|
800
826
|
const _TCPF = "TCPFlags";
|
|
801
827
|
const _TCPFF = "TCPFlagField";
|
|
@@ -824,12 +850,15 @@ const _TR = "TagResource";
|
|
|
824
850
|
const _TRR = "TagResourceRequest";
|
|
825
851
|
const _TRRa = "TagResourceResponse";
|
|
826
852
|
const _TT = "TargetTypes";
|
|
827
|
-
const _Ta = "
|
|
853
|
+
const _Ta = "Tags";
|
|
828
854
|
const _Tag = "Tag";
|
|
829
|
-
const
|
|
855
|
+
const _Tar = "Targets";
|
|
830
856
|
const _UAZCP = "UpdateAvailabilityZoneChangeProtection";
|
|
831
857
|
const _UAZCPR = "UpdateAvailabilityZoneChangeProtectionRequest";
|
|
832
858
|
const _UAZCPRp = "UpdateAvailabilityZoneChangeProtectionResponse";
|
|
859
|
+
const _UCA = "UpdateContainerAssociation";
|
|
860
|
+
const _UCAR = "UpdateContainerAssociationRequest";
|
|
861
|
+
const _UCARp = "UpdateContainerAssociationResponse";
|
|
833
862
|
const _UCIDRC = "UtilizedCIDRCount";
|
|
834
863
|
const _UFAS = "UpdateFirewallAnalysisSettings";
|
|
835
864
|
const _UFASR = "UpdateFirewallAnalysisSettingsRequest";
|
|
@@ -1091,9 +1120,34 @@ var CIDRSummary$ = [3, n0, _CIDRS,
|
|
|
1091
1120
|
[_ACIDRC, _UCIDRC, _IPSR],
|
|
1092
1121
|
[1, 1, () => IPSetMetadataMap]
|
|
1093
1122
|
];
|
|
1123
|
+
var ContainerAssociationSummary$ = [3, n0, _CAS,
|
|
1124
|
+
0,
|
|
1125
|
+
[_Ar, _N],
|
|
1126
|
+
[0, 0]
|
|
1127
|
+
];
|
|
1128
|
+
var ContainerAttribute$ = [3, n0, _CA,
|
|
1129
|
+
0,
|
|
1130
|
+
[_K, _V],
|
|
1131
|
+
[0, 0], 2
|
|
1132
|
+
];
|
|
1133
|
+
var ContainerMonitoringConfiguration$ = [3, n0, _CMC,
|
|
1134
|
+
0,
|
|
1135
|
+
[_CAl, _AF],
|
|
1136
|
+
[0, () => ContainerAttributes], 1
|
|
1137
|
+
];
|
|
1138
|
+
var CreateContainerAssociationRequest$ = [3, n0, _CCAR,
|
|
1139
|
+
0,
|
|
1140
|
+
[_CAN, _T, _CMCo, _De, _Ta],
|
|
1141
|
+
[0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList], 3
|
|
1142
|
+
];
|
|
1143
|
+
var CreateContainerAssociationResponse$ = [3, n0, _CCARr,
|
|
1144
|
+
0,
|
|
1145
|
+
[_CAN, _CAA, _De, _T, _CMCo, _S, _Ta, _UT],
|
|
1146
|
+
[0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList, 0]
|
|
1147
|
+
];
|
|
1094
1148
|
var CreateFirewallPolicyRequest$ = [3, n0, _CFPR,
|
|
1095
1149
|
0,
|
|
1096
|
-
[_FPN, _FP, _De,
|
|
1150
|
+
[_FPN, _FP, _De, _Ta, _DR, _EC],
|
|
1097
1151
|
[0, () => FirewallPolicy$, 0, () => TagList, 2, () => EncryptionConfiguration$], 2
|
|
1098
1152
|
];
|
|
1099
1153
|
var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
|
|
@@ -1103,7 +1157,7 @@ var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
|
|
|
1103
1157
|
];
|
|
1104
1158
|
var CreateFirewallRequest$ = [3, n0, _CFR,
|
|
1105
1159
|
0,
|
|
1106
|
-
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De,
|
|
1160
|
+
[_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP],
|
|
1107
1161
|
[0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2], 2
|
|
1108
1162
|
];
|
|
1109
1163
|
var CreateFirewallResponse$ = [3, n0, _CFRr,
|
|
@@ -1113,7 +1167,7 @@ var CreateFirewallResponse$ = [3, n0, _CFRr,
|
|
|
1113
1167
|
];
|
|
1114
1168
|
var CreateProxyConfigurationRequest$ = [3, n0, _CPCR,
|
|
1115
1169
|
0,
|
|
1116
|
-
[_PCN, _DRPA, _De, _RGN, _RGA,
|
|
1170
|
+
[_PCN, _DRPA, _De, _RGN, _RGA, _Ta],
|
|
1117
1171
|
[0, () => ProxyConfigDefaultRulePhaseActionsRequest$, 0, 64 | 0, 64 | 0, () => TagList], 2
|
|
1118
1172
|
];
|
|
1119
1173
|
var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
|
|
@@ -1123,7 +1177,7 @@ var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
|
|
|
1123
1177
|
];
|
|
1124
1178
|
var CreateProxyRequest$ = [3, n0, _CPR,
|
|
1125
1179
|
0,
|
|
1126
|
-
[_PN, _NGI, _TIP, _PCN, _PCA, _LP,
|
|
1180
|
+
[_PN, _NGI, _TIP, _PCN, _PCA, _LP, _Ta],
|
|
1127
1181
|
[0, 0, () => TlsInterceptPropertiesRequest$, 0, 0, () => ListenerPropertiesRequest, () => TagList], 3
|
|
1128
1182
|
];
|
|
1129
1183
|
var CreateProxyResponse$ = [3, n0, _CPRr,
|
|
@@ -1138,7 +1192,7 @@ var CreateProxyRule$ = [3, n0, _CPRre,
|
|
|
1138
1192
|
];
|
|
1139
1193
|
var CreateProxyRuleGroupRequest$ = [3, n0, _CPRGR,
|
|
1140
1194
|
0,
|
|
1141
|
-
[_PRGN, _De, _R,
|
|
1195
|
+
[_PRGN, _De, _R, _Ta],
|
|
1142
1196
|
[0, 0, () => ProxyRulesByRequestPhase$, () => TagList], 1
|
|
1143
1197
|
];
|
|
1144
1198
|
var CreateProxyRuleGroupResponse$ = [3, n0, _CPRGRr,
|
|
@@ -1163,7 +1217,7 @@ var CreateProxyRulesResponse$ = [3, n0, _CPRRr,
|
|
|
1163
1217
|
];
|
|
1164
1218
|
var CreateRuleGroupRequest$ = [3, n0, _CRGR,
|
|
1165
1219
|
0,
|
|
1166
|
-
[_RGNu,
|
|
1220
|
+
[_RGNu, _T, _Ca, _RGu, _R, _De, _Ta, _DR, _EC, _SMo, _ARG, _SC],
|
|
1167
1221
|
[0, 0, 1, () => RuleGroup$, 0, 0, () => TagList, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 3
|
|
1168
1222
|
];
|
|
1169
1223
|
var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
|
|
@@ -1173,7 +1227,7 @@ var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
|
|
|
1173
1227
|
];
|
|
1174
1228
|
var CreateTLSInspectionConfigurationRequest$ = [3, n0, _CTLSICR,
|
|
1175
1229
|
0,
|
|
1176
|
-
[_TLSICN, _TLSIC, _De,
|
|
1230
|
+
[_TLSICN, _TLSIC, _De, _Ta, _EC],
|
|
1177
1231
|
[0, () => TLSInspectionConfiguration$, 0, () => TagList, () => EncryptionConfiguration$], 2
|
|
1178
1232
|
];
|
|
1179
1233
|
var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
|
|
@@ -1183,7 +1237,7 @@ var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
|
|
|
1183
1237
|
];
|
|
1184
1238
|
var CreateVpcEndpointAssociationRequest$ = [3, n0, _CVEAR,
|
|
1185
1239
|
0,
|
|
1186
|
-
[_FAi, _VI, _SMu, _De,
|
|
1240
|
+
[_FAi, _VI, _SMu, _De, _Ta],
|
|
1187
1241
|
[0, 0, () => SubnetMapping$, 0, () => TagList], 3
|
|
1188
1242
|
];
|
|
1189
1243
|
var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
|
|
@@ -1191,11 +1245,21 @@ var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
|
|
|
1191
1245
|
[_VEA, _VEAS],
|
|
1192
1246
|
[() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
|
|
1193
1247
|
];
|
|
1194
|
-
var CustomAction$ = [3, n0,
|
|
1248
|
+
var CustomAction$ = [3, n0, _CAu,
|
|
1195
1249
|
0,
|
|
1196
1250
|
[_AN, _AD],
|
|
1197
1251
|
[0, () => ActionDefinition$], 2
|
|
1198
1252
|
];
|
|
1253
|
+
var DeleteContainerAssociationRequest$ = [3, n0, _DCAR,
|
|
1254
|
+
0,
|
|
1255
|
+
[_CAN, _CAA],
|
|
1256
|
+
[0, 0]
|
|
1257
|
+
];
|
|
1258
|
+
var DeleteContainerAssociationResponse$ = [3, n0, _DCARe,
|
|
1259
|
+
0,
|
|
1260
|
+
[_CAN, _CAA, _S],
|
|
1261
|
+
[0, 0, 0]
|
|
1262
|
+
];
|
|
1199
1263
|
var DeleteFirewallPolicyRequest$ = [3, n0, _DFPR,
|
|
1200
1264
|
0,
|
|
1201
1265
|
[_FPN, _FPA],
|
|
@@ -1278,7 +1342,7 @@ var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
|
|
|
1278
1342
|
];
|
|
1279
1343
|
var DeleteRuleGroupRequest$ = [3, n0, _DRGR,
|
|
1280
1344
|
0,
|
|
1281
|
-
[_RGNu, _RGAu,
|
|
1345
|
+
[_RGNu, _RGAu, _T],
|
|
1282
1346
|
[0, 0, 0]
|
|
1283
1347
|
];
|
|
1284
1348
|
var DeleteRuleGroupResponse$ = [3, n0, _DRGRe,
|
|
@@ -1306,6 +1370,16 @@ var DeleteVpcEndpointAssociationResponse$ = [3, n0, _DVEARe,
|
|
|
1306
1370
|
[_VEA, _VEAS],
|
|
1307
1371
|
[() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
|
|
1308
1372
|
];
|
|
1373
|
+
var DescribeContainerAssociationRequest$ = [3, n0, _DCARes,
|
|
1374
|
+
0,
|
|
1375
|
+
[_CAN, _CAA],
|
|
1376
|
+
[0, 0]
|
|
1377
|
+
];
|
|
1378
|
+
var DescribeContainerAssociationResponse$ = [3, n0, _DCAResc,
|
|
1379
|
+
0,
|
|
1380
|
+
[_CAN, _CAA, _De, _T, _CMCo, _S, _RCC, _LUT, _Ta, _UT],
|
|
1381
|
+
[0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, 1, 4, () => TagList, 0]
|
|
1382
|
+
];
|
|
1309
1383
|
var DescribeFirewallMetadataRequest$ = [3, n0, _DFMR,
|
|
1310
1384
|
0,
|
|
1311
1385
|
[_FAi],
|
|
@@ -1373,7 +1447,7 @@ var DescribeProxyRequest$ = [3, n0, _DPRes,
|
|
|
1373
1447
|
];
|
|
1374
1448
|
var DescribeProxyResource$ = [3, n0, _DPResc,
|
|
1375
1449
|
0,
|
|
1376
|
-
[_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM,
|
|
1450
|
+
[_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _Ta],
|
|
1377
1451
|
[0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, 0, 0, 4, 4, 4, 0, 0, () => TagList]
|
|
1378
1452
|
];
|
|
1379
1453
|
var DescribeProxyResponse$ = [3, n0, _DPRescr,
|
|
@@ -1413,17 +1487,17 @@ var DescribeResourcePolicyResponse$ = [3, n0, _DRPResc,
|
|
|
1413
1487
|
];
|
|
1414
1488
|
var DescribeRuleGroupMetadataRequest$ = [3, n0, _DRGMR,
|
|
1415
1489
|
0,
|
|
1416
|
-
[_RGNu, _RGAu,
|
|
1490
|
+
[_RGNu, _RGAu, _T],
|
|
1417
1491
|
[0, 0, 0]
|
|
1418
1492
|
];
|
|
1419
1493
|
var DescribeRuleGroupMetadataResponse$ = [3, n0, _DRGMRe,
|
|
1420
1494
|
0,
|
|
1421
|
-
[_RGAu, _RGNu, _De,
|
|
1495
|
+
[_RGAu, _RGNu, _De, _T, _Ca, _SRO, _LMT, _VN, _PI, _LN],
|
|
1422
1496
|
[0, 0, 0, 0, 1, () => StatefulRuleOptions$, 4, 0, 0, 0], 2
|
|
1423
1497
|
];
|
|
1424
1498
|
var DescribeRuleGroupRequest$ = [3, n0, _DRGRes,
|
|
1425
1499
|
0,
|
|
1426
|
-
[_RGNu, _RGAu,
|
|
1500
|
+
[_RGNu, _RGAu, _T, _ARG],
|
|
1427
1501
|
[0, 0, 0, 2]
|
|
1428
1502
|
];
|
|
1429
1503
|
var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
|
|
@@ -1433,7 +1507,7 @@ var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
|
|
|
1433
1507
|
];
|
|
1434
1508
|
var DescribeRuleGroupSummaryRequest$ = [3, n0, _DRGSR,
|
|
1435
1509
|
0,
|
|
1436
|
-
[_RGNu, _RGAu,
|
|
1510
|
+
[_RGNu, _RGAu, _T],
|
|
1437
1511
|
[0, 0, 0]
|
|
1438
1512
|
];
|
|
1439
1513
|
var DescribeRuleGroupSummaryResponse$ = [3, n0, _DRGSRe,
|
|
@@ -1498,12 +1572,12 @@ var DisassociateSubnetsResponse$ = [3, n0, _DSRi,
|
|
|
1498
1572
|
];
|
|
1499
1573
|
var EncryptionConfiguration$ = [3, n0, _EC,
|
|
1500
1574
|
0,
|
|
1501
|
-
[
|
|
1575
|
+
[_T, _KI],
|
|
1502
1576
|
[0, 0], 1
|
|
1503
1577
|
];
|
|
1504
1578
|
var Firewall$ = [3, n0, _F,
|
|
1505
1579
|
0,
|
|
1506
|
-
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De,
|
|
1580
|
+
[_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
|
|
1507
1581
|
[0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2], 4
|
|
1508
1582
|
];
|
|
1509
1583
|
var FirewallMetadata$ = [3, n0, _FMi,
|
|
@@ -1523,7 +1597,7 @@ var FirewallPolicyMetadata$ = [3, n0, _FPM,
|
|
|
1523
1597
|
];
|
|
1524
1598
|
var FirewallPolicyResponse$ = [3, n0, _FPR,
|
|
1525
1599
|
0,
|
|
1526
|
-
[_FPN, _FPA, _FPI, _De, _FPS,
|
|
1600
|
+
[_FPN, _FPA, _FPI, _De, _FPS, _Ta, _CSRC, _CSRCo, _CSDC, _NOA, _EC, _LMT],
|
|
1527
1601
|
[0, 0, 0, 0, 0, () => TagList, 1, 1, 1, 1, () => EncryptionConfiguration$, 4], 3
|
|
1528
1602
|
];
|
|
1529
1603
|
var FirewallStatus$ = [3, n0, _FS,
|
|
@@ -1601,14 +1675,24 @@ var ListAnalysisReportsResponse$ = [3, n0, _LARRi,
|
|
|
1601
1675
|
[_ARna, _NT],
|
|
1602
1676
|
[() => AnalysisReports, 0]
|
|
1603
1677
|
];
|
|
1678
|
+
var ListContainerAssociationsRequest$ = [3, n0, _LCAR,
|
|
1679
|
+
0,
|
|
1680
|
+
[_MR, _NT],
|
|
1681
|
+
[1, 0]
|
|
1682
|
+
];
|
|
1683
|
+
var ListContainerAssociationsResponse$ = [3, n0, _LCARi,
|
|
1684
|
+
0,
|
|
1685
|
+
[_CAo, _NT],
|
|
1686
|
+
[() => ContainerAssociations, 0]
|
|
1687
|
+
];
|
|
1604
1688
|
var ListenerProperty$ = [3, n0, _LPi,
|
|
1605
1689
|
0,
|
|
1606
|
-
[_Por,
|
|
1690
|
+
[_Por, _T],
|
|
1607
1691
|
[1, 0]
|
|
1608
1692
|
];
|
|
1609
1693
|
var ListenerPropertyRequest$ = [3, n0, _LPR,
|
|
1610
1694
|
0,
|
|
1611
|
-
[_Por,
|
|
1695
|
+
[_Por, _T],
|
|
1612
1696
|
[1, 0], 2
|
|
1613
1697
|
];
|
|
1614
1698
|
var ListFirewallPoliciesRequest$ = [3, n0, _LFPR,
|
|
@@ -1683,7 +1767,7 @@ var ListProxyRuleGroupsResponse$ = [3, n0, _LPRGRi,
|
|
|
1683
1767
|
];
|
|
1684
1768
|
var ListRuleGroupsRequest$ = [3, n0, _LRGR,
|
|
1685
1769
|
0,
|
|
1686
|
-
[_NT, _MR, _Sc, _MT, _SSu,
|
|
1770
|
+
[_NT, _MR, _Sc, _MT, _SSu, _T],
|
|
1687
1771
|
[0, 1, 0, 0, 0, 0]
|
|
1688
1772
|
];
|
|
1689
1773
|
var ListRuleGroupsResponse$ = [3, n0, _LRGRi,
|
|
@@ -1698,7 +1782,7 @@ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
|
1698
1782
|
];
|
|
1699
1783
|
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1700
1784
|
0,
|
|
1701
|
-
[_NT,
|
|
1785
|
+
[_NT, _Ta],
|
|
1702
1786
|
[0, () => TagList]
|
|
1703
1787
|
];
|
|
1704
1788
|
var ListTLSInspectionConfigurationsRequest$ = [3, n0, _LTLSICR,
|
|
@@ -1758,7 +1842,7 @@ var PortSet$ = [3, n0, _PSo,
|
|
|
1758
1842
|
];
|
|
1759
1843
|
var Proxy$ = [3, n0, _Pr,
|
|
1760
1844
|
0,
|
|
1761
|
-
[_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP,
|
|
1845
|
+
[_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _Ta],
|
|
1762
1846
|
[4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, () => TagList]
|
|
1763
1847
|
];
|
|
1764
1848
|
var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
|
|
@@ -1768,12 +1852,12 @@ var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
|
|
|
1768
1852
|
];
|
|
1769
1853
|
var ProxyConfigRuleGroup$ = [3, n0, _PCRG,
|
|
1770
1854
|
0,
|
|
1771
|
-
[_PRGN, _PRGA,
|
|
1855
|
+
[_PRGN, _PRGA, _T, _Pri],
|
|
1772
1856
|
[0, 0, 0, 1]
|
|
1773
1857
|
];
|
|
1774
1858
|
var ProxyConfiguration$ = [3, n0, _PC,
|
|
1775
1859
|
0,
|
|
1776
|
-
[_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA,
|
|
1860
|
+
[_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA, _Ta],
|
|
1777
1861
|
[0, 0, 0, 4, 4, () => ProxyConfigRuleGroupSet, () => ProxyConfigDefaultRulePhaseActionsRequest$, () => TagList]
|
|
1778
1862
|
];
|
|
1779
1863
|
var ProxyConfigurationMetadata$ = [3, n0, _PCM,
|
|
@@ -1798,7 +1882,7 @@ var ProxyRuleCondition$ = [3, n0, _PRC,
|
|
|
1798
1882
|
];
|
|
1799
1883
|
var ProxyRuleGroup$ = [3, n0, _PRG,
|
|
1800
1884
|
0,
|
|
1801
|
-
[_PRGN, _PRGA, _CT, _DT, _R, _De,
|
|
1885
|
+
[_PRGN, _PRGA, _CT, _DT, _R, _De, _Ta],
|
|
1802
1886
|
[0, 0, 4, 4, () => ProxyRulesByRequestPhase$, 0, () => TagList]
|
|
1803
1887
|
];
|
|
1804
1888
|
var ProxyRuleGroupAttachment$ = [3, n0, _PRGAr,
|
|
@@ -1878,12 +1962,12 @@ var RuleGroupMetadata$ = [3, n0, _RGM,
|
|
|
1878
1962
|
];
|
|
1879
1963
|
var RuleGroupResponse$ = [3, n0, _RGR,
|
|
1880
1964
|
0,
|
|
1881
|
-
[_RGAu, _RGNu, _RGI, _De,
|
|
1965
|
+
[_RGAu, _RGNu, _RGI, _De, _T, _Ca, _RGS, _Ta, _CC, _NOA, _EC, _SMo, _STn, _LMT, _ARnal, _SC],
|
|
1882
1966
|
[0, 0, 0, 0, 0, 1, 0, () => TagList, 1, 1, () => EncryptionConfiguration$, () => SourceMetadata$, 0, 4, () => AnalysisResultList, () => SummaryConfiguration$], 3
|
|
1883
1967
|
];
|
|
1884
1968
|
var RuleOption$ = [3, n0, _RO,
|
|
1885
1969
|
0,
|
|
1886
|
-
[
|
|
1970
|
+
[_Ke, _Se],
|
|
1887
1971
|
[0, 64 | 0], 1
|
|
1888
1972
|
];
|
|
1889
1973
|
var RulesSource$ = [3, n0, _RSu,
|
|
@@ -1893,7 +1977,7 @@ var RulesSource$ = [3, n0, _RSu,
|
|
|
1893
1977
|
];
|
|
1894
1978
|
var RulesSourceList$ = [3, n0, _RSL,
|
|
1895
1979
|
0,
|
|
1896
|
-
[
|
|
1980
|
+
[_Tar, _TT, _GRT],
|
|
1897
1981
|
[64 | 0, 64 | 0, 0], 3
|
|
1898
1982
|
];
|
|
1899
1983
|
var RuleSummary$ = [3, n0, _RSule,
|
|
@@ -1913,7 +1997,7 @@ var ServerCertificate$ = [3, n0, _SCe,
|
|
|
1913
1997
|
];
|
|
1914
1998
|
var ServerCertificateConfiguration$ = [3, n0, _SCC,
|
|
1915
1999
|
0,
|
|
1916
|
-
[_SCer, _Sco,
|
|
2000
|
+
[_SCer, _Sco, _CAAe, _CCRS],
|
|
1917
2001
|
[() => ServerCertificates, () => ServerCertificateScopes, 0, () => CheckCertificateRevocationStatusActions$]
|
|
1918
2002
|
];
|
|
1919
2003
|
var ServerCertificateScope$ = [3, n0, _SCS,
|
|
@@ -1993,7 +2077,7 @@ var StatelessRuleGroupReference$ = [3, n0, _SRGRtat,
|
|
|
1993
2077
|
];
|
|
1994
2078
|
var StatelessRulesAndCustomActions$ = [3, n0, _SRACA,
|
|
1995
2079
|
0,
|
|
1996
|
-
[_SRtat,
|
|
2080
|
+
[_SRtat, _CAus],
|
|
1997
2081
|
[() => StatelessRules, () => CustomActions], 1
|
|
1998
2082
|
];
|
|
1999
2083
|
var SubnetMapping$ = [3, n0, _SMu,
|
|
@@ -2018,12 +2102,12 @@ var SyncState$ = [3, n0, _SSyn,
|
|
|
2018
2102
|
];
|
|
2019
2103
|
var Tag$ = [3, n0, _Tag,
|
|
2020
2104
|
0,
|
|
2021
|
-
[
|
|
2105
|
+
[_K, _V],
|
|
2022
2106
|
[0, 0], 2
|
|
2023
2107
|
];
|
|
2024
2108
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2025
2109
|
0,
|
|
2026
|
-
[_RA,
|
|
2110
|
+
[_RA, _Ta],
|
|
2027
2111
|
[0, () => TagList], 2
|
|
2028
2112
|
];
|
|
2029
2113
|
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -2053,7 +2137,7 @@ var TLSInspectionConfigurationMetadata$ = [3, n0, _TLSICM,
|
|
|
2053
2137
|
];
|
|
2054
2138
|
var TLSInspectionConfigurationResponse$ = [3, n0, _TLSICR,
|
|
2055
2139
|
0,
|
|
2056
|
-
[_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De,
|
|
2140
|
+
[_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De, _Ta, _LMT, _NOA, _EC, _Ce, _CAer],
|
|
2057
2141
|
[0, 0, 0, 0, 0, () => TagList, 4, 1, () => EncryptionConfiguration$, () => Certificates, () => TlsCertificateData$], 3
|
|
2058
2142
|
];
|
|
2059
2143
|
var TlsInterceptProperties$ = [3, n0, _TIP,
|
|
@@ -2096,6 +2180,16 @@ var UpdateAvailabilityZoneChangeProtectionResponse$ = [3, n0, _UAZCPRp,
|
|
|
2096
2180
|
[_UT, _FAi, _FN, _AZCP],
|
|
2097
2181
|
[0, 0, 0, 2]
|
|
2098
2182
|
];
|
|
2183
|
+
var UpdateContainerAssociationRequest$ = [3, n0, _UCAR,
|
|
2184
|
+
0,
|
|
2185
|
+
[_T, _CMCo, _UT, _CAN, _CAA, _De, _Ta],
|
|
2186
|
+
[0, () => ContainerMonitoringConfigurations, 0, 0, 0, 0, () => TagList], 3
|
|
2187
|
+
];
|
|
2188
|
+
var UpdateContainerAssociationResponse$ = [3, n0, _UCARp,
|
|
2189
|
+
0,
|
|
2190
|
+
[_CAN, _CAA, _De, _T, _CMCo, _S, _Ta, _UT],
|
|
2191
|
+
[0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList, 0]
|
|
2192
|
+
];
|
|
2099
2193
|
var UpdateFirewallAnalysisSettingsRequest$ = [3, n0, _UFASR,
|
|
2100
2194
|
0,
|
|
2101
2195
|
[_EAT, _FAi, _FN, _UT],
|
|
@@ -2218,7 +2312,7 @@ var UpdateProxyRuleResponse$ = [3, n0, _UPRRp,
|
|
|
2218
2312
|
];
|
|
2219
2313
|
var UpdateRuleGroupRequest$ = [3, n0, _URGR,
|
|
2220
2314
|
0,
|
|
2221
|
-
[_UT, _RGAu, _RGNu, _RGu, _R,
|
|
2315
|
+
[_UT, _RGAu, _RGNu, _RGu, _R, _T, _De, _DR, _EC, _SMo, _ARG, _SC],
|
|
2222
2316
|
[0, 0, 0, () => RuleGroup$, 0, 0, 0, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 1
|
|
2223
2317
|
];
|
|
2224
2318
|
var UpdateRuleGroupResponse$ = [3, n0, _URGRp,
|
|
@@ -2248,7 +2342,7 @@ var UpdateTLSInspectionConfigurationResponse$ = [3, n0, _UTLSICRp,
|
|
|
2248
2342
|
];
|
|
2249
2343
|
var VpcEndpointAssociation$ = [3, n0, _VEA,
|
|
2250
2344
|
0,
|
|
2251
|
-
[_VEAA, _FAi, _VI, _SMu, _VEAI, _De,
|
|
2345
|
+
[_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _Ta],
|
|
2252
2346
|
[0, 0, 0, () => SubnetMapping$, 0, 0, () => TagList], 4
|
|
2253
2347
|
];
|
|
2254
2348
|
var VpcEndpointAssociationMetadata$ = [3, n0, _VEAM,
|
|
@@ -2279,10 +2373,19 @@ var AvailabilityZoneMappings = [1, n0, _AZM,
|
|
|
2279
2373
|
var Certificates = [1, n0, _Ce,
|
|
2280
2374
|
0, () => TlsCertificateData$
|
|
2281
2375
|
];
|
|
2376
|
+
var ContainerAssociations = [1, n0, _CAo,
|
|
2377
|
+
0, () => ContainerAssociationSummary$
|
|
2378
|
+
];
|
|
2379
|
+
var ContainerAttributes = [1, n0, _CAon,
|
|
2380
|
+
0, () => ContainerAttribute$
|
|
2381
|
+
];
|
|
2382
|
+
var ContainerMonitoringConfigurations = [1, n0, _CMCo,
|
|
2383
|
+
0, () => ContainerMonitoringConfiguration$
|
|
2384
|
+
];
|
|
2282
2385
|
var CreateProxyRuleList = [1, n0, _CPRL,
|
|
2283
2386
|
0, () => CreateProxyRule$
|
|
2284
2387
|
];
|
|
2285
|
-
var CustomActions = [1, n0,
|
|
2388
|
+
var CustomActions = [1, n0, _CAus,
|
|
2286
2389
|
0, () => CustomAction$
|
|
2287
2390
|
];
|
|
2288
2391
|
var Dimensions = [1, n0, _Dim,
|
|
@@ -2429,6 +2532,9 @@ var AssociateSubnets$ = [9, n0, _AS,
|
|
|
2429
2532
|
var AttachRuleGroupsToProxyConfiguration$ = [9, n0, _ARGTPC,
|
|
2430
2533
|
0, () => AttachRuleGroupsToProxyConfigurationRequest$, () => AttachRuleGroupsToProxyConfigurationResponse$
|
|
2431
2534
|
];
|
|
2535
|
+
var CreateContainerAssociation$ = [9, n0, _CCA,
|
|
2536
|
+
0, () => CreateContainerAssociationRequest$, () => CreateContainerAssociationResponse$
|
|
2537
|
+
];
|
|
2432
2538
|
var CreateFirewall$ = [9, n0, _CF,
|
|
2433
2539
|
0, () => CreateFirewallRequest$, () => CreateFirewallResponse$
|
|
2434
2540
|
];
|
|
@@ -2456,6 +2562,9 @@ var CreateTLSInspectionConfiguration$ = [9, n0, _CTLSIC,
|
|
|
2456
2562
|
var CreateVpcEndpointAssociation$ = [9, n0, _CVEA,
|
|
2457
2563
|
0, () => CreateVpcEndpointAssociationRequest$, () => CreateVpcEndpointAssociationResponse$
|
|
2458
2564
|
];
|
|
2565
|
+
var DeleteContainerAssociation$ = [9, n0, _DCA,
|
|
2566
|
+
0, () => DeleteContainerAssociationRequest$, () => DeleteContainerAssociationResponse$
|
|
2567
|
+
];
|
|
2459
2568
|
var DeleteFirewall$ = [9, n0, _DF,
|
|
2460
2569
|
0, () => DeleteFirewallRequest$, () => DeleteFirewallResponse$
|
|
2461
2570
|
];
|
|
@@ -2489,6 +2598,9 @@ var DeleteTLSInspectionConfiguration$ = [9, n0, _DTLSIC,
|
|
|
2489
2598
|
var DeleteVpcEndpointAssociation$ = [9, n0, _DVEA,
|
|
2490
2599
|
0, () => DeleteVpcEndpointAssociationRequest$, () => DeleteVpcEndpointAssociationResponse$
|
|
2491
2600
|
];
|
|
2601
|
+
var DescribeContainerAssociation$ = [9, n0, _DCAe,
|
|
2602
|
+
0, () => DescribeContainerAssociationRequest$, () => DescribeContainerAssociationResponse$
|
|
2603
|
+
];
|
|
2492
2604
|
var DescribeFirewall$ = [9, n0, _DFe,
|
|
2493
2605
|
0, () => DescribeFirewallRequest$, () => DescribeFirewallResponse$
|
|
2494
2606
|
];
|
|
@@ -2549,6 +2661,9 @@ var GetAnalysisReportResults$ = [9, n0, _GARR,
|
|
|
2549
2661
|
var ListAnalysisReports$ = [9, n0, _LAR,
|
|
2550
2662
|
0, () => ListAnalysisReportsRequest$, () => ListAnalysisReportsResponse$
|
|
2551
2663
|
];
|
|
2664
|
+
var ListContainerAssociations$ = [9, n0, _LCA,
|
|
2665
|
+
0, () => ListContainerAssociationsRequest$, () => ListContainerAssociationsResponse$
|
|
2666
|
+
];
|
|
2552
2667
|
var ListFirewallPolicies$ = [9, n0, _LFP,
|
|
2553
2668
|
0, () => ListFirewallPoliciesRequest$, () => ListFirewallPoliciesResponse$
|
|
2554
2669
|
];
|
|
@@ -2606,6 +2721,9 @@ var UntagResource$ = [9, n0, _UR,
|
|
|
2606
2721
|
var UpdateAvailabilityZoneChangeProtection$ = [9, n0, _UAZCP,
|
|
2607
2722
|
0, () => UpdateAvailabilityZoneChangeProtectionRequest$, () => UpdateAvailabilityZoneChangeProtectionResponse$
|
|
2608
2723
|
];
|
|
2724
|
+
var UpdateContainerAssociation$ = [9, n0, _UCA,
|
|
2725
|
+
0, () => UpdateContainerAssociationRequest$, () => UpdateContainerAssociationResponse$
|
|
2726
|
+
];
|
|
2609
2727
|
var UpdateFirewallAnalysisSettings$ = [9, n0, _UFAS,
|
|
2610
2728
|
0, () => UpdateFirewallAnalysisSettingsRequest$, () => UpdateFirewallAnalysisSettingsResponse$
|
|
2611
2729
|
];
|
|
@@ -2677,6 +2795,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2677
2795
|
serviceTarget: "NetworkFirewall_20201112",
|
|
2678
2796
|
},
|
|
2679
2797
|
serviceId: config?.serviceId ?? "Network Firewall",
|
|
2798
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2680
2799
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2681
2800
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2682
2801
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2710,7 +2829,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2710
2829
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2711
2830
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2712
2831
|
}, config),
|
|
2713
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2714
2832
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2715
2833
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2716
2834
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2798,958 +2916,268 @@ class NetworkFirewallClient extends Client {
|
|
|
2798
2916
|
}
|
|
2799
2917
|
}
|
|
2800
2918
|
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
}
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
.sc(AcceptNetworkFirewallTransitGatewayAttachment$)
|
|
2810
|
-
.build() {
|
|
2919
|
+
const command = makeBuilder(commonParams, "NetworkFirewall_20201112", "NetworkFirewallClient", getEndpointPlugin);
|
|
2920
|
+
const _ep0 = {};
|
|
2921
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2922
|
+
|
|
2923
|
+
class AcceptNetworkFirewallTransitGatewayAttachmentCommand extends command(_ep0, _mw0, "AcceptNetworkFirewallTransitGatewayAttachment", AcceptNetworkFirewallTransitGatewayAttachment$) {
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2926
|
+
class AssociateAvailabilityZonesCommand extends command(_ep0, _mw0, "AssociateAvailabilityZones", AssociateAvailabilityZones$) {
|
|
2811
2927
|
}
|
|
2812
2928
|
|
|
2813
|
-
class
|
|
2814
|
-
.classBuilder()
|
|
2815
|
-
.ep(commonParams)
|
|
2816
|
-
.m(function (Command, cs, config, o) {
|
|
2817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2818
|
-
})
|
|
2819
|
-
.s("NetworkFirewall_20201112", "AssociateAvailabilityZones", {})
|
|
2820
|
-
.n("NetworkFirewallClient", "AssociateAvailabilityZonesCommand")
|
|
2821
|
-
.sc(AssociateAvailabilityZones$)
|
|
2822
|
-
.build() {
|
|
2929
|
+
class AssociateFirewallPolicyCommand extends command(_ep0, _mw0, "AssociateFirewallPolicy", AssociateFirewallPolicy$) {
|
|
2823
2930
|
}
|
|
2824
2931
|
|
|
2825
|
-
class
|
|
2826
|
-
.classBuilder()
|
|
2827
|
-
.ep(commonParams)
|
|
2828
|
-
.m(function (Command, cs, config, o) {
|
|
2829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2830
|
-
})
|
|
2831
|
-
.s("NetworkFirewall_20201112", "AssociateFirewallPolicy", {})
|
|
2832
|
-
.n("NetworkFirewallClient", "AssociateFirewallPolicyCommand")
|
|
2833
|
-
.sc(AssociateFirewallPolicy$)
|
|
2834
|
-
.build() {
|
|
2932
|
+
class AssociateSubnetsCommand extends command(_ep0, _mw0, "AssociateSubnets", AssociateSubnets$) {
|
|
2835
2933
|
}
|
|
2836
2934
|
|
|
2837
|
-
class
|
|
2838
|
-
.classBuilder()
|
|
2839
|
-
.ep(commonParams)
|
|
2840
|
-
.m(function (Command, cs, config, o) {
|
|
2841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2842
|
-
})
|
|
2843
|
-
.s("NetworkFirewall_20201112", "AssociateSubnets", {})
|
|
2844
|
-
.n("NetworkFirewallClient", "AssociateSubnetsCommand")
|
|
2845
|
-
.sc(AssociateSubnets$)
|
|
2846
|
-
.build() {
|
|
2935
|
+
class AttachRuleGroupsToProxyConfigurationCommand extends command(_ep0, _mw0, "AttachRuleGroupsToProxyConfiguration", AttachRuleGroupsToProxyConfiguration$) {
|
|
2847
2936
|
}
|
|
2848
2937
|
|
|
2849
|
-
class
|
|
2850
|
-
.classBuilder()
|
|
2851
|
-
.ep(commonParams)
|
|
2852
|
-
.m(function (Command, cs, config, o) {
|
|
2853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2854
|
-
})
|
|
2855
|
-
.s("NetworkFirewall_20201112", "AttachRuleGroupsToProxyConfiguration", {})
|
|
2856
|
-
.n("NetworkFirewallClient", "AttachRuleGroupsToProxyConfigurationCommand")
|
|
2857
|
-
.sc(AttachRuleGroupsToProxyConfiguration$)
|
|
2858
|
-
.build() {
|
|
2938
|
+
class CreateContainerAssociationCommand extends command(_ep0, _mw0, "CreateContainerAssociation", CreateContainerAssociation$) {
|
|
2859
2939
|
}
|
|
2860
2940
|
|
|
2861
|
-
class CreateFirewallCommand extends
|
|
2862
|
-
.classBuilder()
|
|
2863
|
-
.ep(commonParams)
|
|
2864
|
-
.m(function (Command, cs, config, o) {
|
|
2865
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2866
|
-
})
|
|
2867
|
-
.s("NetworkFirewall_20201112", "CreateFirewall", {})
|
|
2868
|
-
.n("NetworkFirewallClient", "CreateFirewallCommand")
|
|
2869
|
-
.sc(CreateFirewall$)
|
|
2870
|
-
.build() {
|
|
2941
|
+
class CreateFirewallCommand extends command(_ep0, _mw0, "CreateFirewall", CreateFirewall$) {
|
|
2871
2942
|
}
|
|
2872
2943
|
|
|
2873
|
-
class CreateFirewallPolicyCommand extends
|
|
2874
|
-
.classBuilder()
|
|
2875
|
-
.ep(commonParams)
|
|
2876
|
-
.m(function (Command, cs, config, o) {
|
|
2877
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2878
|
-
})
|
|
2879
|
-
.s("NetworkFirewall_20201112", "CreateFirewallPolicy", {})
|
|
2880
|
-
.n("NetworkFirewallClient", "CreateFirewallPolicyCommand")
|
|
2881
|
-
.sc(CreateFirewallPolicy$)
|
|
2882
|
-
.build() {
|
|
2944
|
+
class CreateFirewallPolicyCommand extends command(_ep0, _mw0, "CreateFirewallPolicy", CreateFirewallPolicy$) {
|
|
2883
2945
|
}
|
|
2884
2946
|
|
|
2885
|
-
class CreateProxyCommand extends
|
|
2886
|
-
.classBuilder()
|
|
2887
|
-
.ep(commonParams)
|
|
2888
|
-
.m(function (Command, cs, config, o) {
|
|
2889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2890
|
-
})
|
|
2891
|
-
.s("NetworkFirewall_20201112", "CreateProxy", {})
|
|
2892
|
-
.n("NetworkFirewallClient", "CreateProxyCommand")
|
|
2893
|
-
.sc(CreateProxy$)
|
|
2894
|
-
.build() {
|
|
2947
|
+
class CreateProxyCommand extends command(_ep0, _mw0, "CreateProxy", CreateProxy$) {
|
|
2895
2948
|
}
|
|
2896
2949
|
|
|
2897
|
-
class CreateProxyConfigurationCommand extends
|
|
2898
|
-
.classBuilder()
|
|
2899
|
-
.ep(commonParams)
|
|
2900
|
-
.m(function (Command, cs, config, o) {
|
|
2901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2902
|
-
})
|
|
2903
|
-
.s("NetworkFirewall_20201112", "CreateProxyConfiguration", {})
|
|
2904
|
-
.n("NetworkFirewallClient", "CreateProxyConfigurationCommand")
|
|
2905
|
-
.sc(CreateProxyConfiguration$)
|
|
2906
|
-
.build() {
|
|
2950
|
+
class CreateProxyConfigurationCommand extends command(_ep0, _mw0, "CreateProxyConfiguration", CreateProxyConfiguration$) {
|
|
2907
2951
|
}
|
|
2908
2952
|
|
|
2909
|
-
class CreateProxyRuleGroupCommand extends
|
|
2910
|
-
.classBuilder()
|
|
2911
|
-
.ep(commonParams)
|
|
2912
|
-
.m(function (Command, cs, config, o) {
|
|
2913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2914
|
-
})
|
|
2915
|
-
.s("NetworkFirewall_20201112", "CreateProxyRuleGroup", {})
|
|
2916
|
-
.n("NetworkFirewallClient", "CreateProxyRuleGroupCommand")
|
|
2917
|
-
.sc(CreateProxyRuleGroup$)
|
|
2918
|
-
.build() {
|
|
2953
|
+
class CreateProxyRuleGroupCommand extends command(_ep0, _mw0, "CreateProxyRuleGroup", CreateProxyRuleGroup$) {
|
|
2919
2954
|
}
|
|
2920
2955
|
|
|
2921
|
-
class CreateProxyRulesCommand extends
|
|
2922
|
-
.classBuilder()
|
|
2923
|
-
.ep(commonParams)
|
|
2924
|
-
.m(function (Command, cs, config, o) {
|
|
2925
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2926
|
-
})
|
|
2927
|
-
.s("NetworkFirewall_20201112", "CreateProxyRules", {})
|
|
2928
|
-
.n("NetworkFirewallClient", "CreateProxyRulesCommand")
|
|
2929
|
-
.sc(CreateProxyRules$)
|
|
2930
|
-
.build() {
|
|
2956
|
+
class CreateProxyRulesCommand extends command(_ep0, _mw0, "CreateProxyRules", CreateProxyRules$) {
|
|
2931
2957
|
}
|
|
2932
2958
|
|
|
2933
|
-
class CreateRuleGroupCommand extends
|
|
2934
|
-
.classBuilder()
|
|
2935
|
-
.ep(commonParams)
|
|
2936
|
-
.m(function (Command, cs, config, o) {
|
|
2937
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2938
|
-
})
|
|
2939
|
-
.s("NetworkFirewall_20201112", "CreateRuleGroup", {})
|
|
2940
|
-
.n("NetworkFirewallClient", "CreateRuleGroupCommand")
|
|
2941
|
-
.sc(CreateRuleGroup$)
|
|
2942
|
-
.build() {
|
|
2959
|
+
class CreateRuleGroupCommand extends command(_ep0, _mw0, "CreateRuleGroup", CreateRuleGroup$) {
|
|
2943
2960
|
}
|
|
2944
2961
|
|
|
2945
|
-
class CreateTLSInspectionConfigurationCommand extends
|
|
2946
|
-
.classBuilder()
|
|
2947
|
-
.ep(commonParams)
|
|
2948
|
-
.m(function (Command, cs, config, o) {
|
|
2949
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2950
|
-
})
|
|
2951
|
-
.s("NetworkFirewall_20201112", "CreateTLSInspectionConfiguration", {})
|
|
2952
|
-
.n("NetworkFirewallClient", "CreateTLSInspectionConfigurationCommand")
|
|
2953
|
-
.sc(CreateTLSInspectionConfiguration$)
|
|
2954
|
-
.build() {
|
|
2962
|
+
class CreateTLSInspectionConfigurationCommand extends command(_ep0, _mw0, "CreateTLSInspectionConfiguration", CreateTLSInspectionConfiguration$) {
|
|
2955
2963
|
}
|
|
2956
2964
|
|
|
2957
|
-
class CreateVpcEndpointAssociationCommand extends
|
|
2958
|
-
.classBuilder()
|
|
2959
|
-
.ep(commonParams)
|
|
2960
|
-
.m(function (Command, cs, config, o) {
|
|
2961
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2962
|
-
})
|
|
2963
|
-
.s("NetworkFirewall_20201112", "CreateVpcEndpointAssociation", {})
|
|
2964
|
-
.n("NetworkFirewallClient", "CreateVpcEndpointAssociationCommand")
|
|
2965
|
-
.sc(CreateVpcEndpointAssociation$)
|
|
2966
|
-
.build() {
|
|
2965
|
+
class CreateVpcEndpointAssociationCommand extends command(_ep0, _mw0, "CreateVpcEndpointAssociation", CreateVpcEndpointAssociation$) {
|
|
2967
2966
|
}
|
|
2968
2967
|
|
|
2969
|
-
class
|
|
2970
|
-
.classBuilder()
|
|
2971
|
-
.ep(commonParams)
|
|
2972
|
-
.m(function (Command, cs, config, o) {
|
|
2973
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2974
|
-
})
|
|
2975
|
-
.s("NetworkFirewall_20201112", "DeleteFirewall", {})
|
|
2976
|
-
.n("NetworkFirewallClient", "DeleteFirewallCommand")
|
|
2977
|
-
.sc(DeleteFirewall$)
|
|
2978
|
-
.build() {
|
|
2968
|
+
class DeleteContainerAssociationCommand extends command(_ep0, _mw0, "DeleteContainerAssociation", DeleteContainerAssociation$) {
|
|
2979
2969
|
}
|
|
2980
2970
|
|
|
2981
|
-
class
|
|
2982
|
-
.classBuilder()
|
|
2983
|
-
.ep(commonParams)
|
|
2984
|
-
.m(function (Command, cs, config, o) {
|
|
2985
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2986
|
-
})
|
|
2987
|
-
.s("NetworkFirewall_20201112", "DeleteFirewallPolicy", {})
|
|
2988
|
-
.n("NetworkFirewallClient", "DeleteFirewallPolicyCommand")
|
|
2989
|
-
.sc(DeleteFirewallPolicy$)
|
|
2990
|
-
.build() {
|
|
2971
|
+
class DeleteFirewallCommand extends command(_ep0, _mw0, "DeleteFirewall", DeleteFirewall$) {
|
|
2991
2972
|
}
|
|
2992
2973
|
|
|
2993
|
-
class
|
|
2994
|
-
.classBuilder()
|
|
2995
|
-
.ep(commonParams)
|
|
2996
|
-
.m(function (Command, cs, config, o) {
|
|
2997
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2998
|
-
})
|
|
2999
|
-
.s("NetworkFirewall_20201112", "DeleteNetworkFirewallTransitGatewayAttachment", {})
|
|
3000
|
-
.n("NetworkFirewallClient", "DeleteNetworkFirewallTransitGatewayAttachmentCommand")
|
|
3001
|
-
.sc(DeleteNetworkFirewallTransitGatewayAttachment$)
|
|
3002
|
-
.build() {
|
|
2974
|
+
class DeleteFirewallPolicyCommand extends command(_ep0, _mw0, "DeleteFirewallPolicy", DeleteFirewallPolicy$) {
|
|
3003
2975
|
}
|
|
3004
2976
|
|
|
3005
|
-
class
|
|
3006
|
-
.classBuilder()
|
|
3007
|
-
.ep(commonParams)
|
|
3008
|
-
.m(function (Command, cs, config, o) {
|
|
3009
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3010
|
-
})
|
|
3011
|
-
.s("NetworkFirewall_20201112", "DeleteProxy", {})
|
|
3012
|
-
.n("NetworkFirewallClient", "DeleteProxyCommand")
|
|
3013
|
-
.sc(DeleteProxy$)
|
|
3014
|
-
.build() {
|
|
2977
|
+
class DeleteNetworkFirewallTransitGatewayAttachmentCommand extends command(_ep0, _mw0, "DeleteNetworkFirewallTransitGatewayAttachment", DeleteNetworkFirewallTransitGatewayAttachment$) {
|
|
3015
2978
|
}
|
|
3016
2979
|
|
|
3017
|
-
class
|
|
3018
|
-
.classBuilder()
|
|
3019
|
-
.ep(commonParams)
|
|
3020
|
-
.m(function (Command, cs, config, o) {
|
|
3021
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3022
|
-
})
|
|
3023
|
-
.s("NetworkFirewall_20201112", "DeleteProxyConfiguration", {})
|
|
3024
|
-
.n("NetworkFirewallClient", "DeleteProxyConfigurationCommand")
|
|
3025
|
-
.sc(DeleteProxyConfiguration$)
|
|
3026
|
-
.build() {
|
|
2980
|
+
class DeleteProxyCommand extends command(_ep0, _mw0, "DeleteProxy", DeleteProxy$) {
|
|
3027
2981
|
}
|
|
3028
2982
|
|
|
3029
|
-
class
|
|
3030
|
-
.classBuilder()
|
|
3031
|
-
.ep(commonParams)
|
|
3032
|
-
.m(function (Command, cs, config, o) {
|
|
3033
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3034
|
-
})
|
|
3035
|
-
.s("NetworkFirewall_20201112", "DeleteProxyRuleGroup", {})
|
|
3036
|
-
.n("NetworkFirewallClient", "DeleteProxyRuleGroupCommand")
|
|
3037
|
-
.sc(DeleteProxyRuleGroup$)
|
|
3038
|
-
.build() {
|
|
2983
|
+
class DeleteProxyConfigurationCommand extends command(_ep0, _mw0, "DeleteProxyConfiguration", DeleteProxyConfiguration$) {
|
|
3039
2984
|
}
|
|
3040
2985
|
|
|
3041
|
-
class
|
|
3042
|
-
.classBuilder()
|
|
3043
|
-
.ep(commonParams)
|
|
3044
|
-
.m(function (Command, cs, config, o) {
|
|
3045
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3046
|
-
})
|
|
3047
|
-
.s("NetworkFirewall_20201112", "DeleteProxyRules", {})
|
|
3048
|
-
.n("NetworkFirewallClient", "DeleteProxyRulesCommand")
|
|
3049
|
-
.sc(DeleteProxyRules$)
|
|
3050
|
-
.build() {
|
|
2986
|
+
class DeleteProxyRuleGroupCommand extends command(_ep0, _mw0, "DeleteProxyRuleGroup", DeleteProxyRuleGroup$) {
|
|
3051
2987
|
}
|
|
3052
2988
|
|
|
3053
|
-
class
|
|
3054
|
-
.classBuilder()
|
|
3055
|
-
.ep(commonParams)
|
|
3056
|
-
.m(function (Command, cs, config, o) {
|
|
3057
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3058
|
-
})
|
|
3059
|
-
.s("NetworkFirewall_20201112", "DeleteResourcePolicy", {})
|
|
3060
|
-
.n("NetworkFirewallClient", "DeleteResourcePolicyCommand")
|
|
3061
|
-
.sc(DeleteResourcePolicy$)
|
|
3062
|
-
.build() {
|
|
2989
|
+
class DeleteProxyRulesCommand extends command(_ep0, _mw0, "DeleteProxyRules", DeleteProxyRules$) {
|
|
3063
2990
|
}
|
|
3064
2991
|
|
|
3065
|
-
class
|
|
3066
|
-
.classBuilder()
|
|
3067
|
-
.ep(commonParams)
|
|
3068
|
-
.m(function (Command, cs, config, o) {
|
|
3069
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3070
|
-
})
|
|
3071
|
-
.s("NetworkFirewall_20201112", "DeleteRuleGroup", {})
|
|
3072
|
-
.n("NetworkFirewallClient", "DeleteRuleGroupCommand")
|
|
3073
|
-
.sc(DeleteRuleGroup$)
|
|
3074
|
-
.build() {
|
|
2992
|
+
class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
3075
2993
|
}
|
|
3076
2994
|
|
|
3077
|
-
class
|
|
3078
|
-
.classBuilder()
|
|
3079
|
-
.ep(commonParams)
|
|
3080
|
-
.m(function (Command, cs, config, o) {
|
|
3081
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3082
|
-
})
|
|
3083
|
-
.s("NetworkFirewall_20201112", "DeleteTLSInspectionConfiguration", {})
|
|
3084
|
-
.n("NetworkFirewallClient", "DeleteTLSInspectionConfigurationCommand")
|
|
3085
|
-
.sc(DeleteTLSInspectionConfiguration$)
|
|
3086
|
-
.build() {
|
|
2995
|
+
class DeleteRuleGroupCommand extends command(_ep0, _mw0, "DeleteRuleGroup", DeleteRuleGroup$) {
|
|
3087
2996
|
}
|
|
3088
2997
|
|
|
3089
|
-
class
|
|
3090
|
-
.classBuilder()
|
|
3091
|
-
.ep(commonParams)
|
|
3092
|
-
.m(function (Command, cs, config, o) {
|
|
3093
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3094
|
-
})
|
|
3095
|
-
.s("NetworkFirewall_20201112", "DeleteVpcEndpointAssociation", {})
|
|
3096
|
-
.n("NetworkFirewallClient", "DeleteVpcEndpointAssociationCommand")
|
|
3097
|
-
.sc(DeleteVpcEndpointAssociation$)
|
|
3098
|
-
.build() {
|
|
2998
|
+
class DeleteTLSInspectionConfigurationCommand extends command(_ep0, _mw0, "DeleteTLSInspectionConfiguration", DeleteTLSInspectionConfiguration$) {
|
|
3099
2999
|
}
|
|
3100
3000
|
|
|
3101
|
-
class
|
|
3102
|
-
.classBuilder()
|
|
3103
|
-
.ep(commonParams)
|
|
3104
|
-
.m(function (Command, cs, config, o) {
|
|
3105
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3106
|
-
})
|
|
3107
|
-
.s("NetworkFirewall_20201112", "DescribeFirewall", {})
|
|
3108
|
-
.n("NetworkFirewallClient", "DescribeFirewallCommand")
|
|
3109
|
-
.sc(DescribeFirewall$)
|
|
3110
|
-
.build() {
|
|
3001
|
+
class DeleteVpcEndpointAssociationCommand extends command(_ep0, _mw0, "DeleteVpcEndpointAssociation", DeleteVpcEndpointAssociation$) {
|
|
3111
3002
|
}
|
|
3112
3003
|
|
|
3113
|
-
class
|
|
3114
|
-
.classBuilder()
|
|
3115
|
-
.ep(commonParams)
|
|
3116
|
-
.m(function (Command, cs, config, o) {
|
|
3117
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3118
|
-
})
|
|
3119
|
-
.s("NetworkFirewall_20201112", "DescribeFirewallMetadata", {})
|
|
3120
|
-
.n("NetworkFirewallClient", "DescribeFirewallMetadataCommand")
|
|
3121
|
-
.sc(DescribeFirewallMetadata$)
|
|
3122
|
-
.build() {
|
|
3004
|
+
class DescribeContainerAssociationCommand extends command(_ep0, _mw0, "DescribeContainerAssociation", DescribeContainerAssociation$) {
|
|
3123
3005
|
}
|
|
3124
3006
|
|
|
3125
|
-
class
|
|
3126
|
-
.classBuilder()
|
|
3127
|
-
.ep(commonParams)
|
|
3128
|
-
.m(function (Command, cs, config, o) {
|
|
3129
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3130
|
-
})
|
|
3131
|
-
.s("NetworkFirewall_20201112", "DescribeFirewallPolicy", {})
|
|
3132
|
-
.n("NetworkFirewallClient", "DescribeFirewallPolicyCommand")
|
|
3133
|
-
.sc(DescribeFirewallPolicy$)
|
|
3134
|
-
.build() {
|
|
3007
|
+
class DescribeFirewallCommand extends command(_ep0, _mw0, "DescribeFirewall", DescribeFirewall$) {
|
|
3135
3008
|
}
|
|
3136
3009
|
|
|
3137
|
-
class
|
|
3138
|
-
.classBuilder()
|
|
3139
|
-
.ep(commonParams)
|
|
3140
|
-
.m(function (Command, cs, config, o) {
|
|
3141
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3142
|
-
})
|
|
3143
|
-
.s("NetworkFirewall_20201112", "DescribeFlowOperation", {})
|
|
3144
|
-
.n("NetworkFirewallClient", "DescribeFlowOperationCommand")
|
|
3145
|
-
.sc(DescribeFlowOperation$)
|
|
3146
|
-
.build() {
|
|
3010
|
+
class DescribeFirewallMetadataCommand extends command(_ep0, _mw0, "DescribeFirewallMetadata", DescribeFirewallMetadata$) {
|
|
3147
3011
|
}
|
|
3148
3012
|
|
|
3149
|
-
class
|
|
3150
|
-
.classBuilder()
|
|
3151
|
-
.ep(commonParams)
|
|
3152
|
-
.m(function (Command, cs, config, o) {
|
|
3153
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3154
|
-
})
|
|
3155
|
-
.s("NetworkFirewall_20201112", "DescribeLoggingConfiguration", {})
|
|
3156
|
-
.n("NetworkFirewallClient", "DescribeLoggingConfigurationCommand")
|
|
3157
|
-
.sc(DescribeLoggingConfiguration$)
|
|
3158
|
-
.build() {
|
|
3013
|
+
class DescribeFirewallPolicyCommand extends command(_ep0, _mw0, "DescribeFirewallPolicy", DescribeFirewallPolicy$) {
|
|
3159
3014
|
}
|
|
3160
3015
|
|
|
3161
|
-
class
|
|
3162
|
-
.classBuilder()
|
|
3163
|
-
.ep(commonParams)
|
|
3164
|
-
.m(function (Command, cs, config, o) {
|
|
3165
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3166
|
-
})
|
|
3167
|
-
.s("NetworkFirewall_20201112", "DescribeProxy", {})
|
|
3168
|
-
.n("NetworkFirewallClient", "DescribeProxyCommand")
|
|
3169
|
-
.sc(DescribeProxy$)
|
|
3170
|
-
.build() {
|
|
3016
|
+
class DescribeFlowOperationCommand extends command(_ep0, _mw0, "DescribeFlowOperation", DescribeFlowOperation$) {
|
|
3171
3017
|
}
|
|
3172
3018
|
|
|
3173
|
-
class
|
|
3174
|
-
.classBuilder()
|
|
3175
|
-
.ep(commonParams)
|
|
3176
|
-
.m(function (Command, cs, config, o) {
|
|
3177
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3178
|
-
})
|
|
3179
|
-
.s("NetworkFirewall_20201112", "DescribeProxyConfiguration", {})
|
|
3180
|
-
.n("NetworkFirewallClient", "DescribeProxyConfigurationCommand")
|
|
3181
|
-
.sc(DescribeProxyConfiguration$)
|
|
3182
|
-
.build() {
|
|
3019
|
+
class DescribeLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeLoggingConfiguration", DescribeLoggingConfiguration$) {
|
|
3183
3020
|
}
|
|
3184
3021
|
|
|
3185
|
-
class
|
|
3186
|
-
.classBuilder()
|
|
3187
|
-
.ep(commonParams)
|
|
3188
|
-
.m(function (Command, cs, config, o) {
|
|
3189
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3190
|
-
})
|
|
3191
|
-
.s("NetworkFirewall_20201112", "DescribeProxyRule", {})
|
|
3192
|
-
.n("NetworkFirewallClient", "DescribeProxyRuleCommand")
|
|
3193
|
-
.sc(DescribeProxyRule$)
|
|
3194
|
-
.build() {
|
|
3022
|
+
class DescribeProxyCommand extends command(_ep0, _mw0, "DescribeProxy", DescribeProxy$) {
|
|
3195
3023
|
}
|
|
3196
3024
|
|
|
3197
|
-
class
|
|
3198
|
-
.classBuilder()
|
|
3199
|
-
.ep(commonParams)
|
|
3200
|
-
.m(function (Command, cs, config, o) {
|
|
3201
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3202
|
-
})
|
|
3203
|
-
.s("NetworkFirewall_20201112", "DescribeProxyRuleGroup", {})
|
|
3204
|
-
.n("NetworkFirewallClient", "DescribeProxyRuleGroupCommand")
|
|
3205
|
-
.sc(DescribeProxyRuleGroup$)
|
|
3206
|
-
.build() {
|
|
3025
|
+
class DescribeProxyConfigurationCommand extends command(_ep0, _mw0, "DescribeProxyConfiguration", DescribeProxyConfiguration$) {
|
|
3207
3026
|
}
|
|
3208
3027
|
|
|
3209
|
-
class
|
|
3210
|
-
.classBuilder()
|
|
3211
|
-
.ep(commonParams)
|
|
3212
|
-
.m(function (Command, cs, config, o) {
|
|
3213
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3214
|
-
})
|
|
3215
|
-
.s("NetworkFirewall_20201112", "DescribeResourcePolicy", {})
|
|
3216
|
-
.n("NetworkFirewallClient", "DescribeResourcePolicyCommand")
|
|
3217
|
-
.sc(DescribeResourcePolicy$)
|
|
3218
|
-
.build() {
|
|
3028
|
+
class DescribeProxyRuleCommand extends command(_ep0, _mw0, "DescribeProxyRule", DescribeProxyRule$) {
|
|
3219
3029
|
}
|
|
3220
3030
|
|
|
3221
|
-
class
|
|
3222
|
-
.classBuilder()
|
|
3223
|
-
.ep(commonParams)
|
|
3224
|
-
.m(function (Command, cs, config, o) {
|
|
3225
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3226
|
-
})
|
|
3227
|
-
.s("NetworkFirewall_20201112", "DescribeRuleGroup", {})
|
|
3228
|
-
.n("NetworkFirewallClient", "DescribeRuleGroupCommand")
|
|
3229
|
-
.sc(DescribeRuleGroup$)
|
|
3230
|
-
.build() {
|
|
3031
|
+
class DescribeProxyRuleGroupCommand extends command(_ep0, _mw0, "DescribeProxyRuleGroup", DescribeProxyRuleGroup$) {
|
|
3231
3032
|
}
|
|
3232
3033
|
|
|
3233
|
-
class
|
|
3234
|
-
.classBuilder()
|
|
3235
|
-
.ep(commonParams)
|
|
3236
|
-
.m(function (Command, cs, config, o) {
|
|
3237
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3238
|
-
})
|
|
3239
|
-
.s("NetworkFirewall_20201112", "DescribeRuleGroupMetadata", {})
|
|
3240
|
-
.n("NetworkFirewallClient", "DescribeRuleGroupMetadataCommand")
|
|
3241
|
-
.sc(DescribeRuleGroupMetadata$)
|
|
3242
|
-
.build() {
|
|
3034
|
+
class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
|
|
3243
3035
|
}
|
|
3244
3036
|
|
|
3245
|
-
class
|
|
3246
|
-
.classBuilder()
|
|
3247
|
-
.ep(commonParams)
|
|
3248
|
-
.m(function (Command, cs, config, o) {
|
|
3249
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3250
|
-
})
|
|
3251
|
-
.s("NetworkFirewall_20201112", "DescribeRuleGroupSummary", {})
|
|
3252
|
-
.n("NetworkFirewallClient", "DescribeRuleGroupSummaryCommand")
|
|
3253
|
-
.sc(DescribeRuleGroupSummary$)
|
|
3254
|
-
.build() {
|
|
3037
|
+
class DescribeRuleGroupCommand extends command(_ep0, _mw0, "DescribeRuleGroup", DescribeRuleGroup$) {
|
|
3255
3038
|
}
|
|
3256
3039
|
|
|
3257
|
-
class
|
|
3258
|
-
.classBuilder()
|
|
3259
|
-
.ep(commonParams)
|
|
3260
|
-
.m(function (Command, cs, config, o) {
|
|
3261
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3262
|
-
})
|
|
3263
|
-
.s("NetworkFirewall_20201112", "DescribeTLSInspectionConfiguration", {})
|
|
3264
|
-
.n("NetworkFirewallClient", "DescribeTLSInspectionConfigurationCommand")
|
|
3265
|
-
.sc(DescribeTLSInspectionConfiguration$)
|
|
3266
|
-
.build() {
|
|
3040
|
+
class DescribeRuleGroupMetadataCommand extends command(_ep0, _mw0, "DescribeRuleGroupMetadata", DescribeRuleGroupMetadata$) {
|
|
3267
3041
|
}
|
|
3268
3042
|
|
|
3269
|
-
class
|
|
3270
|
-
.classBuilder()
|
|
3271
|
-
.ep(commonParams)
|
|
3272
|
-
.m(function (Command, cs, config, o) {
|
|
3273
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3274
|
-
})
|
|
3275
|
-
.s("NetworkFirewall_20201112", "DescribeVpcEndpointAssociation", {})
|
|
3276
|
-
.n("NetworkFirewallClient", "DescribeVpcEndpointAssociationCommand")
|
|
3277
|
-
.sc(DescribeVpcEndpointAssociation$)
|
|
3278
|
-
.build() {
|
|
3043
|
+
class DescribeRuleGroupSummaryCommand extends command(_ep0, _mw0, "DescribeRuleGroupSummary", DescribeRuleGroupSummary$) {
|
|
3279
3044
|
}
|
|
3280
3045
|
|
|
3281
|
-
class
|
|
3282
|
-
.classBuilder()
|
|
3283
|
-
.ep(commonParams)
|
|
3284
|
-
.m(function (Command, cs, config, o) {
|
|
3285
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3286
|
-
})
|
|
3287
|
-
.s("NetworkFirewall_20201112", "DetachRuleGroupsFromProxyConfiguration", {})
|
|
3288
|
-
.n("NetworkFirewallClient", "DetachRuleGroupsFromProxyConfigurationCommand")
|
|
3289
|
-
.sc(DetachRuleGroupsFromProxyConfiguration$)
|
|
3290
|
-
.build() {
|
|
3046
|
+
class DescribeTLSInspectionConfigurationCommand extends command(_ep0, _mw0, "DescribeTLSInspectionConfiguration", DescribeTLSInspectionConfiguration$) {
|
|
3291
3047
|
}
|
|
3292
3048
|
|
|
3293
|
-
class
|
|
3294
|
-
.classBuilder()
|
|
3295
|
-
.ep(commonParams)
|
|
3296
|
-
.m(function (Command, cs, config, o) {
|
|
3297
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3298
|
-
})
|
|
3299
|
-
.s("NetworkFirewall_20201112", "DisassociateAvailabilityZones", {})
|
|
3300
|
-
.n("NetworkFirewallClient", "DisassociateAvailabilityZonesCommand")
|
|
3301
|
-
.sc(DisassociateAvailabilityZones$)
|
|
3302
|
-
.build() {
|
|
3049
|
+
class DescribeVpcEndpointAssociationCommand extends command(_ep0, _mw0, "DescribeVpcEndpointAssociation", DescribeVpcEndpointAssociation$) {
|
|
3303
3050
|
}
|
|
3304
3051
|
|
|
3305
|
-
class
|
|
3306
|
-
.classBuilder()
|
|
3307
|
-
.ep(commonParams)
|
|
3308
|
-
.m(function (Command, cs, config, o) {
|
|
3309
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3310
|
-
})
|
|
3311
|
-
.s("NetworkFirewall_20201112", "DisassociateSubnets", {})
|
|
3312
|
-
.n("NetworkFirewallClient", "DisassociateSubnetsCommand")
|
|
3313
|
-
.sc(DisassociateSubnets$)
|
|
3314
|
-
.build() {
|
|
3052
|
+
class DetachRuleGroupsFromProxyConfigurationCommand extends command(_ep0, _mw0, "DetachRuleGroupsFromProxyConfiguration", DetachRuleGroupsFromProxyConfiguration$) {
|
|
3315
3053
|
}
|
|
3316
3054
|
|
|
3317
|
-
class
|
|
3318
|
-
.classBuilder()
|
|
3319
|
-
.ep(commonParams)
|
|
3320
|
-
.m(function (Command, cs, config, o) {
|
|
3321
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3322
|
-
})
|
|
3323
|
-
.s("NetworkFirewall_20201112", "GetAnalysisReportResults", {})
|
|
3324
|
-
.n("NetworkFirewallClient", "GetAnalysisReportResultsCommand")
|
|
3325
|
-
.sc(GetAnalysisReportResults$)
|
|
3326
|
-
.build() {
|
|
3055
|
+
class DisassociateAvailabilityZonesCommand extends command(_ep0, _mw0, "DisassociateAvailabilityZones", DisassociateAvailabilityZones$) {
|
|
3327
3056
|
}
|
|
3328
3057
|
|
|
3329
|
-
class
|
|
3330
|
-
.classBuilder()
|
|
3331
|
-
.ep(commonParams)
|
|
3332
|
-
.m(function (Command, cs, config, o) {
|
|
3333
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3334
|
-
})
|
|
3335
|
-
.s("NetworkFirewall_20201112", "ListAnalysisReports", {})
|
|
3336
|
-
.n("NetworkFirewallClient", "ListAnalysisReportsCommand")
|
|
3337
|
-
.sc(ListAnalysisReports$)
|
|
3338
|
-
.build() {
|
|
3058
|
+
class DisassociateSubnetsCommand extends command(_ep0, _mw0, "DisassociateSubnets", DisassociateSubnets$) {
|
|
3339
3059
|
}
|
|
3340
3060
|
|
|
3341
|
-
class
|
|
3342
|
-
.classBuilder()
|
|
3343
|
-
.ep(commonParams)
|
|
3344
|
-
.m(function (Command, cs, config, o) {
|
|
3345
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3346
|
-
})
|
|
3347
|
-
.s("NetworkFirewall_20201112", "ListFirewallPolicies", {})
|
|
3348
|
-
.n("NetworkFirewallClient", "ListFirewallPoliciesCommand")
|
|
3349
|
-
.sc(ListFirewallPolicies$)
|
|
3350
|
-
.build() {
|
|
3061
|
+
class GetAnalysisReportResultsCommand extends command(_ep0, _mw0, "GetAnalysisReportResults", GetAnalysisReportResults$) {
|
|
3351
3062
|
}
|
|
3352
3063
|
|
|
3353
|
-
class
|
|
3354
|
-
.classBuilder()
|
|
3355
|
-
.ep(commonParams)
|
|
3356
|
-
.m(function (Command, cs, config, o) {
|
|
3357
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3358
|
-
})
|
|
3359
|
-
.s("NetworkFirewall_20201112", "ListFirewalls", {})
|
|
3360
|
-
.n("NetworkFirewallClient", "ListFirewallsCommand")
|
|
3361
|
-
.sc(ListFirewalls$)
|
|
3362
|
-
.build() {
|
|
3064
|
+
class ListAnalysisReportsCommand extends command(_ep0, _mw0, "ListAnalysisReports", ListAnalysisReports$) {
|
|
3363
3065
|
}
|
|
3364
3066
|
|
|
3365
|
-
class
|
|
3366
|
-
.classBuilder()
|
|
3367
|
-
.ep(commonParams)
|
|
3368
|
-
.m(function (Command, cs, config, o) {
|
|
3369
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3370
|
-
})
|
|
3371
|
-
.s("NetworkFirewall_20201112", "ListFlowOperationResults", {})
|
|
3372
|
-
.n("NetworkFirewallClient", "ListFlowOperationResultsCommand")
|
|
3373
|
-
.sc(ListFlowOperationResults$)
|
|
3374
|
-
.build() {
|
|
3067
|
+
class ListContainerAssociationsCommand extends command(_ep0, _mw0, "ListContainerAssociations", ListContainerAssociations$) {
|
|
3375
3068
|
}
|
|
3376
3069
|
|
|
3377
|
-
class
|
|
3378
|
-
.classBuilder()
|
|
3379
|
-
.ep(commonParams)
|
|
3380
|
-
.m(function (Command, cs, config, o) {
|
|
3381
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3382
|
-
})
|
|
3383
|
-
.s("NetworkFirewall_20201112", "ListFlowOperations", {})
|
|
3384
|
-
.n("NetworkFirewallClient", "ListFlowOperationsCommand")
|
|
3385
|
-
.sc(ListFlowOperations$)
|
|
3386
|
-
.build() {
|
|
3070
|
+
class ListFirewallPoliciesCommand extends command(_ep0, _mw0, "ListFirewallPolicies", ListFirewallPolicies$) {
|
|
3387
3071
|
}
|
|
3388
3072
|
|
|
3389
|
-
class
|
|
3390
|
-
.classBuilder()
|
|
3391
|
-
.ep(commonParams)
|
|
3392
|
-
.m(function (Command, cs, config, o) {
|
|
3393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3394
|
-
})
|
|
3395
|
-
.s("NetworkFirewall_20201112", "ListProxies", {})
|
|
3396
|
-
.n("NetworkFirewallClient", "ListProxiesCommand")
|
|
3397
|
-
.sc(ListProxies$)
|
|
3398
|
-
.build() {
|
|
3073
|
+
class ListFirewallsCommand extends command(_ep0, _mw0, "ListFirewalls", ListFirewalls$) {
|
|
3399
3074
|
}
|
|
3400
3075
|
|
|
3401
|
-
class
|
|
3402
|
-
.classBuilder()
|
|
3403
|
-
.ep(commonParams)
|
|
3404
|
-
.m(function (Command, cs, config, o) {
|
|
3405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3406
|
-
})
|
|
3407
|
-
.s("NetworkFirewall_20201112", "ListProxyConfigurations", {})
|
|
3408
|
-
.n("NetworkFirewallClient", "ListProxyConfigurationsCommand")
|
|
3409
|
-
.sc(ListProxyConfigurations$)
|
|
3410
|
-
.build() {
|
|
3076
|
+
class ListFlowOperationResultsCommand extends command(_ep0, _mw0, "ListFlowOperationResults", ListFlowOperationResults$) {
|
|
3411
3077
|
}
|
|
3412
3078
|
|
|
3413
|
-
class
|
|
3414
|
-
.classBuilder()
|
|
3415
|
-
.ep(commonParams)
|
|
3416
|
-
.m(function (Command, cs, config, o) {
|
|
3417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3418
|
-
})
|
|
3419
|
-
.s("NetworkFirewall_20201112", "ListProxyRuleGroups", {})
|
|
3420
|
-
.n("NetworkFirewallClient", "ListProxyRuleGroupsCommand")
|
|
3421
|
-
.sc(ListProxyRuleGroups$)
|
|
3422
|
-
.build() {
|
|
3079
|
+
class ListFlowOperationsCommand extends command(_ep0, _mw0, "ListFlowOperations", ListFlowOperations$) {
|
|
3423
3080
|
}
|
|
3424
3081
|
|
|
3425
|
-
class
|
|
3426
|
-
.classBuilder()
|
|
3427
|
-
.ep(commonParams)
|
|
3428
|
-
.m(function (Command, cs, config, o) {
|
|
3429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3430
|
-
})
|
|
3431
|
-
.s("NetworkFirewall_20201112", "ListRuleGroups", {})
|
|
3432
|
-
.n("NetworkFirewallClient", "ListRuleGroupsCommand")
|
|
3433
|
-
.sc(ListRuleGroups$)
|
|
3434
|
-
.build() {
|
|
3082
|
+
class ListProxiesCommand extends command(_ep0, _mw0, "ListProxies", ListProxies$) {
|
|
3435
3083
|
}
|
|
3436
3084
|
|
|
3437
|
-
class
|
|
3438
|
-
.classBuilder()
|
|
3439
|
-
.ep(commonParams)
|
|
3440
|
-
.m(function (Command, cs, config, o) {
|
|
3441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3442
|
-
})
|
|
3443
|
-
.s("NetworkFirewall_20201112", "ListTagsForResource", {})
|
|
3444
|
-
.n("NetworkFirewallClient", "ListTagsForResourceCommand")
|
|
3445
|
-
.sc(ListTagsForResource$)
|
|
3446
|
-
.build() {
|
|
3085
|
+
class ListProxyConfigurationsCommand extends command(_ep0, _mw0, "ListProxyConfigurations", ListProxyConfigurations$) {
|
|
3447
3086
|
}
|
|
3448
3087
|
|
|
3449
|
-
class
|
|
3450
|
-
.classBuilder()
|
|
3451
|
-
.ep(commonParams)
|
|
3452
|
-
.m(function (Command, cs, config, o) {
|
|
3453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3454
|
-
})
|
|
3455
|
-
.s("NetworkFirewall_20201112", "ListTLSInspectionConfigurations", {})
|
|
3456
|
-
.n("NetworkFirewallClient", "ListTLSInspectionConfigurationsCommand")
|
|
3457
|
-
.sc(ListTLSInspectionConfigurations$)
|
|
3458
|
-
.build() {
|
|
3088
|
+
class ListProxyRuleGroupsCommand extends command(_ep0, _mw0, "ListProxyRuleGroups", ListProxyRuleGroups$) {
|
|
3459
3089
|
}
|
|
3460
3090
|
|
|
3461
|
-
class
|
|
3462
|
-
.classBuilder()
|
|
3463
|
-
.ep(commonParams)
|
|
3464
|
-
.m(function (Command, cs, config, o) {
|
|
3465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3466
|
-
})
|
|
3467
|
-
.s("NetworkFirewall_20201112", "ListVpcEndpointAssociations", {})
|
|
3468
|
-
.n("NetworkFirewallClient", "ListVpcEndpointAssociationsCommand")
|
|
3469
|
-
.sc(ListVpcEndpointAssociations$)
|
|
3470
|
-
.build() {
|
|
3091
|
+
class ListRuleGroupsCommand extends command(_ep0, _mw0, "ListRuleGroups", ListRuleGroups$) {
|
|
3471
3092
|
}
|
|
3472
3093
|
|
|
3473
|
-
class
|
|
3474
|
-
.classBuilder()
|
|
3475
|
-
.ep(commonParams)
|
|
3476
|
-
.m(function (Command, cs, config, o) {
|
|
3477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3478
|
-
})
|
|
3479
|
-
.s("NetworkFirewall_20201112", "PutResourcePolicy", {})
|
|
3480
|
-
.n("NetworkFirewallClient", "PutResourcePolicyCommand")
|
|
3481
|
-
.sc(PutResourcePolicy$)
|
|
3482
|
-
.build() {
|
|
3094
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3483
3095
|
}
|
|
3484
3096
|
|
|
3485
|
-
class
|
|
3486
|
-
.classBuilder()
|
|
3487
|
-
.ep(commonParams)
|
|
3488
|
-
.m(function (Command, cs, config, o) {
|
|
3489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3490
|
-
})
|
|
3491
|
-
.s("NetworkFirewall_20201112", "RejectNetworkFirewallTransitGatewayAttachment", {})
|
|
3492
|
-
.n("NetworkFirewallClient", "RejectNetworkFirewallTransitGatewayAttachmentCommand")
|
|
3493
|
-
.sc(RejectNetworkFirewallTransitGatewayAttachment$)
|
|
3494
|
-
.build() {
|
|
3097
|
+
class ListTLSInspectionConfigurationsCommand extends command(_ep0, _mw0, "ListTLSInspectionConfigurations", ListTLSInspectionConfigurations$) {
|
|
3495
3098
|
}
|
|
3496
3099
|
|
|
3497
|
-
class
|
|
3498
|
-
.classBuilder()
|
|
3499
|
-
.ep(commonParams)
|
|
3500
|
-
.m(function (Command, cs, config, o) {
|
|
3501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3502
|
-
})
|
|
3503
|
-
.s("NetworkFirewall_20201112", "StartAnalysisReport", {})
|
|
3504
|
-
.n("NetworkFirewallClient", "StartAnalysisReportCommand")
|
|
3505
|
-
.sc(StartAnalysisReport$)
|
|
3506
|
-
.build() {
|
|
3100
|
+
class ListVpcEndpointAssociationsCommand extends command(_ep0, _mw0, "ListVpcEndpointAssociations", ListVpcEndpointAssociations$) {
|
|
3507
3101
|
}
|
|
3508
3102
|
|
|
3509
|
-
class
|
|
3510
|
-
.classBuilder()
|
|
3511
|
-
.ep(commonParams)
|
|
3512
|
-
.m(function (Command, cs, config, o) {
|
|
3513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3514
|
-
})
|
|
3515
|
-
.s("NetworkFirewall_20201112", "StartFlowCapture", {})
|
|
3516
|
-
.n("NetworkFirewallClient", "StartFlowCaptureCommand")
|
|
3517
|
-
.sc(StartFlowCapture$)
|
|
3518
|
-
.build() {
|
|
3103
|
+
class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
3519
3104
|
}
|
|
3520
3105
|
|
|
3521
|
-
class
|
|
3522
|
-
.classBuilder()
|
|
3523
|
-
.ep(commonParams)
|
|
3524
|
-
.m(function (Command, cs, config, o) {
|
|
3525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3526
|
-
})
|
|
3527
|
-
.s("NetworkFirewall_20201112", "StartFlowFlush", {})
|
|
3528
|
-
.n("NetworkFirewallClient", "StartFlowFlushCommand")
|
|
3529
|
-
.sc(StartFlowFlush$)
|
|
3530
|
-
.build() {
|
|
3106
|
+
class RejectNetworkFirewallTransitGatewayAttachmentCommand extends command(_ep0, _mw0, "RejectNetworkFirewallTransitGatewayAttachment", RejectNetworkFirewallTransitGatewayAttachment$) {
|
|
3531
3107
|
}
|
|
3532
3108
|
|
|
3533
|
-
class
|
|
3534
|
-
.classBuilder()
|
|
3535
|
-
.ep(commonParams)
|
|
3536
|
-
.m(function (Command, cs, config, o) {
|
|
3537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3538
|
-
})
|
|
3539
|
-
.s("NetworkFirewall_20201112", "TagResource", {})
|
|
3540
|
-
.n("NetworkFirewallClient", "TagResourceCommand")
|
|
3541
|
-
.sc(TagResource$)
|
|
3542
|
-
.build() {
|
|
3109
|
+
class StartAnalysisReportCommand extends command(_ep0, _mw0, "StartAnalysisReport", StartAnalysisReport$) {
|
|
3543
3110
|
}
|
|
3544
3111
|
|
|
3545
|
-
class
|
|
3546
|
-
.classBuilder()
|
|
3547
|
-
.ep(commonParams)
|
|
3548
|
-
.m(function (Command, cs, config, o) {
|
|
3549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3550
|
-
})
|
|
3551
|
-
.s("NetworkFirewall_20201112", "UntagResource", {})
|
|
3552
|
-
.n("NetworkFirewallClient", "UntagResourceCommand")
|
|
3553
|
-
.sc(UntagResource$)
|
|
3554
|
-
.build() {
|
|
3112
|
+
class StartFlowCaptureCommand extends command(_ep0, _mw0, "StartFlowCapture", StartFlowCapture$) {
|
|
3555
3113
|
}
|
|
3556
3114
|
|
|
3557
|
-
class
|
|
3558
|
-
.classBuilder()
|
|
3559
|
-
.ep(commonParams)
|
|
3560
|
-
.m(function (Command, cs, config, o) {
|
|
3561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3562
|
-
})
|
|
3563
|
-
.s("NetworkFirewall_20201112", "UpdateAvailabilityZoneChangeProtection", {})
|
|
3564
|
-
.n("NetworkFirewallClient", "UpdateAvailabilityZoneChangeProtectionCommand")
|
|
3565
|
-
.sc(UpdateAvailabilityZoneChangeProtection$)
|
|
3566
|
-
.build() {
|
|
3115
|
+
class StartFlowFlushCommand extends command(_ep0, _mw0, "StartFlowFlush", StartFlowFlush$) {
|
|
3567
3116
|
}
|
|
3568
3117
|
|
|
3569
|
-
class
|
|
3570
|
-
.classBuilder()
|
|
3571
|
-
.ep(commonParams)
|
|
3572
|
-
.m(function (Command, cs, config, o) {
|
|
3573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3574
|
-
})
|
|
3575
|
-
.s("NetworkFirewall_20201112", "UpdateFirewallAnalysisSettings", {})
|
|
3576
|
-
.n("NetworkFirewallClient", "UpdateFirewallAnalysisSettingsCommand")
|
|
3577
|
-
.sc(UpdateFirewallAnalysisSettings$)
|
|
3578
|
-
.build() {
|
|
3118
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3579
3119
|
}
|
|
3580
3120
|
|
|
3581
|
-
class
|
|
3582
|
-
.classBuilder()
|
|
3583
|
-
.ep(commonParams)
|
|
3584
|
-
.m(function (Command, cs, config, o) {
|
|
3585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3586
|
-
})
|
|
3587
|
-
.s("NetworkFirewall_20201112", "UpdateFirewallDeleteProtection", {})
|
|
3588
|
-
.n("NetworkFirewallClient", "UpdateFirewallDeleteProtectionCommand")
|
|
3589
|
-
.sc(UpdateFirewallDeleteProtection$)
|
|
3590
|
-
.build() {
|
|
3121
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3591
3122
|
}
|
|
3592
3123
|
|
|
3593
|
-
class
|
|
3594
|
-
.classBuilder()
|
|
3595
|
-
.ep(commonParams)
|
|
3596
|
-
.m(function (Command, cs, config, o) {
|
|
3597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3598
|
-
})
|
|
3599
|
-
.s("NetworkFirewall_20201112", "UpdateFirewallDescription", {})
|
|
3600
|
-
.n("NetworkFirewallClient", "UpdateFirewallDescriptionCommand")
|
|
3601
|
-
.sc(UpdateFirewallDescription$)
|
|
3602
|
-
.build() {
|
|
3124
|
+
class UpdateAvailabilityZoneChangeProtectionCommand extends command(_ep0, _mw0, "UpdateAvailabilityZoneChangeProtection", UpdateAvailabilityZoneChangeProtection$) {
|
|
3603
3125
|
}
|
|
3604
3126
|
|
|
3605
|
-
class
|
|
3606
|
-
.classBuilder()
|
|
3607
|
-
.ep(commonParams)
|
|
3608
|
-
.m(function (Command, cs, config, o) {
|
|
3609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3610
|
-
})
|
|
3611
|
-
.s("NetworkFirewall_20201112", "UpdateFirewallEncryptionConfiguration", {})
|
|
3612
|
-
.n("NetworkFirewallClient", "UpdateFirewallEncryptionConfigurationCommand")
|
|
3613
|
-
.sc(UpdateFirewallEncryptionConfiguration$)
|
|
3614
|
-
.build() {
|
|
3127
|
+
class UpdateContainerAssociationCommand extends command(_ep0, _mw0, "UpdateContainerAssociation", UpdateContainerAssociation$) {
|
|
3615
3128
|
}
|
|
3616
3129
|
|
|
3617
|
-
class
|
|
3618
|
-
.classBuilder()
|
|
3619
|
-
.ep(commonParams)
|
|
3620
|
-
.m(function (Command, cs, config, o) {
|
|
3621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3622
|
-
})
|
|
3623
|
-
.s("NetworkFirewall_20201112", "UpdateFirewallPolicyChangeProtection", {})
|
|
3624
|
-
.n("NetworkFirewallClient", "UpdateFirewallPolicyChangeProtectionCommand")
|
|
3625
|
-
.sc(UpdateFirewallPolicyChangeProtection$)
|
|
3626
|
-
.build() {
|
|
3130
|
+
class UpdateFirewallAnalysisSettingsCommand extends command(_ep0, _mw0, "UpdateFirewallAnalysisSettings", UpdateFirewallAnalysisSettings$) {
|
|
3627
3131
|
}
|
|
3628
3132
|
|
|
3629
|
-
class
|
|
3630
|
-
.classBuilder()
|
|
3631
|
-
.ep(commonParams)
|
|
3632
|
-
.m(function (Command, cs, config, o) {
|
|
3633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3634
|
-
})
|
|
3635
|
-
.s("NetworkFirewall_20201112", "UpdateFirewallPolicy", {})
|
|
3636
|
-
.n("NetworkFirewallClient", "UpdateFirewallPolicyCommand")
|
|
3637
|
-
.sc(UpdateFirewallPolicy$)
|
|
3638
|
-
.build() {
|
|
3133
|
+
class UpdateFirewallDeleteProtectionCommand extends command(_ep0, _mw0, "UpdateFirewallDeleteProtection", UpdateFirewallDeleteProtection$) {
|
|
3639
3134
|
}
|
|
3640
3135
|
|
|
3641
|
-
class
|
|
3642
|
-
.classBuilder()
|
|
3643
|
-
.ep(commonParams)
|
|
3644
|
-
.m(function (Command, cs, config, o) {
|
|
3645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3646
|
-
})
|
|
3647
|
-
.s("NetworkFirewall_20201112", "UpdateLoggingConfiguration", {})
|
|
3648
|
-
.n("NetworkFirewallClient", "UpdateLoggingConfigurationCommand")
|
|
3649
|
-
.sc(UpdateLoggingConfiguration$)
|
|
3650
|
-
.build() {
|
|
3136
|
+
class UpdateFirewallDescriptionCommand extends command(_ep0, _mw0, "UpdateFirewallDescription", UpdateFirewallDescription$) {
|
|
3651
3137
|
}
|
|
3652
3138
|
|
|
3653
|
-
class
|
|
3654
|
-
.classBuilder()
|
|
3655
|
-
.ep(commonParams)
|
|
3656
|
-
.m(function (Command, cs, config, o) {
|
|
3657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3658
|
-
})
|
|
3659
|
-
.s("NetworkFirewall_20201112", "UpdateProxy", {})
|
|
3660
|
-
.n("NetworkFirewallClient", "UpdateProxyCommand")
|
|
3661
|
-
.sc(UpdateProxy$)
|
|
3662
|
-
.build() {
|
|
3139
|
+
class UpdateFirewallEncryptionConfigurationCommand extends command(_ep0, _mw0, "UpdateFirewallEncryptionConfiguration", UpdateFirewallEncryptionConfiguration$) {
|
|
3663
3140
|
}
|
|
3664
3141
|
|
|
3665
|
-
class
|
|
3666
|
-
.classBuilder()
|
|
3667
|
-
.ep(commonParams)
|
|
3668
|
-
.m(function (Command, cs, config, o) {
|
|
3669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3670
|
-
})
|
|
3671
|
-
.s("NetworkFirewall_20201112", "UpdateProxyConfiguration", {})
|
|
3672
|
-
.n("NetworkFirewallClient", "UpdateProxyConfigurationCommand")
|
|
3673
|
-
.sc(UpdateProxyConfiguration$)
|
|
3674
|
-
.build() {
|
|
3142
|
+
class UpdateFirewallPolicyChangeProtectionCommand extends command(_ep0, _mw0, "UpdateFirewallPolicyChangeProtection", UpdateFirewallPolicyChangeProtection$) {
|
|
3675
3143
|
}
|
|
3676
3144
|
|
|
3677
|
-
class
|
|
3678
|
-
.classBuilder()
|
|
3679
|
-
.ep(commonParams)
|
|
3680
|
-
.m(function (Command, cs, config, o) {
|
|
3681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3682
|
-
})
|
|
3683
|
-
.s("NetworkFirewall_20201112", "UpdateProxyRule", {})
|
|
3684
|
-
.n("NetworkFirewallClient", "UpdateProxyRuleCommand")
|
|
3685
|
-
.sc(UpdateProxyRule$)
|
|
3686
|
-
.build() {
|
|
3145
|
+
class UpdateFirewallPolicyCommand extends command(_ep0, _mw0, "UpdateFirewallPolicy", UpdateFirewallPolicy$) {
|
|
3687
3146
|
}
|
|
3688
3147
|
|
|
3689
|
-
class
|
|
3690
|
-
.classBuilder()
|
|
3691
|
-
.ep(commonParams)
|
|
3692
|
-
.m(function (Command, cs, config, o) {
|
|
3693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3694
|
-
})
|
|
3695
|
-
.s("NetworkFirewall_20201112", "UpdateProxyRuleGroupPriorities", {})
|
|
3696
|
-
.n("NetworkFirewallClient", "UpdateProxyRuleGroupPrioritiesCommand")
|
|
3697
|
-
.sc(UpdateProxyRuleGroupPriorities$)
|
|
3698
|
-
.build() {
|
|
3148
|
+
class UpdateLoggingConfigurationCommand extends command(_ep0, _mw0, "UpdateLoggingConfiguration", UpdateLoggingConfiguration$) {
|
|
3699
3149
|
}
|
|
3700
3150
|
|
|
3701
|
-
class
|
|
3702
|
-
.classBuilder()
|
|
3703
|
-
.ep(commonParams)
|
|
3704
|
-
.m(function (Command, cs, config, o) {
|
|
3705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3706
|
-
})
|
|
3707
|
-
.s("NetworkFirewall_20201112", "UpdateProxyRulePriorities", {})
|
|
3708
|
-
.n("NetworkFirewallClient", "UpdateProxyRulePrioritiesCommand")
|
|
3709
|
-
.sc(UpdateProxyRulePriorities$)
|
|
3710
|
-
.build() {
|
|
3151
|
+
class UpdateProxyCommand extends command(_ep0, _mw0, "UpdateProxy", UpdateProxy$) {
|
|
3711
3152
|
}
|
|
3712
3153
|
|
|
3713
|
-
class
|
|
3714
|
-
.classBuilder()
|
|
3715
|
-
.ep(commonParams)
|
|
3716
|
-
.m(function (Command, cs, config, o) {
|
|
3717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3718
|
-
})
|
|
3719
|
-
.s("NetworkFirewall_20201112", "UpdateRuleGroup", {})
|
|
3720
|
-
.n("NetworkFirewallClient", "UpdateRuleGroupCommand")
|
|
3721
|
-
.sc(UpdateRuleGroup$)
|
|
3722
|
-
.build() {
|
|
3154
|
+
class UpdateProxyConfigurationCommand extends command(_ep0, _mw0, "UpdateProxyConfiguration", UpdateProxyConfiguration$) {
|
|
3723
3155
|
}
|
|
3724
3156
|
|
|
3725
|
-
class
|
|
3726
|
-
.classBuilder()
|
|
3727
|
-
.ep(commonParams)
|
|
3728
|
-
.m(function (Command, cs, config, o) {
|
|
3729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3730
|
-
})
|
|
3731
|
-
.s("NetworkFirewall_20201112", "UpdateSubnetChangeProtection", {})
|
|
3732
|
-
.n("NetworkFirewallClient", "UpdateSubnetChangeProtectionCommand")
|
|
3733
|
-
.sc(UpdateSubnetChangeProtection$)
|
|
3734
|
-
.build() {
|
|
3157
|
+
class UpdateProxyRuleCommand extends command(_ep0, _mw0, "UpdateProxyRule", UpdateProxyRule$) {
|
|
3735
3158
|
}
|
|
3736
3159
|
|
|
3737
|
-
class
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3160
|
+
class UpdateProxyRuleGroupPrioritiesCommand extends command(_ep0, _mw0, "UpdateProxyRuleGroupPriorities", UpdateProxyRuleGroupPriorities$) {
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
class UpdateProxyRulePrioritiesCommand extends command(_ep0, _mw0, "UpdateProxyRulePriorities", UpdateProxyRulePriorities$) {
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
class UpdateRuleGroupCommand extends command(_ep0, _mw0, "UpdateRuleGroup", UpdateRuleGroup$) {
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3169
|
+
class UpdateSubnetChangeProtectionCommand extends command(_ep0, _mw0, "UpdateSubnetChangeProtection", UpdateSubnetChangeProtection$) {
|
|
3170
|
+
}
|
|
3171
|
+
|
|
3172
|
+
class UpdateTLSInspectionConfigurationCommand extends command(_ep0, _mw0, "UpdateTLSInspectionConfiguration", UpdateTLSInspectionConfiguration$) {
|
|
3747
3173
|
}
|
|
3748
3174
|
|
|
3749
3175
|
const paginateGetAnalysisReportResults = createPaginator(NetworkFirewallClient, GetAnalysisReportResultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3750
3176
|
|
|
3751
3177
|
const paginateListAnalysisReports = createPaginator(NetworkFirewallClient, ListAnalysisReportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3752
3178
|
|
|
3179
|
+
const paginateListContainerAssociations = createPaginator(NetworkFirewallClient, ListContainerAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3180
|
+
|
|
3753
3181
|
const paginateListFirewallPolicies = createPaginator(NetworkFirewallClient, ListFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3754
3182
|
|
|
3755
3183
|
const paginateListFirewalls = createPaginator(NetworkFirewallClient, ListFirewallsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -3778,6 +3206,7 @@ const commands = {
|
|
|
3778
3206
|
AssociateFirewallPolicyCommand,
|
|
3779
3207
|
AssociateSubnetsCommand,
|
|
3780
3208
|
AttachRuleGroupsToProxyConfigurationCommand,
|
|
3209
|
+
CreateContainerAssociationCommand,
|
|
3781
3210
|
CreateFirewallCommand,
|
|
3782
3211
|
CreateFirewallPolicyCommand,
|
|
3783
3212
|
CreateProxyCommand,
|
|
@@ -3787,6 +3216,7 @@ const commands = {
|
|
|
3787
3216
|
CreateRuleGroupCommand,
|
|
3788
3217
|
CreateTLSInspectionConfigurationCommand,
|
|
3789
3218
|
CreateVpcEndpointAssociationCommand,
|
|
3219
|
+
DeleteContainerAssociationCommand,
|
|
3790
3220
|
DeleteFirewallCommand,
|
|
3791
3221
|
DeleteFirewallPolicyCommand,
|
|
3792
3222
|
DeleteNetworkFirewallTransitGatewayAttachmentCommand,
|
|
@@ -3798,6 +3228,7 @@ const commands = {
|
|
|
3798
3228
|
DeleteRuleGroupCommand,
|
|
3799
3229
|
DeleteTLSInspectionConfigurationCommand,
|
|
3800
3230
|
DeleteVpcEndpointAssociationCommand,
|
|
3231
|
+
DescribeContainerAssociationCommand,
|
|
3801
3232
|
DescribeFirewallCommand,
|
|
3802
3233
|
DescribeFirewallMetadataCommand,
|
|
3803
3234
|
DescribeFirewallPolicyCommand,
|
|
@@ -3818,6 +3249,7 @@ const commands = {
|
|
|
3818
3249
|
DisassociateSubnetsCommand,
|
|
3819
3250
|
GetAnalysisReportResultsCommand,
|
|
3820
3251
|
ListAnalysisReportsCommand,
|
|
3252
|
+
ListContainerAssociationsCommand,
|
|
3821
3253
|
ListFirewallPoliciesCommand,
|
|
3822
3254
|
ListFirewallsCommand,
|
|
3823
3255
|
ListFlowOperationResultsCommand,
|
|
@@ -3837,6 +3269,7 @@ const commands = {
|
|
|
3837
3269
|
TagResourceCommand,
|
|
3838
3270
|
UntagResourceCommand,
|
|
3839
3271
|
UpdateAvailabilityZoneChangeProtectionCommand,
|
|
3272
|
+
UpdateContainerAssociationCommand,
|
|
3840
3273
|
UpdateFirewallAnalysisSettingsCommand,
|
|
3841
3274
|
UpdateFirewallDeleteProtectionCommand,
|
|
3842
3275
|
UpdateFirewallDescriptionCommand,
|
|
@@ -3856,6 +3289,7 @@ const commands = {
|
|
|
3856
3289
|
const paginators = {
|
|
3857
3290
|
paginateGetAnalysisReportResults,
|
|
3858
3291
|
paginateListAnalysisReports,
|
|
3292
|
+
paginateListContainerAssociations,
|
|
3859
3293
|
paginateListFirewallPolicies,
|
|
3860
3294
|
paginateListFirewalls,
|
|
3861
3295
|
paginateListFlowOperationResults,
|
|
@@ -3919,6 +3353,15 @@ const ConfigurationSyncState = {
|
|
|
3919
3353
|
IN_SYNC: "IN_SYNC",
|
|
3920
3354
|
PENDING: "PENDING",
|
|
3921
3355
|
};
|
|
3356
|
+
const ContainerAssociationStatus = {
|
|
3357
|
+
ACTIVE: "ACTIVE",
|
|
3358
|
+
CREATING: "CREATING",
|
|
3359
|
+
DELETING: "DELETING",
|
|
3360
|
+
};
|
|
3361
|
+
const ContainerMonitoringType = {
|
|
3362
|
+
ECS: "ECS",
|
|
3363
|
+
EKS: "EKS",
|
|
3364
|
+
};
|
|
3922
3365
|
const EncryptionType = {
|
|
3923
3366
|
AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
|
|
3924
3367
|
CUSTOMER_KMS: "CUSTOMER_KMS",
|
|
@@ -4110,6 +3553,15 @@ exports.CIDRSummary$ = CIDRSummary$;
|
|
|
4110
3553
|
exports.CapacityUsageSummary$ = CapacityUsageSummary$;
|
|
4111
3554
|
exports.CheckCertificateRevocationStatusActions$ = CheckCertificateRevocationStatusActions$;
|
|
4112
3555
|
exports.ConfigurationSyncState = ConfigurationSyncState;
|
|
3556
|
+
exports.ContainerAssociationStatus = ContainerAssociationStatus;
|
|
3557
|
+
exports.ContainerAssociationSummary$ = ContainerAssociationSummary$;
|
|
3558
|
+
exports.ContainerAttribute$ = ContainerAttribute$;
|
|
3559
|
+
exports.ContainerMonitoringConfiguration$ = ContainerMonitoringConfiguration$;
|
|
3560
|
+
exports.ContainerMonitoringType = ContainerMonitoringType;
|
|
3561
|
+
exports.CreateContainerAssociation$ = CreateContainerAssociation$;
|
|
3562
|
+
exports.CreateContainerAssociationCommand = CreateContainerAssociationCommand;
|
|
3563
|
+
exports.CreateContainerAssociationRequest$ = CreateContainerAssociationRequest$;
|
|
3564
|
+
exports.CreateContainerAssociationResponse$ = CreateContainerAssociationResponse$;
|
|
4113
3565
|
exports.CreateFirewall$ = CreateFirewall$;
|
|
4114
3566
|
exports.CreateFirewallCommand = CreateFirewallCommand;
|
|
4115
3567
|
exports.CreateFirewallPolicy$ = CreateFirewallPolicy$;
|
|
@@ -4149,6 +3601,10 @@ exports.CreateVpcEndpointAssociationCommand = CreateVpcEndpointAssociationComman
|
|
|
4149
3601
|
exports.CreateVpcEndpointAssociationRequest$ = CreateVpcEndpointAssociationRequest$;
|
|
4150
3602
|
exports.CreateVpcEndpointAssociationResponse$ = CreateVpcEndpointAssociationResponse$;
|
|
4151
3603
|
exports.CustomAction$ = CustomAction$;
|
|
3604
|
+
exports.DeleteContainerAssociation$ = DeleteContainerAssociation$;
|
|
3605
|
+
exports.DeleteContainerAssociationCommand = DeleteContainerAssociationCommand;
|
|
3606
|
+
exports.DeleteContainerAssociationRequest$ = DeleteContainerAssociationRequest$;
|
|
3607
|
+
exports.DeleteContainerAssociationResponse$ = DeleteContainerAssociationResponse$;
|
|
4152
3608
|
exports.DeleteFirewall$ = DeleteFirewall$;
|
|
4153
3609
|
exports.DeleteFirewallCommand = DeleteFirewallCommand;
|
|
4154
3610
|
exports.DeleteFirewallPolicy$ = DeleteFirewallPolicy$;
|
|
@@ -4193,6 +3649,10 @@ exports.DeleteVpcEndpointAssociation$ = DeleteVpcEndpointAssociation$;
|
|
|
4193
3649
|
exports.DeleteVpcEndpointAssociationCommand = DeleteVpcEndpointAssociationCommand;
|
|
4194
3650
|
exports.DeleteVpcEndpointAssociationRequest$ = DeleteVpcEndpointAssociationRequest$;
|
|
4195
3651
|
exports.DeleteVpcEndpointAssociationResponse$ = DeleteVpcEndpointAssociationResponse$;
|
|
3652
|
+
exports.DescribeContainerAssociation$ = DescribeContainerAssociation$;
|
|
3653
|
+
exports.DescribeContainerAssociationCommand = DescribeContainerAssociationCommand;
|
|
3654
|
+
exports.DescribeContainerAssociationRequest$ = DescribeContainerAssociationRequest$;
|
|
3655
|
+
exports.DescribeContainerAssociationResponse$ = DescribeContainerAssociationResponse$;
|
|
4196
3656
|
exports.DescribeFirewall$ = DescribeFirewall$;
|
|
4197
3657
|
exports.DescribeFirewallCommand = DescribeFirewallCommand;
|
|
4198
3658
|
exports.DescribeFirewallMetadata$ = DescribeFirewallMetadata$;
|
|
@@ -4314,6 +3774,10 @@ exports.ListAnalysisReports$ = ListAnalysisReports$;
|
|
|
4314
3774
|
exports.ListAnalysisReportsCommand = ListAnalysisReportsCommand;
|
|
4315
3775
|
exports.ListAnalysisReportsRequest$ = ListAnalysisReportsRequest$;
|
|
4316
3776
|
exports.ListAnalysisReportsResponse$ = ListAnalysisReportsResponse$;
|
|
3777
|
+
exports.ListContainerAssociations$ = ListContainerAssociations$;
|
|
3778
|
+
exports.ListContainerAssociationsCommand = ListContainerAssociationsCommand;
|
|
3779
|
+
exports.ListContainerAssociationsRequest$ = ListContainerAssociationsRequest$;
|
|
3780
|
+
exports.ListContainerAssociationsResponse$ = ListContainerAssociationsResponse$;
|
|
4317
3781
|
exports.ListFirewallPolicies$ = ListFirewallPolicies$;
|
|
4318
3782
|
exports.ListFirewallPoliciesCommand = ListFirewallPoliciesCommand;
|
|
4319
3783
|
exports.ListFirewallPoliciesRequest$ = ListFirewallPoliciesRequest$;
|
|
@@ -4490,6 +3954,10 @@ exports.UpdateAvailabilityZoneChangeProtection$ = UpdateAvailabilityZoneChangePr
|
|
|
4490
3954
|
exports.UpdateAvailabilityZoneChangeProtectionCommand = UpdateAvailabilityZoneChangeProtectionCommand;
|
|
4491
3955
|
exports.UpdateAvailabilityZoneChangeProtectionRequest$ = UpdateAvailabilityZoneChangeProtectionRequest$;
|
|
4492
3956
|
exports.UpdateAvailabilityZoneChangeProtectionResponse$ = UpdateAvailabilityZoneChangeProtectionResponse$;
|
|
3957
|
+
exports.UpdateContainerAssociation$ = UpdateContainerAssociation$;
|
|
3958
|
+
exports.UpdateContainerAssociationCommand = UpdateContainerAssociationCommand;
|
|
3959
|
+
exports.UpdateContainerAssociationRequest$ = UpdateContainerAssociationRequest$;
|
|
3960
|
+
exports.UpdateContainerAssociationResponse$ = UpdateContainerAssociationResponse$;
|
|
4493
3961
|
exports.UpdateFirewallAnalysisSettings$ = UpdateFirewallAnalysisSettings$;
|
|
4494
3962
|
exports.UpdateFirewallAnalysisSettingsCommand = UpdateFirewallAnalysisSettingsCommand;
|
|
4495
3963
|
exports.UpdateFirewallAnalysisSettingsRequest$ = UpdateFirewallAnalysisSettingsRequest$;
|
|
@@ -4556,6 +4024,7 @@ exports.VpcEndpointAssociationStatus$ = VpcEndpointAssociationStatus$;
|
|
|
4556
4024
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
4557
4025
|
exports.paginateGetAnalysisReportResults = paginateGetAnalysisReportResults;
|
|
4558
4026
|
exports.paginateListAnalysisReports = paginateListAnalysisReports;
|
|
4027
|
+
exports.paginateListContainerAssociations = paginateListContainerAssociations;
|
|
4559
4028
|
exports.paginateListFirewallPolicies = paginateListFirewallPolicies;
|
|
4560
4029
|
exports.paginateListFirewalls = paginateListFirewalls;
|
|
4561
4030
|
exports.paginateListFlowOperationResults = paginateListFlowOperationResults;
|