package amplify

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

Type Members

  1. type ActiveJobId = String
  2. class Amplify extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Amplify" )
  3. implicit final class AmplifyOps extends AnyVal
  4. trait App extends Object

    Amplify App represents different branches of a repository for building, deploying, and hosting.

    Amplify App represents different branches of a repository for building, deploying, and hosting.

    Annotations
    @RawJSType() @native()
  5. type AppArn = String
  6. type AppId = String
  7. type Apps = Array[App]
  8. type ArtifactsUrl = String
  9. type BasicAuthCredentials = String
  10. trait Branch extends Object

    Branch for an Amplify App, which maps to a 3rd party repository branch.

    Branch for an Amplify App, which maps to a 3rd party repository branch.

    Annotations
    @RawJSType() @native()
  11. type BranchArn = String
  12. type BranchName = String
  13. type Branches = Array[Branch]
  14. type BuildSpec = String
  15. type CertificateVerificationDNSRecord = String
  16. type CommitId = String
  17. type CommitMessage = String
  18. type CommitTime = Date
  19. type Condition = String
  20. trait CreateAppRequest extends Object

    Request structure used to create Apps in Amplify.

    Request structure used to create Apps in Amplify.

    Annotations
    @RawJSType() @native()
  21. trait CreateAppResult extends Object
    Annotations
    @RawJSType() @native()
  22. trait CreateBranchRequest extends Object

    Request structure for a branch create request.

    Request structure for a branch create request.

    Annotations
    @RawJSType() @native()
  23. trait CreateBranchResult extends Object

    Result structure for create branch request.

    Result structure for create branch request.

    Annotations
    @RawJSType() @native()
  24. trait CreateDomainAssociationRequest extends Object

    Request structure for create Domain Association request.

    Request structure for create Domain Association request.

    Annotations
    @RawJSType() @native()
  25. trait CreateDomainAssociationResult extends Object

    Result structure for the create Domain Association request.

    Result structure for the create Domain Association request.

    Annotations
    @RawJSType() @native()
  26. type CreateTime = Date
  27. type CustomDomain = String
  28. type CustomDomains = Array[CustomDomain]
  29. trait CustomRule extends Object

    Custom rewrite / redirect rule.

    Custom rewrite / redirect rule.

    Annotations
    @RawJSType() @native()
  30. type CustomRules = Array[CustomRule]
  31. type DNSRecord = String
  32. type DefaultDomain = String
  33. trait DeleteAppRequest extends Object

    Request structure for an Amplify App delete request.

    Request structure for an Amplify App delete request.

    Annotations
    @RawJSType() @native()
  34. trait DeleteAppResult extends Object

    Result structure for an Amplify App delete request.

    Result structure for an Amplify App delete request.

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

    Request structure for delete branch request.

    Request structure for delete branch request.

    Annotations
    @RawJSType() @native()
  36. trait DeleteBranchResult extends Object

    Result structure for delete branch request.

    Result structure for delete branch request.

    Annotations
    @RawJSType() @native()
  37. trait DeleteDomainAssociationRequest extends Object

    Request structure for the delete Domain Association request.

    Request structure for the delete Domain Association request.

    Annotations
    @RawJSType() @native()
  38. trait DeleteDomainAssociationResult extends Object
    Annotations
    @RawJSType() @native()
  39. trait DeleteJobRequest extends Object

    Request structure for delete job request.

    Request structure for delete job request.

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

    Result structure for the delete job request.

    Result structure for the delete job request.

    Annotations
    @RawJSType() @native()
  41. type Description = String
  42. type DisplayName = String
  43. trait DomainAssociation extends Object

    Structure for Domain Association, which associates a custom domain with an Amplify App.

    Structure for Domain Association, which associates a custom domain with an Amplify App.

    Annotations
    @RawJSType() @native()
  44. type DomainAssociationArn = String
  45. type DomainAssociations = Array[DomainAssociation]
  46. type DomainName = String
  47. type DomainPrefix = String
  48. type DomainStatus = String
  49. type EnableAutoBuild = Boolean
  50. type EnableAutoSubDomain = Boolean
  51. type EnableBasicAuth = Boolean
  52. type EnableBranchAutoBuild = Boolean
  53. type EnableNotification = Boolean
  54. type EndTime = Date
  55. type EnvKey = String
  56. type EnvValue = String
  57. type EnvironmentVariables = Dictionary[EnvValue]
  58. type Framework = String
  59. trait GetAppRequest extends Object

    Request structure for get App request.

    Request structure for get App request.

    Annotations
    @RawJSType() @native()
  60. trait GetAppResult extends Object
    Annotations
    @RawJSType() @native()
  61. trait GetBranchRequest extends Object

    Result structure for get branch request.

    Result structure for get branch request.

    Annotations
    @RawJSType() @native()
  62. trait GetBranchResult extends Object
    Annotations
    @RawJSType() @native()
  63. trait GetDomainAssociationRequest extends Object

    Request structure for the get Domain Association request.

    Request structure for the get Domain Association request.

    Annotations
    @RawJSType() @native()
  64. trait GetDomainAssociationResult extends Object

    Result structure for the get Domain Association request.

    Result structure for the get Domain Association request.

    Annotations
    @RawJSType() @native()
  65. trait GetJobRequest extends Object

    Request structure for get job request.

    Request structure for get job request.

    Annotations
    @RawJSType() @native()
  66. trait GetJobResult extends Object
    Annotations
    @RawJSType() @native()
  67. trait Job extends Object

    Structure for an execution job for an Amplify App.

    Structure for an execution job for an Amplify App.

    Annotations
    @RawJSType() @native()
  68. type JobArn = String
  69. type JobId = String
  70. type JobReason = String
  71. type JobStatus = String
  72. type JobSummaries = Array[JobSummary]
  73. trait JobSummary extends Object

    Structure for the summary of a Job.

    Structure for the summary of a Job.

    Annotations
    @RawJSType() @native()
  74. type JobType = String
  75. type LastDeployTime = Date
  76. trait ListAppsRequest extends Object

    Request structure for an Amplify App list request.

    Request structure for an Amplify App list request.

    Annotations
    @RawJSType() @native()
  77. trait ListAppsResult extends Object

    Result structure for an Amplify App list request.

    Result structure for an Amplify App list request.

    Annotations
    @RawJSType() @native()
  78. trait ListBranchesRequest extends Object

    Request structure for list branches request.

    Request structure for list branches request.

    Annotations
    @RawJSType() @native()
  79. trait ListBranchesResult extends Object

    Result structure for list branches request.

    Result structure for list branches request.

    Annotations
    @RawJSType() @native()
  80. trait ListDomainAssociationsRequest extends Object

    Request structure for the list Domain Associations request.

    Request structure for the list Domain Associations request.

    Annotations
    @RawJSType() @native()
  81. trait ListDomainAssociationsResult extends Object

    Result structure for the list Domain Association request.

    Result structure for the list Domain Association request.

    Annotations
    @RawJSType() @native()
  82. trait ListJobsRequest extends Object

    Request structure for list job request.

    Request structure for list job request.

    Annotations
    @RawJSType() @native()
  83. trait ListJobsResult extends Object

    Maximum number of records to list in a single response.

    Maximum number of records to list in a single response.

    Annotations
    @RawJSType() @native()
  84. type LogUrl = String
  85. type MaxResults = Int
  86. type Name = String
  87. type NextToken = String
  88. type OauthToken = String
  89. type Platform = String
  90. trait ProductionBranch extends Object

    Structure with Production Branch information.

    Structure with Production Branch information.

    Annotations
    @RawJSType() @native()
  91. type Repository = String
  92. type Screenshots = Dictionary[ThumbnailUrl]
  93. type ServiceRoleArn = String
  94. type Source = String
  95. type Stage = String
  96. trait StartJobRequest extends Object

    Request structure for Start job request.

    Request structure for Start job request.

    Annotations
    @RawJSType() @native()
  97. trait StartJobResult extends Object

    Result structure for run job request.

    Result structure for run job request.

    Annotations
    @RawJSType() @native()
  98. type StartTime = Date
  99. type Status = String
  100. type StatusReason = String
  101. trait Step extends Object

    Structure for an execution step for an execution job, for an Amplify App.

    Structure for an execution step for an execution job, for an Amplify App.

    Annotations
    @RawJSType() @native()
  102. type StepName = String
  103. type Steps = Array[Step]
  104. trait StopJobRequest extends Object

    Request structure for stop job request.

    Request structure for stop job request.

    Annotations
    @RawJSType() @native()
  105. trait StopJobResult extends Object

    Result structure for the stop job request.

    Result structure for the stop job request.

    Annotations
    @RawJSType() @native()
  106. trait SubDomain extends Object

    Subdomain for the Domain Association.

    Subdomain for the Domain Association.

    Annotations
    @RawJSType() @native()
  107. trait SubDomainSetting extends Object

    Setting for the Subdomain.

    Setting for the Subdomain.

    Annotations
    @RawJSType() @native()
  108. type SubDomainSettings = Array[SubDomainSetting]
  109. type SubDomains = Array[SubDomain]
  110. type TTL = String
  111. type TagKey = String
  112. type TagValue = String
  113. type Tags = Dictionary[TagValue]
  114. type Target = String
  115. type ThumbnailName = String
  116. type ThumbnailUrl = String
  117. type TotalNumberOfJobs = String
  118. trait UpdateAppRequest extends Object

    Request structure for update App request.

    Request structure for update App request.

    Annotations
    @RawJSType() @native()
  119. trait UpdateAppResult extends Object

    Result structure for an Amplify App update request.

    Result structure for an Amplify App update request.

    Annotations
    @RawJSType() @native()
  120. trait UpdateBranchRequest extends Object

    Request structure for update branch request.

    Request structure for update branch request.

    Annotations
    @RawJSType() @native()
  121. trait UpdateBranchResult extends Object

    Result structure for update branch request.

    Result structure for update branch request.

    Annotations
    @RawJSType() @native()
  122. trait UpdateDomainAssociationRequest extends Object

    Request structure for update Domain Association request.

    Request structure for update Domain Association request.

    Annotations
    @RawJSType() @native()
  123. trait UpdateDomainAssociationResult extends Object

    Result structure for the update Domain Association request.

    Result structure for the update Domain Association request.

    Annotations
    @RawJSType() @native()
  124. type UpdateTime = Date
  125. type Verified = Boolean

Value Members

  1. object App
  2. object Branch
  3. object CreateAppRequest
  4. object CreateAppResult
  5. object CreateBranchRequest
  6. object CreateBranchResult
  7. object CreateDomainAssociationRequest
  8. object CreateDomainAssociationResult
  9. object CustomRule
  10. object DeleteAppRequest
  11. object DeleteAppResult
  12. object DeleteBranchRequest
  13. object DeleteBranchResult
  14. object DeleteDomainAssociationRequest
  15. object DeleteDomainAssociationResult
  16. object DeleteJobRequest
  17. object DeleteJobResult
  18. object DomainAssociation
  19. object DomainStatusEnum
  20. object GetAppRequest
  21. object GetAppResult
  22. object GetBranchRequest
  23. object GetBranchResult
  24. object GetDomainAssociationRequest
  25. object GetDomainAssociationResult
  26. object GetJobRequest
  27. object GetJobResult
  28. object Job
  29. object JobStatusEnum
  30. object JobSummary
  31. object JobTypeEnum
  32. object ListAppsRequest
  33. object ListAppsResult
  34. object ListBranchesRequest
  35. object ListBranchesResult
  36. object ListDomainAssociationsRequest
  37. object ListDomainAssociationsResult
  38. object ListJobsRequest
  39. object ListJobsResult
  40. object PlatformEnum
  41. object ProductionBranch
  42. object StageEnum
  43. object StartJobRequest
  44. object StartJobResult
  45. object Step
  46. object StopJobRequest
  47. object StopJobResult
  48. object SubDomain
  49. object SubDomainSetting
  50. object UpdateAppRequest
  51. object UpdateAppResult
  52. object UpdateBranchRequest
  53. object UpdateBranchResult
  54. object UpdateDomainAssociationRequest
  55. object UpdateDomainAssociationResult

Inherited from AnyRef

Inherited from Any

Ungrouped