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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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