DescribeEnvironmentHealthRequestMarshaller
Namespace:
AWSSDK.ElasticBeanstalk
We found 10 examples in language CSharp for this search.
You will see 30 fragments of code.
Other methods
Other methods
Project:aws-sdk-net
File:DescribeEnvironmentHealthRequestMarshaller.cs
Examples:1
internal static DescribeEnvironmentHealthRequestMarshaller GetInstance()
{
return _instance;
}
Project:myawskendra
File:DescribeEnvironmentHealthRequestMarshaller.cs
Examples:1
internal static DescribeEnvironmentHealthRequestMarshaller GetInstance()
{
return _instance;
}
Project:awssdks
File:DescribeEnvironmentHealthRequestMarshaller.cs
Examples:1
internal static DescribeEnvironmentHealthRequestMarshaller GetInstance()
{
return _instance;
}
Project:aws-sdk-net-xamarin
File:DescribeEnvironmentHealthRequestMarshaller.cs
Examples:1
internal static DescribeEnvironmentHealthRequestMarshaller GetInstance()
{
return _instance;
}
Project:aws-sdk-net
File:DescribeEnvironmentHealthRequestMarshaller.cs
Examples:1
internal static DescribeEnvironmentHealthRequestMarshaller GetInstance()
{
return _instance;
}
Project:aws-sdk-net
File:DescribeEnvironmentHealthRequestMarshaller.cs
Examples:1
internal static DescribeEnvironmentHealthRequestMarshaller GetInstance()
{
return _instance;
}
Project:aws-sdk-net
File:ElasticBeanstalkMarshallingTests.cs
Examples:6
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AbortEnvironmentUpdateMarshallTest()
{
var operation = service_model.FindOperation("AbortEnvironmentUpdate");
var request = InstantiateClassGenerator.Execute<AbortEnvironmentUpdateRequest>();
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AbortEnvironmentUpdate_InsufficientPrivilegesExceptionMarshallTest()
{
var operation = service_model.FindOperation("AbortEnvironmentUpdate");
var request = InstantiateClassGenerator.Execute<AbortEnvironmentUpdateRequest>();
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var exception = operation.Exceptions.First(e => e.Name.Equals("InsufficientPrivilegesException"));
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(exception);
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, null, true);
var response = AbortEnvironmentUpdateResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK);
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedActionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.Unmarshall(context)
as ApplyEnvironmentManagedActionResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedAction_ElasticBeanstalkServiceExceptionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var exception = operation.Exceptions.First(e => e.Name.Equals("ElasticBeanstalkServiceException"));
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(exception);
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, null, true);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK);
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedAction_ManagedActionInvalidStateExceptionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var exception = operation.Exceptions.First(e => e.Name.Equals("ManagedActionInvalidStateException"));
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(exception);
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, null, true);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK);
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AssociateEnvironmentOperationsRoleMarshallTest()
{
var operation = service_model.FindOperation("AssociateEnvironmentOperationsRole");
var request = InstantiateClassGenerator.Execute<AssociateEnvironmentOperationsRoleRequest>();
var marshaller = new AssociateEnvironmentOperationsRoleRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
}
Project:aws-sdk-net
File:ElasticBeanstalkMarshallingTests.cs
Examples:6
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AbortEnvironmentUpdateMarshallTest()
{
var operation = service_model.FindOperation("AbortEnvironmentUpdate");
var request = InstantiateClassGenerator.Execute<AbortEnvironmentUpdateRequest>();
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AbortEnvironmentUpdate_InsufficientPrivilegesExceptionMarshallTest()
{
var operation = service_model.FindOperation("AbortEnvironmentUpdate");
var request = InstantiateClassGenerator.Execute<AbortEnvironmentUpdateRequest>();
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var exception = operation.Exceptions.First(e => e.Name.Equals("InsufficientPrivilegesException"));
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(exception);
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, null, true);
var response = AbortEnvironmentUpdateResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK);
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedActionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.Unmarshall(context)
as ApplyEnvironmentManagedActionResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedAction_ElasticBeanstalkServiceExceptionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var exception = operation.Exceptions.First(e => e.Name.Equals("ElasticBeanstalkServiceException"));
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(exception);
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, null, true);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK);
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedAction_ManagedActionInvalidStateExceptionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var exception = operation.Exceptions.First(e => e.Name.Equals("ManagedActionInvalidStateException"));
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(exception);
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, null, true);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK);
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AssociateEnvironmentOperationsRoleMarshallTest()
{
var operation = service_model.FindOperation("AssociateEnvironmentOperationsRole");
var request = InstantiateClassGenerator.Execute<AssociateEnvironmentOperationsRoleRequest>();
var marshaller = new AssociateEnvironmentOperationsRoleRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
}
Project:myawskendra
File:ElasticBeanstalkMarshallingTests.cs
Examples:6
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void AbortEnvironmentUpdateMarshallTest()
{
var operation = service_model.FindOperation("AbortEnvironmentUpdate");
var request = InstantiateClassGenerator.Execute<AbortEnvironmentUpdateRequest>();
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ApplyEnvironmentManagedActionMarshallTest()
{
var operation = service_model.FindOperation("ApplyEnvironmentManagedAction");
var request = InstantiateClassGenerator.Execute<ApplyEnvironmentManagedActionRequest>();
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance.Unmarshall(context)
as ApplyEnvironmentManagedActionResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void CheckDNSAvailabilityMarshallTest()
{
var operation = service_model.FindOperation("CheckDNSAvailability");
var request = InstantiateClassGenerator.Execute<CheckDNSAvailabilityRequest>();
var marshaller = new CheckDNSAvailabilityRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = CheckDNSAvailabilityResponseUnmarshaller.Instance.Unmarshall(context)
as CheckDNSAvailabilityResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void ComposeEnvironmentsMarshallTest()
{
var operation = service_model.FindOperation("ComposeEnvironments");
var request = InstantiateClassGenerator.Execute<ComposeEnvironmentsRequest>();
var marshaller = new ComposeEnvironmentsRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = ComposeEnvironmentsResponseUnmarshaller.Instance.Unmarshall(context)
as ComposeEnvironmentsResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void CreateApplicationMarshallTest()
{
var operation = service_model.FindOperation("CreateApplication");
var request = InstantiateClassGenerator.Execute<CreateApplicationRequest>();
var marshaller = new CreateApplicationRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = CreateApplicationResponseUnmarshaller.Instance.Unmarshall(context)
as CreateApplicationResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
[TestMethod]
[TestCategory("UnitTest")]
[TestCategory("Query")]
[TestCategory("ElasticBeanstalk")]
public void CreateApplicationVersionMarshallTest()
{
var operation = service_model.FindOperation("CreateApplicationVersion");
var request = InstantiateClassGenerator.Execute<CreateApplicationVersionRequest>();
var marshaller = new CreateApplicationVersionRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = CreateApplicationVersionResponseUnmarshaller.Instance.Unmarshall(context)
as CreateApplicationVersionResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
Project:AmazonAWS
File:AmazonElasticBeanstalkClient.cs
Examples:6
#endregion
#region Overrides
/// <summary>
/// Creates the signer for the service.
/// </summary>
protected override AbstractAWSSigner CreateSigner()
{
return new AWS4Signer();
}
#endregion
#region Dispose
/// <summary>
/// Disposes the service client.
/// </summary>
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
}
#endregion
#region AbortEnvironmentUpdate
/// <summary>
/// Cancels in-progress environment configuration update or application version deployment.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the AbortEnvironmentUpdate service method.</param>
///
/// <returns>The response from the AbortEnvironmentUpdate service method, as returned by ElasticBeanstalk.</returns>
/// <exception cref="Amazon.ElasticBeanstalk.Model.InsufficientPrivilegesException">
/// The specified account does not have sufficient privileges for one of more AWS services.
/// </exception>
public AbortEnvironmentUpdateResponse AbortEnvironmentUpdate(AbortEnvironmentUpdateRequest request)
{
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var unmarshaller = AbortEnvironmentUpdateResponseUnmarshaller.Instance;
return Invoke<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResponse>(request, marshaller, unmarshaller);
}
/// <summary>
/// Initiates the asynchronous execution of the AbortEnvironmentUpdate operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the AbortEnvironmentUpdate operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
public Task<AbortEnvironmentUpdateResponse> AbortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
var unmarshaller = AbortEnvironmentUpdateResponseUnmarshaller.Instance;
return InvokeAsync<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResponse>(request, marshaller,
unmarshaller, cancellationToken);
}
#endregion
#region ApplyEnvironmentManagedAction
/// <summary>
/// Applies a scheduled managed action immediately. A managed action can be applied only
/// if its status is <code>Scheduled</code>. Get the status and action ID of a managed
/// action with <a>DescribeEnvironmentManagedActions</a>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ApplyEnvironmentManagedAction service method.</param>
///
/// <returns>The response from the ApplyEnvironmentManagedAction service method, as returned by ElasticBeanstalk.</returns>
/// <exception cref="Amazon.ElasticBeanstalk.Model.ElasticBeanstalkServiceException">
/// A generic service exception has occurred.
/// </exception>
/// <exception cref="Amazon.ElasticBeanstalk.Model.ManagedActionInvalidStateException">
/// Cannot modify the managed action in its current state.
/// </exception>
public ApplyEnvironmentManagedActionResponse ApplyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest request)
{
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var unmarshaller = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance;
return Invoke<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResponse>(request, marshaller, unmarshaller);
}
/// <summary>
/// Initiates the asynchronous execution of the ApplyEnvironmentManagedAction operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the ApplyEnvironmentManagedAction operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
public Task<ApplyEnvironmentManagedActionResponse> ApplyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new ApplyEnvironmentManagedActionRequestMarshaller();
var unmarshaller = ApplyEnvironmentManagedActionResponseUnmarshaller.Instance;
return InvokeAsync<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResponse>(request, marshaller,
unmarshaller, cancellationToken);
}
Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentHealthRequestMarshaller : IMarshaller
Constructors :
public DescribeEnvironmentHealthRequestMarshaller()Methods :
public IRequest Marshall(AmazonWebServiceRequest input = )public IRequest Marshall(DescribeEnvironmentHealthRequest publicRequest = )
public static DescribeEnvironmentHealthRequestMarshaller get_Instance()
public Type GetType()
public String ToString()
public Boolean Equals(Object obj = )
public Int32 GetHashCode()