Skip to main content

BulkUpdateParameterGroupsPayload

Autogenerated return type of BulkUpdateParameterGroups.

type BulkUpdateParameterGroupsPayload {
clientMutationId: String
data: [ID!]
errors: [Error!]!
}

Fields

BulkUpdateParameterGroupsPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

BulkUpdateParameterGroupsPayload.data ● [ID!] list scalar

IDs of updated parameter groups in input order

BulkUpdateParameterGroupsPayload.errors ● [Error!]! non-null object

List of errors

Returned By

bulkUpdateParameterGroups mutation