Module Awso_fms_lwtSource

Sourceval associate_admin_account : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.AssociateAdminAccountRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_apps_list : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.DeleteAppsListRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_notification_channel : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.DeleteNotificationChannelRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.DeletePolicyRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_protocols_list : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.DeleteProtocolsListRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_resource_set : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.DeleteResourceSetRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval disassociate_admin_account : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.DisassociateAdminAccountRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval put_admin_account : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.PutAdminAccountRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval put_notification_channel : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_fms.Values.PutNotificationChannelRequest.t -> (unit, unit) Result.t Lwt.t
include module type of struct include Awso_fms.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule IPPortNumberInteger = Awso_fms.Values.IPPortNumberInteger
Sourcemodule LengthBoundedNonEmptyString = Awso_fms.Values.LengthBoundedNonEmptyString
Sourcemodule LengthBoundedString = Awso_fms.Values.LengthBoundedString
Sourcemodule NetworkAclIcmpTypeCode = Awso_fms.Values.NetworkAclIcmpTypeCode

ICMP protocol: The ICMP type and code.

Sourcemodule NetworkAclPortRange = Awso_fms.Values.NetworkAclPortRange

TCP or UDP protocols: The range of ports the rule applies to.

Sourcemodule NetworkAclRuleAction = Awso_fms.Values.NetworkAclRuleAction
Sourcemodule IntegerObjectMinimum0 = Awso_fms.Values.IntegerObjectMinimum0
Sourcemodule NetworkAclEntry = Awso_fms.Values.NetworkAclEntry

Describes a rule in a network ACL. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the network ACL, Amazon Web Services processes the entries in the network ACL according to the rule numbers, in ascending order. When you manage an individual network ACL, you explicitly specify the rule numbers. When you specify the network ACL rules in a Firewall Manager policy, you provide the rules to run first, in the order that you want them to run, and the rules to run last, in the order that you want them to run. Firewall Manager assigns the rule numbers for you when you save the network ACL policy specification.

Sourcemodule EntryDescription = Awso_fms.Values.EntryDescription

Describes a single rule in a network ACL.

Describes a remediation action target.

Sourcemodule EntriesDescription = Awso_fms.Values.EntriesDescription
Sourcemodule ManagedServiceData = Awso_fms.Values.ManagedServiceData
Sourcemodule CreateNetworkAclAction = Awso_fms.Values.CreateNetworkAclAction

Information about the CreateNetworkAcl action in Amazon EC2. This is a remediation option in RemediationAction.

Sourcemodule CreateNetworkAclEntriesAction = Awso_fms.Values.CreateNetworkAclEntriesAction

Information about the CreateNetworkAclEntries action in Amazon EC2. This is a remediation option in RemediationAction.

Sourcemodule DeleteNetworkAclEntriesAction = Awso_fms.Values.DeleteNetworkAclEntriesAction

Information about the DeleteNetworkAclEntries action in Amazon EC2. This is a remediation option in RemediationAction.

Sourcemodule EC2AssociateRouteTableAction = Awso_fms.Values.EC2AssociateRouteTableAction

The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.

Sourcemodule EC2CopyRouteTableAction = Awso_fms.Values.EC2CopyRouteTableAction

An action that copies the EC2 route table for use in remediation.

Sourcemodule EC2CreateRouteAction = Awso_fms.Values.EC2CreateRouteAction

Information about the CreateRoute action in Amazon EC2.

Sourcemodule EC2CreateRouteTableAction = Awso_fms.Values.EC2CreateRouteTableAction

Information about the CreateRouteTable action in Amazon EC2.

Sourcemodule EC2DeleteRouteAction = Awso_fms.Values.EC2DeleteRouteAction

Information about the DeleteRoute action in Amazon EC2.

Sourcemodule EC2ReplaceRouteAction = Awso_fms.Values.EC2ReplaceRouteAction

Information about the ReplaceRoute action in Amazon EC2.

Sourcemodule EC2ReplaceRouteTableAssociationAction = Awso_fms.Values.EC2ReplaceRouteTableAssociationAction

Information about the ReplaceRouteTableAssociation action in Amazon EC2.

Sourcemodule FMSPolicyUpdateFirewallCreationConfigAction = Awso_fms.Values.FMSPolicyUpdateFirewallCreationConfigAction

Contains information about the actions that you can take to remediate scope violations caused by your policy's FirewallCreationConfig. FirewallCreationConfig is an optional configuration that you can use to choose which Availability Zones Firewall Manager creates Network Firewall endpoints in.

Sourcemodule ReplaceNetworkAclAssociationAction = Awso_fms.Values.ReplaceNetworkAclAssociationAction

Information about the ReplaceNetworkAclAssociation action in Amazon EC2. This is a remediation option in RemediationAction.

Sourcemodule NetworkFirewallOverrideAction = Awso_fms.Values.NetworkFirewallOverrideAction
Sourcemodule RemediationAction = Awso_fms.Values.RemediationAction

Information about an individual action you can take to remediate a violation.

Sourcemodule TargetViolationReason = Awso_fms.Values.TargetViolationReason
Sourcemodule EntryViolationReason = Awso_fms.Values.EntryViolationReason
Sourcemodule NetworkFirewallResourceName = Awso_fms.Values.NetworkFirewallResourceName
Sourcemodule NetworkFirewallStatefulRuleGroupOverride = Awso_fms.Values.NetworkFirewallStatefulRuleGroupOverride

The setting that allows the policy owner to change the behavior of the rule group within a policy.

Sourcemodule PriorityNumber = Awso_fms.Values.PriorityNumber
Sourcemodule StatelessRuleGroupPriority = Awso_fms.Values.StatelessRuleGroupPriority
Sourcemodule RemediationActionWithOrder = Awso_fms.Values.RemediationActionWithOrder

An ordered list of actions you can take to remediate a violation.

Sourcemodule ResourceIdList = Awso_fms.Values.ResourceIdList
Sourcemodule ViolationTarget = Awso_fms.Values.ViolationTarget
Sourcemodule TargetViolationReasons = Awso_fms.Values.TargetViolationReasons
Sourcemodule RemediationActionDescription = Awso_fms.Values.RemediationActionDescription
Sourcemodule RemediationActionType = Awso_fms.Values.RemediationActionType
Sourcemodule SecurityGroupRuleDescription = Awso_fms.Values.SecurityGroupRuleDescription

Describes a set of permissions for a security group rule.

Sourcemodule EntriesWithConflicts = Awso_fms.Values.EntriesWithConflicts
Sourcemodule EntryViolationReasons = Awso_fms.Values.EntryViolationReasons
Sourcemodule DestinationType = Awso_fms.Values.DestinationType
Sourcemodule LengthBoundedStringList = Awso_fms.Values.LengthBoundedStringList
Sourcemodule NetworkFirewallAction = Awso_fms.Values.NetworkFirewallAction
Sourcemodule StreamExceptionPolicy = Awso_fms.Values.StreamExceptionPolicy
Sourcemodule StatefulRuleGroup = Awso_fms.Values.StatefulRuleGroup

Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.

Sourcemodule StatelessRuleGroup = Awso_fms.Values.StatelessRuleGroup

Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.

Sourcemodule OrderedRemediationActions = Awso_fms.Values.OrderedRemediationActions
Sourcemodule NetworkAclEntries = Awso_fms.Values.NetworkAclEntries
Sourcemodule AwsEc2NetworkInterfaceViolation = Awso_fms.Values.AwsEc2NetworkInterfaceViolation

Violation detail for network interfaces associated with an EC2 instance.

The reference rule that partially matches the ViolationTarget rule and violation reason.

Sourcemodule SecurityGroupRemediationAction = Awso_fms.Values.SecurityGroupRemediationAction

Remediation option for the rule specified in the ViolationTarget.

Sourcemodule DnsRuleGroupPriority = Awso_fms.Values.DnsRuleGroupPriority
Sourcemodule EntryViolation = Awso_fms.Values.EntryViolation

Detailed information about an entry violation in a network ACL. The violation is against the network ACL specification inside the Firewall Manager network ACL policy. This data object is part of InvalidNetworkAclEntriesViolation.

Describes a route in a route table.

Information about the expected route in the route table.

Sourcemodule NetworkFirewallActionList = Awso_fms.Values.NetworkFirewallActionList
Sourcemodule StatefulEngineOptions = Awso_fms.Values.StatefulEngineOptions

Configuration settings for the handling of the stateful rule groups in a Network Firewall firewall policy.

Sourcemodule StatefulRuleGroupList = Awso_fms.Values.StatefulRuleGroupList
Sourcemodule StatelessRuleGroupList = Awso_fms.Values.StatelessRuleGroupList
Sourcemodule PossibleRemediationAction = Awso_fms.Values.PossibleRemediationAction

A list of remediation actions.

Sourcemodule NetworkAclEntrySet = Awso_fms.Values.NetworkAclEntrySet

The configuration of the first and last rules for the network ACL policy, and the remediation settings for each.

Sourcemodule FirewallDeploymentModel = Awso_fms.Values.FirewallDeploymentModel
Sourcemodule PolicyComplianceStatusType = Awso_fms.Values.PolicyComplianceStatusType
Sourcemodule AwsEc2NetworkInterfaceViolations = Awso_fms.Values.AwsEc2NetworkInterfaceViolations
Sourcemodule PartialMatches = Awso_fms.Values.PartialMatches
Sourcemodule SecurityGroupRemediationActions = Awso_fms.Values.SecurityGroupRemediationActions
Sourcemodule DnsRuleGroupPriorities = Awso_fms.Values.DnsRuleGroupPriorities
Sourcemodule EntryViolations = Awso_fms.Values.EntryViolations
Sourcemodule ExpectedRoutes = Awso_fms.Values.ExpectedRoutes
Sourcemodule NetworkFirewallPolicyDescription = Awso_fms.Values.NetworkFirewallPolicyDescription

The definition of the Network Firewall firewall policy.

Sourcemodule PossibleRemediationActionList = Awso_fms.Values.PossibleRemediationActionList
Sourcemodule ResourceArnList = Awso_fms.Values.ResourceArnList
Sourcemodule CustomerPolicyScopeId = Awso_fms.Values.CustomerPolicyScopeId
Sourcemodule ResourceTagKey = Awso_fms.Values.ResourceTagKey
Sourcemodule ResourceTagValue = Awso_fms.Values.ResourceTagValue
Sourcemodule NetworkAclCommonPolicy = Awso_fms.Values.NetworkAclCommonPolicy

Defines a Firewall Manager network ACL policy. This is used in the PolicyOption of a SecurityServicePolicyData for a Policy, when the SecurityServicePolicyData type is set to NETWORK_ACL_COMMON. For information about network ACLs, see Control traffic to subnets using network ACLs in the Amazon Virtual Private Cloud User Guide.

Sourcemodule NetworkFirewallPolicy = Awso_fms.Values.NetworkFirewallPolicy

Configures the firewall policy deployment model of Network Firewall. For information about Network Firewall deployment models, see Network Firewall example architectures with routing in the Network Firewall Developer Guide.

Sourcemodule ThirdPartyFirewallPolicy = Awso_fms.Values.ThirdPartyFirewallPolicy

Configures the deployment model for the third-party firewall.

An individual Firewall Manager application.

Sourcemodule OrganizationalUnitId = Awso_fms.Values.OrganizationalUnitId
Sourcemodule SecurityServiceType = Awso_fms.Values.SecurityServiceType
Sourcemodule EvaluationResult = Awso_fms.Values.EvaluationResult

Describes the compliance status for the account. An account is considered noncompliant if it includes resources that are not protected by the specified policy or that don't comply with the policy.

Sourcemodule DependentServiceName = Awso_fms.Values.DependentServiceName
Sourcemodule AwsEc2InstanceViolation = Awso_fms.Values.AwsEc2InstanceViolation

Violation detail for an EC2 instance resource.

Sourcemodule AwsVPCSecurityGroupViolation = Awso_fms.Values.AwsVPCSecurityGroupViolation

Violation detail for the rule violation in a security group when compared to the primary security group of the Firewall Manager policy.

Sourcemodule DnsDuplicateRuleGroupViolation = Awso_fms.Values.DnsDuplicateRuleGroupViolation

A DNS Firewall rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again.

Sourcemodule DnsRuleGroupLimitExceededViolation = Awso_fms.Values.DnsRuleGroupLimitExceededViolation

The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit.

Sourcemodule DnsRuleGroupPriorityConflictViolation = Awso_fms.Values.DnsRuleGroupPriorityConflictViolation

A rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated.

Sourcemodule FirewallSubnetIsOutOfScopeViolation = Awso_fms.Values.FirewallSubnetIsOutOfScopeViolation

Contains details about the firewall subnet that violates the policy scope.

Sourcemodule FirewallSubnetMissingVPCEndpointViolation = Awso_fms.Values.FirewallSubnetMissingVPCEndpointViolation

The violation details for a firewall subnet's VPC endpoint that's deleted or missing.

Sourcemodule InvalidNetworkAclEntriesViolation = Awso_fms.Values.InvalidNetworkAclEntriesViolation

Violation detail for the entries in a network ACL resource.

Sourcemodule NetworkFirewallBlackHoleRouteDetectedViolation = Awso_fms.Values.NetworkFirewallBlackHoleRouteDetectedViolation

Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.

Sourcemodule NetworkFirewallInternetTrafficNotInspectedViolation = Awso_fms.Values.NetworkFirewallInternetTrafficNotInspectedViolation

Violation detail for the subnet for which internet traffic that hasn't been inspected.

Sourcemodule NetworkFirewallInvalidRouteConfigurationViolation = Awso_fms.Values.NetworkFirewallInvalidRouteConfigurationViolation

Violation detail for the improperly configured subnet route. It's possible there is a missing route table route, or a configuration that causes traffic to cross an Availability Zone boundary.

Sourcemodule NetworkFirewallMissingExpectedRTViolation = Awso_fms.Values.NetworkFirewallMissingExpectedRTViolation

Violation detail for Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.

Sourcemodule NetworkFirewallMissingExpectedRoutesViolation = Awso_fms.Values.NetworkFirewallMissingExpectedRoutesViolation

Violation detail for an expected route missing in Network Firewall.

Sourcemodule NetworkFirewallMissingFirewallViolation = Awso_fms.Values.NetworkFirewallMissingFirewallViolation

Violation detail for Network Firewall for a subnet that doesn't have a Firewall Manager managed firewall in its VPC.

Sourcemodule NetworkFirewallMissingSubnetViolation = Awso_fms.Values.NetworkFirewallMissingSubnetViolation

Violation detail for Network Firewall for an Availability Zone that's missing the expected Firewall Manager managed subnet.

Sourcemodule NetworkFirewallPolicyModifiedViolation = Awso_fms.Values.NetworkFirewallPolicyModifiedViolation

Violation detail for Network Firewall for a firewall policy that has a different NetworkFirewallPolicyDescription than is required by the Firewall Manager policy.

Sourcemodule NetworkFirewallUnexpectedFirewallRoutesViolation = Awso_fms.Values.NetworkFirewallUnexpectedFirewallRoutesViolation

Violation detail for an unexpected route that's present in a route table.

Sourcemodule NetworkFirewallUnexpectedGatewayRoutesViolation = Awso_fms.Values.NetworkFirewallUnexpectedGatewayRoutesViolation

Violation detail for an unexpected gateway route that’s present in a route table.

Sourcemodule PossibleRemediationActions = Awso_fms.Values.PossibleRemediationActions

A list of possible remediation action lists. Each individual possible remediation action is a list of individual remediation actions.

Sourcemodule RouteHasOutOfScopeEndpointViolation = Awso_fms.Values.RouteHasOutOfScopeEndpointViolation

Contains details about the route endpoint that violates the policy scope.

Sourcemodule ThirdPartyFirewallMissingExpectedRouteTableViolation = Awso_fms.Values.ThirdPartyFirewallMissingExpectedRouteTableViolation

The violation details for a third-party firewall that's not associated with an Firewall Manager managed route table.

Sourcemodule ThirdPartyFirewallMissingFirewallViolation = Awso_fms.Values.ThirdPartyFirewallMissingFirewallViolation

The violation details about a third-party firewall's subnet that doesn't have a Firewall Manager managed firewall in its VPC.

Sourcemodule ThirdPartyFirewallMissingSubnetViolation = Awso_fms.Values.ThirdPartyFirewallMissingSubnetViolation

The violation details for a third-party firewall for an Availability Zone that's missing the Firewall Manager managed subnet.

Sourcemodule WebACLHasIncompatibleConfigurationViolation = Awso_fms.Values.WebACLHasIncompatibleConfigurationViolation

The violation details for a web ACL whose configuration is incompatible with the Firewall Manager policy.

Sourcemodule WebACLHasOutOfScopeResourcesViolation = Awso_fms.Values.WebACLHasOutOfScopeResourcesViolation

The violation details for a web ACL that's associated with at least one resource that's out of scope of the Firewall Manager policy.

Sourcemodule ComplianceViolatorMetadata = Awso_fms.Values.ComplianceViolatorMetadata
Sourcemodule ViolationReason = Awso_fms.Values.ViolationReason
Sourcemodule PreviousListVersion = Awso_fms.Values.PreviousListVersion
Sourcemodule CustomerPolicyScopeIdList = Awso_fms.Values.CustomerPolicyScopeIdList
Sourcemodule CustomerPolicyScopeIdType = Awso_fms.Values.CustomerPolicyScopeIdType

The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. If you add more than one tag to a policy, you can specify whether to combine them using the logical AND operator or the logical OR operator. For more information, see Working with Tag Editor. Every resource tag must have a string value, either a non-empty string or an empty string. If you don't provide a value for a resource tag, Firewall Manager saves the value as an empty string: "". When Firewall Manager compares tags, it only matches two tags if they have the same key and the same value. A tag with an empty string value only matches with tags that also have an empty string value.

Contains the settings to configure a network ACL policy, a Network Firewall firewall policy deployment model, or a third-party firewall policy.

Sourcemodule OrganizationalUnitIdList = Awso_fms.Values.OrganizationalUnitIdList
Sourcemodule SecurityServiceTypeList = Awso_fms.Values.SecurityServiceTypeList
Sourcemodule FirewallPolicyId = Awso_fms.Values.FirewallPolicyId
Sourcemodule FirewallPolicyName = Awso_fms.Values.FirewallPolicyName
Sourcemodule ResourceSetStatus = Awso_fms.Values.ResourceSetStatus
Sourcemodule CustomerPolicyStatus = Awso_fms.Values.CustomerPolicyStatus
Sourcemodule EvaluationResults = Awso_fms.Values.EvaluationResults
Sourcemodule OrganizationStatus = Awso_fms.Values.OrganizationStatus
Sourcemodule ResourceViolation = Awso_fms.Values.ResourceViolation

Violation detail based on resource type.

A collection of key:value pairs associated with an Amazon Web Services resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each Amazon Web Services resource.

Sourcemodule ComplianceViolator = Awso_fms.Values.ComplianceViolator

Details of the resource that is not protected by the policy.

Sourcemodule FailedItemReason = Awso_fms.Values.FailedItemReason
Sourcemodule ResourceTypeList = Awso_fms.Values.ResourceTypeList
Sourcemodule PreviousProtocolsList = Awso_fms.Values.PreviousProtocolsList
Sourcemodule CustomerPolicyScopeMap = Awso_fms.Values.CustomerPolicyScopeMap
Sourcemodule PolicyUpdateToken = Awso_fms.Values.PolicyUpdateToken
Sourcemodule ResourceDescription = Awso_fms.Values.ResourceDescription
Sourcemodule ResourceSetIds = Awso_fms.Values.ResourceSetIds
Sourcemodule ResourceTagLogicalOperator = Awso_fms.Values.ResourceTagLogicalOperator
Sourcemodule SecurityServicePolicyData = Awso_fms.Values.SecurityServicePolicyData

Details about the security service that is being used to protect the resources.

Sourcemodule PreviousAppsList = Awso_fms.Values.PreviousAppsList

Configures the accounts within the administrator's Organizations organization that the specified Firewall Manager administrator can apply policies to.

Sourcemodule OrganizationalUnitScope = Awso_fms.Values.OrganizationalUnitScope

Defines the Organizations organizational units (OUs) that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.

Sourcemodule PolicyTypeScope = Awso_fms.Values.PolicyTypeScope

Defines the policy types that the specified Firewall Manager administrator can manage.

Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can manage.

Sourcemodule ThirdPartyFirewallFirewallPolicy = Awso_fms.Values.ThirdPartyFirewallFirewallPolicy

Configures the third-party firewall's firewall policy.

Sourcemodule ResourceSetSummary = Awso_fms.Values.ResourceSetSummary

Summarizes the resource sets used in a policy.

Details of a resource that is associated to an Firewall Manager resource set.

Sourcemodule ProtocolsListDataSummary = Awso_fms.Values.ProtocolsListDataSummary

Details of the Firewall Manager protocols list.

Details of the Firewall Manager policy.

Sourcemodule DiscoveredResource = Awso_fms.Values.DiscoveredResource

A resource in the organization that's available to be associated with a Firewall Manager resource set.

Sourcemodule PolicyComplianceStatus = Awso_fms.Values.PolicyComplianceStatus

Indicates whether the account is compliant with the specified policy. An account is considered noncompliant if it includes resources that are not protected by the policy, for WAF and Shield Advanced policies, or that are noncompliant with the policy, for security group policies.

Sourcemodule AppsListDataSummary = Awso_fms.Values.AppsListDataSummary

Details of the Firewall Manager applications list.

Sourcemodule AdminAccountSummary = Awso_fms.Values.AdminAccountSummary

Contains high level information about the Firewall Manager administrator account.

Sourcemodule ResourceViolations = Awso_fms.Values.ResourceViolations
Sourcemodule ComplianceViolators = Awso_fms.Values.ComplianceViolators

Details of a resource that failed when trying to update it's association to a resource set.

Sourcemodule InternalErrorException = Awso_fms.Values.InternalErrorException

The operation failed because of a system problem, even though the request was valid. Retry your request.

Sourcemodule InvalidInputException = Awso_fms.Values.InvalidInputException

The parameters of the request were invalid.

Sourcemodule InvalidOperationException = Awso_fms.Values.InvalidOperationException

The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have submitted an AssociateAdminAccount request for an account ID that was already set as the Firewall Manager administrator. Or you might have tried to access a Region that's disabled by default, and that you need to enable for the Firewall Manager administrator account and for Organizations before you can access it.

Sourcemodule ResourceNotFoundException = Awso_fms.Values.ResourceNotFoundException

The specified resource was not found.

Sourcemodule LimitExceededException = Awso_fms.Values.LimitExceededException

The operation exceeds a resource limit, for example, the maximum number of policy objects that you can create for an Amazon Web Services account. For more information, see Firewall Manager Limits in the WAF Developer Guide.

A set of resources to include in a policy.

Sourcemodule ProtocolsListData = Awso_fms.Values.ProtocolsListData

An Firewall Manager protocols list.

Sourcemodule InvalidTypeException = Awso_fms.Values.InvalidTypeException

The value of the Type parameter is invalid.

An Firewall Manager policy.

An Firewall Manager applications list.

Defines the resources that the Firewall Manager administrator can manage. For more information about administrative scope, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.

Sourcemodule PaginationToken = Awso_fms.Values.PaginationToken
Sourcemodule ThirdPartyFirewallFirewallPolicies = Awso_fms.Values.ThirdPartyFirewallFirewallPolicies
Sourcemodule PaginationMaxResults = Awso_fms.Values.PaginationMaxResults
Sourcemodule ThirdPartyFirewall = Awso_fms.Values.ThirdPartyFirewall
Sourcemodule ResourceSetSummaryList = Awso_fms.Values.ResourceSetSummaryList
Sourcemodule ProtocolsListsData = Awso_fms.Values.ProtocolsListsData
Sourcemodule PolicySummaryList = Awso_fms.Values.PolicySummaryList
Sourcemodule MemberAccounts = Awso_fms.Values.MemberAccounts
Sourcemodule DiscoveredResourceList = Awso_fms.Values.DiscoveredResourceList
Sourcemodule AWSAccountIdList = Awso_fms.Values.AWSAccountIdList
Sourcemodule PolicyComplianceStatusList = Awso_fms.Values.PolicyComplianceStatusList
Sourcemodule AdminAccountSummaryList = Awso_fms.Values.AdminAccountSummaryList
Sourcemodule ViolationDetail = Awso_fms.Values.ViolationDetail

Violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.

Sourcemodule MarketplaceSubscriptionOnboardingStatus = Awso_fms.Values.MarketplaceSubscriptionOnboardingStatus
Sourcemodule ThirdPartyFirewallAssociationStatus = Awso_fms.Values.ThirdPartyFirewallAssociationStatus
Sourcemodule ProtectionData = Awso_fms.Values.ProtectionData
Sourcemodule PolicyComplianceDetail = Awso_fms.Values.PolicyComplianceDetail

Describes the noncompliant resources in a member account for a specific Firewall Manager policy. A maximum of 100 entries are displayed. If more than 100 resources are noncompliant, EvaluationLimitExceeded is set to True.

Sourcemodule AccountRoleStatus = Awso_fms.Values.AccountRoleStatus
Sourcemodule FailedItemList = Awso_fms.Values.FailedItemList
Sourcemodule IdentifierList = Awso_fms.Values.IdentifierList
Sourcemodule UntagResourceResponse = Awso_fms.Values.UntagResourceResponse

Removes one or more tags from an Amazon Web Services resource.

Sourcemodule UntagResourceRequest = Awso_fms.Values.UntagResourceRequest

Removes one or more tags from an Amazon Web Services resource.

Sourcemodule TagResourceResponse = Awso_fms.Values.TagResourceResponse

Adds one or more tags to an Amazon Web Services resource.

Sourcemodule TagResourceRequest = Awso_fms.Values.TagResourceRequest

Adds one or more tags to an Amazon Web Services resource.

Sourcemodule PutResourceSetResponse = Awso_fms.Values.PutResourceSetResponse

Creates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.

Sourcemodule PutResourceSetRequest = Awso_fms.Values.PutResourceSetRequest

Creates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.

Sourcemodule PutProtocolsListResponse = Awso_fms.Values.PutProtocolsListResponse

Creates an Firewall Manager protocols list.

Sourcemodule PutProtocolsListRequest = Awso_fms.Values.PutProtocolsListRequest

Creates an Firewall Manager protocols list.

Sourcemodule PutPolicyResponse = Awso_fms.Values.PutPolicyResponse

Creates an Firewall Manager policy. A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type. If you add a new account to an organization that you created with Organizations, Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy. Firewall Manager provides the following types of policies: WAF policy - This policy applies WAF web ACL protections to specified accounts and resources. Shield Advanced policy - This policy applies Shield Advanced protection to specified accounts and resources. Security Groups policy - This type of policy gives you control over security groups that are in use throughout your organization in Organizations and lets you enforce a baseline set of rules across your organization. Network ACL policy - This type of policy gives you control over the network ACLs that are in use throughout your organization in Organizations and lets you enforce a baseline set of first and last network ACL rules across your organization. Network Firewall policy - This policy applies Network Firewall protection to your organization's VPCs. DNS Firewall policy - This policy applies Amazon Route 53 Resolver DNS Firewall protections to your organization's VPCs. Third-party firewall policy - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the Amazon Web Services Marketplace console at Amazon Web Services Marketplace. Palo Alto Networks Cloud NGFW policy - This policy applies Palo Alto Networks Cloud Next Generation Firewall (NGFW) protections and Palo Alto Networks Cloud NGFW rulestacks to your organization's VPCs. Fortigate CNF policy - This policy applies Fortigate Cloud Native Firewall (CNF) protections. Fortigate CNF is a cloud-centered solution that blocks Zero-Day threats and secures cloud infrastructures with industry-leading advanced threat prevention, smart web application firewalls (WAF), and API protection.

Sourcemodule PutPolicyRequest = Awso_fms.Values.PutPolicyRequest

Creates an Firewall Manager policy. A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type. If you add a new account to an organization that you created with Organizations, Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy. Firewall Manager provides the following types of policies: WAF policy - This policy applies WAF web ACL protections to specified accounts and resources. Shield Advanced policy - This policy applies Shield Advanced protection to specified accounts and resources. Security Groups policy - This type of policy gives you control over security groups that are in use throughout your organization in Organizations and lets you enforce a baseline set of rules across your organization. Network ACL policy - This type of policy gives you control over the network ACLs that are in use throughout your organization in Organizations and lets you enforce a baseline set of first and last network ACL rules across your organization. Network Firewall policy - This policy applies Network Firewall protection to your organization's VPCs. DNS Firewall policy - This policy applies Amazon Route 53 Resolver DNS Firewall protections to your organization's VPCs. Third-party firewall policy - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the Amazon Web Services Marketplace console at Amazon Web Services Marketplace. Palo Alto Networks Cloud NGFW policy - This policy applies Palo Alto Networks Cloud Next Generation Firewall (NGFW) protections and Palo Alto Networks Cloud NGFW rulestacks to your organization's VPCs. Fortigate CNF policy - This policy applies Fortigate Cloud Native Firewall (CNF) protections. Fortigate CNF is a cloud-centered solution that blocks Zero-Day threats and secures cloud infrastructures with industry-leading advanced threat prevention, smart web application firewalls (WAF), and API protection.

Sourcemodule PutNotificationChannelRequest = Awso_fms.Values.PutNotificationChannelRequest

Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs. To perform this action outside of the console, you must first configure the SNS topic's access policy to allow the SnsRoleName to publish SNS logs. If the SnsRoleName provided is a role other than the AWSServiceRoleForFMS service-linked role, this role must have a trust relationship configured to allow the Firewall Manager service principal fms.amazonaws.com to assume this role. For information about configuring an SNS access policy, see Service roles for Firewall Manager in the Firewall Manager Developer Guide.

Sourcemodule PutAppsListResponse = Awso_fms.Values.PutAppsListResponse

Creates an Firewall Manager applications list.

Sourcemodule PutAppsListRequest = Awso_fms.Values.PutAppsListRequest

Creates an Firewall Manager applications list.

Sourcemodule PutAdminAccountRequest = Awso_fms.Values.PutAdminAccountRequest

Creates or updates an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. Only the organization's management account can create an Firewall Manager administrator account. When you create an Firewall Manager administrator account, the service checks to see if the account is already a delegated administrator within Organizations. If the account isn't a delegated administrator, Firewall Manager calls Organizations to delegate the account within Organizations. For more information about administrator accounts within Organizations, see Managing the Amazon Web Services Accounts in Your Organization.

Sourcemodule ListThirdPartyFirewallFirewallPoliciesResponse = Awso_fms.Values.ListThirdPartyFirewallFirewallPoliciesResponse

Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.

Sourcemodule ListThirdPartyFirewallFirewallPoliciesRequest = Awso_fms.Values.ListThirdPartyFirewallFirewallPoliciesRequest

Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.

Sourcemodule ListTagsForResourceResponse = Awso_fms.Values.ListTagsForResourceResponse

Retrieves the list of tags for the specified Amazon Web Services resource.

Sourcemodule ListTagsForResourceRequest = Awso_fms.Values.ListTagsForResourceRequest

Retrieves the list of tags for the specified Amazon Web Services resource.

Sourcemodule ListResourceSetsResponse = Awso_fms.Values.ListResourceSetsResponse

Returns an array of ResourceSetSummary objects.

Sourcemodule ListResourceSetsRequest = Awso_fms.Values.ListResourceSetsRequest

Returns an array of ResourceSetSummary objects.

Sourcemodule ListResourceSetResourcesResponse = Awso_fms.Values.ListResourceSetResourcesResponse

Returns an array of resources that are currently associated to a resource set.

Sourcemodule ListResourceSetResourcesRequest = Awso_fms.Values.ListResourceSetResourcesRequest

Returns an array of resources that are currently associated to a resource set.

Sourcemodule ListProtocolsListsResponse = Awso_fms.Values.ListProtocolsListsResponse

Returns an array of ProtocolsListDataSummary objects.

Sourcemodule ListProtocolsListsRequest = Awso_fms.Values.ListProtocolsListsRequest

Returns an array of ProtocolsListDataSummary objects.

Sourcemodule ListPoliciesResponse = Awso_fms.Values.ListPoliciesResponse

Returns an array of PolicySummary objects.

Sourcemodule ListPoliciesRequest = Awso_fms.Values.ListPoliciesRequest

Returns an array of PolicySummary objects.

Sourcemodule ListMemberAccountsResponse = Awso_fms.Values.ListMemberAccountsResponse

Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization. Either an Firewall Manager administrator or the organization's management account can make this request.

Sourcemodule ListMemberAccountsRequest = Awso_fms.Values.ListMemberAccountsRequest

Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization. Either an Firewall Manager administrator or the organization's management account can make this request.

Sourcemodule ListDiscoveredResourcesResponse = Awso_fms.Values.ListDiscoveredResourcesResponse

Returns an array of resources in the organization's accounts that are available to be associated with a resource set.

Sourcemodule ListDiscoveredResourcesRequest = Awso_fms.Values.ListDiscoveredResourcesRequest

Returns an array of resources in the organization's accounts that are available to be associated with a resource set.

Sourcemodule ListComplianceStatusResponse = Awso_fms.Values.ListComplianceStatusResponse

Returns an array of PolicyComplianceStatus objects. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy.

Sourcemodule ListComplianceStatusRequest = Awso_fms.Values.ListComplianceStatusRequest

Returns an array of PolicyComplianceStatus objects. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy.

Sourcemodule ListAppsListsResponse = Awso_fms.Values.ListAppsListsResponse

Returns an array of AppsListDataSummary objects.

Sourcemodule ListAppsListsRequest = Awso_fms.Values.ListAppsListsRequest

Returns an array of AppsListDataSummary objects.

Sourcemodule ListAdminsManagingAccountResponse = Awso_fms.Values.ListAdminsManagingAccountResponse

Lists the accounts that are managing the specified Organizations member account. This is useful for any member account so that they can view the accounts who are managing their account. This operation only returns the managing administrators that have the requested account within their AdminScope.

Sourcemodule ListAdminsManagingAccountRequest = Awso_fms.Values.ListAdminsManagingAccountRequest

Lists the accounts that are managing the specified Organizations member account. This is useful for any member account so that they can view the accounts who are managing their account. This operation only returns the managing administrators that have the requested account within their AdminScope.

Sourcemodule ListAdminAccountsForOrganizationResponse = Awso_fms.Values.ListAdminAccountsForOrganizationResponse

Returns a AdminAccounts object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by AssociateAdminAccount. This operation can be called only from the organization's management account.

Sourcemodule ListAdminAccountsForOrganizationRequest = Awso_fms.Values.ListAdminAccountsForOrganizationRequest

Returns a AdminAccounts object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by AssociateAdminAccount. This operation can be called only from the organization's management account.

Sourcemodule GetViolationDetailsResponse = Awso_fms.Values.GetViolationDetailsResponse

Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.

Sourcemodule GetViolationDetailsRequest = Awso_fms.Values.GetViolationDetailsRequest

Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.

Sourcemodule GetThirdPartyFirewallAssociationStatusResponse = Awso_fms.Values.GetThirdPartyFirewallAssociationStatusResponse

The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.

Sourcemodule GetThirdPartyFirewallAssociationStatusRequest = Awso_fms.Values.GetThirdPartyFirewallAssociationStatusRequest

The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.

Sourcemodule GetResourceSetResponse = Awso_fms.Values.GetResourceSetResponse

Gets information about a specific resource set.

Sourcemodule GetResourceSetRequest = Awso_fms.Values.GetResourceSetRequest

Gets information about a specific resource set.

Sourcemodule GetProtocolsListResponse = Awso_fms.Values.GetProtocolsListResponse

Returns information about the specified Firewall Manager protocols list.

Sourcemodule GetProtocolsListRequest = Awso_fms.Values.GetProtocolsListRequest

Returns information about the specified Firewall Manager protocols list.

Sourcemodule GetProtectionStatusResponse = Awso_fms.Values.GetProtectionStatusResponse

If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack. Other policy types are currently unsupported.

Sourcemodule GetProtectionStatusRequest = Awso_fms.Values.GetProtectionStatusRequest

If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack. Other policy types are currently unsupported.

Sourcemodule GetPolicyResponse = Awso_fms.Values.GetPolicyResponse

Returns information about the specified Firewall Manager policy.

Sourcemodule GetPolicyRequest = Awso_fms.Values.GetPolicyRequest

Returns information about the specified Firewall Manager policy.

Sourcemodule GetNotificationChannelResponse = Awso_fms.Values.GetNotificationChannelResponse

Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.

Sourcemodule GetNotificationChannelRequest = Awso_fms.Values.GetNotificationChannelRequest

Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.

Sourcemodule GetComplianceDetailResponse = Awso_fms.Values.GetComplianceDetailResponse

Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy. The reasons for resources being considered compliant depend on the Firewall Manager policy type.

Sourcemodule GetComplianceDetailRequest = Awso_fms.Values.GetComplianceDetailRequest

Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy. The reasons for resources being considered compliant depend on the Firewall Manager policy type.

Sourcemodule GetAppsListResponse = Awso_fms.Values.GetAppsListResponse

Returns information about the specified Firewall Manager applications list.

Sourcemodule GetAppsListRequest = Awso_fms.Values.GetAppsListRequest

Returns information about the specified Firewall Manager applications list.

Sourcemodule GetAdminScopeResponse = Awso_fms.Values.GetAdminScopeResponse

Returns information about the specified account's administrative scope. The administrative scope defines the resources that an Firewall Manager administrator can manage.

Sourcemodule GetAdminScopeRequest = Awso_fms.Values.GetAdminScopeRequest

Returns information about the specified account's administrative scope. The administrative scope defines the resources that an Firewall Manager administrator can manage.

Sourcemodule GetAdminAccountResponse = Awso_fms.Values.GetAdminAccountResponse

Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.

Sourcemodule GetAdminAccountRequest = Awso_fms.Values.GetAdminAccountRequest

Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.

Sourcemodule DisassociateThirdPartyFirewallResponse = Awso_fms.Values.DisassociateThirdPartyFirewallResponse

Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call DisassociateThirdPartyFirewall, the third-party firewall vendor deletes all of the firewalls that are associated with the account.

Sourcemodule DisassociateThirdPartyFirewallRequest = Awso_fms.Values.DisassociateThirdPartyFirewallRequest

Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call DisassociateThirdPartyFirewall, the third-party firewall vendor deletes all of the firewalls that are associated with the account.

Sourcemodule DisassociateAdminAccountRequest = Awso_fms.Values.DisassociateAdminAccountRequest

Disassociates an Firewall Manager administrator account. To set a different account as an Firewall Manager administrator, submit a PutAdminAccount request. To set an account as a default administrator account, you must submit an AssociateAdminAccount request. Disassociation of the default administrator account follows the first in, last out principle. If you are the default administrator, all Firewall Manager administrators within the organization must first disassociate their accounts before you can disassociate your account.

Sourcemodule DeleteResourceSetRequest = Awso_fms.Values.DeleteResourceSetRequest

Deletes the specified ResourceSet.

Sourcemodule DeleteProtocolsListRequest = Awso_fms.Values.DeleteProtocolsListRequest

Permanently deletes an Firewall Manager protocols list.

Sourcemodule DeletePolicyRequest = Awso_fms.Values.DeletePolicyRequest

Permanently deletes an Firewall Manager policy.

Sourcemodule DeleteNotificationChannelRequest = Awso_fms.Values.DeleteNotificationChannelRequest

Deletes an Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.

Sourcemodule DeleteAppsListRequest = Awso_fms.Values.DeleteAppsListRequest

Permanently deletes an Firewall Manager applications list.

Sourcemodule BatchDisassociateResourceResponse = Awso_fms.Values.BatchDisassociateResourceResponse

Disassociates resources from a Firewall Manager resource set.

Sourcemodule BatchDisassociateResourceRequest = Awso_fms.Values.BatchDisassociateResourceRequest

Disassociates resources from a Firewall Manager resource set.

Sourcemodule BatchAssociateResourceResponse = Awso_fms.Values.BatchAssociateResourceResponse

Associate resources to a Firewall Manager resource set.

Sourcemodule BatchAssociateResourceRequest = Awso_fms.Values.BatchAssociateResourceRequest

Associate resources to a Firewall Manager resource set.

Sourcemodule AssociateThirdPartyFirewallResponse = Awso_fms.Values.AssociateThirdPartyFirewallResponse

Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.

Sourcemodule AssociateThirdPartyFirewallRequest = Awso_fms.Values.AssociateThirdPartyFirewallRequest

Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.

Sourcemodule AssociateAdminAccountRequest = Awso_fms.Values.AssociateAdminAccountRequest

Sets a Firewall Manager default administrator account. The Firewall Manager default administrator account can manage third-party firewalls and has full administrative scope that allows administration of all policy types, accounts, organizational units, and Regions. This account must be a member account of the organization in Organizations whose resources you want to protect. For information about working with Firewall Manager administrator accounts, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.