paws.networking (version 0.1.6)

apigateway_update_client_certificate: Changes information about an ClientCertificate resource

Description

Changes information about an ClientCertificate resource.

Usage

apigateway_update_client_certificate(clientCertificateId,
  patchOperations)

Arguments

clientCertificateId

[required] [Required] The identifier of the ClientCertificate resource to be updated.

patchOperations

A list of update operations to be applied to the specified resource and in the order specified in this list.

Request syntax

svc$update_client_certificate(
  clientCertificateId = "string",
  patchOperations = list(
    list(
      op = "add"|"remove"|"replace"|"move"|"copy"|"test",
      path = "string",
      value = "string",
      from = "string"
    )
  )
)