@aws-sdk/client-appintegrations 3.414.0 → 3.420.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 +39 -7
- package/dist-cjs/AppIntegrations.js +8 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
- package/dist-cjs/commands/CreateDataIntegrationCommand.js +5 -0
- package/dist-cjs/commands/CreateEventIntegrationCommand.js +5 -0
- package/dist-cjs/commands/DeleteDataIntegrationCommand.js +5 -0
- package/dist-cjs/commands/DeleteEventIntegrationCommand.js +5 -0
- package/dist-cjs/commands/GetApplicationCommand.js +51 -0
- package/dist-cjs/commands/GetDataIntegrationCommand.js +5 -0
- package/dist-cjs/commands/GetEventIntegrationCommand.js +5 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +51 -0
- package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +5 -0
- package/dist-cjs/commands/ListDataIntegrationsCommand.js +5 -0
- package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +5 -0
- package/dist-cjs/commands/ListEventIntegrationsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +51 -0
- package/dist-cjs/commands/UpdateDataIntegrationCommand.js +5 -0
- package/dist-cjs/commands/UpdateEventIntegrationCommand.js +5 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataIntegrationAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataIntegrationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListEventIntegrationAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListEventIntegrationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +303 -1
- package/dist-es/AppIntegrations.js +8 -0
- package/dist-es/commands/CreateApplicationCommand.js +47 -0
- package/dist-es/commands/CreateDataIntegrationCommand.js +5 -0
- package/dist-es/commands/CreateEventIntegrationCommand.js +5 -0
- package/dist-es/commands/DeleteDataIntegrationCommand.js +5 -0
- package/dist-es/commands/DeleteEventIntegrationCommand.js +5 -0
- package/dist-es/commands/GetApplicationCommand.js +47 -0
- package/dist-es/commands/GetDataIntegrationCommand.js +5 -0
- package/dist-es/commands/GetEventIntegrationCommand.js +5 -0
- package/dist-es/commands/ListApplicationsCommand.js +47 -0
- package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +5 -0
- package/dist-es/commands/ListDataIntegrationsCommand.js +5 -0
- package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +5 -0
- package/dist-es/commands/ListEventIntegrationsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateApplicationCommand.js +47 -0
- package/dist-es/commands/UpdateDataIntegrationCommand.js +5 -0
- package/dist-es/commands/UpdateEventIntegrationCommand.js +5 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/index.js +1 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
- package/dist-es/pagination/ListDataIntegrationAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListDataIntegrationsPaginator.js +25 -0
- package/dist-es/pagination/ListEventIntegrationAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListEventIntegrationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +295 -1
- package/dist-types/AppIntegrations.d.ts +28 -0
- package/dist-types/AppIntegrationsClient.d.ts +6 -2
- package/dist-types/commands/CreateApplicationCommand.d.ts +120 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +119 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +97 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +110 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +370 -66
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataIntegrationAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataIntegrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventIntegrationAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventIntegrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/AppIntegrations.d.ts +68 -0
- package/dist-types/ts3.4/AppIntegrationsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +95 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataIntegrationAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataIntegrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventIntegrationAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventIntegrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +31 -31
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AppIntegrationsClient } from "./AppIntegrationsClient";
|
|
3
|
+
import {
|
|
4
|
+
CreateApplicationCommandInput,
|
|
5
|
+
CreateApplicationCommandOutput,
|
|
6
|
+
} from "./commands/CreateApplicationCommand";
|
|
3
7
|
import {
|
|
4
8
|
CreateDataIntegrationCommandInput,
|
|
5
9
|
CreateDataIntegrationCommandOutput,
|
|
@@ -16,6 +20,10 @@ import {
|
|
|
16
20
|
DeleteEventIntegrationCommandInput,
|
|
17
21
|
DeleteEventIntegrationCommandOutput,
|
|
18
22
|
} from "./commands/DeleteEventIntegrationCommand";
|
|
23
|
+
import {
|
|
24
|
+
GetApplicationCommandInput,
|
|
25
|
+
GetApplicationCommandOutput,
|
|
26
|
+
} from "./commands/GetApplicationCommand";
|
|
19
27
|
import {
|
|
20
28
|
GetDataIntegrationCommandInput,
|
|
21
29
|
GetDataIntegrationCommandOutput,
|
|
@@ -24,6 +32,10 @@ import {
|
|
|
24
32
|
GetEventIntegrationCommandInput,
|
|
25
33
|
GetEventIntegrationCommandOutput,
|
|
26
34
|
} from "./commands/GetEventIntegrationCommand";
|
|
35
|
+
import {
|
|
36
|
+
ListApplicationsCommandInput,
|
|
37
|
+
ListApplicationsCommandOutput,
|
|
38
|
+
} from "./commands/ListApplicationsCommand";
|
|
27
39
|
import {
|
|
28
40
|
ListDataIntegrationAssociationsCommandInput,
|
|
29
41
|
ListDataIntegrationAssociationsCommandOutput,
|
|
@@ -52,6 +64,10 @@ import {
|
|
|
52
64
|
UntagResourceCommandInput,
|
|
53
65
|
UntagResourceCommandOutput,
|
|
54
66
|
} from "./commands/UntagResourceCommand";
|
|
67
|
+
import {
|
|
68
|
+
UpdateApplicationCommandInput,
|
|
69
|
+
UpdateApplicationCommandOutput,
|
|
70
|
+
} from "./commands/UpdateApplicationCommand";
|
|
55
71
|
import {
|
|
56
72
|
UpdateDataIntegrationCommandInput,
|
|
57
73
|
UpdateDataIntegrationCommandOutput,
|
|
@@ -61,6 +77,19 @@ import {
|
|
|
61
77
|
UpdateEventIntegrationCommandOutput,
|
|
62
78
|
} from "./commands/UpdateEventIntegrationCommand";
|
|
63
79
|
export interface AppIntegrations {
|
|
80
|
+
createApplication(
|
|
81
|
+
args: CreateApplicationCommandInput,
|
|
82
|
+
options?: __HttpHandlerOptions
|
|
83
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
84
|
+
createApplication(
|
|
85
|
+
args: CreateApplicationCommandInput,
|
|
86
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
87
|
+
): void;
|
|
88
|
+
createApplication(
|
|
89
|
+
args: CreateApplicationCommandInput,
|
|
90
|
+
options: __HttpHandlerOptions,
|
|
91
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
92
|
+
): void;
|
|
64
93
|
createDataIntegration(
|
|
65
94
|
args: CreateDataIntegrationCommandInput,
|
|
66
95
|
options?: __HttpHandlerOptions
|
|
@@ -113,6 +142,19 @@ export interface AppIntegrations {
|
|
|
113
142
|
options: __HttpHandlerOptions,
|
|
114
143
|
cb: (err: any, data?: DeleteEventIntegrationCommandOutput) => void
|
|
115
144
|
): void;
|
|
145
|
+
getApplication(
|
|
146
|
+
args: GetApplicationCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<GetApplicationCommandOutput>;
|
|
149
|
+
getApplication(
|
|
150
|
+
args: GetApplicationCommandInput,
|
|
151
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
getApplication(
|
|
154
|
+
args: GetApplicationCommandInput,
|
|
155
|
+
options: __HttpHandlerOptions,
|
|
156
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
157
|
+
): void;
|
|
116
158
|
getDataIntegration(
|
|
117
159
|
args: GetDataIntegrationCommandInput,
|
|
118
160
|
options?: __HttpHandlerOptions
|
|
@@ -139,6 +181,19 @@ export interface AppIntegrations {
|
|
|
139
181
|
options: __HttpHandlerOptions,
|
|
140
182
|
cb: (err: any, data?: GetEventIntegrationCommandOutput) => void
|
|
141
183
|
): void;
|
|
184
|
+
listApplications(
|
|
185
|
+
args: ListApplicationsCommandInput,
|
|
186
|
+
options?: __HttpHandlerOptions
|
|
187
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
188
|
+
listApplications(
|
|
189
|
+
args: ListApplicationsCommandInput,
|
|
190
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
191
|
+
): void;
|
|
192
|
+
listApplications(
|
|
193
|
+
args: ListApplicationsCommandInput,
|
|
194
|
+
options: __HttpHandlerOptions,
|
|
195
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
196
|
+
): void;
|
|
142
197
|
listDataIntegrationAssociations(
|
|
143
198
|
args: ListDataIntegrationAssociationsCommandInput,
|
|
144
199
|
options?: __HttpHandlerOptions
|
|
@@ -230,6 +285,19 @@ export interface AppIntegrations {
|
|
|
230
285
|
options: __HttpHandlerOptions,
|
|
231
286
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
232
287
|
): void;
|
|
288
|
+
updateApplication(
|
|
289
|
+
args: UpdateApplicationCommandInput,
|
|
290
|
+
options?: __HttpHandlerOptions
|
|
291
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
292
|
+
updateApplication(
|
|
293
|
+
args: UpdateApplicationCommandInput,
|
|
294
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
updateApplication(
|
|
297
|
+
args: UpdateApplicationCommandInput,
|
|
298
|
+
options: __HttpHandlerOptions,
|
|
299
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
300
|
+
): void;
|
|
233
301
|
updateDataIntegration(
|
|
234
302
|
args: UpdateDataIntegrationCommandInput,
|
|
235
303
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
UrlParser as __UrlParser,
|
|
46
46
|
UserAgent as __UserAgent,
|
|
47
47
|
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
CreateApplicationCommandInput,
|
|
50
|
+
CreateApplicationCommandOutput,
|
|
51
|
+
} from "./commands/CreateApplicationCommand";
|
|
48
52
|
import {
|
|
49
53
|
CreateDataIntegrationCommandInput,
|
|
50
54
|
CreateDataIntegrationCommandOutput,
|
|
@@ -61,6 +65,10 @@ import {
|
|
|
61
65
|
DeleteEventIntegrationCommandInput,
|
|
62
66
|
DeleteEventIntegrationCommandOutput,
|
|
63
67
|
} from "./commands/DeleteEventIntegrationCommand";
|
|
68
|
+
import {
|
|
69
|
+
GetApplicationCommandInput,
|
|
70
|
+
GetApplicationCommandOutput,
|
|
71
|
+
} from "./commands/GetApplicationCommand";
|
|
64
72
|
import {
|
|
65
73
|
GetDataIntegrationCommandInput,
|
|
66
74
|
GetDataIntegrationCommandOutput,
|
|
@@ -69,6 +77,10 @@ import {
|
|
|
69
77
|
GetEventIntegrationCommandInput,
|
|
70
78
|
GetEventIntegrationCommandOutput,
|
|
71
79
|
} from "./commands/GetEventIntegrationCommand";
|
|
80
|
+
import {
|
|
81
|
+
ListApplicationsCommandInput,
|
|
82
|
+
ListApplicationsCommandOutput,
|
|
83
|
+
} from "./commands/ListApplicationsCommand";
|
|
72
84
|
import {
|
|
73
85
|
ListDataIntegrationAssociationsCommandInput,
|
|
74
86
|
ListDataIntegrationAssociationsCommandOutput,
|
|
@@ -97,6 +109,10 @@ import {
|
|
|
97
109
|
UntagResourceCommandInput,
|
|
98
110
|
UntagResourceCommandOutput,
|
|
99
111
|
} from "./commands/UntagResourceCommand";
|
|
112
|
+
import {
|
|
113
|
+
UpdateApplicationCommandInput,
|
|
114
|
+
UpdateApplicationCommandOutput,
|
|
115
|
+
} from "./commands/UpdateApplicationCommand";
|
|
100
116
|
import {
|
|
101
117
|
UpdateDataIntegrationCommandInput,
|
|
102
118
|
UpdateDataIntegrationCommandOutput,
|
|
@@ -113,12 +129,15 @@ import {
|
|
|
113
129
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
114
130
|
export { __Client };
|
|
115
131
|
export type ServiceInputTypes =
|
|
132
|
+
| CreateApplicationCommandInput
|
|
116
133
|
| CreateDataIntegrationCommandInput
|
|
117
134
|
| CreateEventIntegrationCommandInput
|
|
118
135
|
| DeleteDataIntegrationCommandInput
|
|
119
136
|
| DeleteEventIntegrationCommandInput
|
|
137
|
+
| GetApplicationCommandInput
|
|
120
138
|
| GetDataIntegrationCommandInput
|
|
121
139
|
| GetEventIntegrationCommandInput
|
|
140
|
+
| ListApplicationsCommandInput
|
|
122
141
|
| ListDataIntegrationAssociationsCommandInput
|
|
123
142
|
| ListDataIntegrationsCommandInput
|
|
124
143
|
| ListEventIntegrationAssociationsCommandInput
|
|
@@ -126,15 +145,19 @@ export type ServiceInputTypes =
|
|
|
126
145
|
| ListTagsForResourceCommandInput
|
|
127
146
|
| TagResourceCommandInput
|
|
128
147
|
| UntagResourceCommandInput
|
|
148
|
+
| UpdateApplicationCommandInput
|
|
129
149
|
| UpdateDataIntegrationCommandInput
|
|
130
150
|
| UpdateEventIntegrationCommandInput;
|
|
131
151
|
export type ServiceOutputTypes =
|
|
152
|
+
| CreateApplicationCommandOutput
|
|
132
153
|
| CreateDataIntegrationCommandOutput
|
|
133
154
|
| CreateEventIntegrationCommandOutput
|
|
134
155
|
| DeleteDataIntegrationCommandOutput
|
|
135
156
|
| DeleteEventIntegrationCommandOutput
|
|
157
|
+
| GetApplicationCommandOutput
|
|
136
158
|
| GetDataIntegrationCommandOutput
|
|
137
159
|
| GetEventIntegrationCommandOutput
|
|
160
|
+
| ListApplicationsCommandOutput
|
|
138
161
|
| ListDataIntegrationAssociationsCommandOutput
|
|
139
162
|
| ListDataIntegrationsCommandOutput
|
|
140
163
|
| ListEventIntegrationAssociationsCommandOutput
|
|
@@ -142,6 +165,7 @@ export type ServiceOutputTypes =
|
|
|
142
165
|
| ListTagsForResourceCommandOutput
|
|
143
166
|
| TagResourceCommandOutput
|
|
144
167
|
| UntagResourceCommandOutput
|
|
168
|
+
| UpdateApplicationCommandOutput
|
|
145
169
|
| UpdateDataIntegrationCommandOutput
|
|
146
170
|
| UpdateEventIntegrationCommandOutput;
|
|
147
171
|
export interface ClientDefaults
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
AppIntegrationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppIntegrationsClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateApplicationRequest,
|
|
16
|
+
CreateApplicationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateApplicationCommandInput
|
|
20
|
+
extends CreateApplicationRequest {}
|
|
21
|
+
export interface CreateApplicationCommandOutput
|
|
22
|
+
extends CreateApplicationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
25
|
+
CreateApplicationCommandInput,
|
|
26
|
+
CreateApplicationCommandOutput,
|
|
27
|
+
AppIntegrationsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateApplicationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateApplicationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppIntegrationsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
AppIntegrationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppIntegrationsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetApplicationRequest,
|
|
16
|
+
GetApplicationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
20
|
+
export interface GetApplicationCommandOutput
|
|
21
|
+
extends GetApplicationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetApplicationCommand extends $Command<
|
|
24
|
+
GetApplicationCommandInput,
|
|
25
|
+
GetApplicationCommandOutput,
|
|
26
|
+
AppIntegrationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetApplicationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetApplicationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppIntegrationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
AppIntegrationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppIntegrationsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListApplicationsRequest,
|
|
16
|
+
ListApplicationsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
20
|
+
export interface ListApplicationsCommandOutput
|
|
21
|
+
extends ListApplicationsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListApplicationsCommand extends $Command<
|
|
24
|
+
ListApplicationsCommandInput,
|
|
25
|
+
ListApplicationsCommandOutput,
|
|
26
|
+
AppIntegrationsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListApplicationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListApplicationsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppIntegrationsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
AppIntegrationsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppIntegrationsClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateApplicationRequest,
|
|
16
|
+
UpdateApplicationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateApplicationCommandInput
|
|
20
|
+
extends UpdateApplicationRequest {}
|
|
21
|
+
export interface UpdateApplicationCommandOutput
|
|
22
|
+
extends UpdateApplicationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateApplicationCommand extends $Command<
|
|
25
|
+
UpdateApplicationCommandInput,
|
|
26
|
+
UpdateApplicationCommandOutput,
|
|
27
|
+
AppIntegrationsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateApplicationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateApplicationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppIntegrationsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
export * from "./CreateApplicationCommand";
|
|
1
2
|
export * from "./CreateDataIntegrationCommand";
|
|
2
3
|
export * from "./CreateEventIntegrationCommand";
|
|
3
4
|
export * from "./DeleteDataIntegrationCommand";
|
|
4
5
|
export * from "./DeleteEventIntegrationCommand";
|
|
6
|
+
export * from "./GetApplicationCommand";
|
|
5
7
|
export * from "./GetDataIntegrationCommand";
|
|
6
8
|
export * from "./GetEventIntegrationCommand";
|
|
9
|
+
export * from "./ListApplicationsCommand";
|
|
7
10
|
export * from "./ListDataIntegrationAssociationsCommand";
|
|
8
11
|
export * from "./ListDataIntegrationsCommand";
|
|
9
12
|
export * from "./ListEventIntegrationAssociationsCommand";
|
|
@@ -11,5 +14,6 @@ export * from "./ListEventIntegrationsCommand";
|
|
|
11
14
|
export * from "./ListTagsForResourceCommand";
|
|
12
15
|
export * from "./TagResourceCommand";
|
|
13
16
|
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdateApplicationCommand";
|
|
14
18
|
export * from "./UpdateDataIntegrationCommand";
|
|
15
19
|
export * from "./UpdateEventIntegrationCommand";
|
|
@@ -2,5 +2,6 @@ export * from "./AppIntegrationsClient";
|
|
|
2
2
|
export * from "./AppIntegrations";
|
|
3
3
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
4
4
|
export * from "./commands";
|
|
5
|
+
export * from "./pagination";
|
|
5
6
|
export * from "./models";
|
|
6
7
|
export { AppIntegrationsServiceException } from "./models/AppIntegrationsServiceException";
|
|
@@ -8,38 +8,35 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
8
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
9
|
);
|
|
10
10
|
}
|
|
11
|
-
export interface
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
export interface ExternalUrlConfig {
|
|
12
|
+
AccessUrl: string | undefined;
|
|
13
|
+
ApprovedOrigins?: string[];
|
|
14
14
|
}
|
|
15
|
-
export interface
|
|
16
|
-
|
|
17
|
-
Object?: string;
|
|
18
|
-
ScheduleExpression: string | undefined;
|
|
15
|
+
export interface ApplicationSourceConfig {
|
|
16
|
+
ExternalUrlConfig?: ExternalUrlConfig;
|
|
19
17
|
}
|
|
20
|
-
export interface
|
|
18
|
+
export interface Publication {
|
|
19
|
+
Event: string | undefined;
|
|
20
|
+
Schema: string | undefined;
|
|
21
|
+
Description?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface Subscription {
|
|
24
|
+
Event: string | undefined;
|
|
25
|
+
Description?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface CreateApplicationRequest {
|
|
21
28
|
Name: string | undefined;
|
|
29
|
+
Namespace: string | undefined;
|
|
22
30
|
Description?: string;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
Tags?: Record<string, string>;
|
|
31
|
+
ApplicationSourceConfig: ApplicationSourceConfig | undefined;
|
|
32
|
+
Subscriptions?: Subscription[];
|
|
33
|
+
Publications?: Publication[];
|
|
27
34
|
ClientToken?: string;
|
|
28
|
-
|
|
29
|
-
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
35
|
+
Tags?: Record<string, string>;
|
|
30
36
|
}
|
|
31
|
-
export interface
|
|
37
|
+
export interface CreateApplicationResponse {
|
|
32
38
|
Arn?: string;
|
|
33
39
|
Id?: string;
|
|
34
|
-
Name?: string;
|
|
35
|
-
Description?: string;
|
|
36
|
-
KmsKey?: string;
|
|
37
|
-
SourceURI?: string;
|
|
38
|
-
ScheduleConfiguration?: ScheduleConfiguration;
|
|
39
|
-
Tags?: Record<string, string>;
|
|
40
|
-
ClientToken?: string;
|
|
41
|
-
FileConfiguration?: FileConfiguration;
|
|
42
|
-
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
43
40
|
}
|
|
44
41
|
export declare class DuplicateResourceException extends __BaseException {
|
|
45
42
|
readonly name: "DuplicateResourceException";
|
|
@@ -81,6 +78,39 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
81
78
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
82
79
|
);
|
|
83
80
|
}
|
|
81
|
+
export interface FileConfiguration {
|
|
82
|
+
Folders: string[] | undefined;
|
|
83
|
+
Filters?: Record<string, string[]>;
|
|
84
|
+
}
|
|
85
|
+
export interface ScheduleConfiguration {
|
|
86
|
+
FirstExecutionFrom?: string;
|
|
87
|
+
Object?: string;
|
|
88
|
+
ScheduleExpression: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface CreateDataIntegrationRequest {
|
|
91
|
+
Name: string | undefined;
|
|
92
|
+
Description?: string;
|
|
93
|
+
KmsKey: string | undefined;
|
|
94
|
+
SourceURI: string | undefined;
|
|
95
|
+
ScheduleConfig: ScheduleConfiguration | undefined;
|
|
96
|
+
Tags?: Record<string, string>;
|
|
97
|
+
ClientToken?: string;
|
|
98
|
+
FileConfiguration?: FileConfiguration;
|
|
99
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
100
|
+
}
|
|
101
|
+
export interface CreateDataIntegrationResponse {
|
|
102
|
+
Arn?: string;
|
|
103
|
+
Id?: string;
|
|
104
|
+
Name?: string;
|
|
105
|
+
Description?: string;
|
|
106
|
+
KmsKey?: string;
|
|
107
|
+
SourceURI?: string;
|
|
108
|
+
ScheduleConfiguration?: ScheduleConfiguration;
|
|
109
|
+
Tags?: Record<string, string>;
|
|
110
|
+
ClientToken?: string;
|
|
111
|
+
FileConfiguration?: FileConfiguration;
|
|
112
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
113
|
+
}
|
|
84
114
|
export interface EventFilter {
|
|
85
115
|
Source: string | undefined;
|
|
86
116
|
}
|
|
@@ -111,6 +141,22 @@ export interface DeleteEventIntegrationRequest {
|
|
|
111
141
|
Name: string | undefined;
|
|
112
142
|
}
|
|
113
143
|
export interface DeleteEventIntegrationResponse {}
|
|
144
|
+
export interface GetApplicationRequest {
|
|
145
|
+
Arn: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface GetApplicationResponse {
|
|
148
|
+
Arn?: string;
|
|
149
|
+
Id?: string;
|
|
150
|
+
Name?: string;
|
|
151
|
+
Namespace?: string;
|
|
152
|
+
Description?: string;
|
|
153
|
+
ApplicationSourceConfig?: ApplicationSourceConfig;
|
|
154
|
+
Subscriptions?: Subscription[];
|
|
155
|
+
Publications?: Publication[];
|
|
156
|
+
CreatedTime?: Date;
|
|
157
|
+
LastModifiedTime?: Date;
|
|
158
|
+
Tags?: Record<string, string>;
|
|
159
|
+
}
|
|
114
160
|
export interface GetDataIntegrationRequest {
|
|
115
161
|
Identifier: string | undefined;
|
|
116
162
|
}
|
|
@@ -137,6 +183,22 @@ export interface GetEventIntegrationResponse {
|
|
|
137
183
|
EventFilter?: EventFilter;
|
|
138
184
|
Tags?: Record<string, string>;
|
|
139
185
|
}
|
|
186
|
+
export interface ListApplicationsRequest {
|
|
187
|
+
NextToken?: string;
|
|
188
|
+
MaxResults?: number;
|
|
189
|
+
}
|
|
190
|
+
export interface ApplicationSummary {
|
|
191
|
+
Arn?: string;
|
|
192
|
+
Id?: string;
|
|
193
|
+
Name?: string;
|
|
194
|
+
Namespace?: string;
|
|
195
|
+
CreatedTime?: Date;
|
|
196
|
+
LastModifiedTime?: Date;
|
|
197
|
+
}
|
|
198
|
+
export interface ListApplicationsResponse {
|
|
199
|
+
Applications?: ApplicationSummary[];
|
|
200
|
+
NextToken?: string;
|
|
201
|
+
}
|
|
140
202
|
export interface ListDataIntegrationAssociationsRequest {
|
|
141
203
|
DataIntegrationIdentifier: string | undefined;
|
|
142
204
|
NextToken?: string;
|
|
@@ -213,6 +275,15 @@ export interface UntagResourceRequest {
|
|
|
213
275
|
tagKeys: string[] | undefined;
|
|
214
276
|
}
|
|
215
277
|
export interface UntagResourceResponse {}
|
|
278
|
+
export interface UpdateApplicationRequest {
|
|
279
|
+
Arn: string | undefined;
|
|
280
|
+
Name?: string;
|
|
281
|
+
Description?: string;
|
|
282
|
+
ApplicationSourceConfig?: ApplicationSourceConfig;
|
|
283
|
+
Subscriptions?: Subscription[];
|
|
284
|
+
Publications?: Publication[];
|
|
285
|
+
}
|
|
286
|
+
export interface UpdateApplicationResponse {}
|
|
216
287
|
export interface UpdateDataIntegrationRequest {
|
|
217
288
|
Identifier: string | undefined;
|
|
218
289
|
Name?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListApplicationsCommandInput,
|
|
4
|
+
ListApplicationsCommandOutput,
|
|
5
|
+
} from "../commands/ListApplicationsCommand";
|
|
6
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListApplications(
|
|
8
|
+
config: AppIntegrationsPaginationConfiguration,
|
|
9
|
+
input: ListApplicationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListApplicationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataIntegrationAssociationsCommandInput,
|
|
4
|
+
ListDataIntegrationAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataIntegrationAssociationsCommand";
|
|
6
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataIntegrationAssociations(
|
|
8
|
+
config: AppIntegrationsPaginationConfiguration,
|
|
9
|
+
input: ListDataIntegrationAssociationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataIntegrationAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataIntegrationsCommandInput,
|
|
4
|
+
ListDataIntegrationsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataIntegrationsCommand";
|
|
6
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataIntegrations(
|
|
8
|
+
config: AppIntegrationsPaginationConfiguration,
|
|
9
|
+
input: ListDataIntegrationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataIntegrationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventIntegrationAssociationsCommandInput,
|
|
4
|
+
ListEventIntegrationAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListEventIntegrationAssociationsCommand";
|
|
6
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEventIntegrationAssociations(
|
|
8
|
+
config: AppIntegrationsPaginationConfiguration,
|
|
9
|
+
input: ListEventIntegrationAssociationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventIntegrationAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventIntegrationsCommandInput,
|
|
4
|
+
ListEventIntegrationsCommandOutput,
|
|
5
|
+
} from "../commands/ListEventIntegrationsCommand";
|
|
6
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEventIntegrations(
|
|
8
|
+
config: AppIntegrationsPaginationConfiguration,
|
|
9
|
+
input: ListEventIntegrationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventIntegrationsCommandOutput>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApplicationsPaginator";
|
|
3
|
+
export * from "./ListDataIntegrationAssociationsPaginator";
|
|
4
|
+
export * from "./ListDataIntegrationsPaginator";
|
|
5
|
+
export * from "./ListEventIntegrationAssociationsPaginator";
|
|
6
|
+
export * from "./ListEventIntegrationsPaginator";
|