AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListServiceStates operation. Returns information about the last deployment and other change states of services. This API provides visibility into recent changes that may have affected service performance, helping with troubleshooting and change correlation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationSignals.AmazonApplicationSignalsRequest
      Amazon.ApplicationSignals.Model.ListServiceStatesRequest

Namespace: Amazon.ApplicationSignals.Model
Assembly: AWSSDK.ApplicationSignals.dll
Version: 3.x.y.z

Syntax

C#
public class ListServiceStatesRequest : AmazonApplicationSignalsRequest
         IAmazonWebServiceRequest

The ListServiceStatesRequest type exposes the following members

Constructors

NameDescription
Public Method ListServiceStatesRequest()

Properties

NameTypeDescription
Public Property AttributeFilters System.Collections.Generic.List<Amazon.ApplicationSignals.Model.AttributeFilter>

Gets and sets the property AttributeFilters.

A list of attribute filters to narrow down the services. You can filter by platform, environment, or other service attributes.

Public Property AwsAccountId System.String

Gets and sets the property AwsAccountId.

The Amazon Web Services account ID to filter service states by. Use this to limit results to services from a specific account.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the time period to retrieve service state information for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057.

Public Property IncludeLinkedAccounts System.Boolean

Gets and sets the property IncludeLinkedAccounts.

If you are using this operation in a monitoring account, specify true to include service states from source accounts in the returned data.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of service states to return in one operation. If you omit this parameter, the default of 20 is used.

Public Property NextToken System.String

Gets and sets the property NextToken.

Include this value, if it was returned by the previous operation, to get the next set of service states.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start of the time period to retrieve service state information for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5