@aws-sdk/client-appintegrations 3.986.0 → 3.988.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/index.js +42 -901
- package/dist-cjs/models/AppIntegrationsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +124 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +678 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +53 -47
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -0,0 +1,678 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListDataIntegrationAssociationsRequest$ = exports.ListApplicationsResponse$ = exports.ListApplicationsRequest$ = exports.ListApplicationAssociationsResponse$ = exports.ListApplicationAssociationsRequest$ = exports.LastExecutionStatus$ = exports.IframeConfig$ = exports.GetEventIntegrationResponse$ = exports.GetEventIntegrationRequest$ = exports.GetDataIntegrationResponse$ = exports.GetDataIntegrationRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.FileConfiguration$ = exports.ExternalUrlConfig$ = exports.ExecutionConfiguration$ = exports.EventIntegrationAssociation$ = exports.EventIntegration$ = exports.EventFilter$ = exports.DeleteEventIntegrationResponse$ = exports.DeleteEventIntegrationRequest$ = exports.DeleteDataIntegrationResponse$ = exports.DeleteDataIntegrationRequest$ = exports.DeleteApplicationResponse$ = exports.DeleteApplicationRequest$ = exports.DataIntegrationSummary$ = exports.DataIntegrationAssociationSummary$ = exports.CreateEventIntegrationResponse$ = exports.CreateEventIntegrationRequest$ = exports.CreateDataIntegrationResponse$ = exports.CreateDataIntegrationRequest$ = exports.CreateDataIntegrationAssociationResponse$ = exports.CreateDataIntegrationAssociationRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ContactHandling$ = exports.ApplicationSummary$ = exports.ApplicationSourceConfig$ = exports.ApplicationConfig$ = exports.ApplicationAssociationSummary$ = exports.errorTypeRegistries = exports.UnsupportedOperationException$ = exports.ThrottlingException$ = exports.ResourceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidRequestException$ = exports.InternalServiceError$ = exports.DuplicateResourceException$ = exports.AccessDeniedException$ = exports.AppIntegrationsServiceException$ = void 0;
|
|
4
|
+
exports.UpdateEventIntegration$ = exports.UpdateDataIntegrationAssociation$ = exports.UpdateDataIntegration$ = exports.UpdateApplication$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListEventIntegrations$ = exports.ListEventIntegrationAssociations$ = exports.ListDataIntegrations$ = exports.ListDataIntegrationAssociations$ = exports.ListApplications$ = exports.ListApplicationAssociations$ = exports.GetEventIntegration$ = exports.GetDataIntegration$ = exports.GetApplication$ = exports.DeleteEventIntegration$ = exports.DeleteDataIntegration$ = exports.DeleteApplication$ = exports.CreateEventIntegration$ = exports.CreateDataIntegrationAssociation$ = exports.CreateDataIntegration$ = exports.CreateApplication$ = exports.UpdateEventIntegrationResponse$ = exports.UpdateEventIntegrationRequest$ = exports.UpdateDataIntegrationResponse$ = exports.UpdateDataIntegrationRequest$ = exports.UpdateDataIntegrationAssociationResponse$ = exports.UpdateDataIntegrationAssociationRequest$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Subscription$ = exports.ScheduleConfiguration$ = exports.Publication$ = exports.OnDemandConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListEventIntegrationsResponse$ = exports.ListEventIntegrationsRequest$ = exports.ListEventIntegrationAssociationsResponse$ = exports.ListEventIntegrationAssociationsRequest$ = exports.ListDataIntegrationsResponse$ = exports.ListDataIntegrationsRequest$ = exports.ListDataIntegrationAssociationsResponse$ = void 0;
|
|
5
|
+
const _A = "Arn";
|
|
6
|
+
const _AA = "ApplicationArn";
|
|
7
|
+
const _AAA = "ApplicationAssociationArn";
|
|
8
|
+
const _AAL = "ApplicationAssociationsList";
|
|
9
|
+
const _AAS = "ApplicationAssociationSummary";
|
|
10
|
+
const _AAp = "ApplicationAssociations";
|
|
11
|
+
const _AC = "ApplicationConfig";
|
|
12
|
+
const _ADE = "AccessDeniedException";
|
|
13
|
+
const _AI = "ApplicationId";
|
|
14
|
+
const _AL = "ApplicationsList";
|
|
15
|
+
const _AO = "ApprovedOrigins";
|
|
16
|
+
const _AS = "ApplicationSummary";
|
|
17
|
+
const _ASC = "ApplicationSourceConfig";
|
|
18
|
+
const _AT = "ApplicationType";
|
|
19
|
+
const _AU = "AccessUrl";
|
|
20
|
+
const _Al = "Allow";
|
|
21
|
+
const _Ap = "Applications";
|
|
22
|
+
const _CA = "CreateApplication";
|
|
23
|
+
const _CAM = "ClientAssociationMetadata";
|
|
24
|
+
const _CAR = "CreateApplicationRequest";
|
|
25
|
+
const _CARr = "CreateApplicationResponse";
|
|
26
|
+
const _CDI = "CreateDataIntegration";
|
|
27
|
+
const _CDIA = "CreateDataIntegrationAssociation";
|
|
28
|
+
const _CDIAR = "CreateDataIntegrationAssociationRequest";
|
|
29
|
+
const _CDIARr = "CreateDataIntegrationAssociationResponse";
|
|
30
|
+
const _CDIR = "CreateDataIntegrationRequest";
|
|
31
|
+
const _CDIRr = "CreateDataIntegrationResponse";
|
|
32
|
+
const _CEI = "CreateEventIntegration";
|
|
33
|
+
const _CEIR = "CreateEventIntegrationRequest";
|
|
34
|
+
const _CEIRr = "CreateEventIntegrationResponse";
|
|
35
|
+
const _CH = "ContactHandling";
|
|
36
|
+
const _CI = "ClientId";
|
|
37
|
+
const _CT = "CreatedTime";
|
|
38
|
+
const _CTl = "ClientToken";
|
|
39
|
+
const _D = "Description";
|
|
40
|
+
const _DA = "DeleteApplication";
|
|
41
|
+
const _DAR = "DeleteApplicationRequest";
|
|
42
|
+
const _DARe = "DeleteApplicationResponse";
|
|
43
|
+
const _DDI = "DeleteDataIntegration";
|
|
44
|
+
const _DDIR = "DeleteDataIntegrationRequest";
|
|
45
|
+
const _DDIRe = "DeleteDataIntegrationResponse";
|
|
46
|
+
const _DEI = "DeleteEventIntegration";
|
|
47
|
+
const _DEIR = "DeleteEventIntegrationRequest";
|
|
48
|
+
const _DEIRe = "DeleteEventIntegrationResponse";
|
|
49
|
+
const _DI = "DataIntegrations";
|
|
50
|
+
const _DIA = "DataIntegrationArn";
|
|
51
|
+
const _DIAA = "DataIntegrationAssociationArn";
|
|
52
|
+
const _DIAI = "DataIntegrationAssociationId";
|
|
53
|
+
const _DIAIa = "DataIntegrationAssociationIdentifier";
|
|
54
|
+
const _DIAL = "DataIntegrationAssociationsList";
|
|
55
|
+
const _DIAS = "DataIntegrationAssociationSummary";
|
|
56
|
+
const _DIAa = "DataIntegrationAssociations";
|
|
57
|
+
const _DII = "DataIntegrationIdentifier";
|
|
58
|
+
const _DIL = "DataIntegrationsList";
|
|
59
|
+
const _DIS = "DataIntegrationSummary";
|
|
60
|
+
const _DRE = "DuplicateResourceException";
|
|
61
|
+
const _DURI = "DestinationURI";
|
|
62
|
+
const _E = "Event";
|
|
63
|
+
const _EBB = "EventBridgeBus";
|
|
64
|
+
const _EBRN = "EventBridgeRuleName";
|
|
65
|
+
const _EC = "ExecutionConfiguration";
|
|
66
|
+
const _EF = "EventFilter";
|
|
67
|
+
const _EI = "EventIntegration";
|
|
68
|
+
const _EIA = "EventIntegrationArn";
|
|
69
|
+
const _EIAA = "EventIntegrationAssociationArn";
|
|
70
|
+
const _EIAI = "EventIntegrationAssociationId";
|
|
71
|
+
const _EIAL = "EventIntegrationAssociationsList";
|
|
72
|
+
const _EIAv = "EventIntegrationAssociation";
|
|
73
|
+
const _EIAve = "EventIntegrationAssociations";
|
|
74
|
+
const _EIL = "EventIntegrationsList";
|
|
75
|
+
const _EIN = "EventIntegrationName";
|
|
76
|
+
const _EIv = "EventIntegrations";
|
|
77
|
+
const _EM = "ExecutionMode";
|
|
78
|
+
const _ES = "ExecutionStatus";
|
|
79
|
+
const _ET = "EndTime";
|
|
80
|
+
const _EUC = "ExternalUrlConfig";
|
|
81
|
+
const _F = "Folders";
|
|
82
|
+
const _FC = "FileConfiguration";
|
|
83
|
+
const _FEF = "FirstExecutionFrom";
|
|
84
|
+
const _FM = "FieldsMap";
|
|
85
|
+
const _Fi = "Filters";
|
|
86
|
+
const _GA = "GetApplication";
|
|
87
|
+
const _GAR = "GetApplicationRequest";
|
|
88
|
+
const _GARe = "GetApplicationResponse";
|
|
89
|
+
const _GDI = "GetDataIntegration";
|
|
90
|
+
const _GDIR = "GetDataIntegrationRequest";
|
|
91
|
+
const _GDIRe = "GetDataIntegrationResponse";
|
|
92
|
+
const _GEI = "GetEventIntegration";
|
|
93
|
+
const _GEIR = "GetEventIntegrationRequest";
|
|
94
|
+
const _GEIRe = "GetEventIntegrationResponse";
|
|
95
|
+
const _I = "Id";
|
|
96
|
+
const _IC = "IframeConfig";
|
|
97
|
+
const _IRE = "InvalidRequestException";
|
|
98
|
+
const _IS = "IsService";
|
|
99
|
+
const _ISE = "InternalServiceError";
|
|
100
|
+
const _IT = "InitializationTimeout";
|
|
101
|
+
const _Id = "Identifier";
|
|
102
|
+
const _KK = "KmsKey";
|
|
103
|
+
const _LA = "ListApplications";
|
|
104
|
+
const _LAA = "ListApplicationAssociations";
|
|
105
|
+
const _LAAR = "ListApplicationAssociationsRequest";
|
|
106
|
+
const _LAARi = "ListApplicationAssociationsResponse";
|
|
107
|
+
const _LAR = "ListApplicationsRequest";
|
|
108
|
+
const _LARi = "ListApplicationsResponse";
|
|
109
|
+
const _LDI = "ListDataIntegrations";
|
|
110
|
+
const _LDIA = "ListDataIntegrationAssociations";
|
|
111
|
+
const _LDIAR = "ListDataIntegrationAssociationsRequest";
|
|
112
|
+
const _LDIARi = "ListDataIntegrationAssociationsResponse";
|
|
113
|
+
const _LDIR = "ListDataIntegrationsRequest";
|
|
114
|
+
const _LDIRi = "ListDataIntegrationsResponse";
|
|
115
|
+
const _LEI = "ListEventIntegrations";
|
|
116
|
+
const _LEIA = "ListEventIntegrationAssociations";
|
|
117
|
+
const _LEIAR = "ListEventIntegrationAssociationsRequest";
|
|
118
|
+
const _LEIARi = "ListEventIntegrationAssociationsResponse";
|
|
119
|
+
const _LEIR = "ListEventIntegrationsRequest";
|
|
120
|
+
const _LEIRi = "ListEventIntegrationsResponse";
|
|
121
|
+
const _LES = "LastExecutionStatus";
|
|
122
|
+
const _LMT = "LastModifiedTime";
|
|
123
|
+
const _LTFR = "ListTagsForResource";
|
|
124
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
125
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
126
|
+
const _M = "Message";
|
|
127
|
+
const _MR = "MaxResults";
|
|
128
|
+
const _N = "Name";
|
|
129
|
+
const _NT = "NextToken";
|
|
130
|
+
const _Na = "Namespace";
|
|
131
|
+
const _O = "Object";
|
|
132
|
+
const _OC = "ObjectConfiguration";
|
|
133
|
+
const _ODC = "OnDemandConfiguration";
|
|
134
|
+
const _P = "Publications";
|
|
135
|
+
const _PL = "PublicationList";
|
|
136
|
+
const _Pe = "Permissions";
|
|
137
|
+
const _Pu = "Publication";
|
|
138
|
+
const _RNFE = "ResourceNotFoundException";
|
|
139
|
+
const _RQEE = "ResourceQuotaExceededException";
|
|
140
|
+
const _S = "Scope";
|
|
141
|
+
const _SC = "ScheduleConfig";
|
|
142
|
+
const _SCc = "ScheduleConfiguration";
|
|
143
|
+
const _SE = "ScheduleExpression";
|
|
144
|
+
const _SL = "SubscriptionList";
|
|
145
|
+
const _SM = "StatusMessage";
|
|
146
|
+
const _ST = "StartTime";
|
|
147
|
+
const _SURI = "SourceURI";
|
|
148
|
+
const _Sa = "Sandbox";
|
|
149
|
+
const _Sc = "Schema";
|
|
150
|
+
const _So = "Source";
|
|
151
|
+
const _Su = "Subscriptions";
|
|
152
|
+
const _Sub = "Subscription";
|
|
153
|
+
const _T = "Tags";
|
|
154
|
+
const _TE = "ThrottlingException";
|
|
155
|
+
const _TR = "TagResource";
|
|
156
|
+
const _TRR = "TagResourceRequest";
|
|
157
|
+
const _TRRa = "TagResourceResponse";
|
|
158
|
+
const _UA = "UpdateApplication";
|
|
159
|
+
const _UAR = "UpdateApplicationRequest";
|
|
160
|
+
const _UARp = "UpdateApplicationResponse";
|
|
161
|
+
const _UDI = "UpdateDataIntegration";
|
|
162
|
+
const _UDIA = "UpdateDataIntegrationAssociation";
|
|
163
|
+
const _UDIAR = "UpdateDataIntegrationAssociationRequest";
|
|
164
|
+
const _UDIARp = "UpdateDataIntegrationAssociationResponse";
|
|
165
|
+
const _UDIR = "UpdateDataIntegrationRequest";
|
|
166
|
+
const _UDIRp = "UpdateDataIntegrationResponse";
|
|
167
|
+
const _UEI = "UpdateEventIntegration";
|
|
168
|
+
const _UEIR = "UpdateEventIntegrationRequest";
|
|
169
|
+
const _UEIRp = "UpdateEventIntegrationResponse";
|
|
170
|
+
const _UOE = "UnsupportedOperationException";
|
|
171
|
+
const _UR = "UntagResource";
|
|
172
|
+
const _URR = "UntagResourceRequest";
|
|
173
|
+
const _URRn = "UntagResourceResponse";
|
|
174
|
+
const _aT = "applicationType";
|
|
175
|
+
const _c = "client";
|
|
176
|
+
const _e = "error";
|
|
177
|
+
const _h = "http";
|
|
178
|
+
const _hE = "httpError";
|
|
179
|
+
const _hQ = "httpQuery";
|
|
180
|
+
const _mR = "maxResults";
|
|
181
|
+
const _nT = "nextToken";
|
|
182
|
+
const _rA = "resourceArn";
|
|
183
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.appintegrations";
|
|
184
|
+
const _se = "server";
|
|
185
|
+
const _t = "tags";
|
|
186
|
+
const _tK = "tagKeys";
|
|
187
|
+
const n0 = "com.amazonaws.appintegrations";
|
|
188
|
+
const schema_1 = require("@smithy/core/schema");
|
|
189
|
+
const AppIntegrationsServiceException_1 = require("../models/AppIntegrationsServiceException");
|
|
190
|
+
const errors_1 = require("../models/errors");
|
|
191
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
192
|
+
exports.AppIntegrationsServiceException$ = [-3, _s, "AppIntegrationsServiceException", 0, [], []];
|
|
193
|
+
_s_registry.registerError(exports.AppIntegrationsServiceException$, AppIntegrationsServiceException_1.AppIntegrationsServiceException);
|
|
194
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
195
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
196
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
197
|
+
[_M],
|
|
198
|
+
[0]
|
|
199
|
+
];
|
|
200
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
201
|
+
exports.DuplicateResourceException$ = [-3, n0, _DRE,
|
|
202
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
203
|
+
[_M],
|
|
204
|
+
[0]
|
|
205
|
+
];
|
|
206
|
+
n0_registry.registerError(exports.DuplicateResourceException$, errors_1.DuplicateResourceException);
|
|
207
|
+
exports.InternalServiceError$ = [-3, n0, _ISE,
|
|
208
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
209
|
+
[_M],
|
|
210
|
+
[0]
|
|
211
|
+
];
|
|
212
|
+
n0_registry.registerError(exports.InternalServiceError$, errors_1.InternalServiceError);
|
|
213
|
+
exports.InvalidRequestException$ = [-3, n0, _IRE,
|
|
214
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
215
|
+
[_M],
|
|
216
|
+
[0]
|
|
217
|
+
];
|
|
218
|
+
n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
|
|
219
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
220
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
221
|
+
[_M],
|
|
222
|
+
[0]
|
|
223
|
+
];
|
|
224
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
225
|
+
exports.ResourceQuotaExceededException$ = [-3, n0, _RQEE,
|
|
226
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
227
|
+
[_M],
|
|
228
|
+
[0]
|
|
229
|
+
];
|
|
230
|
+
n0_registry.registerError(exports.ResourceQuotaExceededException$, errors_1.ResourceQuotaExceededException);
|
|
231
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
232
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
233
|
+
[_M],
|
|
234
|
+
[0]
|
|
235
|
+
];
|
|
236
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
237
|
+
exports.UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
238
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
239
|
+
[_M],
|
|
240
|
+
[0]
|
|
241
|
+
];
|
|
242
|
+
n0_registry.registerError(exports.UnsupportedOperationException$, errors_1.UnsupportedOperationException);
|
|
243
|
+
exports.errorTypeRegistries = [
|
|
244
|
+
_s_registry,
|
|
245
|
+
n0_registry,
|
|
246
|
+
];
|
|
247
|
+
exports.ApplicationAssociationSummary$ = [3, n0, _AAS,
|
|
248
|
+
0,
|
|
249
|
+
[_AAA, _AA, _CI],
|
|
250
|
+
[0, 0, 0]
|
|
251
|
+
];
|
|
252
|
+
exports.ApplicationConfig$ = [3, n0, _AC,
|
|
253
|
+
0,
|
|
254
|
+
[_CH],
|
|
255
|
+
[() => exports.ContactHandling$]
|
|
256
|
+
];
|
|
257
|
+
exports.ApplicationSourceConfig$ = [3, n0, _ASC,
|
|
258
|
+
0,
|
|
259
|
+
[_EUC],
|
|
260
|
+
[() => exports.ExternalUrlConfig$]
|
|
261
|
+
];
|
|
262
|
+
exports.ApplicationSummary$ = [3, n0, _AS,
|
|
263
|
+
0,
|
|
264
|
+
[_A, _I, _N, _Na, _CT, _LMT, _IS, _AT],
|
|
265
|
+
[0, 0, 0, 0, 4, 4, 2, 0]
|
|
266
|
+
];
|
|
267
|
+
exports.ContactHandling$ = [3, n0, _CH,
|
|
268
|
+
0,
|
|
269
|
+
[_S],
|
|
270
|
+
[0]
|
|
271
|
+
];
|
|
272
|
+
exports.CreateApplicationRequest$ = [3, n0, _CAR,
|
|
273
|
+
0,
|
|
274
|
+
[_N, _Na, _ASC, _D, _Su, _P, _CTl, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
275
|
+
[0, 0, () => exports.ApplicationSourceConfig$, 0, () => SubscriptionList, () => PublicationList, [0, 4], 128 | 0, 64 | 0, 2, 1, () => exports.ApplicationConfig$, () => exports.IframeConfig$, 0], 3
|
|
276
|
+
];
|
|
277
|
+
exports.CreateApplicationResponse$ = [3, n0, _CARr,
|
|
278
|
+
0,
|
|
279
|
+
[_A, _I],
|
|
280
|
+
[0, 0]
|
|
281
|
+
];
|
|
282
|
+
exports.CreateDataIntegrationAssociationRequest$ = [3, n0, _CDIAR,
|
|
283
|
+
0,
|
|
284
|
+
[_DII, _CI, _OC, _DURI, _CAM, _CTl, _EC],
|
|
285
|
+
[[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => exports.ExecutionConfiguration$], 1
|
|
286
|
+
];
|
|
287
|
+
exports.CreateDataIntegrationAssociationResponse$ = [3, n0, _CDIARr,
|
|
288
|
+
0,
|
|
289
|
+
[_DIAI, _DIA],
|
|
290
|
+
[0, 0]
|
|
291
|
+
];
|
|
292
|
+
exports.CreateDataIntegrationRequest$ = [3, n0, _CDIR,
|
|
293
|
+
0,
|
|
294
|
+
[_N, _KK, _D, _SURI, _SC, _T, _CTl, _FC, _OC],
|
|
295
|
+
[0, 0, 0, 0, () => exports.ScheduleConfiguration$, 128 | 0, [0, 4], () => exports.FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]], 2
|
|
296
|
+
];
|
|
297
|
+
exports.CreateDataIntegrationResponse$ = [3, n0, _CDIRr,
|
|
298
|
+
0,
|
|
299
|
+
[_A, _I, _N, _D, _KK, _SURI, _SCc, _T, _CTl, _FC, _OC],
|
|
300
|
+
[0, 0, 0, 0, 0, 0, () => exports.ScheduleConfiguration$, 128 | 0, 0, () => exports.FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]]
|
|
301
|
+
];
|
|
302
|
+
exports.CreateEventIntegrationRequest$ = [3, n0, _CEIR,
|
|
303
|
+
0,
|
|
304
|
+
[_N, _EF, _EBB, _D, _CTl, _T],
|
|
305
|
+
[0, () => exports.EventFilter$, 0, 0, [0, 4], 128 | 0], 3
|
|
306
|
+
];
|
|
307
|
+
exports.CreateEventIntegrationResponse$ = [3, n0, _CEIRr,
|
|
308
|
+
0,
|
|
309
|
+
[_EIA],
|
|
310
|
+
[0]
|
|
311
|
+
];
|
|
312
|
+
exports.DataIntegrationAssociationSummary$ = [3, n0, _DIAS,
|
|
313
|
+
0,
|
|
314
|
+
[_DIAA, _DIA, _CI, _DURI, _LES, _EC],
|
|
315
|
+
[0, 0, 0, 0, () => exports.LastExecutionStatus$, () => exports.ExecutionConfiguration$]
|
|
316
|
+
];
|
|
317
|
+
exports.DataIntegrationSummary$ = [3, n0, _DIS,
|
|
318
|
+
0,
|
|
319
|
+
[_A, _N, _SURI],
|
|
320
|
+
[0, 0, 0]
|
|
321
|
+
];
|
|
322
|
+
exports.DeleteApplicationRequest$ = [3, n0, _DAR,
|
|
323
|
+
0,
|
|
324
|
+
[_A],
|
|
325
|
+
[[0, 1]], 1
|
|
326
|
+
];
|
|
327
|
+
exports.DeleteApplicationResponse$ = [3, n0, _DARe,
|
|
328
|
+
0,
|
|
329
|
+
[],
|
|
330
|
+
[]
|
|
331
|
+
];
|
|
332
|
+
exports.DeleteDataIntegrationRequest$ = [3, n0, _DDIR,
|
|
333
|
+
0,
|
|
334
|
+
[_DII],
|
|
335
|
+
[[0, 1]], 1
|
|
336
|
+
];
|
|
337
|
+
exports.DeleteDataIntegrationResponse$ = [3, n0, _DDIRe,
|
|
338
|
+
0,
|
|
339
|
+
[],
|
|
340
|
+
[]
|
|
341
|
+
];
|
|
342
|
+
exports.DeleteEventIntegrationRequest$ = [3, n0, _DEIR,
|
|
343
|
+
0,
|
|
344
|
+
[_N],
|
|
345
|
+
[[0, 1]], 1
|
|
346
|
+
];
|
|
347
|
+
exports.DeleteEventIntegrationResponse$ = [3, n0, _DEIRe,
|
|
348
|
+
0,
|
|
349
|
+
[],
|
|
350
|
+
[]
|
|
351
|
+
];
|
|
352
|
+
exports.EventFilter$ = [3, n0, _EF,
|
|
353
|
+
0,
|
|
354
|
+
[_So],
|
|
355
|
+
[0], 1
|
|
356
|
+
];
|
|
357
|
+
exports.EventIntegration$ = [3, n0, _EI,
|
|
358
|
+
0,
|
|
359
|
+
[_EIA, _N, _D, _EF, _EBB, _T],
|
|
360
|
+
[0, 0, 0, () => exports.EventFilter$, 0, 128 | 0]
|
|
361
|
+
];
|
|
362
|
+
exports.EventIntegrationAssociation$ = [3, n0, _EIAv,
|
|
363
|
+
0,
|
|
364
|
+
[_EIAA, _EIAI, _EIN, _CI, _EBRN, _CAM],
|
|
365
|
+
[0, 0, 0, 0, 0, 128 | 0]
|
|
366
|
+
];
|
|
367
|
+
exports.ExecutionConfiguration$ = [3, n0, _EC,
|
|
368
|
+
0,
|
|
369
|
+
[_EM, _ODC, _SCc],
|
|
370
|
+
[0, () => exports.OnDemandConfiguration$, () => exports.ScheduleConfiguration$], 1
|
|
371
|
+
];
|
|
372
|
+
exports.ExternalUrlConfig$ = [3, n0, _EUC,
|
|
373
|
+
0,
|
|
374
|
+
[_AU, _AO],
|
|
375
|
+
[0, 64 | 0], 1
|
|
376
|
+
];
|
|
377
|
+
exports.FileConfiguration$ = [3, n0, _FC,
|
|
378
|
+
0,
|
|
379
|
+
[_F, _Fi],
|
|
380
|
+
[64 | 0, [2, n0, _FM, 0, 0, 64 | 0]], 1
|
|
381
|
+
];
|
|
382
|
+
exports.GetApplicationRequest$ = [3, n0, _GAR,
|
|
383
|
+
0,
|
|
384
|
+
[_A],
|
|
385
|
+
[[0, 1]], 1
|
|
386
|
+
];
|
|
387
|
+
exports.GetApplicationResponse$ = [3, n0, _GARe,
|
|
388
|
+
0,
|
|
389
|
+
[_A, _I, _N, _Na, _D, _ASC, _Su, _P, _CT, _LMT, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
390
|
+
[0, 0, 0, 0, 0, () => exports.ApplicationSourceConfig$, () => SubscriptionList, () => PublicationList, 4, 4, 128 | 0, 64 | 0, 2, 1, () => exports.ApplicationConfig$, () => exports.IframeConfig$, 0]
|
|
391
|
+
];
|
|
392
|
+
exports.GetDataIntegrationRequest$ = [3, n0, _GDIR,
|
|
393
|
+
0,
|
|
394
|
+
[_Id],
|
|
395
|
+
[[0, 1]], 1
|
|
396
|
+
];
|
|
397
|
+
exports.GetDataIntegrationResponse$ = [3, n0, _GDIRe,
|
|
398
|
+
0,
|
|
399
|
+
[_A, _I, _N, _D, _KK, _SURI, _SCc, _T, _FC, _OC],
|
|
400
|
+
[0, 0, 0, 0, 0, 0, () => exports.ScheduleConfiguration$, 128 | 0, () => exports.FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]]
|
|
401
|
+
];
|
|
402
|
+
exports.GetEventIntegrationRequest$ = [3, n0, _GEIR,
|
|
403
|
+
0,
|
|
404
|
+
[_N],
|
|
405
|
+
[[0, 1]], 1
|
|
406
|
+
];
|
|
407
|
+
exports.GetEventIntegrationResponse$ = [3, n0, _GEIRe,
|
|
408
|
+
0,
|
|
409
|
+
[_N, _D, _EIA, _EBB, _EF, _T],
|
|
410
|
+
[0, 0, 0, 0, () => exports.EventFilter$, 128 | 0]
|
|
411
|
+
];
|
|
412
|
+
exports.IframeConfig$ = [3, n0, _IC,
|
|
413
|
+
0,
|
|
414
|
+
[_Al, _Sa],
|
|
415
|
+
[64 | 0, 64 | 0]
|
|
416
|
+
];
|
|
417
|
+
exports.LastExecutionStatus$ = [3, n0, _LES,
|
|
418
|
+
0,
|
|
419
|
+
[_ES, _SM],
|
|
420
|
+
[0, 0]
|
|
421
|
+
];
|
|
422
|
+
exports.ListApplicationAssociationsRequest$ = [3, n0, _LAAR,
|
|
423
|
+
0,
|
|
424
|
+
[_AI, _NT, _MR],
|
|
425
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
426
|
+
];
|
|
427
|
+
exports.ListApplicationAssociationsResponse$ = [3, n0, _LAARi,
|
|
428
|
+
0,
|
|
429
|
+
[_AAp, _NT],
|
|
430
|
+
[() => ApplicationAssociationsList, 0]
|
|
431
|
+
];
|
|
432
|
+
exports.ListApplicationsRequest$ = [3, n0, _LAR,
|
|
433
|
+
0,
|
|
434
|
+
[_NT, _MR, _AT],
|
|
435
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aT }]]
|
|
436
|
+
];
|
|
437
|
+
exports.ListApplicationsResponse$ = [3, n0, _LARi,
|
|
438
|
+
0,
|
|
439
|
+
[_Ap, _NT],
|
|
440
|
+
[() => ApplicationsList, 0]
|
|
441
|
+
];
|
|
442
|
+
exports.ListDataIntegrationAssociationsRequest$ = [3, n0, _LDIAR,
|
|
443
|
+
0,
|
|
444
|
+
[_DII, _NT, _MR],
|
|
445
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
446
|
+
];
|
|
447
|
+
exports.ListDataIntegrationAssociationsResponse$ = [3, n0, _LDIARi,
|
|
448
|
+
0,
|
|
449
|
+
[_DIAa, _NT],
|
|
450
|
+
[() => DataIntegrationAssociationsList, 0]
|
|
451
|
+
];
|
|
452
|
+
exports.ListDataIntegrationsRequest$ = [3, n0, _LDIR,
|
|
453
|
+
0,
|
|
454
|
+
[_NT, _MR],
|
|
455
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
456
|
+
];
|
|
457
|
+
exports.ListDataIntegrationsResponse$ = [3, n0, _LDIRi,
|
|
458
|
+
0,
|
|
459
|
+
[_DI, _NT],
|
|
460
|
+
[() => DataIntegrationsList, 0]
|
|
461
|
+
];
|
|
462
|
+
exports.ListEventIntegrationAssociationsRequest$ = [3, n0, _LEIAR,
|
|
463
|
+
0,
|
|
464
|
+
[_EIN, _NT, _MR],
|
|
465
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
466
|
+
];
|
|
467
|
+
exports.ListEventIntegrationAssociationsResponse$ = [3, n0, _LEIARi,
|
|
468
|
+
0,
|
|
469
|
+
[_EIAve, _NT],
|
|
470
|
+
[() => EventIntegrationAssociationsList, 0]
|
|
471
|
+
];
|
|
472
|
+
exports.ListEventIntegrationsRequest$ = [3, n0, _LEIR,
|
|
473
|
+
0,
|
|
474
|
+
[_NT, _MR],
|
|
475
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
476
|
+
];
|
|
477
|
+
exports.ListEventIntegrationsResponse$ = [3, n0, _LEIRi,
|
|
478
|
+
0,
|
|
479
|
+
[_EIv, _NT],
|
|
480
|
+
[() => EventIntegrationsList, 0]
|
|
481
|
+
];
|
|
482
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
483
|
+
0,
|
|
484
|
+
[_rA],
|
|
485
|
+
[[0, 1]], 1
|
|
486
|
+
];
|
|
487
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
488
|
+
0,
|
|
489
|
+
[_t],
|
|
490
|
+
[128 | 0]
|
|
491
|
+
];
|
|
492
|
+
exports.OnDemandConfiguration$ = [3, n0, _ODC,
|
|
493
|
+
0,
|
|
494
|
+
[_ST, _ET],
|
|
495
|
+
[0, 0], 1
|
|
496
|
+
];
|
|
497
|
+
exports.Publication$ = [3, n0, _Pu,
|
|
498
|
+
0,
|
|
499
|
+
[_E, _Sc, _D],
|
|
500
|
+
[0, 0, 0], 2
|
|
501
|
+
];
|
|
502
|
+
exports.ScheduleConfiguration$ = [3, n0, _SCc,
|
|
503
|
+
0,
|
|
504
|
+
[_SE, _FEF, _O],
|
|
505
|
+
[0, 0, 0], 1
|
|
506
|
+
];
|
|
507
|
+
exports.Subscription$ = [3, n0, _Sub,
|
|
508
|
+
0,
|
|
509
|
+
[_E, _D],
|
|
510
|
+
[0, 0], 1
|
|
511
|
+
];
|
|
512
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
513
|
+
0,
|
|
514
|
+
[_rA, _t],
|
|
515
|
+
[[0, 1], 128 | 0], 2
|
|
516
|
+
];
|
|
517
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
518
|
+
0,
|
|
519
|
+
[],
|
|
520
|
+
[]
|
|
521
|
+
];
|
|
522
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
523
|
+
0,
|
|
524
|
+
[_rA, _tK],
|
|
525
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
526
|
+
];
|
|
527
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
528
|
+
0,
|
|
529
|
+
[],
|
|
530
|
+
[]
|
|
531
|
+
];
|
|
532
|
+
exports.UpdateApplicationRequest$ = [3, n0, _UAR,
|
|
533
|
+
0,
|
|
534
|
+
[_A, _N, _D, _ASC, _Su, _P, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
535
|
+
[[0, 1], 0, 0, () => exports.ApplicationSourceConfig$, () => SubscriptionList, () => PublicationList, 64 | 0, 2, 1, () => exports.ApplicationConfig$, () => exports.IframeConfig$, 0], 1
|
|
536
|
+
];
|
|
537
|
+
exports.UpdateApplicationResponse$ = [3, n0, _UARp,
|
|
538
|
+
0,
|
|
539
|
+
[],
|
|
540
|
+
[]
|
|
541
|
+
];
|
|
542
|
+
exports.UpdateDataIntegrationAssociationRequest$ = [3, n0, _UDIAR,
|
|
543
|
+
0,
|
|
544
|
+
[_DII, _DIAIa, _EC],
|
|
545
|
+
[[0, 1], [0, 1], () => exports.ExecutionConfiguration$], 3
|
|
546
|
+
];
|
|
547
|
+
exports.UpdateDataIntegrationAssociationResponse$ = [3, n0, _UDIARp,
|
|
548
|
+
0,
|
|
549
|
+
[],
|
|
550
|
+
[]
|
|
551
|
+
];
|
|
552
|
+
exports.UpdateDataIntegrationRequest$ = [3, n0, _UDIR,
|
|
553
|
+
0,
|
|
554
|
+
[_Id, _N, _D],
|
|
555
|
+
[[0, 1], 0, 0], 1
|
|
556
|
+
];
|
|
557
|
+
exports.UpdateDataIntegrationResponse$ = [3, n0, _UDIRp,
|
|
558
|
+
0,
|
|
559
|
+
[],
|
|
560
|
+
[]
|
|
561
|
+
];
|
|
562
|
+
exports.UpdateEventIntegrationRequest$ = [3, n0, _UEIR,
|
|
563
|
+
0,
|
|
564
|
+
[_N, _D],
|
|
565
|
+
[[0, 1], 0], 1
|
|
566
|
+
];
|
|
567
|
+
exports.UpdateEventIntegrationResponse$ = [3, n0, _UEIRp,
|
|
568
|
+
0,
|
|
569
|
+
[],
|
|
570
|
+
[]
|
|
571
|
+
];
|
|
572
|
+
var ApplicationApprovedOrigins = 64 | 0;
|
|
573
|
+
var ApplicationAssociationsList = [1, n0, _AAL,
|
|
574
|
+
0, () => exports.ApplicationAssociationSummary$
|
|
575
|
+
];
|
|
576
|
+
var ApplicationsList = [1, n0, _AL,
|
|
577
|
+
0, () => exports.ApplicationSummary$
|
|
578
|
+
];
|
|
579
|
+
var DataIntegrationAssociationsList = [1, n0, _DIAL,
|
|
580
|
+
0, () => exports.DataIntegrationAssociationSummary$
|
|
581
|
+
];
|
|
582
|
+
var DataIntegrationsList = [1, n0, _DIL,
|
|
583
|
+
0, () => exports.DataIntegrationSummary$
|
|
584
|
+
];
|
|
585
|
+
var EventIntegrationAssociationsList = [1, n0, _EIAL,
|
|
586
|
+
0, () => exports.EventIntegrationAssociation$
|
|
587
|
+
];
|
|
588
|
+
var EventIntegrationsList = [1, n0, _EIL,
|
|
589
|
+
0, () => exports.EventIntegration$
|
|
590
|
+
];
|
|
591
|
+
var FieldsList = 64 | 0;
|
|
592
|
+
var FolderList = 64 | 0;
|
|
593
|
+
var IframePermissionList = 64 | 0;
|
|
594
|
+
var PermissionList = 64 | 0;
|
|
595
|
+
var PublicationList = [1, n0, _PL,
|
|
596
|
+
0, () => exports.Publication$
|
|
597
|
+
];
|
|
598
|
+
var SubscriptionList = [1, n0, _SL,
|
|
599
|
+
0, () => exports.Subscription$
|
|
600
|
+
];
|
|
601
|
+
var TagKeyList = 64 | 0;
|
|
602
|
+
var ClientAssociationMetadata = 128 | 0;
|
|
603
|
+
var FieldsMap = [2, n0, _FM,
|
|
604
|
+
0, 0, 64 | 0
|
|
605
|
+
];
|
|
606
|
+
var ObjectConfiguration = [2, n0, _OC,
|
|
607
|
+
0, 0, [2, n0, _FM, 0, 0, 64 | 0]
|
|
608
|
+
];
|
|
609
|
+
var TagMap = 128 | 0;
|
|
610
|
+
exports.CreateApplication$ = [9, n0, _CA,
|
|
611
|
+
{ [_h]: ["POST", "/applications", 200] }, () => exports.CreateApplicationRequest$, () => exports.CreateApplicationResponse$
|
|
612
|
+
];
|
|
613
|
+
exports.CreateDataIntegration$ = [9, n0, _CDI,
|
|
614
|
+
{ [_h]: ["POST", "/dataIntegrations", 200] }, () => exports.CreateDataIntegrationRequest$, () => exports.CreateDataIntegrationResponse$
|
|
615
|
+
];
|
|
616
|
+
exports.CreateDataIntegrationAssociation$ = [9, n0, _CDIA,
|
|
617
|
+
{ [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] }, () => exports.CreateDataIntegrationAssociationRequest$, () => exports.CreateDataIntegrationAssociationResponse$
|
|
618
|
+
];
|
|
619
|
+
exports.CreateEventIntegration$ = [9, n0, _CEI,
|
|
620
|
+
{ [_h]: ["POST", "/eventIntegrations", 200] }, () => exports.CreateEventIntegrationRequest$, () => exports.CreateEventIntegrationResponse$
|
|
621
|
+
];
|
|
622
|
+
exports.DeleteApplication$ = [9, n0, _DA,
|
|
623
|
+
{ [_h]: ["DELETE", "/applications/{Arn}", 200] }, () => exports.DeleteApplicationRequest$, () => exports.DeleteApplicationResponse$
|
|
624
|
+
];
|
|
625
|
+
exports.DeleteDataIntegration$ = [9, n0, _DDI,
|
|
626
|
+
{ [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] }, () => exports.DeleteDataIntegrationRequest$, () => exports.DeleteDataIntegrationResponse$
|
|
627
|
+
];
|
|
628
|
+
exports.DeleteEventIntegration$ = [9, n0, _DEI,
|
|
629
|
+
{ [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] }, () => exports.DeleteEventIntegrationRequest$, () => exports.DeleteEventIntegrationResponse$
|
|
630
|
+
];
|
|
631
|
+
exports.GetApplication$ = [9, n0, _GA,
|
|
632
|
+
{ [_h]: ["GET", "/applications/{Arn}", 200] }, () => exports.GetApplicationRequest$, () => exports.GetApplicationResponse$
|
|
633
|
+
];
|
|
634
|
+
exports.GetDataIntegration$ = [9, n0, _GDI,
|
|
635
|
+
{ [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] }, () => exports.GetDataIntegrationRequest$, () => exports.GetDataIntegrationResponse$
|
|
636
|
+
];
|
|
637
|
+
exports.GetEventIntegration$ = [9, n0, _GEI,
|
|
638
|
+
{ [_h]: ["GET", "/eventIntegrations/{Name}", 200] }, () => exports.GetEventIntegrationRequest$, () => exports.GetEventIntegrationResponse$
|
|
639
|
+
];
|
|
640
|
+
exports.ListApplicationAssociations$ = [9, n0, _LAA,
|
|
641
|
+
{ [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] }, () => exports.ListApplicationAssociationsRequest$, () => exports.ListApplicationAssociationsResponse$
|
|
642
|
+
];
|
|
643
|
+
exports.ListApplications$ = [9, n0, _LA,
|
|
644
|
+
{ [_h]: ["GET", "/applications", 200] }, () => exports.ListApplicationsRequest$, () => exports.ListApplicationsResponse$
|
|
645
|
+
];
|
|
646
|
+
exports.ListDataIntegrationAssociations$ = [9, n0, _LDIA,
|
|
647
|
+
{ [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] }, () => exports.ListDataIntegrationAssociationsRequest$, () => exports.ListDataIntegrationAssociationsResponse$
|
|
648
|
+
];
|
|
649
|
+
exports.ListDataIntegrations$ = [9, n0, _LDI,
|
|
650
|
+
{ [_h]: ["GET", "/dataIntegrations", 200] }, () => exports.ListDataIntegrationsRequest$, () => exports.ListDataIntegrationsResponse$
|
|
651
|
+
];
|
|
652
|
+
exports.ListEventIntegrationAssociations$ = [9, n0, _LEIA,
|
|
653
|
+
{ [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] }, () => exports.ListEventIntegrationAssociationsRequest$, () => exports.ListEventIntegrationAssociationsResponse$
|
|
654
|
+
];
|
|
655
|
+
exports.ListEventIntegrations$ = [9, n0, _LEI,
|
|
656
|
+
{ [_h]: ["GET", "/eventIntegrations", 200] }, () => exports.ListEventIntegrationsRequest$, () => exports.ListEventIntegrationsResponse$
|
|
657
|
+
];
|
|
658
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
659
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
660
|
+
];
|
|
661
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
662
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
663
|
+
];
|
|
664
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
665
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
666
|
+
];
|
|
667
|
+
exports.UpdateApplication$ = [9, n0, _UA,
|
|
668
|
+
{ [_h]: ["PATCH", "/applications/{Arn}", 200] }, () => exports.UpdateApplicationRequest$, () => exports.UpdateApplicationResponse$
|
|
669
|
+
];
|
|
670
|
+
exports.UpdateDataIntegration$ = [9, n0, _UDI,
|
|
671
|
+
{ [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] }, () => exports.UpdateDataIntegrationRequest$, () => exports.UpdateDataIntegrationResponse$
|
|
672
|
+
];
|
|
673
|
+
exports.UpdateDataIntegrationAssociation$ = [9, n0, _UDIA,
|
|
674
|
+
{ [_h]: ["PATCH", "/dataIntegrations/{DataIntegrationIdentifier}/associations/{DataIntegrationAssociationIdentifier}", 200] }, () => exports.UpdateDataIntegrationAssociationRequest$, () => exports.UpdateDataIntegrationAssociationResponse$
|
|
675
|
+
];
|
|
676
|
+
exports.UpdateEventIntegration$ = [9, n0, _UEI,
|
|
677
|
+
{ [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] }, () => exports.UpdateEventIntegrationRequest$, () => exports.UpdateEventIntegrationResponse$
|
|
678
|
+
];
|
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultAppIntegrationsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-07-29",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.appintegrations",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-07-29",
|
|
30
32
|
serviceTarget: "AmazonAppIntegrationService",
|
|
31
33
|
},
|