We announced the upcoming end-of-support for AWS SDK for JavaScript v2.
We recommend that you migrate to AWS SDK for JavaScript v3. For dates, additional details, and information on how to migrate, please refer to the linked announcement.

Class: AWS.AppIntegrations

Inherits:
AWS.Service show all
Identifier:
appintegrations
API Version:
2020-07-29
Defined in:
(unknown)

Overview

Constructs a service interface object. Each API operation is exposed as a function on service.

Service Description

The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.

For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations and Deliver information to agents using Amazon Connect Wisdom in the Amazon Connect Administrator Guide.

Sending a Request Using AppIntegrations

var appintegrations = new AWS.AppIntegrations();
appintegrations.createApplication(params, function (err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Locking the API Version

In order to ensure that the AppIntegrations object uses this specific API, you can construct the object by passing the apiVersion option to the constructor:

var appintegrations = new AWS.AppIntegrations({apiVersion: '2020-07-29'});

You can also set the API version globally in AWS.config.apiVersions using the appintegrations service identifier:

AWS.config.apiVersions = {
  appintegrations: '2020-07-29',
  // other service API versions
};

var appintegrations = new AWS.AppIntegrations();

Version:

  • 2020-07-29

Constructor Summary collapse

Property Summary collapse

Properties inherited from AWS.Service

apiVersions

Method Summary collapse

Methods inherited from AWS.Service

makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService

Constructor Details

new AWS.AppIntegrations(options = {}) ⇒ Object

Constructs a service object. This object has one method for each API operation.

Examples:

Constructing a AppIntegrations object

var appintegrations = new AWS.AppIntegrations({apiVersion: '2020-07-29'});

Options Hash (options):

  • params (map)

    An optional map of parameters to bind to every request sent by this service object. For more information on bound parameters, see "Working with Services" in the Getting Started Guide.

  • endpoint (String|AWS.Endpoint)

    The endpoint URI to send requests to. The default endpoint is built from the configured region. The endpoint should be a string like 'https://{service}.{region}.amazonaws.com' or an Endpoint object.

  • accessKeyId (String)

    your AWS access key ID.

  • secretAccessKey (String)

    your AWS secret access key.

  • sessionToken (AWS.Credentials)

    the optional AWS session token to sign requests with.

  • credentials (AWS.Credentials)

    the AWS credentials to sign requests with. You can either specify this object, or specify the accessKeyId and secretAccessKey options directly.

  • credentialProvider (AWS.CredentialProviderChain)

    the provider chain used to resolve credentials if no static credentials property is set.

  • region (String)

    the region to send service requests to. See AWS.AppIntegrations.region for more information.

  • maxRetries (Integer)

    the maximum amount of retries to attempt with a request. See AWS.AppIntegrations.maxRetries for more information.

  • maxRedirects (Integer)

    the maximum amount of redirects to follow with a request. See AWS.AppIntegrations.maxRedirects for more information.

  • sslEnabled (Boolean)

    whether to enable SSL for requests.

  • paramValidation (Boolean|map)

    whether input parameters should be validated against the operation description before sending the request. Defaults to true. Pass a map to enable any of the following specific validation features:

    • min [Boolean] — Validates that a value meets the min constraint. This is enabled by default when paramValidation is set to true.
    • max [Boolean] — Validates that a value meets the max constraint.
    • pattern [Boolean] — Validates that a string value matches a regular expression.
    • enum [Boolean] — Validates that a string value matches one of the allowable enum values.
  • computeChecksums (Boolean)

    whether to compute checksums for payload bodies when the service accepts it (currently supported in S3 only)

  • convertResponseTypes (Boolean)

    whether types are converted when parsing response data. Currently only supported for JSON based services. Turning this off may improve performance on large response payloads. Defaults to true.

  • correctClockSkew (Boolean)

    whether to apply a clock skew correction and retry requests that fail because of an skewed client clock. Defaults to false.

  • s3ForcePathStyle (Boolean)

    whether to force path style URLs for S3 objects.

  • s3BucketEndpoint (Boolean)

    whether the provided endpoint addresses an individual bucket (false if it addresses the root API endpoint). Note that setting this configuration option requires an endpoint to be provided explicitly to the service constructor.

  • s3DisableBodySigning (Boolean)

    whether S3 body signing should be disabled when using signature version v4. Body signing can only be disabled when using https. Defaults to true.

  • s3UsEast1RegionalEndpoint ('legacy'|'regional')

    when region is set to 'us-east-1', whether to send s3 request to global endpoints or 'us-east-1' regional endpoints. This config is only applicable to S3 client. Defaults to legacy

  • s3UseArnRegion (Boolean)

    whether to override the request region with the region inferred from requested resource's ARN. Only available for S3 buckets Defaults to true

  • retryDelayOptions (map)

    A set of options to configure the retry delay on retryable errors. Currently supported options are:

    • base [Integer] — The base number of milliseconds to use in the exponential backoff for operation retries. Defaults to 100 ms for all services except DynamoDB, where it defaults to 50ms.
    • customBackoff [function] — A custom function that accepts a retry count and error and returns the amount of time to delay in milliseconds. If the result is a non-zero negative value, no further retry attempts will be made. The base option will be ignored if this option is supplied. The function is only called for retryable errors.
  • httpOptions (map)

    A set of options to pass to the low-level HTTP request. Currently supported options are:

    • proxy [String] — the URL to proxy requests through
    • agent [http.Agent, https.Agent] — the Agent object to perform HTTP requests with. Used for connection pooling. Defaults to the global agent (http.globalAgent) for non-SSL connections. Note that for SSL connections, a special Agent object is used in order to enable peer certificate verification. This feature is only available in the Node.js environment.
    • connectTimeout [Integer] — Sets the socket to timeout after failing to establish a connection with the server after connectTimeout milliseconds. This timeout has no effect once a socket connection has been established.
    • timeout [Integer] — Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000).
    • xhrAsync [Boolean] — Whether the SDK will send asynchronous HTTP requests. Used in the browser environment only. Set to false to send requests synchronously. Defaults to true (async on).
    • xhrWithCredentials [Boolean] — Sets the "withCredentials" property of an XMLHttpRequest object. Used in the browser environment only. Defaults to false.
  • apiVersion (String, Date)

    a String in YYYY-MM-DD format (or a date) that represents the latest possible API version that can be used in all services (unless overridden by apiVersions). Specify 'latest' to use the latest possible version.

  • apiVersions (map<String, String|Date>)

    a map of service identifiers (the lowercase service class name) with the API version to use when instantiating a service. Specify 'latest' for each individual that can use the latest available version.

  • logger (#write, #log)

    an object that responds to .write() (like a stream) or .log() (like the console object) in order to log information about requests

  • systemClockOffset (Number)

    an offset value in milliseconds to apply to all signing times. Use this to compensate for clock skew when your system may be out of sync with the service time. Note that this configuration option can only be applied to the global AWS.config object and cannot be overridden in service-specific configuration. Defaults to 0 milliseconds.

  • signatureVersion (String)

    the signature version to sign requests with (overriding the API configuration). Possible values are: 'v2', 'v3', 'v4'.

  • signatureCache (Boolean)

    whether the signature to sign requests with (overriding the API configuration) is cached. Only applies to the signature version 'v4'. Defaults to true.

  • dynamoDbCrc32 (Boolean)

    whether to validate the CRC32 checksum of HTTP response bodies returned by DynamoDB. Default: true.

  • useAccelerateEndpoint (Boolean)

    Whether to use the S3 Transfer Acceleration endpoint with the S3 service. Default: false.

  • clientSideMonitoring (Boolean)

    whether to collect and publish this client's performance metrics of all its API requests.

  • endpointDiscoveryEnabled (Boolean|undefined)

    whether to call operations with endpoints given by service dynamically. Setting this

  • endpointCacheSize (Number)

    the size of the global cache storing endpoints from endpoint discovery operations. Once endpoint cache is created, updating this setting cannot change existing cache size. Defaults to 1000

  • hostPrefixEnabled (Boolean)

    whether to marshal request parameters to the prefix of hostname. Defaults to true.

  • stsRegionalEndpoints ('legacy'|'regional')

    whether to send sts request to global endpoints or regional endpoints. Defaults to 'legacy'.

  • useFipsEndpoint (Boolean)

    Enables FIPS compatible endpoints. Defaults to false.

  • useDualstackEndpoint (Boolean)

    Enables IPv6 dualstack endpoint. Defaults to false.

Property Details

endpointAWS.Endpoint (readwrite)

Returns an Endpoint object representing the endpoint URL for service requests.

Returns:

  • (AWS.Endpoint)

    an Endpoint object representing the endpoint URL for service requests.

Method Details

createApplication(params = {}, callback) ⇒ AWS.Request

This API is in preview release and subject to change.

Creates and persists an Application resource.

Service Reference:

Examples:

To create an application


/* The following creates an application named My Application with access url https://example.com. */

 var params = {
  ApplicationSourceConfig: {
   ExternalUrlConfig: {
    AccessUrl: "https://example.com"
   }
  }, 
  Description: "My first application.", 
  Name: "My Application", 
  Namespace: "myapplication"
 };
 appintegrations.createApplication(params, function(err, data) {
   if (err) console.log(err, err.stack); // an error occurred
   else     console.log(data);           // successful response
   /*
   data = {
    Arn: "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e", 
    Id: "98542c53-e8ac-4570-9c85-c6552c8d9c5e"
   }
   */
 });

Calling the createApplication operation

var params = {
  ApplicationSourceConfig: { /* required */
    ExternalUrlConfig: {
      AccessUrl: 'STRING_VALUE', /* required */
      ApprovedOrigins: [
        'STRING_VALUE',
        /* more items */
      ]
    }
  },
  Name: 'STRING_VALUE', /* required */
  Namespace: 'STRING_VALUE', /* required */
  ClientToken: 'STRING_VALUE',
  Description: 'STRING_VALUE',
  Permissions: [
    'STRING_VALUE',
    /* more items */
  ],
  Publications: [
    {
      Event: 'STRING_VALUE', /* required */
      Schema: 'STRING_VALUE', /* required */
      Description: 'STRING_VALUE'
    },
    /* more items */
  ],
  Subscriptions: [
    {
      Event: 'STRING_VALUE', /* required */
      Description: 'STRING_VALUE'
    },
    /* more items */
  ],
  Tags: {
    '<TagKey>': 'STRING_VALUE',
    /* '<TagKey>': ... */
  }
};
appintegrations.createApplication(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Name — (String)

      The name of the application.

    • Namespace — (String)

      The namespace of the application.

    • Description — (String)

      The description of the application.

    • ApplicationSourceConfig — (map)

      The configuration for where the application should be loaded from.

      • ExternalUrlConfig — (map)

        The external URL source for the application.

        • AccessUrlrequired — (String)

          The URL to access the application.

        • ApprovedOrigins — (Array<String>)

          Additional URLs to allow list if different than the access URL.

    • Subscriptions — (Array<map>)

      The events that the application subscribes.

      • Eventrequired — (String)

        The name of the subscription.

      • Description — (String)

        The description of the subscription.

    • Publications — (Array<map>)

      The events that the application publishes.

      • Eventrequired — (String)

        The name of the publication.

      • Schemarequired — (String)

        The JSON schema of the publication event.

      • Description — (String)

        The description of the publication.

    • ClientToken — (String)

      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.

      If a token is not provided, the SDK will use a version 4 UUID.
    • Tags — (map<String>)

      The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

    • Permissions — (Array<String>)

      The configuration of events or requests that the application has access to.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Arn — (String)

        The Amazon Resource Name (ARN) of the Application.

      • Id — (String)

        A unique identifier for the Application.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

createDataIntegration(params = {}, callback) ⇒ AWS.Request

Creates and persists a DataIntegration resource.

Note: 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.

Service Reference:

Examples:

Calling the createDataIntegration operation

var params = {
  KmsKey: 'STRING_VALUE', /* required */
  Name: 'STRING_VALUE', /* required */
  SourceURI: 'STRING_VALUE', /* required */
  ClientToken: 'STRING_VALUE',
  Description: 'STRING_VALUE',
  FileConfiguration: {
    Folders: [ /* required */
      'STRING_VALUE',
      /* more items */
    ],
    Filters: {
      '<NonBlankString>': [
        'STRING_VALUE',
        /* more items */
      ],
      /* '<NonBlankString>': ... */
    }
  },
  ObjectConfiguration: {
    '<NonBlankString>': {
      '<NonBlankString>': [
        'STRING_VALUE',
        /* more items */
      ],
      /* '<NonBlankString>': ... */
    },
    /* '<NonBlankString>': ... */
  },
  ScheduleConfig: {
    ScheduleExpression: 'STRING_VALUE', /* required */
    FirstExecutionFrom: 'STRING_VALUE',
    Object: 'STRING_VALUE'
  },
  Tags: {
    '<TagKey>': 'STRING_VALUE',
    /* '<TagKey>': ... */
  }
};
appintegrations.createDataIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Name — (String)

      The name of the DataIntegration.

    • Description — (String)

      A description of the DataIntegration.

    • KmsKey — (String)

      The KMS key for the DataIntegration.

    • SourceURI — (String)

      The URI of the data source.

    • ScheduleConfig — (map)

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

      • FirstExecutionFrom — (String)

        The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

      • Object — (String)

        The name of the object to pull from the data source.

      • ScheduleExpressionrequired — (String)

        How often the data should be pulled from data source.

    • Tags — (map<String>)

      The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

    • ClientToken — (String)

      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.

      If a token is not provided, the SDK will use a version 4 UUID.
    • FileConfiguration — (map)

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

      • Foldersrequired — (Array<String>)

        Identifiers for the source folders to pull all files from recursively.

      • Filters — (map<Array<String>>)

        Restrictions for what files should be pulled from the source.

    • ObjectConfiguration — (map<map<Array<String>>>)

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

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Arn — (String)

        The Amazon Resource Name (ARN)

      • Id — (String)

        A unique identifier.

      • Name — (String)

        The name of the DataIntegration.

      • Description — (String)

        A description of the DataIntegration.

      • KmsKey — (String)

        The KMS key for the DataIntegration.

      • SourceURI — (String)

        The URI of the data source.

      • ScheduleConfiguration — (map)

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

        • FirstExecutionFrom — (String)

          The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

        • Object — (String)

          The name of the object to pull from the data source.

        • ScheduleExpressionrequired — (String)

          How often the data should be pulled from data source.

      • Tags — (map<String>)

        The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

      • ClientToken — (String)

        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.

      • FileConfiguration — (map)

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

        • Foldersrequired — (Array<String>)

          Identifiers for the source folders to pull all files from recursively.

        • Filters — (map<Array<String>>)

          Restrictions for what files should be pulled from the source.

      • ObjectConfiguration — (map<map<Array<String>>>)

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

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

createEventIntegration(params = {}, callback) ⇒ AWS.Request

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.

Service Reference:

Examples:

Calling the createEventIntegration operation

var params = {
  EventBridgeBus: 'STRING_VALUE', /* required */
  EventFilter: { /* required */
    Source: 'STRING_VALUE' /* required */
  },
  Name: 'STRING_VALUE', /* required */
  ClientToken: 'STRING_VALUE',
  Description: 'STRING_VALUE',
  Tags: {
    '<TagKey>': 'STRING_VALUE',
    /* '<TagKey>': ... */
  }
};
appintegrations.createEventIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Name — (String)

      The name of the event integration.

    • Description — (String)

      The description of the event integration.

    • EventFilter — (map)

      The event filter.

      • Sourcerequired — (String)

        The source of the events.

    • EventBridgeBus — (String)

      The EventBridge bus.

    • ClientToken — (String)

      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.

      If a token is not provided, the SDK will use a version 4 UUID.
    • Tags — (map<String>)

      The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • EventIntegrationArn — (String)

        The Amazon Resource Name (ARN) of the event integration.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

deleteApplication(params = {}, callback) ⇒ AWS.Request

Deletes the Application. Only Applications that don't have any Application Associations can be deleted.

Service Reference:

Examples:

To delete an application


/* The following deletes an application. */

 var params = {
  Arn: "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
 };
 appintegrations.deleteApplication(params, function(err, data) {
   if (err) console.log(err, err.stack); // an error occurred
   else     console.log(data);           // successful response
   /*
   data = {
   }
   */
 });

Calling the deleteApplication operation

var params = {
  Arn: 'STRING_VALUE' /* required */
};
appintegrations.deleteApplication(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Arn — (String)

      The Amazon Resource Name (ARN) of the Application.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

deleteDataIntegration(params = {}, callback) ⇒ AWS.Request

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.

Note: 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.

Service Reference:

Examples:

Calling the deleteDataIntegration operation

var params = {
  DataIntegrationIdentifier: 'STRING_VALUE' /* required */
};
appintegrations.deleteDataIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • DataIntegrationIdentifier — (String)

      A unique identifier for the DataIntegration.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

deleteEventIntegration(params = {}, callback) ⇒ AWS.Request

Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.

Service Reference:

Examples:

Calling the deleteEventIntegration operation

var params = {
  Name: 'STRING_VALUE' /* required */
};
appintegrations.deleteEventIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Name — (String)

      The name of the event integration.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

getApplication(params = {}, callback) ⇒ AWS.Request

This API is in preview release and subject to change.

Get an Application resource.

Service Reference:

Examples:

To get an application


/* The following retrives an application. */

 var params = {
  Arn: "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e"
 };
 appintegrations.getApplication(params, function(err, data) {
   if (err) console.log(err, err.stack); // an error occurred
   else     console.log(data);           // successful response
   /*
   data = {
    ApplicationSourceConfig: {
     ExternalUrlConfig: {
      AccessUrl: "https://example.com"
     }
    }, 
    Description: "My first application.", 
    Name: "My Application", 
    Namespace: "myapplication"
   }
   */
 });

Calling the getApplication operation

var params = {
  Arn: 'STRING_VALUE' /* required */
};
appintegrations.getApplication(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Arn — (String)

      The Amazon Resource Name (ARN) of the Application.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Arn — (String)

        The Amazon Resource Name (ARN) of the Application.

      • Id — (String)

        A unique identifier for the Application.

      • Name — (String)

        The name of the application.

      • Namespace — (String)

        The namespace of the application.

      • Description — (String)

        The description of the application.

      • ApplicationSourceConfig — (map)

        The configuration for where the application should be loaded from.

        • ExternalUrlConfig — (map)

          The external URL source for the application.

          • AccessUrlrequired — (String)

            The URL to access the application.

          • ApprovedOrigins — (Array<String>)

            Additional URLs to allow list if different than the access URL.

      • Subscriptions — (Array<map>)

        The events that the application subscribes.

        • Eventrequired — (String)

          The name of the subscription.

        • Description — (String)

          The description of the subscription.

      • Publications — (Array<map>)

        The events that the application publishes.

        • Eventrequired — (String)

          The name of the publication.

        • Schemarequired — (String)

          The JSON schema of the publication event.

        • Description — (String)

          The description of the publication.

      • CreatedTime — (Date)

        The created time of the Application.

      • LastModifiedTime — (Date)

        The last modified time of the Application.

      • Tags — (map<String>)

        The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

      • Permissions — (Array<String>)

        The configuration of events or requests that the application has access to.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

getDataIntegration(params = {}, callback) ⇒ AWS.Request

Returns information about the DataIntegration.

Note: 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.

Service Reference:

Examples:

Calling the getDataIntegration operation

var params = {
  Identifier: 'STRING_VALUE' /* required */
};
appintegrations.getDataIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Identifier — (String)

      A unique identifier.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Arn — (String)

        The Amazon Resource Name (ARN) for the DataIntegration.

      • Id — (String)

        A unique identifier.

      • Name — (String)

        The name of the DataIntegration.

      • Description — (String)

        The KMS key for the DataIntegration.

      • KmsKey — (String)

        The KMS key for the DataIntegration.

      • SourceURI — (String)

        The URI of the data source.

      • ScheduleConfiguration — (map)

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

        • FirstExecutionFrom — (String)

          The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

        • Object — (String)

          The name of the object to pull from the data source.

        • ScheduleExpressionrequired — (String)

          How often the data should be pulled from data source.

      • Tags — (map<String>)

        The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

      • FileConfiguration — (map)

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

        • Foldersrequired — (Array<String>)

          Identifiers for the source folders to pull all files from recursively.

        • Filters — (map<Array<String>>)

          Restrictions for what files should be pulled from the source.

      • ObjectConfiguration — (map<map<Array<String>>>)

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

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

getEventIntegration(params = {}, callback) ⇒ AWS.Request

Returns information about the event integration.

Service Reference:

Examples:

Calling the getEventIntegration operation

var params = {
  Name: 'STRING_VALUE' /* required */
};
appintegrations.getEventIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Name — (String)

      The name of the event integration.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Name — (String)

        The name of the event integration.

      • Description — (String)

        The description of the event integration.

      • EventIntegrationArn — (String)

        The Amazon Resource Name (ARN) for the event integration.

      • EventBridgeBus — (String)

        The EventBridge bus.

      • EventFilter — (map)

        The event filter.

        • Sourcerequired — (String)

          The source of the events.

      • Tags — (map<String>)

        The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listApplicationAssociations(params = {}, callback) ⇒ AWS.Request

Returns a paginated list of application associations for an application.

Service Reference:

Examples:

To list application associations of an application


/* The following retrives application associations of an application */

 var params = {
  ApplicationId: "98542c53-e8ac-4570-9c85-c6552c8d9c5e"
 };
 appintegrations.listApplicationAssociations(params, function(err, data) {
   if (err) console.log(err, err.stack); // an error occurred
   else     console.log(data);           // successful response
   /*
   data = {
    ApplicationAssociations: [
       {
      ApplicationArn: "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e", 
      ApplicationAssociationArn: "arn:aws:app-integrations:us-west-2:0123456789012:application-association/98542c53-e8ac-4570-9c85-c6552c8d9c5e/461dfb57-320a-454d-9bba-bb560845ff38", 
      ClientId: "connect.amazonaws.com"
     }
    ], 
    NextToken: "abc"
   }
   */
 });

Calling the listApplicationAssociations operation

var params = {
  ApplicationId: 'STRING_VALUE', /* required */
  MaxResults: 'NUMBER_VALUE',
  NextToken: 'STRING_VALUE'
};
appintegrations.listApplicationAssociations(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • ApplicationId — (String)

      A unique identifier for the Application.

    • NextToken — (String)

      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.

    • MaxResults — (Integer)

      The maximum number of results to return per page.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • ApplicationAssociations — (Array<map>)

        List of Application Associations for the Application.

        • ApplicationAssociationArn — (String)

          The Amazon Resource Name (ARN) of the Application Association.

        • ApplicationArn — (String)

          The Amazon Resource Name (ARN) of the Application.

        • ClientId — (String)

          The identifier for the client that is associated with the Application Association.

      • NextToken — (String)

        If there are additional results, this is the token for the next set of results.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listApplications(params = {}, callback) ⇒ AWS.Request

This API is in preview release and subject to change.

Lists applications in the account.

Service Reference:

Examples:

To list applications in the account


/* The following lists application summary in the account. */

 var params = {
  MaxResults: 1
 };
 appintegrations.listApplications(params, function(err, data) {
   if (err) console.log(err, err.stack); // an error occurred
   else     console.log(data);           // successful response
   /*
   data = {
    Applications: [
       {
      Arn: "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e", 
      Id: "98542c53-e8ac-4570-9c85-c6552c8d9c5e", 
      Name: "My Application", 
      Namespace: "myapplication"
     }
    ], 
    NextToken: "abc"
   }
   */
 });

Calling the listApplications operation

var params = {
  MaxResults: 'NUMBER_VALUE',
  NextToken: 'STRING_VALUE'
};
appintegrations.listApplications(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • NextToken — (String)

      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.

    • MaxResults — (Integer)

      The maximum number of results to return per page.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Applications — (Array<map>)

        The Applications associated with this account.

        • Arn — (String)

          The Amazon Resource Name (ARN) of the Application.

        • Id — (String)

          A unique identifier for the Application.

        • Name — (String)

          The name of the application.

        • Namespace — (String)

          The namespace of the application.

        • CreatedTime — (Date)

          The time when the application was created.

        • LastModifiedTime — (Date)

          The time when the application was last modified.

      • NextToken — (String)

        If there are additional results, this is the token for the next set of results.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listDataIntegrationAssociations(params = {}, callback) ⇒ AWS.Request

Returns a paginated list of DataIntegration associations in the account.

Note: 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.

Service Reference:

Examples:

Calling the listDataIntegrationAssociations operation

var params = {
  DataIntegrationIdentifier: 'STRING_VALUE', /* required */
  MaxResults: 'NUMBER_VALUE',
  NextToken: 'STRING_VALUE'
};
appintegrations.listDataIntegrationAssociations(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • DataIntegrationIdentifier — (String)

      A unique identifier for the DataIntegration.

    • NextToken — (String)

      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.

    • MaxResults — (Integer)

      The maximum number of results to return per page.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • DataIntegrationAssociations — (Array<map>)

        The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.

        • DataIntegrationAssociationArn — (String)

          The Amazon Resource Name (ARN) of the DataIntegration association.

        • DataIntegrationArn — (String)

          The Amazon Resource Name (ARN) of the DataIntegration.

        • ClientId — (String)

          The identifier for the client that is associated with the DataIntegration association.

      • NextToken — (String)

        If there are additional results, this is the token for the next set of results.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listDataIntegrations(params = {}, callback) ⇒ AWS.Request

Returns a paginated list of DataIntegrations in the account.

Note: 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.

Service Reference:

Examples:

Calling the listDataIntegrations operation

var params = {
  MaxResults: 'NUMBER_VALUE',
  NextToken: 'STRING_VALUE'
};
appintegrations.listDataIntegrations(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • NextToken — (String)

      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.

    • MaxResults — (Integer)

      The maximum number of results to return per page.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • DataIntegrations — (Array<map>)

        The DataIntegrations associated with this account.

        • Arn — (String)

          The Amazon Resource Name (ARN) of the DataIntegration.

        • Name — (String)

          The name of the DataIntegration.

        • SourceURI — (String)

          The URI of the data source.

      • NextToken — (String)

        If there are additional results, this is the token for the next set of results.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listEventIntegrationAssociations(params = {}, callback) ⇒ AWS.Request

Returns a paginated list of event integration associations in the account.

Examples:

Calling the listEventIntegrationAssociations operation

var params = {
  EventIntegrationName: 'STRING_VALUE', /* required */
  MaxResults: 'NUMBER_VALUE',
  NextToken: 'STRING_VALUE'
};
appintegrations.listEventIntegrationAssociations(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • EventIntegrationName — (String)

      The name of the event integration.

    • NextToken — (String)

      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.

    • MaxResults — (Integer)

      The maximum number of results to return per page.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • EventIntegrationAssociations — (Array<map>)

        The event integration associations.

        • EventIntegrationAssociationArn — (String)

          The Amazon Resource Name (ARN) for the event integration association.

        • EventIntegrationAssociationId — (String)

          The identifier for the event integration association.

        • EventIntegrationName — (String)

          The name of the event integration.

        • ClientId — (String)

          The identifier for the client that is associated with the event integration.

        • EventBridgeRuleName — (String)

          The name of the EventBridge rule.

        • ClientAssociationMetadata — (map<String>)

          The metadata associated with the client.

      • NextToken — (String)

        If there are additional results, this is the token for the next set of results.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listEventIntegrations(params = {}, callback) ⇒ AWS.Request

Returns a paginated list of event integrations in the account.

Service Reference:

Examples:

Calling the listEventIntegrations operation

var params = {
  MaxResults: 'NUMBER_VALUE',
  NextToken: 'STRING_VALUE'
};
appintegrations.listEventIntegrations(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • NextToken — (String)

      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.

    • MaxResults — (Integer)

      The maximum number of results to return per page.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • EventIntegrations — (Array<map>)

        The event integrations.

        • EventIntegrationArn — (String)

          The Amazon Resource Name (ARN) of the event integration.

        • Name — (String)

          The name of the event integration.

        • Description — (String)

          The event integration description.

        • EventFilter — (map)

          The event integration filter.

          • Sourcerequired — (String)

            The source of the events.

        • EventBridgeBus — (String)

          The Amazon EventBridge bus for the event integration.

        • Tags — (map<String>)

          The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

      • NextToken — (String)

        If there are additional results, this is the token for the next set of results.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

listTagsForResource(params = {}, callback) ⇒ AWS.Request

Lists the tags for the specified resource.

Service Reference:

Examples:

Calling the listTagsForResource operation

var params = {
  resourceArn: 'STRING_VALUE' /* required */
};
appintegrations.listTagsForResource(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • resourceArn — (String)

      The Amazon Resource Name (ARN) of the resource.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • tags — (map<String>)

        Information about the tags.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

tagResource(params = {}, callback) ⇒ AWS.Request

Adds the specified tags to the specified resource.

Service Reference:

Examples:

Calling the tagResource operation

var params = {
  resourceArn: 'STRING_VALUE', /* required */
  tags: { /* required */
    '<TagKey>': 'STRING_VALUE',
    /* '<TagKey>': ... */
  }
};
appintegrations.tagResource(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • resourceArn — (String)

      The Amazon Resource Name (ARN) of the resource.

    • tags — (map<String>)

      The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

untagResource(params = {}, callback) ⇒ AWS.Request

Removes the specified tags from the specified resource.

Service Reference:

Examples:

Calling the untagResource operation

var params = {
  resourceArn: 'STRING_VALUE', /* required */
  tagKeys: [ /* required */
    'STRING_VALUE',
    /* more items */
  ]
};
appintegrations.untagResource(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • resourceArn — (String)

      The Amazon Resource Name (ARN) of the resource.

    • tagKeys — (Array<String>)

      The tag keys.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

updateApplication(params = {}, callback) ⇒ AWS.Request

This API is in preview release and subject to change.

Updates and persists an Application resource.

Service Reference:

Examples:

To update an application


/* The following updates an existing application named with a new name. */

 var params = {
  Arn: "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e", 
  Name: "My New Application Name"
 };
 appintegrations.updateApplication(params, function(err, data) {
   if (err) console.log(err, err.stack); // an error occurred
   else     console.log(data);           // successful response
   /*
   data = {
   }
   */
 });

Calling the updateApplication operation

var params = {
  Arn: 'STRING_VALUE', /* required */
  ApplicationSourceConfig: {
    ExternalUrlConfig: {
      AccessUrl: 'STRING_VALUE', /* required */
      ApprovedOrigins: [
        'STRING_VALUE',
        /* more items */
      ]
    }
  },
  Description: 'STRING_VALUE',
  Name: 'STRING_VALUE',
  Permissions: [
    'STRING_VALUE',
    /* more items */
  ],
  Publications: [
    {
      Event: 'STRING_VALUE', /* required */
      Schema: 'STRING_VALUE', /* required */
      Description: 'STRING_VALUE'
    },
    /* more items */
  ],
  Subscriptions: [
    {
      Event: 'STRING_VALUE', /* required */
      Description: 'STRING_VALUE'
    },
    /* more items */
  ]
};
appintegrations.updateApplication(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Arn — (String)

      The Amazon Resource Name (ARN) of the Application.

    • Name — (String)

      The name of the application.

    • Description — (String)

      The description of the application.

    • ApplicationSourceConfig — (map)

      The configuration for where the application should be loaded from.

      • ExternalUrlConfig — (map)

        The external URL source for the application.

        • AccessUrlrequired — (String)

          The URL to access the application.

        • ApprovedOrigins — (Array<String>)

          Additional URLs to allow list if different than the access URL.

    • Subscriptions — (Array<map>)

      The events that the application subscribes.

      • Eventrequired — (String)

        The name of the subscription.

      • Description — (String)

        The description of the subscription.

    • Publications — (Array<map>)

      The events that the application publishes.

      • Eventrequired — (String)

        The name of the publication.

      • Schemarequired — (String)

        The JSON schema of the publication event.

      • Description — (String)

        The description of the publication.

    • Permissions — (Array<String>)

      The configuration of events or requests that the application has access to.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

updateDataIntegration(params = {}, callback) ⇒ AWS.Request

Updates the description of a DataIntegration.

Note: 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.

Service Reference:

Examples:

Calling the updateDataIntegration operation

var params = {
  Identifier: 'STRING_VALUE', /* required */
  Description: 'STRING_VALUE',
  Name: 'STRING_VALUE'
};
appintegrations.updateDataIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Identifier — (String)

      A unique identifier for the DataIntegration.

    • Name — (String)

      The name of the DataIntegration.

    • Description — (String)

      A description of the DataIntegration.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

updateEventIntegration(params = {}, callback) ⇒ AWS.Request

Updates the description of an event integration.

Service Reference:

Examples:

Calling the updateEventIntegration operation

var params = {
  Name: 'STRING_VALUE', /* required */
  Description: 'STRING_VALUE'
};
appintegrations.updateEventIntegration(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Name — (String)

      The name of the event integration.

    • Description — (String)

      The description of the event integration.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.