
models.support-2013-04-15-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-support Show documentation
{
"metadata" : {
"apiVersion" : "2013-04-15",
"exceptionUnmarshallerImpl" : null,
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "AWS Support The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format.
The AWS Support service also exposes a set of Trusted Advisor features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks.
The following list describes the AWS Support case management operations:
- Service names, issue categories, and available severity levels. The DescribeServices and DescribeSeverityLevels operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the CreateCase operation.
- Case creation, case details, and case resolution. The CreateCase, DescribeCases, DescribeAttachment, and ResolveCase operations create AWS Support cases, retrieve information about cases, and resolve cases.
- Case communication. The DescribeCommunications, AddCommunicationToCase, and AddAttachmentsToSet operations retrieve and add communications and attachments to AWS Support cases.
The following list describes the operations available from the AWS Support service for Trusted Advisor:
- DescribeTrustedAdvisorChecks returns the list of checks that run against your AWS resources.
- Using the
CheckId
for a specific check returned by DescribeTrustedAdvisorChecks, you can call DescribeTrustedAdvisorCheckResult to obtain the results for the check you specified. - DescribeTrustedAdvisorCheckSummaries returns summarized results for one or more Trusted Advisor checks.
- RefreshTrustedAdvisorCheck requests that Trusted Advisor rerun a specified check.
- DescribeTrustedAdvisorCheckRefreshStatuses reports the refresh status of one or more checks.
For authentication of requests, AWS Support uses Signature Version 4 Signing Process.
See About the AWS Support API in the AWS Support User Guide for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources.
",
"defaultEndpoint" : "https://support.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "support.us-east-1.amazonaws.com",
"syncInterface" : "AWSSupport",
"syncClient" : "AWSSupportClient",
"asyncInterface" : "AWSSupportAsync",
"asyncClient" : "AWSSupportAsyncClient",
"packageName" : "com.amazonaws.services.support",
"packagePath" : "com/amazonaws/services/support",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Support",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "support",
"signingName" : "support",
"xmlProtocol" : false,
"jsonProtocol" : true,
"serviceName" : "AWS Support",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller"
},
"operations" : {
"AddAttachmentsToSet" : {
"documentation" : "Adds one or more attachments to an attachment set. If an AttachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
is specified, the attachments are added to the specified set, if it exists.
An attachment set is a temporary container for attachments that are to be added to a case or case communication. The set is available for one hour after it is created; the ExpiryTime
returned in the response indicates when the set expires. The maximum number of attachments in a set is 3, and the maximum size of any attachment in the set is 5 MB.
",
"operationName" : "AddAttachmentsToSet",
"deprecated" : false,
"input" : {
"variableName" : "addAttachmentsToSetRequest",
"variableType" : "AddAttachmentsToSetRequest",
"variableDeclarationType" : "AddAttachmentsToSetRequest",
"documentation" : "",
"simpleType" : "AddAttachmentsToSetRequest",
"variableSetterType" : "AddAttachmentsToSetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddAttachmentsToSetResult",
"documentation" : "The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "AttachmentSetIdNotFoundException",
"documentation" : "An attachment set with the specified ID could not be found.
"
}, {
"exceptionName" : "AttachmentSetExpiredException",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
"
}, {
"exceptionName" : "AttachmentSetSizeLimitExceededException",
"documentation" : "A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.
"
}, {
"exceptionName" : "AttachmentLimitExceededException",
"documentation" : "The limit for the number of attachment sets created in a short period of time has been exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "addAttachmentsToSet",
"syncReturnType" : "AddAttachmentsToSetResult",
"asyncReturnType" : "AddAttachmentsToSetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"AddCommunicationToCase" : {
"documentation" : "Adds additional customer communication to an AWS Support case. You use the CaseId
value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the CcEmailAddresses
value. The CommunicationBody
value contains the text of the communication.
The response indicates the success or failure of the request.
This operation implements a subset of the features of the AWS Support Center.
",
"operationName" : "AddCommunicationToCase",
"deprecated" : false,
"input" : {
"variableName" : "addCommunicationToCaseRequest",
"variableType" : "AddCommunicationToCaseRequest",
"variableDeclarationType" : "AddCommunicationToCaseRequest",
"documentation" : "To be written.
",
"simpleType" : "AddCommunicationToCaseRequest",
"variableSetterType" : "AddCommunicationToCaseRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddCommunicationToCaseResult",
"documentation" : "The result of the AddCommunicationToCase operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested CaseId
could not be located.
"
}, {
"exceptionName" : "AttachmentSetIdNotFoundException",
"documentation" : "An attachment set with the specified ID could not be found.
"
}, {
"exceptionName" : "AttachmentSetExpiredException",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "addCommunicationToCase",
"syncReturnType" : "AddCommunicationToCaseResult",
"asyncReturnType" : "AddCommunicationToCaseResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateCase" : {
"documentation" : "Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center Create Case page. Its parameters require you to specify the following information:
- IssueType. The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
- ServiceCode. The code for an AWS service. You obtain the
ServiceCode
by calling DescribeServices. - CategoryCode. The category for the service defined for the
ServiceCode
value. You also obtain the category code for a service by calling DescribeServices. Each AWS service defines its own set of category codes. - SeverityCode. A value that indicates the urgency of the case, which in turn determines the response time according to your service level agreement with AWS Support. You obtain the SeverityCode by calling DescribeSeverityLevels.
- Subject. The Subject field on the AWS Support Center Create Case page.
- CommunicationBody. The Description field on the AWS Support Center Create Case page.
- AttachmentSetId. The ID of a set of attachments that has been created by using AddAttachmentsToSet.
- Language. The human language in which AWS Support handles the case. English and Japanese are currently supported.
- CcEmailAddresses. The AWS Support Center CC field on the Create Case page. You can list email addresses to be copied on any correspondence about the case. The account that opens the case is already identified by passing the AWS Credentials in the HTTP POST method or in a method or function call from one of the programming languages supported by an AWS SDK.
To add additional communication or attachments to an existing case, use AddCommunicationToCase.
A successful CreateCase request returns an AWS Support case number. Case numbers are used by the DescribeCases operation to retrieve existing AWS Support cases.
",
"operationName" : "CreateCase",
"deprecated" : false,
"input" : {
"variableName" : "createCaseRequest",
"variableType" : "CreateCaseRequest",
"variableDeclarationType" : "CreateCaseRequest",
"documentation" : "",
"simpleType" : "CreateCaseRequest",
"variableSetterType" : "CreateCaseRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateCaseResult",
"documentation" : "The AWS Support case ID returned by a successful completion of the CreateCase operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseCreationLimitExceededException",
"documentation" : "The case creation limit for the account has been exceeded.
"
}, {
"exceptionName" : "AttachmentSetIdNotFoundException",
"documentation" : "An attachment set with the specified ID could not be found.
"
}, {
"exceptionName" : "AttachmentSetExpiredException",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createCase",
"syncReturnType" : "CreateCaseResult",
"asyncReturnType" : "CreateCaseResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeAttachment" : {
"documentation" : "Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.
",
"operationName" : "DescribeAttachment",
"deprecated" : false,
"input" : {
"variableName" : "describeAttachmentRequest",
"variableType" : "DescribeAttachmentRequest",
"variableDeclarationType" : "DescribeAttachmentRequest",
"documentation" : "",
"simpleType" : "DescribeAttachmentRequest",
"variableSetterType" : "DescribeAttachmentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAttachmentResult",
"documentation" : "The content and file name of the attachment returned by the DescribeAttachment operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "DescribeAttachmentLimitExceededException",
"documentation" : "The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
"
}, {
"exceptionName" : "AttachmentIdNotFoundException",
"documentation" : "An attachment with the specified ID could not be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAttachment",
"syncReturnType" : "DescribeAttachmentResult",
"asyncReturnType" : "DescribeAttachmentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeCases" : {
"documentation" : "Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the AfterTime
and BeforeTime
request parameters. You can set values for the IncludeResolvedCases
and IncludeCommunications
request parameters to control how much information is returned.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
The response returns the following in JSON format:
- One or more CaseDetails data types.
- One or more
NextToken
values, which specify where to paginate the returned records represented by the CaseDetails
objects.
",
"operationName" : "DescribeCases",
"deprecated" : false,
"input" : {
"variableName" : "describeCasesRequest",
"variableType" : "DescribeCasesRequest",
"variableDeclarationType" : "DescribeCasesRequest",
"documentation" : "",
"simpleType" : "DescribeCasesRequest",
"variableSetterType" : "DescribeCasesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeCasesResult",
"documentation" : "Returns an array of CaseDetails objects and a NextToken
that defines a point for pagination in the result set.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested CaseId
could not be located.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeCases",
"syncReturnType" : "DescribeCasesResult",
"asyncReturnType" : "DescribeCasesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeCommunications" : {
"documentation" : "Returns communications (and attachments) for one or more support cases. You can use the AfterTime
and BeforeTime
parameters to filter by date. You can use the CaseId
parameter to restrict the results to a particular case.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
You can use the MaxResults
and NextToken
parameters to control the pagination of the result set. Set MaxResults
to the number of cases you want displayed on each page, and use NextToken
to specify the resumption of pagination.
",
"operationName" : "DescribeCommunications",
"deprecated" : false,
"input" : {
"variableName" : "describeCommunicationsRequest",
"variableType" : "DescribeCommunicationsRequest",
"variableDeclarationType" : "DescribeCommunicationsRequest",
"documentation" : "",
"simpleType" : "DescribeCommunicationsRequest",
"variableSetterType" : "DescribeCommunicationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeCommunicationsResult",
"documentation" : "The communications returned by the DescribeCommunications operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested CaseId
could not be located.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeCommunications",
"syncReturnType" : "DescribeCommunicationsResult",
"asyncReturnType" : "DescribeCommunicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeServices" : {
"documentation" : "Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories.
The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the DescribeServices
request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes.
",
"operationName" : "DescribeServices",
"deprecated" : false,
"input" : {
"variableName" : "describeServicesRequest",
"variableType" : "DescribeServicesRequest",
"variableDeclarationType" : "DescribeServicesRequest",
"documentation" : "",
"simpleType" : "DescribeServicesRequest",
"variableSetterType" : "DescribeServicesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeServicesResult",
"documentation" : "The list of AWS services returned by the DescribeServices operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeServices",
"syncReturnType" : "DescribeServicesResult",
"asyncReturnType" : "DescribeServicesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeSeverityLevels" : {
"documentation" : "Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
",
"operationName" : "DescribeSeverityLevels",
"deprecated" : false,
"input" : {
"variableName" : "describeSeverityLevelsRequest",
"variableType" : "DescribeSeverityLevelsRequest",
"variableDeclarationType" : "DescribeSeverityLevelsRequest",
"documentation" : "",
"simpleType" : "DescribeSeverityLevelsRequest",
"variableSetterType" : "DescribeSeverityLevelsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeSeverityLevelsResult",
"documentation" : "The list of severity levels returned by the DescribeSeverityLevels operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeSeverityLevels",
"syncReturnType" : "DescribeSeverityLevelsResult",
"asyncReturnType" : "DescribeSeverityLevelsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeTrustedAdvisorCheckRefreshStatuses" : {
"documentation" : "Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
",
"operationName" : "DescribeTrustedAdvisorCheckRefreshStatuses",
"deprecated" : false,
"input" : {
"variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest",
"variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"documentation" : "The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTrustedAdvisorCheckRefreshStatuses",
"syncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"asyncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeTrustedAdvisorCheckResult" : {
"documentation" : "Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains a TrustedAdvisorCheckResult object, which contains these three objects:
In addition, the response contains these fields:
- Status. The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".
- Timestamp. The time of the last refresh of the check.
- CheckId. The unique identifier for the check.
",
"operationName" : "DescribeTrustedAdvisorCheckResult",
"deprecated" : false,
"input" : {
"variableName" : "describeTrustedAdvisorCheckResultRequest",
"variableType" : "DescribeTrustedAdvisorCheckResultRequest",
"variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckResultRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckResultResult",
"documentation" : "The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTrustedAdvisorCheckResult",
"syncReturnType" : "DescribeTrustedAdvisorCheckResultResult",
"asyncReturnType" : "DescribeTrustedAdvisorCheckResultResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeTrustedAdvisorCheckSummaries" : {
"documentation" : "Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains an array of TrustedAdvisorCheckSummary objects.
",
"operationName" : "DescribeTrustedAdvisorCheckSummaries",
"deprecated" : false,
"input" : {
"variableName" : "describeTrustedAdvisorCheckSummariesRequest",
"variableType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckSummariesResult",
"documentation" : "The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTrustedAdvisorCheckSummaries",
"syncReturnType" : "DescribeTrustedAdvisorCheckSummariesResult",
"asyncReturnType" : "DescribeTrustedAdvisorCheckSummariesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeTrustedAdvisorChecks" : {
"documentation" : "Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English (\"en\") and Japanese (\"ja\") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.
",
"operationName" : "DescribeTrustedAdvisorChecks",
"deprecated" : false,
"input" : {
"variableName" : "describeTrustedAdvisorChecksRequest",
"variableType" : "DescribeTrustedAdvisorChecksRequest",
"variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorChecksRequest",
"variableSetterType" : "DescribeTrustedAdvisorChecksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorChecksResult",
"documentation" : "Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTrustedAdvisorChecks",
"syncReturnType" : "DescribeTrustedAdvisorChecksResult",
"asyncReturnType" : "DescribeTrustedAdvisorChecksResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RefreshTrustedAdvisorCheck" : {
"documentation" : "Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains a TrustedAdvisorCheckRefreshStatus object, which contains these fields:
- Status. The refresh status of the check: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
- MillisUntilNextRefreshable. The amount of time, in milliseconds, until the check is eligible for refresh.
- CheckId. The unique identifier for the check.
",
"operationName" : "RefreshTrustedAdvisorCheck",
"deprecated" : false,
"input" : {
"variableName" : "refreshTrustedAdvisorCheckRequest",
"variableType" : "RefreshTrustedAdvisorCheckRequest",
"variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest",
"documentation" : "",
"simpleType" : "RefreshTrustedAdvisorCheckRequest",
"variableSetterType" : "RefreshTrustedAdvisorCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RefreshTrustedAdvisorCheckResult",
"documentation" : "The current refresh status of a Trusted Advisor check.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "refreshTrustedAdvisorCheck",
"syncReturnType" : "RefreshTrustedAdvisorCheckResult",
"asyncReturnType" : "RefreshTrustedAdvisorCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ResolveCase" : {
"documentation" : "Takes a CaseId
and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.
",
"operationName" : "ResolveCase",
"deprecated" : false,
"input" : {
"variableName" : "resolveCaseRequest",
"variableType" : "ResolveCaseRequest",
"variableDeclarationType" : "ResolveCaseRequest",
"documentation" : "",
"simpleType" : "ResolveCaseRequest",
"variableSetterType" : "ResolveCaseRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResolveCaseResult",
"documentation" : "The status of the case returned by the ResolveCase operation.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested CaseId
could not be located.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "resolveCase",
"syncReturnType" : "ResolveCaseResult",
"asyncReturnType" : "ResolveCaseResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"DescribeServicesResult" : {
"c2jName" : "DescribeServicesResponse",
"documentation" : "The list of AWS services returned by the DescribeServices operation.
",
"shapeName" : "DescribeServicesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A JSON-formatted list of AWS services.
",
"name" : "Services",
"c2jName" : "services",
"c2jShape" : "ServiceList",
"variable" : {
"variableName" : "services",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A JSON-formatted list of AWS services.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "services",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "services",
"marshallLocationName" : "services",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Service",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Service",
"variable" : {
"variableName" : "member",
"variableType" : "Service",
"variableDeclarationType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Service",
"variableDeclarationType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Service",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@param services A JSON-formatted list of AWS services.*/",
"getterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@return A JSON-formatted list of AWS services.*/",
"fluentSetterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON-formatted list of AWS services.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServices(java.util.Collection)} or {@link #withServices(java.util.Collection)} if you want to override the existing values.
\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeServicesResult",
"variableType" : "DescribeServicesResult",
"variableDeclarationType" : "DescribeServicesResult",
"documentation" : null,
"simpleType" : "DescribeServicesResult",
"variableSetterType" : "DescribeServicesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Services" : {
"documentation" : "A JSON-formatted list of AWS services.
",
"name" : "Services",
"c2jName" : "services",
"c2jShape" : "ServiceList",
"variable" : {
"variableName" : "services",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A JSON-formatted list of AWS services.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "services",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "services",
"marshallLocationName" : "services",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Service",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Service",
"variable" : {
"variableName" : "member",
"variableType" : "Service",
"variableDeclarationType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Service",
"variableDeclarationType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Service",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@param services A JSON-formatted list of AWS services.*/",
"getterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@return A JSON-formatted list of AWS services.*/",
"fluentSetterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON-formatted list of AWS services.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServices(java.util.Collection)} or {@link #withServices(java.util.Collection)} if you want to override the existing values.
\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Service" : {
"c2jName" : "Service",
"documentation" : "Information about an AWS service returned by the DescribeServices operation.
",
"shapeName" : "Service",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ServiceCode",
"variable" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@param code The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.*/",
"getterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@return The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.*/",
"fluentSetterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@param code The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@param code The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The friendly name for an AWS service. The Code
element contains the corresponding code.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "ServiceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The friendly name for an AWS service. The Code
element contains the corresponding code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@param name The friendly name for an AWS service. The Code
element contains the corresponding code.*/",
"getterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@return The friendly name for an AWS service. The Code
element contains the corresponding code.*/",
"fluentSetterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@param name The friendly name for an AWS service. The Code
element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@param name The friendly name for an AWS service. The Code
element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
",
"name" : "Categories",
"c2jName" : "categories",
"c2jShape" : "CategoryList",
"variable" : {
"variableName" : "categories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "categories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "categories",
"marshallLocationName" : "categories",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Category",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Category",
"variable" : {
"variableName" : "member",
"variableType" : "Category",
"variableDeclarationType" : "Category",
"documentation" : "",
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Category",
"variableDeclarationType" : "Category",
"documentation" : "",
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"getterModel" : {
"returnType" : "Category",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Category",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.*/",
"getterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\n@return A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.*/",
"fluentSetterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCategories(java.util.Collection)} or {@link #withCategories(java.util.Collection)} if you want to override the existing values.
\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "service",
"variableType" : "Service",
"variableDeclarationType" : "Service",
"documentation" : null,
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "The friendly name for an AWS service. The Code
element contains the corresponding code.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "ServiceName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The friendly name for an AWS service. The Code
element contains the corresponding code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@param name The friendly name for an AWS service. The Code
element contains the corresponding code.*/",
"getterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@return The friendly name for an AWS service. The Code
element contains the corresponding code.*/",
"fluentSetterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@param name The friendly name for an AWS service. The Code
element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The friendly name for an AWS service. The Code
element contains the corresponding code.
\n@param name The friendly name for an AWS service. The Code
element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Code" : {
"documentation" : "The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ServiceCode",
"variable" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@param code The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.*/",
"getterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@return The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.*/",
"fluentSetterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@param code The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.
\n@param code The code for an AWS service returned by the DescribeServices response. The Name
element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Categories" : {
"documentation" : "A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
",
"name" : "Categories",
"c2jName" : "categories",
"c2jShape" : "CategoryList",
"variable" : {
"variableName" : "categories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "categories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "categories",
"marshallLocationName" : "categories",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Category",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Category",
"variable" : {
"variableName" : "member",
"variableType" : "Category",
"variableDeclarationType" : "Category",
"documentation" : "",
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Category",
"variableDeclarationType" : "Category",
"documentation" : "",
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"getterModel" : {
"returnType" : "Category",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Category",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.*/",
"getterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\n@return A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.*/",
"fluentSetterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCategories(java.util.Collection)} or {@link #withCategories(java.util.Collection)} if you want to override the existing values.
\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Attachment" : {
"c2jName" : "Attachment",
"documentation" : "An attachment to a case communication. The attachment consists of the file name and the content of the file.
",
"shapeName" : "Attachment",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the attachment file.
",
"name" : "FileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"variable" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "fileName",
"marshallLocationName" : "fileName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.*/",
"getterDocumentation" : "/**The name of the attachment file.
\n@return The name of the attachment file.*/",
"fluentSetterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The content of the attachment file.
",
"name" : "Data",
"c2jName" : "data",
"c2jShape" : "Data",
"variable" : {
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"variableDeclarationType" : "java.nio.ByteBuffer",
"documentation" : "The content of the attachment file.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"setterModel" : {
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"variableDeclarationType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "data",
"marshallLocationName" : "data",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The content of the attachment file.
\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n
\n\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n
\n\n@param data The content of the attachment file.*/",
"getterDocumentation" : "/**The content of the attachment file.
\n\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n
\n@return The content of the attachment file.*/",
"fluentSetterDocumentation" : "/**The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "attachment",
"variableType" : "Attachment",
"variableDeclarationType" : "Attachment",
"documentation" : null,
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Data" : {
"documentation" : "The content of the attachment file.
",
"name" : "Data",
"c2jName" : "data",
"c2jShape" : "Data",
"variable" : {
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"variableDeclarationType" : "java.nio.ByteBuffer",
"documentation" : "The content of the attachment file.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"setterModel" : {
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"variableDeclarationType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "data",
"marshallLocationName" : "data",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The content of the attachment file.
\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n
\n\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n
\n\n@param data The content of the attachment file.*/",
"getterDocumentation" : "/**The content of the attachment file.
\n\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n
\n@return The content of the attachment file.*/",
"fluentSetterDocumentation" : "/**The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FileName" : {
"documentation" : "The name of the attachment file.
",
"name" : "FileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"variable" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "fileName",
"marshallLocationName" : "fileName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.*/",
"getterDocumentation" : "/**The name of the attachment file.
\n@return The name of the attachment file.*/",
"fluentSetterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Communication" : {
"c2jName" : "Communication",
"documentation" : "A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the account email address, and the date and time of the communication.
",
"shapeName" : "Communication",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"name" : "CaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"variable" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseId",
"marshallLocationName" : "caseId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"fluentSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The text of the communication between the customer and AWS Support.
",
"name" : "Body",
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"variable" : {
"variableName" : "body",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "body",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "body",
"marshallLocationName" : "body",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.*/",
"getterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.*/",
"fluentSetterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"name" : "SubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"variable" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "submittedBy",
"marshallLocationName" : "submittedBy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.*/",
"getterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.*/",
"fluentSetterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time the communication was created.
",
"name" : "TimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"variable" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timeCreated",
"marshallLocationName" : "timeCreated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.*/",
"getterDocumentation" : "/**The time the communication was created.
\n@return The time the communication was created.*/",
"fluentSetterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Information about the attachments to the case communication.
",
"name" : "AttachmentSet",
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"variable" : {
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentSet",
"marshallLocationName" : "attachmentSet",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AttachmentDetails",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"variable" : {
"variableName" : "member",
"variableType" : "AttachmentDetails",
"variableDeclarationType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AttachmentDetails",
"variableDeclarationType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AttachmentDetails",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.*/",
"getterDocumentation" : "/**Information about the attachments to the case communication.
\n@return Information about the attachments to the case communication.*/",
"fluentSetterDocumentation" : "/**Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the attachments to the case communication.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttachmentSet(java.util.Collection)} or {@link #withAttachmentSet(java.util.Collection)} if you want to override the existing values.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "communication",
"variableType" : "Communication",
"variableDeclarationType" : "Communication",
"documentation" : null,
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Body" : {
"documentation" : "The text of the communication between the customer and AWS Support.
",
"name" : "Body",
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"variable" : {
"variableName" : "body",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "body",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "body",
"marshallLocationName" : "body",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.*/",
"getterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.*/",
"fluentSetterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttachmentSet" : {
"documentation" : "Information about the attachments to the case communication.
",
"name" : "AttachmentSet",
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"variable" : {
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentSet",
"marshallLocationName" : "attachmentSet",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AttachmentDetails",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"variable" : {
"variableName" : "member",
"variableType" : "AttachmentDetails",
"variableDeclarationType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AttachmentDetails",
"variableDeclarationType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AttachmentDetails",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.*/",
"getterDocumentation" : "/**Information about the attachments to the case communication.
\n@return Information about the attachments to the case communication.*/",
"fluentSetterDocumentation" : "/**Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the attachments to the case communication.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAttachmentSet(java.util.Collection)} or {@link #withAttachmentSet(java.util.Collection)} if you want to override the existing values.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubmittedBy" : {
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"name" : "SubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"variable" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "submittedBy",
"marshallLocationName" : "submittedBy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.*/",
"getterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.*/",
"fluentSetterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CaseId" : {
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"name" : "CaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"variable" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseId",
"marshallLocationName" : "caseId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"fluentSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TimeCreated" : {
"documentation" : "The time the communication was created.
",
"name" : "TimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"variable" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timeCreated",
"marshallLocationName" : "timeCreated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.*/",
"getterDocumentation" : "/**The time the communication was created.
\n@return The time the communication was created.*/",
"fluentSetterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ResolveCaseRequest" : {
"c2jName" : "ResolveCaseRequest",
"documentation" : "",
"shapeName" : "ResolveCaseRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"name" : "CaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"variable" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseId",
"marshallLocationName" : "caseId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"fluentSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "resolveCaseRequest",
"variableType" : "ResolveCaseRequest",
"variableDeclarationType" : "ResolveCaseRequest",
"documentation" : null,
"simpleType" : "ResolveCaseRequest",
"variableSetterType" : "ResolveCaseRequest"
},
"marshaller" : {
"action" : "ResolveCase",
"verb" : "POST",
"target" : "AWSSupport_20130415.ResolveCase",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CaseId" : {
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"name" : "CaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"variable" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseId",
"marshallLocationName" : "caseId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"fluentSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedAdvisorCategorySpecificSummary" : {
"c2jName" : "TrustedAdvisorCategorySpecificSummary",
"documentation" : "The container for summary information that relates to the category of the Trusted Advisor check.
",
"shapeName" : "TrustedAdvisorCategorySpecificSummary",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
",
"name" : "CostOptimizing",
"c2jName" : "costOptimizing",
"c2jShape" : "TrustedAdvisorCostOptimizingSummary",
"variable" : {
"variableName" : "costOptimizing",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
",
"simpleType" : "TrustedAdvisorCostOptimizingSummary",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary"
},
"setterModel" : {
"variableName" : "costOptimizing",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "",
"simpleType" : "TrustedAdvisorCostOptimizingSummary",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "costOptimizing",
"marshallLocationName" : "costOptimizing",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.*/",
"getterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@return The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.*/",
"fluentSetterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trustedAdvisorCategorySpecificSummary",
"variableType" : "TrustedAdvisorCategorySpecificSummary",
"variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary",
"documentation" : null,
"simpleType" : "TrustedAdvisorCategorySpecificSummary",
"variableSetterType" : "TrustedAdvisorCategorySpecificSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CostOptimizing" : {
"documentation" : "The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
",
"name" : "CostOptimizing",
"c2jName" : "costOptimizing",
"c2jShape" : "TrustedAdvisorCostOptimizingSummary",
"variable" : {
"variableName" : "costOptimizing",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
",
"simpleType" : "TrustedAdvisorCostOptimizingSummary",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary"
},
"setterModel" : {
"variableName" : "costOptimizing",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "",
"simpleType" : "TrustedAdvisorCostOptimizingSummary",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "costOptimizing",
"marshallLocationName" : "costOptimizing",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.*/",
"getterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@return The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.*/",
"fluentSetterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeTrustedAdvisorCheckSummariesRequest" : {
"c2jName" : "DescribeTrustedAdvisorCheckSummariesRequest",
"documentation" : "",
"shapeName" : "DescribeTrustedAdvisorCheckSummariesRequest",
"deprecated" : false,
"required" : [ "checkIds" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The IDs of the Trusted Advisor checks.
",
"name" : "CheckIds",
"c2jName" : "checkIds",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "checkIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the Trusted Advisor checks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "checkIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "checkIds",
"marshallLocationName" : "checkIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "String",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\n@param checkIds The IDs of the Trusted Advisor checks.*/",
"getterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\n@return The IDs of the Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCheckIds(java.util.Collection)} or {@link #withCheckIds(java.util.Collection)} if you want to override the existing values.
\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTrustedAdvisorCheckSummariesRequest",
"variableType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"documentation" : null,
"simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest"
},
"marshaller" : {
"action" : "DescribeTrustedAdvisorCheckSummaries",
"verb" : "POST",
"target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckSummaries",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CheckIds" : {
"documentation" : "The IDs of the Trusted Advisor checks.
",
"name" : "CheckIds",
"c2jName" : "checkIds",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "checkIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the Trusted Advisor checks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "checkIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "checkIds",
"marshallLocationName" : "checkIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "String",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\n@param checkIds The IDs of the Trusted Advisor checks.*/",
"getterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\n@return The IDs of the Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCheckIds(java.util.Collection)} or {@link #withCheckIds(java.util.Collection)} if you want to override the existing values.
\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeTrustedAdvisorCheckRefreshStatusesResult" : {
"c2jName" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse",
"documentation" : "The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
",
"shapeName" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"deprecated" : false,
"required" : [ "statuses" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The refresh status of the specified Trusted Advisor checks.
",
"name" : "Statuses",
"c2jName" : "statuses",
"c2jShape" : "TrustedAdvisorCheckRefreshStatusList",
"variable" : {
"variableName" : "statuses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The refresh status of the specified Trusted Advisor checks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "statuses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "statuses",
"marshallLocationName" : "statuses",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TrustedAdvisorCheckRefreshStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TrustedAdvisorCheckRefreshStatus",
"variable" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckRefreshStatus",
"variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckRefreshStatus",
"variableSetterType" : "TrustedAdvisorCheckRefreshStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckRefreshStatus",
"variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckRefreshStatus",
"variableSetterType" : "TrustedAdvisorCheckRefreshStatus"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "TrustedAdvisorCheckRefreshStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\n@param statuses The refresh status of the specified Trusted Advisor checks.*/",
"getterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\n@return The refresh status of the specified Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStatuses(java.util.Collection)} or {@link #withStatuses(java.util.Collection)} if you want to override the existing values.
\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTrustedAdvisorCheckRefreshStatusesResult",
"variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"documentation" : null,
"simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Statuses" : {
"documentation" : "The refresh status of the specified Trusted Advisor checks.
",
"name" : "Statuses",
"c2jName" : "statuses",
"c2jShape" : "TrustedAdvisorCheckRefreshStatusList",
"variable" : {
"variableName" : "statuses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The refresh status of the specified Trusted Advisor checks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "statuses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "statuses",
"marshallLocationName" : "statuses",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TrustedAdvisorCheckRefreshStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TrustedAdvisorCheckRefreshStatus",
"variable" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckRefreshStatus",
"variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckRefreshStatus",
"variableSetterType" : "TrustedAdvisorCheckRefreshStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckRefreshStatus",
"variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckRefreshStatus",
"variableSetterType" : "TrustedAdvisorCheckRefreshStatus"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "TrustedAdvisorCheckRefreshStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\n@param statuses The refresh status of the specified Trusted Advisor checks.*/",
"getterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\n@return The refresh status of the specified Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The refresh status of the specified Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setStatuses(java.util.Collection)} or {@link #withStatuses(java.util.Collection)} if you want to override the existing values.
\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeSeverityLevelsResult" : {
"c2jName" : "DescribeSeverityLevelsResponse",
"documentation" : "The list of severity levels returned by the DescribeSeverityLevels operation.
",
"shapeName" : "DescribeSeverityLevelsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
",
"name" : "SeverityLevels",
"c2jName" : "severityLevels",
"c2jShape" : "SeverityLevelsList",
"variable" : {
"variableName" : "severityLevels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "severityLevels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "severityLevels",
"marshallLocationName" : "severityLevels",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SeverityLevel",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SeverityLevel",
"variable" : {
"variableName" : "member",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : "",
"simpleType" : "SeverityLevel",
"variableSetterType" : "SeverityLevel"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : "",
"simpleType" : "SeverityLevel",
"variableSetterType" : "SeverityLevel"
},
"getterModel" : {
"returnType" : "SeverityLevel",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "SeverityLevel",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.*/",
"getterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.*/",
"fluentSetterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSeverityLevels(java.util.Collection)} or {@link #withSeverityLevels(java.util.Collection)} if you want to override the existing values.
\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeSeverityLevelsResult",
"variableType" : "DescribeSeverityLevelsResult",
"variableDeclarationType" : "DescribeSeverityLevelsResult",
"documentation" : null,
"simpleType" : "DescribeSeverityLevelsResult",
"variableSetterType" : "DescribeSeverityLevelsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"SeverityLevels" : {
"documentation" : "The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
",
"name" : "SeverityLevels",
"c2jName" : "severityLevels",
"c2jShape" : "SeverityLevelsList",
"variable" : {
"variableName" : "severityLevels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "severityLevels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "severityLevels",
"marshallLocationName" : "severityLevels",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SeverityLevel",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SeverityLevel",
"variable" : {
"variableName" : "member",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : "",
"simpleType" : "SeverityLevel",
"variableSetterType" : "SeverityLevel"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : "",
"simpleType" : "SeverityLevel",
"variableSetterType" : "SeverityLevel"
},
"getterModel" : {
"returnType" : "SeverityLevel",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "SeverityLevel",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.*/",
"getterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.*/",
"fluentSetterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSeverityLevels(java.util.Collection)} or {@link #withSeverityLevels(java.util.Collection)} if you want to override the existing values.
\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateCaseRequest" : {
"c2jName" : "CreateCaseRequest",
"documentation" : "",
"shapeName" : "CreateCaseRequest",
"deprecated" : false,
"required" : [ "subject", "communicationBody" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The title of the AWS Support case.
",
"name" : "Subject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"variable" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "subject",
"marshallLocationName" : "subject",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.*/",
"getterDocumentation" : "/**The title of the AWS Support case.
\n@return The title of the AWS Support case.*/",
"fluentSetterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"name" : "ServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"variable" : {
"variableName" : "serviceCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "serviceCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "serviceCode",
"marshallLocationName" : "serviceCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.*/",
"getterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.*/",
"fluentSetterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"name" : "SeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"variable" : {
"variableName" : "severityCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "severityCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "severityCode",
"marshallLocationName" : "severityCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
*/",
"fluentSetterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The category of problem for the AWS Support case.
",
"name" : "CategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"variable" : {
"variableName" : "categoryCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "categoryCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "categoryCode",
"marshallLocationName" : "categoryCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.*/",
"getterDocumentation" : "/**The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.*/",
"fluentSetterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"name" : "CommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"variable" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "communicationBody",
"marshallLocationName" : "communicationBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.*/",
"getterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.*/",
"fluentSetterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"name" : "CcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"variable" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ccEmailAddresses",
"marshallLocationName" : "ccEmailAddresses",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.*/",
"getterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\n@return A list of email addresses that AWS Support copies on case correspondence.*/",
"fluentSetterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCcEmailAddresses(java.util.Collection)} or {@link #withCcEmailAddresses(java.util.Collection)} if you want to override the existing values.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"name" : "Language",
"c2jName" : "language",
"c2jShape" : "Language",
"variable" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "language",
"marshallLocationName" : "language",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"fluentSetterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"name" : "IssueType",
"c2jName" : "issueType",
"c2jShape" : "IssueType",
"variable" : {
"variableName" : "issueType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "issueType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "issueType",
"marshallLocationName" : "issueType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"*/",
"getterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"*/",
"fluentSetterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentSetId",
"marshallLocationName" : "attachmentSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.*/",
"fluentSetterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createCaseRequest",
"variableType" : "CreateCaseRequest",
"variableDeclarationType" : "CreateCaseRequest",
"documentation" : null,
"simpleType" : "CreateCaseRequest",
"variableSetterType" : "CreateCaseRequest"
},
"marshaller" : {
"action" : "CreateCase",
"verb" : "POST",
"target" : "AWSSupport_20130415.CreateCase",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"IssueType" : {
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"name" : "IssueType",
"c2jName" : "issueType",
"c2jShape" : "IssueType",
"variable" : {
"variableName" : "issueType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "issueType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "issueType",
"marshallLocationName" : "issueType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"*/",
"getterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"*/",
"fluentSetterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CategoryCode" : {
"documentation" : "The category of problem for the AWS Support case.
",
"name" : "CategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"variable" : {
"variableName" : "categoryCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "categoryCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "categoryCode",
"marshallLocationName" : "categoryCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.*/",
"getterDocumentation" : "/**The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.*/",
"fluentSetterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SeverityCode" : {
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"name" : "SeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"variable" : {
"variableName" : "severityCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "severityCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "severityCode",
"marshallLocationName" : "severityCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
*/",
"fluentSetterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Subject" : {
"documentation" : "The title of the AWS Support case.
",
"name" : "Subject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"variable" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "subject",
"marshallLocationName" : "subject",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.*/",
"getterDocumentation" : "/**The title of the AWS Support case.
\n@return The title of the AWS Support case.*/",
"fluentSetterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttachmentSetId" : {
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentSetId",
"marshallLocationName" : "attachmentSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.*/",
"fluentSetterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CommunicationBody" : {
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"name" : "CommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"variable" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "communicationBody",
"marshallLocationName" : "communicationBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.*/",
"getterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.*/",
"fluentSetterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ServiceCode" : {
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"name" : "ServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"variable" : {
"variableName" : "serviceCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "serviceCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "serviceCode",
"marshallLocationName" : "serviceCode",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.*/",
"getterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.*/",
"fluentSetterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Language" : {
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"name" : "Language",
"c2jName" : "language",
"c2jShape" : "Language",
"variable" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "language",
"marshallLocationName" : "language",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"fluentSetterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CcEmailAddresses" : {
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"name" : "CcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"variable" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ccEmailAddresses",
"marshallLocationName" : "ccEmailAddresses",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.*/",
"getterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\n@return A list of email addresses that AWS Support copies on case correspondence.*/",
"fluentSetterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCcEmailAddresses(java.util.Collection)} or {@link #withCcEmailAddresses(java.util.Collection)} if you want to override the existing values.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AddCommunicationToCaseRequest" : {
"c2jName" : "AddCommunicationToCaseRequest",
"documentation" : "To be written.
",
"shapeName" : "AddCommunicationToCaseRequest",
"deprecated" : false,
"required" : [ "communicationBody" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"name" : "CaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"variable" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseId",
"marshallLocationName" : "caseId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"fluentSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The body of an email communication to add to the support case.
",
"name" : "CommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"variable" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "communicationBody",
"marshallLocationName" : "communicationBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.*/",
"getterDocumentation" : "/**The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.*/",
"fluentSetterDocumentation" : "/**The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"name" : "CcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"variable" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ccEmailAddresses",
"marshallLocationName" : "ccEmailAddresses",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.*/",
"getterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\n@return The email addresses in the CC line of an email to be added to the support case.*/",
"fluentSetterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCcEmailAddresses(java.util.Collection)} or {@link #withCcEmailAddresses(java.util.Collection)} if you want to override the existing values.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentSetId",
"marshallLocationName" : "attachmentSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet*/",
"fluentSetterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "addCommunicationToCaseRequest",
"variableType" : "AddCommunicationToCaseRequest",
"variableDeclarationType" : "AddCommunicationToCaseRequest",
"documentation" : null,
"simpleType" : "AddCommunicationToCaseRequest",
"variableSetterType" : "AddCommunicationToCaseRequest"
},
"marshaller" : {
"action" : "AddCommunicationToCase",
"verb" : "POST",
"target" : "AWSSupport_20130415.AddCommunicationToCase",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CaseId" : {
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"name" : "CaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"variable" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseId",
"marshallLocationName" : "caseId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"fluentSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttachmentSetId" : {
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentSetId",
"marshallLocationName" : "attachmentSetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet*/",
"fluentSetterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CommunicationBody" : {
"documentation" : "The body of an email communication to add to the support case.
",
"name" : "CommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"variable" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "communicationBody",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "communicationBody",
"marshallLocationName" : "communicationBody",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.*/",
"getterDocumentation" : "/**The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.*/",
"fluentSetterDocumentation" : "/**The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CcEmailAddresses" : {
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"name" : "CcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"variable" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ccEmailAddresses",
"marshallLocationName" : "ccEmailAddresses",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.*/",
"getterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\n@return The email addresses in the CC line of an email to be added to the support case.*/",
"fluentSetterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCcEmailAddresses(java.util.Collection)} or {@link #withCcEmailAddresses(java.util.Collection)} if you want to override the existing values.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AttachmentSetIdNotFoundException" : {
"c2jName" : "AttachmentSetIdNotFound",
"documentation" : "An attachment set with the specified ID could not be found.
",
"shapeName" : "AttachmentSetIdNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "attachmentSetIdNotFoundException",
"variableType" : "AttachmentSetIdNotFoundException",
"variableDeclarationType" : "AttachmentSetIdNotFoundException",
"documentation" : null,
"simpleType" : "AttachmentSetIdNotFoundException",
"variableSetterType" : "AttachmentSetIdNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "AttachmentSetIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeTrustedAdvisorChecksResult" : {
"c2jName" : "DescribeTrustedAdvisorChecksResponse",
"documentation" : "Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
",
"shapeName" : "DescribeTrustedAdvisorChecksResult",
"deprecated" : false,
"required" : [ "checks" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about all available Trusted Advisor checks.
",
"name" : "Checks",
"c2jName" : "checks",
"c2jShape" : "TrustedAdvisorCheckList",
"variable" : {
"variableName" : "checks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about all available Trusted Advisor checks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "checks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "checks",
"marshallLocationName" : "checks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TrustedAdvisorCheckDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TrustedAdvisorCheckDescription",
"variable" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckDescription",
"variableDeclarationType" : "TrustedAdvisorCheckDescription",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckDescription",
"variableSetterType" : "TrustedAdvisorCheckDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckDescription",
"variableDeclarationType" : "TrustedAdvisorCheckDescription",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckDescription",
"variableSetterType" : "TrustedAdvisorCheckDescription"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCheckDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "TrustedAdvisorCheckDescription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about all available Trusted Advisor checks.
\n@param checks Information about all available Trusted Advisor checks.*/",
"getterDocumentation" : "/**Information about all available Trusted Advisor checks.
\n@return Information about all available Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**Information about all available Trusted Advisor checks.
\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about all available Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setChecks(java.util.Collection)} or {@link #withChecks(java.util.Collection)} if you want to override the existing values.
\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTrustedAdvisorChecksResult",
"variableType" : "DescribeTrustedAdvisorChecksResult",
"variableDeclarationType" : "DescribeTrustedAdvisorChecksResult",
"documentation" : null,
"simpleType" : "DescribeTrustedAdvisorChecksResult",
"variableSetterType" : "DescribeTrustedAdvisorChecksResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Checks" : {
"documentation" : "Information about all available Trusted Advisor checks.
",
"name" : "Checks",
"c2jName" : "checks",
"c2jShape" : "TrustedAdvisorCheckList",
"variable" : {
"variableName" : "checks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about all available Trusted Advisor checks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "checks",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "checks",
"marshallLocationName" : "checks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TrustedAdvisorCheckDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TrustedAdvisorCheckDescription",
"variable" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckDescription",
"variableDeclarationType" : "TrustedAdvisorCheckDescription",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckDescription",
"variableSetterType" : "TrustedAdvisorCheckDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckDescription",
"variableDeclarationType" : "TrustedAdvisorCheckDescription",
"documentation" : "",
"simpleType" : "TrustedAdvisorCheckDescription",
"variableSetterType" : "TrustedAdvisorCheckDescription"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCheckDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "TrustedAdvisorCheckDescription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about all available Trusted Advisor checks.
\n@param checks Information about all available Trusted Advisor checks.*/",
"getterDocumentation" : "/**Information about all available Trusted Advisor checks.
\n@return Information about all available Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**Information about all available Trusted Advisor checks.
\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about all available Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setChecks(java.util.Collection)} or {@link #withChecks(java.util.Collection)} if you want to override the existing values.
\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedAdvisorCostOptimizingSummary" : {
"c2jName" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "The estimated cost savings that might be realized if the recommended actions are taken.
",
"shapeName" : "TrustedAdvisorCostOptimizingSummary",
"deprecated" : false,
"required" : [ "estimatedMonthlySavings", "estimatedPercentMonthlySavings" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The estimated monthly savings that might be realized if the recommended actions are taken.
",
"name" : "EstimatedMonthlySavings",
"c2jName" : "estimatedMonthlySavings",
"c2jShape" : "Double",
"variable" : {
"variableName" : "estimatedMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "The estimated monthly savings that might be realized if the recommended actions are taken.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "estimatedMonthlySavings",
"marshallLocationName" : "estimatedMonthlySavings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.*/",
"getterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@return The estimated monthly savings that might be realized if the recommended actions are taken.*/",
"fluentSetterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The estimated percentage of savings that might be realized if the recommended actions are taken.
",
"name" : "EstimatedPercentMonthlySavings",
"c2jName" : "estimatedPercentMonthlySavings",
"c2jShape" : "Double",
"variable" : {
"variableName" : "estimatedPercentMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "The estimated percentage of savings that might be realized if the recommended actions are taken.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedPercentMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "estimatedPercentMonthlySavings",
"marshallLocationName" : "estimatedPercentMonthlySavings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.*/",
"getterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@return The estimated percentage of savings that might be realized if the recommended actions are taken.*/",
"fluentSetterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trustedAdvisorCostOptimizingSummary",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : null,
"simpleType" : "TrustedAdvisorCostOptimizingSummary",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EstimatedPercentMonthlySavings" : {
"documentation" : "The estimated percentage of savings that might be realized if the recommended actions are taken.
",
"name" : "EstimatedPercentMonthlySavings",
"c2jName" : "estimatedPercentMonthlySavings",
"c2jShape" : "Double",
"variable" : {
"variableName" : "estimatedPercentMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "The estimated percentage of savings that might be realized if the recommended actions are taken.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedPercentMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "estimatedPercentMonthlySavings",
"marshallLocationName" : "estimatedPercentMonthlySavings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.*/",
"getterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@return The estimated percentage of savings that might be realized if the recommended actions are taken.*/",
"fluentSetterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The estimated percentage of savings that might be realized if the recommended actions are taken.
\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EstimatedMonthlySavings" : {
"documentation" : "The estimated monthly savings that might be realized if the recommended actions are taken.
",
"name" : "EstimatedMonthlySavings",
"c2jName" : "estimatedMonthlySavings",
"c2jShape" : "Double",
"variable" : {
"variableName" : "estimatedMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "The estimated monthly savings that might be realized if the recommended actions are taken.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "estimatedMonthlySavings",
"marshallLocationName" : "estimatedMonthlySavings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.*/",
"getterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@return The estimated monthly savings that might be realized if the recommended actions are taken.*/",
"fluentSetterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The estimated monthly savings that might be realized if the recommended actions are taken.
\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CaseDetails" : {
"c2jName" : "CaseDetails",
"documentation" : "A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. CaseDetails contains the following fields:
-