123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987 |
- import {Request} from '../lib/request';
- import {Response} from '../lib/response';
- import {AWSError} from '../lib/error';
- import {Service} from '../lib/service';
- import {ServiceConfigurationOptions} from '../lib/service';
- import {ConfigBase as Config} from '../lib/config-base';
- interface Blob {}
- declare class AppIntegrations extends Service {
- /**
- * Constructs a service object. This object has one method for each API operation.
- */
- constructor(options?: AppIntegrations.Types.ClientConfiguration)
- config: Config & AppIntegrations.Types.ClientConfiguration;
- /**
- * This API is in preview release and subject to change. Creates and persists an Application resource.
- */
- createApplication(params: AppIntegrations.Types.CreateApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.CreateApplicationResponse) => void): Request<AppIntegrations.Types.CreateApplicationResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Creates and persists an Application resource.
- */
- createApplication(callback?: (err: AWSError, data: AppIntegrations.Types.CreateApplicationResponse) => void): Request<AppIntegrations.Types.CreateApplicationResponse, AWSError>;
- /**
- * 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.
- */
- createDataIntegration(params: AppIntegrations.Types.CreateDataIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.CreateDataIntegrationResponse) => void): Request<AppIntegrations.Types.CreateDataIntegrationResponse, AWSError>;
- /**
- * 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.
- */
- createDataIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.CreateDataIntegrationResponse) => void): Request<AppIntegrations.Types.CreateDataIntegrationResponse, AWSError>;
- /**
- * 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.
- */
- createEventIntegration(params: AppIntegrations.Types.CreateEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.CreateEventIntegrationResponse) => void): Request<AppIntegrations.Types.CreateEventIntegrationResponse, AWSError>;
- /**
- * 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.
- */
- createEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.CreateEventIntegrationResponse) => void): Request<AppIntegrations.Types.CreateEventIntegrationResponse, AWSError>;
- /**
- * Deletes the Application. Only Applications that don't have any Application Associations can be deleted.
- */
- deleteApplication(params: AppIntegrations.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.DeleteApplicationResponse) => void): Request<AppIntegrations.Types.DeleteApplicationResponse, AWSError>;
- /**
- * Deletes the Application. Only Applications that don't have any Application Associations can be deleted.
- */
- deleteApplication(callback?: (err: AWSError, data: AppIntegrations.Types.DeleteApplicationResponse) => void): Request<AppIntegrations.Types.DeleteApplicationResponse, AWSError>;
- /**
- * 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.
- */
- deleteDataIntegration(params: AppIntegrations.Types.DeleteDataIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.DeleteDataIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteDataIntegrationResponse, AWSError>;
- /**
- * 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.
- */
- deleteDataIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.DeleteDataIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteDataIntegrationResponse, AWSError>;
- /**
- * Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
- */
- deleteEventIntegration(params: AppIntegrations.Types.DeleteEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.DeleteEventIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteEventIntegrationResponse, AWSError>;
- /**
- * Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
- */
- deleteEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.DeleteEventIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteEventIntegrationResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Get an Application resource.
- */
- getApplication(params: AppIntegrations.Types.GetApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.GetApplicationResponse) => void): Request<AppIntegrations.Types.GetApplicationResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Get an Application resource.
- */
- getApplication(callback?: (err: AWSError, data: AppIntegrations.Types.GetApplicationResponse) => void): Request<AppIntegrations.Types.GetApplicationResponse, AWSError>;
- /**
- * 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.
- */
- getDataIntegration(params: AppIntegrations.Types.GetDataIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.GetDataIntegrationResponse) => void): Request<AppIntegrations.Types.GetDataIntegrationResponse, AWSError>;
- /**
- * 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.
- */
- getDataIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.GetDataIntegrationResponse) => void): Request<AppIntegrations.Types.GetDataIntegrationResponse, AWSError>;
- /**
- * Returns information about the event integration.
- */
- getEventIntegration(params: AppIntegrations.Types.GetEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.GetEventIntegrationResponse) => void): Request<AppIntegrations.Types.GetEventIntegrationResponse, AWSError>;
- /**
- * Returns information about the event integration.
- */
- getEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.GetEventIntegrationResponse) => void): Request<AppIntegrations.Types.GetEventIntegrationResponse, AWSError>;
- /**
- * Returns a paginated list of application associations for an application.
- */
- listApplicationAssociations(params: AppIntegrations.Types.ListApplicationAssociationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListApplicationAssociationsResponse) => void): Request<AppIntegrations.Types.ListApplicationAssociationsResponse, AWSError>;
- /**
- * Returns a paginated list of application associations for an application.
- */
- listApplicationAssociations(callback?: (err: AWSError, data: AppIntegrations.Types.ListApplicationAssociationsResponse) => void): Request<AppIntegrations.Types.ListApplicationAssociationsResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Lists applications in the account.
- */
- listApplications(params: AppIntegrations.Types.ListApplicationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListApplicationsResponse) => void): Request<AppIntegrations.Types.ListApplicationsResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Lists applications in the account.
- */
- listApplications(callback?: (err: AWSError, data: AppIntegrations.Types.ListApplicationsResponse) => void): Request<AppIntegrations.Types.ListApplicationsResponse, AWSError>;
- /**
- * 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.
- */
- listDataIntegrationAssociations(params: AppIntegrations.Types.ListDataIntegrationAssociationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListDataIntegrationAssociationsResponse) => void): Request<AppIntegrations.Types.ListDataIntegrationAssociationsResponse, AWSError>;
- /**
- * 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.
- */
- listDataIntegrationAssociations(callback?: (err: AWSError, data: AppIntegrations.Types.ListDataIntegrationAssociationsResponse) => void): Request<AppIntegrations.Types.ListDataIntegrationAssociationsResponse, AWSError>;
- /**
- * 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.
- */
- listDataIntegrations(params: AppIntegrations.Types.ListDataIntegrationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListDataIntegrationsResponse) => void): Request<AppIntegrations.Types.ListDataIntegrationsResponse, AWSError>;
- /**
- * 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.
- */
- listDataIntegrations(callback?: (err: AWSError, data: AppIntegrations.Types.ListDataIntegrationsResponse) => void): Request<AppIntegrations.Types.ListDataIntegrationsResponse, AWSError>;
- /**
- * Returns a paginated list of event integration associations in the account.
- */
- listEventIntegrationAssociations(params: AppIntegrations.Types.ListEventIntegrationAssociationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationAssociationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationAssociationsResponse, AWSError>;
- /**
- * Returns a paginated list of event integration associations in the account.
- */
- listEventIntegrationAssociations(callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationAssociationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationAssociationsResponse, AWSError>;
- /**
- * Returns a paginated list of event integrations in the account.
- */
- listEventIntegrations(params: AppIntegrations.Types.ListEventIntegrationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationsResponse, AWSError>;
- /**
- * Returns a paginated list of event integrations in the account.
- */
- listEventIntegrations(callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationsResponse, AWSError>;
- /**
- * Lists the tags for the specified resource.
- */
- listTagsForResource(params: AppIntegrations.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListTagsForResourceResponse) => void): Request<AppIntegrations.Types.ListTagsForResourceResponse, AWSError>;
- /**
- * Lists the tags for the specified resource.
- */
- listTagsForResource(callback?: (err: AWSError, data: AppIntegrations.Types.ListTagsForResourceResponse) => void): Request<AppIntegrations.Types.ListTagsForResourceResponse, AWSError>;
- /**
- * Adds the specified tags to the specified resource.
- */
- tagResource(params: AppIntegrations.Types.TagResourceRequest, callback?: (err: AWSError, data: AppIntegrations.Types.TagResourceResponse) => void): Request<AppIntegrations.Types.TagResourceResponse, AWSError>;
- /**
- * Adds the specified tags to the specified resource.
- */
- tagResource(callback?: (err: AWSError, data: AppIntegrations.Types.TagResourceResponse) => void): Request<AppIntegrations.Types.TagResourceResponse, AWSError>;
- /**
- * Removes the specified tags from the specified resource.
- */
- untagResource(params: AppIntegrations.Types.UntagResourceRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UntagResourceResponse) => void): Request<AppIntegrations.Types.UntagResourceResponse, AWSError>;
- /**
- * Removes the specified tags from the specified resource.
- */
- untagResource(callback?: (err: AWSError, data: AppIntegrations.Types.UntagResourceResponse) => void): Request<AppIntegrations.Types.UntagResourceResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Updates and persists an Application resource.
- */
- updateApplication(params: AppIntegrations.Types.UpdateApplicationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UpdateApplicationResponse) => void): Request<AppIntegrations.Types.UpdateApplicationResponse, AWSError>;
- /**
- * This API is in preview release and subject to change. Updates and persists an Application resource.
- */
- updateApplication(callback?: (err: AWSError, data: AppIntegrations.Types.UpdateApplicationResponse) => void): Request<AppIntegrations.Types.UpdateApplicationResponse, AWSError>;
- /**
- * 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.
- */
- updateDataIntegration(params: AppIntegrations.Types.UpdateDataIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UpdateDataIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateDataIntegrationResponse, AWSError>;
- /**
- * 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.
- */
- updateDataIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.UpdateDataIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateDataIntegrationResponse, AWSError>;
- /**
- * Updates the description of an event integration.
- */
- updateEventIntegration(params: AppIntegrations.Types.UpdateEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UpdateEventIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateEventIntegrationResponse, AWSError>;
- /**
- * Updates the description of an event integration.
- */
- updateEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.UpdateEventIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateEventIntegrationResponse, AWSError>;
- }
- declare namespace AppIntegrations {
- export type ApplicationApprovedOrigins = ApplicationTrustedSource[];
- export interface ApplicationAssociationSummary {
- /**
- * The Amazon Resource Name (ARN) of the Application Association.
- */
- ApplicationAssociationArn?: Arn;
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- ApplicationArn?: Arn;
- /**
- * The identifier for the client that is associated with the Application Association.
- */
- ClientId?: ClientId;
- }
- export type ApplicationAssociationsList = ApplicationAssociationSummary[];
- export type ApplicationName = string;
- export type ApplicationNamespace = string;
- export interface ApplicationSourceConfig {
- /**
- * The external URL source for the application.
- */
- ExternalUrlConfig?: ExternalUrlConfig;
- }
- export interface ApplicationSummary {
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- Arn?: Arn;
- /**
- * A unique identifier for the Application.
- */
- Id?: UUID;
- /**
- * The name of the application.
- */
- Name?: ApplicationName;
- /**
- * The namespace of the application.
- */
- Namespace?: ApplicationNamespace;
- /**
- * The time when the application was created.
- */
- CreatedTime?: Timestamp;
- /**
- * The time when the application was last modified.
- */
- LastModifiedTime?: Timestamp;
- }
- export type ApplicationTrustedSource = string;
- export type ApplicationsList = ApplicationSummary[];
- export type Arn = string;
- export type ArnOrUUID = string;
- export type ClientAssociationMetadata = {[key: string]: NonBlankString};
- export type ClientId = string;
- export interface CreateApplicationRequest {
- /**
- * The name of the application.
- */
- Name: ApplicationName;
- /**
- * The namespace of the application.
- */
- Namespace: ApplicationNamespace;
- /**
- * The description of the application.
- */
- Description?: Description;
- /**
- * The configuration for where the application should be loaded from.
- */
- ApplicationSourceConfig: ApplicationSourceConfig;
- /**
- * The events that the application subscribes.
- */
- Subscriptions?: SubscriptionList;
- /**
- * The events that the application publishes.
- */
- Publications?: PublicationList;
- /**
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- */
- ClientToken?: IdempotencyToken;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- /**
- * The configuration of events or requests that the application has access to.
- */
- Permissions?: PermissionList;
- }
- export interface CreateApplicationResponse {
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- Arn?: Arn;
- /**
- * A unique identifier for the Application.
- */
- Id?: UUID;
- }
- export interface CreateDataIntegrationRequest {
- /**
- * The name of the DataIntegration.
- */
- Name: Name;
- /**
- * A description of the DataIntegration.
- */
- Description?: Description;
- /**
- * The KMS key for the DataIntegration.
- */
- KmsKey: NonBlankString;
- /**
- * The URI of the data source.
- */
- SourceURI: SourceURI;
- /**
- * The name of the data and how often it should be pulled from the source.
- */
- ScheduleConfig?: ScheduleConfiguration;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- /**
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- */
- ClientToken?: IdempotencyToken;
- /**
- * The configuration for what files should be pulled from the source.
- */
- FileConfiguration?: FileConfiguration;
- /**
- * The configuration for what data should be pulled from the source.
- */
- ObjectConfiguration?: ObjectConfiguration;
- }
- export interface CreateDataIntegrationResponse {
- /**
- * The Amazon Resource Name (ARN)
- */
- Arn?: Arn;
- /**
- * A unique identifier.
- */
- Id?: UUID;
- /**
- * The name of the DataIntegration.
- */
- Name?: Name;
- /**
- * A description of the DataIntegration.
- */
- Description?: Description;
- /**
- * The KMS key for the DataIntegration.
- */
- KmsKey?: NonBlankString;
- /**
- * The URI of the data source.
- */
- SourceURI?: SourceURI;
- /**
- * The name of the data and how often it should be pulled from the source.
- */
- ScheduleConfiguration?: ScheduleConfiguration;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- /**
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- */
- ClientToken?: IdempotencyToken;
- /**
- * The configuration for what files should be pulled from the source.
- */
- FileConfiguration?: FileConfiguration;
- /**
- * The configuration for what data should be pulled from the source.
- */
- ObjectConfiguration?: ObjectConfiguration;
- }
- export interface CreateEventIntegrationRequest {
- /**
- * The name of the event integration.
- */
- Name: Name;
- /**
- * The description of the event integration.
- */
- Description?: Description;
- /**
- * The event filter.
- */
- EventFilter: EventFilter;
- /**
- * The EventBridge bus.
- */
- EventBridgeBus: EventBridgeBus;
- /**
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- */
- ClientToken?: IdempotencyToken;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- }
- export interface CreateEventIntegrationResponse {
- /**
- * The Amazon Resource Name (ARN) of the event integration.
- */
- EventIntegrationArn?: Arn;
- }
- export interface DataIntegrationAssociationSummary {
- /**
- * The Amazon Resource Name (ARN) of the DataIntegration association.
- */
- DataIntegrationAssociationArn?: Arn;
- /**
- * The Amazon Resource Name (ARN) of the DataIntegration.
- */
- DataIntegrationArn?: Arn;
- /**
- * The identifier for the client that is associated with the DataIntegration association.
- */
- ClientId?: ClientId;
- }
- export type DataIntegrationAssociationsList = DataIntegrationAssociationSummary[];
- export interface DataIntegrationSummary {
- /**
- * The Amazon Resource Name (ARN) of the DataIntegration.
- */
- Arn?: Arn;
- /**
- * The name of the DataIntegration.
- */
- Name?: Name;
- /**
- * The URI of the data source.
- */
- SourceURI?: SourceURI;
- }
- export type DataIntegrationsList = DataIntegrationSummary[];
- export interface DeleteApplicationRequest {
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- Arn: ArnOrUUID;
- }
- export interface DeleteApplicationResponse {
- }
- export interface DeleteDataIntegrationRequest {
- /**
- * A unique identifier for the DataIntegration.
- */
- DataIntegrationIdentifier: Identifier;
- }
- export interface DeleteDataIntegrationResponse {
- }
- export interface DeleteEventIntegrationRequest {
- /**
- * The name of the event integration.
- */
- Name: Name;
- }
- export interface DeleteEventIntegrationResponse {
- }
- export type Description = string;
- export type EventBridgeBus = string;
- export type EventBridgeRuleName = string;
- export type EventDefinitionSchema = string;
- export interface EventFilter {
- /**
- * The source of the events.
- */
- Source: Source;
- }
- export interface EventIntegration {
- /**
- * The Amazon Resource Name (ARN) of the event integration.
- */
- EventIntegrationArn?: Arn;
- /**
- * The name of the event integration.
- */
- Name?: Name;
- /**
- * The event integration description.
- */
- Description?: Description;
- /**
- * The event integration filter.
- */
- EventFilter?: EventFilter;
- /**
- * The Amazon EventBridge bus for the event integration.
- */
- EventBridgeBus?: EventBridgeBus;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- }
- export interface EventIntegrationAssociation {
- /**
- * The Amazon Resource Name (ARN) for the event integration association.
- */
- EventIntegrationAssociationArn?: Arn;
- /**
- * The identifier for the event integration association.
- */
- EventIntegrationAssociationId?: UUID;
- /**
- * The name of the event integration.
- */
- EventIntegrationName?: Name;
- /**
- * The identifier for the client that is associated with the event integration.
- */
- ClientId?: ClientId;
- /**
- * The name of the EventBridge rule.
- */
- EventBridgeRuleName?: EventBridgeRuleName;
- /**
- * The metadata associated with the client.
- */
- ClientAssociationMetadata?: ClientAssociationMetadata;
- }
- export type EventIntegrationAssociationsList = EventIntegrationAssociation[];
- export type EventIntegrationsList = EventIntegration[];
- export type EventName = string;
- export interface ExternalUrlConfig {
- /**
- * The URL to access the application.
- */
- AccessUrl: URL;
- /**
- * Additional URLs to allow list if different than the access URL.
- */
- ApprovedOrigins?: ApplicationApprovedOrigins;
- }
- export type Fields = string;
- export type FieldsList = Fields[];
- export type FieldsMap = {[key: string]: FieldsList};
- export interface FileConfiguration {
- /**
- * Identifiers for the source folders to pull all files from recursively.
- */
- Folders: FolderList;
- /**
- * Restrictions for what files should be pulled from the source.
- */
- Filters?: FieldsMap;
- }
- export type FolderList = NonBlankLongString[];
- export interface GetApplicationRequest {
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- Arn: ArnOrUUID;
- }
- export interface GetApplicationResponse {
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- Arn?: Arn;
- /**
- * A unique identifier for the Application.
- */
- Id?: UUID;
- /**
- * The name of the application.
- */
- Name?: ApplicationName;
- /**
- * The namespace of the application.
- */
- Namespace?: ApplicationNamespace;
- /**
- * The description of the application.
- */
- Description?: Description;
- /**
- * The configuration for where the application should be loaded from.
- */
- ApplicationSourceConfig?: ApplicationSourceConfig;
- /**
- * The events that the application subscribes.
- */
- Subscriptions?: SubscriptionList;
- /**
- * The events that the application publishes.
- */
- Publications?: PublicationList;
- /**
- * The created time of the Application.
- */
- CreatedTime?: Timestamp;
- /**
- * The last modified time of the Application.
- */
- LastModifiedTime?: Timestamp;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- /**
- * The configuration of events or requests that the application has access to.
- */
- Permissions?: PermissionList;
- }
- export interface GetDataIntegrationRequest {
- /**
- * A unique identifier.
- */
- Identifier: Identifier;
- }
- export interface GetDataIntegrationResponse {
- /**
- * The Amazon Resource Name (ARN) for the DataIntegration.
- */
- Arn?: Arn;
- /**
- * A unique identifier.
- */
- Id?: UUID;
- /**
- * The name of the DataIntegration.
- */
- Name?: Name;
- /**
- * The KMS key for the DataIntegration.
- */
- Description?: Description;
- /**
- * The KMS key for the DataIntegration.
- */
- KmsKey?: NonBlankString;
- /**
- * The URI of the data source.
- */
- SourceURI?: SourceURI;
- /**
- * The name of the data and how often it should be pulled from the source.
- */
- ScheduleConfiguration?: ScheduleConfiguration;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- /**
- * The configuration for what files should be pulled from the source.
- */
- FileConfiguration?: FileConfiguration;
- /**
- * The configuration for what data should be pulled from the source.
- */
- ObjectConfiguration?: ObjectConfiguration;
- }
- export interface GetEventIntegrationRequest {
- /**
- * The name of the event integration.
- */
- Name: Name;
- }
- export interface GetEventIntegrationResponse {
- /**
- * The name of the event integration.
- */
- Name?: Name;
- /**
- * The description of the event integration.
- */
- Description?: Description;
- /**
- * The Amazon Resource Name (ARN) for the event integration.
- */
- EventIntegrationArn?: Arn;
- /**
- * The EventBridge bus.
- */
- EventBridgeBus?: EventBridgeBus;
- /**
- * The event filter.
- */
- EventFilter?: EventFilter;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- Tags?: TagMap;
- }
- export type IdempotencyToken = string;
- export type Identifier = string;
- export interface ListApplicationAssociationsRequest {
- /**
- * A unique identifier for the Application.
- */
- ApplicationId: ArnOrUUID;
- /**
- * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to return per page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListApplicationAssociationsResponse {
- /**
- * List of Application Associations for the Application.
- */
- ApplicationAssociations?: ApplicationAssociationsList;
- /**
- * If there are additional results, this is the token for the next set of results.
- */
- NextToken?: NextToken;
- }
- export interface ListApplicationsRequest {
- /**
- * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to return per page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListApplicationsResponse {
- /**
- * The Applications associated with this account.
- */
- Applications?: ApplicationsList;
- /**
- * If there are additional results, this is the token for the next set of results.
- */
- NextToken?: NextToken;
- }
- export interface ListDataIntegrationAssociationsRequest {
- /**
- * A unique identifier for the DataIntegration.
- */
- DataIntegrationIdentifier: Identifier;
- /**
- * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to return per page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListDataIntegrationAssociationsResponse {
- /**
- * The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
- */
- DataIntegrationAssociations?: DataIntegrationAssociationsList;
- /**
- * If there are additional results, this is the token for the next set of results.
- */
- NextToken?: NextToken;
- }
- export interface ListDataIntegrationsRequest {
- /**
- * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to return per page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListDataIntegrationsResponse {
- /**
- * The DataIntegrations associated with this account.
- */
- DataIntegrations?: DataIntegrationsList;
- /**
- * If there are additional results, this is the token for the next set of results.
- */
- NextToken?: NextToken;
- }
- export interface ListEventIntegrationAssociationsRequest {
- /**
- * The name of the event integration.
- */
- EventIntegrationName: Name;
- /**
- * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to return per page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListEventIntegrationAssociationsResponse {
- /**
- * The event integration associations.
- */
- EventIntegrationAssociations?: EventIntegrationAssociationsList;
- /**
- * If there are additional results, this is the token for the next set of results.
- */
- NextToken?: NextToken;
- }
- export interface ListEventIntegrationsRequest {
- /**
- * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- */
- NextToken?: NextToken;
- /**
- * The maximum number of results to return per page.
- */
- MaxResults?: MaxResults;
- }
- export interface ListEventIntegrationsResponse {
- /**
- * The event integrations.
- */
- EventIntegrations?: EventIntegrationsList;
- /**
- * If there are additional results, this is the token for the next set of results.
- */
- NextToken?: NextToken;
- }
- export interface ListTagsForResourceRequest {
- /**
- * The Amazon Resource Name (ARN) of the resource.
- */
- resourceArn: Arn;
- }
- export interface ListTagsForResourceResponse {
- /**
- * Information about the tags.
- */
- tags?: TagMap;
- }
- export type MaxResults = number;
- export type Name = string;
- export type NextToken = string;
- export type NonBlankLongString = string;
- export type NonBlankString = string;
- export type Object = string;
- export type ObjectConfiguration = {[key: string]: FieldsMap};
- export type Permission = string;
- export type PermissionList = Permission[];
- export interface Publication {
- /**
- * The name of the publication.
- */
- Event: EventName;
- /**
- * The JSON schema of the publication event.
- */
- Schema: EventDefinitionSchema;
- /**
- * The description of the publication.
- */
- Description?: Description;
- }
- export type PublicationList = Publication[];
- export interface ScheduleConfiguration {
- /**
- * The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
- */
- FirstExecutionFrom?: NonBlankString;
- /**
- * The name of the object to pull from the data source.
- */
- Object?: Object;
- /**
- * How often the data should be pulled from data source.
- */
- ScheduleExpression: NonBlankString;
- }
- export type Source = string;
- export type SourceURI = string;
- export interface Subscription {
- /**
- * The name of the subscription.
- */
- Event: EventName;
- /**
- * The description of the subscription.
- */
- Description?: Description;
- }
- export type SubscriptionList = Subscription[];
- export type TagKey = string;
- export type TagKeyList = TagKey[];
- export type TagMap = {[key: string]: TagValue};
- export interface TagResourceRequest {
- /**
- * The Amazon Resource Name (ARN) of the resource.
- */
- resourceArn: Arn;
- /**
- * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- */
- tags: TagMap;
- }
- export interface TagResourceResponse {
- }
- export type TagValue = string;
- export type Timestamp = Date;
- export type URL = string;
- export type UUID = string;
- export interface UntagResourceRequest {
- /**
- * The Amazon Resource Name (ARN) of the resource.
- */
- resourceArn: Arn;
- /**
- * The tag keys.
- */
- tagKeys: TagKeyList;
- }
- export interface UntagResourceResponse {
- }
- export interface UpdateApplicationRequest {
- /**
- * The Amazon Resource Name (ARN) of the Application.
- */
- Arn: ArnOrUUID;
- /**
- * The name of the application.
- */
- Name?: ApplicationName;
- /**
- * The description of the application.
- */
- Description?: Description;
- /**
- * The configuration for where the application should be loaded from.
- */
- ApplicationSourceConfig?: ApplicationSourceConfig;
- /**
- * The events that the application subscribes.
- */
- Subscriptions?: SubscriptionList;
- /**
- * The events that the application publishes.
- */
- Publications?: PublicationList;
- /**
- * The configuration of events or requests that the application has access to.
- */
- Permissions?: PermissionList;
- }
- export interface UpdateApplicationResponse {
- }
- export interface UpdateDataIntegrationRequest {
- /**
- * A unique identifier for the DataIntegration.
- */
- Identifier: Identifier;
- /**
- * The name of the DataIntegration.
- */
- Name?: Name;
- /**
- * A description of the DataIntegration.
- */
- Description?: Description;
- }
- export interface UpdateDataIntegrationResponse {
- }
- export interface UpdateEventIntegrationRequest {
- /**
- * The name of the event integration.
- */
- Name: Name;
- /**
- * The description of the event integration.
- */
- Description?: Description;
- }
- export interface UpdateEventIntegrationResponse {
- }
- /**
- * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
- */
- export type apiVersion = "2020-07-29"|"latest"|string;
- export interface ClientApiVersions {
- /**
- * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
- */
- apiVersion?: apiVersion;
- }
- export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
- /**
- * Contains interfaces for use with the AppIntegrations client.
- */
- export import Types = AppIntegrations;
- }
- export = AppIntegrations;
|