AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Classes

NameDescription
Class AccessDeniedException

You do not have sufficient access to perform this action.

Class AppIntegrationsServicePaginatorFactory

Paginators for the AppIntegrationsService service

Class ApplicationAssociationSummary

Summary information about the Application Association.

Class ApplicationSourceConfig

The configuration for where the application should be loaded from.

Class ApplicationSummary

Summary information about the Application.

Class CreateApplicationRequest

Container for the parameters to the CreateApplication operation. This API is in preview release and subject to change.

Creates and persists an Application resource.

Class CreateApplicationResponse

This is the response object from the CreateApplication operation.

Class CreateDataIntegrationRequest

Container for the parameters to the CreateDataIntegration operation. Creates and persists a DataIntegration resource.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Class CreateDataIntegrationResponse

This is the response object from the CreateDataIntegration operation.

Class CreateEventIntegrationRequest

Container for the parameters to the CreateEventIntegration operation. Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.

Class CreateEventIntegrationResponse

This is the response object from the CreateEventIntegration operation.

Class DataIntegrationAssociationSummary

Summary information about the DataIntegration association.

Class DataIntegrationSummary

Summary information about the DataIntegration.

Class DeleteApplicationRequest

Container for the parameters to the DeleteApplication operation. Deletes the Application. Only Applications that don't have any Application Associations can be deleted.

Class DeleteApplicationResponse

This is the response object from the DeleteApplication operation.

Class DeleteDataIntegrationRequest

Container for the parameters to the DeleteDataIntegration operation. Deletes the DataIntegration. Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Class DeleteDataIntegrationResponse

This is the response object from the DeleteDataIntegration operation.

Class DeleteEventIntegrationRequest

Container for the parameters to the DeleteEventIntegration operation. Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.

Class DeleteEventIntegrationResponse

This is the response object from the DeleteEventIntegration operation.

Class DuplicateResourceException

A resource with the specified name already exists.

Class EventFilter

The event filter.

Class EventIntegration

The event integration.

Class EventIntegrationAssociation

The event integration association.

Class ExternalUrlConfig

The external URL source for the application.

Class FileConfiguration

The configuration for what files should be pulled from the source.

Class GetApplicationRequest

Container for the parameters to the GetApplication operation. This API is in preview release and subject to change.

Get an Application resource.

Class GetApplicationResponse

This is the response object from the GetApplication operation.

Class GetDataIntegrationRequest

Container for the parameters to the GetDataIntegration operation. Returns information about the DataIntegration.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Class GetDataIntegrationResponse

This is the response object from the GetDataIntegration operation.

Class GetEventIntegrationRequest

Container for the parameters to the GetEventIntegration operation. Returns information about the event integration.

Class GetEventIntegrationResponse

This is the response object from the GetEventIntegration operation.

Class InternalServiceErrorException

Request processing failed due to an error or failure with the service.

Class InvalidRequestException

The request is not valid.

Class ListApplicationAssociationsRequest

Container for the parameters to the ListApplicationAssociations operation. Returns a paginated list of application associations for an application.

Class ListApplicationAssociationsResponse

This is the response object from the ListApplicationAssociations operation.

Class ListApplicationsRequest

Container for the parameters to the ListApplications operation. This API is in preview release and subject to change.

Lists applications in the account.

Class ListApplicationsResponse

This is the response object from the ListApplications operation.

Class ListDataIntegrationAssociationsRequest

Container for the parameters to the ListDataIntegrationAssociations operation. Returns a paginated list of DataIntegration associations in the account.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Class ListDataIntegrationAssociationsResponse

This is the response object from the ListDataIntegrationAssociations operation.

Class ListDataIntegrationsRequest

Container for the parameters to the ListDataIntegrations operation. Returns a paginated list of DataIntegrations in the account.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Class ListDataIntegrationsResponse

This is the response object from the ListDataIntegrations operation.

Class ListEventIntegrationAssociationsRequest

Container for the parameters to the ListEventIntegrationAssociations operation. Returns a paginated list of event integration associations in the account.

Class ListEventIntegrationAssociationsResponse

This is the response object from the ListEventIntegrationAssociations operation.

Class ListEventIntegrationsRequest

Container for the parameters to the ListEventIntegrations operation. Returns a paginated list of event integrations in the account.

Class ListEventIntegrationsResponse

This is the response object from the ListEventIntegrations operation.

Class ListTagsForResourceRequest

Container for the parameters to the ListTagsForResource operation. Lists the tags for the specified resource.

Class ListTagsForResourceResponse

This is the response object from the ListTagsForResource operation.

Class Publication

The configuration of an event that the application publishes.

Class ResourceNotFoundException

The specified resource was not found.

Class ResourceQuotaExceededException

The allowed quota for the resource has been exceeded.

Class ScheduleConfiguration

The name of the data and how often it should be pulled from the source.

Class Subscription

The configuration of an event that the application subscribes.

Class TagResourceRequest

Container for the parameters to the TagResource operation. Adds the specified tags to the specified resource.

Class TagResourceResponse

This is the response object from the TagResource operation.

Class ThrottlingException

The throttling limit has been exceeded.

Class UnsupportedOperationException

The operation is not supported.

Class UntagResourceRequest

Container for the parameters to the UntagResource operation. Removes the specified tags from the specified resource.

Class UntagResourceResponse

This is the response object from the UntagResource operation.

Class UpdateApplicationRequest

Container for the parameters to the UpdateApplication operation. This API is in preview release and subject to change.

Updates and persists an Application resource.

Class UpdateApplicationResponse

This is the response object from the UpdateApplication operation.

Class UpdateDataIntegrationRequest

Container for the parameters to the UpdateDataIntegration operation. Updates the description of a DataIntegration.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Class UpdateDataIntegrationResponse

This is the response object from the UpdateDataIntegration operation.

Class UpdateEventIntegrationRequest

Container for the parameters to the UpdateEventIntegration operation. Updates the description of an event integration.

Class UpdateEventIntegrationResponse

This is the response object from the UpdateEventIntegration operation.

Interfaces

NameDescription
Interface IAppIntegrationsServicePaginatorFactory

Paginators for the AppIntegrationsService service

Interface IListApplicationAssociationsPaginator

Paginator for the ListApplicationAssociations operation

Interface IListApplicationsPaginator

Paginator for the ListApplications operation

Interface IListDataIntegrationAssociationsPaginator

Paginator for the ListDataIntegrationAssociations operation

Interface IListDataIntegrationsPaginator

Paginator for the ListDataIntegrations operation

Interface IListEventIntegrationAssociationsPaginator

Paginator for the ListEventIntegrationAssociations operation

Interface IListEventIntegrationsPaginator

Paginator for the ListEventIntegrations operation