apigateway_update_client_certificate {paws.networking} | R Documentation |
Changes information about an ClientCertificate resource
Description
Changes information about an ClientCertificate resource.
See https://www.paws-r-sdk.com/docs/apigateway_update_client_certificate/ for full documentation.
Usage
apigateway_update_client_certificate(
clientCertificateId,
patchOperations = NULL
)
Arguments
clientCertificateId |
[required] The identifier of the ClientCertificate resource to be updated. |
patchOperations |
For more information about supported patch operations, see Patch Operations. |
[Package paws.networking version 0.7.0 Index]