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

GetProtectionStatusResponse

import type { GetProtectionStatusResponse } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface GetProtectionStatusResponse {
AdminAccountId?: string | null;
Data?: string | null;
NextToken?: string | null;
ServiceType?: SecurityServiceType | null;
}

§Properties

§
AdminAccountId?: string | null
[src]

The ID of the Firewall Manager administrator account for this policy.

§
Data?: string | null
[src]

Details about the attack, including the following:

  • Attack type
  • Account ID
  • ARN of the resource attacked
  • Start time of the attack
  • End time of the attack (ongoing attacks will not have an end time)

The details are in JSON format.

§
NextToken?: string | null
[src]

If you have more objects than the number that you specified for MaxResults in the request, the response includes a NextToken value. To list more objects, submit another GetProtectionStatus request, and specify the NextToken value from the response in the NextToken value in the next request.

Amazon Web Services SDKs provide auto-pagination that identify NextToken in a response and make subsequent request calls automatically on your behalf. However, this feature is not supported by GetProtectionStatus. You must submit subsequent requests with NextToken using your own processes.

§
ServiceType?: SecurityServiceType | null
[src]

The service type that is protected by the policy. Currently, this is always SHIELD_ADVANCED.