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

DescribeOpsItemsRequest

import type { DescribeOpsItemsRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeOpsItemsRequest {
MaxResults?: number | null;
NextToken?: string | null;
OpsItemFilters?: OpsItemFilter[] | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.

§
OpsItemFilters?: OpsItemFilter[] | null
[src]

One or more filters to limit the response.

  • Key: CreatedTime Operations: GreaterThan, LessThan
  • Key: LastModifiedBy Operations: Contains, Equals
  • Key: LastModifiedTime Operations: GreaterThan, LessThan
  • Key: Priority Operations: Equals
  • Key: Source Operations: Contains, Equals
  • Key: Status Operations: Equals
  • Key: Title* Operations: Equals,Contains
  • Key: OperationalData** Operations: Equals
  • Key: OperationalDataKey Operations: Equals
  • Key: OperationalDataValue Operations: Equals, Contains
  • Key: OpsItemId Operations: Equals
  • Key: ResourceId Operations: Contains
  • Key: AutomationId Operations: Equals

*The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit.

**If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}