/// <summary> /// Initiates the asynchronous execution of the PutContainerPolicy operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the PutContainerPolicy 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> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/mediastore-2017-09-01/PutContainerPolicy">REST API Reference for PutContainerPolicy Operation</seealso> public virtual Task <PutContainerPolicyResponse> PutContainerPolicyAsync(PutContainerPolicyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = PutContainerPolicyRequestMarshaller.Instance; var unmarshaller = PutContainerPolicyResponseUnmarshaller.Instance; return(InvokeAsync <PutContainerPolicyRequest, PutContainerPolicyResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// Creates an access policy for the specified container to restrict the users and clients /// that can access it. For information about the data that is included in an access policy, /// see the <a href="https://aws.amazon.com/documentation/iam/">AWS Identity and Access /// Management User Guide</a>. /// /// /// <para> /// For this release of the REST API, you can create only one policy for a container. /// If you enter <code>PutContainerPolicy</code> twice, the second command modifies the /// existing policy. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the PutContainerPolicy service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the PutContainerPolicy service method, as returned by MediaStore.</returns> /// <exception cref="Amazon.MediaStore.Model.ContainerInUseException"> /// The container that you specified in the request already exists or is being updated. /// </exception> /// <exception cref="Amazon.MediaStore.Model.ContainerNotFoundException"> /// The container that you specified in the request does not exist. /// </exception> /// <exception cref="Amazon.MediaStore.Model.InternalServerErrorException"> /// The service is temporarily unavailable. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/mediastore-2017-09-01/PutContainerPolicy">REST API Reference for PutContainerPolicy Operation</seealso> public virtual Task <PutContainerPolicyResponse> PutContainerPolicyAsync(PutContainerPolicyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = PutContainerPolicyRequestMarshaller.Instance; options.ResponseUnmarshaller = PutContainerPolicyResponseUnmarshaller.Instance; return(InvokeAsync <PutContainerPolicyResponse>(request, options, cancellationToken)); }
internal virtual PutContainerPolicyResponse PutContainerPolicy(PutContainerPolicyRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = PutContainerPolicyRequestMarshaller.Instance; options.ResponseUnmarshaller = PutContainerPolicyResponseUnmarshaller.Instance; return(Invoke <PutContainerPolicyResponse>(request, options)); }