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

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

Update an origin access identity.
/// Access denied. /// /// Origin and CallerReference cannot be updated. /// /// The value of Quantity and the size of Items do not match. /// /// The argument is invalid. /// /// The If-Match version is missing or not valid for the distribution. /// /// This operation requires a body. Ensure that the body is present and the Content-Type /// header is set. /// /// The specified origin access identity does not exist. /// /// The precondition given in one or more of the request-header fields evaluated to false. ///
public UpdateCloudFrontOriginAccessIdentity ( UpdateCloudFrontOriginAccessIdentityRequest request ) : UpdateCloudFrontOriginAccessIdentityResponse
request Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest Container for the necessary parameters to execute the UpdateCloudFrontOriginAccessIdentity service method.
Результат Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResponse
        public UpdateCloudFrontOriginAccessIdentityResponse UpdateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest request)
        {
            var marshaller = new UpdateCloudFrontOriginAccessIdentityRequestMarshaller();
            var unmarshaller = UpdateCloudFrontOriginAccessIdentityResponseUnmarshaller.Instance;

            return Invoke<UpdateCloudFrontOriginAccessIdentityRequest,UpdateCloudFrontOriginAccessIdentityResponse>(request, marshaller, unmarshaller);
        }
AmazonCloudFrontClient