package support
- Alphabetic
- By Inheritance
- support
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
AddAttachmentsToSetRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
AddCommunicationToCaseRequest extends Object
To be written.
To be written.
- Annotations
- @RawJSType() @native()
-
trait
AddCommunicationToCaseResponse extends Object
The result of the AddCommunicationToCase operation.
The result of the AddCommunicationToCase operation.
- Annotations
- @RawJSType() @native()
- type AfterTime = String
-
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()
-
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()
- type AttachmentId = String
-
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()
-
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()
- type AttachmentSet = Array[AttachmentDetails]
-
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()
- type AttachmentSetId = String
-
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()
-
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()
- type Attachments = Array[Attachment]
- type BeforeTime = String
-
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()
-
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.
contains the following fields: *CaseDetailsThe 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. *caseId.The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices. *categoryCode.The identifier for the case on pages in the AWS Support Center. *displayId.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. *language.One or more Communication objects. Fields of these objects arerecentCommunications.attachments,body,caseId,submittedBy, andtimeCreated. *A resumption point for pagination. *nextToken.The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices. *serviceCode.The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels. *severityCode.The status of the case in the AWS Support Center. *status.The subject line of the case. *subject.The email address of the account that submitted the case. *submittedBy.The time the case was created, in ISO-8601 format.timeCreated.- Annotations
- @RawJSType() @native()
- type CaseId = String
- type CaseIdList = Array[CaseId]
-
trait
CaseIdNotFoundException extends Object
The requested
caseIdcould not be located.The requested
caseIdcould not be located.- Annotations
- @RawJSType() @native()
- type CaseList = Array[CaseDetails]
- type CaseStatus = String
-
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()
- type CategoryCode = String
- type CategoryList = Array[Category]
- type CategoryName = String
- type CcEmailAddress = String
- type CcEmailAddressList = Array[CcEmailAddress]
-
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()
- type CommunicationBody = String
- type CommunicationList = Array[Communication]
-
trait
CreateCaseRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
- type Data = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
-
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()
-
trait
DescribeAttachmentRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
DescribeCasesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeCasesResponse extends Object
Returns an array of CaseDetails objects and a
nextTokenthat defines a point for pagination in the result set.Returns an array of CaseDetails objects and a
nextTokenthat defines a point for pagination in the result set.- Annotations
- @RawJSType() @native()
-
trait
DescribeCommunicationsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeCommunicationsResponse extends Object
The communications returned by the DescribeCommunications operation.
The communications returned by the DescribeCommunications operation.
- Annotations
- @RawJSType() @native()
-
trait
DescribeServicesRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
DescribeSeverityLevelsRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
DescribeTrustedAdvisorCheckRefreshStatusesRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
DescribeTrustedAdvisorCheckResultRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
DescribeTrustedAdvisorCheckSummariesRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
DescribeTrustedAdvisorChecksRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
- type DisplayId = String
- type ErrorMessage = String
- type ExpiryTime = String
- type FileName = String
- type IncludeCommunications = Boolean
- type IncludeResolvedCases = Boolean
-
trait
InternalServerErrorException extends Object
An internal server error occurred.
An internal server error occurred.
- Annotations
- @RawJSType() @native()
- type IssueType = String
- type Language = String
- type MaxResults = Int
- type NextToken = String
-
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()
-
trait
RefreshTrustedAdvisorCheckRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
-
trait
ResolveCaseRequest extends Object
- Annotations
- @RawJSType() @native()
-
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()
- type Result = Boolean
-
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()
- type ServiceCode = String
- type ServiceCodeList = Array[ServiceCode]
- type ServiceList = Array[Service]
- type ServiceName = String
- type SeverityCode = String
-
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()
- type SeverityLevelCode = String
- type SeverityLevelName = String
- type SeverityLevelsList = Array[SeverityLevel]
- type Status = String
- type StringList = Array[String]
- type Subject = String
- type SubmittedBy = String
-
class
Support extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "Support" )
- implicit final class SupportOps extends AnyVal
- type TimeCreated = String
-
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()
-
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()
- type TrustedAdvisorCheckList = Array[TrustedAdvisorCheckDescription]
-
trait
TrustedAdvisorCheckRefreshStatus extends Object
The refresh status of a Trusted Advisor check.
The refresh status of a Trusted Advisor check.
- Annotations
- @RawJSType() @native()
- type TrustedAdvisorCheckRefreshStatusList = Array[TrustedAdvisorCheckRefreshStatus]
-
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()
-
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()
- type TrustedAdvisorCheckSummaryList = Array[TrustedAdvisorCheckSummary]
-
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()
-
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()
- type TrustedAdvisorResourceDetailList = Array[TrustedAdvisorResourceDetail]
-
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
- object AddAttachmentsToSetRequest
- object AddAttachmentsToSetResponse
- object AddCommunicationToCaseRequest
- object AddCommunicationToCaseResponse
- object Attachment
- object AttachmentDetails
- object CaseDetails
- object Category
- object Communication
- object CreateCaseRequest
- object CreateCaseResponse
- object DescribeAttachmentRequest
- object DescribeAttachmentResponse
- object DescribeCasesRequest
- object DescribeCasesResponse
- object DescribeCommunicationsRequest
- object DescribeCommunicationsResponse
- object DescribeServicesRequest
- object DescribeServicesResponse
- object DescribeSeverityLevelsRequest
- object DescribeSeverityLevelsResponse
- object DescribeTrustedAdvisorCheckRefreshStatusesRequest
- object DescribeTrustedAdvisorCheckRefreshStatusesResponse
- object DescribeTrustedAdvisorCheckResultRequest
- object DescribeTrustedAdvisorCheckResultResponse
- object DescribeTrustedAdvisorCheckSummariesRequest
- object DescribeTrustedAdvisorCheckSummariesResponse
- object DescribeTrustedAdvisorChecksRequest
- object DescribeTrustedAdvisorChecksResponse
- object RecentCaseCommunications
- object RefreshTrustedAdvisorCheckRequest
- object RefreshTrustedAdvisorCheckResponse
- object ResolveCaseRequest
- object ResolveCaseResponse
- object Service
- object SeverityLevel
- object TrustedAdvisorCategorySpecificSummary
- object TrustedAdvisorCheckDescription
- object TrustedAdvisorCheckRefreshStatus
- object TrustedAdvisorCheckResult
- object TrustedAdvisorCheckSummary
- object TrustedAdvisorCostOptimizingSummary
- object TrustedAdvisorResourceDetail
- object TrustedAdvisorResourcesSummary