public void CreateTrailMarshallTest() { var request = InstantiateClassGenerator.Execute <CreateTrailRequest>(); var marshaller = new CreateTrailRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <CreateTrailRequest>(request, jsonRequest); var webResponse = new WebResponseData { Headers = { { "x-amzn-RequestId", Guid.NewGuid().ToString() }, { "x-amz-crc32", "0" } } }; var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("CreateTrail").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = CreateTrailResponseUnmarshaller.Instance.Unmarshall(context) as CreateTrailResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the CreateTrail operation. /// <seealso cref="Amazon.CloudTrail.IAmazonCloudTrail.CreateTrail"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateTrail 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 <CreateTrailResponse> CreateTrailAsync(CreateTrailRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.GetInstance(); return(Invoke <IRequest, CreateTrailRequest, CreateTrailResponse>(request, marshaller, unmarshaller, signer, cancellationToken)); }
internal CreateTrailResponse CreateTrail(CreateTrailRequest request) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.Instance; return(Invoke <CreateTrailRequest, CreateTrailResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the CreateTrail operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateTrail 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 <CreateTrailResponse> CreateTrailAsync(CreateTrailRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.Instance; return(InvokeAsync <CreateTrailRequest, CreateTrailResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// Initiates the asynchronous execution of the CreateTrail operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateTrail operation on AmazonCloudTrailClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateTrail /// operation.</returns> public IAsyncResult BeginCreateTrail(CreateTrailRequest request, AsyncCallback callback, object state) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.Instance; return(BeginInvoke <CreateTrailRequest>(request, marshaller, unmarshaller, callback, state)); }
IAsyncResult invokeCreateTrail(CreateTrailRequest createTrailRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new CreateTrailRequestMarshaller().Marshall(createTrailRequest); var unmarshaller = CreateTrailResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return(result); }
public void CreateTrailMarshallTest() { var request = InstantiateClassGenerator.Execute<CreateTrailRequest>(); var marshaller = new CreateTrailRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<CreateTrailRequest>(request,jsonRequest); var webResponse = new WebResponseData { Headers = { {"x-amzn-RequestId", Guid.NewGuid().ToString()}, {"x-amz-crc32","0"} } }; var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("CreateTrail").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = CreateTrailResponseUnmarshaller.Instance.Unmarshall(context) as CreateTrailResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the CreateTrail operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateTrail operation on AmazonCloudTrailClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateTrail /// operation.</returns> public IAsyncResult BeginCreateTrail(CreateTrailRequest request, AsyncCallback callback, object state) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.Instance; return BeginInvoke<CreateTrailRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Creates a trail that specifies the settings for delivery of log data to an Amazon /// S3 bucket. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateTrail service method.</param> /// /// <returns>The response from the CreateTrail service method, as returned by CloudTrail.</returns> /// <exception cref="Amazon.CloudTrail.Model.CloudWatchLogsDeliveryUnavailableException"> /// Cannot set a CloudWatch Logs delivery for this region. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InsufficientEncryptionPolicyException"> /// This exception is thrown when the policy on the S3 bucket or KMS key is not sufficient. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InsufficientS3BucketPolicyException"> /// This exception is thrown when the policy on the S3 bucket is not sufficient. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InsufficientSnsTopicPolicyException"> /// This exception is thrown when the policy on the SNS topic is not sufficient. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidCloudWatchLogsLogGroupArnException"> /// This exception is thrown when the provided CloudWatch log group is not valid. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidCloudWatchLogsRoleArnException"> /// This exception is thrown when the provided role is not valid. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidKmsKeyIdException"> /// This exception is thrown when the KMS key ARN is invalid. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidS3BucketNameException"> /// This exception is thrown when the provided S3 bucket name is not valid. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidS3PrefixException"> /// This exception is thrown when the provided S3 prefix is not valid. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidSnsTopicNameException"> /// This exception is thrown when the provided SNS topic name is not valid. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.InvalidTrailNameException"> /// This exception is thrown when the provided trail name is not valid. Trail names must /// meet the following requirements: /// /// <ul> <li>Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores /// (_), or dashes (-)</li> <li>Start with a letter or number, and end with a letter or /// number</li> <li>Be between 3 and 128 characters</li> <li>Have no adjacent periods, /// underscores or dashes. Names like <code>my-_namespace</code> and <code>my--namespace</code> /// are invalid.</li> <li>Not be in IP address format (for example, 192.168.5.4)</li> /// </ul> /// </exception> /// <exception cref="Amazon.CloudTrail.Model.KmsKeyDisabledException"> /// This exception is thrown when the KMS key is disabled. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.KmsKeyNotFoundException"> /// This exception is thrown when the KMS key does not exist, or when the S3 bucket and /// the KMS key are not in the same region. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.MaximumNumberOfTrailsExceededException"> /// This exception is thrown when the maximum number of trails is reached. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.OperationNotPermittedException"> /// This exception is thrown when the requested operation is not permitted. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.S3BucketDoesNotExistException"> /// This exception is thrown when the specified S3 bucket does not exist. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.TrailAlreadyExistsException"> /// This exception is thrown when the specified trail already exists. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.TrailNotProvidedException"> /// This exception is deprecated. /// </exception> /// <exception cref="Amazon.CloudTrail.Model.UnsupportedOperationException"> /// This exception is thrown when the requested operation is not supported. For example, /// this exception will occur if an attempt is made to tag a trail and tagging is not /// supported in the current region. /// </exception> public CreateTrailResponse CreateTrail(CreateTrailRequest request) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.Instance; return Invoke<CreateTrailRequest,CreateTrailResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the CreateTrail operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateTrail 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<CreateTrailResponse> CreateTrailAsync(CreateTrailRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.Instance; return InvokeAsync<CreateTrailRequest,CreateTrailResponse>(request, marshaller, unmarshaller, cancellationToken); }
IAsyncResult invokeCreateTrail(CreateTrailRequest createTrailRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new CreateTrailRequestMarshaller().Marshall(createTrailRequest); var unmarshaller = CreateTrailResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// <para>From the command line, use create-subscription. </para> <para>Creates a trail that specifies the settings for delivery of log data to /// an Amazon S3 bucket. The request includes a Trail structure that specifies the following:</para> /// <ul> /// <li>Trail name.</li> /// <li>The name of an existing Amazon S3 bucket to which CloudTrail delivers your log files.</li> /// <li>The name of the Amazon S3 key prefix that precedes each log file.</li> /// <li>The name of an existing Amazon SNS topic that notifies you that a new file is available in your bucket.</li> /// <li>Whether the log file should include AWS API calls from global services. Currently, the only global AWS API calls included in CloudTrail /// log files are from IAM and AWS STS.</li> /// /// </ul> /// </summary> /// /// <param name="createTrailRequest">Container for the necessary parameters to execute the CreateTrail service method on /// AmazonCloudTrail.</param> /// /// <returns>The response from the CreateTrail service method, as returned by AmazonCloudTrail.</returns> /// /// <exception cref="T:Amazon.CloudTrail.Model.S3BucketDoesNotExistException" /> /// <exception cref="T:Amazon.CloudTrail.Model.InvalidS3PrefixException" /> /// <exception cref="T:Amazon.CloudTrail.Model.InvalidTrailNameException" /> /// <exception cref="T:Amazon.CloudTrail.Model.TrailAlreadyExistsException" /> /// <exception cref="T:Amazon.CloudTrail.Model.MaximumNumberOfTrailsExceededException" /> /// <exception cref="T:Amazon.CloudTrail.Model.InvalidS3BucketNameException" /> /// <exception cref="T:Amazon.CloudTrail.Model.TrailNotProvidedException" /> /// <exception cref="T:Amazon.CloudTrail.Model.InsufficientSnsTopicPolicyException" /> /// <exception cref="T:Amazon.CloudTrail.Model.InvalidSnsTopicNameException" /> /// <exception cref="T:Amazon.CloudTrail.Model.InsufficientS3BucketPolicyException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<CreateTrailResponse> CreateTrailAsync(CreateTrailRequest createTrailRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.GetInstance(); return Invoke<IRequest, CreateTrailRequest, CreateTrailResponse>(createTrailRequest, marshaller, unmarshaller, signer, cancellationToken); }
/// <summary> /// Initiates the asynchronous execution of the CreateTrail operation. /// <seealso cref="Amazon.CloudTrail.IAmazonCloudTrail.CreateTrail"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateTrail 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 async Task<CreateTrailResponse> CreateTrailAsync(CreateTrailRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new CreateTrailRequestMarshaller(); var unmarshaller = CreateTrailResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, CreateTrailRequest, CreateTrailResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }