Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Application
Association Summary Summary information about the Application Association.
- Application
Source Config The configuration for where the application should be loaded from.
- Application
Summary Summary information about the Application.
- Data
Integration Association Summary Summary information about the DataIntegration association.
- Data
Integration Summary Summary information about the DataIntegration.
- Event
Filter The event filter.
- Event
Integration The event integration.
- Event
Integration Association The event integration association.
- Execution
Configuration The configuration for how the files should be pulled from the source.
- External
UrlConfig The external URL source for the application.
- File
Configuration The configuration for what files should be pulled from the source.
- Last
Execution Status The execution status of the last job.
- OnDemand
Configuration The start and end time for data pull from the source.
- Publication
The configuration of an event that the application publishes.
- Schedule
Configuration The name of the data and how often it should be pulled from the source.
- Subscription
The configuration of an event that the application subscribes.
Enums§
- Execution
Mode - 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. - Execution
Status - 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.