@aws-sdk/client-appintegrations 3.296.0 → 3.298.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/dist-cjs/commands/CreateDataIntegrationCommand.js +2 -3
- package/dist-cjs/commands/CreateEventIntegrationCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataIntegrationCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventIntegrationCommand.js +2 -3
- package/dist-cjs/commands/GetDataIntegrationCommand.js +2 -3
- package/dist-cjs/commands/GetEventIntegrationCommand.js +2 -3
- package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListDataIntegrationsCommand.js +2 -3
- package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListEventIntegrationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDataIntegrationCommand.js +2 -3
- package/dist-cjs/commands/UpdateEventIntegrationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -149
- package/dist-es/commands/CreateDataIntegrationCommand.js +2 -3
- package/dist-es/commands/CreateEventIntegrationCommand.js +2 -3
- package/dist-es/commands/DeleteDataIntegrationCommand.js +2 -3
- package/dist-es/commands/DeleteEventIntegrationCommand.js +2 -3
- package/dist-es/commands/GetDataIntegrationCommand.js +2 -3
- package/dist-es/commands/GetEventIntegrationCommand.js +2 -3
- package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +2 -3
- package/dist-es/commands/ListDataIntegrationsCommand.js +2 -3
- package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +2 -3
- package/dist-es/commands/ListEventIntegrationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDataIntegrationCommand.js +2 -3
- package/dist-es/commands/UpdateEventIntegrationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -111
- package/dist-types/AppIntegrations.d.ts +16 -0
- package/dist-types/AppIntegrationsClient.d.ts +24 -4
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/GetDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/GetEventIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataIntegrationsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventIntegrationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventIntegrationCommand.d.ts +16 -0
- package/dist-types/models/AppIntegrationsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +111 -155
- package/dist-types/ts3.4/models/models_0.d.ts +0 -109
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListEventIntegrationAssociationsRequestFilterSensitiveLog, ListEventIntegrationAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListEventIntegrationAssociationsCommand, serializeAws_restJson1ListEventIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListEventIntegrationAssociationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListEventIntegrationAssociationsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListEventIntegrationsRequestFilterSensitiveLog, ListEventIntegrationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListEventIntegrationsCommand, serializeAws_restJson1ListEventIntegrationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListEventIntegrationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListEventIntegrationsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateDataIntegrationRequestFilterSensitiveLog, UpdateDataIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateDataIntegrationCommand, serializeAws_restJson1UpdateDataIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateDataIntegrationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateDataIntegrationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateEventIntegrationRequestFilterSensitiveLog, UpdateEventIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateEventIntegrationCommand, serializeAws_restJson1UpdateEventIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateEventIntegrationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateEventIntegrationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -90,114 +90,3 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
90
90
|
this.Message = opts.Message;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
export const FileConfigurationFilterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
export const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
97
|
-
...obj,
|
|
98
|
-
});
|
|
99
|
-
export const CreateDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
102
|
-
export const CreateDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
103
|
-
...obj,
|
|
104
|
-
});
|
|
105
|
-
export const EventFilterFilterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
export const CreateEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
export const CreateEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
export const DeleteDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
115
|
-
...obj,
|
|
116
|
-
});
|
|
117
|
-
export const DeleteDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
export const DeleteEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
121
|
-
...obj,
|
|
122
|
-
});
|
|
123
|
-
export const DeleteEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
export const GetDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
127
|
-
...obj,
|
|
128
|
-
});
|
|
129
|
-
export const GetDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
export const GetEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
133
|
-
...obj,
|
|
134
|
-
});
|
|
135
|
-
export const GetEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
export const ListDataIntegrationAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
export const DataIntegrationAssociationSummaryFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
export const ListDataIntegrationAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
export const ListDataIntegrationsRequestFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
export const DataIntegrationSummaryFilterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
export const ListDataIntegrationsResponseFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
export const ListEventIntegrationAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
export const EventIntegrationAssociationFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
export const ListEventIntegrationAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
export const ListEventIntegrationsRequestFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
export const EventIntegrationFilterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
export const ListEventIntegrationsResponseFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
177
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
export const UpdateDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
export const UpdateDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
export const UpdateEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
export const UpdateEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
@@ -16,6 +16,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
16
16
|
import { UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput } from "./commands/UpdateDataIntegrationCommand";
|
|
17
17
|
import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput } from "./commands/UpdateEventIntegrationCommand";
|
|
18
18
|
/**
|
|
19
|
+
* @public
|
|
19
20
|
* <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
20
21
|
* applications.</p>
|
|
21
22
|
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
@@ -26,6 +27,7 @@ import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class AppIntegrations extends AppIntegrationsClient {
|
|
28
29
|
/**
|
|
30
|
+
* @public
|
|
29
31
|
* <p>Creates and persists a DataIntegration resource.</p>
|
|
30
32
|
* <note>
|
|
31
33
|
* <p>You cannot create a DataIntegration association for a DataIntegration that has been
|
|
@@ -37,6 +39,7 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
37
39
|
createDataIntegration(args: CreateDataIntegrationCommandInput, cb: (err: any, data?: CreateDataIntegrationCommandOutput) => void): void;
|
|
38
40
|
createDataIntegration(args: CreateDataIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataIntegrationCommandOutput) => void): void;
|
|
39
41
|
/**
|
|
42
|
+
* @public
|
|
40
43
|
* <p>Creates an EventIntegration, given a specified name, description, and a reference to an
|
|
41
44
|
* Amazon EventBridge bus in your account and a partner event source that pushes events to
|
|
42
45
|
* that bus. No objects are created in the your account, only metadata that is persisted on the
|
|
@@ -46,6 +49,7 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
46
49
|
createEventIntegration(args: CreateEventIntegrationCommandInput, cb: (err: any, data?: CreateEventIntegrationCommandOutput) => void): void;
|
|
47
50
|
createEventIntegration(args: CreateEventIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventIntegrationCommandOutput) => void): void;
|
|
48
51
|
/**
|
|
52
|
+
* @public
|
|
49
53
|
* <p>Deletes the DataIntegration. Only DataIntegrations that don't have any
|
|
50
54
|
* DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the
|
|
51
55
|
* underlying Amazon AppFlow flow and service linked role. </p>
|
|
@@ -59,6 +63,7 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
59
63
|
deleteDataIntegration(args: DeleteDataIntegrationCommandInput, cb: (err: any, data?: DeleteDataIntegrationCommandOutput) => void): void;
|
|
60
64
|
deleteDataIntegration(args: DeleteDataIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataIntegrationCommandOutput) => void): void;
|
|
61
65
|
/**
|
|
66
|
+
* @public
|
|
62
67
|
* <p>Deletes the specified existing event integration. If the event integration is associated
|
|
63
68
|
* with clients, the request is rejected.</p>
|
|
64
69
|
*/
|
|
@@ -66,6 +71,7 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
66
71
|
deleteEventIntegration(args: DeleteEventIntegrationCommandInput, cb: (err: any, data?: DeleteEventIntegrationCommandOutput) => void): void;
|
|
67
72
|
deleteEventIntegration(args: DeleteEventIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventIntegrationCommandOutput) => void): void;
|
|
68
73
|
/**
|
|
74
|
+
* @public
|
|
69
75
|
* <p>Returns information about the DataIntegration.</p>
|
|
70
76
|
* <note>
|
|
71
77
|
* <p>You cannot create a DataIntegration association for a DataIntegration that has been previously associated.
|
|
@@ -77,12 +83,14 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
77
83
|
getDataIntegration(args: GetDataIntegrationCommandInput, cb: (err: any, data?: GetDataIntegrationCommandOutput) => void): void;
|
|
78
84
|
getDataIntegration(args: GetDataIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataIntegrationCommandOutput) => void): void;
|
|
79
85
|
/**
|
|
86
|
+
* @public
|
|
80
87
|
* <p>Returns information about the event integration.</p>
|
|
81
88
|
*/
|
|
82
89
|
getEventIntegration(args: GetEventIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<GetEventIntegrationCommandOutput>;
|
|
83
90
|
getEventIntegration(args: GetEventIntegrationCommandInput, cb: (err: any, data?: GetEventIntegrationCommandOutput) => void): void;
|
|
84
91
|
getEventIntegration(args: GetEventIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventIntegrationCommandOutput) => void): void;
|
|
85
92
|
/**
|
|
93
|
+
* @public
|
|
86
94
|
* <p>Returns a paginated list of DataIntegration associations in the account.</p>
|
|
87
95
|
* <note>
|
|
88
96
|
* <p>You cannot create a DataIntegration association for a DataIntegration that has been previously associated.
|
|
@@ -94,6 +102,7 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
94
102
|
listDataIntegrationAssociations(args: ListDataIntegrationAssociationsCommandInput, cb: (err: any, data?: ListDataIntegrationAssociationsCommandOutput) => void): void;
|
|
95
103
|
listDataIntegrationAssociations(args: ListDataIntegrationAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIntegrationAssociationsCommandOutput) => void): void;
|
|
96
104
|
/**
|
|
105
|
+
* @public
|
|
97
106
|
* <p>Returns a paginated list of DataIntegrations in the account.</p>
|
|
98
107
|
* <note>
|
|
99
108
|
* <p>You cannot create a DataIntegration association for a DataIntegration that has been previously associated.
|
|
@@ -105,36 +114,42 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
105
114
|
listDataIntegrations(args: ListDataIntegrationsCommandInput, cb: (err: any, data?: ListDataIntegrationsCommandOutput) => void): void;
|
|
106
115
|
listDataIntegrations(args: ListDataIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIntegrationsCommandOutput) => void): void;
|
|
107
116
|
/**
|
|
117
|
+
* @public
|
|
108
118
|
* <p>Returns a paginated list of event integration associations in the account. </p>
|
|
109
119
|
*/
|
|
110
120
|
listEventIntegrationAssociations(args: ListEventIntegrationAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventIntegrationAssociationsCommandOutput>;
|
|
111
121
|
listEventIntegrationAssociations(args: ListEventIntegrationAssociationsCommandInput, cb: (err: any, data?: ListEventIntegrationAssociationsCommandOutput) => void): void;
|
|
112
122
|
listEventIntegrationAssociations(args: ListEventIntegrationAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventIntegrationAssociationsCommandOutput) => void): void;
|
|
113
123
|
/**
|
|
124
|
+
* @public
|
|
114
125
|
* <p>Returns a paginated list of event integrations in the account.</p>
|
|
115
126
|
*/
|
|
116
127
|
listEventIntegrations(args: ListEventIntegrationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventIntegrationsCommandOutput>;
|
|
117
128
|
listEventIntegrations(args: ListEventIntegrationsCommandInput, cb: (err: any, data?: ListEventIntegrationsCommandOutput) => void): void;
|
|
118
129
|
listEventIntegrations(args: ListEventIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventIntegrationsCommandOutput) => void): void;
|
|
119
130
|
/**
|
|
131
|
+
* @public
|
|
120
132
|
* <p>Lists the tags for the specified resource.</p>
|
|
121
133
|
*/
|
|
122
134
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
123
135
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
124
136
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
125
137
|
/**
|
|
138
|
+
* @public
|
|
126
139
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
127
140
|
*/
|
|
128
141
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
129
142
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
130
143
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
131
144
|
/**
|
|
145
|
+
* @public
|
|
132
146
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
133
147
|
*/
|
|
134
148
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
135
149
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
136
150
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
137
151
|
/**
|
|
152
|
+
* @public
|
|
138
153
|
* <p>Updates the description of a DataIntegration.</p>
|
|
139
154
|
* <note>
|
|
140
155
|
* <p>You cannot create a DataIntegration association for a DataIntegration that has been previously associated.
|
|
@@ -146,6 +161,7 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
146
161
|
updateDataIntegration(args: UpdateDataIntegrationCommandInput, cb: (err: any, data?: UpdateDataIntegrationCommandOutput) => void): void;
|
|
147
162
|
updateDataIntegration(args: UpdateDataIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataIntegrationCommandOutput) => void): void;
|
|
148
163
|
/**
|
|
164
|
+
* @public
|
|
149
165
|
* <p>Updates the description of an event integration.</p>
|
|
150
166
|
*/
|
|
151
167
|
updateEventIntegration(args: UpdateEventIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventIntegrationCommandOutput>;
|
|
@@ -23,15 +23,24 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
23
23
|
import { UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput } from "./commands/UpdateDataIntegrationCommand";
|
|
24
24
|
import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput } from "./commands/UpdateEventIntegrationCommand";
|
|
25
25
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
26
29
|
export type ServiceInputTypes = CreateDataIntegrationCommandInput | CreateEventIntegrationCommandInput | DeleteDataIntegrationCommandInput | DeleteEventIntegrationCommandInput | GetDataIntegrationCommandInput | GetEventIntegrationCommandInput | ListDataIntegrationAssociationsCommandInput | ListDataIntegrationsCommandInput | ListEventIntegrationAssociationsCommandInput | ListEventIntegrationsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataIntegrationCommandInput | UpdateEventIntegrationCommandInput;
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
27
33
|
export type ServiceOutputTypes = CreateDataIntegrationCommandOutput | CreateEventIntegrationCommandOutput | DeleteDataIntegrationCommandOutput | DeleteEventIntegrationCommandOutput | GetDataIntegrationCommandOutput | GetEventIntegrationCommandOutput | ListDataIntegrationAssociationsCommandOutput | ListDataIntegrationsCommandOutput | ListEventIntegrationAssociationsCommandOutput | ListEventIntegrationsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataIntegrationCommandOutput | UpdateEventIntegrationCommandOutput;
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
28
37
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
29
38
|
/**
|
|
30
39
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
31
40
|
*/
|
|
32
41
|
requestHandler?: __HttpHandler;
|
|
33
42
|
/**
|
|
34
|
-
* A constructor for a class implementing the {@link
|
|
43
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
35
44
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
36
45
|
* @internal
|
|
37
46
|
*/
|
|
@@ -121,23 +130,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
121
130
|
*/
|
|
122
131
|
logger?: __Logger;
|
|
123
132
|
/**
|
|
124
|
-
* The {@link
|
|
133
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
125
134
|
*/
|
|
126
135
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
127
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
128
140
|
type AppIntegrationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
129
141
|
/**
|
|
130
|
-
*
|
|
142
|
+
* @public
|
|
143
|
+
*
|
|
144
|
+
* The configuration interface of AppIntegrationsClient class constructor that set the region, credentials and other options.
|
|
131
145
|
*/
|
|
132
146
|
export interface AppIntegrationsClientConfig extends AppIntegrationsClientConfigType {
|
|
133
147
|
}
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
134
151
|
type AppIntegrationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
135
152
|
/**
|
|
136
|
-
*
|
|
153
|
+
* @public
|
|
154
|
+
*
|
|
155
|
+
* The resolved configuration interface of AppIntegrationsClient class. This is resolved and normalized from the {@link AppIntegrationsClientConfig | constructor configuration interface}.
|
|
137
156
|
*/
|
|
138
157
|
export interface AppIntegrationsClientResolvedConfig extends AppIntegrationsClientResolvedConfigType {
|
|
139
158
|
}
|
|
140
159
|
/**
|
|
160
|
+
* @public
|
|
141
161
|
* <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
142
162
|
* applications.</p>
|
|
143
163
|
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
5
5
|
import { CreateDataIntegrationRequest, CreateDataIntegrationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDataIntegrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDataIntegrationCommandInput extends CreateDataIntegrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDataIntegrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDataIntegrationCommandOutput extends CreateDataIntegrationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates and persists a DataIntegration resource.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>You cannot create a DataIntegration association for a DataIntegration that has been
|
|
@@ -30,6 +35,8 @@ export interface CreateDataIntegrationCommandOutput extends CreateDataIntegratio
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateDataIntegrationCommandInput - {@link CreateDataIntegrationCommandInput}
|
|
39
|
+
* @returns {@link CreateDataIntegrationCommandOutput}
|
|
33
40
|
* @see {@link CreateDataIntegrationCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateDataIntegrationCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateDataIntegrationCommandOutput extends CreateDataIntegratio
|
|
|
57
64
|
export declare class CreateDataIntegrationCommand extends $Command<CreateDataIntegrationCommandInput, CreateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateDataIntegrationCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateDataIntegrationCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppIntegrationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataIntegrationCommandInput, CreateDataIntegrationCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
5
5
|
import { CreateEventIntegrationRequest, CreateEventIntegrationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateEventIntegrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateEventIntegrationCommandInput extends CreateEventIntegrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateEventIntegrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateEventIntegrationCommandOutput extends CreateEventIntegrationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an EventIntegration, given a specified name, description, and a reference to an
|
|
18
23
|
* Amazon EventBridge bus in your account and a partner event source that pushes events to
|
|
19
24
|
* that bus. No objects are created in the your account, only metadata that is persisted on the
|
|
@@ -28,6 +33,8 @@ export interface CreateEventIntegrationCommandOutput extends CreateEventIntegrat
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateEventIntegrationCommandInput - {@link CreateEventIntegrationCommandInput}
|
|
37
|
+
* @returns {@link CreateEventIntegrationCommandOutput}
|
|
31
38
|
* @see {@link CreateEventIntegrationCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateEventIntegrationCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateEventIntegrationCommandOutput extends CreateEventIntegrat
|
|
|
55
62
|
export declare class CreateEventIntegrationCommand extends $Command<CreateEventIntegrationCommandInput, CreateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateEventIntegrationCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateEventIntegrationCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppIntegrationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventIntegrationCommandInput, CreateEventIntegrationCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
5
5
|
import { DeleteDataIntegrationRequest, DeleteDataIntegrationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDataIntegrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDataIntegrationCommandInput extends DeleteDataIntegrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDataIntegrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDataIntegrationCommandOutput extends DeleteDataIntegrationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the DataIntegration. Only DataIntegrations that don't have any
|
|
18
23
|
* DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the
|
|
19
24
|
* underlying Amazon AppFlow flow and service linked role. </p>
|
|
@@ -32,6 +37,8 @@ export interface DeleteDataIntegrationCommandOutput extends DeleteDataIntegratio
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param DeleteDataIntegrationCommandInput - {@link DeleteDataIntegrationCommandInput}
|
|
41
|
+
* @returns {@link DeleteDataIntegrationCommandOutput}
|
|
35
42
|
* @see {@link DeleteDataIntegrationCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link DeleteDataIntegrationCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DeleteDataIntegrationCommandOutput extends DeleteDataIntegratio
|
|
|
56
63
|
export declare class DeleteDataIntegrationCommand extends $Command<DeleteDataIntegrationCommandInput, DeleteDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
57
64
|
readonly input: DeleteDataIntegrationCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DeleteDataIntegrationCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppIntegrationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataIntegrationCommandInput, DeleteDataIntegrationCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
5
5
|
import { DeleteEventIntegrationRequest, DeleteEventIntegrationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEventIntegrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEventIntegrationCommandInput extends DeleteEventIntegrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEventIntegrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEventIntegrationCommandOutput extends DeleteEventIntegrationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified existing event integration. If the event integration is associated
|
|
18
23
|
* with clients, the request is rejected.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteEventIntegrationCommandOutput extends DeleteEventIntegrat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteEventIntegrationCommandInput - {@link DeleteEventIntegrationCommandInput}
|
|
35
|
+
* @returns {@link DeleteEventIntegrationCommandOutput}
|
|
29
36
|
* @see {@link DeleteEventIntegrationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteEventIntegrationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteEventIntegrationCommandOutput extends DeleteEventIntegrat
|
|
|
50
57
|
export declare class DeleteEventIntegrationCommand extends $Command<DeleteEventIntegrationCommandInput, DeleteEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteEventIntegrationCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteEventIntegrationCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppIntegrationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventIntegrationCommandInput, DeleteEventIntegrationCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|