Amazon.CloudFormation.AmazonCloudFormationClient.CreateChangeSet C# (CSharp) Method

CreateChangeSet() private method

private CreateChangeSet ( CreateChangeSetRequest request ) : CreateChangeSetResponse
request Amazon.CloudFormation.Model.CreateChangeSetRequest
return Amazon.CloudFormation.Model.CreateChangeSetResponse
        internal CreateChangeSetResponse CreateChangeSet(CreateChangeSetRequest request)
        {
            var marshaller = new CreateChangeSetRequestMarshaller();
            var unmarshaller = CreateChangeSetResponseUnmarshaller.Instance;

            return Invoke<CreateChangeSetRequest,CreateChangeSetResponse>(request, marshaller, unmarshaller);
        }
AmazonCloudFormationClient