C# Класс Amazon.CloudFormation.AmazonCloudFormationClient

Implementation for accessing CloudFormation AWS CloudFormation

AWS CloudFormation allows you to create and manage AWS infrastructure deployments predictably and repeatedly. You can use AWS CloudFormation to leverage AWS products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly scalable, cost-effective applications without creating or configuring the underlying AWS infrastructure.

With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.

For more information about AWS CloudFormation, see the AWS CloudFormation Product Page.

Amazon CloudFormation makes use of other AWS products. For additional technical information about a specific AWS product, see its technical documentation.

Наследование: AmazonServiceClient, IAmazonCloudFormation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AmazonCloudFormationClient ( ) : System

Constructs AmazonCloudFormationClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonCloudFormationClient ( AWSCredentials credentials ) : System

Constructs AmazonCloudFormationClient with AWS Credentials

AmazonCloudFormationClient ( AWSCredentials credentials, AmazonCloudFormationConfig clientConfig ) : System

Constructs AmazonCloudFormationClient with AWS Credentials and an AmazonCloudFormationClient Configuration object.

AmazonCloudFormationClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonCloudFormationClient with AWS Credentials

AmazonCloudFormationClient ( AmazonCloudFormationConfig config ) : System

Constructs AmazonCloudFormationClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonCloudFormationClient ( RegionEndpoint region ) : System

Constructs AmazonCloudFormationClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key

AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonCloudFormationConfig clientConfig ) : System

Constructs AmazonCloudFormationClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFormationClient Configuration object.

AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key

AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key

AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonCloudFormationConfig clientConfig ) : System

Constructs AmazonCloudFormationClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFormationClient Configuration object.

AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key

BeginCancelUpdateStack ( CancelUpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelUpdateStack operation.

BeginContinueUpdateRollback ( ContinueUpdateRollbackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ContinueUpdateRollback operation.

BeginCreateChangeSet ( CreateChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateChangeSet operation.

BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStack operation.

BeginDeleteChangeSet ( DeleteChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteChangeSet operation.

BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteStack operation.

BeginDescribeAccountLimits ( Amazon.CloudFormation.Model.DescribeAccountLimitsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAccountLimits operation.

BeginDescribeChangeSet ( DescribeChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeChangeSet operation.

BeginDescribeStackEvents ( DescribeStackEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackEvents operation.

BeginDescribeStackResource ( DescribeStackResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackResource operation.

BeginDescribeStackResources ( DescribeStackResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackResources operation.

BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStacks operation.

BeginEstimateTemplateCost ( EstimateTemplateCostRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the EstimateTemplateCost operation.

BeginExecuteChangeSet ( ExecuteChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ExecuteChangeSet operation.

BeginGetStackPolicy ( GetStackPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetStackPolicy operation.

BeginGetTemplate ( GetTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTemplate operation.

BeginGetTemplateSummary ( Amazon.CloudFormation.Model.GetTemplateSummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetTemplateSummary operation.

BeginListChangeSets ( ListChangeSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListChangeSets operation.

BeginListExports ( ListExportsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListExports operation.

BeginListImports ( ListImportsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListImports operation.

BeginListStackResources ( ListStackResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListStackResources operation.

BeginListStacks ( ListStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListStacks operation.

BeginSetStackPolicy ( SetStackPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetStackPolicy operation.

BeginSignalResource ( Amazon.CloudFormation.Model.SignalResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SignalResource operation.

BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateStack operation.

BeginValidateTemplate ( ValidateTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ValidateTemplate operation.

CancelUpdateStackAsync ( CancelUpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelUpdateStack operation.

ContinueUpdateRollbackAsync ( ContinueUpdateRollbackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ContinueUpdateRollback operation.

CreateChangeSetAsync ( CreateChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateChangeSet operation.

CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStack operation.

DeleteChangeSetAsync ( DeleteChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteChangeSet operation.

DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteStack operation.

DescribeAccountLimitsAsync ( Amazon.CloudFormation.Model.DescribeAccountLimitsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAccountLimits operation.

DescribeChangeSetAsync ( DescribeChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeChangeSet operation.

DescribeStackEventsAsync ( DescribeStackEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackEvents operation.

DescribeStackResourceAsync ( DescribeStackResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackResource operation.

DescribeStackResourcesAsync ( DescribeStackResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackResources operation.

DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStacks operation.

DescribeStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

If the stack does not exist, an AmazonCloudFormationException is returned.

EndCancelUpdateStack ( IAsyncResult asyncResult ) : CancelUpdateStackResponse

Finishes the asynchronous execution of the CancelUpdateStack operation.

EndContinueUpdateRollback ( IAsyncResult asyncResult ) : ContinueUpdateRollbackResponse

Finishes the asynchronous execution of the ContinueUpdateRollback operation.

EndCreateChangeSet ( IAsyncResult asyncResult ) : CreateChangeSetResponse

Finishes the asynchronous execution of the CreateChangeSet operation.

EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse

Finishes the asynchronous execution of the CreateStack operation.

EndDeleteChangeSet ( IAsyncResult asyncResult ) : DeleteChangeSetResponse

Finishes the asynchronous execution of the DeleteChangeSet operation.

EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse

Finishes the asynchronous execution of the DeleteStack operation.

EndDescribeAccountLimits ( IAsyncResult asyncResult ) : DescribeAccountLimitsResponse

Finishes the asynchronous execution of the DescribeAccountLimits operation.

EndDescribeChangeSet ( IAsyncResult asyncResult ) : DescribeChangeSetResponse

Finishes the asynchronous execution of the DescribeChangeSet operation.

EndDescribeStackEvents ( IAsyncResult asyncResult ) : DescribeStackEventsResponse

Finishes the asynchronous execution of the DescribeStackEvents operation.

EndDescribeStackResource ( IAsyncResult asyncResult ) : DescribeStackResourceResponse

Finishes the asynchronous execution of the DescribeStackResource operation.

EndDescribeStackResources ( IAsyncResult asyncResult ) : DescribeStackResourcesResponse

Finishes the asynchronous execution of the DescribeStackResources operation.

EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse

Finishes the asynchronous execution of the DescribeStacks operation.

EndEstimateTemplateCost ( IAsyncResult asyncResult ) : EstimateTemplateCostResponse

Finishes the asynchronous execution of the EstimateTemplateCost operation.

EndExecuteChangeSet ( IAsyncResult asyncResult ) : ExecuteChangeSetResponse

Finishes the asynchronous execution of the ExecuteChangeSet operation.

EndGetStackPolicy ( IAsyncResult asyncResult ) : GetStackPolicyResponse

Finishes the asynchronous execution of the GetStackPolicy operation.

EndGetTemplate ( IAsyncResult asyncResult ) : GetTemplateResponse

Finishes the asynchronous execution of the GetTemplate operation.

EndGetTemplateSummary ( IAsyncResult asyncResult ) : GetTemplateSummaryResponse

Finishes the asynchronous execution of the GetTemplateSummary operation.

EndListChangeSets ( IAsyncResult asyncResult ) : ListChangeSetsResponse

Finishes the asynchronous execution of the ListChangeSets operation.

EndListExports ( IAsyncResult asyncResult ) : ListExportsResponse

Finishes the asynchronous execution of the ListExports operation.

EndListImports ( IAsyncResult asyncResult ) : ListImportsResponse

Finishes the asynchronous execution of the ListImports operation.

EndListStackResources ( IAsyncResult asyncResult ) : ListStackResourcesResponse

Finishes the asynchronous execution of the ListStackResources operation.

EndListStacks ( IAsyncResult asyncResult ) : ListStacksResponse

Finishes the asynchronous execution of the ListStacks operation.

EndSetStackPolicy ( IAsyncResult asyncResult ) : SetStackPolicyResponse

Finishes the asynchronous execution of the SetStackPolicy operation.

EndSignalResource ( IAsyncResult asyncResult ) : SignalResourceResponse

Finishes the asynchronous execution of the SignalResource operation.

EndUpdateStack ( IAsyncResult asyncResult ) : UpdateStackResponse

Finishes the asynchronous execution of the UpdateStack operation.

EndValidateTemplate ( IAsyncResult asyncResult ) : ValidateTemplateResponse

Finishes the asynchronous execution of the ValidateTemplate operation.

EstimateTemplateCostAsync ( EstimateTemplateCostRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the EstimateTemplateCost operation.

ExecuteChangeSetAsync ( ExecuteChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ExecuteChangeSet operation.

GetStackPolicyAsync ( GetStackPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetStackPolicy operation.

GetTemplateAsync ( GetTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTemplate operation.

GetTemplateSummaryAsync ( GetTemplateSummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetTemplateSummary operation.

ListChangeSetsAsync ( ListChangeSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListChangeSets operation.

ListExportsAsync ( ListExportsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListExports operation.

ListImportsAsync ( ListImportsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListImports operation.

ListStackResourcesAsync ( ListStackResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListStackResources operation.

ListStacksAsync ( ListStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListStacks operation.

ListStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).

SetStackPolicyAsync ( SetStackPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetStackPolicy operation.

SignalResourceAsync ( SignalResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SignalResource operation.

UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateStack operation.

ValidateTemplateAsync ( System cancellationToken = default(CancellationToken) ) : Task

Validates a specified template. AWS CloudFormation first checks if the template is valid JSON. If it isn't, AWS CloudFormation checks if the template is valid YAML. If both these checks fail, AWS CloudFormation returns a template validation error.

ValidateTemplateAsync ( ValidateTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ValidateTemplate operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customizes the runtime pipeline.

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
CancelUpdateStack ( CancelUpdateStackRequest request ) : Amazon.CloudFormation.Model.CancelUpdateStackResponse
ContinueUpdateRollback ( ContinueUpdateRollbackRequest request ) : ContinueUpdateRollbackResponse
CreateChangeSet ( CreateChangeSetRequest request ) : CreateChangeSetResponse
CreateStack ( CreateStackRequest request ) : CreateStackResponse
DeleteChangeSet ( DeleteChangeSetRequest request ) : DeleteChangeSetResponse
DeleteStack ( DeleteStackRequest request ) : Amazon.CloudFormation.Model.DeleteStackResponse
DescribeAccountLimits ( Amazon.CloudFormation.Model.DescribeAccountLimitsRequest request ) : Amazon.CloudFormation.Model.DescribeAccountLimitsResponse
DescribeChangeSet ( DescribeChangeSetRequest request ) : DescribeChangeSetResponse
DescribeStackEvents ( DescribeStackEventsRequest request ) : DescribeStackEventsResponse
DescribeStackResource ( DescribeStackResourceRequest request ) : DescribeStackResourceResponse
DescribeStackResources ( DescribeStackResourcesRequest request ) : DescribeStackResourcesResponse
DescribeStacks ( ) : DescribeStacksResponse
DescribeStacks ( DescribeStacksRequest request ) : DescribeStacksResponse
EstimateTemplateCost ( EstimateTemplateCostRequest request ) : EstimateTemplateCostResponse
ExecuteChangeSet ( ExecuteChangeSetRequest request ) : ExecuteChangeSetResponse
GetStackPolicy ( GetStackPolicyRequest request ) : GetStackPolicyResponse
GetTemplate ( GetTemplateRequest request ) : GetTemplateResponse
GetTemplateSummary ( GetTemplateSummaryRequest request ) : GetTemplateSummaryResponse
ListChangeSets ( ListChangeSetsRequest request ) : ListChangeSetsResponse
ListExports ( ListExportsRequest request ) : ListExportsResponse
ListImports ( ListImportsRequest request ) : ListImportsResponse
ListStackResources ( ListStackResourcesRequest request ) : ListStackResourcesResponse
ListStacks ( ) : ListStacksResponse
ListStacks ( ListStacksRequest request ) : ListStacksResponse
SetStackPolicy ( SetStackPolicyRequest request ) : SetStackPolicyResponse
SignalResource ( SignalResourceRequest request ) : SignalResourceResponse
UpdateStack ( UpdateStackRequest request ) : UpdateStackResponse
ValidateTemplate ( ) : ValidateTemplateResponse
ValidateTemplate ( ValidateTemplateRequest request ) : ValidateTemplateResponse

Описание методов

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonCloudFormationClient ( ) : System
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Credentials
public AmazonCloudFormationClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Credentials and an AmazonCloudFormationClient Configuration object.
public AmazonCloudFormationClient ( AWSCredentials credentials, AmazonCloudFormationConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonCloudFormationConfig The AmazonCloudFormationClient Configuration Object
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Credentials
public AmazonCloudFormationClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonCloudFormationClient ( AmazonCloudFormationConfig config ) : System
config AmazonCloudFormationConfig The AmazonCloudFormationClient Configuration Object
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonCloudFormationClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key
public AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFormationClient Configuration object.
public AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonCloudFormationConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonCloudFormationConfig The AmazonCloudFormationClient Configuration Object
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key
public AmazonCloudFormationClient ( 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.
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key
public AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFormationClient Configuration object.
public AmazonCloudFormationClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonCloudFormationConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonCloudFormationConfig The AmazonCloudFormationClient Configuration Object
Результат System

AmazonCloudFormationClient() публичный Метод

Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key
public AmazonCloudFormationClient ( 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.
Результат System

BeginCancelUpdateStack() публичный Метод

Initiates the asynchronous execution of the CancelUpdateStack operation.
public BeginCancelUpdateStack ( CancelUpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.CancelUpdateStackRequest Container for the necessary parameters to execute the CancelUpdateStack operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginContinueUpdateRollback() публичный Метод

Initiates the asynchronous execution of the ContinueUpdateRollback operation.
public BeginContinueUpdateRollback ( ContinueUpdateRollbackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ContinueUpdateRollbackRequest Container for the necessary parameters to execute the ContinueUpdateRollback operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginCreateChangeSet() публичный Метод

Initiates the asynchronous execution of the CreateChangeSet operation.
public BeginCreateChangeSet ( CreateChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.CreateChangeSetRequest Container for the necessary parameters to execute the CreateChangeSet operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginCreateStack() публичный Метод

Initiates the asynchronous execution of the CreateStack operation.
public BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDeleteChangeSet() публичный Метод

Initiates the asynchronous execution of the DeleteChangeSet operation.
public BeginDeleteChangeSet ( DeleteChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DeleteChangeSetRequest Container for the necessary parameters to execute the DeleteChangeSet operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDeleteStack() публичный Метод

Initiates the asynchronous execution of the DeleteStack operation.
public BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDescribeAccountLimits() публичный Метод

Initiates the asynchronous execution of the DescribeAccountLimits operation.
public BeginDescribeAccountLimits ( Amazon.CloudFormation.Model.DescribeAccountLimitsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DescribeAccountLimitsRequest Container for the necessary parameters to execute the DescribeAccountLimits operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDescribeChangeSet() публичный Метод

Initiates the asynchronous execution of the DescribeChangeSet operation.
public BeginDescribeChangeSet ( DescribeChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DescribeChangeSetRequest Container for the necessary parameters to execute the DescribeChangeSet operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDescribeStackEvents() публичный Метод

Initiates the asynchronous execution of the DescribeStackEvents operation.
public BeginDescribeStackEvents ( DescribeStackEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DescribeStackEventsRequest Container for the necessary parameters to execute the DescribeStackEvents operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDescribeStackResource() публичный Метод

Initiates the asynchronous execution of the DescribeStackResource operation.
public BeginDescribeStackResource ( DescribeStackResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DescribeStackResourceRequest Container for the necessary parameters to execute the DescribeStackResource operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDescribeStackResources() публичный Метод

Initiates the asynchronous execution of the DescribeStackResources operation.
public BeginDescribeStackResources ( DescribeStackResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DescribeStackResourcesRequest Container for the necessary parameters to execute the DescribeStackResources operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginDescribeStacks() публичный Метод

Initiates the asynchronous execution of the DescribeStacks operation.
public BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginEstimateTemplateCost() публичный Метод

Initiates the asynchronous execution of the EstimateTemplateCost operation.
public BeginEstimateTemplateCost ( EstimateTemplateCostRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.EstimateTemplateCostRequest Container for the necessary parameters to execute the EstimateTemplateCost operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginExecuteChangeSet() публичный Метод

Initiates the asynchronous execution of the ExecuteChangeSet operation.
public BeginExecuteChangeSet ( ExecuteChangeSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ExecuteChangeSetRequest Container for the necessary parameters to execute the ExecuteChangeSet operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginGetStackPolicy() публичный Метод

Initiates the asynchronous execution of the GetStackPolicy operation.
public BeginGetStackPolicy ( GetStackPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.GetStackPolicyRequest Container for the necessary parameters to execute the GetStackPolicy operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginGetTemplate() публичный Метод

Initiates the asynchronous execution of the GetTemplate operation.
public BeginGetTemplate ( GetTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.GetTemplateRequest Container for the necessary parameters to execute the GetTemplate operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginGetTemplateSummary() публичный Метод

Initiates the asynchronous execution of the GetTemplateSummary operation.
public BeginGetTemplateSummary ( Amazon.CloudFormation.Model.GetTemplateSummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.GetTemplateSummaryRequest Container for the necessary parameters to execute the GetTemplateSummary operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginListChangeSets() публичный Метод

Initiates the asynchronous execution of the ListChangeSets operation.
public BeginListChangeSets ( ListChangeSetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ListChangeSetsRequest Container for the necessary parameters to execute the ListChangeSets operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginListExports() публичный Метод

Initiates the asynchronous execution of the ListExports operation.
public BeginListExports ( ListExportsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ListExportsRequest Container for the necessary parameters to execute the ListExports operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginListImports() публичный Метод

Initiates the asynchronous execution of the ListImports operation.
public BeginListImports ( ListImportsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ListImportsRequest Container for the necessary parameters to execute the ListImports operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginListStackResources() публичный Метод

Initiates the asynchronous execution of the ListStackResources operation.
public BeginListStackResources ( ListStackResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ListStackResourcesRequest Container for the necessary parameters to execute the ListStackResources operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginListStacks() публичный Метод

Initiates the asynchronous execution of the ListStacks operation.
public BeginListStacks ( ListStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ListStacksRequest Container for the necessary parameters to execute the ListStacks operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginSetStackPolicy() публичный Метод

Initiates the asynchronous execution of the SetStackPolicy operation.
public BeginSetStackPolicy ( SetStackPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.SetStackPolicyRequest Container for the necessary parameters to execute the SetStackPolicy operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginSignalResource() публичный Метод

Initiates the asynchronous execution of the SignalResource operation.
public BeginSignalResource ( Amazon.CloudFormation.Model.SignalResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.SignalResourceRequest Container for the necessary parameters to execute the SignalResource operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginUpdateStack() публичный Метод

Initiates the asynchronous execution of the UpdateStack operation.
public BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

BeginValidateTemplate() публичный Метод

Initiates the asynchronous execution of the ValidateTemplate operation.
public BeginValidateTemplate ( ValidateTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudFormation.Model.ValidateTemplateRequest Container for the necessary parameters to execute the ValidateTemplate operation on AmazonCloudFormationClient.
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.
Результат IAsyncResult

CancelUpdateStackAsync() публичный Метод

Initiates the asynchronous execution of the CancelUpdateStack operation.
public CancelUpdateStackAsync ( CancelUpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.CancelUpdateStackRequest Container for the necessary parameters to execute the CancelUpdateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ContinueUpdateRollbackAsync() публичный Метод

Initiates the asynchronous execution of the ContinueUpdateRollback operation.
public ContinueUpdateRollbackAsync ( ContinueUpdateRollbackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.ContinueUpdateRollbackRequest Container for the necessary parameters to execute the ContinueUpdateRollback operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateChangeSetAsync() публичный Метод

Initiates the asynchronous execution of the CreateChangeSet operation.
public CreateChangeSetAsync ( CreateChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.CreateChangeSetRequest Container for the necessary parameters to execute the CreateChangeSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStackAsync() публичный Метод

Initiates the asynchronous execution of the CreateStack operation.
public CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CustomizeRuntimePipeline() защищенный Метод

Customizes the runtime pipeline.
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline Runtime pipeline for the current client.
Результат void

DeleteChangeSetAsync() публичный Метод

Initiates the asynchronous execution of the DeleteChangeSet operation.
public DeleteChangeSetAsync ( DeleteChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DeleteChangeSetRequest Container for the necessary parameters to execute the DeleteChangeSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteStackAsync() публичный Метод

Initiates the asynchronous execution of the DeleteStack operation.
public DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeAccountLimitsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeAccountLimits operation.
public DescribeAccountLimitsAsync ( Amazon.CloudFormation.Model.DescribeAccountLimitsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeAccountLimitsRequest Container for the necessary parameters to execute the DescribeAccountLimits operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeChangeSetAsync() публичный Метод

Initiates the asynchronous execution of the DescribeChangeSet operation.
public DescribeChangeSetAsync ( DescribeChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeChangeSetRequest Container for the necessary parameters to execute the DescribeChangeSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeStackEventsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeStackEvents operation.
public DescribeStackEventsAsync ( DescribeStackEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeStackEventsRequest Container for the necessary parameters to execute the DescribeStackEvents operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeStackResourceAsync() публичный Метод

Initiates the asynchronous execution of the DescribeStackResource operation.
public DescribeStackResourceAsync ( DescribeStackResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeStackResourceRequest Container for the necessary parameters to execute the DescribeStackResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeStackResourcesAsync() публичный Метод

Initiates the asynchronous execution of the DescribeStackResources operation.
public DescribeStackResourcesAsync ( DescribeStackResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeStackResourcesRequest Container for the necessary parameters to execute the DescribeStackResources operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeStacksAsync() публичный Метод

Initiates the asynchronous execution of the DescribeStacks operation.
public DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeStacksAsync() публичный Метод

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

If the stack does not exist, an AmazonCloudFormationException is returned.

public DescribeStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndCancelUpdateStack() публичный Метод

Finishes the asynchronous execution of the CancelUpdateStack operation.
public EndCancelUpdateStack ( IAsyncResult asyncResult ) : CancelUpdateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelUpdateStack.
Результат CancelUpdateStackResponse

EndContinueUpdateRollback() публичный Метод

Finishes the asynchronous execution of the ContinueUpdateRollback operation.
public EndContinueUpdateRollback ( IAsyncResult asyncResult ) : ContinueUpdateRollbackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginContinueUpdateRollback.
Результат ContinueUpdateRollbackResponse

EndCreateChangeSet() публичный Метод

Finishes the asynchronous execution of the CreateChangeSet operation.
public EndCreateChangeSet ( IAsyncResult asyncResult ) : CreateChangeSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateChangeSet.
Результат CreateChangeSetResponse

EndCreateStack() публичный Метод

Finishes the asynchronous execution of the CreateStack operation.
public EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStack.
Результат CreateStackResponse

EndDeleteChangeSet() публичный Метод

Finishes the asynchronous execution of the DeleteChangeSet operation.
public EndDeleteChangeSet ( IAsyncResult asyncResult ) : DeleteChangeSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteChangeSet.
Результат DeleteChangeSetResponse

EndDeleteStack() публичный Метод

Finishes the asynchronous execution of the DeleteStack operation.
public EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStack.
Результат DeleteStackResponse

EndDescribeAccountLimits() публичный Метод

Finishes the asynchronous execution of the DescribeAccountLimits operation.
public EndDescribeAccountLimits ( IAsyncResult asyncResult ) : DescribeAccountLimitsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAccountLimits.
Результат DescribeAccountLimitsResponse

EndDescribeChangeSet() публичный Метод

Finishes the asynchronous execution of the DescribeChangeSet operation.
public EndDescribeChangeSet ( IAsyncResult asyncResult ) : DescribeChangeSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeChangeSet.
Результат DescribeChangeSetResponse

EndDescribeStackEvents() публичный Метод

Finishes the asynchronous execution of the DescribeStackEvents operation.
public EndDescribeStackEvents ( IAsyncResult asyncResult ) : DescribeStackEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackEvents.
Результат DescribeStackEventsResponse

EndDescribeStackResource() публичный Метод

Finishes the asynchronous execution of the DescribeStackResource operation.
public EndDescribeStackResource ( IAsyncResult asyncResult ) : DescribeStackResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackResource.
Результат DescribeStackResourceResponse

EndDescribeStackResources() публичный Метод

Finishes the asynchronous execution of the DescribeStackResources operation.
public EndDescribeStackResources ( IAsyncResult asyncResult ) : DescribeStackResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackResources.
Результат DescribeStackResourcesResponse

EndDescribeStacks() публичный Метод

Finishes the asynchronous execution of the DescribeStacks operation.
public EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStacks.
Результат DescribeStacksResponse

EndEstimateTemplateCost() публичный Метод

Finishes the asynchronous execution of the EstimateTemplateCost operation.
public EndEstimateTemplateCost ( IAsyncResult asyncResult ) : EstimateTemplateCostResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEstimateTemplateCost.
Результат EstimateTemplateCostResponse

EndExecuteChangeSet() публичный Метод

Finishes the asynchronous execution of the ExecuteChangeSet operation.
public EndExecuteChangeSet ( IAsyncResult asyncResult ) : ExecuteChangeSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExecuteChangeSet.
Результат ExecuteChangeSetResponse

EndGetStackPolicy() публичный Метод

Finishes the asynchronous execution of the GetStackPolicy operation.
public EndGetStackPolicy ( IAsyncResult asyncResult ) : GetStackPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStackPolicy.
Результат GetStackPolicyResponse

EndGetTemplate() публичный Метод

Finishes the asynchronous execution of the GetTemplate operation.
public EndGetTemplate ( IAsyncResult asyncResult ) : GetTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTemplate.
Результат GetTemplateResponse

EndGetTemplateSummary() публичный Метод

Finishes the asynchronous execution of the GetTemplateSummary operation.
public EndGetTemplateSummary ( IAsyncResult asyncResult ) : GetTemplateSummaryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTemplateSummary.
Результат GetTemplateSummaryResponse

EndListChangeSets() публичный Метод

Finishes the asynchronous execution of the ListChangeSets operation.
public EndListChangeSets ( IAsyncResult asyncResult ) : ListChangeSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListChangeSets.
Результат ListChangeSetsResponse

EndListExports() публичный Метод

Finishes the asynchronous execution of the ListExports operation.
public EndListExports ( IAsyncResult asyncResult ) : ListExportsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListExports.
Результат ListExportsResponse

EndListImports() публичный Метод

Finishes the asynchronous execution of the ListImports operation.
public EndListImports ( IAsyncResult asyncResult ) : ListImportsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListImports.
Результат ListImportsResponse

EndListStackResources() публичный Метод

Finishes the asynchronous execution of the ListStackResources operation.
public EndListStackResources ( IAsyncResult asyncResult ) : ListStackResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStackResources.
Результат ListStackResourcesResponse

EndListStacks() публичный Метод

Finishes the asynchronous execution of the ListStacks operation.
public EndListStacks ( IAsyncResult asyncResult ) : ListStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStacks.
Результат ListStacksResponse

EndSetStackPolicy() публичный Метод

Finishes the asynchronous execution of the SetStackPolicy operation.
public EndSetStackPolicy ( IAsyncResult asyncResult ) : SetStackPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetStackPolicy.
Результат SetStackPolicyResponse

EndSignalResource() публичный Метод

Finishes the asynchronous execution of the SignalResource operation.
public EndSignalResource ( IAsyncResult asyncResult ) : SignalResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSignalResource.
Результат SignalResourceResponse

EndUpdateStack() публичный Метод

Finishes the asynchronous execution of the UpdateStack operation.
public EndUpdateStack ( IAsyncResult asyncResult ) : UpdateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStack.
Результат UpdateStackResponse

EndValidateTemplate() публичный Метод

Finishes the asynchronous execution of the ValidateTemplate operation.
public EndValidateTemplate ( IAsyncResult asyncResult ) : ValidateTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginValidateTemplate.
Результат ValidateTemplateResponse

EstimateTemplateCostAsync() публичный Метод

Initiates the asynchronous execution of the EstimateTemplateCost operation.
public EstimateTemplateCostAsync ( EstimateTemplateCostRequest request, System cancellationToken = default(CancellationToken) ) : Task
request EstimateTemplateCostRequest Container for the necessary parameters to execute the EstimateTemplateCost operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ExecuteChangeSetAsync() публичный Метод

Initiates the asynchronous execution of the ExecuteChangeSet operation.
public ExecuteChangeSetAsync ( ExecuteChangeSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ExecuteChangeSetRequest Container for the necessary parameters to execute the ExecuteChangeSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetStackPolicyAsync() публичный Метод

Initiates the asynchronous execution of the GetStackPolicy operation.
public GetStackPolicyAsync ( GetStackPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetStackPolicyRequest Container for the necessary parameters to execute the GetStackPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetTemplateAsync() публичный Метод

Initiates the asynchronous execution of the GetTemplate operation.
public GetTemplateAsync ( GetTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetTemplateRequest Container for the necessary parameters to execute the GetTemplate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

GetTemplateSummaryAsync() публичный Метод

Initiates the asynchronous execution of the GetTemplateSummary operation.
public GetTemplateSummaryAsync ( GetTemplateSummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetTemplateSummaryRequest Container for the necessary parameters to execute the GetTemplateSummary operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListChangeSetsAsync() публичный Метод

Initiates the asynchronous execution of the ListChangeSets operation.
public ListChangeSetsAsync ( ListChangeSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListChangeSetsRequest Container for the necessary parameters to execute the ListChangeSets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListExportsAsync() публичный Метод

Initiates the asynchronous execution of the ListExports operation.
public ListExportsAsync ( ListExportsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListExportsRequest Container for the necessary parameters to execute the ListExports operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListImportsAsync() публичный Метод

Initiates the asynchronous execution of the ListImports operation.
public ListImportsAsync ( ListImportsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListImportsRequest Container for the necessary parameters to execute the ListImports operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListStackResourcesAsync() публичный Метод

Initiates the asynchronous execution of the ListStackResources operation.
public ListStackResourcesAsync ( ListStackResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListStackResourcesRequest Container for the necessary parameters to execute the ListStackResources operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListStacksAsync() публичный Метод

Initiates the asynchronous execution of the ListStacks operation.
public ListStacksAsync ( ListStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListStacksRequest Container for the necessary parameters to execute the ListStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListStacksAsync() публичный Метод

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
public ListStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

SetStackPolicyAsync() публичный Метод

Initiates the asynchronous execution of the SetStackPolicy operation.
public SetStackPolicyAsync ( SetStackPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SetStackPolicyRequest Container for the necessary parameters to execute the SetStackPolicy operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

SignalResourceAsync() публичный Метод

Initiates the asynchronous execution of the SignalResource operation.
public SignalResourceAsync ( SignalResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SignalResourceRequest Container for the necessary parameters to execute the SignalResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateStackAsync() публичный Метод

Initiates the asynchronous execution of the UpdateStack operation.
public UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ValidateTemplateAsync() публичный Метод

Validates a specified template. AWS CloudFormation first checks if the template is valid JSON. If it isn't, AWS CloudFormation checks if the template is valid YAML. If both these checks fail, AWS CloudFormation returns a template validation error.
public ValidateTemplateAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ValidateTemplateAsync() публичный Метод

Initiates the asynchronous execution of the ValidateTemplate operation.
public ValidateTemplateAsync ( ValidateTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ValidateTemplateRequest Container for the necessary parameters to execute the ValidateTemplate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task