'2013-04-15', 'endpointPrefix' => 'support', 'serviceFullName' => 'AWS Support', 'serviceType' => 'json', 'jsonVersion' => '1.1', 'targetPrefix' => 'AWSSupport_20130415.', 'signatureVersion' => 'v4', 'namespace' => 'Support', 'regions' => array( 'us-east-1' => array( 'http' => false, 'https' => true, 'hostname' => 'support.us-east-1.amazonaws.com', ), ), 'operations' => array( 'AddAttachmentsToSet' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'AddAttachmentsToSetResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.AddAttachmentsToSet', ), 'attachmentSetId' => array( 'type' => 'string', 'location' => 'json', ), 'attachments' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Attachment', 'type' => 'object', 'properties' => array( 'fileName' => array( 'type' => 'string', ), 'data' => array( 'type' => 'string', 'filters' => array( 'base64_encode', ), ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'An attachment set with the specified ID could not be found.', 'class' => 'AttachmentSetIdNotFoundException', ), array( 'reason' => 'The expiration time of the attachment set has passed. The set expires 1 hour after it is created.', 'class' => 'AttachmentSetExpiredException', ), array( 'reason' => 'A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.', 'class' => 'AttachmentSetSizeLimitExceededException', ), array( 'reason' => 'The limit for the number of attachment sets created in a short period of time has been exceeded.', 'class' => 'AttachmentLimitExceededException', ), ), ), 'AddCommunicationToCase' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'AddCommunicationToCaseResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.AddCommunicationToCase', ), 'caseId' => array( 'type' => 'string', 'location' => 'json', ), 'communicationBody' => array( 'required' => true, 'type' => 'string', 'location' => 'json', 'minLength' => 1, ), 'ccEmailAddresses' => array( 'type' => 'array', 'location' => 'json', 'maxItems' => 10, 'items' => array( 'name' => 'CcEmailAddress', 'type' => 'string', ), ), 'attachmentSetId' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'The requested CaseId could not be located.', 'class' => 'CaseIdNotFoundException', ), array( 'reason' => 'An attachment set with the specified ID could not be found.', 'class' => 'AttachmentSetIdNotFoundException', ), array( 'reason' => 'The expiration time of the attachment set has passed. The set expires 1 hour after it is created.', 'class' => 'AttachmentSetExpiredException', ), ), ), 'CreateCase' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'CreateCaseResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.CreateCase', ), 'subject' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'serviceCode' => array( 'type' => 'string', 'location' => 'json', ), 'severityCode' => array( 'type' => 'string', 'location' => 'json', ), 'categoryCode' => array( 'type' => 'string', 'location' => 'json', ), 'communicationBody' => array( 'required' => true, 'type' => 'string', 'location' => 'json', 'minLength' => 1, ), 'ccEmailAddresses' => array( 'type' => 'array', 'location' => 'json', 'maxItems' => 10, 'items' => array( 'name' => 'CcEmailAddress', 'type' => 'string', ), ), 'language' => array( 'type' => 'string', 'location' => 'json', ), 'issueType' => array( 'type' => 'string', 'location' => 'json', ), 'attachmentSetId' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'The case creation limit for the account has been exceeded.', 'class' => 'CaseCreationLimitExceededException', ), array( 'reason' => 'An attachment set with the specified ID could not be found.', 'class' => 'AttachmentSetIdNotFoundException', ), array( 'reason' => 'The expiration time of the attachment set has passed. The set expires 1 hour after it is created.', 'class' => 'AttachmentSetExpiredException', ), ), ), 'DescribeAttachment' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeAttachmentResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeAttachment', ), 'attachmentId' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.', 'class' => 'DescribeAttachmentLimitExceededException', ), array( 'reason' => 'An attachment with the specified ID could not be found.', 'class' => 'AttachmentIdNotFoundException', ), ), ), 'DescribeCases' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeCasesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeCases', ), 'caseIdList' => array( 'type' => 'array', 'location' => 'json', 'maxItems' => 100, 'items' => array( 'name' => 'CaseId', 'type' => 'string', ), ), 'displayId' => array( 'type' => 'string', 'location' => 'json', ), 'afterTime' => array( 'type' => 'string', 'location' => 'json', ), 'beforeTime' => array( 'type' => 'string', 'location' => 'json', ), 'includeResolvedCases' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', 'minimum' => 10, 'maximum' => 100, ), 'language' => array( 'type' => 'string', 'location' => 'json', ), 'includeCommunications' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'The requested CaseId could not be located.', 'class' => 'CaseIdNotFoundException', ), ), ), 'DescribeCommunications' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeCommunicationsResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeCommunications', ), 'caseId' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'beforeTime' => array( 'type' => 'string', 'location' => 'json', ), 'afterTime' => array( 'type' => 'string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', 'minimum' => 10, 'maximum' => 100, ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'The requested CaseId could not be located.', 'class' => 'CaseIdNotFoundException', ), ), ), 'DescribeServices' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeServicesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeServices', ), 'serviceCodeList' => array( 'type' => 'array', 'location' => 'json', 'maxItems' => 100, 'items' => array( 'name' => 'ServiceCode', 'type' => 'string', ), ), 'language' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'DescribeSeverityLevels' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeSeverityLevelsResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeSeverityLevels', ), 'language' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'DescribeTrustedAdvisorCheckRefreshStatuses' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeTrustedAdvisorCheckRefreshStatusesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeTrustedAdvisorCheckRefreshStatuses', ), 'checkIds' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'DescribeTrustedAdvisorCheckResult' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeTrustedAdvisorCheckResultResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeTrustedAdvisorCheckResult', ), 'checkId' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'language' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'DescribeTrustedAdvisorCheckSummaries' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeTrustedAdvisorCheckSummariesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeTrustedAdvisorCheckSummaries', ), 'checkIds' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'DescribeTrustedAdvisorChecks' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeTrustedAdvisorChecksResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.DescribeTrustedAdvisorChecks', ), 'language' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'RefreshTrustedAdvisorCheck' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'RefreshTrustedAdvisorCheckResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.RefreshTrustedAdvisorCheck', ), 'checkId' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), ), ), 'ResolveCase' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ResolveCaseResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AWSSupport_20130415.ResolveCase', ), 'caseId' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'An internal server error occurred.', 'class' => 'InternalServerErrorException', ), array( 'reason' => 'The requested CaseId could not be located.', 'class' => 'CaseIdNotFoundException', ), ), ), ), 'models' => array( 'AddAttachmentsToSetResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'attachmentSetId' => array( 'type' => 'string', 'location' => 'json', ), 'expiryTime' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'AddCommunicationToCaseResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'result' => array( 'type' => 'boolean', 'location' => 'json', ), ), ), 'CreateCaseResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'caseId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'DescribeAttachmentResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'attachment' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'fileName' => array( 'type' => 'string', ), 'data' => array( 'type' => 'string', 'filters' => array( 'base64_decode', ), ), ), ), ), ), 'DescribeCasesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'cases' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'CaseDetails', 'type' => 'object', 'properties' => array( 'caseId' => array( 'type' => 'string', ), 'displayId' => array( 'type' => 'string', ), 'subject' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'serviceCode' => array( 'type' => 'string', ), 'categoryCode' => array( 'type' => 'string', ), 'severityCode' => array( 'type' => 'string', ), 'submittedBy' => array( 'type' => 'string', ), 'timeCreated' => array( 'type' => 'string', ), 'recentCommunications' => array( 'type' => 'object', 'properties' => array( 'communications' => array( 'type' => 'array', 'items' => array( 'name' => 'Communication', 'type' => 'object', 'properties' => array( 'caseId' => array( 'type' => 'string', ), 'body' => array( 'type' => 'string', ), 'submittedBy' => array( 'type' => 'string', ), 'timeCreated' => array( 'type' => 'string', ), 'attachmentSet' => array( 'type' => 'array', 'items' => array( 'name' => 'AttachmentDetails', 'type' => 'object', 'properties' => array( 'attachmentId' => array( 'type' => 'string', ), 'fileName' => array( 'type' => 'string', ), ), ), ), ), ), ), 'nextToken' => array( 'type' => 'string', ), ), ), 'ccEmailAddresses' => array( 'type' => 'array', 'items' => array( 'name' => 'CcEmailAddress', 'type' => 'string', ), ), 'language' => array( 'type' => 'string', ), ), ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'DescribeCommunicationsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'communications' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Communication', 'type' => 'object', 'properties' => array( 'caseId' => array( 'type' => 'string', ), 'body' => array( 'type' => 'string', ), 'submittedBy' => array( 'type' => 'string', ), 'timeCreated' => array( 'type' => 'string', ), 'attachmentSet' => array( 'type' => 'array', 'items' => array( 'name' => 'AttachmentDetails', 'type' => 'object', 'properties' => array( 'attachmentId' => array( 'type' => 'string', ), 'fileName' => array( 'type' => 'string', ), ), ), ), ), ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'DescribeServicesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'services' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Service', 'type' => 'object', 'properties' => array( 'code' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), 'categories' => array( 'type' => 'array', 'items' => array( 'name' => 'Category', 'type' => 'object', 'properties' => array( 'code' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'DescribeSeverityLevelsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'severityLevels' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'SeverityLevel', 'type' => 'object', 'properties' => array( 'code' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), ), ), ), ), ), 'DescribeTrustedAdvisorCheckRefreshStatusesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'statuses' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'TrustedAdvisorCheckRefreshStatus', 'type' => 'object', 'properties' => array( 'checkId' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'millisUntilNextRefreshable' => array( 'type' => 'numeric', ), ), ), ), ), ), 'DescribeTrustedAdvisorCheckResultResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'result' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'checkId' => array( 'type' => 'string', ), 'timestamp' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'resourcesSummary' => array( 'type' => 'object', 'properties' => array( 'resourcesProcessed' => array( 'type' => 'numeric', ), 'resourcesFlagged' => array( 'type' => 'numeric', ), 'resourcesIgnored' => array( 'type' => 'numeric', ), 'resourcesSuppressed' => array( 'type' => 'numeric', ), ), ), 'categorySpecificSummary' => array( 'type' => 'object', 'properties' => array( 'costOptimizing' => array( 'type' => 'object', 'properties' => array( 'estimatedMonthlySavings' => array( 'type' => 'numeric', ), 'estimatedPercentMonthlySavings' => array( 'type' => 'numeric', ), ), ), ), ), 'flaggedResources' => array( 'type' => 'array', 'items' => array( 'name' => 'TrustedAdvisorResourceDetail', 'type' => 'object', 'properties' => array( 'status' => array( 'type' => 'string', ), 'region' => array( 'type' => 'string', ), 'resourceId' => array( 'type' => 'string', ), 'isSuppressed' => array( 'type' => 'boolean', ), 'metadata' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), ), ), ), ), ), ), 'DescribeTrustedAdvisorCheckSummariesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'summaries' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'TrustedAdvisorCheckSummary', 'type' => 'object', 'properties' => array( 'checkId' => array( 'type' => 'string', ), 'timestamp' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'hasFlaggedResources' => array( 'type' => 'boolean', ), 'resourcesSummary' => array( 'type' => 'object', 'properties' => array( 'resourcesProcessed' => array( 'type' => 'numeric', ), 'resourcesFlagged' => array( 'type' => 'numeric', ), 'resourcesIgnored' => array( 'type' => 'numeric', ), 'resourcesSuppressed' => array( 'type' => 'numeric', ), ), ), 'categorySpecificSummary' => array( 'type' => 'object', 'properties' => array( 'costOptimizing' => array( 'type' => 'object', 'properties' => array( 'estimatedMonthlySavings' => array( 'type' => 'numeric', ), 'estimatedPercentMonthlySavings' => array( 'type' => 'numeric', ), ), ), ), ), ), ), ), ), ), 'DescribeTrustedAdvisorChecksResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'checks' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'TrustedAdvisorCheckDescription', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), 'description' => array( 'type' => 'string', ), 'category' => array( 'type' => 'string', ), 'metadata' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), ), ), ), ), 'RefreshTrustedAdvisorCheckResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'status' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'checkId' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'millisUntilNextRefreshable' => array( 'type' => 'numeric', ), ), ), ), ), 'ResolveCaseResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'initialCaseStatus' => array( 'type' => 'string', 'location' => 'json', ), 'finalCaseStatus' => array( 'type' => 'string', 'location' => 'json', ), ), ), ), 'iterators' => array( 'DescribeCases' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'cases', ), 'DescribeCommunications' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'communications', ), 'DescribeServices' => array( 'result_key' => 'services', ), 'DescribeTrustedAdvisorCheckRefreshStatuses' => array( 'result_key' => 'statuses', ), 'DescribeTrustedAdvisorCheckSummaries' => array( 'result_key' => 'summaries', ), 'DescribeSeverityLevels' => array( 'result_key' => 'severityLevelsList', ), 'DescribeTrustedAdvisorChecks' => array( 'result_key' => 'checks', ), ), );