Skip to content

updateAwsIamPair

Updates the role name for AWS IAM pair.

Arguments

Argument Type Description
input (required) UpdateAwsIamPairInput! Input for updating AWS IAM pair.

Returns

Void

Sample

mutation UpdateAwsIamPair($input: UpdateAwsIamPairInput!) {
  updateAwsIamPair(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "updateAwsIamPair": "example-string"
  }
}