@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
|
@@ -13,6 +13,198 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
*/
|
|
14
14
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>The external URL source for the application.</p>
|
|
19
|
+
*/
|
|
20
|
+
export interface ExternalUrlConfig {
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>The URL to access the application.</p>
|
|
24
|
+
*/
|
|
25
|
+
AccessUrl: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* <p>Additional URLs to allow list if different than the access URL.</p>
|
|
29
|
+
*/
|
|
30
|
+
ApprovedOrigins?: string[];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p>The configuration for where the application should be loaded from.</p>
|
|
35
|
+
*/
|
|
36
|
+
export interface ApplicationSourceConfig {
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* <p>The external URL source for the application.</p>
|
|
40
|
+
*/
|
|
41
|
+
ExternalUrlConfig?: ExternalUrlConfig;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* <p>The configuration of an event that the application publishes.</p>
|
|
46
|
+
*/
|
|
47
|
+
export interface Publication {
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
* <p>The name of the publication.</p>
|
|
51
|
+
*/
|
|
52
|
+
Event: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* <p>The JSON schema of the publication event.</p>
|
|
56
|
+
*/
|
|
57
|
+
Schema: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
* <p>The description of the publication.</p>
|
|
61
|
+
*/
|
|
62
|
+
Description?: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>The configuration of an event that the application subscribes.</p>
|
|
67
|
+
*/
|
|
68
|
+
export interface Subscription {
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p>The name of the subscription.</p>
|
|
72
|
+
*/
|
|
73
|
+
Event: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
* <p>The description of the subscription.</p>
|
|
77
|
+
*/
|
|
78
|
+
Description?: string;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export interface CreateApplicationRequest {
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* <p>The name of the application.</p>
|
|
87
|
+
*/
|
|
88
|
+
Name: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* <p>The namespace of the application.</p>
|
|
92
|
+
*/
|
|
93
|
+
Namespace: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* <p>The description of the application.</p>
|
|
97
|
+
*/
|
|
98
|
+
Description?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
* <p>The configuration for where the application should be loaded from.</p>
|
|
102
|
+
*/
|
|
103
|
+
ApplicationSourceConfig: ApplicationSourceConfig | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* <p>The events that the application subscribes.</p>
|
|
107
|
+
*/
|
|
108
|
+
Subscriptions?: Subscription[];
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
* <p>The events that the application publishes.</p>
|
|
112
|
+
*/
|
|
113
|
+
Publications?: Publication[];
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
117
|
+
* request. If not provided, the Amazon Web Services
|
|
118
|
+
* SDK populates this field. For more information about idempotency, see
|
|
119
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
120
|
+
*/
|
|
121
|
+
ClientToken?: string;
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
125
|
+
*/
|
|
126
|
+
Tags?: Record<string, string>;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export interface CreateApplicationResponse {
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* <p>The Amazon Resource Name (ARN) of the Application.</p>
|
|
135
|
+
*/
|
|
136
|
+
Arn?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* <p>A unique identifier for the Application.</p>
|
|
140
|
+
*/
|
|
141
|
+
Id?: string;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
* <p>A resource with the specified name already exists.</p>
|
|
146
|
+
*/
|
|
147
|
+
export declare class DuplicateResourceException extends __BaseException {
|
|
148
|
+
readonly name: "DuplicateResourceException";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
Message?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @internal
|
|
153
|
+
*/
|
|
154
|
+
constructor(opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
159
|
+
*/
|
|
160
|
+
export declare class InternalServiceError extends __BaseException {
|
|
161
|
+
readonly name: "InternalServiceError";
|
|
162
|
+
readonly $fault: "server";
|
|
163
|
+
Message?: string;
|
|
164
|
+
/**
|
|
165
|
+
* @internal
|
|
166
|
+
*/
|
|
167
|
+
constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
* <p>The request is not valid. </p>
|
|
172
|
+
*/
|
|
173
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
174
|
+
readonly name: "InvalidRequestException";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
Message?: string;
|
|
177
|
+
/**
|
|
178
|
+
* @internal
|
|
179
|
+
*/
|
|
180
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* <p>The allowed quota for the resource has been exceeded.</p>
|
|
185
|
+
*/
|
|
186
|
+
export declare class ResourceQuotaExceededException extends __BaseException {
|
|
187
|
+
readonly name: "ResourceQuotaExceededException";
|
|
188
|
+
readonly $fault: "client";
|
|
189
|
+
Message?: string;
|
|
190
|
+
/**
|
|
191
|
+
* @internal
|
|
192
|
+
*/
|
|
193
|
+
constructor(opts: __ExceptionOptionType<ResourceQuotaExceededException, __BaseException>);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
198
|
+
*/
|
|
199
|
+
export declare class ThrottlingException extends __BaseException {
|
|
200
|
+
readonly name: "ThrottlingException";
|
|
201
|
+
readonly $fault: "client";
|
|
202
|
+
Message?: string;
|
|
203
|
+
/**
|
|
204
|
+
* @internal
|
|
205
|
+
*/
|
|
206
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
207
|
+
}
|
|
16
208
|
/**
|
|
17
209
|
* @public
|
|
18
210
|
* <p>The configuration for what files should be pulled from the source.</p>
|
|
@@ -167,71 +359,6 @@ export interface CreateDataIntegrationResponse {
|
|
|
167
359
|
*/
|
|
168
360
|
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
169
361
|
}
|
|
170
|
-
/**
|
|
171
|
-
* @public
|
|
172
|
-
* <p>A resource with the specified name already exists.</p>
|
|
173
|
-
*/
|
|
174
|
-
export declare class DuplicateResourceException extends __BaseException {
|
|
175
|
-
readonly name: "DuplicateResourceException";
|
|
176
|
-
readonly $fault: "client";
|
|
177
|
-
Message?: string;
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
constructor(opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>);
|
|
182
|
-
}
|
|
183
|
-
/**
|
|
184
|
-
* @public
|
|
185
|
-
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
186
|
-
*/
|
|
187
|
-
export declare class InternalServiceError extends __BaseException {
|
|
188
|
-
readonly name: "InternalServiceError";
|
|
189
|
-
readonly $fault: "server";
|
|
190
|
-
Message?: string;
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
* @public
|
|
198
|
-
* <p>The request is not valid. </p>
|
|
199
|
-
*/
|
|
200
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
201
|
-
readonly name: "InvalidRequestException";
|
|
202
|
-
readonly $fault: "client";
|
|
203
|
-
Message?: string;
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
208
|
-
}
|
|
209
|
-
/**
|
|
210
|
-
* @public
|
|
211
|
-
* <p>The allowed quota for the resource has been exceeded.</p>
|
|
212
|
-
*/
|
|
213
|
-
export declare class ResourceQuotaExceededException extends __BaseException {
|
|
214
|
-
readonly name: "ResourceQuotaExceededException";
|
|
215
|
-
readonly $fault: "client";
|
|
216
|
-
Message?: string;
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
constructor(opts: __ExceptionOptionType<ResourceQuotaExceededException, __BaseException>);
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* @public
|
|
224
|
-
* <p>The throttling limit has been exceeded.</p>
|
|
225
|
-
*/
|
|
226
|
-
export declare class ThrottlingException extends __BaseException {
|
|
227
|
-
readonly name: "ThrottlingException";
|
|
228
|
-
readonly $fault: "client";
|
|
229
|
-
Message?: string;
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
234
|
-
}
|
|
235
362
|
/**
|
|
236
363
|
* @public
|
|
237
364
|
* <p>The event filter.</p>
|
|
@@ -334,6 +461,76 @@ export interface DeleteEventIntegrationRequest {
|
|
|
334
461
|
*/
|
|
335
462
|
export interface DeleteEventIntegrationResponse {
|
|
336
463
|
}
|
|
464
|
+
/**
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export interface GetApplicationRequest {
|
|
468
|
+
/**
|
|
469
|
+
* @public
|
|
470
|
+
* <p>The Amazon Resource Name (ARN) of the Application.</p>
|
|
471
|
+
*/
|
|
472
|
+
Arn: string | undefined;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
export interface GetApplicationResponse {
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
* <p>The Amazon Resource Name (ARN) of the Application.</p>
|
|
481
|
+
*/
|
|
482
|
+
Arn?: string;
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
* <p>A unique identifier for the Application.</p>
|
|
486
|
+
*/
|
|
487
|
+
Id?: string;
|
|
488
|
+
/**
|
|
489
|
+
* @public
|
|
490
|
+
* <p>The name of the application.</p>
|
|
491
|
+
*/
|
|
492
|
+
Name?: string;
|
|
493
|
+
/**
|
|
494
|
+
* @public
|
|
495
|
+
* <p>The namespace of the application.</p>
|
|
496
|
+
*/
|
|
497
|
+
Namespace?: string;
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
* <p>The description of the application.</p>
|
|
501
|
+
*/
|
|
502
|
+
Description?: string;
|
|
503
|
+
/**
|
|
504
|
+
* @public
|
|
505
|
+
* <p>The configuration for where the application should be loaded from.</p>
|
|
506
|
+
*/
|
|
507
|
+
ApplicationSourceConfig?: ApplicationSourceConfig;
|
|
508
|
+
/**
|
|
509
|
+
* @public
|
|
510
|
+
* <p>The events that the application subscribes.</p>
|
|
511
|
+
*/
|
|
512
|
+
Subscriptions?: Subscription[];
|
|
513
|
+
/**
|
|
514
|
+
* @public
|
|
515
|
+
* <p>The events that the application publishes.</p>
|
|
516
|
+
*/
|
|
517
|
+
Publications?: Publication[];
|
|
518
|
+
/**
|
|
519
|
+
* @public
|
|
520
|
+
* <p>The created time of the Application.</p>
|
|
521
|
+
*/
|
|
522
|
+
CreatedTime?: Date;
|
|
523
|
+
/**
|
|
524
|
+
* @public
|
|
525
|
+
* <p>The last modified time of the Application.</p>
|
|
526
|
+
*/
|
|
527
|
+
LastModifiedTime?: Date;
|
|
528
|
+
/**
|
|
529
|
+
* @public
|
|
530
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
531
|
+
*/
|
|
532
|
+
Tags?: Record<string, string>;
|
|
533
|
+
}
|
|
337
534
|
/**
|
|
338
535
|
* @public
|
|
339
536
|
*/
|
|
@@ -444,6 +641,73 @@ export interface GetEventIntegrationResponse {
|
|
|
444
641
|
*/
|
|
445
642
|
Tags?: Record<string, string>;
|
|
446
643
|
}
|
|
644
|
+
/**
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
export interface ListApplicationsRequest {
|
|
648
|
+
/**
|
|
649
|
+
* @public
|
|
650
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
651
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
652
|
+
*/
|
|
653
|
+
NextToken?: string;
|
|
654
|
+
/**
|
|
655
|
+
* @public
|
|
656
|
+
* <p>The maximum number of results to return per page.</p>
|
|
657
|
+
*/
|
|
658
|
+
MaxResults?: number;
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
* <p>Summary information about the Application.</p>
|
|
663
|
+
*/
|
|
664
|
+
export interface ApplicationSummary {
|
|
665
|
+
/**
|
|
666
|
+
* @public
|
|
667
|
+
* <p>The Amazon Resource Name (ARN) of the Application.</p>
|
|
668
|
+
*/
|
|
669
|
+
Arn?: string;
|
|
670
|
+
/**
|
|
671
|
+
* @public
|
|
672
|
+
* <p>A unique identifier for the Application.</p>
|
|
673
|
+
*/
|
|
674
|
+
Id?: string;
|
|
675
|
+
/**
|
|
676
|
+
* @public
|
|
677
|
+
* <p>The name of the application.</p>
|
|
678
|
+
*/
|
|
679
|
+
Name?: string;
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
* <p>The namespace of the application.</p>
|
|
683
|
+
*/
|
|
684
|
+
Namespace?: string;
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
* <p>The time when the application was created.</p>
|
|
688
|
+
*/
|
|
689
|
+
CreatedTime?: Date;
|
|
690
|
+
/**
|
|
691
|
+
* @public
|
|
692
|
+
* <p>The time when the application was last modified.</p>
|
|
693
|
+
*/
|
|
694
|
+
LastModifiedTime?: Date;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
export interface ListApplicationsResponse {
|
|
700
|
+
/**
|
|
701
|
+
* @public
|
|
702
|
+
* <p>The Applications associated with this account.</p>
|
|
703
|
+
*/
|
|
704
|
+
Applications?: ApplicationSummary[];
|
|
705
|
+
/**
|
|
706
|
+
* @public
|
|
707
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
708
|
+
*/
|
|
709
|
+
NextToken?: string;
|
|
710
|
+
}
|
|
447
711
|
/**
|
|
448
712
|
* @public
|
|
449
713
|
*/
|
|
@@ -753,6 +1017,46 @@ export interface UntagResourceRequest {
|
|
|
753
1017
|
*/
|
|
754
1018
|
export interface UntagResourceResponse {
|
|
755
1019
|
}
|
|
1020
|
+
/**
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
1023
|
+
export interface UpdateApplicationRequest {
|
|
1024
|
+
/**
|
|
1025
|
+
* @public
|
|
1026
|
+
* <p>The Amazon Resource Name (ARN) of the Application.</p>
|
|
1027
|
+
*/
|
|
1028
|
+
Arn: string | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* @public
|
|
1031
|
+
* <p>The name of the application.</p>
|
|
1032
|
+
*/
|
|
1033
|
+
Name?: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* @public
|
|
1036
|
+
* <p>The description of the application.</p>
|
|
1037
|
+
*/
|
|
1038
|
+
Description?: string;
|
|
1039
|
+
/**
|
|
1040
|
+
* @public
|
|
1041
|
+
* <p>The configuration for where the application should be loaded from.</p>
|
|
1042
|
+
*/
|
|
1043
|
+
ApplicationSourceConfig?: ApplicationSourceConfig;
|
|
1044
|
+
/**
|
|
1045
|
+
* @public
|
|
1046
|
+
* <p>The events that the application subscribes.</p>
|
|
1047
|
+
*/
|
|
1048
|
+
Subscriptions?: Subscription[];
|
|
1049
|
+
/**
|
|
1050
|
+
* @public
|
|
1051
|
+
* <p>The events that the application publishes.</p>
|
|
1052
|
+
*/
|
|
1053
|
+
Publications?: Publication[];
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @public
|
|
1057
|
+
*/
|
|
1058
|
+
export interface UpdateApplicationResponse {
|
|
1059
|
+
}
|
|
756
1060
|
/**
|
|
757
1061
|
* @public
|
|
758
1062
|
*/
|
|
@@ -789,7 +1093,7 @@ export interface UpdateEventIntegrationRequest {
|
|
|
789
1093
|
Name: string | undefined;
|
|
790
1094
|
/**
|
|
791
1095
|
* @public
|
|
792
|
-
* <p>The description of the event
|
|
1096
|
+
* <p>The description of the event integration.</p>
|
|
793
1097
|
*/
|
|
794
1098
|
Description?: string;
|
|
795
1099
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@smithy/types";
|
|
2
|
+
import { AppIntegrationsClient } from "../AppIntegrationsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface AppIntegrationsPaginationConfiguration extends PaginationConfiguration {
|
|
7
|
+
client: AppIntegrationsClient;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
3
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListApplications(config: AppIntegrationsPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDataIntegrationAssociationsCommandInput, ListDataIntegrationAssociationsCommandOutput } from "../commands/ListDataIntegrationAssociationsCommand";
|
|
3
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListDataIntegrationAssociations(config: AppIntegrationsPaginationConfiguration, input: ListDataIntegrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListDataIntegrationAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDataIntegrationsCommandInput, ListDataIntegrationsCommandOutput } from "../commands/ListDataIntegrationsCommand";
|
|
3
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListDataIntegrations(config: AppIntegrationsPaginationConfiguration, input: ListDataIntegrationsCommandInput, ...additionalArguments: any): Paginator<ListDataIntegrationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListEventIntegrationAssociationsCommandInput, ListEventIntegrationAssociationsCommandOutput } from "../commands/ListEventIntegrationAssociationsCommand";
|
|
3
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListEventIntegrationAssociations(config: AppIntegrationsPaginationConfiguration, input: ListEventIntegrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListEventIntegrationAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListEventIntegrationsCommandInput, ListEventIntegrationsCommandOutput } from "../commands/ListEventIntegrationsCommand";
|
|
3
|
+
import { AppIntegrationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListEventIntegrations(config: AppIntegrationsPaginationConfiguration, input: ListEventIntegrationsCommandInput, ...additionalArguments: any): 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";
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
3
4
|
import { CreateDataIntegrationCommandInput, CreateDataIntegrationCommandOutput } from "../commands/CreateDataIntegrationCommand";
|
|
4
5
|
import { CreateEventIntegrationCommandInput, CreateEventIntegrationCommandOutput } from "../commands/CreateEventIntegrationCommand";
|
|
5
6
|
import { DeleteDataIntegrationCommandInput, DeleteDataIntegrationCommandOutput } from "../commands/DeleteDataIntegrationCommand";
|
|
6
7
|
import { DeleteEventIntegrationCommandInput, DeleteEventIntegrationCommandOutput } from "../commands/DeleteEventIntegrationCommand";
|
|
8
|
+
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
7
9
|
import { GetDataIntegrationCommandInput, GetDataIntegrationCommandOutput } from "../commands/GetDataIntegrationCommand";
|
|
8
10
|
import { GetEventIntegrationCommandInput, GetEventIntegrationCommandOutput } from "../commands/GetEventIntegrationCommand";
|
|
11
|
+
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
9
12
|
import { ListDataIntegrationAssociationsCommandInput, ListDataIntegrationAssociationsCommandOutput } from "../commands/ListDataIntegrationAssociationsCommand";
|
|
10
13
|
import { ListDataIntegrationsCommandInput, ListDataIntegrationsCommandOutput } from "../commands/ListDataIntegrationsCommand";
|
|
11
14
|
import { ListEventIntegrationAssociationsCommandInput, ListEventIntegrationAssociationsCommandOutput } from "../commands/ListEventIntegrationAssociationsCommand";
|
|
@@ -13,8 +16,13 @@ import { ListEventIntegrationsCommandInput, ListEventIntegrationsCommandOutput }
|
|
|
13
16
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
14
17
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
15
18
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
19
|
+
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
16
20
|
import { UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput } from "../commands/UpdateDataIntegrationCommand";
|
|
17
21
|
import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput } from "../commands/UpdateEventIntegrationCommand";
|
|
22
|
+
/**
|
|
23
|
+
* serializeAws_restJson1CreateApplicationCommand
|
|
24
|
+
*/
|
|
25
|
+
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
26
|
/**
|
|
19
27
|
* serializeAws_restJson1CreateDataIntegrationCommand
|
|
20
28
|
*/
|
|
@@ -31,6 +39,10 @@ export declare const se_DeleteDataIntegrationCommand: (input: DeleteDataIntegrat
|
|
|
31
39
|
* serializeAws_restJson1DeleteEventIntegrationCommand
|
|
32
40
|
*/
|
|
33
41
|
export declare const se_DeleteEventIntegrationCommand: (input: DeleteEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1GetApplicationCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
46
|
/**
|
|
35
47
|
* serializeAws_restJson1GetDataIntegrationCommand
|
|
36
48
|
*/
|
|
@@ -39,6 +51,10 @@ export declare const se_GetDataIntegrationCommand: (input: GetDataIntegrationCom
|
|
|
39
51
|
* serializeAws_restJson1GetEventIntegrationCommand
|
|
40
52
|
*/
|
|
41
53
|
export declare const se_GetEventIntegrationCommand: (input: GetEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1ListApplicationsCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
58
|
/**
|
|
43
59
|
* serializeAws_restJson1ListDataIntegrationAssociationsCommand
|
|
44
60
|
*/
|
|
@@ -67,6 +83,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
67
83
|
* serializeAws_restJson1UntagResourceCommand
|
|
68
84
|
*/
|
|
69
85
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1UpdateApplicationCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
90
|
/**
|
|
71
91
|
* serializeAws_restJson1UpdateDataIntegrationCommand
|
|
72
92
|
*/
|
|
@@ -75,6 +95,10 @@ export declare const se_UpdateDataIntegrationCommand: (input: UpdateDataIntegrat
|
|
|
75
95
|
* serializeAws_restJson1UpdateEventIntegrationCommand
|
|
76
96
|
*/
|
|
77
97
|
export declare const se_UpdateEventIntegrationCommand: (input: UpdateEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* deserializeAws_restJson1CreateApplicationCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
78
102
|
/**
|
|
79
103
|
* deserializeAws_restJson1CreateDataIntegrationCommand
|
|
80
104
|
*/
|
|
@@ -91,6 +115,10 @@ export declare const de_DeleteDataIntegrationCommand: (output: __HttpResponse, c
|
|
|
91
115
|
* deserializeAws_restJson1DeleteEventIntegrationCommand
|
|
92
116
|
*/
|
|
93
117
|
export declare const de_DeleteEventIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventIntegrationCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_restJson1GetApplicationCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
94
122
|
/**
|
|
95
123
|
* deserializeAws_restJson1GetDataIntegrationCommand
|
|
96
124
|
*/
|
|
@@ -99,6 +127,10 @@ export declare const de_GetDataIntegrationCommand: (output: __HttpResponse, cont
|
|
|
99
127
|
* deserializeAws_restJson1GetEventIntegrationCommand
|
|
100
128
|
*/
|
|
101
129
|
export declare const de_GetEventIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventIntegrationCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_restJson1ListApplicationsCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
102
134
|
/**
|
|
103
135
|
* deserializeAws_restJson1ListDataIntegrationAssociationsCommand
|
|
104
136
|
*/
|
|
@@ -127,6 +159,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
127
159
|
* deserializeAws_restJson1UntagResourceCommand
|
|
128
160
|
*/
|
|
129
161
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_restJson1UpdateApplicationCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
130
166
|
/**
|
|
131
167
|
* deserializeAws_restJson1UpdateDataIntegrationCommand
|
|
132
168
|
*/
|