@aws-sdk/client-appintegrations 3.624.0 → 3.626.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -4
- package/dist-cjs/index.js +120 -1
- package/dist-es/AppIntegrations.js +4 -0
- package/dist-es/commands/CreateDataIntegrationAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateDataIntegrationAssociationCommand.js +24 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +59 -0
- package/dist-types/AppIntegrations.d.ts +46 -5
- package/dist-types/AppIntegrationsClient.d.ts +36 -7
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -2
- package/dist-types/commands/CreateDataIntegrationAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -2
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -2
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDataIntegrationAssociationCommand.d.ts +91 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +32 -5
- package/dist-types/models/models_0.d.ts +197 -18
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/AppIntegrations.d.ts +34 -0
- package/dist-types/ts3.4/AppIntegrationsClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateDataIntegrationAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateDataIntegrationAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration
|
|
|
8
8
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
11
|
+
import { CreateDataIntegrationAssociationCommandInput, CreateDataIntegrationAssociationCommandOutput } from "./commands/CreateDataIntegrationAssociationCommand";
|
|
11
12
|
import { CreateDataIntegrationCommandInput, CreateDataIntegrationCommandOutput } from "./commands/CreateDataIntegrationCommand";
|
|
12
13
|
import { CreateEventIntegrationCommandInput, CreateEventIntegrationCommandOutput } from "./commands/CreateEventIntegrationCommand";
|
|
13
14
|
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
@@ -26,6 +27,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
26
27
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
27
28
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
28
29
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
30
|
+
import { UpdateDataIntegrationAssociationCommandInput, UpdateDataIntegrationAssociationCommandOutput } from "./commands/UpdateDataIntegrationAssociationCommand";
|
|
29
31
|
import { UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput } from "./commands/UpdateDataIntegrationCommand";
|
|
30
32
|
import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput } from "./commands/UpdateEventIntegrationCommand";
|
|
31
33
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -34,11 +36,11 @@ export { __Client };
|
|
|
34
36
|
/**
|
|
35
37
|
* @public
|
|
36
38
|
*/
|
|
37
|
-
export type ServiceInputTypes = CreateApplicationCommandInput | CreateDataIntegrationCommandInput | CreateEventIntegrationCommandInput | DeleteApplicationCommandInput | DeleteDataIntegrationCommandInput | DeleteEventIntegrationCommandInput | GetApplicationCommandInput | GetDataIntegrationCommandInput | GetEventIntegrationCommandInput | ListApplicationAssociationsCommandInput | ListApplicationsCommandInput | ListDataIntegrationAssociationsCommandInput | ListDataIntegrationsCommandInput | ListEventIntegrationAssociationsCommandInput | ListEventIntegrationsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDataIntegrationCommandInput | UpdateEventIntegrationCommandInput;
|
|
39
|
+
export type ServiceInputTypes = CreateApplicationCommandInput | CreateDataIntegrationAssociationCommandInput | CreateDataIntegrationCommandInput | CreateEventIntegrationCommandInput | DeleteApplicationCommandInput | DeleteDataIntegrationCommandInput | DeleteEventIntegrationCommandInput | GetApplicationCommandInput | GetDataIntegrationCommandInput | GetEventIntegrationCommandInput | ListApplicationAssociationsCommandInput | ListApplicationsCommandInput | ListDataIntegrationAssociationsCommandInput | ListDataIntegrationsCommandInput | ListEventIntegrationAssociationsCommandInput | ListEventIntegrationsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDataIntegrationAssociationCommandInput | UpdateDataIntegrationCommandInput | UpdateEventIntegrationCommandInput;
|
|
38
40
|
/**
|
|
39
41
|
* @public
|
|
40
42
|
*/
|
|
41
|
-
export type ServiceOutputTypes = CreateApplicationCommandOutput | CreateDataIntegrationCommandOutput | CreateEventIntegrationCommandOutput | DeleteApplicationCommandOutput | DeleteDataIntegrationCommandOutput | DeleteEventIntegrationCommandOutput | GetApplicationCommandOutput | GetDataIntegrationCommandOutput | GetEventIntegrationCommandOutput | ListApplicationAssociationsCommandOutput | ListApplicationsCommandOutput | ListDataIntegrationAssociationsCommandOutput | ListDataIntegrationsCommandOutput | ListEventIntegrationAssociationsCommandOutput | ListEventIntegrationsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDataIntegrationCommandOutput | UpdateEventIntegrationCommandOutput;
|
|
43
|
+
export type ServiceOutputTypes = CreateApplicationCommandOutput | CreateDataIntegrationAssociationCommandOutput | CreateDataIntegrationCommandOutput | CreateEventIntegrationCommandOutput | DeleteApplicationCommandOutput | DeleteDataIntegrationCommandOutput | DeleteEventIntegrationCommandOutput | GetApplicationCommandOutput | GetDataIntegrationCommandOutput | GetEventIntegrationCommandOutput | ListApplicationAssociationsCommandOutput | ListApplicationsCommandOutput | ListDataIntegrationAssociationsCommandOutput | ListDataIntegrationsCommandOutput | ListEventIntegrationAssociationsCommandOutput | ListEventIntegrationsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDataIntegrationAssociationCommandOutput | UpdateDataIntegrationCommandOutput | UpdateEventIntegrationCommandOutput;
|
|
42
44
|
/**
|
|
43
45
|
* @public
|
|
44
46
|
*/
|
|
@@ -172,13 +174,40 @@ export type AppIntegrationsClientResolvedConfigType = __SmithyResolvedConfigurat
|
|
|
172
174
|
export interface AppIntegrationsClientResolvedConfig extends AppIntegrationsClientResolvedConfigType {
|
|
173
175
|
}
|
|
174
176
|
/**
|
|
175
|
-
* <
|
|
177
|
+
* <ul>
|
|
178
|
+
* <li>
|
|
179
|
+
* <p>
|
|
180
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_AppIntegrations_Service.html">Amazon AppIntegrations
|
|
181
|
+
* actions</a>
|
|
182
|
+
* </p>
|
|
183
|
+
* </li>
|
|
184
|
+
* <li>
|
|
185
|
+
* <p>
|
|
186
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_AppIntegrations_Service.html">Amazon AppIntegrations
|
|
187
|
+
* data types</a>
|
|
188
|
+
* </p>
|
|
189
|
+
* </li>
|
|
190
|
+
* </ul>
|
|
191
|
+
* <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
176
192
|
* applications.</p>
|
|
177
193
|
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
194
|
+
* the following topics in the <i>Amazon Connect Administrator
|
|
195
|
+
* Guide</i>:</p>
|
|
196
|
+
* <ul>
|
|
197
|
+
* <li>
|
|
198
|
+
* <p>
|
|
199
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/3p-apps.html">Third-party
|
|
200
|
+
* applications (3p apps) in the agent workspace</a>
|
|
201
|
+
* </p>
|
|
202
|
+
* </li>
|
|
203
|
+
* <li>
|
|
204
|
+
* <p>
|
|
205
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-q-connect.html">Use
|
|
206
|
+
* Amazon Q in Connect for generative AI–powered agent assistance in
|
|
207
|
+
* real-time</a>
|
|
208
|
+
* </p>
|
|
209
|
+
* </li>
|
|
210
|
+
* </ul>
|
|
182
211
|
* @public
|
|
183
212
|
*/
|
|
184
213
|
export declare class AppIntegrationsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppIntegrationsClientResolvedConfig> {
|
|
@@ -27,8 +27,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Creates and persists an Application resource.</p>
|
|
30
|
+
* <p>Creates and persists an Application resource.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import { CreateDataIntegrationAssociationRequest, CreateDataIntegrationAssociationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateDataIntegrationAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateDataIntegrationAssociationCommandInput extends CreateDataIntegrationAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateDataIntegrationAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateDataIntegrationAssociationCommandOutput extends CreateDataIntegrationAssociationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateDataIntegrationAssociationCommand_base: {
|
|
25
|
+
new (input: CreateDataIntegrationAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataIntegrationAssociationCommandInput, CreateDataIntegrationAssociationCommandOutput, AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateDataIntegrationAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataIntegrationAssociationCommandInput, CreateDataIntegrationAssociationCommandOutput, AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates and persists a DataIntegrationAssociation resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { AppIntegrationsClient, CreateDataIntegrationAssociationCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import
|
|
35
|
+
* // const { AppIntegrationsClient, CreateDataIntegrationAssociationCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import
|
|
36
|
+
* const client = new AppIntegrationsClient(config);
|
|
37
|
+
* const input = { // CreateDataIntegrationAssociationRequest
|
|
38
|
+
* DataIntegrationIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* ClientId: "STRING_VALUE",
|
|
40
|
+
* ObjectConfiguration: { // ObjectConfiguration
|
|
41
|
+
* "<keys>": { // FieldsMap
|
|
42
|
+
* "<keys>": [ // FieldsList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* },
|
|
46
|
+
* },
|
|
47
|
+
* DestinationURI: "STRING_VALUE",
|
|
48
|
+
* ClientAssociationMetadata: { // ClientAssociationMetadata
|
|
49
|
+
* "<keys>": "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* ClientToken: "STRING_VALUE",
|
|
52
|
+
* ExecutionConfiguration: { // ExecutionConfiguration
|
|
53
|
+
* ExecutionMode: "ON_DEMAND" || "SCHEDULED", // required
|
|
54
|
+
* OnDemandConfiguration: { // OnDemandConfiguration
|
|
55
|
+
* StartTime: "STRING_VALUE", // required
|
|
56
|
+
* EndTime: "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* ScheduleConfiguration: { // ScheduleConfiguration
|
|
59
|
+
* FirstExecutionFrom: "STRING_VALUE",
|
|
60
|
+
* Object: "STRING_VALUE",
|
|
61
|
+
* ScheduleExpression: "STRING_VALUE", // required
|
|
62
|
+
* },
|
|
63
|
+
* },
|
|
64
|
+
* };
|
|
65
|
+
* const command = new CreateDataIntegrationAssociationCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* // { // CreateDataIntegrationAssociationResponse
|
|
68
|
+
* // DataIntegrationAssociationId: "STRING_VALUE",
|
|
69
|
+
* // DataIntegrationArn: "STRING_VALUE",
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
74
|
+
* @param CreateDataIntegrationAssociationCommandInput - {@link CreateDataIntegrationAssociationCommandInput}
|
|
75
|
+
* @returns {@link CreateDataIntegrationAssociationCommandOutput}
|
|
76
|
+
* @see {@link CreateDataIntegrationAssociationCommandInput} for command's `input` shape.
|
|
77
|
+
* @see {@link CreateDataIntegrationAssociationCommandOutput} for command's `response` shape.
|
|
78
|
+
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
81
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
84
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
87
|
+
* <p>The request is not valid. </p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
|
+
* <p>The specified resource was not found.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ResourceQuotaExceededException} (client fault)
|
|
93
|
+
* <p>The allowed quota for the resource has been exceeded.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
96
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link AppIntegrationsServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from AppIntegrations service.</p>
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class CreateDataIntegrationAssociationCommand extends CreateDataIntegrationAssociationCommand_base {
|
|
104
|
+
}
|
|
@@ -43,7 +43,7 @@ declare const CreateDataIntegrationCommand_base: {
|
|
|
43
43
|
* Name: "STRING_VALUE", // required
|
|
44
44
|
* Description: "STRING_VALUE",
|
|
45
45
|
* KmsKey: "STRING_VALUE", // required
|
|
46
|
-
* SourceURI: "STRING_VALUE",
|
|
46
|
+
* SourceURI: "STRING_VALUE",
|
|
47
47
|
* ScheduleConfig: { // ScheduleConfiguration
|
|
48
48
|
* FirstExecutionFrom: "STRING_VALUE",
|
|
49
49
|
* Object: "STRING_VALUE",
|
|
@@ -27,7 +27,8 @@ declare const DeleteApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the Application. Only Applications that don't have any Application Associations
|
|
30
|
+
* <p>Deletes the Application. Only Applications that don't have any Application Associations
|
|
31
|
+
* can be deleted.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const GetApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Get an Application resource.</p>
|
|
30
|
+
* <p>Get an Application resource.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Lists applications in the account.</p>
|
|
30
|
+
* <p>Lists applications in the account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -52,6 +52,23 @@ declare const ListDataIntegrationAssociationsCommand_base: {
|
|
|
52
52
|
* // DataIntegrationAssociationArn: "STRING_VALUE",
|
|
53
53
|
* // DataIntegrationArn: "STRING_VALUE",
|
|
54
54
|
* // ClientId: "STRING_VALUE",
|
|
55
|
+
* // DestinationURI: "STRING_VALUE",
|
|
56
|
+
* // LastExecutionStatus: { // LastExecutionStatus
|
|
57
|
+
* // ExecutionStatus: "COMPLETED" || "IN_PROGRESS" || "FAILED",
|
|
58
|
+
* // StatusMessage: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ExecutionConfiguration: { // ExecutionConfiguration
|
|
61
|
+
* // ExecutionMode: "ON_DEMAND" || "SCHEDULED", // required
|
|
62
|
+
* // OnDemandConfiguration: { // OnDemandConfiguration
|
|
63
|
+
* // StartTime: "STRING_VALUE", // required
|
|
64
|
+
* // EndTime: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ScheduleConfiguration: { // ScheduleConfiguration
|
|
67
|
+
* // FirstExecutionFrom: "STRING_VALUE",
|
|
68
|
+
* // Object: "STRING_VALUE",
|
|
69
|
+
* // ScheduleExpression: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
55
72
|
* // },
|
|
56
73
|
* // ],
|
|
57
74
|
* // NextToken: "STRING_VALUE",
|
|
@@ -27,8 +27,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates and persists an Application resource.</p>
|
|
30
|
+
* <p>Updates and persists an Application resource.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import { UpdateDataIntegrationAssociationRequest, UpdateDataIntegrationAssociationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateDataIntegrationAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateDataIntegrationAssociationCommandInput extends UpdateDataIntegrationAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateDataIntegrationAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateDataIntegrationAssociationCommandOutput extends UpdateDataIntegrationAssociationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateDataIntegrationAssociationCommand_base: {
|
|
25
|
+
new (input: UpdateDataIntegrationAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataIntegrationAssociationCommandInput, UpdateDataIntegrationAssociationCommandOutput, AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateDataIntegrationAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataIntegrationAssociationCommandInput, UpdateDataIntegrationAssociationCommandOutput, AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates and persists a DataIntegrationAssociation resource.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>
|
|
33
|
+
* Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job.
|
|
34
|
+
* </p>
|
|
35
|
+
* </note>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { AppIntegrationsClient, UpdateDataIntegrationAssociationCommand } from "@aws-sdk/client-appintegrations"; // ES Modules import
|
|
40
|
+
* // const { AppIntegrationsClient, UpdateDataIntegrationAssociationCommand } = require("@aws-sdk/client-appintegrations"); // CommonJS import
|
|
41
|
+
* const client = new AppIntegrationsClient(config);
|
|
42
|
+
* const input = { // UpdateDataIntegrationAssociationRequest
|
|
43
|
+
* DataIntegrationIdentifier: "STRING_VALUE", // required
|
|
44
|
+
* DataIntegrationAssociationIdentifier: "STRING_VALUE", // required
|
|
45
|
+
* ExecutionConfiguration: { // ExecutionConfiguration
|
|
46
|
+
* ExecutionMode: "ON_DEMAND" || "SCHEDULED", // required
|
|
47
|
+
* OnDemandConfiguration: { // OnDemandConfiguration
|
|
48
|
+
* StartTime: "STRING_VALUE", // required
|
|
49
|
+
* EndTime: "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* ScheduleConfiguration: { // ScheduleConfiguration
|
|
52
|
+
* FirstExecutionFrom: "STRING_VALUE",
|
|
53
|
+
* Object: "STRING_VALUE",
|
|
54
|
+
* ScheduleExpression: "STRING_VALUE", // required
|
|
55
|
+
* },
|
|
56
|
+
* },
|
|
57
|
+
* };
|
|
58
|
+
* const command = new UpdateDataIntegrationAssociationCommand(input);
|
|
59
|
+
* const response = await client.send(command);
|
|
60
|
+
* // {};
|
|
61
|
+
*
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
64
|
+
* @param UpdateDataIntegrationAssociationCommandInput - {@link UpdateDataIntegrationAssociationCommandInput}
|
|
65
|
+
* @returns {@link UpdateDataIntegrationAssociationCommandOutput}
|
|
66
|
+
* @see {@link UpdateDataIntegrationAssociationCommandInput} for command's `input` shape.
|
|
67
|
+
* @see {@link UpdateDataIntegrationAssociationCommandOutput} for command's `response` shape.
|
|
68
|
+
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
71
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
74
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
77
|
+
* <p>The request is not valid. </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
|
+
* <p>The specified resource was not found.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
83
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link AppIntegrationsServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from AppIntegrations service.</p>
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class UpdateDataIntegrationAssociationCommand extends UpdateDataIntegrationAssociationCommand_base {
|
|
91
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./CreateApplicationCommand";
|
|
2
|
+
export * from "./CreateDataIntegrationAssociationCommand";
|
|
2
3
|
export * from "./CreateDataIntegrationCommand";
|
|
3
4
|
export * from "./CreateEventIntegrationCommand";
|
|
4
5
|
export * from "./DeleteApplicationCommand";
|
|
@@ -17,5 +18,6 @@ export * from "./ListTagsForResourceCommand";
|
|
|
17
18
|
export * from "./TagResourceCommand";
|
|
18
19
|
export * from "./UntagResourceCommand";
|
|
19
20
|
export * from "./UpdateApplicationCommand";
|
|
21
|
+
export * from "./UpdateDataIntegrationAssociationCommand";
|
|
20
22
|
export * from "./UpdateDataIntegrationCommand";
|
|
21
23
|
export * from "./UpdateEventIntegrationCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <
|
|
2
|
+
* <ul>
|
|
3
|
+
* <li>
|
|
4
|
+
* <p>
|
|
5
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_AppIntegrations_Service.html">Amazon AppIntegrations
|
|
6
|
+
* actions</a>
|
|
7
|
+
* </p>
|
|
8
|
+
* </li>
|
|
9
|
+
* <li>
|
|
10
|
+
* <p>
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_AppIntegrations_Service.html">Amazon AppIntegrations
|
|
12
|
+
* data types</a>
|
|
13
|
+
* </p>
|
|
14
|
+
* </li>
|
|
15
|
+
* </ul>
|
|
16
|
+
* <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
3
17
|
* applications.</p>
|
|
4
18
|
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
19
|
+
* the following topics in the <i>Amazon Connect Administrator
|
|
20
|
+
* Guide</i>:</p>
|
|
21
|
+
* <ul>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/3p-apps.html">Third-party
|
|
25
|
+
* applications (3p apps) in the agent workspace</a>
|
|
26
|
+
* </p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-q-connect.html">Use
|
|
31
|
+
* Amazon Q in Connect for generative AI–powered agent assistance in
|
|
32
|
+
* real-time</a>
|
|
33
|
+
* </p>
|
|
34
|
+
* </li>
|
|
35
|
+
* </ul>
|
|
9
36
|
*
|
|
10
37
|
* @packageDocumentation
|
|
11
38
|
*/
|