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.3/services/fms.ts?docs=full";
class FMS {
constructor(apiFactory: client.ApiFactory);
async associateAdminAccount(params: AssociateAdminAccountRequest, opts?: client.RequestOptions): Promise<void>;
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 disassociateAdminAccount(opts?: client.RequestOptions): Promise<void>;
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 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 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 listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
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 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.

§
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.

§
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.

§
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.

§

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 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.

§

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

§

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.

§
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