{
  "version": "2.0",
  "service": "<p>The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. These APIs provide the overarching framework for creating and sending messages. For more information about the identity APIs, refer to <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Identity.html\">Amazon Chime SDK identity</a>.</p>",
  "operations": {
    "CreateAppInstance": "<p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account. Only SDK messaging customers use this API. <code>CreateAppInstance</code> supports idempotency behavior as described in the AWS API Standard.</p> <p>identity</p>",
    "CreateAppInstanceAdmin": "<p>Promotes an <code>AppInstanceUser</code> to an <code>AppInstanceAdmin</code>. The promoted user can perform the following actions. </p> <ul> <li> <p> <code>ChannelModerator</code> actions across all channels in the <code>AppInstance</code>.</p> </li> <li> <p> <code>DeleteChannelMessage</code> actions.</p> </li> </ul> <p>Only an <code>AppInstanceUser</code> can be promoted to an <code>AppInstanceAdmin</code> role.</p>",
    "CreateAppInstanceUser": "<p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a unique <code>appInstanceUserId</code> and <code>Name</code> for that user.</p>",
    "DeleteAppInstance": "<p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>",
    "DeleteAppInstanceAdmin": "<p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code>. This action does not delete the user.</p>",
    "DeleteAppInstanceUser": "<p>Deletes an <code>AppInstanceUser</code>.</p>",
    "DeregisterAppInstanceUserEndpoint": "<p>Deregisters an <code>AppInstanceUserEndpoint</code>.</p>",
    "DescribeAppInstance": "<p>Returns the full details of an <code>AppInstance</code>.</p>",
    "DescribeAppInstanceAdmin": "<p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>",
    "DescribeAppInstanceUser": "<p>Returns the full details of an <code>AppInstanceUser</code>.</p>",
    "DescribeAppInstanceUserEndpoint": "<p>Returns the full details of an <code>AppInstanceUserEndpoint</code>.</p>",
    "GetAppInstanceRetentionSettings": "<p>Gets the retention settings for an <code>AppInstance</code>.</p>",
    "ListAppInstanceAdmins": "<p>Returns a list of the administrators in the <code>AppInstance</code>.</p>",
    "ListAppInstanceUserEndpoints": "<p>Lists all the <code>AppInstanceUserEndpoints</code> created under a single <code>AppInstanceUser</code>.</p>",
    "ListAppInstanceUsers": "<p>List all <code>AppInstanceUsers</code> created under a single <code>AppInstance</code>.</p>",
    "ListAppInstances": "<p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS account.</p>",
    "ListTagsForResource": "<p>Lists the tags applied to an Amazon Chime SDK identity resource.</p>",
    "PutAppInstanceRetentionSettings": "<p>Sets the amount of time in days that a given <code>AppInstance</code> retains data.</p>",
    "RegisterAppInstanceUserEndpoint": "<p>Registers an endpoint under an Amazon Chime <code>AppInstanceUser</code>. The endpoint receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>",
    "TagResource": "<p>Applies the specified tags to the specified Amazon Chime SDK identity resource.</p>",
    "UntagResource": "<p>Removes the specified tags from the specified Amazon Chime SDK identity resource.</p>",
    "UpdateAppInstance": "<p>Updates <code>AppInstance</code> metadata.</p>",
    "UpdateAppInstanceUser": "<p>Updates the details of an <code>AppInstanceUser</code>. You can update names and metadata.</p>",
    "UpdateAppInstanceUserEndpoint": "<p>Updates the details of an <code>AppInstanceUserEndpoint</code>. You can update the name and <code>AllowMessage</code> values.</p>"
  },
  "shapes": {
    "AllowMessages": {
      "base": null,
      "refs": {
        "AppInstanceUserEndpoint$AllowMessages": "<p>Boolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages. <code>NONE</code> indicates the endpoint will receive no messages.</p>",
        "AppInstanceUserEndpointSummary$AllowMessages": "<p>BBoolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages. <code>NONE</code> indicates the endpoint will receive no messages.</p>",
        "RegisterAppInstanceUserEndpointRequest$AllowMessages": "<p>Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. <code>ALL</code> indicates the endpoint receives all messages. <code>NONE</code> indicates the endpoint receives no messages.</p>",
        "UpdateAppInstanceUserEndpointRequest$AllowMessages": "<p>Boolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages. <code>NONE</code> indicates the endpoint will receive no messages.</p>"
      }
    },
    "AppInstance": {
      "base": "<p>The details of an <code>AppInstance</code>, an instance of an Amazon Chime SDK messaging application.</p>",
      "refs": {
        "DescribeAppInstanceResponse$AppInstance": "<p>The ARN, metadata, created and last-updated timestamps, and the name of the <code>AppInstance</code>. All timestamps use epoch milliseconds.</p>"
      }
    },
    "AppInstanceAdmin": {
      "base": "<p>The details of an <code>AppInstanceAdmin</code>.</p>",
      "refs": {
        "DescribeAppInstanceAdminResponse$AppInstanceAdmin": "<p>The ARN and name of the <code>AppInstanceUser</code>, the ARN of the <code>AppInstance</code>, and the created and last-updated timestamps. All timestamps use epoch milliseconds.</p>"
      }
    },
    "AppInstanceAdminList": {
      "base": null,
      "refs": {
        "ListAppInstanceAdminsResponse$AppInstanceAdmins": "<p>The information for each administrator.</p>"
      }
    },
    "AppInstanceAdminSummary": {
      "base": "<p>Summary of the details of an <code>AppInstanceAdmin</code>.</p>",
      "refs": {
        "AppInstanceAdminList$member": null
      }
    },
    "AppInstanceList": {
      "base": null,
      "refs": {
        "ListAppInstancesResponse$AppInstances": "<p>The information for each <code>AppInstance</code>.</p>"
      }
    },
    "AppInstanceRetentionSettings": {
      "base": "<p>The details of the data-retention settings for an <code>AppInstance</code>.</p>",
      "refs": {
        "GetAppInstanceRetentionSettingsResponse$AppInstanceRetentionSettings": "<p>The retention settings for the <code>AppInstance</code>.</p>",
        "PutAppInstanceRetentionSettingsRequest$AppInstanceRetentionSettings": "<p>The time in days to retain data. Data type: number.</p>",
        "PutAppInstanceRetentionSettingsResponse$AppInstanceRetentionSettings": "<p>The time in days to retain data. Data type: number.</p>"
      }
    },
    "AppInstanceSummary": {
      "base": "<p>Summary of the data for an <code>AppInstance</code>.</p>",
      "refs": {
        "AppInstanceList$member": null
      }
    },
    "AppInstanceUser": {
      "base": "<p>The details of an <code>AppInstanceUser</code>.</p>",
      "refs": {
        "DescribeAppInstanceUserResponse$AppInstanceUser": "<p>The name of the <code>AppInstanceUser</code>.</p>"
      }
    },
    "AppInstanceUserEndpoint": {
      "base": "<p>An endpoint under an Amazon Chime <code>AppInstanceUser</code> that receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>",
      "refs": {
        "DescribeAppInstanceUserEndpointResponse$AppInstanceUserEndpoint": "<p>The full details of an <code>AppInstanceUserEndpoint</code>: the <code>AppInstanceUserArn</code>, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.</p>"
      }
    },
    "AppInstanceUserEndpointSummary": {
      "base": "<p>Summary of the details of an <code>AppInstanceUserEndpoint</code>.</p>",
      "refs": {
        "AppInstanceUserEndpointSummaryList$member": null
      }
    },
    "AppInstanceUserEndpointSummaryList": {
      "base": null,
      "refs": {
        "ListAppInstanceUserEndpointsResponse$AppInstanceUserEndpoints": "<p>The information for each requested <code>AppInstanceUserEndpoint</code>.</p>"
      }
    },
    "AppInstanceUserEndpointType": {
      "base": null,
      "refs": {
        "AppInstanceUserEndpoint$Type": "<p>The type of the <code>AppInstanceUserEndpoint</code>.</p>",
        "AppInstanceUserEndpointSummary$Type": "<p>The type of the <code>AppInstanceUserEndpoint</code>.</p>",
        "RegisterAppInstanceUserEndpointRequest$Type": "<p>The type of the <code>AppInstanceUserEndpoint</code>. Supported types:</p> <ul> <li> <p> <code>APNS</code>: The mobile notification service for an Apple device.</p> </li> <li> <p> <code>APNS_SANDBOX</code>: The sandbox environment of the mobile notification service for an Apple device.</p> </li> <li> <p> <code>GCM</code>: The mobile notification service for an Android device.</p> </li> </ul> <p>Populate the <code>ResourceArn</code> value of each type as <code>PinpointAppArn</code>.</p>"
      }
    },
    "AppInstanceUserList": {
      "base": null,
      "refs": {
        "ListAppInstanceUsersResponse$AppInstanceUsers": "<p>The information for each requested <code>AppInstanceUser</code>.</p>"
      }
    },
    "AppInstanceUserSummary": {
      "base": "<p>Summary of the details of an <code>AppInstanceUser</code>.</p>",
      "refs": {
        "AppInstanceUserList$member": null
      }
    },
    "BadRequestException": {
      "base": "<p>The input parameters don't match the service's restrictions.</p>",
      "refs": {
      }
    },
    "ChannelRetentionSettings": {
      "base": "<p>The details of the retention settings for a channel.</p>",
      "refs": {
        "AppInstanceRetentionSettings$ChannelRetentionSettings": "<p>The length of time in days to retain the messages in a channel.</p>"
      }
    },
    "ChimeArn": {
      "base": null,
      "refs": {
        "AppInstance$AppInstanceArn": "<p>The ARN of the messaging instance.</p>",
        "AppInstanceAdmin$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code> for which the user is an administrator.</p>",
        "AppInstanceSummary$AppInstanceArn": "<p>The <code>AppInstance</code> ARN.</p>",
        "AppInstanceUser$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "AppInstanceUserSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "CreateAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the administrator of the current <code>AppInstance</code>.</p>",
        "CreateAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "CreateAppInstanceAdminResponse$AppInstanceArn": "<p>The ARN of the of the admin for the <code>AppInstance</code>.</p>",
        "CreateAppInstanceResponse$AppInstanceArn": "<p>The Amazon Resource Number (ARN) of the <code>AppInstance</code>.</p>",
        "CreateAppInstanceUserRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code> request.</p>",
        "CreateAppInstanceUserResponse$AppInstanceUserArn": "<p>The user's ARN.</p>",
        "DeleteAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the <code>AppInstance</code>'s administrator.</p>",
        "DeleteAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "DeleteAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "DeleteAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user request being deleted.</p>",
        "DescribeAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the <code>AppInstanceAdmin</code>.</p>",
        "DescribeAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "DescribeAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "DescribeAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "GetAppInstanceRetentionSettingsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "Identity$Arn": "<p>The ARN in an Identity.</p>",
        "ListAppInstanceAdminsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "ListAppInstanceAdminsResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "ListAppInstanceUsersRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "ListAppInstanceUsersResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "ListTagsForResourceRequest$ResourceARN": "<p>The ARN of the resource.</p>",
        "PutAppInstanceRetentionSettingsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "TagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
        "UntagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
        "UpdateAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "UpdateAppInstanceResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
        "UpdateAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "UpdateAppInstanceUserResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
      }
    },
    "ClientRequestToken": {
      "base": null,
      "refs": {
        "CreateAppInstanceRequest$ClientRequestToken": "<p>The <code>ClientRequestToken</code> of the <code>AppInstance</code>.</p>",
        "CreateAppInstanceUserRequest$ClientRequestToken": "<p>The token assigned to the user requesting an <code>AppInstance</code>.</p>",
        "RegisterAppInstanceUserEndpointRequest$ClientRequestToken": "<p>The idempotency token for each client request. </p>"
      }
    },
    "ConflictException": {
      "base": "<p>The request could not be processed because of conflict in the current state of the resource.</p>",
      "refs": {
      }
    },
    "CreateAppInstanceAdminRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAppInstanceAdminResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateAppInstanceRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAppInstanceResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateAppInstanceUserRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAppInstanceUserResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAppInstanceAdminRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAppInstanceRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAppInstanceUserRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeregisterAppInstanceUserEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceAdminRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceAdminResponse": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceResponse": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceUserEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceUserEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceUserRequest": {
      "base": null,
      "refs": {
      }
    },
    "DescribeAppInstanceUserResponse": {
      "base": null,
      "refs": {
      }
    },
    "EndpointAttributes": {
      "base": "<p>The attributes of an <code>Endpoint</code>.</p>",
      "refs": {
        "AppInstanceUserEndpoint$EndpointAttributes": "<p>The attributes of an <code>Endpoint</code>.</p>",
        "RegisterAppInstanceUserEndpointRequest$EndpointAttributes": "<p>The attributes of an <code>Endpoint</code>.</p>"
      }
    },
    "EndpointState": {
      "base": "<p>A read-only field that represents the state of an <code>AppInstanceUserEndpoint</code>. Supported values:</p> <ul> <li> <p> <code>ACTIVE</code>: The <code>AppInstanceUserEndpoint</code> is active and able to receive messages. When <code>ACTIVE</code>, the <code>EndpointStatusReason</code> remains empty.</p> </li> <li> <p> <code>INACTIVE</code>: The <code>AppInstanceUserEndpoint</code> is inactive and can't receive message. When INACTIVE, the corresponding reason will be conveyed through EndpointStatusReason.</p> </li> <li> <p> <code>INVALID_DEVICE_TOKEN</code> indicates that an <code>AppInstanceUserEndpoint</code> is <code>INACTIVE</code> due to invalid device token</p> </li> <li> <p> <code>INVALID_PINPOINT_ARN</code> indicates that an <code>AppInstanceUserEndpoint</code> is <code>INACTIVE</code> due to an invalid pinpoint ARN that was input through the <code>ResourceArn</code> field.</p> </li> </ul>",
      "refs": {
        "AppInstanceUserEndpoint$EndpointState": "<p>A read-only field that represents the state of an <code>AppInstanceUserEndpoint</code>. Supported values:</p> <ul> <li> <p> <code>ACTIVE</code>: The <code>AppInstanceUserEndpoint</code> is active and able to receive messages. When <code>ACTIVE</code>, the <code>EndpointStatusReason</code> remains empty.</p> </li> <li> <p> <code>INACTIVE</code>: The <code>AppInstanceUserEndpoint</code> is inactive and can't receive message. When <code>INACTIVE</code>, the corresponding reason will be conveyed through <code>EndpointStatusReason</code>.</p> </li> <li> <p> <code>INVALID_DEVICE_TOKEN</code> indicates that an <code>AppInstanceUserEndpoint</code> is <code>INACTIVE</code> due to invalid device token</p> </li> <li> <p> <code>INVALID_PINPOINT_ARN</code> indicates that an <code>AppInstanceUserEndpoint</code> is <code>INACTIVE</code> due to an invalid pinpoint ARN that was input through the <code>ResourceArn</code> field.</p> </li> </ul>",
        "AppInstanceUserEndpointSummary$EndpointState": "<p>A read-only field that represent the state of an <code>AppInstanceUserEndpoint</code>.</p>"
      }
    },
    "EndpointStatus": {
      "base": null,
      "refs": {
        "EndpointState$Status": "<p>Enum that indicates the Status of an <code>AppInstanceUserEndpoint</code>.</p>"
      }
    },
    "EndpointStatusReason": {
      "base": null,
      "refs": {
        "EndpointState$StatusReason": "<p>The reason for the <code>EndpointStatus</code>.</p>"
      }
    },
    "ErrorCode": {
      "base": null,
      "refs": {
        "BadRequestException$Code": null,
        "ConflictException$Code": null,
        "ForbiddenException$Code": null,
        "ResourceLimitExceededException$Code": null,
        "ServiceFailureException$Code": null,
        "ServiceUnavailableException$Code": null,
        "ThrottledClientException$Code": null,
        "UnauthorizedClientException$Code": null
      }
    },
    "ForbiddenException": {
      "base": "<p>The client is permanently forbidden from making the request.</p>",
      "refs": {
      }
    },
    "GetAppInstanceRetentionSettingsRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAppInstanceRetentionSettingsResponse": {
      "base": null,
      "refs": {
      }
    },
    "Identity": {
      "base": "<p>The details of a user.</p>",
      "refs": {
        "AppInstanceAdmin$Admin": "<p>The <code>AppInstanceAdmin</code> data.</p>",
        "AppInstanceAdminSummary$Admin": "<p>The details of the <code>AppInstanceAdmin</code>.</p>",
        "CreateAppInstanceAdminResponse$AppInstanceAdmin": "<p>The name and ARN of the admin for the <code>AppInstance</code>.</p>"
      }
    },
    "ListAppInstanceAdminsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstanceAdminsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstanceUserEndpointsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstanceUserEndpointsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstanceUsersRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstanceUsersResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstancesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAppInstancesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListAppInstanceAdminsRequest$MaxResults": "<p>The maximum number of administrators that you want to return.</p>",
        "ListAppInstanceUserEndpointsRequest$MaxResults": "<p>The maximum number of endpoints that you want to return.</p>",
        "ListAppInstanceUsersRequest$MaxResults": "<p>The maximum number of requests that you want returned.</p>",
        "ListAppInstancesRequest$MaxResults": "<p>The maximum number of <code>AppInstance</code>s that you want to return.</p>"
      }
    },
    "Metadata": {
      "base": null,
      "refs": {
        "AppInstance$Metadata": "<p>The metadata of an <code>AppInstance</code>.</p>",
        "AppInstanceSummary$Metadata": "<p>The metadata of the <code>AppInstance</code>.</p>",
        "AppInstanceUser$Metadata": "<p>The metadata of the <code>AppInstanceUser</code>.</p>",
        "AppInstanceUserSummary$Metadata": "<p>The metadata of the <code>AppInstanceUser</code>.</p>",
        "CreateAppInstanceRequest$Metadata": "<p>The metadata of the <code>AppInstance</code>. Limited to a 1KB string in UTF-8.</p>",
        "CreateAppInstanceUserRequest$Metadata": "<p>The request's metadata. Limited to a 1KB string in UTF-8.</p>",
        "UpdateAppInstanceRequest$Metadata": "<p>The metadata that you want to change.</p>",
        "UpdateAppInstanceUserRequest$Metadata": "<p>The metadata of the <code>AppInstanceUser</code>.</p>"
      }
    },
    "NextToken": {
      "base": null,
      "refs": {
        "ListAppInstanceAdminsRequest$NextToken": "<p>The token returned from previous API requests until the number of administrators is reached.</p>",
        "ListAppInstanceAdminsResponse$NextToken": "<p>The token returned from previous API requests until the number of administrators is reached.</p>",
        "ListAppInstanceUserEndpointsRequest$NextToken": "<p>The token passed by previous API calls until all requested endpoints are returned.</p>",
        "ListAppInstanceUserEndpointsResponse$NextToken": "<p>The token passed by previous API calls until all requested endpoints are returned.</p>",
        "ListAppInstanceUsersRequest$NextToken": "<p>The token passed by previous API calls until all requested users are returned.</p>",
        "ListAppInstanceUsersResponse$NextToken": "<p>The token passed by previous API calls until all requested users are returned.</p>",
        "ListAppInstancesRequest$NextToken": "<p>The token passed by previous API requests until you reach the maximum number of <code>AppInstances</code>.</p>",
        "ListAppInstancesResponse$NextToken": "<p>The token passed by previous API requests until the maximum number of <code>AppInstance</code>s is reached.</p>"
      }
    },
    "NonEmptyResourceName": {
      "base": null,
      "refs": {
        "AppInstance$Name": "<p>The name of an <code>AppInstance</code>.</p>",
        "AppInstanceSummary$Name": "<p>The name of the <code>AppInstance</code>.</p>",
        "CreateAppInstanceRequest$Name": "<p>The name of the <code>AppInstance</code>.</p>",
        "UpdateAppInstanceRequest$Name": "<p>The name that you want to change.</p>"
      }
    },
    "NonEmptySensitiveString1600": {
      "base": null,
      "refs": {
        "EndpointAttributes$DeviceToken": "<p>The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.</p>",
        "EndpointAttributes$VoipDeviceToken": "<p>The VOIP device token for the APNS and APNS_SANDBOX endpoint types.</p>"
      }
    },
    "PutAppInstanceRetentionSettingsRequest": {
      "base": null,
      "refs": {
      }
    },
    "PutAppInstanceRetentionSettingsResponse": {
      "base": null,
      "refs": {
      }
    },
    "RegisterAppInstanceUserEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "RegisterAppInstanceUserEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "ResourceLimitExceededException": {
      "base": "<p>The request exceeds the resource limit.</p>",
      "refs": {
      }
    },
    "ResourceName": {
      "base": null,
      "refs": {
        "Identity$Name": "<p>The name in an Identity.</p>"
      }
    },
    "RetentionDays": {
      "base": null,
      "refs": {
        "ChannelRetentionSettings$RetentionDays": "<p>The time in days to retain the messages in a channel.</p>"
      }
    },
    "SensitiveChimeArn": {
      "base": null,
      "refs": {
        "AppInstanceUserEndpoint$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "AppInstanceUserEndpoint$ResourceArn": "<p>The ARN of the resource to which the endpoint belongs.</p>",
        "AppInstanceUserEndpointSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "DeregisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "ListAppInstanceUserEndpointsRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "RegisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "RegisterAppInstanceUserEndpointRequest$ResourceArn": "<p>The ARN of the resource to which the endpoint belongs.</p>",
        "RegisterAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "UpdateAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "UpdateAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
      }
    },
    "SensitiveString1600": {
      "base": null,
      "refs": {
        "AppInstanceUserEndpoint$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
        "AppInstanceUserEndpointSummary$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
        "DescribeAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
        "RegisterAppInstanceUserEndpointRequest$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
        "UpdateAppInstanceUserEndpointRequest$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>"
      }
    },
    "SensitiveString64": {
      "base": null,
      "refs": {
        "AppInstanceUserEndpoint$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
        "AppInstanceUserEndpointSummary$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
        "DeregisterAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
        "DescribeAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
        "RegisterAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
        "UpdateAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
        "UpdateAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
      }
    },
    "ServiceFailureException": {
      "base": "<p>The service encountered an unexpected error.</p>",
      "refs": {
      }
    },
    "ServiceUnavailableException": {
      "base": "<p>The service is currently unavailable.</p>",
      "refs": {
      }
    },
    "String": {
      "base": null,
      "refs": {
        "BadRequestException$Message": null,
        "ConflictException$Message": null,
        "ForbiddenException$Message": null,
        "ResourceLimitExceededException$Message": null,
        "ServiceFailureException$Message": null,
        "ServiceUnavailableException$Message": null,
        "ThrottledClientException$Message": null,
        "UnauthorizedClientException$Message": null
      }
    },
    "Tag": {
      "base": "<p>A tag object containing a key-value pair.</p>",
      "refs": {
        "TagList$member": null
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "Tag$Key": "<p>The key in a tag.</p>",
        "TagKeyList$member": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$TagKeys": "<p>The tag keys.</p>"
      }
    },
    "TagList": {
      "base": null,
      "refs": {
        "CreateAppInstanceRequest$Tags": "<p>Tags assigned to the <code>AppInstanceUser</code>.</p>",
        "CreateAppInstanceUserRequest$Tags": "<p>Tags assigned to the <code>AppInstanceUser</code>.</p>",
        "ListTagsForResourceResponse$Tags": "<p>The tag key-value pairs.</p>",
        "TagResourceRequest$Tags": "<p>The tag key-value pairs.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "Tag$Value": "<p>The value in a tag.</p>"
      }
    },
    "ThrottledClientException": {
      "base": "<p>The client exceeded its request rate limit.</p>",
      "refs": {
      }
    },
    "Timestamp": {
      "base": null,
      "refs": {
        "AppInstance$CreatedTimestamp": "<p>The time at which an <code>AppInstance</code> was created. In epoch milliseconds.</p>",
        "AppInstance$LastUpdatedTimestamp": "<p>The time an <code>AppInstance</code> was last updated. In epoch milliseconds.</p>",
        "AppInstanceAdmin$CreatedTimestamp": "<p>The time at which an administrator was created.</p>",
        "AppInstanceUser$CreatedTimestamp": "<p>The time at which the <code>AppInstanceUser</code> was created.</p>",
        "AppInstanceUser$LastUpdatedTimestamp": "<p>The time at which the <code>AppInstanceUser</code> was last updated.</p>",
        "AppInstanceUserEndpoint$CreatedTimestamp": "<p>The time at which an <code>AppInstanceUserEndpoint</code> was created.</p>",
        "AppInstanceUserEndpoint$LastUpdatedTimestamp": "<p>The time at which an <code>AppInstanceUserEndpoint</code> was last updated.</p>",
        "GetAppInstanceRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The timestamp representing the time at which the specified items are retained, in Epoch Seconds.</p>",
        "PutAppInstanceRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The time at which the API deletes data.</p>"
      }
    },
    "UnauthorizedClientException": {
      "base": "<p>The client is not currently authorized to make the request.</p>",
      "refs": {
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAppInstanceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAppInstanceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAppInstanceUserEndpointRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAppInstanceUserEndpointResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAppInstanceUserRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAppInstanceUserResponse": {
      "base": null,
      "refs": {
      }
    },
    "UserId": {
      "base": null,
      "refs": {
        "CreateAppInstanceUserRequest$AppInstanceUserId": "<p>The user ID of the <code>AppInstance</code>.</p>"
      }
    },
    "UserName": {
      "base": null,
      "refs": {
        "AppInstanceUser$Name": "<p>The name of the <code>AppInstanceUser</code>.</p>",
        "AppInstanceUserSummary$Name": "<p>The name of an <code>AppInstanceUser</code>.</p>",
        "CreateAppInstanceUserRequest$Name": "<p>The user's name.</p>",
        "UpdateAppInstanceUserRequest$Name": "<p>The name of the <code>AppInstanceUser</code>.</p>"
      }
    }
  }
}
