Method | Description | |
---|---|---|
AmazonAWSHealthClient ( ) : System |
Constructs AmazonAWSHealthClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonAWSHealthClient ( |
Constructs AmazonAWSHealthClient with AWS Credentials
|
|
AmazonAWSHealthClient ( |
Constructs AmazonAWSHealthClient with AWS Credentials and an AmazonAWSHealthClient Configuration object.
|
|
AmazonAWSHealthClient ( |
Constructs AmazonAWSHealthClient with AWS Credentials
|
|
AmazonAWSHealthClient ( |
Constructs AmazonAWSHealthClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonAWSHealthClient ( RegionEndpoint region ) : System |
Constructs AmazonAWSHealthClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonAWSHealthClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSHealthClient Configuration object.
|
|
AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonAWSHealthClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSHealthClient Configuration object.
|
|
AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
|
|
BeginDescribeAffectedEntities ( |
Initiates the asynchronous execution of the DescribeAffectedEntities operation.
|
|
BeginDescribeEntityAggregates ( |
Initiates the asynchronous execution of the DescribeEntityAggregates operation.
|
|
BeginDescribeEventAggregates ( |
Initiates the asynchronous execution of the DescribeEventAggregates operation.
|
|
BeginDescribeEventDetails ( |
Initiates the asynchronous execution of the DescribeEventDetails operation.
|
|
BeginDescribeEventTypes ( |
Initiates the asynchronous execution of the DescribeEventTypes operation.
|
|
BeginDescribeEvents ( |
Initiates the asynchronous execution of the DescribeEvents operation.
|
|
DescribeAffectedEntities ( |
Gets a list of entities that have been attached to events, based on the specified filter criteria. Entities can refer to individual customer resources, groups of customer resources, or any other construct, depending on the AWS service. Events that have impact beyond that of the attached entities, or where the extent of impact is unknown, include at least one entity indicating this. If no filter criteria are specified, all entities are returned. Results are sorted by the
|
|
DescribeAffectedEntitiesAsync ( |
Initiates the asynchronous execution of the DescribeAffectedEntities operation.
|
|
DescribeEntityAggregates ( |
|
|
DescribeEntityAggregatesAsync ( |
Initiates the asynchronous execution of the DescribeEntityAggregates operation.
|
|
DescribeEventAggregates ( |
|
|
DescribeEventAggregatesAsync ( |
Initiates the asynchronous execution of the DescribeEventAggregates operation.
|
|
DescribeEventDetails ( |
Gets detailed event information (excluding AffectedEntities) of an event that is affecting/has affected the caller. This will include a detailed description pertaining to the event, as well as any public metadata provided by the service-team that created the event.
|
|
DescribeEventDetailsAsync ( |
Initiates the asynchronous execution of the DescribeEventDetails operation.
|
|
DescribeEventTypes ( |
Gets a list of the event types that can be reported by Silvermine, based on the specified filter criteria. If no filter criteria are specified, all event types are returned, in no particular order.
|
|
DescribeEventTypesAsync ( |
Initiates the asynchronous execution of the DescribeEventTypes operation.
|
|
DescribeEvents ( |
Gets a list of events, based on the specified filter criteria. Events are returned in a summary form and do not include attached resources (if they exist) nor publicly exposed metadata included by the service-team that posted the event. Filters allow for a single event to be retrieved, or multiple events matching the provided criteria. If no filter criteria are specified, all events are returned. Results are sorted by
|
|
DescribeEventsAsync ( |
Initiates the asynchronous execution of the DescribeEvents operation.
|
|
EndDescribeAffectedEntities ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeAffectedEntities operation.
|
|
EndDescribeEntityAggregates ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeEntityAggregates operation.
|
|
EndDescribeEventAggregates ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeEventAggregates operation.
|
|
EndDescribeEventDetails ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeEventDetails operation.
|
|
EndDescribeEventTypes ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeEventTypes operation.
|
|
EndDescribeEvents ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeEvents operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonAWSHealthClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonAWSHealthClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonAWSHealthClient Configuration Object | |
return | System |
public AmazonAWSHealthClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAWSHealthClient ( |
||
config | The AmazonAWSHealthClient Configuration Object | |
return | System |
public AmazonAWSHealthClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonAWSHealthClient Configuration Object | |
return | System |
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonAWSHealthClient Configuration Object | |
return | System |
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BeginDescribeAffectedEntities ( |
||
request | Container for the necessary parameters to execute the DescribeAffectedEntities operation on AmazonAWSHealthClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeEntityAggregates ( |
||
request | Container for the necessary parameters to execute the DescribeEntityAggregates operation on AmazonAWSHealthClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeEventAggregates ( |
||
request | Container for the necessary parameters to execute the DescribeEventAggregates operation on AmazonAWSHealthClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeEventDetails ( |
||
request | Container for the necessary parameters to execute the DescribeEventDetails operation on AmazonAWSHealthClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeEventTypes ( |
||
request | Container for the necessary parameters to execute the DescribeEventTypes operation on AmazonAWSHealthClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeEvents ( |
||
request | Container for the necessary parameters to execute the DescribeEvents operation on AmazonAWSHealthClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
protected CreateSigner ( ) : |
||
return |
public DescribeAffectedEntities ( |
||
request | Container for the necessary parameters to execute the DescribeAffectedEntities service method. | |
return |
public DescribeAffectedEntitiesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeAffectedEntities operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeEntityAggregates ( |
||
request | Container for the necessary parameters to execute the DescribeEntityAggregates service method. | |
return |
public DescribeEntityAggregatesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeEntityAggregates operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeEventAggregates ( |
||
request | Container for the necessary parameters to execute the DescribeEventAggregates service method. | |
return |
public DescribeEventAggregatesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeEventAggregates operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeEventDetails ( |
||
request | Container for the necessary parameters to execute the DescribeEventDetails service method. | |
return |
public DescribeEventDetailsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeEventDetails operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeEventTypes ( |
||
request | Container for the necessary parameters to execute the DescribeEventTypes service method. | |
return |
public DescribeEventTypesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeEventTypes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeEvents ( |
||
request | Container for the necessary parameters to execute the DescribeEvents service method. | |
return |
public DescribeEventsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeEvents operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndDescribeAffectedEntities ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAffectedEntities. |
return |
public EndDescribeEntityAggregates ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeEntityAggregates. |
return |
public EndDescribeEventAggregates ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeEventAggregates. |
return |
public EndDescribeEventDetails ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeEventDetails. |
return |
public EndDescribeEventTypes ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeEventTypes. |
return |
public EndDescribeEvents ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeEvents. |
return |