Expand description
Data structures used by operation inputs/outputs.
Modules§
- Builders
- Error types that Amazon AppIntegrations Service can respond with.
Structs§
Summary information about the Application Association.
The configuration for where the application should be loaded from.
Summary information about the Application.
Summary information about the DataIntegration association.
Summary information about the DataIntegration.
The event filter.
The event integration.
The event integration association.
The configuration for how the files should be pulled from the source.
The external URL source for the application.
The configuration for what files should be pulled from the source.
The execution status of the last job.
The start and end time for data pull from the source.
The configuration of an event that the application publishes.
The name of the data and how often it should be pulled from the source.
The configuration of an event that the application subscribes.
Enums§
- When writing a match expression against
ExecutionMode
, 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
ExecutionStatus
, 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.