'2.0', 'service' => '
With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. A case represents a customer issue. It records the issue, the steps and interactions taken to resolve the issue, and the outcome. For more information, see Amazon Connect Cases in the Amazon Connect Administrator Guide.
', 'operations' => [ 'BatchGetField' => 'Returns the description for the list of fields in the request parameters.
', 'BatchPutFieldOptions' => 'Creates and updates a set of field options for a single select field in a Cases domain.
', 'CreateCase' => 'Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.
The following fields are required when creating a case:
<ul> <li> <p> <code>customer_id</code> - You must provide the full customer profile ARN in this format: <code>arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul> </note>
', 'CreateDomain' => 'Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect CreateIntegrationAssociation API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see Onboard to Cases.
</important>
', 'CreateField' => 'Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
', 'CreateLayout' => 'Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:
Fields to display to the users
Field ordering
Title and Status fields cannot be part of layouts since they are not configurable.
Creates a related item (comments, tasks, and contacts) and associates it with a case.
A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a contactArn
). All Related Items have their own internal identifier, the relatedItemArn
. Examples of related items include comments
and contacts
.
Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.
', 'DeleteDomain' => 'Deletes a Cases domain.
<note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note>
', 'GetCase' => 'Returns information about a specific case if it exists.
', 'GetCaseEventConfiguration' => 'Returns the case event publishing configuration.
', 'GetDomain' => 'Returns information about a specific domain if it exists.
', 'GetLayout' => 'Returns the details for the requested layout.
', 'GetTemplate' => 'Returns the details for the requested template.
', 'ListCasesForContact' => 'Lists cases for a given contact.
', 'ListDomains' => 'Lists all cases domains in the Amazon Web Services account. Each list item is a condensed summary object of the domain.
', 'ListFieldOptions' => 'Lists all of the field options for a field identifier in the domain.
', 'ListFields' => 'Lists all fields in a Cases domain.
', 'ListLayouts' => 'Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.
', 'ListTagsForResource' => 'Lists tags for a resource.
', 'ListTemplates' => 'Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template.
', 'PutCaseEventConfiguration' => 'API for adding case event publishing configuration
', 'SearchCases' => 'Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.
For customer_id
you must provide the full customer profile ARN in this format: arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID
.
Searches for related items that are associated with a case.
If no filters are provided, this returns all related items associated with a case.
Adds tags to a resource.
', 'UntagResource' => 'Untags a resource.
', 'UpdateCase' => 'Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the CreateCase
input .
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
', 'UpdateField' => 'Updates the properties of an existing field.
', 'UpdateLayout' => 'Updates the attributes of an existing layout.
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
A ValidationException
is returned when you add non-existent fieldIds
to a layout.
Title and Status fields cannot be part of layouts because they are not configurable.
Updates the attributes of an existing template. The template attributes that can be modified include name
, description
, layoutConfiguration
, requiredFields
, and status
. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.
You do not have sufficient access to perform this action.
', 'refs' => [], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$arn' => 'The Amazon Resource Name (ARN)
', 'TagResourceRequest$arn' => 'The Amazon Resource Name (ARN)
', 'UntagResourceRequest$arn' => 'The Amazon Resource Name (ARN)
', ], ], 'AssociationTime' => [ 'base' => NULL, 'refs' => [ 'SearchRelatedItemsResponseItem$associationTime' => 'Time at which a related item was associated with a case.
', ], ], 'BasicLayout' => [ 'base' => 'Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of agent application.
Content specific to BasicLayout
type. It configures fields in the top panel and More Info tab of Cases user interface.
A list of unique field identifiers.
', ], ], 'BatchGetFieldRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetFieldResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetFieldResponseErrorsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetFieldResponse$errors' => 'A list of field errors.
', ], ], 'BatchGetFieldResponseFieldsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetFieldResponse$fields' => 'A list of detailed field information.
', ], ], 'BatchPutFieldOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutFieldOptionsRequestOptionsList' => [ 'base' => NULL, 'refs' => [ 'BatchPutFieldOptionsRequest$options' => 'A list of FieldOption
objects.
A list of field errors.
', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'EventBridgeConfiguration$enabled' => 'Indicates whether the to broadcast case event data to the customer.
', 'FieldOption$active' => 'Describes whether the FieldOption
is active (displayed) or inactive.
Can be either null, or have a Boolean value type. Only one value can be provided.
', 'RelatedItemEventIncludedData$includeContent' => 'Details of what related item data is published through the case event stream.
', ], ], 'CaseArn' => [ 'base' => NULL, 'refs' => [ 'CreateCaseResponse$caseArn' => 'The Amazon Resource Name (ARN) of the case.
', ], ], 'CaseEventIncludedData' => [ 'base' => 'Details of what case data is published through the case event stream.
', 'refs' => [ 'EventIncludedData$caseData' => 'Details of what case data is published through the case event stream.
', ], ], 'CaseEventIncludedDataFieldsList' => [ 'base' => NULL, 'refs' => [ 'CaseEventIncludedData$fields' => 'List of field identifiers.
', ], ], 'CaseFilter' => [ 'base' => 'A filter for cases. Only one value can be provided.
', 'refs' => [ 'CaseFilter$not' => NULL, 'CaseFilterAndAllList$member' => NULL, 'CaseFilterOrAllList$member' => NULL, 'SearchCasesRequest$filter' => 'A list of filter objects.
', ], ], 'CaseFilterAndAllList' => [ 'base' => NULL, 'refs' => [ 'CaseFilter$andAll' => 'Provides "and all" filtering.
', ], ], 'CaseFilterOrAllList' => [ 'base' => NULL, 'refs' => [ 'CaseFilter$orAll' => 'Provides "or all" filtering.
', ], ], 'CaseId' => [ 'base' => NULL, 'refs' => [ 'CaseSummary$caseId' => 'A unique identifier of the case.
', 'CreateCaseResponse$caseId' => 'A unique identifier of the case.
', 'CreateRelatedItemRequest$caseId' => 'A unique identifier of the case.
', 'GetCaseRequest$caseId' => 'A unique identifier of the case.
', 'SearchCasesResponseItem$caseId' => 'A unique identifier of the case.
', 'SearchRelatedItemsRequest$caseId' => 'A unique identifier of the case.
', 'UpdateCaseRequest$caseId' => 'A unique identifier of the case.
', ], ], 'CaseSummary' => [ 'base' => 'Case summary information.
', 'refs' => [ 'ListCasesForContactResponseCasesList$member' => NULL, ], ], 'Channel' => [ 'base' => NULL, 'refs' => [ 'ContactContent$channel' => 'A list of channels to filter on for related items of type Contact
.
Text in the body of a Comment
on a case.
Type of the text in the box of a Comment
on a case.
Represents the content of a Comment
to be returned to agents.
Represents the content of a comment to be returned to agents.
', 'RelatedItemInputContent$comment' => 'Represents the content of a comment to be returned to agents.
', ], ], 'CommentFilter' => [ 'base' => 'A filter for related items of type Comment
.
A filter for related items of type Comment
.
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
', 'refs' => [], ], 'ConnectedToSystemTime' => [ 'base' => NULL, 'refs' => [ 'ContactContent$connectedToSystemTime' => 'The difference between the InitiationTimestamp
and the DisconnectTimestamp
of the contact.
An object that represents an Amazon Connect contact object.
', 'refs' => [ 'RelatedItemInputContent$contact' => 'Object representing a contact in Amazon Connect as an API request field.
', ], ], 'ContactArn' => [ 'base' => NULL, 'refs' => [ 'Contact$contactArn' => 'A unique identifier of a contact in Amazon Connect.
', 'ContactContent$contactArn' => 'A unique identifier of a contact in Amazon Connect.
', 'ContactFilter$contactArn' => 'A unique identifier of a contact in Amazon Connect.
', 'ListCasesForContactRequest$contactArn' => 'A unique identifier of a contact in Amazon Connect.
', ], ], 'ContactContent' => [ 'base' => 'An object that represents a content of an Amazon Connect contact object.
', 'refs' => [ 'RelatedItemContent$contact' => 'Represents the content of a contact to be returned to agents.
', ], ], 'ContactFilter' => [ 'base' => 'A filter for related items of type Contact
.
A filter for related items of type Contact
.
A list of channels to filter on for related items of type Contact
.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
', ], ], 'CreateCaseRequestFieldsList' => [ 'base' => NULL, 'refs' => [ 'CreateCaseRequest$fields' => 'An array of objects with field ID (matching ListFields/DescribeField) and value union data.
', ], ], 'CreateCaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFieldRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFieldResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateLayoutRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLayoutResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelatedItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRelatedItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatedTime' => [ 'base' => NULL, 'refs' => [ 'GetDomainResponse$createdTime' => 'The timestamp when the Cases domain was created.
', ], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DomainArn' => [ 'base' => NULL, 'refs' => [ 'CreateDomainResponse$domainArn' => 'The Amazon Resource Name (ARN) for the Cases domain.
', 'DomainSummary$domainArn' => 'The Amazon Resource Name (ARN) of the domain.
', 'GetDomainResponse$domainArn' => 'The Amazon Resource Name (ARN) for the Cases domain.
', ], ], 'DomainId' => [ 'base' => NULL, 'refs' => [ 'BatchGetFieldRequest$domainId' => 'The unique identifier of the Cases domain.
', 'BatchPutFieldOptionsRequest$domainId' => 'The unique identifier of the Cases domain.
', 'CreateCaseRequest$domainId' => 'The unique identifier of the Cases domain.
', 'CreateDomainResponse$domainId' => 'The unique identifier of the Cases domain.
', 'CreateFieldRequest$domainId' => 'The unique identifier of the Cases domain.
', 'CreateLayoutRequest$domainId' => 'The unique identifier of the Cases domain.
', 'CreateRelatedItemRequest$domainId' => 'The unique identifier of the Cases domain.
', 'CreateTemplateRequest$domainId' => 'The unique identifier of the Cases domain.
', 'DeleteDomainRequest$domainId' => 'The unique identifier of the Cases domain.
', 'DomainSummary$domainId' => 'The unique identifier of the domain.
', 'GetCaseEventConfigurationRequest$domainId' => 'The unique identifier of the Cases domain.
', 'GetCaseRequest$domainId' => 'The unique identifier of the Cases domain.
', 'GetDomainRequest$domainId' => 'The unique identifier of the Cases domain.
', 'GetDomainResponse$domainId' => 'The unique identifier of the Cases domain.
', 'GetLayoutRequest$domainId' => 'The unique identifier of the Cases domain.
', 'GetTemplateRequest$domainId' => 'The unique identifier of the Cases domain.
', 'ListCasesForContactRequest$domainId' => 'The unique identifier of the Cases domain.
', 'ListFieldOptionsRequest$domainId' => 'The unique identifier of the Cases domain.
', 'ListFieldsRequest$domainId' => 'The unique identifier of the Cases domain.
', 'ListLayoutsRequest$domainId' => 'The unique identifier of the Cases domain.
', 'ListTemplatesRequest$domainId' => 'The unique identifier of the Cases domain.
', 'PutCaseEventConfigurationRequest$domainId' => 'The unique identifier of the Cases domain.
', 'SearchCasesRequest$domainId' => 'The unique identifier of the Cases domain.
', 'SearchRelatedItemsRequest$domainId' => 'The unique identifier of the Cases domain.
', 'UpdateCaseRequest$domainId' => 'The unique identifier of the Cases domain.
', 'UpdateFieldRequest$domainId' => 'The unique identifier of the Cases domain.
', 'UpdateLayoutRequest$domainId' => 'The unique identifier of the Cases domain.
', 'UpdateTemplateRequest$domainId' => 'The unique identifier of the Cases domain.
', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$name' => 'The name for your Cases domain. It must be unique for your Amazon Web Services account.
', 'DomainSummary$name' => 'The name of the domain.
', 'GetDomainResponse$name' => 'The name of the Cases domain.
', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'CreateDomainResponse$domainStatus' => 'The status of the domain.
', 'GetDomainResponse$domainStatus' => 'The status of the Cases domain.
', ], ], 'DomainSummary' => [ 'base' => 'Object for the summarized details of the domain.
', 'refs' => [ 'DomainSummaryList$member' => NULL, ], ], 'DomainSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$domains' => 'The Cases domain.
', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'FieldValueUnion$doubleValue' => 'Can be either null, or have a Double number value type. Only one value can be provided.
', ], ], 'EmptyFieldValue' => [ 'base' => 'An empty value. You cannot set EmptyFieldValue
on a field that is required on a case template.
This structure will never have any data members. It signifies an empty value on a case field.
', 'refs' => [ 'FieldValueUnion$emptyValue' => 'An empty value.
', ], ], 'EventBridgeConfiguration' => [ 'base' => 'Configuration to enable EventBridge case event delivery and determine what data is delivered.
', 'refs' => [ 'GetCaseEventConfigurationResponse$eventBridge' => 'Configuration to enable EventBridge case event delivery and determine what data is delivered.
', 'PutCaseEventConfigurationRequest$eventBridge' => 'Configuration to enable EventBridge case event delivery and determine what data is delivered.
', ], ], 'EventIncludedData' => [ 'base' => 'Details of what case and related item data is published through the case event stream.
', 'refs' => [ 'EventBridgeConfiguration$includedData' => 'Details of what case and related item data is published through the case event stream.
', ], ], 'FieldArn' => [ 'base' => NULL, 'refs' => [ 'CreateFieldResponse$fieldArn' => 'The Amazon Resource Name (ARN) of the field.
', 'FieldSummary$fieldArn' => 'The Amazon Resource Name (ARN) of the field.
', 'GetFieldResponse$fieldArn' => 'The Amazon Resource Name (ARN) of the field.
', ], ], 'FieldDescription' => [ 'base' => NULL, 'refs' => [ 'CreateFieldRequest$description' => 'The description of the field.
', 'GetFieldResponse$description' => 'Description of the field.
', 'UpdateFieldRequest$description' => 'The description of a field.
', ], ], 'FieldError' => [ 'base' => 'Object for errors on fields.
', 'refs' => [ 'BatchGetFieldResponseErrorsList$member' => NULL, ], ], 'FieldFilter' => [ 'base' => 'A filter for fields. Only one value can be provided.
', 'refs' => [ 'CaseFilter$field' => 'A list of fields to filter on.
', ], ], 'FieldGroup' => [ 'base' => 'Object for a group of fields and associated properties.
', 'refs' => [ 'Section$fieldGroup' => 'Consists of a group of fields and associated properties.
', ], ], 'FieldGroupFieldsList' => [ 'base' => NULL, 'refs' => [ 'FieldGroup$fields' => 'Represents an ordered list containing field related information.
', ], ], 'FieldGroupNameString' => [ 'base' => NULL, 'refs' => [ 'FieldGroup$name' => 'Name of the field group.
', ], ], 'FieldId' => [ 'base' => NULL, 'refs' => [ 'BatchPutFieldOptionsRequest$fieldId' => 'The unique identifier of a field.
', 'CreateFieldResponse$fieldId' => 'The unique identifier of a field.
', 'FieldError$id' => 'The field identifier that caused the error.
', 'FieldIdentifier$id' => 'Unique identifier of a field.
', 'FieldItem$id' => 'Unique identifier of a field.
', 'FieldSummary$fieldId' => 'The unique identifier of a field.
', 'FieldValue$id' => 'Unique identifier of a field.
', 'GetFieldResponse$fieldId' => 'Unique identifier of the field.
', 'ListFieldOptionsRequest$fieldId' => 'The unique identifier of a field.
', 'RequiredField$fieldId' => 'Unique identifier of a field.
', 'Sort$fieldId' => 'Unique identifier of a field.
', 'UpdateFieldRequest$fieldId' => 'The unique identifier of a field.
', ], ], 'FieldIdentifier' => [ 'base' => 'Object for unique identifier of a field.
', 'refs' => [ 'BatchGetFieldIdentifierList$member' => NULL, 'CaseEventIncludedDataFieldsList$member' => NULL, 'GetCaseRequestFieldsList$member' => NULL, 'SearchCasesRequestFieldsList$member' => NULL, ], ], 'FieldItem' => [ 'base' => 'Object for field related information.
', 'refs' => [ 'FieldGroupFieldsList$member' => NULL, ], ], 'FieldName' => [ 'base' => NULL, 'refs' => [ 'CreateFieldRequest$name' => 'The name of the field.
', 'FieldSummary$name' => 'Name of the field.
', 'GetFieldResponse$name' => 'Name of the field.
', 'UpdateFieldRequest$name' => 'The name of the field.
', ], ], 'FieldNamespace' => [ 'base' => NULL, 'refs' => [ 'FieldSummary$namespace' => 'The namespace of a field.
', 'GetFieldResponse$namespace' => 'Namespace of the field.
', ], ], 'FieldOption' => [ 'base' => 'Object for field Options information.
', 'refs' => [ 'BatchPutFieldOptionsRequestOptionsList$member' => NULL, 'FieldOptionsList$member' => NULL, ], ], 'FieldOptionError' => [ 'base' => 'Object for field Options errors.
', 'refs' => [ 'BatchPutFieldOptionsResponseErrorsList$member' => NULL, ], ], 'FieldOptionName' => [ 'base' => NULL, 'refs' => [ 'FieldOption$name' => ' FieldOptionName
has max length 100 and disallows trailing spaces.
FieldOptionValue
has max length 100 and must be alphanumeric with hyphens and underscores.
The field option value that caused the error.
', ], ], 'FieldOptionsList' => [ 'base' => NULL, 'refs' => [ 'ListFieldOptionsResponse$options' => 'A list of FieldOption
objects.
Object for the summarized details of the field.
', 'refs' => [ 'ListFieldsResponseFieldsList$member' => NULL, ], ], 'FieldType' => [ 'base' => NULL, 'refs' => [ 'CreateFieldRequest$type' => 'Defines the data type, some system constraints, and default display of the field.
', 'FieldSummary$type' => 'The type of a field.
', 'GetFieldResponse$type' => 'Type of the field.
', ], ], 'FieldValue' => [ 'base' => 'Object for case field values.
', 'refs' => [ 'CreateCaseRequestFieldsList$member' => NULL, 'FieldFilter$contains' => 'Object containing field identifier and value information.
', 'FieldFilter$equalTo' => 'Object containing field identifier and value information.
', 'FieldFilter$greaterThan' => 'Object containing field identifier and value information.
', 'FieldFilter$greaterThanOrEqualTo' => 'Object containing field identifier and value information.
', 'FieldFilter$lessThan' => 'Object containing field identifier and value information.
', 'FieldFilter$lessThanOrEqualTo' => 'Object containing field identifier and value information.
', 'GetCaseResponseFieldsList$member' => NULL, 'SearchCasesResponseItemFieldsList$member' => NULL, 'UpdateCaseRequestFieldsList$member' => NULL, ], ], 'FieldValueUnion' => [ 'base' => 'Object to store union of Field values.
', 'refs' => [ 'FieldValue$value' => 'Union of potential field value types.
', ], ], 'FieldValueUnionStringValueString' => [ 'base' => NULL, 'refs' => [ 'FieldValueUnion$stringValue' => 'String value type.
', ], ], 'GetCaseEventConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCaseEventConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCaseRequestFieldsList' => [ 'base' => NULL, 'refs' => [ 'GetCaseRequest$fields' => 'A list of unique field identifiers.
', ], ], 'GetCaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCaseResponseFieldsList' => [ 'base' => NULL, 'refs' => [ 'GetCaseResponse$fields' => 'A list of detailed field information.
', ], ], 'GetDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFieldResponse' => [ 'base' => 'Object to store detailed field information.
', 'refs' => [ 'BatchGetFieldResponseFieldsList$member' => NULL, ], ], 'GetLayoutRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLayoutResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'InternalServerException$retryAfterSeconds' => 'Advice to clients on when the call can be safely retried.
', ], ], 'InternalServerException' => [ 'base' => 'We couldn\'t process your request because of an issue with the server. Try again later.
', 'refs' => [], ], 'LayoutArn' => [ 'base' => NULL, 'refs' => [ 'CreateLayoutResponse$layoutArn' => 'The Amazon Resource Name (ARN) of the newly created layout.
', 'GetLayoutResponse$layoutArn' => 'The Amazon Resource Name (ARN) of the newly created layout.
', 'LayoutSummary$layoutArn' => 'The Amazon Resource Name (ARN) of the layout.
', ], ], 'LayoutConfiguration' => [ 'base' => 'Object to store configuration of layouts associated to the template.
', 'refs' => [ 'CreateTemplateRequest$layoutConfiguration' => 'Configuration of layouts associated to the template.
', 'GetTemplateResponse$layoutConfiguration' => 'Configuration of layouts associated to the template.
', 'UpdateTemplateRequest$layoutConfiguration' => 'Configuration of layouts associated to the template.
', ], ], 'LayoutContent' => [ 'base' => 'Object to store union of different versions of layout content.
', 'refs' => [ 'CreateLayoutRequest$content' => 'Information about which fields will be present in the layout, and information about the order of the fields.
', 'GetLayoutResponse$content' => 'Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
', 'UpdateLayoutRequest$content' => 'Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field.
', ], ], 'LayoutId' => [ 'base' => NULL, 'refs' => [ 'CreateLayoutResponse$layoutId' => 'The unique identifier of the layout.
', 'GetLayoutRequest$layoutId' => 'The unique identifier of the layout.
', 'GetLayoutResponse$layoutId' => 'The unique identifier of the layout.
', 'LayoutConfiguration$defaultLayout' => 'Unique identifier of a layout.
', 'LayoutSummary$layoutId' => 'The unique identifier for of the layout.
', 'UpdateLayoutRequest$layoutId' => 'The unique identifier of the layout.
', ], ], 'LayoutName' => [ 'base' => NULL, 'refs' => [ 'CreateLayoutRequest$name' => 'The name of the layout. It must be unique for the Cases domain.
', 'GetLayoutResponse$name' => 'The name of the layout. It must be unique.
', 'LayoutSummary$name' => 'The name of the layout.
', 'UpdateLayoutRequest$name' => 'The name of the layout. It must be unique per domain.
', ], ], 'LayoutSections' => [ 'base' => 'Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.
', 'refs' => [ 'BasicLayout$moreInfo' => 'This represents sections in a tab of the page layout.
', 'BasicLayout$topPanel' => 'This represents sections in a panel of the page layout.
', ], ], 'LayoutSummary' => [ 'base' => 'Object for the summarized details of the layout.
', 'refs' => [ 'LayoutSummaryList$member' => NULL, ], ], 'LayoutSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListLayoutsResponse$layouts' => 'The layouts for the domain.
', ], ], 'ListCasesForContactRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCasesForContactRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListCasesForContactRequest$maxResults' => 'The maximum number of results to return per page.
', ], ], 'ListCasesForContactResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCasesForContactResponseCasesList' => [ 'base' => NULL, 'refs' => [ 'ListCasesForContactResponse$cases' => 'A list of Case summary information.
', ], ], 'ListDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$maxResults' => 'The maximum number of results to return per page.
', ], ], 'ListDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFieldOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFieldOptionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFieldsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFieldsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFieldsResponseFieldsList' => [ 'base' => NULL, 'refs' => [ 'ListFieldsResponse$fields' => 'List of detailed field information.
', ], ], 'ListLayoutsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLayoutsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTemplatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTemplatesResponseTemplatesList' => [ 'base' => NULL, 'refs' => [ 'ListTemplatesResponse$templates' => 'List of template summary objects.
', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListFieldOptionsRequest$maxResults' => 'The maximum number of results to return per page.
', 'ListFieldsRequest$maxResults' => 'The maximum number of results to return per page.
', 'ListLayoutsRequest$maxResults' => 'The maximum number of results to return per page.
', 'ListTemplatesRequest$maxResults' => 'The maximum number of results to return per page.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'GetCaseRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'GetCaseResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'ListCasesForContactRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'ListCasesForContactResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'ListDomainsRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'ListDomainsResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'ListFieldOptionsRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'ListFieldOptionsResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'ListFieldsRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'ListFieldsResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'ListLayoutsRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'ListLayoutsResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'ListTemplatesRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'ListTemplatesResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'SearchCasesRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'SearchCasesResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', 'SearchRelatedItemsRequest$nextToken' => 'The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
', 'SearchRelatedItemsResponse$nextToken' => 'The token for the next set of results. This is null if there are no more results to return.
', ], ], 'Order' => [ 'base' => NULL, 'refs' => [ 'Sort$sortOrder' => 'A structured set of sort terms
', ], ], 'PutCaseEventConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutCaseEventConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'RelatedItemArn' => [ 'base' => NULL, 'refs' => [ 'CreateRelatedItemResponse$relatedItemArn' => 'The Amazon Resource Name (ARN) of the related item.
', ], ], 'RelatedItemContent' => [ 'base' => 'Represents the content of a particular type of related item.
', 'refs' => [ 'SearchRelatedItemsResponseItem$content' => 'Represents the content of a particular type of related item.
', ], ], 'RelatedItemEventIncludedData' => [ 'base' => 'Details of what related item data is published through the case event stream.
', 'refs' => [ 'EventIncludedData$relatedItemData' => 'Details of what related item data is published through the case event stream.
', ], ], 'RelatedItemId' => [ 'base' => NULL, 'refs' => [ 'CreateRelatedItemResponse$relatedItemId' => 'The unique identifier of the related item.
', 'SearchRelatedItemsResponseItem$relatedItemId' => 'Unique identifier of a related item.
', ], ], 'RelatedItemInputContent' => [ 'base' => 'Represents the content of a related item to be created.
', 'refs' => [ 'CreateRelatedItemRequest$content' => 'The content of a related item to be created.
', ], ], 'RelatedItemType' => [ 'base' => NULL, 'refs' => [ 'CreateRelatedItemRequest$type' => 'The type of a related item.
', 'SearchRelatedItemsResponseItem$type' => 'Type of a related item.
', ], ], 'RelatedItemTypeFilter' => [ 'base' => 'The list of types of related items and their parameters to use for filtering.
', 'refs' => [ 'SearchRelatedItemsRequestFiltersList$member' => NULL, ], ], 'RequiredField' => [ 'base' => 'List of fields that must have a value provided to create a case.
', 'refs' => [ 'RequiredFieldList$member' => NULL, ], ], 'RequiredFieldList' => [ 'base' => NULL, 'refs' => [ 'CreateTemplateRequest$requiredFields' => 'A list of fields that must contain a value for a case to be successfully created with this template.
', 'GetTemplateResponse$requiredFields' => 'A list of fields that must contain a value for a case to be successfully created with this template.
', 'UpdateTemplateRequest$requiredFields' => 'A list of fields that must contain a value for a case to be successfully created with this template.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'We couldn\'t find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
', 'refs' => [], ], 'SearchCasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchCasesRequestFieldsList' => [ 'base' => NULL, 'refs' => [ 'SearchCasesRequest$fields' => 'The list of field identifiers to be returned as part of the response.
', ], ], 'SearchCasesRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'SearchCasesRequest$maxResults' => 'The maximum number of cases to return. The current maximum supported value is 25. This is also the default value when no other value is provided.
', ], ], 'SearchCasesRequestSearchTermString' => [ 'base' => NULL, 'refs' => [ 'SearchCasesRequest$searchTerm' => 'A word or phrase used to perform a quick search.
', ], ], 'SearchCasesRequestSortsList' => [ 'base' => NULL, 'refs' => [ 'SearchCasesRequest$sorts' => 'A list of sorts where each sort specifies a field and their sort order to be applied to the results.
', ], ], 'SearchCasesResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchCasesResponseCasesList' => [ 'base' => NULL, 'refs' => [ 'SearchCasesResponse$cases' => 'A list of case documents where each case contains the properties CaseId
and Fields
where each field is a complex union structure.
A list of items that represent cases.
', 'refs' => [ 'SearchCasesResponseCasesList$member' => NULL, ], ], 'SearchCasesResponseItemFieldsList' => [ 'base' => NULL, 'refs' => [ 'SearchCasesResponseItem$fields' => 'List of case field values.
', ], ], 'SearchRelatedItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchRelatedItemsRequestFiltersList' => [ 'base' => NULL, 'refs' => [ 'SearchRelatedItemsRequest$filters' => 'The list of types of related items and their parameters to use for filtering.
', ], ], 'SearchRelatedItemsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'SearchRelatedItemsRequest$maxResults' => 'The maximum number of results to return per page.
', ], ], 'SearchRelatedItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchRelatedItemsResponseItem' => [ 'base' => 'A list of items that represent RelatedItems.
', 'refs' => [ 'SearchRelatedItemsResponseRelatedItemsList$member' => NULL, ], ], 'SearchRelatedItemsResponseRelatedItemsList' => [ 'base' => NULL, 'refs' => [ 'SearchRelatedItemsResponse$relatedItems' => 'A list of items related to a case.
', ], ], 'Section' => [ 'base' => 'This represents a sections within a panel or tab of the page layout.
', 'refs' => [ 'SectionsList$member' => NULL, ], ], 'SectionsList' => [ 'base' => 'Ordered list containing different kinds of sections that can be added.
', 'refs' => [ 'LayoutSections$sections' => NULL, ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
', 'refs' => [], ], 'Sort' => [ 'base' => 'A structured set of sort terms.
', 'refs' => [ 'SearchCasesRequestSortsList$member' => NULL, ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ConflictException$message' => NULL, 'FieldError$errorCode' => 'The error code from getting a field.
', 'FieldError$message' => 'The error message from getting a field.
', 'FieldOptionError$errorCode' => 'Error code from creating or updating field option.
', 'FieldOptionError$message' => 'Error message from creating or updating field option.
', 'InternalServerException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'ResourceNotFoundException$resourceId' => 'Unique identifier of the resource affected.
', 'ResourceNotFoundException$resourceType' => 'Type of the resource affected.
', 'ServiceQuotaExceededException$message' => NULL, 'Tags$key' => NULL, 'Tags$value' => NULL, 'ThrottlingException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => 'List of tag keys.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'GetCaseResponse$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'GetDomainResponse$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'GetFieldResponse$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'GetLayoutResponse$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'GetTemplateResponse$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'ListTagsForResourceResponse$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'SearchCasesResponseItem$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'SearchRelatedItemsResponseItem$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', 'TagResourceRequest$tags' => 'A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
', ], ], 'TemplateArn' => [ 'base' => NULL, 'refs' => [ 'CreateTemplateResponse$templateArn' => 'The Amazon Resource Name (ARN) of the newly created template.
', 'GetTemplateResponse$templateArn' => 'The Amazon Resource Name (ARN) of the template.
', 'TemplateSummary$templateArn' => 'The Amazon Resource Name (ARN) of the template.
', ], ], 'TemplateDescription' => [ 'base' => NULL, 'refs' => [ 'CreateTemplateRequest$description' => 'A brief description of the template.
', 'GetTemplateResponse$description' => 'A brief description of the template.
', 'UpdateTemplateRequest$description' => 'A brief description of the template.
', ], ], 'TemplateId' => [ 'base' => NULL, 'refs' => [ 'CaseSummary$templateId' => 'A unique identifier of a template.
', 'CreateCaseRequest$templateId' => 'A unique identifier of a template.
', 'CreateTemplateResponse$templateId' => 'A unique identifier of a template.
', 'GetCaseResponse$templateId' => 'A unique identifier of a template.
', 'GetTemplateRequest$templateId' => 'A unique identifier of a template.
', 'GetTemplateResponse$templateId' => 'A unique identifier of a template.
', 'SearchCasesResponseItem$templateId' => 'A unique identifier of a template.
', 'TemplateSummary$templateId' => 'The unique identifier for the template.
', 'UpdateTemplateRequest$templateId' => 'A unique identifier for the template.
', ], ], 'TemplateName' => [ 'base' => NULL, 'refs' => [ 'CreateTemplateRequest$name' => 'A name for the template. It must be unique per domain.
', 'GetTemplateResponse$name' => 'The name of the template.
', 'TemplateSummary$name' => 'The template name.
', 'UpdateTemplateRequest$name' => 'The name of the template. It must be unique per domain.
', ], ], 'TemplateStatus' => [ 'base' => NULL, 'refs' => [ 'CreateTemplateRequest$status' => 'The status of the template.
', 'GetTemplateResponse$status' => 'The status of the template.
', 'TemplateStatusFilters$member' => NULL, 'TemplateSummary$status' => 'The status of the template.
', 'UpdateTemplateRequest$status' => 'The status of the template.
', ], ], 'TemplateStatusFilters' => [ 'base' => NULL, 'refs' => [ 'ListTemplatesRequest$status' => 'A list of status values to filter on.
', ], ], 'TemplateSummary' => [ 'base' => 'Template summary information.
', 'refs' => [ 'ListTemplatesResponseTemplatesList$member' => NULL, ], ], 'ThrottlingException' => [ 'base' => 'The rate has been exceeded for this API. Please try again after a few minutes.
', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCaseRequestFieldsList' => [ 'base' => NULL, 'refs' => [ 'UpdateCaseRequest$fields' => 'An array of objects with fieldId
(matching ListFields/DescribeField) and value union data, structured identical to CreateCase
.
The request isn\'t valid. Check the syntax and try again.
', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'ValuesList$member' => NULL, ], ], 'ValuesList' => [ 'base' => NULL, 'refs' => [ 'ListFieldOptionsRequest$values' => 'A list of FieldOption
values to filter on for ListFieldOptions
.