Amazon.CloudFront.AmazonCloudFrontClient.CreateStreamingDistributionWithTags C# (CSharp) Метод

CreateStreamingDistributionWithTags() публичный Метод

Create a new streaming distribution with tags.
/// Access denied. /// /// /// /// The value of Quantity and the size of Items do not match. /// /// The argument is invalid. /// /// The origin access identity is not valid or doesn't exist. /// /// The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket. /// /// /// /// This operation requires a body. Ensure that the body is present and the Content-Type /// header is set. /// /// /// /// /// /// Processing your request would cause you to exceed the maximum number of streaming /// distributions allowed. /// /// Your request contains more trusted signers than are allowed per distribution. /// /// One or more of your trusted signers do not exist. ///
        public CreateStreamingDistributionWithTagsResponse CreateStreamingDistributionWithTags(CreateStreamingDistributionWithTagsRequest request)
        {
            var marshaller = new CreateStreamingDistributionWithTagsRequestMarshaller();
            var unmarshaller = CreateStreamingDistributionWithTagsResponseUnmarshaller.Instance;

            return Invoke<CreateStreamingDistributionWithTagsRequest,CreateStreamingDistributionWithTagsResponse>(request, marshaller, unmarshaller);
        }
AmazonCloudFrontClient