Expand description

Data structures used by operation inputs/outputs.

Modules

  • Builders
  • Error types that AWS CodeStar connections can respond with.

Structs

  • A resource that is used to connect third-party source providers with services like CodePipeline.

  • A resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.

  • A tag is a key-value pair that is used to manage the resource.

  • The VPC configuration provisioned for the host.

Enums

  • When writing a match expression against ConnectionStatus, 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 ProviderType, 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.