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.
Namespace: Amazon.ApplicationSignals.Model
Assembly: AWSSDK.ApplicationSignals.dll
Version: 3.x.y.z
public class ListServiceStatesRequest : AmazonApplicationSignalsRequest IAmazonWebServiceRequest
The ListServiceStatesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListServiceStatesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
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. |
|
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. |
|
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, |
|
IncludeLinkedAccounts | System.Boolean |
Gets and sets the property IncludeLinkedAccounts.
If you are using this operation in a monitoring account, specify |
|
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. |
|
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. |
|
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, |
.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