Current File : //proc/self/root/lib/python3/dist-packages/botocore/data/repostspace/2022-05-13/service-2.json |
{
"version":"2.0",
"metadata":{
"apiVersion":"2022-05-13",
"endpointPrefix":"repostspace",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceFullName":"AWS re:Post Private",
"serviceId":"repostspace",
"signatureVersion":"v4",
"signingName":"repostspace",
"uid":"repostspace-2022-05-13"
},
"operations":{
"CreateSpace":{
"name":"CreateSpace",
"http":{
"method":"POST",
"requestUri":"/spaces",
"responseCode":200
},
"input":{"shape":"CreateSpaceInput"},
"output":{"shape":"CreateSpaceOutput"},
"errors":[
{"shape":"ServiceQuotaExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Creates an AWS re:Post Private private re:Post.</p>",
"idempotent":true
},
"DeleteSpace":{
"name":"DeleteSpace",
"http":{
"method":"DELETE",
"requestUri":"/spaces/{spaceId}",
"responseCode":200
},
"input":{"shape":"DeleteSpaceInput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Deletes an AWS re:Post Private private re:Post.</p>",
"idempotent":true
},
"DeregisterAdmin":{
"name":"DeregisterAdmin",
"http":{
"method":"DELETE",
"requestUri":"/spaces/{spaceId}/admins/{adminId}",
"responseCode":200
},
"input":{"shape":"DeregisterAdminInput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Removes the user or group from the list of administrators of the private re:Post.</p>",
"idempotent":true
},
"GetSpace":{
"name":"GetSpace",
"http":{
"method":"GET",
"requestUri":"/spaces/{spaceId}",
"responseCode":200
},
"input":{"shape":"GetSpaceInput"},
"output":{"shape":"GetSpaceOutput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Displays information about the AWS re:Post Private private re:Post.</p>"
},
"ListSpaces":{
"name":"ListSpaces",
"http":{
"method":"GET",
"requestUri":"/spaces",
"responseCode":200
},
"input":{"shape":"ListSpacesInput"},
"output":{"shape":"ListSpacesOutput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/tags/{resourceArn}",
"responseCode":200
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn. The only resource that can be tagged is a private re:Post.</p>"
},
"RegisterAdmin":{
"name":"RegisterAdmin",
"http":{
"method":"POST",
"requestUri":"/spaces/{spaceId}/admins/{adminId}",
"responseCode":200
},
"input":{"shape":"RegisterAdminInput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Adds a user or group to the list of administrators of the private re:Post.</p>",
"idempotent":true
},
"SendInvites":{
"name":"SendInvites",
"http":{
"method":"POST",
"requestUri":"/spaces/{spaceId}/invite",
"responseCode":200
},
"input":{"shape":"SendInvitesInput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Sends an invitation email to selected users and groups.</p>",
"idempotent":true
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tags/{resourceArn}",
"responseCode":200
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Associates tags with an AWS re:Post Private resource. Currently, the only resource that can be tagged is the private re:Post. If you specify a new tag key for the resource, the tag is appended to the list of tags that are associated with the resource. If you specify a tag key that’s already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>",
"idempotent":true
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"DELETE",
"requestUri":"/tags/{resourceArn}",
"responseCode":200
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Removes the association of the tag with the AWS re:Post Private resource.</p>",
"idempotent":true
},
"UpdateSpace":{
"name":"UpdateSpace",
"http":{
"method":"PUT",
"requestUri":"/spaces/{spaceId}",
"responseCode":200
},
"input":{"shape":"UpdateSpaceInput"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Modifies an existing AWS re:Post Private private re:Post.</p>",
"idempotent":true
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>User does not have sufficient access to perform this action.</p>",
"error":{
"httpStatusCode":403,
"senderFault":true
},
"exception":true
},
"AccessorId":{"type":"string"},
"AccessorIdList":{
"type":"list",
"member":{"shape":"AccessorId"},
"max":1000,
"min":0
},
"AdminId":{"type":"string"},
"Arn":{
"type":"string",
"max":2048,
"min":20
},
"ClientId":{"type":"string"},
"ConfigurationStatus":{
"type":"string",
"enum":[
"CONFIGURED",
"UNCONFIGURED"
]
},
"ConflictException":{
"type":"structure",
"required":[
"message",
"resourceId",
"resourceType"
],
"members":{
"message":{"shape":"String"},
"resourceId":{
"shape":"String",
"documentation":"<p>The ID of the resource.</p>"
},
"resourceType":{
"shape":"String",
"documentation":"<p>The type of the resource.</p>"
}
},
"documentation":"<p>Updating or deleting a resource can cause an inconsistent state.</p>",
"error":{
"httpStatusCode":409,
"senderFault":true
},
"exception":true
},
"ContentSize":{
"type":"long",
"box":true
},
"CreateSpaceInput":{
"type":"structure",
"required":[
"name",
"subdomain",
"tier"
],
"members":{
"description":{
"shape":"SpaceDescription",
"documentation":"<p>A description for the private re:Post. This is used only to help you identify this private re:Post.</p>"
},
"name":{
"shape":"SpaceName",
"documentation":"<p>The name for the private re:Post. This must be unique in your account.</p>"
},
"roleArn":{
"shape":"Arn",
"documentation":"<p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>"
},
"subdomain":{
"shape":"SpaceSubdomain",
"documentation":"<p>The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.</p>"
},
"tags":{
"shape":"Tags",
"documentation":"<p>The list of tags associated with the private re:Post.</p>"
},
"tier":{
"shape":"TierLevel",
"documentation":"<p>The pricing tier for the private re:Post.</p>"
},
"userKMSKey":{
"shape":"KMSKey",
"documentation":"<p>The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.</p>"
}
}
},
"CreateSpaceOutput":{
"type":"structure",
"required":["spaceId"],
"members":{
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The unique ID of the private re:Post.</p>"
}
}
},
"DeleteSpaceInput":{
"type":"structure",
"required":["spaceId"],
"members":{
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The unique ID of the private re:Post.</p>",
"location":"uri",
"locationName":"spaceId"
}
}
},
"DeregisterAdminInput":{
"type":"structure",
"required":[
"adminId",
"spaceId"
],
"members":{
"adminId":{
"shape":"AdminId",
"documentation":"<p>The ID of the admin to remove.</p>",
"location":"uri",
"locationName":"adminId"
},
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The ID of the private re:Post to remove the admin from.</p>",
"location":"uri",
"locationName":"spaceId"
}
}
},
"GetSpaceInput":{
"type":"structure",
"required":["spaceId"],
"members":{
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The ID of the private re:Post.</p>",
"location":"uri",
"locationName":"spaceId"
}
}
},
"GetSpaceOutput":{
"type":"structure",
"required":[
"arn",
"clientId",
"configurationStatus",
"createDateTime",
"name",
"randomDomain",
"spaceId",
"status",
"storageLimit",
"tier",
"vanityDomain",
"vanityDomainStatus"
],
"members":{
"arn":{
"shape":"Arn",
"documentation":"<p>The ARN of the private re:Post.</p>"
},
"clientId":{
"shape":"ClientId",
"documentation":"<p>The Identity Center identifier for the Application Instance.</p>"
},
"configurationStatus":{
"shape":"ConfigurationStatus",
"documentation":"<p>The configuration status of the private re:Post.</p>"
},
"contentSize":{
"shape":"ContentSize",
"documentation":"<p>The content size of the private re:Post.</p>"
},
"createDateTime":{
"shape":"SyntheticTimestamp_date_time",
"documentation":"<p>The date when the private re:Post was created.</p>"
},
"customerRoleArn":{
"shape":"Arn",
"documentation":"<p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>"
},
"deleteDateTime":{
"shape":"SyntheticTimestamp_date_time",
"documentation":"<p>The date when the private re:Post was deleted.</p>"
},
"description":{
"shape":"SpaceDescription",
"documentation":"<p>The description of the private re:Post.</p>"
},
"groupAdmins":{
"shape":"GroupAdmins",
"documentation":"<p>The list of groups that are administrators of the private re:Post.</p>"
},
"name":{
"shape":"SpaceName",
"documentation":"<p>The name of the private re:Post.</p>"
},
"randomDomain":{
"shape":"Url",
"documentation":"<p>The AWS generated subdomain of the private re:Post</p>"
},
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The unique ID of the private re:Post.</p>"
},
"status":{
"shape":"ProvisioningStatus",
"documentation":"<p>The creation or deletion status of the private re:Post.</p>"
},
"storageLimit":{
"shape":"StorageLimit",
"documentation":"<p>The storage limit of the private re:Post.</p>"
},
"tier":{
"shape":"TierLevel",
"documentation":"<p>The pricing tier of the private re:Post.</p>"
},
"userAdmins":{
"shape":"UserAdmins",
"documentation":"<p>The list of users that are administrators of the private re:Post.</p>"
},
"userCount":{
"shape":"UserCount",
"documentation":"<p>The number of users that have onboarded to the private re:Post.</p>"
},
"userKMSKey":{
"shape":"KMSKey",
"documentation":"<p>The custom AWS KMS key ARN that’s used for the AWS KMS encryption.</p>"
},
"vanityDomain":{
"shape":"Url",
"documentation":"<p>The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.</p>"
},
"vanityDomainStatus":{
"shape":"VanityDomainStatus",
"documentation":"<p>The approval status of the custom subdomain.</p>"
}
}
},
"GroupAdmins":{
"type":"list",
"member":{"shape":"AdminId"}
},
"Integer":{
"type":"integer",
"box":true
},
"InternalServerException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"retryAfterSeconds":{
"shape":"Integer",
"documentation":"<p>Advice to clients on when the call can be safely retried.</p>",
"location":"header",
"locationName":"Retry-After"
}
},
"documentation":"<p>Unexpected error during processing of request.</p>",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true,
"retryable":{"throttling":false}
},
"InviteBody":{
"type":"string",
"max":600,
"min":1,
"sensitive":true
},
"InviteTitle":{
"type":"string",
"max":200,
"min":1,
"sensitive":true
},
"KMSKey":{"type":"string"},
"ListSpacesInput":{
"type":"structure",
"members":{
"maxResults":{
"shape":"ListSpacesLimit",
"documentation":"<p>The maximum number of private re:Posts to include in the results.</p>",
"location":"querystring",
"locationName":"maxResults"
},
"nextToken":{
"shape":"String",
"documentation":"<p>The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.</p>",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"ListSpacesLimit":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ListSpacesOutput":{
"type":"structure",
"required":["spaces"],
"members":{
"nextToken":{
"shape":"String",
"documentation":"<p>The token that you use when you request the next set of private re:Posts.</p>"
},
"spaces":{
"shape":"SpacesList",
"documentation":"<p>An array of structures that contain some information about the private re:Posts in the account.</p>"
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The ARN of the resource that the tags are associated with.</p>",
"location":"uri",
"locationName":"resourceArn"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"tags":{
"shape":"Tags",
"documentation":"<p>The list of tags that are associated with the resource.</p>"
}
}
},
"ProvisioningStatus":{
"type":"string",
"max":30,
"min":1
},
"RegisterAdminInput":{
"type":"structure",
"required":[
"adminId",
"spaceId"
],
"members":{
"adminId":{
"shape":"AdminId",
"documentation":"<p>The ID of the administrator.</p>",
"location":"uri",
"locationName":"adminId"
},
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The ID of the private re:Post.</p>",
"location":"uri",
"locationName":"spaceId"
}
}
},
"ResourceNotFoundException":{
"type":"structure",
"required":[
"message",
"resourceId",
"resourceType"
],
"members":{
"message":{"shape":"String"},
"resourceId":{
"shape":"String",
"documentation":"<p>The ID of the resource.</p>"
},
"resourceType":{
"shape":"String",
"documentation":"<p>The type of the resource.</p>"
}
},
"documentation":"<p>Request references a resource which does not exist.</p>",
"error":{
"httpStatusCode":404,
"senderFault":true
},
"exception":true
},
"SendInvitesInput":{
"type":"structure",
"required":[
"accessorIds",
"body",
"spaceId",
"title"
],
"members":{
"accessorIds":{
"shape":"AccessorIdList",
"documentation":"<p>The array of identifiers for the users and groups.</p>"
},
"body":{
"shape":"InviteBody",
"documentation":"<p>The body of the invite.</p>"
},
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The ID of the private re:Post.</p>",
"location":"uri",
"locationName":"spaceId"
},
"title":{
"shape":"InviteTitle",
"documentation":"<p>The title of the invite.</p>"
}
}
},
"ServiceQuotaExceededException":{
"type":"structure",
"required":[
"message",
"quotaCode",
"resourceId",
"resourceType",
"serviceCode"
],
"members":{
"message":{"shape":"String"},
"quotaCode":{
"shape":"String",
"documentation":"<p>The code to identify the quota.</p>"
},
"resourceId":{
"shape":"String",
"documentation":"<p>The id of the resource.</p>"
},
"resourceType":{
"shape":"String",
"documentation":"<p>The type of the resource.</p>"
},
"serviceCode":{
"shape":"String",
"documentation":"<p>The code to identify the service.</p>"
}
},
"documentation":"<p>Request would cause a service quota to be exceeded.</p>",
"error":{
"httpStatusCode":402,
"senderFault":true
},
"exception":true
},
"SpaceData":{
"type":"structure",
"required":[
"arn",
"configurationStatus",
"createDateTime",
"name",
"randomDomain",
"spaceId",
"status",
"storageLimit",
"tier",
"vanityDomain",
"vanityDomainStatus"
],
"members":{
"arn":{
"shape":"Arn",
"documentation":"<p>The ARN of the private re:Post.</p>"
},
"configurationStatus":{
"shape":"ConfigurationStatus",
"documentation":"<p>The configuration status of the private re:Post.</p>"
},
"contentSize":{
"shape":"ContentSize",
"documentation":"<p>The content size of the private re:Post.</p>"
},
"createDateTime":{
"shape":"SyntheticTimestamp_date_time",
"documentation":"<p>The date when the private re:Post was created.</p>"
},
"deleteDateTime":{
"shape":"SyntheticTimestamp_date_time",
"documentation":"<p>The date when the private re:Post was deleted.</p>"
},
"description":{
"shape":"SpaceDescription",
"documentation":"<p>The description for the private re:Post. This is used only to help you identify this private re:Post.</p>"
},
"name":{
"shape":"SpaceName",
"documentation":"<p>The name for the private re:Post.</p>"
},
"randomDomain":{
"shape":"Url",
"documentation":"<p>The AWS generated subdomain of the private re:Post.</p>"
},
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The unique ID of the private re:Post.</p>"
},
"status":{
"shape":"ProvisioningStatus",
"documentation":"<p>The creation/deletion status of the private re:Post.</p>"
},
"storageLimit":{
"shape":"StorageLimit",
"documentation":"<p>The storage limit of the private re:Post.</p>"
},
"tier":{
"shape":"TierLevel",
"documentation":"<p>The pricing tier of the private re:Post.</p>"
},
"userCount":{
"shape":"UserCount",
"documentation":"<p>The number of onboarded users to the private re:Post.</p>"
},
"userKMSKey":{
"shape":"KMSKey",
"documentation":"<p>The custom AWS KMS key ARN that’s used for the AWS KMS encryption.</p>"
},
"vanityDomain":{
"shape":"Url",
"documentation":"<p>This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.</p>"
},
"vanityDomainStatus":{
"shape":"VanityDomainStatus",
"documentation":"<p>This approval status of the custom subdomain.</p>"
}
},
"documentation":"<p>A structure that contains some information about a private re:Post in the account.</p>"
},
"SpaceDescription":{
"type":"string",
"max":255,
"min":1,
"sensitive":true
},
"SpaceId":{"type":"string"},
"SpaceName":{
"type":"string",
"max":30,
"min":1,
"sensitive":true
},
"SpaceSubdomain":{
"type":"string",
"max":63,
"min":1
},
"SpacesList":{
"type":"list",
"member":{"shape":"SpaceData"}
},
"StorageLimit":{
"type":"long",
"box":true
},
"String":{"type":"string"},
"SyntheticTimestamp_date_time":{
"type":"timestamp",
"timestampFormat":"iso8601"
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":1
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The ARN of the resource that the tag is associated with.</p>",
"location":"uri",
"locationName":"resourceArn"
},
"tags":{
"shape":"Tags",
"documentation":"<p>The list of tag keys and values that must be associated with the resource. You can associate tag keys only, tags (key and values) only, or a combination of tag keys and tags.</p>"
}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":1
},
"Tags":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"sensitive":true
},
"ThrottlingException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"quotaCode":{
"shape":"String",
"documentation":"<p>The code to identify the quota.</p>"
},
"retryAfterSeconds":{
"shape":"Integer",
"documentation":"<p> Advice to clients on when the call can be safely retried.</p>",
"location":"header",
"locationName":"Retry-After"
},
"serviceCode":{
"shape":"String",
"documentation":"<p>The code to identify the service.</p>"
}
},
"documentation":"<p>Request was denied due to request throttling.</p>",
"error":{
"httpStatusCode":429,
"senderFault":true
},
"exception":true,
"retryable":{"throttling":true}
},
"TierLevel":{
"type":"string",
"enum":[
"BASIC",
"STANDARD"
]
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The ARN of the resource.</p>",
"location":"uri",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeyList",
"documentation":"<p>The key values of the tag.</p>",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateSpaceInput":{
"type":"structure",
"required":["spaceId"],
"members":{
"description":{
"shape":"SpaceDescription",
"documentation":"<p>A description for the private re:Post. This is used only to help you identify this private re:Post.</p>"
},
"roleArn":{
"shape":"Arn",
"documentation":"<p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>"
},
"spaceId":{
"shape":"SpaceId",
"documentation":"<p>The unique ID of this private re:Post.</p>",
"location":"uri",
"locationName":"spaceId"
},
"tier":{
"shape":"TierLevel",
"documentation":"<p>The pricing tier of this private re:Post.</p>"
}
}
},
"Url":{"type":"string"},
"UserAdmins":{
"type":"list",
"member":{"shape":"AdminId"}
},
"UserCount":{
"type":"integer",
"box":true
},
"ValidationException":{
"type":"structure",
"required":[
"message",
"reason"
],
"members":{
"fieldList":{
"shape":"ValidationExceptionFieldList",
"documentation":"<p>The field that caused the error, if applicable.</p>"
},
"message":{"shape":"String"},
"reason":{
"shape":"ValidationExceptionReason",
"documentation":"<p>The reason why the request failed validation.</p>"
}
},
"documentation":"<p>The input fails to satisfy the constraints specified by an AWS service.</p>",
"error":{
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"ValidationExceptionField":{
"type":"structure",
"required":[
"message",
"name"
],
"members":{
"message":{
"shape":"String",
"documentation":"<p>The name of the field.</p>"
},
"name":{
"shape":"String",
"documentation":"<p>Message describing why the field failed validation.</p>"
}
},
"documentation":"<p>Stores information about a field that’s passed inside a request that resulted in an exception.</p>"
},
"ValidationExceptionFieldList":{
"type":"list",
"member":{"shape":"ValidationExceptionField"}
},
"ValidationExceptionReason":{
"type":"string",
"enum":[
"unknownOperation",
"cannotParse",
"fieldValidationFailed",
"other"
]
},
"VanityDomainStatus":{
"type":"string",
"enum":[
"PENDING",
"APPROVED",
"UNAPPROVED"
]
}
},
"documentation":"<p>AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. It provides access to knowledge and experts to accelerate cloud adoption and increase developer productivity. With your organization-specific private re:Post, you can build an organization-specific developer community that drives efficiencies at scale and provides access to valuable knowledge resources. Additionally, re:Post Private centralizes trusted AWS technical content and offers private discussion forums to improve how your teams collaborate internally and with AWS to remove technical obstacles, accelerate innovation, and scale more efficiently in the cloud.</p>"
}