Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FMS

import { FMS } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
class FMS {
constructor(apiFactory: client.ApiFactory);
async associateAdminAccount(params: AssociateAdminAccountRequest, opts?: client.RequestOptions): Promise<void>;
async associateThirdPartyFirewall(params: AssociateThirdPartyFirewallRequest, opts?: client.RequestOptions): Promise<AssociateThirdPartyFirewallResponse>;
async batchAssociateResource(params: BatchAssociateResourceRequest, opts?: client.RequestOptions): Promise<BatchAssociateResourceResponse>;
async batchDisassociateResource(params: BatchDisassociateResourceRequest, opts?: client.RequestOptions): Promise<BatchDisassociateResourceResponse>;
async deleteAppsList(params: DeleteAppsListRequest, opts?: client.RequestOptions): Promise<void>;
async deleteNotificationChannel(opts?: client.RequestOptions): Promise<void>;
async deletePolicy(params: DeletePolicyRequest, opts?: client.RequestOptions): Promise<void>;
async deleteProtocolsList(params: DeleteProtocolsListRequest, opts?: client.RequestOptions): Promise<void>;
async deleteResourceSet(params: DeleteResourceSetRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateAdminAccount(opts?: client.RequestOptions): Promise<void>;
async disassociateThirdPartyFirewall(params: DisassociateThirdPartyFirewallRequest, opts?: client.RequestOptions): Promise<DisassociateThirdPartyFirewallResponse>;
async getAdminAccount(opts?: client.RequestOptions): Promise<GetAdminAccountResponse>;
async getAppsList(params: GetAppsListRequest, opts?: client.RequestOptions): Promise<GetAppsListResponse>;
async getComplianceDetail(params: GetComplianceDetailRequest, opts?: client.RequestOptions): Promise<GetComplianceDetailResponse>;
async getNotificationChannel(opts?: client.RequestOptions): Promise<GetNotificationChannelResponse>;
async getPolicy(params: GetPolicyRequest, opts?: client.RequestOptions): Promise<GetPolicyResponse>;
async getProtectionStatus(params: GetProtectionStatusRequest, opts?: client.RequestOptions): Promise<GetProtectionStatusResponse>;
async getProtocolsList(params: GetProtocolsListRequest, opts?: client.RequestOptions): Promise<GetProtocolsListResponse>;
async getResourceSet(params: GetResourceSetRequest, opts?: client.RequestOptions): Promise<GetResourceSetResponse>;
async getThirdPartyFirewallAssociationStatus(params: GetThirdPartyFirewallAssociationStatusRequest, opts?: client.RequestOptions): Promise<GetThirdPartyFirewallAssociationStatusResponse>;
async getViolationDetails(params: GetViolationDetailsRequest, opts?: client.RequestOptions): Promise<GetViolationDetailsResponse>;
async listAppsLists(params: ListAppsListsRequest, opts?: client.RequestOptions): Promise<ListAppsListsResponse>;
async listComplianceStatus(params: ListComplianceStatusRequest, opts?: client.RequestOptions): Promise<ListComplianceStatusResponse>;
async listDiscoveredResources(params: ListDiscoveredResourcesRequest, opts?: client.RequestOptions): Promise<ListDiscoveredResourcesResponse>;
async listMemberAccounts(params?: ListMemberAccountsRequest, opts?: client.RequestOptions): Promise<ListMemberAccountsResponse>;
async listPolicies(params?: ListPoliciesRequest, opts?: client.RequestOptions): Promise<ListPoliciesResponse>;
async listProtocolsLists(params: ListProtocolsListsRequest, opts?: client.RequestOptions): Promise<ListProtocolsListsResponse>;
async listResourceSetResources(params: ListResourceSetResourcesRequest, opts?: client.RequestOptions): Promise<ListResourceSetResourcesResponse>;
async listResourceSets(params?: ListResourceSetsRequest, opts?: client.RequestOptions): Promise<ListResourceSetsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listThirdPartyFirewallFirewallPolicies(params: ListThirdPartyFirewallFirewallPoliciesRequest, opts?: client.RequestOptions): Promise<ListThirdPartyFirewallFirewallPoliciesResponse>;
async putAppsList(params: PutAppsListRequest, opts?: client.RequestOptions): Promise<PutAppsListResponse>;
async putNotificationChannel(params: PutNotificationChannelRequest, opts?: client.RequestOptions): Promise<void>;
async putPolicy(params: PutPolicyRequest, opts?: client.RequestOptions): Promise<PutPolicyResponse>;
async putProtocolsList(params: PutProtocolsListRequest, opts?: client.RequestOptions): Promise<PutProtocolsListResponse>;
async putResourceSet(params: PutResourceSetRequest, opts?: client.RequestOptions): Promise<PutResourceSetResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new FMS(apiFactory: client.ApiFactory)
[src]

§Methods

§
associateAdminAccount(params: AssociateAdminAccountRequest, opts?: client.RequestOptions): Promise<void>
[src]

Sets the Firewall Manager administrator account. The account must be a member of the organization in Organizations whose resources you want to protect. Firewall Manager sets the permissions that allow the account to administer your Firewall Manager policies.

The account that you associate with Firewall Manager is called the Firewall Manager administrator account.

§

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.

§

Associate resources to a Firewall Manager resource set.

§

Disassociates resources from a Firewall Manager resource set.

§
deleteAppsList(params: DeleteAppsListRequest, opts?: client.RequestOptions): Promise<void>
[src]

Permanently deletes an Firewall Manager applications list.

§
deleteNotificationChannel(opts?: client.RequestOptions): Promise<void>
[src]

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.

§
deletePolicy(params: DeletePolicyRequest, opts?: client.RequestOptions): Promise<void>
[src]

Permanently deletes an Firewall Manager policy.

§
deleteProtocolsList(params: DeleteProtocolsListRequest, opts?: client.RequestOptions): Promise<void>
[src]

Permanently deletes an Firewall Manager protocols list.

§
deleteResourceSet(params: DeleteResourceSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified "ResourceSet".

§
disassociateAdminAccount(opts?: client.RequestOptions): Promise<void>
[src]

Disassociates the account that has been set as the Firewall Manager administrator account. To set a different account as the administrator account, you must submit an AssociateAdminAccount request.

§

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.

§
getAdminAccount(opts?: client.RequestOptions): Promise<GetAdminAccountResponse>
[src]

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

§

Returns information about the specified Firewall Manager applications list.

§

Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy.

  • Resources are considered noncompliant for WAF and Shield Advanced policies if the specified policy has not been applied to them.
  • Resources are considered noncompliant for security group policies if they are in scope of the policy, they violate one or more of the policy rules, and remediation is disabled or not possible.
  • Resources are considered noncompliant for Network Firewall policies if a firewall is missing in the VPC, if the firewall endpoint isn't set up in an expected Availability Zone and subnet, if a subnet created by the Firewall Manager doesn't have the expected route table, and for modifications to a firewall policy that violate the Firewall Manager policy's rules.
  • Resources are considered noncompliant for DNS Firewall policies if a DNS Firewall rule group is missing from the rule group associations for the VPC.
§
getNotificationChannel(opts?: client.RequestOptions): Promise<GetNotificationChannelResponse>
[src]

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

§

Returns information about the specified Firewall Manager policy.

§

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.

§

Returns information about the specified Firewall Manager protocols list.

§

Gets information about a specific resource set.

§

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

§

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

§

Returns an array of AppsListDataSummary objects.

§

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

§

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

§

Returns a MemberAccounts object that lists the member accounts in the administrator's Amazon Web Services organization.

The ListMemberAccounts must be submitted by the account that is set as the Firewall Manager administrator.

§

Returns an array of PolicySummary objects.

§

Returns an array of ProtocolsListDataSummary objects.

§

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

§

Returns an array of ResourceSetSummary objects.

§

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

§

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

§

Creates an Firewall Manager applications list.

§
putNotificationChannel(params: PutNotificationChannelRequest, opts?: client.RequestOptions): Promise<void>
[src]

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 configure the SNS topic to allow the Firewall Manager role AWSServiceRoleForFMS to publish SNS logs. For more information, see Firewall Manager required permissions for API actions in the Firewall Manager Developer Guide.

§

Creates an Firewall Manager policy.

Firewall Manager provides the following types of policies:

  • An WAF policy (type WAFV2), which defines rule groups to run first in the corresponding WAF web ACL and rule groups to run last in the web ACL.
  • An WAF Classic policy (type WAF), which defines a rule group.
  • A Shield Advanced policy, which applies Shield Advanced protection to specified accounts and resources.
  • A security group policy, which manages VPC security groups across your Amazon Web Services organization.
  • An Network Firewall policy, which provides firewall rules to filter network traffic in specified Amazon VPCs.
  • A DNS Firewall policy, which provides Route 53 Resolver DNS Firewall rules to filter DNS queries for specified VPCs.

Each policy is specific to one of the types. If you want to enforce more than one policy type across accounts, create multiple policies. You can create multiple policies for each type.

You must be subscribed to Shield Advanced to create a Shield Advanced policy. For more information about subscribing to Shield Advanced, see CreateSubscription.

§

Creates an Firewall Manager protocols list.

§

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.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§Static Properties