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

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

Delete an origin access identity.
/// Access denied. /// /// /// /// The If-Match version is missing or not valid for the distribution. /// /// The specified origin access identity does not exist. /// /// The precondition given in one or more of the request-header fields evaluated to false. ///
public DeleteCloudFrontOriginAccessIdentity ( DeleteCloudFrontOriginAccessIdentityRequest request ) : Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
request Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest Container for the necessary parameters to execute the DeleteCloudFrontOriginAccessIdentity service method.
Результат Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
        public DeleteCloudFrontOriginAccessIdentityResponse DeleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest request)
        {
            var marshaller = new DeleteCloudFrontOriginAccessIdentityRequestMarshaller();
            var unmarshaller = DeleteCloudFrontOriginAccessIdentityResponseUnmarshaller.Instance;

            return Invoke<DeleteCloudFrontOriginAccessIdentityRequest,DeleteCloudFrontOriginAccessIdentityResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCloudFrontClient::DeleteCloudFrontOriginAccessIdentity ( ) : Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
AmazonCloudFrontClient