Packages

package support

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. support
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AddAttachmentsToSetRequest extends Object

    Annotations
    @RawJSType() @native()
  2. trait AddAttachmentsToSetResponse extends Object

    The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

    The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

    Annotations
    @RawJSType() @native()
  3. trait AddCommunicationToCaseRequest extends Object

    To be written.

    To be written.

    Annotations
    @RawJSType() @native()
  4. trait AddCommunicationToCaseResponse extends Object

    The result of the AddCommunicationToCase operation.

    The result of the AddCommunicationToCase operation.

    Annotations
    @RawJSType() @native()
  5. type AfterTime = String
  6. trait Attachment extends Object

    An attachment to a case communication.

    An attachment to a case communication. The attachment consists of the file name and the content of the file.

    Annotations
    @RawJSType() @native()
  7. trait AttachmentDetails extends Object

    The file name and ID of an attachment to a case communication.

    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.

    Annotations
    @RawJSType() @native()
  8. type AttachmentId = String
  9. trait AttachmentIdNotFoundException extends Object

    An attachment with the specified ID could not be found.

    An attachment with the specified ID could not be found.

    Annotations
    @RawJSType() @native()
  10. trait AttachmentLimitExceededException extends Object

    The limit for the number of attachment sets created in a short period of time has been exceeded.

    The limit for the number of attachment sets created in a short period of time has been exceeded.

    Annotations
    @RawJSType() @native()
  11. type AttachmentSet = Array[AttachmentDetails]
  12. trait AttachmentSetExpiredException extends Object

    The expiration time of the attachment set has passed.

    The expiration time of the attachment set has passed. The set expires 1 hour after it is created.

    Annotations
    @RawJSType() @native()
  13. type AttachmentSetId = String
  14. trait AttachmentSetIdNotFoundException extends Object

    An attachment set with the specified ID could not be found.

    An attachment set with the specified ID could not be found.

    Annotations
    @RawJSType() @native()
  15. trait AttachmentSetSizeLimitExceededException extends Object

    A limit for the size of an attachment set has been exceeded.

    A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.

    Annotations
    @RawJSType() @native()
  16. type Attachments = Array[Attachment]
  17. type BeforeTime = String
  18. trait CaseCreationLimitExceededException extends Object

    The case creation limit for the account has been exceeded.

    The case creation limit for the account has been exceeded.

    Annotations
    @RawJSType() @native()
  19. trait CaseDetails extends Object

    A JSON-formatted object that contains the metadata for a support case.

    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.

    Annotations
    @RawJSType() @native()
  20. type CaseId = String
  21. type CaseIdList = Array[CaseId]
  22. trait CaseIdNotFoundException extends Object

    The requested caseId could not be located.

    The requested caseId could not be located.

    Annotations
    @RawJSType() @native()
  23. type CaseList = Array[CaseDetails]
  24. type CaseStatus = String
  25. trait Category extends Object

    A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.

    A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.

    Annotations
    @RawJSType() @native()
  26. type CategoryCode = String
  27. type CategoryList = Array[Category]
  28. type CategoryName = String
  29. type CcEmailAddress = String
  30. type CcEmailAddressList = Array[CcEmailAddress]
  31. trait Communication extends Object

    A communication associated with an AWS Support case.

    A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the account email address, and the date and time of the communication.

    Annotations
    @RawJSType() @native()
  32. type CommunicationBody = String
  33. type CommunicationList = Array[Communication]
  34. trait CreateCaseRequest extends Object

    Annotations
    @RawJSType() @native()
  35. trait CreateCaseResponse extends Object

    The AWS Support case ID returned by a successful completion of the CreateCase operation.

    The AWS Support case ID returned by a successful completion of the CreateCase operation.

    Annotations
    @RawJSType() @native()
  36. type Data = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
  37. trait DescribeAttachmentLimitExceededException extends Object

    The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.

    The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.

    Annotations
    @RawJSType() @native()
  38. trait DescribeAttachmentRequest extends Object
    Annotations
    @RawJSType() @native()
  39. trait DescribeAttachmentResponse extends Object

    The content and file name of the attachment returned by the DescribeAttachment operation.

    The content and file name of the attachment returned by the DescribeAttachment operation.

    Annotations
    @RawJSType() @native()
  40. trait DescribeCasesRequest extends Object

    Annotations
    @RawJSType() @native()
  41. trait DescribeCasesResponse extends Object

    Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

    Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

    Annotations
    @RawJSType() @native()
  42. trait DescribeCommunicationsRequest extends Object

    Annotations
    @RawJSType() @native()
  43. trait DescribeCommunicationsResponse extends Object

    The communications returned by the DescribeCommunications operation.

    The communications returned by the DescribeCommunications operation.

    Annotations
    @RawJSType() @native()
  44. trait DescribeServicesRequest extends Object

    Annotations
    @RawJSType() @native()
  45. trait DescribeServicesResponse extends Object

    The list of AWS services returned by the DescribeServices operation.

    The list of AWS services returned by the DescribeServices operation.

    Annotations
    @RawJSType() @native()
  46. trait DescribeSeverityLevelsRequest extends Object

    Annotations
    @RawJSType() @native()
  47. trait DescribeSeverityLevelsResponse extends Object

    The list of severity levels returned by the DescribeSeverityLevels operation.

    The list of severity levels returned by the DescribeSeverityLevels operation.

    Annotations
    @RawJSType() @native()
  48. trait DescribeTrustedAdvisorCheckRefreshStatusesRequest extends Object

    Annotations
    @RawJSType() @native()
  49. trait DescribeTrustedAdvisorCheckRefreshStatusesResponse extends Object

    The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.

    The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.

    Annotations
    @RawJSType() @native()
  50. trait DescribeTrustedAdvisorCheckResultRequest extends Object

    Annotations
    @RawJSType() @native()
  51. trait DescribeTrustedAdvisorCheckResultResponse extends Object

    The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.

    The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.

    Annotations
    @RawJSType() @native()
  52. trait DescribeTrustedAdvisorCheckSummariesRequest extends Object

    Annotations
    @RawJSType() @native()
  53. trait DescribeTrustedAdvisorCheckSummariesResponse extends Object

    The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.

    The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.

    Annotations
    @RawJSType() @native()
  54. trait DescribeTrustedAdvisorChecksRequest extends Object

    Annotations
    @RawJSType() @native()
  55. trait DescribeTrustedAdvisorChecksResponse extends Object

    Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.

    Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.

    Annotations
    @RawJSType() @native()
  56. type DisplayId = String
  57. type ErrorMessage = String
  58. type ExpiryTime = String
  59. type FileName = String
  60. type IncludeCommunications = Boolean
  61. type IncludeResolvedCases = Boolean
  62. trait InternalServerErrorException extends Object

    An internal server error occurred.

    An internal server error occurred.

    Annotations
    @RawJSType() @native()
  63. type IssueType = String
  64. type Language = String
  65. type MaxResults = Int
  66. type NextToken = String
  67. trait RecentCaseCommunications extends Object

    The five most recent communications associated with the case.

    The five most recent communications associated with the case.

    Annotations
    @RawJSType() @native()
  68. trait RefreshTrustedAdvisorCheckRequest extends Object

    Annotations
    @RawJSType() @native()
  69. trait RefreshTrustedAdvisorCheckResponse extends Object

    The current refresh status of a Trusted Advisor check.

    The current refresh status of a Trusted Advisor check.

    Annotations
    @RawJSType() @native()
  70. trait ResolveCaseRequest extends Object

    Annotations
    @RawJSType() @native()
  71. trait ResolveCaseResponse extends Object

    The status of the case returned by the ResolveCase operation.

    The status of the case returned by the ResolveCase operation.

    Annotations
    @RawJSType() @native()
  72. type Result = Boolean
  73. trait Service extends Object

    Information about an AWS service returned by the DescribeServices operation.

    Information about an AWS service returned by the DescribeServices operation.

    Annotations
    @RawJSType() @native()
  74. type ServiceCode = String
  75. type ServiceCodeList = Array[ServiceCode]
  76. type ServiceList = Array[Service]
  77. type ServiceName = String
  78. type SeverityCode = String
  79. trait SeverityLevel extends Object

    A code and name pair that represent a severity level that can be applied to a support case.

    A code and name pair that represent a severity level that can be applied to a support case.

    Annotations
    @RawJSType() @native()
  80. type SeverityLevelCode = String
  81. type SeverityLevelName = String
  82. type SeverityLevelsList = Array[SeverityLevel]
  83. type Status = String
  84. type StringList = Array[String]
  85. type Subject = String
  86. type SubmittedBy = String
  87. class Support extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Support" )
  88. implicit final class SupportOps extends AnyVal
  89. type TimeCreated = String
  90. trait TrustedAdvisorCategorySpecificSummary extends Object

    The container for summary information that relates to the category of the Trusted Advisor check.

    The container for summary information that relates to the category of the Trusted Advisor check.

    Annotations
    @RawJSType() @native()
  91. trait TrustedAdvisorCheckDescription extends Object

    The description and metadata for a Trusted Advisor check.

    The description and metadata for a Trusted Advisor check.

    Annotations
    @RawJSType() @native()
  92. type TrustedAdvisorCheckList = Array[TrustedAdvisorCheckDescription]
  93. trait TrustedAdvisorCheckRefreshStatus extends Object

    The refresh status of a Trusted Advisor check.

    The refresh status of a Trusted Advisor check.

    Annotations
    @RawJSType() @native()
  94. type TrustedAdvisorCheckRefreshStatusList = Array[TrustedAdvisorCheckRefreshStatus]
  95. trait TrustedAdvisorCheckResult extends Object

    The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

    The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

    Annotations
    @RawJSType() @native()
  96. trait TrustedAdvisorCheckSummary extends Object

    A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

    A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

    Annotations
    @RawJSType() @native()
  97. type TrustedAdvisorCheckSummaryList = Array[TrustedAdvisorCheckSummary]
  98. trait TrustedAdvisorCostOptimizingSummary extends Object

    The estimated cost savings that might be realized if the recommended actions are taken.

    The estimated cost savings that might be realized if the recommended actions are taken.

    Annotations
    @RawJSType() @native()
  99. trait TrustedAdvisorResourceDetail extends Object

    Contains information about a resource identified by a Trusted Advisor check.

    Contains information about a resource identified by a Trusted Advisor check.

    Annotations
    @RawJSType() @native()
  100. type TrustedAdvisorResourceDetailList = Array[TrustedAdvisorResourceDetail]
  101. trait TrustedAdvisorResourcesSummary extends Object

    Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

    Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

    Annotations
    @RawJSType() @native()

Value Members

  1. object AddAttachmentsToSetRequest
  2. object AddAttachmentsToSetResponse
  3. object AddCommunicationToCaseRequest
  4. object AddCommunicationToCaseResponse
  5. object Attachment
  6. object AttachmentDetails
  7. object CaseDetails
  8. object Category
  9. object Communication
  10. object CreateCaseRequest
  11. object CreateCaseResponse
  12. object DescribeAttachmentRequest
  13. object DescribeAttachmentResponse
  14. object DescribeCasesRequest
  15. object DescribeCasesResponse
  16. object DescribeCommunicationsRequest
  17. object DescribeCommunicationsResponse
  18. object DescribeServicesRequest
  19. object DescribeServicesResponse
  20. object DescribeSeverityLevelsRequest
  21. object DescribeSeverityLevelsResponse
  22. object DescribeTrustedAdvisorCheckRefreshStatusesRequest
  23. object DescribeTrustedAdvisorCheckRefreshStatusesResponse
  24. object DescribeTrustedAdvisorCheckResultRequest
  25. object DescribeTrustedAdvisorCheckResultResponse
  26. object DescribeTrustedAdvisorCheckSummariesRequest
  27. object DescribeTrustedAdvisorCheckSummariesResponse
  28. object DescribeTrustedAdvisorChecksRequest
  29. object DescribeTrustedAdvisorChecksResponse
  30. object RecentCaseCommunications
  31. object RefreshTrustedAdvisorCheckRequest
  32. object RefreshTrustedAdvisorCheckResponse
  33. object ResolveCaseRequest
  34. object ResolveCaseResponse
  35. object Service
  36. object SeverityLevel
  37. object TrustedAdvisorCategorySpecificSummary
  38. object TrustedAdvisorCheckDescription
  39. object TrustedAdvisorCheckRefreshStatus
  40. object TrustedAdvisorCheckResult
  41. object TrustedAdvisorCheckSummary
  42. object TrustedAdvisorCostOptimizingSummary
  43. object TrustedAdvisorResourceDetail
  44. object TrustedAdvisorResourcesSummary

Inherited from AnyRef

Inherited from Any

Ungrouped