Module aws_sdk_amplify::types

source ·
Expand description

Data structures used by operation inputs/outputs.

Modules

  • Builders
  • Error types that AWS Amplify can respond with.

Structs

  • Represents the different branches of a repository for building, deploying, and hosting an Amplify app.

  • Describes an artifact.

  • Describes the automated branch creation configuration.

  • Describes the backend properties associated with an Amplify Branch.

  • Describes the backend environment for an Amplify app.

  • The branch for an Amplify app, which maps to a third-party repository branch.

  • Describes a custom rewrite or redirect rule.

  • Describes a domain association that associates a custom domain with an Amplify app.

  • Describes an execution job for an Amplify app.

  • Describes the summary for an execution job for an Amplify app.

  • Describes the information about a production branch for an Amplify app.

  • Describes an execution step, for an execution job, for an Amplify app.

  • The subdomain for the domain association.

  • Describes the settings for the subdomain.

  • Describes a webhook that connects repository events to an Amplify app.

Enums

  • When writing a match expression against DomainStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
  • When writing a match expression against JobStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
  • When writing a match expression against JobType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
  • When writing a match expression against Platform, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
  • When writing a match expression against RepositoryCloneMethod, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
  • When writing a match expression against Stage, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.