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",
"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,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "support",
"signingName" : "support",
"syncClientBuilderClassName" : "AWSSupportClientBuilder",
"asyncClientBuilderClassName" : "AWSSupportAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AWSSupportModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.support.smoketests",
"serviceName" : "AWS Support",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true,
"protocolDefaultExceptionUmarshallerImpl" : null
},
"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" : "",
"variableSetterType" : "AddAttachmentsToSetRequest",
"simpleType" : "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.
",
"variableSetterType" : "AddCommunicationToCaseRequest",
"simpleType" : "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" : "",
"variableSetterType" : "CreateCaseRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeAttachmentRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeCasesRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeCommunicationsRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeServicesRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeSeverityLevelsRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"simpleType" : "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" : "",
"variableSetterType" : "DescribeTrustedAdvisorChecksRequest",
"simpleType" : "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" : "",
"variableSetterType" : "RefreshTrustedAdvisorCheckRequest",
"simpleType" : "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" : "",
"variableSetterType" : "ResolveCaseRequest",
"simpleType" : "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" : {
"DescribeCasesResult" : {
"c2jName" : "DescribeCasesResponse",
"documentation" : "Returns an array of CaseDetails objects and a NextToken
that defines a point for pagination in the result set.
",
"shapeName" : "DescribeCasesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The details for the cases that match the request.
",
"name" : "Cases",
"c2jName" : "cases",
"c2jShape" : "CaseList",
"variable" : {
"variableName" : "cases",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The details for the cases that match the request.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "cases",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cases",
"marshallLocationName" : "cases",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "CaseDetails",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CaseDetails",
"variable" : {
"variableName" : "member",
"variableType" : "CaseDetails",
"variableDeclarationType" : "CaseDetails",
"documentation" : "",
"variableSetterType" : "CaseDetails",
"simpleType" : "CaseDetails"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CaseDetails",
"variableDeclarationType" : "CaseDetails",
"documentation" : "",
"variableSetterType" : "CaseDetails",
"simpleType" : "CaseDetails"
},
"getterModel" : {
"returnType" : "CaseDetails",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "CaseDetails"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The details for the cases that match the request.
\n@param cases The details for the cases that match the request.*/",
"getterDocumentation" : "/**The details for the cases that match the request.
\n@return The details for the cases that match the request.*/",
"fluentSetterDocumentation" : "/**The details for the cases that match the request.
\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The details for the cases that match the request.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCases(java.util.Collection)} or {@link #withCases(java.util.Collection)} if you want to override the existing values.
\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeCasesResult",
"variableType" : "DescribeCasesResult",
"variableDeclarationType" : "DescribeCasesResult",
"documentation" : null,
"variableSetterType" : "DescribeCasesResult",
"simpleType" : "DescribeCasesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cases" : {
"documentation" : "The details for the cases that match the request.
",
"name" : "Cases",
"c2jName" : "cases",
"c2jShape" : "CaseList",
"variable" : {
"variableName" : "cases",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The details for the cases that match the request.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "cases",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cases",
"marshallLocationName" : "cases",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "CaseDetails",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "CaseDetails",
"variable" : {
"variableName" : "member",
"variableType" : "CaseDetails",
"variableDeclarationType" : "CaseDetails",
"documentation" : "",
"variableSetterType" : "CaseDetails",
"simpleType" : "CaseDetails"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CaseDetails",
"variableDeclarationType" : "CaseDetails",
"documentation" : "",
"variableSetterType" : "CaseDetails",
"simpleType" : "CaseDetails"
},
"getterModel" : {
"returnType" : "CaseDetails",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "CaseDetails"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The details for the cases that match the request.
\n@param cases The details for the cases that match the request.*/",
"getterDocumentation" : "/**The details for the cases that match the request.
\n@return The details for the cases that match the request.*/",
"fluentSetterDocumentation" : "/**The details for the cases that match the request.
\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The details for the cases that match the request.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCases(java.util.Collection)} or {@link #withCases(java.util.Collection)} if you want to override the existing values.
\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedAdvisorResourcesSummary" : {
"c2jName" : "TrustedAdvisorResourcesSummary",
"documentation" : "Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
",
"shapeName" : "TrustedAdvisorResourcesSummary",
"deprecated" : false,
"required" : [ "resourcesProcessed", "resourcesFlagged", "resourcesIgnored", "resourcesSuppressed" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The number of AWS resources that were analyzed by the Trusted Advisor check.
",
"name" : "ResourcesProcessed",
"c2jName" : "resourcesProcessed",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesProcessed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources that were analyzed by the Trusted Advisor check.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesProcessed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesProcessed",
"marshallLocationName" : "resourcesProcessed",
"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 number of AWS resources that were analyzed by the Trusted Advisor check.
\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.*/",
"getterDocumentation" : "/**The number of AWS resources that were analyzed by the Trusted Advisor check.
\n@return The number of AWS resources that were analyzed by the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources that were analyzed by the Trusted Advisor check.
\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources that were analyzed by the Trusted Advisor check.
\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
",
"name" : "ResourcesFlagged",
"c2jName" : "resourcesFlagged",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesFlagged",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesFlagged",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesFlagged",
"marshallLocationName" : "resourcesFlagged",
"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 number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.*/",
"getterDocumentation" : "/**The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@return The number of AWS resources that were flagged (listed) by the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of AWS resources ignored by Trusted Advisor because information was unavailable.
",
"name" : "ResourcesIgnored",
"c2jName" : "resourcesIgnored",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesIgnored",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources ignored by Trusted Advisor because information was unavailable.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesIgnored",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesIgnored",
"marshallLocationName" : "resourcesIgnored",
"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 number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.*/",
"getterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@return The number of AWS resources ignored by Trusted Advisor because information was unavailable.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
",
"name" : "ResourcesSuppressed",
"c2jName" : "resourcesSuppressed",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesSuppressed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesSuppressed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesSuppressed",
"marshallLocationName" : "resourcesSuppressed",
"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 number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.*/",
"getterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@return The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trustedAdvisorResourcesSummary",
"variableType" : "TrustedAdvisorResourcesSummary",
"variableDeclarationType" : "TrustedAdvisorResourcesSummary",
"documentation" : null,
"variableSetterType" : "TrustedAdvisorResourcesSummary",
"simpleType" : "TrustedAdvisorResourcesSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourcesIgnored" : {
"documentation" : "The number of AWS resources ignored by Trusted Advisor because information was unavailable.
",
"name" : "ResourcesIgnored",
"c2jName" : "resourcesIgnored",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesIgnored",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources ignored by Trusted Advisor because information was unavailable.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesIgnored",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesIgnored",
"marshallLocationName" : "resourcesIgnored",
"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 number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.*/",
"getterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@return The number of AWS resources ignored by Trusted Advisor because information was unavailable.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because information was unavailable.
\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourcesProcessed" : {
"documentation" : "The number of AWS resources that were analyzed by the Trusted Advisor check.
",
"name" : "ResourcesProcessed",
"c2jName" : "resourcesProcessed",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesProcessed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources that were analyzed by the Trusted Advisor check.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesProcessed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesProcessed",
"marshallLocationName" : "resourcesProcessed",
"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 number of AWS resources that were analyzed by the Trusted Advisor check.
\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.*/",
"getterDocumentation" : "/**The number of AWS resources that were analyzed by the Trusted Advisor check.
\n@return The number of AWS resources that were analyzed by the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources that were analyzed by the Trusted Advisor check.
\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources that were analyzed by the Trusted Advisor check.
\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourcesSuppressed" : {
"documentation" : "The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
",
"name" : "ResourcesSuppressed",
"c2jName" : "resourcesSuppressed",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesSuppressed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesSuppressed",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesSuppressed",
"marshallLocationName" : "resourcesSuppressed",
"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 number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.*/",
"getterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@return The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourcesFlagged" : {
"documentation" : "The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
",
"name" : "ResourcesFlagged",
"c2jName" : "resourcesFlagged",
"c2jShape" : "Long",
"variable" : {
"variableName" : "resourcesFlagged",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "resourcesFlagged",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourcesFlagged",
"marshallLocationName" : "resourcesFlagged",
"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 number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.*/",
"getterDocumentation" : "/**The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@return The number of AWS resources that were flagged (listed) by the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\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,
"variableSetterType" : "AttachmentSetIdNotFoundException",
"simpleType" : "AttachmentSetIdNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "AttachmentSetIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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:
- 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.
- CategoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
- DisplayId. The identifier for the case on pages in the AWS Support Center.
- 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.
- RecentCommunications. One or more Communication objects. Fields of these objects are
Attachments
, Body
, CaseId
, SubmittedBy
, and TimeCreated
. - NextToken. A resumption point for pagination.
- ServiceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
- SeverityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
- Status. The status of the case in the AWS Support Center.
- Subject. The subject line of the case.
- SubmittedBy. The email address of the account that submitted the case.
- TimeCreated. The time the case was created, in ISO-8601 format.
",
"shapeName" : "CaseDetails",
"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
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"name" : "DisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"variable" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "displayId",
"marshallLocationName" : "displayId",
"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 displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.*/",
"getterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.*/",
"fluentSetterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The subject line for the case in the AWS Support Center.
",
"name" : "Subject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"variable" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.*/",
"getterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.*/",
"fluentSetterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the case.
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "Status",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the case.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"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 status of the case.
\n@param status The status of the case.*/",
"getterDocumentation" : "/**The status of the case.
\n@return The status of the case.*/",
"fluentSetterDocumentation" : "/**The status of the case.
\n@param status The status of the case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the case.
\n@param status The status of the 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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "serviceCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "categoryCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 code for the severity level returned by the call to DescribeSeverityLevels.
",
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "severityCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.*/",
"fluentSetterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\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.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\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 case.
",
"name" : "SubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"variable" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 case.
\n@param submittedBy The email address of the account that submitted the case.*/",
"getterDocumentation" : "/**The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.*/",
"fluentSetterDocumentation" : "/**The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the 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 case.
\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"name" : "TimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"variable" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.*/",
"getterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.*/",
"fluentSetterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"name" : "RecentCommunications",
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"variable" : {
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"variableDeclarationType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"variableSetterType" : "RecentCaseCommunications",
"simpleType" : "RecentCaseCommunications"
},
"setterModel" : {
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"variableDeclarationType" : "RecentCaseCommunications",
"documentation" : "",
"variableSetterType" : "RecentCaseCommunications",
"simpleType" : "RecentCaseCommunications"
},
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "recentCommunications",
"marshallLocationName" : "recentCommunications",
"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 five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.*/",
"getterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.*/",
"fluentSetterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The email addresses that receive copies of communication about the case.
",
"name" : "CcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"variable" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.*/",
"getterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\n@return The email addresses that receive copies of communication about the case.*/",
"fluentSetterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email addresses that receive copies of communication about the 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 that receive copies of communication about the case.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "caseDetails",
"variableType" : "CaseDetails",
"variableDeclarationType" : "CaseDetails",
"documentation" : null,
"variableSetterType" : "CaseDetails",
"simpleType" : "CaseDetails"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status of the case.
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "Status",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the case.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"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 status of the case.
\n@param status The status of the case.*/",
"getterDocumentation" : "/**The status of the case.
\n@return The status of the case.*/",
"fluentSetterDocumentation" : "/**The status of the case.
\n@param status The status of the case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the case.
\n@param status The status of the case.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "categoryCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"TimeCreated" : {
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"name" : "TimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"variable" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "timeCreated",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.*/",
"getterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.*/",
"fluentSetterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "serviceCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"RecentCommunications" : {
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"name" : "RecentCommunications",
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"variable" : {
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"variableDeclarationType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"variableSetterType" : "RecentCaseCommunications",
"simpleType" : "RecentCaseCommunications"
},
"setterModel" : {
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"variableDeclarationType" : "RecentCaseCommunications",
"documentation" : "",
"variableSetterType" : "RecentCaseCommunications",
"simpleType" : "RecentCaseCommunications"
},
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "recentCommunications",
"marshallLocationName" : "recentCommunications",
"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 five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.*/",
"getterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.*/",
"fluentSetterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CcEmailAddresses" : {
"documentation" : "The email addresses that receive copies of communication about the case.
",
"name" : "CcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"variable" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.*/",
"getterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\n@return The email addresses that receive copies of communication about the case.*/",
"fluentSetterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The email addresses that receive copies of communication about the 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 that receive copies of communication about the 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.
",
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "severityCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.*/",
"fluentSetterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\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.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DisplayId" : {
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"name" : "DisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"variable" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "displayId",
"marshallLocationName" : "displayId",
"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 displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.*/",
"getterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.*/",
"fluentSetterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\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 case.
",
"name" : "SubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"variable" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "submittedBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 case.
\n@param submittedBy The email address of the account that submitted the case.*/",
"getterDocumentation" : "/**The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.*/",
"fluentSetterDocumentation" : "/**The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the 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 case.
\n@param submittedBy The email address of the account that submitted the 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
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"Subject" : {
"documentation" : "The subject line for the case in the AWS Support Center.
",
"name" : "Subject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"variable" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "subject",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.*/",
"getterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.*/",
"fluentSetterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedAdvisorCheckRefreshStatus" : {
"c2jName" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : "The refresh status of a Trusted Advisor check.
",
"shapeName" : "TrustedAdvisorCheckRefreshStatus",
"deprecated" : false,
"required" : [ "checkId", "status", "millisUntilNextRefreshable" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"name" : "CheckId",
"c2jName" : "checkId",
"c2jShape" : "String",
"variable" : {
"variableName" : "checkId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "checkId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "checkId",
"marshallLocationName" : "checkId",
"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 unique identifier for the Trusted Advisor check.
\n@param checkId The unique identifier for the Trusted Advisor check.*/",
"getterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@return The unique identifier for the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"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 status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".*/",
"getterDocumentation" : "/**The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@return The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".*/",
"fluentSetterDocumentation" : "/**The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
",
"name" : "MillisUntilNextRefreshable",
"c2jName" : "millisUntilNextRefreshable",
"c2jShape" : "Long",
"variable" : {
"variableName" : "millisUntilNextRefreshable",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "millisUntilNextRefreshable",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "millisUntilNextRefreshable",
"marshallLocationName" : "millisUntilNextRefreshable",
"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 amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.*/",
"getterDocumentation" : "/**The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@return The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.*/",
"fluentSetterDocumentation" : "/**The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trustedAdvisorCheckRefreshStatus",
"variableType" : "TrustedAdvisorCheckRefreshStatus",
"variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus",
"documentation" : null,
"variableSetterType" : "TrustedAdvisorCheckRefreshStatus",
"simpleType" : "TrustedAdvisorCheckRefreshStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"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 status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".*/",
"getterDocumentation" : "/**The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@return The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".*/",
"fluentSetterDocumentation" : "/**The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MillisUntilNextRefreshable" : {
"documentation" : "The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
",
"name" : "MillisUntilNextRefreshable",
"c2jName" : "millisUntilNextRefreshable",
"c2jShape" : "Long",
"variable" : {
"variableName" : "millisUntilNextRefreshable",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "millisUntilNextRefreshable",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "millisUntilNextRefreshable",
"marshallLocationName" : "millisUntilNextRefreshable",
"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 amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.*/",
"getterDocumentation" : "/**The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@return The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.*/",
"fluentSetterDocumentation" : "/**The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CheckId" : {
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"name" : "CheckId",
"c2jName" : "checkId",
"c2jShape" : "String",
"variable" : {
"variableName" : "checkId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "checkId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "checkId",
"marshallLocationName" : "checkId",
"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 unique identifier for the Trusted Advisor check.
\n@param checkId The unique identifier for the Trusted Advisor check.*/",
"getterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@return The unique identifier for the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedAdvisorCheckDescription" : {
"c2jName" : "TrustedAdvisorCheckDescription",
"documentation" : "The description and metadata for a Trusted Advisor check.
",
"shapeName" : "TrustedAdvisorCheckDescription",
"deprecated" : false,
"required" : [ "id", "name", "description", "category", "metadata" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"name" : "Id",
"c2jName" : "id",
"c2jShape" : "String",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "id",
"marshallLocationName" : "id",
"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 unique identifier for the Trusted Advisor check.
\n@param id The unique identifier for the Trusted Advisor check.*/",
"getterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@return The unique identifier for the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The display name for the Trusted Advisor check.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The display name for the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 display name for the Trusted Advisor check.
\n@param name The display name for the Trusted Advisor check.*/",
"getterDocumentation" : "/**The display name for the Trusted Advisor check.
\n@return The display name for the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The display name for the Trusted Advisor check.
\n@param name The display name for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The display name for the Trusted Advisor check.
\n@param name The display name for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
",
"name" : "Description",
"c2jName" : "description",
"c2jShape" : "String",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "description",
"marshallLocationName" : "description",
"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 description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).*/",
"getterDocumentation" : "/**The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@return The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).*/",
"fluentSetterDocumentation" : "/**The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The category of the Trusted Advisor check.
",
"name" : "Category",
"c2jName" : "category",
"c2jShape" : "String",
"variable" : {
"variableName" : "category",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The category of the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "category",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "category",
"marshallLocationName" : "category",
"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 the Trusted Advisor check.
\n@param category The category of the Trusted Advisor check.*/",
"getterDocumentation" : "/**The category of the Trusted Advisor check.
\n@return The category of the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The category of the Trusted Advisor check.
\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The category of the Trusted Advisor check.
\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"name" : "Metadata",
"c2jName" : "metadata",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "metadata",
"marshallLocationName" : "metadata",
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"getterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@return The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"fluentSetterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMetadata(java.util.Collection)} or {@link #withMetadata(java.util.Collection)} if you want to override the existing values.
\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trustedAdvisorCheckDescription",
"variableType" : "TrustedAdvisorCheckDescription",
"variableDeclarationType" : "TrustedAdvisorCheckDescription",
"documentation" : null,
"variableSetterType" : "TrustedAdvisorCheckDescription",
"simpleType" : "TrustedAdvisorCheckDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Description" : {
"documentation" : "The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
",
"name" : "Description",
"c2jName" : "description",
"c2jShape" : "String",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "description",
"marshallLocationName" : "description",
"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 description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).*/",
"getterDocumentation" : "/**The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@return The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).*/",
"fluentSetterDocumentation" : "/**The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Category" : {
"documentation" : "The category of the Trusted Advisor check.
",
"name" : "Category",
"c2jName" : "category",
"c2jShape" : "String",
"variable" : {
"variableName" : "category",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The category of the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "category",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "category",
"marshallLocationName" : "category",
"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 the Trusted Advisor check.
\n@param category The category of the Trusted Advisor check.*/",
"getterDocumentation" : "/**The category of the Trusted Advisor check.
\n@return The category of the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The category of the Trusted Advisor check.
\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The category of the Trusted Advisor check.
\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Metadata" : {
"documentation" : "The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"name" : "Metadata",
"c2jName" : "metadata",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "metadata",
"marshallLocationName" : "metadata",
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"getterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@return The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"fluentSetterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMetadata(java.util.Collection)} or {@link #withMetadata(java.util.Collection)} if you want to override the existing values.
\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"name" : "Id",
"c2jName" : "id",
"c2jShape" : "String",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique identifier for the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "id",
"marshallLocationName" : "id",
"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 unique identifier for the Trusted Advisor check.
\n@param id The unique identifier for the Trusted Advisor check.*/",
"getterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@return The unique identifier for the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique identifier for the Trusted Advisor check.
\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The display name for the Trusted Advisor check.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The display name for the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 display name for the Trusted Advisor check.
\n@param name The display name for the Trusted Advisor check.*/",
"getterDocumentation" : "/**The display name for the Trusted Advisor check.
\n@return The display name for the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The display name for the Trusted Advisor check.
\n@param name The display name for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The display name for the Trusted Advisor check.
\n@param name The display name for the Trusted Advisor check.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "java.nio.ByteBuffer",
"simpleType" : "ByteBuffer"
},
"setterModel" : {
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"variableDeclarationType" : "java.nio.ByteBuffer",
"documentation" : "",
"variableSetterType" : "java.nio.ByteBuffer",
"simpleType" : "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,
"variableSetterType" : "Attachment",
"simpleType" : "Attachment"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "java.nio.ByteBuffer",
"simpleType" : "ByteBuffer"
},
"setterModel" : {
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"variableDeclarationType" : "java.nio.ByteBuffer",
"documentation" : "",
"variableSetterType" : "java.nio.ByteBuffer",
"simpleType" : "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.*/"
}
}
},
"SeverityLevel" : {
"c2jName" : "SeverityLevel",
"documentation" : "A code and name pair that represent a severity level that can be applied to a support case.
",
"shapeName" : "SeverityLevel",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "SeverityLevelCode",
"variable" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.*/",
"getterDocumentation" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@return One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.*/",
"fluentSetterDocumentation" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the severity level that corresponds to the severity level code.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "SeverityLevelName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the severity level that corresponds to the severity level code.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 name of the severity level that corresponds to the severity level code.
\n@param name The name of the severity level that corresponds to the severity level code.*/",
"getterDocumentation" : "/**The name of the severity level that corresponds to the severity level code.
\n@return The name of the severity level that corresponds to the severity level code.*/",
"fluentSetterDocumentation" : "/**The name of the severity level that corresponds to the severity level code.
\n@param name The name of the severity level that corresponds to the severity level code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the severity level that corresponds to the severity level code.
\n@param name The name of the severity level that corresponds to the severity level code.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "severityLevel",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : null,
"variableSetterType" : "SeverityLevel",
"simpleType" : "SeverityLevel"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Code" : {
"documentation" : "One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "SeverityLevelCode",
"variable" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.*/",
"getterDocumentation" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@return One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.*/",
"fluentSetterDocumentation" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.
\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The name of the severity level that corresponds to the severity level code.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "SeverityLevelName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the severity level that corresponds to the severity level code.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 name of the severity level that corresponds to the severity level code.
\n@param name The name of the severity level that corresponds to the severity level code.*/",
"getterDocumentation" : "/**The name of the severity level that corresponds to the severity level code.
\n@return The name of the severity level that corresponds to the severity level code.*/",
"fluentSetterDocumentation" : "/**The name of the severity level that corresponds to the severity level code.
\n@param name The name of the severity level that corresponds to the severity level code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the severity level that corresponds to the severity level code.
\n@param name The name of the severity level that corresponds to the severity level code.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AddAttachmentsToSetResult" : {
"c2jName" : "AddAttachmentsToSetResponse",
"documentation" : "The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
",
"shapeName" : "AddAttachmentsToSetResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.*/",
"getterDocumentation" : "/**The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.*/",
"fluentSetterDocumentation" : "/**The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time and date when the attachment set expires.
",
"name" : "ExpiryTime",
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"variable" : {
"variableName" : "expiryTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "expiryTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "expiryTime",
"marshallLocationName" : "expiryTime",
"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 and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.*/",
"getterDocumentation" : "/**The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.*/",
"fluentSetterDocumentation" : "/**The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "addAttachmentsToSetResult",
"variableType" : "AddAttachmentsToSetResult",
"variableDeclarationType" : "AddAttachmentsToSetResult",
"documentation" : null,
"variableSetterType" : "AddAttachmentsToSetResult",
"simpleType" : "AddAttachmentsToSetResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ExpiryTime" : {
"documentation" : "The time and date when the attachment set expires.
",
"name" : "ExpiryTime",
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"variable" : {
"variableName" : "expiryTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "expiryTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "expiryTime",
"marshallLocationName" : "expiryTime",
"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 and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.*/",
"getterDocumentation" : "/**The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.*/",
"fluentSetterDocumentation" : "/**The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttachmentSetId" : {
"documentation" : "The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.*/",
"getterDocumentation" : "/**The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.*/",
"fluentSetterDocumentation" : "/**The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an AttachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an AttachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustedAdvisorResourceDetail" : {
"c2jName" : "TrustedAdvisorResourceDetail",
"documentation" : "Contains information about a resource identified by a Trusted Advisor check.
",
"shapeName" : "TrustedAdvisorResourceDetail",
"deprecated" : false,
"required" : [ "status", "region", "resourceId", "metadata" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The status code for the resource identified in the Trusted Advisor check.
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status code for the resource identified in the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"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 status code for the resource identified in the Trusted Advisor check.
\n@param status The status code for the resource identified in the Trusted Advisor check.*/",
"getterDocumentation" : "/**The status code for the resource identified in the Trusted Advisor check.
\n@return The status code for the resource identified in the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The status code for the resource identified in the Trusted Advisor check.
\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status code for the resource identified in the Trusted Advisor check.
\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS region in which the identified resource is located.
",
"name" : "Region",
"c2jName" : "region",
"c2jShape" : "String",
"variable" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS region in which the identified resource is located.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "region",
"marshallLocationName" : "region",
"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 region in which the identified resource is located.
\n@param region The AWS region in which the identified resource is located.*/",
"getterDocumentation" : "/**The AWS region in which the identified resource is located.
\n@return The AWS region in which the identified resource is located.*/",
"fluentSetterDocumentation" : "/**The AWS region in which the identified resource is located.
\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS region in which the identified resource is located.
\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The unique identifier for the identified resource.
",
"name" : "ResourceId",
"c2jName" : "resourceId",
"c2jShape" : "String",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique identifier for the identified resource.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceId",
"marshallLocationName" : "resourceId",
"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 unique identifier for the identified resource.
\n@param resourceId The unique identifier for the identified resource.*/",
"getterDocumentation" : "/**The unique identifier for the identified resource.
\n@return The unique identifier for the identified resource.*/",
"fluentSetterDocumentation" : "/**The unique identifier for the identified resource.
\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique identifier for the identified resource.
\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
",
"name" : "IsSuppressed",
"c2jName" : "isSuppressed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "isSuppressed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isSuppressed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "isSuppressed",
"marshallLocationName" : "isSuppressed",
"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" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.*/",
"getterDocumentation" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@return Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.*/",
"fluentSetterDocumentation" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"name" : "Metadata",
"c2jName" : "metadata",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "metadata",
"marshallLocationName" : "metadata",
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"getterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@return Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"fluentSetterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMetadata(java.util.Collection)} or {@link #withMetadata(java.util.Collection)} if you want to override the existing values.
\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trustedAdvisorResourceDetail",
"variableType" : "TrustedAdvisorResourceDetail",
"variableDeclarationType" : "TrustedAdvisorResourceDetail",
"documentation" : null,
"variableSetterType" : "TrustedAdvisorResourceDetail",
"simpleType" : "TrustedAdvisorResourceDetail"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status code for the resource identified in the Trusted Advisor check.
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status code for the resource identified in the Trusted Advisor check.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"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 status code for the resource identified in the Trusted Advisor check.
\n@param status The status code for the resource identified in the Trusted Advisor check.*/",
"getterDocumentation" : "/**The status code for the resource identified in the Trusted Advisor check.
\n@return The status code for the resource identified in the Trusted Advisor check.*/",
"fluentSetterDocumentation" : "/**The status code for the resource identified in the Trusted Advisor check.
\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status code for the resource identified in the Trusted Advisor check.
\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceId" : {
"documentation" : "The unique identifier for the identified resource.
",
"name" : "ResourceId",
"c2jName" : "resourceId",
"c2jShape" : "String",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique identifier for the identified resource.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "resourceId",
"marshallLocationName" : "resourceId",
"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 unique identifier for the identified resource.
\n@param resourceId The unique identifier for the identified resource.*/",
"getterDocumentation" : "/**The unique identifier for the identified resource.
\n@return The unique identifier for the identified resource.*/",
"fluentSetterDocumentation" : "/**The unique identifier for the identified resource.
\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique identifier for the identified resource.
\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IsSuppressed" : {
"documentation" : "Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
",
"name" : "IsSuppressed",
"c2jName" : "isSuppressed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "isSuppressed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "isSuppressed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "isSuppressed",
"marshallLocationName" : "isSuppressed",
"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" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.*/",
"getterDocumentation" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@return Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.*/",
"fluentSetterDocumentation" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Metadata" : {
"documentation" : "Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"name" : "Metadata",
"c2jName" : "metadata",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "metadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "metadata",
"marshallLocationName" : "metadata",
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"getterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@return Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.*/",
"fluentSetterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMetadata(java.util.Collection)} or {@link #withMetadata(java.util.Collection)} if you want to override the existing values.
\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Region" : {
"documentation" : "The AWS region in which the identified resource is located.
",
"name" : "Region",
"c2jName" : "region",
"c2jShape" : "String",
"variable" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS region in which the identified resource is located.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "region",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "region",
"marshallLocationName" : "region",
"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 region in which the identified resource is located.
\n@param region The AWS region in which the identified resource is located.*/",
"getterDocumentation" : "/**The AWS region in which the identified resource is located.
\n@return The AWS region in which the identified resource is located.*/",
"fluentSetterDocumentation" : "/**The AWS region in which the identified resource is located.
\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS region in which the identified resource is located.
\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CaseCreationLimitExceededException" : {
"c2jName" : "CaseCreationLimitExceeded",
"documentation" : "The case creation limit for the account has been exceeded.
",
"shapeName" : "CaseCreationLimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "caseCreationLimitExceededException",
"variableType" : "CaseCreationLimitExceededException",
"variableDeclarationType" : "CaseCreationLimitExceededException",
"documentation" : null,
"variableSetterType" : "CaseCreationLimitExceededException",
"simpleType" : "CaseCreationLimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "CaseCreationLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeCasesRequest" : {
"c2jName" : "DescribeCasesRequest",
"documentation" : "",
"shapeName" : "DescribeCasesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"name" : "CaseIdList",
"c2jName" : "caseIdList",
"c2jShape" : "CaseIdList",
"variable" : {
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseIdList",
"marshallLocationName" : "caseIdList",
"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" : "CaseId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.*/",
"getterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.*/",
"fluentSetterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCaseIdList(java.util.Collection)} or {@link #withCaseIdList(java.util.Collection)} if you want to override the existing values.
\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"name" : "DisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"variable" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "displayId",
"marshallLocationName" : "displayId",
"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 displayed for a case in the AWS Support Center user interface.
\n@param displayId The ID displayed for a case in the AWS Support Center user interface.*/",
"getterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@return The ID displayed for a case in the AWS Support Center user interface.*/",
"fluentSetterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "AfterTime",
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"variable" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "afterTime",
"marshallLocationName" : "afterTime",
"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 start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "BeforeTime",
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"variable" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "beforeTime",
"marshallLocationName" : "beforeTime",
"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 end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"name" : "IncludeResolvedCases",
"c2jName" : "includeResolvedCases",
"c2jShape" : "IncludeResolvedCases",
"variable" : {
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "includeResolvedCases",
"marshallLocationName" : "includeResolvedCases",
"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" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.*/",
"getterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.*/",
"fluentSetterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of results to return before paginating.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"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 maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"fluentSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"name" : "IncludeCommunications",
"c2jName" : "includeCommunications",
"c2jShape" : "IncludeCommunications",
"variable" : {
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "includeCommunications",
"marshallLocationName" : "includeCommunications",
"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" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.*/",
"getterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.*/",
"fluentSetterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeCasesRequest",
"variableType" : "DescribeCasesRequest",
"variableDeclarationType" : "DescribeCasesRequest",
"documentation" : null,
"variableSetterType" : "DescribeCasesRequest",
"simpleType" : "DescribeCasesRequest"
},
"marshaller" : {
"action" : "DescribeCases",
"verb" : "POST",
"target" : "AWSSupport_20130415.DescribeCases",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CaseIdList" : {
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"name" : "CaseIdList",
"c2jName" : "caseIdList",
"c2jShape" : "CaseIdList",
"variable" : {
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "caseIdList",
"marshallLocationName" : "caseIdList",
"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" : "CaseId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.*/",
"getterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.*/",
"fluentSetterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCaseIdList(java.util.Collection)} or {@link #withCaseIdList(java.util.Collection)} if you want to override the existing values.
\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"BeforeTime" : {
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "BeforeTime",
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"variable" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "beforeTime",
"marshallLocationName" : "beforeTime",
"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 end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IncludeResolvedCases" : {
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"name" : "IncludeResolvedCases",
"c2jName" : "includeResolvedCases",
"c2jShape" : "IncludeResolvedCases",
"variable" : {
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "includeResolvedCases",
"marshallLocationName" : "includeResolvedCases",
"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" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.*/",
"getterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.*/",
"fluentSetterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxResults" : {
"documentation" : "The maximum number of results to return before paginating.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"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 maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"fluentSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DisplayId" : {
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"name" : "DisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"variable" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "displayId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "displayId",
"marshallLocationName" : "displayId",
"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 displayed for a case in the AWS Support Center user interface.
\n@param displayId The ID displayed for a case in the AWS Support Center user interface.*/",
"getterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@return The ID displayed for a case in the AWS Support Center user interface.*/",
"fluentSetterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AfterTime" : {
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "AfterTime",
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"variable" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "afterTime",
"marshallLocationName" : "afterTime",
"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 start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IncludeCommunications" : {
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"name" : "IncludeCommunications",
"c2jName" : "includeCommunications",
"c2jShape" : "IncludeCommunications",
"variable" : {
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "includeCommunications",
"marshallLocationName" : "includeCommunications",
"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" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.*/",
"getterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.*/",
"fluentSetterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeCommunicationsRequest" : {
"c2jName" : "DescribeCommunicationsRequest",
"documentation" : "",
"shapeName" : "DescribeCommunicationsRequest",
"deprecated" : false,
"required" : [ "caseId" ],
"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
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "BeforeTime",
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"variable" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "beforeTime",
"marshallLocationName" : "beforeTime",
"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 end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "AfterTime",
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"variable" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "afterTime",
"marshallLocationName" : "afterTime",
"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 start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum number of results to return before paginating.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"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 maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"fluentSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeCommunicationsRequest",
"variableType" : "DescribeCommunicationsRequest",
"variableDeclarationType" : "DescribeCommunicationsRequest",
"documentation" : null,
"variableSetterType" : "DescribeCommunicationsRequest",
"simpleType" : "DescribeCommunicationsRequest"
},
"marshaller" : {
"action" : "DescribeCommunications",
"verb" : "POST",
"target" : "AWSSupport_20130415.DescribeCommunications",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BeforeTime" : {
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "BeforeTime",
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"variable" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "beforeTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "beforeTime",
"marshallLocationName" : "beforeTime",
"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 end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxResults" : {
"documentation" : "The maximum number of results to return before paginating.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"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 maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"fluentSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.\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
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"AfterTime" : {
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"name" : "AfterTime",
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"variable" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "afterTime",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "afterTime",
"marshallLocationName" : "afterTime",
"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 start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"fluentSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AttachmentDetails" : {
"c2jName" : "AttachmentDetails",
"documentation" : "The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
",
"shapeName" : "AttachmentDetails",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the attachment.
",
"name" : "AttachmentId",
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"variable" : {
"variableName" : "attachmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the attachment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "attachmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentId",
"marshallLocationName" : "attachmentId",
"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 the attachment.
\n@param attachmentId The ID of the attachment.*/",
"getterDocumentation" : "/**The ID of the attachment.
\n@return The ID of the attachment.*/",
"fluentSetterDocumentation" : "/**The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The file name of the attachment.
",
"name" : "FileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"variable" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The file name of the attachment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 file name of the attachment.
\n@param fileName The file name of the attachment.*/",
"getterDocumentation" : "/**The file name of the attachment.
\n@return The file name of the attachment.*/",
"fluentSetterDocumentation" : "/**The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "attachmentDetails",
"variableType" : "AttachmentDetails",
"variableDeclarationType" : "AttachmentDetails",
"documentation" : null,
"variableSetterType" : "AttachmentDetails",
"simpleType" : "AttachmentDetails"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"FileName" : {
"documentation" : "The file name of the attachment.
",
"name" : "FileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"variable" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The file name of the attachment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "fileName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 file name of the attachment.
\n@param fileName The file name of the attachment.*/",
"getterDocumentation" : "/**The file name of the attachment.
\n@return The file name of the attachment.*/",
"fluentSetterDocumentation" : "/**The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttachmentId" : {
"documentation" : "The ID of the attachment.
",
"name" : "AttachmentId",
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"variable" : {
"variableName" : "attachmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the attachment.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "attachmentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachmentId",
"marshallLocationName" : "attachmentId",
"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 the attachment.
\n@param attachmentId The ID of the attachment.*/",
"getterDocumentation" : "/**The ID of the attachment.
\n@return The ID of the attachment.*/",
"fluentSetterDocumentation" : "/**The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeServicesRequest" : {
"c2jName" : "DescribeServicesRequest",
"documentation" : "",
"shapeName" : "DescribeServicesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"name" : "ServiceCodeList",
"c2jName" : "serviceCodeList",
"c2jShape" : "ServiceCodeList",
"variable" : {
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "serviceCodeList",
"marshallLocationName" : "serviceCodeList",
"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" : "ServiceCode",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.*/",
"getterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\n@return A JSON-formatted list of service codes available for AWS services.*/",
"fluentSetterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServiceCodeList(java.util.Collection)} or {@link #withServiceCodeList(java.util.Collection)} if you want to override the existing values.
\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeServicesRequest",
"variableType" : "DescribeServicesRequest",
"variableDeclarationType" : "DescribeServicesRequest",
"documentation" : null,
"variableSetterType" : "DescribeServicesRequest",
"simpleType" : "DescribeServicesRequest"
},
"marshaller" : {
"action" : "DescribeServices",
"verb" : "POST",
"target" : "AWSSupport_20130415.DescribeServices",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "language",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"ServiceCodeList" : {
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"name" : "ServiceCodeList",
"c2jName" : "serviceCodeList",
"c2jShape" : "ServiceCodeList",
"variable" : {
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "serviceCodeList",
"marshallLocationName" : "serviceCodeList",
"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" : "ServiceCode",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.*/",
"getterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\n@return A JSON-formatted list of service codes available for AWS services.*/",
"fluentSetterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setServiceCodeList(java.util.Collection)} or {@link #withServiceCodeList(java.util.Collection)} if you want to override the existing values.
\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeCommunicationsResult" : {
"c2jName" : "DescribeCommunicationsResponse",
"documentation" : "The communications returned by the DescribeCommunications operation.
",
"shapeName" : "DescribeCommunicationsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The communications for the case.
",
"name" : "Communications",
"c2jName" : "communications",
"c2jShape" : "CommunicationList",
"variable" : {
"variableName" : "communications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The communications for the case.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "communications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "communications",
"marshallLocationName" : "communications",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Communication",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Communication",
"variable" : {
"variableName" : "member",
"variableType" : "Communication",
"variableDeclarationType" : "Communication",
"documentation" : "",
"variableSetterType" : "Communication",
"simpleType" : "Communication"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Communication",
"variableDeclarationType" : "Communication",
"documentation" : "",
"variableSetterType" : "Communication",
"simpleType" : "Communication"
},
"getterModel" : {
"returnType" : "Communication",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "Communication"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The communications for the case.
\n@param communications The communications for the case.*/",
"getterDocumentation" : "/**The communications for the case.
\n@return The communications for the case.*/",
"fluentSetterDocumentation" : "/**The communications for the case.
\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The communications for the case.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCommunications(java.util.Collection)} or {@link #withCommunications(java.util.Collection)} if you want to override the existing values.
\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeCommunicationsResult",
"variableType" : "DescribeCommunicationsResult",
"variableDeclarationType" : "DescribeCommunicationsResult",
"documentation" : null,
"variableSetterType" : "DescribeCommunicationsResult",
"simpleType" : "DescribeCommunicationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "A resumption point for pagination.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A resumption point for pagination.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"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" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"fluentSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Communications" : {
"documentation" : "The communications for the case.
",
"name" : "Communications",
"c2jName" : "communications",
"c2jShape" : "CommunicationList",
"variable" : {
"variableName" : "communications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The communications for the case.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "communications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "communications",
"marshallLocationName" : "communications",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Communication",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Communication",
"variable" : {
"variableName" : "member",
"variableType" : "Communication",
"variableDeclarationType" : "Communication",
"documentation" : "",
"variableSetterType" : "Communication",
"simpleType" : "Communication"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Communication",
"variableDeclarationType" : "Communication",
"documentation" : "",
"variableSetterType" : "Communication",
"simpleType" : "Communication"
},
"getterModel" : {
"returnType" : "Communication",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "Communication"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The communications for the case.
\n@param communications The communications for the case.*/",
"getterDocumentation" : "/**The communications for the case.
\n@return The communications for the case.*/",
"fluentSetterDocumentation" : "/**The communications for the case.
\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The communications for the case.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCommunications(java.util.Collection)} or {@link #withCommunications(java.util.Collection)} if you want to override the existing values.
\n@param communications The communications for the case.\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.
",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary",
"simpleType" : "TrustedAdvisorCostOptimizingSummary"
},
"setterModel" : {
"variableName" : "costOptimizing",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary",
"simpleType" : "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,
"variableSetterType" : "TrustedAdvisorCategorySpecificSummary",
"simpleType" : "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.
",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary",
"simpleType" : "TrustedAdvisorCostOptimizingSummary"
},
"setterModel" : {
"variableName" : "costOptimizing",
"variableType" : "TrustedAdvisorCostOptimizingSummary",
"variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary",
"documentation" : "",
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary",
"simpleType" : "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.*/"
}
}
},
"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.
",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"variableSetterType" : "Double",
"simpleType" : "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.
",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedPercentMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"variableSetterType" : "Double",
"simpleType" : "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,
"variableSetterType" : "TrustedAdvisorCostOptimizingSummary",
"simpleType" : "TrustedAdvisorCostOptimizingSummary"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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.
",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"variableSetterType" : "Double",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"setterModel" : {
"variableName" : "estimatedPercentMonthlySavings",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"variableSetterType" : "Double",
"simpleType" : "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.*/"
}
}
},
"AttachmentIdNotFoundException" : {
"c2jName" : "AttachmentIdNotFound",
"documentation" : "An attachment with the specified ID could not be found.
",
"shapeName" : "AttachmentIdNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "attachmentIdNotFoundException",
"variableType" : "AttachmentIdNotFoundException",
"variableDeclarationType" : "AttachmentIdNotFoundException",
"documentation" : null,
"variableSetterType" : "AttachmentIdNotFoundException",
"simpleType" : "AttachmentIdNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "AttachmentIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeTrustedAdvisorCheckSummariesResult" : {
"c2jName" : "DescribeTrustedAdvisorCheckSummariesResponse",
"documentation" : "The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
",
"shapeName" : "DescribeTrustedAdvisorCheckSummariesResult",
"deprecated" : false,
"required" : [ "summaries" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The summary information for the requested Trusted Advisor checks.
",
"name" : "Summaries",
"c2jName" : "summaries",
"c2jShape" : "TrustedAdvisorCheckSummaryList",
"variable" : {
"variableName" : "summaries",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The summary information for the requested Trusted Advisor checks.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "summaries",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "summaries",
"marshallLocationName" : "summaries",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TrustedAdvisorCheckSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TrustedAdvisorCheckSummary",
"variable" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckSummary",
"variableDeclarationType" : "TrustedAdvisorCheckSummary",
"documentation" : "",
"variableSetterType" : "TrustedAdvisorCheckSummary",
"simpleType" : "TrustedAdvisorCheckSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckSummary",
"variableDeclarationType" : "TrustedAdvisorCheckSummary",
"documentation" : "",
"variableSetterType" : "TrustedAdvisorCheckSummary",
"simpleType" : "TrustedAdvisorCheckSummary"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCheckSummary",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "TrustedAdvisorCheckSummary"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\n@param summaries The summary information for the requested Trusted Advisor checks.*/",
"getterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\n@return The summary information for the requested Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\n@param summaries The summary information for the requested Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSummaries(java.util.Collection)} or {@link #withSummaries(java.util.Collection)} if you want to override the existing values.
\n@param summaries The summary information for the requested Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTrustedAdvisorCheckSummariesResult",
"variableType" : "DescribeTrustedAdvisorCheckSummariesResult",
"variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesResult",
"documentation" : null,
"variableSetterType" : "DescribeTrustedAdvisorCheckSummariesResult",
"simpleType" : "DescribeTrustedAdvisorCheckSummariesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Summaries" : {
"documentation" : "The summary information for the requested Trusted Advisor checks.
",
"name" : "Summaries",
"c2jName" : "summaries",
"c2jShape" : "TrustedAdvisorCheckSummaryList",
"variable" : {
"variableName" : "summaries",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The summary information for the requested Trusted Advisor checks.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "summaries",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "summaries",
"marshallLocationName" : "summaries",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TrustedAdvisorCheckSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TrustedAdvisorCheckSummary",
"variable" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckSummary",
"variableDeclarationType" : "TrustedAdvisorCheckSummary",
"documentation" : "",
"variableSetterType" : "TrustedAdvisorCheckSummary",
"simpleType" : "TrustedAdvisorCheckSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TrustedAdvisorCheckSummary",
"variableDeclarationType" : "TrustedAdvisorCheckSummary",
"documentation" : "",
"variableSetterType" : "TrustedAdvisorCheckSummary",
"simpleType" : "TrustedAdvisorCheckSummary"
},
"getterModel" : {
"returnType" : "TrustedAdvisorCheckSummary",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "TrustedAdvisorCheckSummary"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\n@param summaries The summary information for the requested Trusted Advisor checks.*/",
"getterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\n@return The summary information for the requested Trusted Advisor checks.*/",
"fluentSetterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\n@param summaries The summary information for the requested Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The summary information for the requested Trusted Advisor checks.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSummaries(java.util.Collection)} or {@link #withSummaries(java.util.Collection)} if you want to override the existing values.
\n@param summaries The summary information for the requested 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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "severityLevels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "SeverityLevel",
"simpleType" : "SeverityLevel"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : "",
"variableSetterType" : "SeverityLevel",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "SeverityLevel"
},
"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,
"variableSetterType" : "DescribeSeverityLevelsResult",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "severityLevels",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "SeverityLevel",
"simpleType" : "SeverityLevel"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SeverityLevel",
"variableDeclarationType" : "SeverityLevel",
"documentation" : "",
"variableSetterType" : "SeverityLevel",
"simpleType" : "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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simpleType" : "SeverityLevel"
},
"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.*/"
}
}
},
"ResolveCaseResult" : {
"c2jName" : "ResolveCaseResponse",
"documentation" : "The status of the case returned by the ResolveCase operation.
",
"shapeName" : "ResolveCaseResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The status of the case when the ResolveCase request was sent.
",
"name" : "InitialCaseStatus",
"c2jName" : "initialCaseStatus",
"c2jShape" : "CaseStatus",
"variable" : {
"variableName" : "initialCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the case when the ResolveCase request was sent.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "initialCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initialCaseStatus",
"marshallLocationName" : "initialCaseStatus",
"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 status of the case when the ResolveCase request was sent.
\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.*/",
"getterDocumentation" : "/**The status of the case when the ResolveCase request was sent.
\n@return The status of the case when the ResolveCase request was sent.*/",
"fluentSetterDocumentation" : "/**The status of the case when the ResolveCase request was sent.
\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the case when the ResolveCase request was sent.
\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the case after the ResolveCase request was processed.
",
"name" : "FinalCaseStatus",
"c2jName" : "finalCaseStatus",
"c2jShape" : "CaseStatus",
"variable" : {
"variableName" : "finalCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the case after the ResolveCase request was processed.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "finalCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "finalCaseStatus",
"marshallLocationName" : "finalCaseStatus",
"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 status of the case after the ResolveCase request was processed.
\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.*/",
"getterDocumentation" : "/**The status of the case after the ResolveCase request was processed.
\n@return The status of the case after the ResolveCase request was processed.*/",
"fluentSetterDocumentation" : "/**The status of the case after the ResolveCase request was processed.
\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the case after the ResolveCase request was processed.
\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "resolveCaseResult",
"variableType" : "ResolveCaseResult",
"variableDeclarationType" : "ResolveCaseResult",
"documentation" : null,
"variableSetterType" : "ResolveCaseResult",
"simpleType" : "ResolveCaseResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"InitialCaseStatus" : {
"documentation" : "The status of the case when the ResolveCase request was sent.
",
"name" : "InitialCaseStatus",
"c2jName" : "initialCaseStatus",
"c2jShape" : "CaseStatus",
"variable" : {
"variableName" : "initialCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the case when the ResolveCase request was sent.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "initialCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initialCaseStatus",
"marshallLocationName" : "initialCaseStatus",
"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 status of the case when the ResolveCase request was sent.
\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.*/",
"getterDocumentation" : "/**The status of the case when the ResolveCase request was sent.
\n@return The status of the case when the ResolveCase request was sent.*/",
"fluentSetterDocumentation" : "/**The status of the case when the ResolveCase request was sent.
\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the case when the ResolveCase request was sent.
\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FinalCaseStatus" : {
"documentation" : "The status of the case after the ResolveCase request was processed.
",
"name" : "FinalCaseStatus",
"c2jName" : "finalCaseStatus",
"c2jShape" : "CaseStatus",
"variable" : {
"variableName" : "finalCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the case after the ResolveCase request was processed.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "finalCaseStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "finalCaseStatus",
"marshallLocationName" : "finalCaseStatus",
"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 status of the case after the ResolveCase request was processed.
\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.*/",
"getterDocumentation" : "/**The status of the case after the ResolveCase request was processed.
\n@return The status of the case after the ResolveCase request was processed.*/",
"fluentSetterDocumentation" : "/**The status of the case after the ResolveCase request was processed.
\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The status of the case after the ResolveCase request was processed.
\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AttachmentSetExpiredException" : {
"c2jName" : "AttachmentSetExpired",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
",
"shapeName" : "AttachmentSetExpiredException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "attachmentSetExpiredException",
"variableType" : "AttachmentSetExpiredException",
"variableDeclarationType" : "AttachmentSetExpiredException",
"documentation" : null,
"variableSetterType" : "AttachmentSetExpiredException",
"simpleType" : "AttachmentSetExpiredException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "AttachmentSetExpired",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AttachmentLimitExceededException" : {
"c2jName" : "AttachmentLimitExceeded",
"documentation" : "The limit for the number of attachment sets created in a short period of time has been exceeded.
",
"shapeName" : "AttachmentLimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "attachmentLimitExceededException",
"variableType" : "AttachmentLimitExceededException",
"variableDeclarationType" : "AttachmentLimitExceededException",
"documentation" : null,
"variableSetterType" : "AttachmentLimitExceededException",
"simpleType" : "AttachmentLimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "AttachmentLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateCaseResult" : {
"c2jName" : "CreateCaseResponse",
"documentation" : "The AWS Support case ID returned by a successful completion of the CreateCase operation.
",
"shapeName" : "CreateCaseResult",
"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
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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" : "createCaseResult",
"variableType" : "CreateCaseResult",
"variableDeclarationType" : "CreateCaseResult",
"documentation" : null,
"variableSetterType" : "CreateCaseResult",
"simpleType" : "CreateCaseResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"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
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "caseId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"AddAttachmentsToSetRequest" : {
"c2jName" : "AddAttachmentsToSetRequest",
"documentation" : "",
"shapeName" : "AddAttachmentsToSetRequest",
"deprecated" : false,
"required" : [ "attachments" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the 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.
",
"name" : "AttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"variable" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the 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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "attachmentSetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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 the 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.
\n@param attachmentSetId The ID of the 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.*/",
"getterDocumentation" : "/**The ID of the 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.
\n@return The ID of the 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.*/",
"fluentSetterDocumentation" : "/**The ID of the 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.
\n@param attachmentSetId The ID of the 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the 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.
\n@param attachmentSetId The ID of the 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"name" : "Attachments",
"c2jName" : "attachments",
"c2jShape" : "Attachments",
"variable" : {
"variableName" : "attachments",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "attachments",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "attachments",
"marshallLocationName" : "attachments",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Attachment",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Attachment",
"variable" : {
"variableName" : "member",
"variableType" : "Attachment",
"variableDeclarationType" : "Attachment",
"documentation" : "",
"variableSetterType" : "Attachment",
"simpleType" : "Attachment"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Attachment",
"variableDeclarationType" : "Attachment",
"documentation" : "",
"variableSetterType" : "Attachment",
"simpleType" : "Attachment"
},
"getterModel" : {
"returnType" : "Attachment",
"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,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList