@aws-sdk/client-appflow 3.1075.0 → 3.1077.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 CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultAppflowHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CancelFlowExecutions$, CreateConnectorProfile$, CreateFlow$, DeleteConnectorProfile$, DeleteFlow$, DescribeConnector$, DescribeConnectorEntity$, DescribeConnectorProfiles$, DescribeConnectors$, DescribeFlow$, DescribeFlowExecutionRecords$, ListConnectorEntities$, ListConnectors$, ListFlows$, ListTagsForResource$, RegisterConnector$, ResetConnectorMetadataCache$, StartFlow$, StopFlow$, TagResource$, UnregisterConnector$, UntagResource$, UpdateConnectorProfile$, UpdateConnectorRegistration$, UpdateFlow$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { AppflowServiceException } = require("./models/AppflowServiceException");
18
- exports.AppflowServiceException = AppflowServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultAppflowHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "appflow",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultAppflowHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,2046 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, i],
92
+ ["https://appflow-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://appflow-fips.{Region}.{PartitionResult#dnsSuffix}", i],
95
+ [a, "FIPS is enabled but this partition does not support FIPS"],
96
+ ["https://appflow.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
97
+ [a, "DualStack is enabled but this partition does not support DualStack"],
98
+ ["https://appflow.{Region}.{PartitionResult#dnsSuffix}", i],
99
+ [a, "Invalid Configuration: Missing Region"]
100
+ ]
101
+ };
102
+ const root = 2;
103
+ const r = 100_000_000;
104
+ const nodes = new Int32Array([
105
+ -1, 1, -1,
106
+ 0, 12, 3,
107
+ 1, 4, r + 11,
108
+ 2, 5, r + 11,
109
+ 3, 8, 6,
110
+ 4, 7, r + 10,
111
+ 5, r + 8, r + 9,
112
+ 4, 10, 9,
113
+ 6, r + 6, r + 7,
114
+ 5, 11, r + 5,
115
+ 6, r + 4, r + 5,
116
+ 3, r + 1, 13,
117
+ 4, r + 2, r + 3,
118
+ ]);
119
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
120
+
121
+ const cache = new EndpointCache({
122
+ size: 50,
123
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
124
+ });
125
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
126
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
127
+ endpointParams: endpointParams,
128
+ logger: context.logger,
129
+ }));
130
+ };
131
+ customEndpointFunctions.aws = awsEndpointFunctions;
132
+
133
+ class AppflowServiceException extends ServiceException {
134
+ constructor(options) {
135
+ super(options);
136
+ Object.setPrototypeOf(this, AppflowServiceException.prototype);
137
+ }
138
+ }
139
+
140
+ class AccessDeniedException extends AppflowServiceException {
141
+ name = "AccessDeniedException";
142
+ $fault = "client";
143
+ constructor(opts) {
144
+ super({
145
+ name: "AccessDeniedException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
150
+ }
151
+ }
152
+ class InternalServerException extends AppflowServiceException {
153
+ name = "InternalServerException";
154
+ $fault = "server";
155
+ constructor(opts) {
156
+ super({
157
+ name: "InternalServerException",
158
+ $fault: "server",
159
+ ...opts,
160
+ });
161
+ Object.setPrototypeOf(this, InternalServerException.prototype);
162
+ }
163
+ }
164
+ class ResourceNotFoundException extends AppflowServiceException {
165
+ name = "ResourceNotFoundException";
166
+ $fault = "client";
167
+ constructor(opts) {
168
+ super({
169
+ name: "ResourceNotFoundException",
170
+ $fault: "client",
171
+ ...opts,
172
+ });
173
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
174
+ }
175
+ }
176
+ class ThrottlingException extends AppflowServiceException {
177
+ name = "ThrottlingException";
178
+ $fault = "client";
179
+ constructor(opts) {
180
+ super({
181
+ name: "ThrottlingException",
182
+ $fault: "client",
183
+ ...opts,
184
+ });
185
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
186
+ }
187
+ }
188
+ class ValidationException extends AppflowServiceException {
189
+ name = "ValidationException";
190
+ $fault = "client";
191
+ constructor(opts) {
192
+ super({
193
+ name: "ValidationException",
194
+ $fault: "client",
195
+ ...opts,
196
+ });
197
+ Object.setPrototypeOf(this, ValidationException.prototype);
198
+ }
199
+ }
200
+ class ConflictException extends AppflowServiceException {
201
+ name = "ConflictException";
202
+ $fault = "client";
203
+ constructor(opts) {
204
+ super({
205
+ name: "ConflictException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ Object.setPrototypeOf(this, ConflictException.prototype);
210
+ }
211
+ }
212
+ class ConnectorAuthenticationException extends AppflowServiceException {
213
+ name = "ConnectorAuthenticationException";
214
+ $fault = "client";
215
+ constructor(opts) {
216
+ super({
217
+ name: "ConnectorAuthenticationException",
218
+ $fault: "client",
219
+ ...opts,
220
+ });
221
+ Object.setPrototypeOf(this, ConnectorAuthenticationException.prototype);
222
+ }
223
+ }
224
+ class ConnectorServerException extends AppflowServiceException {
225
+ name = "ConnectorServerException";
226
+ $fault = "client";
227
+ constructor(opts) {
228
+ super({
229
+ name: "ConnectorServerException",
230
+ $fault: "client",
231
+ ...opts,
232
+ });
233
+ Object.setPrototypeOf(this, ConnectorServerException.prototype);
234
+ }
235
+ }
236
+ class ServiceQuotaExceededException extends AppflowServiceException {
237
+ name = "ServiceQuotaExceededException";
238
+ $fault = "client";
239
+ constructor(opts) {
240
+ super({
241
+ name: "ServiceQuotaExceededException",
242
+ $fault: "client",
243
+ ...opts,
244
+ });
245
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
246
+ }
247
+ }
248
+ class UnsupportedOperationException extends AppflowServiceException {
249
+ name = "UnsupportedOperationException";
250
+ $fault = "client";
251
+ constructor(opts) {
252
+ super({
253
+ name: "UnsupportedOperationException",
254
+ $fault: "client",
255
+ ...opts,
256
+ });
257
+ Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
258
+ }
259
+ }
260
+
261
+ const _A = "Amplitude";
262
+ const _AC = "AggregationConfig";
263
+ const _ACPC = "AmplitudeConnectorProfileCredentials";
264
+ const _ACPP = "AmplitudeConnectorProfileProperties";
265
+ const _ACu = "AuthenticationConfig";
266
+ const _ADE = "AccessDeniedException";
267
+ const _AK = "ApiKey";
268
+ const _AKC = "ApiKeyCredentials";
269
+ const _AKI = "AccessKeyId";
270
+ const _AM = "AmplitudeMetadata";
271
+ const _AP = "AuthParameter";
272
+ const _APL = "AuthParameterList";
273
+ const _ASK = "ApiSecretKey";
274
+ const _ASP = "AmplitudeSourceProperties";
275
+ const _AT = "AccessToken";
276
+ const _BAC = "BasicAuthCredentials";
277
+ const _CAC = "CustomAuthConfig";
278
+ const _CACL = "CustomAuthConfigList";
279
+ const _CACu = "CustomAuthCredentials";
280
+ const _CAE = "ConnectorAuthenticationException";
281
+ const _CC = "ConnectorConfiguration";
282
+ const _CCA = "ClientCredentialsArn";
283
+ const _CCDP = "CustomConnectorDestinationProperties";
284
+ const _CCM = "ConnectorConfigurationsMap";
285
+ const _CCP = "CreateConnectorProfile";
286
+ const _CCPC = "CustomConnectorProfileCredentials";
287
+ const _CCPP = "CustomConnectorProfileProperties";
288
+ const _CCPR = "CreateConnectorProfileRequest";
289
+ const _CCPRr = "CreateConnectorProfileResponse";
290
+ const _CCSP = "CustomConnectorSourceProperties";
291
+ const _CCu = "CustomConnector";
292
+ const _CD = "ConnectorDetail";
293
+ const _CE = "ConflictException";
294
+ const _CEF = "ConnectorEntityField";
295
+ const _CEFL = "ConnectorEntityFieldList";
296
+ const _CEL = "ConnectorEntityList";
297
+ const _CEM = "ConnectorEntityMap";
298
+ const _CEo = "ConnectorEntity";
299
+ const _CF = "CreateFlow";
300
+ const _CFE = "CancelFlowExecutions";
301
+ const _CFER = "CancelFlowExecutionsRequest";
302
+ const _CFERa = "CancelFlowExecutionsResponse";
303
+ const _CFR = "CreateFlowRequest";
304
+ const _CFRr = "CreateFlowResponse";
305
+ const _CL = "ConnectorList";
306
+ const _CM = "ConnectorMetadata";
307
+ const _CMK = "CredentialsMapKey";
308
+ const _CMV = "CredentialsMapValue";
309
+ const _CMr = "CredentialsMap";
310
+ const _CO = "ConnectorOperator";
311
+ const _COAR = "ConnectorOAuthRequest";
312
+ const _CP = "CustomerProfiles";
313
+ const _CPC = "ConnectorProfileConfig";
314
+ const _CPCo = "ConnectorProfileCredentials";
315
+ const _CPCon = "ConnectorProvisioningConfig";
316
+ const _CPDL = "ConnectorProfileDetailList";
317
+ const _CPDP = "CustomerProfilesDestinationProperties";
318
+ const _CPM = "CustomerProfilesMetadata";
319
+ const _CPP = "ConnectorProfileProperties";
320
+ const _CPo = "ConnectorProfile";
321
+ const _CRS = "ConnectorRuntimeSetting";
322
+ const _CRSL = "ConnectorRuntimeSettingList";
323
+ const _CS = "ClientSecret";
324
+ const _CSE = "ConnectorServerException";
325
+ const _D = "Datadog";
326
+ const _DC = "DescribeConnector";
327
+ const _DCE = "DescribeConnectorEntity";
328
+ const _DCER = "DescribeConnectorEntityRequest";
329
+ const _DCERe = "DescribeConnectorEntityResponse";
330
+ const _DCP = "DestinationConnectorProperties";
331
+ const _DCPC = "DatadogConnectorProfileCredentials";
332
+ const _DCPCy = "DynatraceConnectorProfileCredentials";
333
+ const _DCPP = "DatadogConnectorProfileProperties";
334
+ const _DCPPy = "DynatraceConnectorProfileProperties";
335
+ const _DCPR = "DeleteConnectorProfileRequest";
336
+ const _DCPRe = "DeleteConnectorProfileResponse";
337
+ const _DCPRes = "DescribeConnectorProfilesRequest";
338
+ const _DCPResc = "DescribeConnectorProfilesResponse";
339
+ const _DCPe = "DeleteConnectorProfile";
340
+ const _DCPes = "DescribeConnectorProfiles";
341
+ const _DCR = "DescribeConnectorRequest";
342
+ const _DCRe = "DescribeConnectorResponse";
343
+ const _DCRes = "DescribeConnectorsRequest";
344
+ const _DCResc = "DescribeConnectorsResponse";
345
+ const _DCe = "DescribeConnectors";
346
+ const _DF = "DeleteFlow";
347
+ const _DFC = "DestinationFlowConfig";
348
+ const _DFCL = "DestinationFlowConfigList";
349
+ const _DFER = "DescribeFlowExecutionRecords";
350
+ const _DFERR = "DescribeFlowExecutionRecordsRequest";
351
+ const _DFERRe = "DescribeFlowExecutionRecordsResponse";
352
+ const _DFP = "DestinationFieldProperties";
353
+ const _DFR = "DeleteFlowRequest";
354
+ const _DFRe = "DeleteFlowResponse";
355
+ const _DFRes = "DescribeFlowRequest";
356
+ const _DFResc = "DescribeFlowResponse";
357
+ const _DFe = "DescribeFlow";
358
+ const _DM = "DatadogMetadata";
359
+ const _DMy = "DynatraceMetadata";
360
+ const _DSP = "DatadogSourceProperties";
361
+ const _DSPy = "DynatraceSourceProperties";
362
+ const _DTA = "DataTransferApi";
363
+ const _Dy = "Dynatrace";
364
+ const _EB = "EventBridge";
365
+ const _EBDP = "EventBridgeDestinationProperties";
366
+ const _EBM = "EventBridgeMetadata";
367
+ const _ED = "ExecutionDetails";
368
+ const _EHC = "ErrorHandlingConfig";
369
+ const _EI = "ErrorInfo";
370
+ const _ER = "ExecutionRecord";
371
+ const _ERx = "ExecutionResult";
372
+ const _FD = "FlowDefinition";
373
+ const _FEL = "FlowExecutionList";
374
+ const _FL = "FlowList";
375
+ const _FTD = "FieldTypeDetails";
376
+ const _GA = "GoogleAnalytics";
377
+ const _GACPC = "GoogleAnalyticsConnectorProfileCredentials";
378
+ const _GACPP = "GoogleAnalyticsConnectorProfileProperties";
379
+ const _GAM = "GoogleAnalyticsMetadata";
380
+ const _GASP = "GoogleAnalyticsSourceProperties";
381
+ const _GDCC = "GlueDataCatalogConfig";
382
+ const _H = "Honeycode";
383
+ const _HCPC = "HoneycodeConnectorProfileCredentials";
384
+ const _HCPP = "HoneycodeConnectorProfileProperties";
385
+ const _HDP = "HoneycodeDestinationProperties";
386
+ const _HM = "HoneycodeMetadata";
387
+ const _IN = "InforNexus";
388
+ const _INCPC = "InforNexusConnectorProfileCredentials";
389
+ const _INCPP = "InforNexusConnectorProfileProperties";
390
+ const _INM = "InforNexusMetadata";
391
+ const _INSP = "InforNexusSourceProperties";
392
+ const _IPC = "IncrementalPullConfig";
393
+ const _ISE = "InternalServerException";
394
+ const _JT = "JwtToken";
395
+ const _LC = "ListConnectors";
396
+ const _LCE = "ListConnectorEntities";
397
+ const _LCER = "ListConnectorEntitiesRequest";
398
+ const _LCERi = "ListConnectorEntitiesResponse";
399
+ const _LCPC = "LambdaConnectorProvisioningConfig";
400
+ const _LCR = "ListConnectorsRequest";
401
+ const _LCRi = "ListConnectorsResponse";
402
+ const _LF = "ListFlows";
403
+ const _LFR = "ListFlowsRequest";
404
+ const _LFRi = "ListFlowsResponse";
405
+ const _LM = "LookoutMetrics";
406
+ const _LMDP = "LookoutMetricsDestinationProperties";
407
+ const _LTFR = "ListTagsForResource";
408
+ const _LTFRR = "ListTagsForResourceRequest";
409
+ const _LTFRRi = "ListTagsForResourceResponse";
410
+ const _M = "Marketo";
411
+ const _MCC = "MetadataCatalogConfig";
412
+ const _MCD = "MetadataCatalogDetail";
413
+ const _MCDe = "MetadataCatalogDetails";
414
+ const _MCPC = "MarketoConnectorProfileCredentials";
415
+ const _MCPP = "MarketoConnectorProfileProperties";
416
+ const _MDP = "MarketoDestinationProperties";
417
+ const _MM = "MarketoMetadata";
418
+ const _MSP = "MarketoSourceProperties";
419
+ const _N = "Name";
420
+ const _OAC = "OAuth2Credentials";
421
+ const _OACP = "OAuth2CustomParameter";
422
+ const _OACPL = "OAuth2CustomPropertiesList";
423
+ const _OACu = "OAuthCredentials";
424
+ const _OAD = "OAuth2Defaults";
425
+ const _OAP = "OAuth2Properties";
426
+ const _OAPu = "OAuthProperties";
427
+ const _P = "Password";
428
+ const _PC = "PrefixConfig";
429
+ const _PCPC = "PardotConnectorProfileCredentials";
430
+ const _PCPP = "PardotConnectorProfileProperties";
431
+ const _PCPS = "PrivateConnectionProvisioningState";
432
+ const _PM = "PardotMetadata";
433
+ const _PSP = "PardotSourceProperties";
434
+ const _Pa = "Pardot";
435
+ const _R = "Redshift";
436
+ const _RC = "RegisterConnector";
437
+ const _RCMC = "ResetConnectorMetadataCache";
438
+ const _RCMCR = "ResetConnectorMetadataCacheRequest";
439
+ const _RCMCRe = "ResetConnectorMetadataCacheResponse";
440
+ const _RCPC = "RedshiftConnectorProfileCredentials";
441
+ const _RCPP = "RedshiftConnectorProfileProperties";
442
+ const _RCR = "RegisterConnectorRequest";
443
+ const _RCRe = "RegisterConnectorResponse";
444
+ const _RDP = "RedshiftDestinationProperties";
445
+ const _RM = "RedshiftMetadata";
446
+ const _RNFE = "ResourceNotFoundException";
447
+ const _RO = "RegistrationOutput";
448
+ const _Ra = "Range";
449
+ const _S = "S3";
450
+ const _SAPOD = "SAPOData";
451
+ const _SAPODCPC = "SAPODataConnectorProfileCredentials";
452
+ const _SAPODCPP = "SAPODataConnectorProfileProperties";
453
+ const _SAPODDP = "SAPODataDestinationProperties";
454
+ const _SAPODM = "SAPODataMetadata";
455
+ const _SAPODPC = "SAPODataPaginationConfig";
456
+ const _SAPODPCa = "SAPODataParallelismConfig";
457
+ const _SAPODSP = "SAPODataSourceProperties";
458
+ const _SCP = "SourceConnectorProperties";
459
+ const _SCPC = "SalesforceConnectorProfileCredentials";
460
+ const _SCPCi = "SingularConnectorProfileCredentials";
461
+ const _SCPCl = "SlackConnectorProfileCredentials";
462
+ const _SCPCn = "SnowflakeConnectorProfileCredentials";
463
+ const _SCPP = "SalesforceConnectorProfileProperties";
464
+ const _SCPPi = "SingularConnectorProfileProperties";
465
+ const _SCPPl = "SlackConnectorProfileProperties";
466
+ const _SCPPn = "SnowflakeConnectorProfileProperties";
467
+ const _SDP = "S3DestinationProperties";
468
+ const _SDPa = "SalesforceDestinationProperties";
469
+ const _SDPn = "SnowflakeDestinationProperties";
470
+ const _SDTA = "SupportedDataTransferApis";
471
+ const _SF = "StartFlow";
472
+ const _SFC = "SourceFlowConfig";
473
+ const _SFP = "SourceFieldProperties";
474
+ const _SFR = "StartFlowRequest";
475
+ const _SFRt = "StartFlowResponse";
476
+ const _SFRto = "StopFlowRequest";
477
+ const _SFRtop = "StopFlowResponse";
478
+ const _SFTD = "SupportedFieldTypeDetails";
479
+ const _SFt = "StopFlow";
480
+ const _SIFC = "S3InputFormatConfig";
481
+ const _SK = "SecretKey";
482
+ const _SM = "S3Metadata";
483
+ const _SMa = "SalesforceMetadata";
484
+ const _SMi = "SingularMetadata";
485
+ const _SMl = "SlackMetadata";
486
+ const _SMn = "SnowflakeMetadata";
487
+ const _SN = "ServiceNow";
488
+ const _SNCPC = "ServiceNowConnectorProfileCredentials";
489
+ const _SNCPP = "ServiceNowConnectorProfileProperties";
490
+ const _SNM = "ServiceNowMetadata";
491
+ const _SNSP = "ServiceNowSourceProperties";
492
+ const _SOFC = "S3OutputFormatConfig";
493
+ const _SQEE = "ServiceQuotaExceededException";
494
+ const _SRHC = "SuccessResponseHandlingConfig";
495
+ const _SSP = "S3SourceProperties";
496
+ const _SSPa = "SalesforceSourceProperties";
497
+ const _SSPi = "SingularSourceProperties";
498
+ const _SSPl = "SlackSourceProperties";
499
+ const _STP = "ScheduledTriggerProperties";
500
+ const _Sa = "Salesforce";
501
+ const _Sc = "Scheduled";
502
+ const _Si = "Singular";
503
+ const _Sl = "Slack";
504
+ const _Sn = "Snowflake";
505
+ const _T = "Trendmicro";
506
+ const _TC = "TriggerConfig";
507
+ const _TCPC = "TrendmicroConnectorProfileCredentials";
508
+ const _TCPP = "TrendmicroConnectorProfileProperties";
509
+ const _TE = "ThrottlingException";
510
+ const _TM = "TrendmicroMetadata";
511
+ const _TP = "TriggerProperties";
512
+ const _TR = "TagResource";
513
+ const _TRR = "TagResourceRequest";
514
+ const _TRRa = "TagResourceResponse";
515
+ const _TSP = "TrendmicroSourceProperties";
516
+ const _Ta = "Task";
517
+ const _Tas = "Tasks";
518
+ const _Ty = "Type";
519
+ const _U = "Upsolver";
520
+ const _UC = "UnregisterConnector";
521
+ const _UCP = "UpdateConnectorProfile";
522
+ const _UCPR = "UpdateConnectorProfileRequest";
523
+ const _UCPRp = "UpdateConnectorProfileResponse";
524
+ const _UCR = "UnregisterConnectorRequest";
525
+ const _UCRR = "UpdateConnectorRegistrationRequest";
526
+ const _UCRRp = "UpdateConnectorRegistrationResponse";
527
+ const _UCRn = "UnregisterConnectorResponse";
528
+ const _UCRp = "UpdateConnectorRegistration";
529
+ const _UDP = "UpsolverDestinationProperties";
530
+ const _UF = "UpdateFlow";
531
+ const _UFR = "UpdateFlowRequest";
532
+ const _UFRp = "UpdateFlowResponse";
533
+ const _UM = "UpsolverMetadata";
534
+ const _UOE = "UnsupportedOperationException";
535
+ const _UR = "UntagResource";
536
+ const _URR = "UntagResourceRequest";
537
+ const _URRn = "UntagResourceResponse";
538
+ const _USOFC = "UpsolverS3OutputFormatConfig";
539
+ const _V = "Veeva";
540
+ const _VCPC = "VeevaConnectorProfileCredentials";
541
+ const _VCPP = "VeevaConnectorProfileProperties";
542
+ const _VE = "ValidationException";
543
+ const _VM = "VeevaMetadata";
544
+ const _VSP = "VeevaSourceProperties";
545
+ const _Z = "Zendesk";
546
+ const _ZCPC = "ZendeskConnectorProfileCredentials";
547
+ const _ZCPP = "ZendeskConnectorProfileProperties";
548
+ const _ZDP = "ZendeskDestinationProperties";
549
+ const _ZM = "ZendeskMetadata";
550
+ const _ZSP = "ZendeskSourceProperties";
551
+ const _aC = "authenticationConfig";
552
+ const _aCU = "authCodeUrls";
553
+ const _aCUu = "authCodeUrl";
554
+ const _aCg = "aggregationConfig";
555
+ const _aCu = "authCode";
556
+ const _aHU = "applicationHostUrl";
557
+ const _aK = "apiKey";
558
+ const _aKI = "accessKeyId";
559
+ const _aKp = "applicationKey";
560
+ const _aN = "accountName";
561
+ const _aP = "authParameters";
562
+ const _aSK = "apiSecretKey";
563
+ const _aSP = "applicationServicePath";
564
+ const _aT = "aggregationType";
565
+ const _aTc = "accessToken";
566
+ const _aTp = "applicationType";
567
+ const _aTpi = "apiToken";
568
+ const _aTu = "authenticationType";
569
+ const _aV = "apiVersion";
570
+ const _b = "basic";
571
+ const _bAC = "basicAuthCredentials";
572
+ const _bN = "bucketName";
573
+ const _bP = "bucketPrefix";
574
+ const _bPy = "bytesProcessed";
575
+ const _bUI = "businessUnitId";
576
+ const _bW = "bytesWritten";
577
+ const _c = "client";
578
+ const _cA = "connectorArn";
579
+ const _cAC = "customAuthConfigs";
580
+ const _cAT = "customAuthenticationType";
581
+ const _cAr = "credentialsArn";
582
+ const _cAre = "createdAt";
583
+ const _cB = "createdBy";
584
+ const _cC = "connectorConfiguration";
585
+ const _cCA = "clientCredentialsArn";
586
+ const _cCo = "connectorConfigurations";
587
+ const _cD = "connectorDescription";
588
+ const _cEF = "connectorEntityFields";
589
+ const _cEM = "connectorEntityMap";
590
+ const _cEN = "connectorEntityName";
591
+ const _cI = "clientId";
592
+ const _cIl = "clusterIdentifier";
593
+ const _cL = "connectorLabel";
594
+ const _cM = "connectorMetadata";
595
+ const _cMo = "connectorModes";
596
+ const _cMon = "connectionMode";
597
+ const _cMr = "credentialsMap";
598
+ const _cN = "connectorName";
599
+ const _cNl = "clientNumber";
600
+ const _cO = "connectorOwner";
601
+ const _cOo = "connectorOperator";
602
+ const _cP = "customProperties";
603
+ const _cPA = "connectorProfileArn";
604
+ const _cPC = "connectorProvisioningConfig";
605
+ const _cPCo = "connectorProfileCredentials";
606
+ const _cPCon = "connectorProfileConfig";
607
+ const _cPD = "connectorProfileDetails";
608
+ const _cPN = "connectorProfileName";
609
+ const _cPNo = "connectorProfileNames";
610
+ const _cPP = "connectorProfileProperties";
611
+ const _cPT = "connectorProvisioningType";
612
+ const _cRS = "connectorRuntimeSettings";
613
+ const _cS = "clientSecret";
614
+ const _cSV = "connectorSuppliedValues";
615
+ const _cSVO = "connectorSuppliedValueOptions";
616
+ const _cT = "connectorType";
617
+ const _cTa = "catalogType";
618
+ const _cTl = "clientToken";
619
+ const _cTo = "connectorTypes";
620
+ const _cUAD = "canUseAsDestination";
621
+ const _cUAS = "canUseAsSource";
622
+ const _cV = "connectorVersion";
623
+ const _co = "connectors";
624
+ const _cu = "custom";
625
+ const _d = "description";
626
+ const _dARA = "dataApiRoleArn";
627
+ const _dCL = "destinationConnectorLabel";
628
+ const _dCP = "destinationConnectorProperties";
629
+ const _dCT = "destinationConnectorType";
630
+ const _dF = "destinationField";
631
+ const _dFCL = "destinationFlowConfigList";
632
+ const _dN = "domainName";
633
+ const _dNa = "databaseName";
634
+ const _dP = "destinationProperties";
635
+ const _dPET = "dataPullEndTime";
636
+ const _dPM = "dataPullMode";
637
+ const _dPST = "dataPullStartTime";
638
+ const _dSSO = "disableSSO";
639
+ const _dT = "dataType";
640
+ const _dTA = "dataTransferApi";
641
+ const _dTAa = "dataTransferApis";
642
+ const _dTFN = "datetimeTypeFieldName";
643
+ const _dTo = "documentType";
644
+ const _dU = "databaseUrl";
645
+ const _dV = "defaultValue";
646
+ const _da = "datakey";
647
+ const _e = "error";
648
+ const _eDFU = "enableDynamicFieldUpdate";
649
+ const _eHC = "errorHandlingConfig";
650
+ const _eI = "executionIds";
651
+ const _eIr = "errorInfo";
652
+ const _eIx = "executionId";
653
+ const _eM = "executionMessage";
654
+ const _eN = "entityName";
655
+ const _eP = "entitiesPath";
656
+ const _eR = "executionResult";
657
+ const _eS = "executionStatus";
658
+ const _f = "flows";
659
+ const _fA = "flowArn";
660
+ const _fC = "failureCause";
661
+ const _fD = "forceDelete";
662
+ const _fE = "flowExecutions";
663
+ const _fEDT = "flowErrorDeactivationThreshold";
664
+ const _fEF = "firstExecutionFrom";
665
+ const _fLR = "fieldLengthRange";
666
+ const _fM = "failureMessage";
667
+ const _fN = "flowName";
668
+ const _fO = "filterOperators";
669
+ const _fOFDE = "failOnFirstDestinationError";
670
+ const _fS = "flowStatus";
671
+ const _fSM = "flowStatusMessage";
672
+ const _fT = "fieldType";
673
+ const _fTi = "fileType";
674
+ const _fVR = "fieldValueRange";
675
+ const _gDC = "glueDataCatalog";
676
+ const _h = "http";
677
+ const _hE = "httpError";
678
+ const _hNE = "hasNestedEntities";
679
+ const _hQ = "httpQuery";
680
+ const _i = "identifier";
681
+ const _iAKAS = "isApiKeyAuthSupported";
682
+ const _iAV = "includeAllVersions";
683
+ const _iBAS = "isBasicAuthSupported";
684
+ const _iBN = "intermediateBucketName";
685
+ const _iC = "isCreatable";
686
+ const _iCAS = "isCustomAuthSupported";
687
+ const _iD = "isDeprecated";
688
+ const _iDOC = "isDefaultedOnCreate";
689
+ const _iDR = "includeDeletedRecords";
690
+ const _iE = "invalidExecutions";
691
+ const _iFN = "idFieldNames";
692
+ const _iN = "isNullable";
693
+ const _iOAS = "isOAuth2Supported";
694
+ const _iPC = "incrementalPullConfig";
695
+ const _iPK = "isPrimaryKey";
696
+ const _iPLE = "isPrivateLinkEnabled";
697
+ const _iPLEUR = "isPrivateLinkEndpointUrlRequired";
698
+ const _iQ = "isQueryable";
699
+ const _iR = "isRequired";
700
+ const _iRS = "isRedshiftServerless";
701
+ const _iRn = "includeRenditions";
702
+ const _iRs = "isRetrievable";
703
+ const _iSE = "isSandboxEnvironment";
704
+ const _iSF = "isSensitiveField";
705
+ const _iSFn = "includeSourceFiles";
706
+ const _iTFFIQ = "isTimestampFieldForIncrementalQueries";
707
+ const _iU = "instanceUrl";
708
+ const _iUs = "isUpsertable";
709
+ const _iUsp = "isUpdatable";
710
+ const _jT = "jwtToken";
711
+ const _k = "key";
712
+ const _kA = "kmsArn";
713
+ const _l = "label";
714
+ const _lA = "lambdaArn";
715
+ const _lL = "logonLanguage";
716
+ const _lRED = "lastRunExecutionDetails";
717
+ const _lRMCD = "lastRunMetadataCatalogDetails";
718
+ const _lUA = "lastUpdatedAt";
719
+ const _lUB = "lastUpdatedBy";
720
+ const _lURL = "logoURL";
721
+ const _la = "lambda";
722
+ const _m = "message";
723
+ const _mCC = "metadataCatalogConfig";
724
+ const _mCD = "metadataCatalogDetails";
725
+ const _mP = "maxParallelism";
726
+ const _mPS = "maxPageSize";
727
+ const _mR = "maxResults";
728
+ const _mREM = "mostRecentExecutionMessage";
729
+ const _mRES = "mostRecentExecutionStatus";
730
+ const _mRET = "mostRecentExecutionTime";
731
+ const _ma = "maximum";
732
+ const _mi = "minimum";
733
+ const _n = "name";
734
+ const _nPP = "numParallelProcesses";
735
+ const _nT = "nextToken";
736
+ const _o = "object";
737
+ const _oAC = "oAuthCredentials";
738
+ const _oACu = "oAuth2Credentials";
739
+ const _oAD = "oAuth2Defaults";
740
+ const _oAGT = "oAuth2GrantType";
741
+ const _oAP = "oAuth2Properties";
742
+ const _oAPu = "oAuthProperties";
743
+ const _oAR = "oAuthRequest";
744
+ const _oAS = "oAuthScopes";
745
+ const _oCP = "oauth2CustomProperties";
746
+ const _oGTS = "oauth2GrantTypesSupported";
747
+ const _oP = "objectPath";
748
+ const _oS = "oauthScopes";
749
+ const _oTN = "objectTypeName";
750
+ const _oa = "oauth2";
751
+ const _p = "password";
752
+ const _pC = "prefixConfig";
753
+ const _pCPS = "privateConnectionProvisioningState";
754
+ const _pCa = "parallelismConfig";
755
+ const _pCag = "paginationConfig";
756
+ const _pF = "prefixFormat";
757
+ const _pFC = "putFailuresCount";
758
+ const _pI = "parentIdentifier";
759
+ const _pLSN = "privateLinkServiceName";
760
+ const _pN = "portNumber";
761
+ const _pP = "profileProperties";
762
+ const _pPH = "pathPrefixHierarchy";
763
+ const _pRO = "partitionRegistrationOutput";
764
+ const _pSDT = "preserveSourceDataTyping";
765
+ const _pT = "prefixType";
766
+ const _r = "result";
767
+ const _rA = "registeredAt";
768
+ const _rAe = "resourceArn";
769
+ const _rAo = "roleArn";
770
+ const _rB = "registeredBy";
771
+ const _rP = "recordsProcessed";
772
+ const _rT = "refreshToken";
773
+ const _rU = "redirectUri";
774
+ const _re = "region";
775
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.appflow";
776
+ const _sA = "startedAt";
777
+ const _sAK = "secretAccessKey";
778
+ const _sAV = "supportedApiVersions";
779
+ const _sCL = "sourceConnectorLabel";
780
+ const _sCP = "sourceConnectorProperties";
781
+ const _sCT = "sourceConnectorType";
782
+ const _sDC = "supportedDestinationConnectors";
783
+ const _sDF = "supportedDateFormat";
784
+ const _sDTA = "supportedDataTransferApis";
785
+ const _sDTT = "supportedDataTransferTypes";
786
+ const _sE = "scheduleExpression";
787
+ const _sET = "scheduleEndTime";
788
+ const _sF = "sourceFields";
789
+ const _sFC = "sourceFlowConfig";
790
+ const _sFTD = "supportedFieldTypeDetails";
791
+ const _sIFC = "s3InputFormatConfig";
792
+ const _sIFT = "s3InputFileType";
793
+ const _sK = "secretKey";
794
+ const _sO = "supportedOperators";
795
+ const _sOFC = "s3OutputFormatConfig";
796
+ const _sOc = "scheduleOffset";
797
+ const _sP = "sourceProperties";
798
+ const _sR = "supportedRegions";
799
+ const _sRHC = "successResponseHandlingConfig";
800
+ const _sSF = "supportedSchedulingFrequencies";
801
+ const _sST = "scheduleStartTime";
802
+ const _sTT = "supportedTriggerTypes";
803
+ const _sV = "schemaVersion";
804
+ const _sVu = "supportedValues";
805
+ const _sWO = "supportedWriteOperations";
806
+ const _sc = "scope";
807
+ const _se = "server";
808
+ const _st = "status";
809
+ const _sta = "stage";
810
+ const _t = "tasks";
811
+ const _tC = "triggerConfig";
812
+ const _tFS = "targetFileSize";
813
+ const _tK = "tagKeys";
814
+ const _tN = "tableName";
815
+ const _tP = "tablePrefix";
816
+ const _tPa = "taskProperties";
817
+ const _tPr = "triggerProperties";
818
+ const _tRO = "tableRegistrationOutput";
819
+ const _tT = "triggerType";
820
+ const _tTa = "taskType";
821
+ const _tU = "tokenUrls";
822
+ const _tUCP = "tokenUrlCustomProperties";
823
+ const _tUo = "tokenUrl";
824
+ const _ta = "tags";
825
+ const _ti = "timezone";
826
+ const _ty = "type";
827
+ const _u = "username";
828
+ const _uI = "userId";
829
+ const _uPLFMAA = "usePrivateLinkForMetadataAndAuthorization";
830
+ const _v = "v1";
831
+ const _vRP = "valueRegexPattern";
832
+ const _w = "warehouse";
833
+ const _wN = "workgroupName";
834
+ const _wOT = "writeOperationType";
835
+ const n0 = "com.amazonaws.appflow";
836
+ const _s_registry = TypeRegistry.for(_s);
837
+ var AppflowServiceException$ = [-3, _s, "AppflowServiceException", 0, [], []];
838
+ _s_registry.registerError(AppflowServiceException$, AppflowServiceException);
839
+ const n0_registry = TypeRegistry.for(n0);
840
+ var AccessDeniedException$ = [-3, n0, _ADE,
841
+ { [_e]: _c, [_hE]: 403 },
842
+ [_m],
843
+ [0]
844
+ ];
845
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
846
+ var ConflictException$ = [-3, n0, _CE,
847
+ { [_e]: _c, [_hE]: 409 },
848
+ [_m],
849
+ [0]
850
+ ];
851
+ n0_registry.registerError(ConflictException$, ConflictException);
852
+ var ConnectorAuthenticationException$ = [-3, n0, _CAE,
853
+ { [_e]: _c, [_hE]: 401 },
854
+ [_m],
855
+ [0]
856
+ ];
857
+ n0_registry.registerError(ConnectorAuthenticationException$, ConnectorAuthenticationException);
858
+ var ConnectorServerException$ = [-3, n0, _CSE,
859
+ { [_e]: _c, [_hE]: 400 },
860
+ [_m],
861
+ [0]
862
+ ];
863
+ n0_registry.registerError(ConnectorServerException$, ConnectorServerException);
864
+ var InternalServerException$ = [-3, n0, _ISE,
865
+ { [_e]: _se, [_hE]: 500 },
866
+ [_m],
867
+ [0]
868
+ ];
869
+ n0_registry.registerError(InternalServerException$, InternalServerException);
870
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
871
+ { [_e]: _c, [_hE]: 404 },
872
+ [_m],
873
+ [0]
874
+ ];
875
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
876
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
877
+ { [_e]: _c, [_hE]: 402 },
878
+ [_m],
879
+ [0]
880
+ ];
881
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
882
+ var ThrottlingException$ = [-3, n0, _TE,
883
+ { [_e]: _c, [_hE]: 429 },
884
+ [_m],
885
+ [0]
886
+ ];
887
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
888
+ var UnsupportedOperationException$ = [-3, n0, _UOE,
889
+ { [_e]: _c, [_hE]: 400 },
890
+ [_m],
891
+ [0]
892
+ ];
893
+ n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
894
+ var ValidationException$ = [-3, n0, _VE,
895
+ { [_e]: _c, [_hE]: 400 },
896
+ [_m],
897
+ [0]
898
+ ];
899
+ n0_registry.registerError(ValidationException$, ValidationException);
900
+ const errorTypeRegistries = [
901
+ _s_registry,
902
+ n0_registry,
903
+ ];
904
+ var AccessKeyId = [0, n0, _AKI, 8, 0];
905
+ var AccessToken = [0, n0, _AT, 8, 0];
906
+ var ApiKey = [0, n0, _AK, 8, 0];
907
+ var ApiSecretKey = [0, n0, _ASK, 8, 0];
908
+ var ClientCredentialsArn = [0, n0, _CCA, 8, 0];
909
+ var ClientSecret = [0, n0, _CS, 8, 0];
910
+ var CredentialsMapKey = [0, n0, _CMK, 8, 0];
911
+ var CredentialsMapValue = [0, n0, _CMV, 8, 0];
912
+ var JwtToken = [0, n0, _JT, 8, 0];
913
+ var Password = [0, n0, _P, 8, 0];
914
+ var SecretKey = [0, n0, _SK, 8, 0];
915
+ var AggregationConfig$ = [3, n0, _AC,
916
+ 0,
917
+ [_aT, _tFS],
918
+ [0, 1]
919
+ ];
920
+ var AmplitudeConnectorProfileCredentials$ = [3, n0, _ACPC,
921
+ 0,
922
+ [_aK, _sK],
923
+ [[() => ApiKey, 0], [() => SecretKey, 0]], 2
924
+ ];
925
+ var AmplitudeConnectorProfileProperties$ = [3, n0, _ACPP,
926
+ 0,
927
+ [],
928
+ []
929
+ ];
930
+ var AmplitudeMetadata$ = [3, n0, _AM,
931
+ 0,
932
+ [],
933
+ []
934
+ ];
935
+ var AmplitudeSourceProperties$ = [3, n0, _ASP,
936
+ 0,
937
+ [_o],
938
+ [0], 1
939
+ ];
940
+ var ApiKeyCredentials$ = [3, n0, _AKC,
941
+ 0,
942
+ [_aK, _aSK],
943
+ [[() => ApiKey, 0], [() => ApiSecretKey, 0]], 1
944
+ ];
945
+ var AuthenticationConfig$ = [3, n0, _ACu,
946
+ 0,
947
+ [_iBAS, _iAKAS, _iOAS, _iCAS, _oAD, _cAC],
948
+ [2, 2, 2, 2, () => OAuth2Defaults$, () => CustomAuthConfigList]
949
+ ];
950
+ var AuthParameter$ = [3, n0, _AP,
951
+ 0,
952
+ [_k, _iR, _l, _d, _iSF, _cSV],
953
+ [0, 2, 0, 0, 2, 64 | 0]
954
+ ];
955
+ var BasicAuthCredentials$ = [3, n0, _BAC,
956
+ 0,
957
+ [_u, _p],
958
+ [0, [() => Password, 0]], 2
959
+ ];
960
+ var CancelFlowExecutionsRequest$ = [3, n0, _CFER,
961
+ 0,
962
+ [_fN, _eI],
963
+ [0, 64 | 0], 1
964
+ ];
965
+ var CancelFlowExecutionsResponse$ = [3, n0, _CFERa,
966
+ 0,
967
+ [_iE],
968
+ [64 | 0]
969
+ ];
970
+ var ConnectorConfiguration$ = [3, n0, _CC,
971
+ 0,
972
+ [_cUAS, _cUAD, _sDC, _sSF, _iPLE, _iPLEUR, _sTT, _cM, _cT, _cL, _cD, _cO, _cN, _cV, _cA, _cMo, _aC, _cRS, _sAV, _sO, _sWO, _cPT, _cPC, _lURL, _rA, _rB, _sDTT, _sDTA],
973
+ [2, 2, 64 | 0, 64 | 0, 2, 2, 64 | 0, () => ConnectorMetadata$, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => AuthenticationConfig$, () => ConnectorRuntimeSettingList, 64 | 0, 64 | 0, 64 | 0, 0, () => ConnectorProvisioningConfig$, 0, 4, 0, 64 | 0, () => SupportedDataTransferApis]
974
+ ];
975
+ var ConnectorDetail$ = [3, n0, _CD,
976
+ 0,
977
+ [_cD, _cN, _cO, _cV, _aTp, _cT, _cL, _rA, _rB, _cPT, _cMo, _sDTT],
978
+ [0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 64 | 0, 64 | 0]
979
+ ];
980
+ var ConnectorEntity$ = [3, n0, _CEo,
981
+ 0,
982
+ [_n, _l, _hNE],
983
+ [0, 0, 2], 1
984
+ ];
985
+ var ConnectorEntityField$ = [3, n0, _CEF,
986
+ 0,
987
+ [_i, _pI, _l, _iPK, _dV, _iD, _sFTD, _d, _sP, _dP, _cP],
988
+ [0, 0, 0, 2, 0, 2, () => SupportedFieldTypeDetails$, 0, () => SourceFieldProperties$, () => DestinationFieldProperties$, 128 | 0], 1
989
+ ];
990
+ var ConnectorMetadata$ = [3, n0, _CM,
991
+ 0,
992
+ [_A, _D, _Dy, _GA, _IN, _M, _R, _S, _Sa, _SN, _Si, _Sl, _Sn, _T, _V, _Z, _EB, _U, _CP, _H, _SAPOD, _Pa],
993
+ [() => AmplitudeMetadata$, () => DatadogMetadata$, () => DynatraceMetadata$, () => GoogleAnalyticsMetadata$, () => InforNexusMetadata$, () => MarketoMetadata$, () => RedshiftMetadata$, () => S3Metadata$, () => SalesforceMetadata$, () => ServiceNowMetadata$, () => SingularMetadata$, () => SlackMetadata$, () => SnowflakeMetadata$, () => TrendmicroMetadata$, () => VeevaMetadata$, () => ZendeskMetadata$, () => EventBridgeMetadata$, () => UpsolverMetadata$, () => CustomerProfilesMetadata$, () => HoneycodeMetadata$, () => SAPODataMetadata$, () => PardotMetadata$]
994
+ ];
995
+ var ConnectorOAuthRequest$ = [3, n0, _COAR,
996
+ 0,
997
+ [_aCu, _rU],
998
+ [0, 0]
999
+ ];
1000
+ var ConnectorOperator$ = [3, n0, _CO,
1001
+ 0,
1002
+ [_A, _D, _Dy, _GA, _IN, _M, _S, _Sa, _SN, _Si, _Sl, _T, _V, _Z, _SAPOD, _CCu, _Pa],
1003
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1004
+ ];
1005
+ var ConnectorProfile$ = [3, n0, _CPo,
1006
+ 0,
1007
+ [_cPA, _cPN, _cT, _cL, _cMon, _cAr, _cPP, _cAre, _lUA, _pCPS],
1008
+ [0, 0, 0, 0, 0, 0, () => ConnectorProfileProperties$, 4, 4, () => PrivateConnectionProvisioningState$]
1009
+ ];
1010
+ var ConnectorProfileConfig$ = [3, n0, _CPC,
1011
+ 0,
1012
+ [_cPP, _cPCo],
1013
+ [() => ConnectorProfileProperties$, [() => ConnectorProfileCredentials$, 0]], 1
1014
+ ];
1015
+ var ConnectorProfileCredentials$ = [3, n0, _CPCo,
1016
+ 0,
1017
+ [_A, _D, _Dy, _GA, _H, _IN, _M, _R, _Sa, _SN, _Si, _Sl, _Sn, _T, _V, _Z, _SAPOD, _CCu, _Pa],
1018
+ [[() => AmplitudeConnectorProfileCredentials$, 0], [() => DatadogConnectorProfileCredentials$, 0], () => DynatraceConnectorProfileCredentials$, [() => GoogleAnalyticsConnectorProfileCredentials$, 0], [() => HoneycodeConnectorProfileCredentials$, 0], [() => InforNexusConnectorProfileCredentials$, 0], [() => MarketoConnectorProfileCredentials$, 0], [() => RedshiftConnectorProfileCredentials$, 0], [() => SalesforceConnectorProfileCredentials$, 0], [() => ServiceNowConnectorProfileCredentials$, 0], [() => SingularConnectorProfileCredentials$, 0], [() => SlackConnectorProfileCredentials$, 0], [() => SnowflakeConnectorProfileCredentials$, 0], [() => TrendmicroConnectorProfileCredentials$, 0], [() => VeevaConnectorProfileCredentials$, 0], [() => ZendeskConnectorProfileCredentials$, 0], [() => SAPODataConnectorProfileCredentials$, 0], [() => CustomConnectorProfileCredentials$, 0], [() => PardotConnectorProfileCredentials$, 0]]
1019
+ ];
1020
+ var ConnectorProfileProperties$ = [3, n0, _CPP,
1021
+ 0,
1022
+ [_A, _D, _Dy, _GA, _H, _IN, _M, _R, _Sa, _SN, _Si, _Sl, _Sn, _T, _V, _Z, _SAPOD, _CCu, _Pa],
1023
+ [() => AmplitudeConnectorProfileProperties$, () => DatadogConnectorProfileProperties$, () => DynatraceConnectorProfileProperties$, () => GoogleAnalyticsConnectorProfileProperties$, () => HoneycodeConnectorProfileProperties$, () => InforNexusConnectorProfileProperties$, () => MarketoConnectorProfileProperties$, () => RedshiftConnectorProfileProperties$, () => SalesforceConnectorProfileProperties$, () => ServiceNowConnectorProfileProperties$, () => SingularConnectorProfileProperties$, () => SlackConnectorProfileProperties$, () => SnowflakeConnectorProfileProperties$, () => TrendmicroConnectorProfileProperties$, () => VeevaConnectorProfileProperties$, () => ZendeskConnectorProfileProperties$, () => SAPODataConnectorProfileProperties$, () => CustomConnectorProfileProperties$, () => PardotConnectorProfileProperties$]
1024
+ ];
1025
+ var ConnectorProvisioningConfig$ = [3, n0, _CPCon,
1026
+ 0,
1027
+ [_la],
1028
+ [() => LambdaConnectorProvisioningConfig$]
1029
+ ];
1030
+ var ConnectorRuntimeSetting$ = [3, n0, _CRS,
1031
+ 0,
1032
+ [_k, _dT, _iR, _l, _d, _sc, _cSVO],
1033
+ [0, 0, 2, 0, 0, 0, 64 | 0]
1034
+ ];
1035
+ var CreateConnectorProfileRequest$ = [3, n0, _CCPR,
1036
+ 0,
1037
+ [_cPN, _cT, _cMon, _cPCon, _kA, _cL, _cTl],
1038
+ [0, 0, 0, [() => ConnectorProfileConfig$, 0], 0, 0, [0, 4]], 4
1039
+ ];
1040
+ var CreateConnectorProfileResponse$ = [3, n0, _CCPRr,
1041
+ 0,
1042
+ [_cPA],
1043
+ [0]
1044
+ ];
1045
+ var CreateFlowRequest$ = [3, n0, _CFR,
1046
+ 0,
1047
+ [_fN, _tC, _sFC, _dFCL, _t, _d, _kA, _ta, _mCC, _cTl],
1048
+ [0, () => TriggerConfig$, () => SourceFlowConfig$, () => DestinationFlowConfigList, () => Tasks, 0, 0, 128 | 0, () => MetadataCatalogConfig$, [0, 4]], 5
1049
+ ];
1050
+ var CreateFlowResponse$ = [3, n0, _CFRr,
1051
+ 0,
1052
+ [_fA, _fS],
1053
+ [0, 0]
1054
+ ];
1055
+ var CustomAuthConfig$ = [3, n0, _CAC,
1056
+ 0,
1057
+ [_cAT, _aP],
1058
+ [0, () => AuthParameterList]
1059
+ ];
1060
+ var CustomAuthCredentials$ = [3, n0, _CACu,
1061
+ 0,
1062
+ [_cAT, _cMr],
1063
+ [0, [() => CredentialsMap, 0]], 1
1064
+ ];
1065
+ var CustomConnectorDestinationProperties$ = [3, n0, _CCDP,
1066
+ 0,
1067
+ [_eN, _eHC, _wOT, _iFN, _cP],
1068
+ [0, () => ErrorHandlingConfig$, 0, 64 | 0, 128 | 0], 1
1069
+ ];
1070
+ var CustomConnectorProfileCredentials$ = [3, n0, _CCPC,
1071
+ 0,
1072
+ [_aTu, _b, _oa, _aK, _cu],
1073
+ [0, [() => BasicAuthCredentials$, 0], [() => OAuth2Credentials$, 0], [() => ApiKeyCredentials$, 0], [() => CustomAuthCredentials$, 0]], 1
1074
+ ];
1075
+ var CustomConnectorProfileProperties$ = [3, n0, _CCPP,
1076
+ 0,
1077
+ [_pP, _oAP],
1078
+ [128 | 0, () => OAuth2Properties$]
1079
+ ];
1080
+ var CustomConnectorSourceProperties$ = [3, n0, _CCSP,
1081
+ 0,
1082
+ [_eN, _cP, _dTA],
1083
+ [0, 128 | 0, () => DataTransferApi$], 1
1084
+ ];
1085
+ var CustomerProfilesDestinationProperties$ = [3, n0, _CPDP,
1086
+ 0,
1087
+ [_dN, _oTN],
1088
+ [0, 0], 1
1089
+ ];
1090
+ var CustomerProfilesMetadata$ = [3, n0, _CPM,
1091
+ 0,
1092
+ [],
1093
+ []
1094
+ ];
1095
+ var DatadogConnectorProfileCredentials$ = [3, n0, _DCPC,
1096
+ 0,
1097
+ [_aK, _aKp],
1098
+ [[() => ApiKey, 0], 0], 2
1099
+ ];
1100
+ var DatadogConnectorProfileProperties$ = [3, n0, _DCPP,
1101
+ 0,
1102
+ [_iU],
1103
+ [0], 1
1104
+ ];
1105
+ var DatadogMetadata$ = [3, n0, _DM,
1106
+ 0,
1107
+ [],
1108
+ []
1109
+ ];
1110
+ var DatadogSourceProperties$ = [3, n0, _DSP,
1111
+ 0,
1112
+ [_o],
1113
+ [0], 1
1114
+ ];
1115
+ var DataTransferApi$ = [3, n0, _DTA,
1116
+ 0,
1117
+ [_N, _Ty],
1118
+ [0, 0]
1119
+ ];
1120
+ var DeleteConnectorProfileRequest$ = [3, n0, _DCPR,
1121
+ 0,
1122
+ [_cPN, _fD],
1123
+ [0, 2], 1
1124
+ ];
1125
+ var DeleteConnectorProfileResponse$ = [3, n0, _DCPRe,
1126
+ 0,
1127
+ [],
1128
+ []
1129
+ ];
1130
+ var DeleteFlowRequest$ = [3, n0, _DFR,
1131
+ 0,
1132
+ [_fN, _fD],
1133
+ [0, 2], 1
1134
+ ];
1135
+ var DeleteFlowResponse$ = [3, n0, _DFRe,
1136
+ 0,
1137
+ [],
1138
+ []
1139
+ ];
1140
+ var DescribeConnectorEntityRequest$ = [3, n0, _DCER,
1141
+ 0,
1142
+ [_cEN, _cT, _cPN, _aV],
1143
+ [0, 0, 0, 0], 1
1144
+ ];
1145
+ var DescribeConnectorEntityResponse$ = [3, n0, _DCERe,
1146
+ 0,
1147
+ [_cEF],
1148
+ [() => ConnectorEntityFieldList], 1
1149
+ ];
1150
+ var DescribeConnectorProfilesRequest$ = [3, n0, _DCPRes,
1151
+ 0,
1152
+ [_cPNo, _cT, _cL, _mR, _nT],
1153
+ [64 | 0, 0, 0, 1, 0]
1154
+ ];
1155
+ var DescribeConnectorProfilesResponse$ = [3, n0, _DCPResc,
1156
+ 0,
1157
+ [_cPD, _nT],
1158
+ [() => ConnectorProfileDetailList, 0]
1159
+ ];
1160
+ var DescribeConnectorRequest$ = [3, n0, _DCR,
1161
+ 0,
1162
+ [_cT, _cL],
1163
+ [0, 0], 1
1164
+ ];
1165
+ var DescribeConnectorResponse$ = [3, n0, _DCRe,
1166
+ 0,
1167
+ [_cC],
1168
+ [() => ConnectorConfiguration$]
1169
+ ];
1170
+ var DescribeConnectorsRequest$ = [3, n0, _DCRes,
1171
+ 0,
1172
+ [_cTo, _mR, _nT],
1173
+ [64 | 0, 1, 0]
1174
+ ];
1175
+ var DescribeConnectorsResponse$ = [3, n0, _DCResc,
1176
+ 0,
1177
+ [_cCo, _co, _nT],
1178
+ [() => ConnectorConfigurationsMap, () => ConnectorList, 0]
1179
+ ];
1180
+ var DescribeFlowExecutionRecordsRequest$ = [3, n0, _DFERR,
1181
+ 0,
1182
+ [_fN, _mR, _nT],
1183
+ [0, 1, 0], 1
1184
+ ];
1185
+ var DescribeFlowExecutionRecordsResponse$ = [3, n0, _DFERRe,
1186
+ 0,
1187
+ [_fE, _nT],
1188
+ [() => FlowExecutionList, 0]
1189
+ ];
1190
+ var DescribeFlowRequest$ = [3, n0, _DFRes,
1191
+ 0,
1192
+ [_fN],
1193
+ [0], 1
1194
+ ];
1195
+ var DescribeFlowResponse$ = [3, n0, _DFResc,
1196
+ 0,
1197
+ [_fA, _d, _fN, _kA, _fS, _fSM, _sFC, _dFCL, _lRED, _tC, _t, _cAre, _lUA, _cB, _lUB, _ta, _mCC, _lRMCD, _sV],
1198
+ [0, 0, 0, 0, 0, 0, () => SourceFlowConfig$, () => DestinationFlowConfigList, () => ExecutionDetails$, () => TriggerConfig$, () => Tasks, 4, 4, 0, 0, 128 | 0, () => MetadataCatalogConfig$, () => MetadataCatalogDetails, 1]
1199
+ ];
1200
+ var DestinationConnectorProperties$ = [3, n0, _DCP,
1201
+ 0,
1202
+ [_R, _S, _Sa, _Sn, _EB, _LM, _U, _H, _CP, _Z, _M, _CCu, _SAPOD],
1203
+ [() => RedshiftDestinationProperties$, () => S3DestinationProperties$, () => SalesforceDestinationProperties$, () => SnowflakeDestinationProperties$, () => EventBridgeDestinationProperties$, () => LookoutMetricsDestinationProperties$, () => UpsolverDestinationProperties$, () => HoneycodeDestinationProperties$, () => CustomerProfilesDestinationProperties$, () => ZendeskDestinationProperties$, () => MarketoDestinationProperties$, () => CustomConnectorDestinationProperties$, () => SAPODataDestinationProperties$]
1204
+ ];
1205
+ var DestinationFieldProperties$ = [3, n0, _DFP,
1206
+ 0,
1207
+ [_iC, _iN, _iUs, _iUsp, _iDOC, _sWO],
1208
+ [2, 2, 2, 2, 2, 64 | 0]
1209
+ ];
1210
+ var DestinationFlowConfig$ = [3, n0, _DFC,
1211
+ 0,
1212
+ [_cT, _dCP, _aV, _cPN],
1213
+ [0, () => DestinationConnectorProperties$, 0, 0], 2
1214
+ ];
1215
+ var DynatraceConnectorProfileCredentials$ = [3, n0, _DCPCy,
1216
+ 0,
1217
+ [_aTpi],
1218
+ [0], 1
1219
+ ];
1220
+ var DynatraceConnectorProfileProperties$ = [3, n0, _DCPPy,
1221
+ 0,
1222
+ [_iU],
1223
+ [0], 1
1224
+ ];
1225
+ var DynatraceMetadata$ = [3, n0, _DMy,
1226
+ 0,
1227
+ [],
1228
+ []
1229
+ ];
1230
+ var DynatraceSourceProperties$ = [3, n0, _DSPy,
1231
+ 0,
1232
+ [_o],
1233
+ [0], 1
1234
+ ];
1235
+ var ErrorHandlingConfig$ = [3, n0, _EHC,
1236
+ 0,
1237
+ [_fOFDE, _bP, _bN],
1238
+ [2, 0, 0]
1239
+ ];
1240
+ var ErrorInfo$ = [3, n0, _EI,
1241
+ 0,
1242
+ [_pFC, _eM],
1243
+ [1, 0]
1244
+ ];
1245
+ var EventBridgeDestinationProperties$ = [3, n0, _EBDP,
1246
+ 0,
1247
+ [_o, _eHC],
1248
+ [0, () => ErrorHandlingConfig$], 1
1249
+ ];
1250
+ var EventBridgeMetadata$ = [3, n0, _EBM,
1251
+ 0,
1252
+ [],
1253
+ []
1254
+ ];
1255
+ var ExecutionDetails$ = [3, n0, _ED,
1256
+ 0,
1257
+ [_mREM, _mRET, _mRES],
1258
+ [0, 4, 0]
1259
+ ];
1260
+ var ExecutionRecord$ = [3, n0, _ER,
1261
+ 0,
1262
+ [_eIx, _eS, _eR, _sA, _lUA, _dPST, _dPET, _mCD],
1263
+ [0, 0, () => ExecutionResult$, 4, 4, 4, 4, () => MetadataCatalogDetails]
1264
+ ];
1265
+ var ExecutionResult$ = [3, n0, _ERx,
1266
+ 0,
1267
+ [_eIr, _bPy, _bW, _rP, _nPP, _mPS],
1268
+ [() => ErrorInfo$, 1, 1, 1, 1, 1]
1269
+ ];
1270
+ var FieldTypeDetails$ = [3, n0, _FTD,
1271
+ 0,
1272
+ [_fT, _fO, _sVu, _vRP, _sDF, _fVR, _fLR],
1273
+ [0, 64 | 0, 64 | 0, 0, 0, () => Range$, () => Range$], 2
1274
+ ];
1275
+ var FlowDefinition$ = [3, n0, _FD,
1276
+ 0,
1277
+ [_fA, _d, _fN, _fS, _sCT, _sCL, _dCT, _dCL, _tT, _cAre, _lUA, _cB, _lUB, _ta, _lRED],
1278
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 128 | 0, () => ExecutionDetails$]
1279
+ ];
1280
+ var GlueDataCatalogConfig$ = [3, n0, _GDCC,
1281
+ 0,
1282
+ [_rAo, _dNa, _tP],
1283
+ [0, 0, 0], 3
1284
+ ];
1285
+ var GoogleAnalyticsConnectorProfileCredentials$ = [3, n0, _GACPC,
1286
+ 0,
1287
+ [_cI, _cS, _aTc, _rT, _oAR],
1288
+ [0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest$], 2
1289
+ ];
1290
+ var GoogleAnalyticsConnectorProfileProperties$ = [3, n0, _GACPP,
1291
+ 0,
1292
+ [],
1293
+ []
1294
+ ];
1295
+ var GoogleAnalyticsMetadata$ = [3, n0, _GAM,
1296
+ 0,
1297
+ [_oAS],
1298
+ [64 | 0]
1299
+ ];
1300
+ var GoogleAnalyticsSourceProperties$ = [3, n0, _GASP,
1301
+ 0,
1302
+ [_o],
1303
+ [0], 1
1304
+ ];
1305
+ var HoneycodeConnectorProfileCredentials$ = [3, n0, _HCPC,
1306
+ 0,
1307
+ [_aTc, _rT, _oAR],
1308
+ [[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$]
1309
+ ];
1310
+ var HoneycodeConnectorProfileProperties$ = [3, n0, _HCPP,
1311
+ 0,
1312
+ [],
1313
+ []
1314
+ ];
1315
+ var HoneycodeDestinationProperties$ = [3, n0, _HDP,
1316
+ 0,
1317
+ [_o, _eHC],
1318
+ [0, () => ErrorHandlingConfig$], 1
1319
+ ];
1320
+ var HoneycodeMetadata$ = [3, n0, _HM,
1321
+ 0,
1322
+ [_oAS],
1323
+ [64 | 0]
1324
+ ];
1325
+ var IncrementalPullConfig$ = [3, n0, _IPC,
1326
+ 0,
1327
+ [_dTFN],
1328
+ [0]
1329
+ ];
1330
+ var InforNexusConnectorProfileCredentials$ = [3, n0, _INCPC,
1331
+ 0,
1332
+ [_aKI, _uI, _sAK, _da],
1333
+ [[() => AccessKeyId, 0], 0, 0, 0], 4
1334
+ ];
1335
+ var InforNexusConnectorProfileProperties$ = [3, n0, _INCPP,
1336
+ 0,
1337
+ [_iU],
1338
+ [0], 1
1339
+ ];
1340
+ var InforNexusMetadata$ = [3, n0, _INM,
1341
+ 0,
1342
+ [],
1343
+ []
1344
+ ];
1345
+ var InforNexusSourceProperties$ = [3, n0, _INSP,
1346
+ 0,
1347
+ [_o],
1348
+ [0], 1
1349
+ ];
1350
+ var LambdaConnectorProvisioningConfig$ = [3, n0, _LCPC,
1351
+ 0,
1352
+ [_lA],
1353
+ [0], 1
1354
+ ];
1355
+ var ListConnectorEntitiesRequest$ = [3, n0, _LCER,
1356
+ 0,
1357
+ [_cPN, _cT, _eP, _aV, _mR, _nT],
1358
+ [0, 0, 0, 0, 1, 0]
1359
+ ];
1360
+ var ListConnectorEntitiesResponse$ = [3, n0, _LCERi,
1361
+ 0,
1362
+ [_cEM, _nT],
1363
+ [() => ConnectorEntityMap, 0], 1
1364
+ ];
1365
+ var ListConnectorsRequest$ = [3, n0, _LCR,
1366
+ 0,
1367
+ [_mR, _nT],
1368
+ [1, 0]
1369
+ ];
1370
+ var ListConnectorsResponse$ = [3, n0, _LCRi,
1371
+ 0,
1372
+ [_co, _nT],
1373
+ [() => ConnectorList, 0]
1374
+ ];
1375
+ var ListFlowsRequest$ = [3, n0, _LFR,
1376
+ 0,
1377
+ [_mR, _nT],
1378
+ [1, 0]
1379
+ ];
1380
+ var ListFlowsResponse$ = [3, n0, _LFRi,
1381
+ 0,
1382
+ [_f, _nT],
1383
+ [() => FlowList, 0]
1384
+ ];
1385
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1386
+ 0,
1387
+ [_rAe],
1388
+ [[0, 1]], 1
1389
+ ];
1390
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1391
+ 0,
1392
+ [_ta],
1393
+ [128 | 0]
1394
+ ];
1395
+ var LookoutMetricsDestinationProperties$ = [3, n0, _LMDP,
1396
+ 0,
1397
+ [],
1398
+ []
1399
+ ];
1400
+ var MarketoConnectorProfileCredentials$ = [3, n0, _MCPC,
1401
+ 0,
1402
+ [_cI, _cS, _aTc, _oAR],
1403
+ [0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest$], 2
1404
+ ];
1405
+ var MarketoConnectorProfileProperties$ = [3, n0, _MCPP,
1406
+ 0,
1407
+ [_iU],
1408
+ [0], 1
1409
+ ];
1410
+ var MarketoDestinationProperties$ = [3, n0, _MDP,
1411
+ 0,
1412
+ [_o, _eHC],
1413
+ [0, () => ErrorHandlingConfig$], 1
1414
+ ];
1415
+ var MarketoMetadata$ = [3, n0, _MM,
1416
+ 0,
1417
+ [],
1418
+ []
1419
+ ];
1420
+ var MarketoSourceProperties$ = [3, n0, _MSP,
1421
+ 0,
1422
+ [_o],
1423
+ [0], 1
1424
+ ];
1425
+ var MetadataCatalogConfig$ = [3, n0, _MCC,
1426
+ 0,
1427
+ [_gDC],
1428
+ [() => GlueDataCatalogConfig$]
1429
+ ];
1430
+ var MetadataCatalogDetail$ = [3, n0, _MCD,
1431
+ 0,
1432
+ [_cTa, _tN, _tRO, _pRO],
1433
+ [0, 0, () => RegistrationOutput$, () => RegistrationOutput$]
1434
+ ];
1435
+ var OAuth2Credentials$ = [3, n0, _OAC,
1436
+ 0,
1437
+ [_cI, _cS, _aTc, _rT, _oAR],
1438
+ [0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest$]
1439
+ ];
1440
+ var OAuth2CustomParameter$ = [3, n0, _OACP,
1441
+ 0,
1442
+ [_k, _iR, _l, _d, _iSF, _cSV, _ty],
1443
+ [0, 2, 0, 0, 2, 64 | 0, 0]
1444
+ ];
1445
+ var OAuth2Defaults$ = [3, n0, _OAD,
1446
+ 0,
1447
+ [_oS, _tU, _aCU, _oGTS, _oCP],
1448
+ [64 | 0, 64 | 0, 64 | 0, 64 | 0, () => OAuth2CustomPropertiesList]
1449
+ ];
1450
+ var OAuth2Properties$ = [3, n0, _OAP,
1451
+ 0,
1452
+ [_tUo, _oAGT, _tUCP],
1453
+ [0, 0, 128 | 0], 2
1454
+ ];
1455
+ var OAuthCredentials$ = [3, n0, _OACu,
1456
+ 0,
1457
+ [_cI, _cS, _aTc, _rT, _oAR],
1458
+ [0, [() => ClientSecret, 0], [() => AccessToken, 0], 0, () => ConnectorOAuthRequest$], 2
1459
+ ];
1460
+ var OAuthProperties$ = [3, n0, _OAPu,
1461
+ 0,
1462
+ [_tUo, _aCUu, _oAS],
1463
+ [0, 0, 64 | 0], 3
1464
+ ];
1465
+ var PardotConnectorProfileCredentials$ = [3, n0, _PCPC,
1466
+ 0,
1467
+ [_aTc, _rT, _oAR, _cCA],
1468
+ [[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$, [() => ClientCredentialsArn, 0]]
1469
+ ];
1470
+ var PardotConnectorProfileProperties$ = [3, n0, _PCPP,
1471
+ 0,
1472
+ [_iU, _iSE, _bUI],
1473
+ [0, 2, 0]
1474
+ ];
1475
+ var PardotMetadata$ = [3, n0, _PM,
1476
+ 0,
1477
+ [],
1478
+ []
1479
+ ];
1480
+ var PardotSourceProperties$ = [3, n0, _PSP,
1481
+ 0,
1482
+ [_o],
1483
+ [0], 1
1484
+ ];
1485
+ var PrefixConfig$ = [3, n0, _PC,
1486
+ 0,
1487
+ [_pT, _pF, _pPH],
1488
+ [0, 0, 64 | 0]
1489
+ ];
1490
+ var PrivateConnectionProvisioningState$ = [3, n0, _PCPS,
1491
+ 0,
1492
+ [_st, _fM, _fC],
1493
+ [0, 0, 0]
1494
+ ];
1495
+ var Range$ = [3, n0, _Ra,
1496
+ 0,
1497
+ [_ma, _mi],
1498
+ [1, 1]
1499
+ ];
1500
+ var RedshiftConnectorProfileCredentials$ = [3, n0, _RCPC,
1501
+ 0,
1502
+ [_u, _p],
1503
+ [0, [() => Password, 0]]
1504
+ ];
1505
+ var RedshiftConnectorProfileProperties$ = [3, n0, _RCPP,
1506
+ 0,
1507
+ [_bN, _rAo, _dU, _bP, _dARA, _iRS, _cIl, _wN, _dNa],
1508
+ [0, 0, 0, 0, 0, 2, 0, 0, 0], 2
1509
+ ];
1510
+ var RedshiftDestinationProperties$ = [3, n0, _RDP,
1511
+ 0,
1512
+ [_o, _iBN, _bP, _eHC],
1513
+ [0, 0, 0, () => ErrorHandlingConfig$], 2
1514
+ ];
1515
+ var RedshiftMetadata$ = [3, n0, _RM,
1516
+ 0,
1517
+ [],
1518
+ []
1519
+ ];
1520
+ var RegisterConnectorRequest$ = [3, n0, _RCR,
1521
+ 0,
1522
+ [_cL, _d, _cPT, _cPC, _cTl],
1523
+ [0, 0, 0, () => ConnectorProvisioningConfig$, [0, 4]]
1524
+ ];
1525
+ var RegisterConnectorResponse$ = [3, n0, _RCRe,
1526
+ 0,
1527
+ [_cA],
1528
+ [0]
1529
+ ];
1530
+ var RegistrationOutput$ = [3, n0, _RO,
1531
+ 0,
1532
+ [_m, _r, _st],
1533
+ [0, 0, 0]
1534
+ ];
1535
+ var ResetConnectorMetadataCacheRequest$ = [3, n0, _RCMCR,
1536
+ 0,
1537
+ [_cPN, _cT, _cEN, _eP, _aV],
1538
+ [0, 0, 0, 0, 0]
1539
+ ];
1540
+ var ResetConnectorMetadataCacheResponse$ = [3, n0, _RCMCRe,
1541
+ 0,
1542
+ [],
1543
+ []
1544
+ ];
1545
+ var S3DestinationProperties$ = [3, n0, _SDP,
1546
+ 0,
1547
+ [_bN, _bP, _sOFC],
1548
+ [0, 0, () => S3OutputFormatConfig$], 1
1549
+ ];
1550
+ var S3InputFormatConfig$ = [3, n0, _SIFC,
1551
+ 0,
1552
+ [_sIFT],
1553
+ [0]
1554
+ ];
1555
+ var S3Metadata$ = [3, n0, _SM,
1556
+ 0,
1557
+ [],
1558
+ []
1559
+ ];
1560
+ var S3OutputFormatConfig$ = [3, n0, _SOFC,
1561
+ 0,
1562
+ [_fTi, _pC, _aCg, _pSDT],
1563
+ [0, () => PrefixConfig$, () => AggregationConfig$, 2]
1564
+ ];
1565
+ var S3SourceProperties$ = [3, n0, _SSP,
1566
+ 0,
1567
+ [_bN, _bP, _sIFC],
1568
+ [0, 0, () => S3InputFormatConfig$], 1
1569
+ ];
1570
+ var SalesforceConnectorProfileCredentials$ = [3, n0, _SCPC,
1571
+ 0,
1572
+ [_aTc, _rT, _oAR, _cCA, _oAGT, _jT],
1573
+ [[() => AccessToken, 0], 0, () => ConnectorOAuthRequest$, [() => ClientCredentialsArn, 0], 0, [() => JwtToken, 0]]
1574
+ ];
1575
+ var SalesforceConnectorProfileProperties$ = [3, n0, _SCPP,
1576
+ 0,
1577
+ [_iU, _iSE, _uPLFMAA],
1578
+ [0, 2, 2]
1579
+ ];
1580
+ var SalesforceDestinationProperties$ = [3, n0, _SDPa,
1581
+ 0,
1582
+ [_o, _iFN, _eHC, _wOT, _dTA],
1583
+ [0, 64 | 0, () => ErrorHandlingConfig$, 0, 0], 1
1584
+ ];
1585
+ var SalesforceMetadata$ = [3, n0, _SMa,
1586
+ 0,
1587
+ [_oAS, _dTAa, _oGTS],
1588
+ [64 | 0, 64 | 0, 64 | 0]
1589
+ ];
1590
+ var SalesforceSourceProperties$ = [3, n0, _SSPa,
1591
+ 0,
1592
+ [_o, _eDFU, _iDR, _dTA],
1593
+ [0, 2, 2, 0], 1
1594
+ ];
1595
+ var SAPODataConnectorProfileCredentials$ = [3, n0, _SAPODCPC,
1596
+ 0,
1597
+ [_bAC, _oAC],
1598
+ [[() => BasicAuthCredentials$, 0], [() => OAuthCredentials$, 0]]
1599
+ ];
1600
+ var SAPODataConnectorProfileProperties$ = [3, n0, _SAPODCPP,
1601
+ 0,
1602
+ [_aHU, _aSP, _pN, _cNl, _lL, _pLSN, _oAPu, _dSSO],
1603
+ [0, 0, 1, 0, 0, 0, () => OAuthProperties$, 2], 4
1604
+ ];
1605
+ var SAPODataDestinationProperties$ = [3, n0, _SAPODDP,
1606
+ 0,
1607
+ [_oP, _sRHC, _iFN, _eHC, _wOT],
1608
+ [0, () => SuccessResponseHandlingConfig$, 64 | 0, () => ErrorHandlingConfig$, 0], 1
1609
+ ];
1610
+ var SAPODataMetadata$ = [3, n0, _SAPODM,
1611
+ 0,
1612
+ [],
1613
+ []
1614
+ ];
1615
+ var SAPODataPaginationConfig$ = [3, n0, _SAPODPC,
1616
+ 0,
1617
+ [_mPS],
1618
+ [1], 1
1619
+ ];
1620
+ var SAPODataParallelismConfig$ = [3, n0, _SAPODPCa,
1621
+ 0,
1622
+ [_mP],
1623
+ [1], 1
1624
+ ];
1625
+ var SAPODataSourceProperties$ = [3, n0, _SAPODSP,
1626
+ 0,
1627
+ [_oP, _pCa, _pCag],
1628
+ [0, () => SAPODataParallelismConfig$, () => SAPODataPaginationConfig$]
1629
+ ];
1630
+ var ScheduledTriggerProperties$ = [3, n0, _STP,
1631
+ 0,
1632
+ [_sE, _dPM, _sST, _sET, _ti, _sOc, _fEF, _fEDT],
1633
+ [0, 0, 4, 4, 0, 1, 4, 1], 1
1634
+ ];
1635
+ var ServiceNowConnectorProfileCredentials$ = [3, n0, _SNCPC,
1636
+ 0,
1637
+ [_u, _p, _oACu],
1638
+ [0, [() => Password, 0], [() => OAuth2Credentials$, 0]]
1639
+ ];
1640
+ var ServiceNowConnectorProfileProperties$ = [3, n0, _SNCPP,
1641
+ 0,
1642
+ [_iU],
1643
+ [0], 1
1644
+ ];
1645
+ var ServiceNowMetadata$ = [3, n0, _SNM,
1646
+ 0,
1647
+ [],
1648
+ []
1649
+ ];
1650
+ var ServiceNowSourceProperties$ = [3, n0, _SNSP,
1651
+ 0,
1652
+ [_o],
1653
+ [0], 1
1654
+ ];
1655
+ var SingularConnectorProfileCredentials$ = [3, n0, _SCPCi,
1656
+ 0,
1657
+ [_aK],
1658
+ [[() => ApiKey, 0]], 1
1659
+ ];
1660
+ var SingularConnectorProfileProperties$ = [3, n0, _SCPPi,
1661
+ 0,
1662
+ [],
1663
+ []
1664
+ ];
1665
+ var SingularMetadata$ = [3, n0, _SMi,
1666
+ 0,
1667
+ [],
1668
+ []
1669
+ ];
1670
+ var SingularSourceProperties$ = [3, n0, _SSPi,
1671
+ 0,
1672
+ [_o],
1673
+ [0], 1
1674
+ ];
1675
+ var SlackConnectorProfileCredentials$ = [3, n0, _SCPCl,
1676
+ 0,
1677
+ [_cI, _cS, _aTc, _oAR],
1678
+ [0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest$], 2
1679
+ ];
1680
+ var SlackConnectorProfileProperties$ = [3, n0, _SCPPl,
1681
+ 0,
1682
+ [_iU],
1683
+ [0], 1
1684
+ ];
1685
+ var SlackMetadata$ = [3, n0, _SMl,
1686
+ 0,
1687
+ [_oAS],
1688
+ [64 | 0]
1689
+ ];
1690
+ var SlackSourceProperties$ = [3, n0, _SSPl,
1691
+ 0,
1692
+ [_o],
1693
+ [0], 1
1694
+ ];
1695
+ var SnowflakeConnectorProfileCredentials$ = [3, n0, _SCPCn,
1696
+ 0,
1697
+ [_u, _p],
1698
+ [0, [() => Password, 0]], 2
1699
+ ];
1700
+ var SnowflakeConnectorProfileProperties$ = [3, n0, _SCPPn,
1701
+ 0,
1702
+ [_w, _sta, _bN, _bP, _pLSN, _aN, _re],
1703
+ [0, 0, 0, 0, 0, 0, 0], 3
1704
+ ];
1705
+ var SnowflakeDestinationProperties$ = [3, n0, _SDPn,
1706
+ 0,
1707
+ [_o, _iBN, _bP, _eHC],
1708
+ [0, 0, 0, () => ErrorHandlingConfig$], 2
1709
+ ];
1710
+ var SnowflakeMetadata$ = [3, n0, _SMn,
1711
+ 0,
1712
+ [_sR],
1713
+ [64 | 0]
1714
+ ];
1715
+ var SourceConnectorProperties$ = [3, n0, _SCP,
1716
+ 0,
1717
+ [_A, _D, _Dy, _GA, _IN, _M, _S, _Sa, _SN, _Si, _Sl, _T, _V, _Z, _SAPOD, _CCu, _Pa],
1718
+ [() => AmplitudeSourceProperties$, () => DatadogSourceProperties$, () => DynatraceSourceProperties$, () => GoogleAnalyticsSourceProperties$, () => InforNexusSourceProperties$, () => MarketoSourceProperties$, () => S3SourceProperties$, () => SalesforceSourceProperties$, () => ServiceNowSourceProperties$, () => SingularSourceProperties$, () => SlackSourceProperties$, () => TrendmicroSourceProperties$, () => VeevaSourceProperties$, () => ZendeskSourceProperties$, () => SAPODataSourceProperties$, () => CustomConnectorSourceProperties$, () => PardotSourceProperties$]
1719
+ ];
1720
+ var SourceFieldProperties$ = [3, n0, _SFP,
1721
+ 0,
1722
+ [_iRs, _iQ, _iTFFIQ],
1723
+ [2, 2, 2]
1724
+ ];
1725
+ var SourceFlowConfig$ = [3, n0, _SFC,
1726
+ 0,
1727
+ [_cT, _sCP, _aV, _cPN, _iPC],
1728
+ [0, () => SourceConnectorProperties$, 0, 0, () => IncrementalPullConfig$], 2
1729
+ ];
1730
+ var StartFlowRequest$ = [3, n0, _SFR,
1731
+ 0,
1732
+ [_fN, _cTl],
1733
+ [0, [0, 4]], 1
1734
+ ];
1735
+ var StartFlowResponse$ = [3, n0, _SFRt,
1736
+ 0,
1737
+ [_fA, _fS, _eIx],
1738
+ [0, 0, 0]
1739
+ ];
1740
+ var StopFlowRequest$ = [3, n0, _SFRto,
1741
+ 0,
1742
+ [_fN],
1743
+ [0], 1
1744
+ ];
1745
+ var StopFlowResponse$ = [3, n0, _SFRtop,
1746
+ 0,
1747
+ [_fA, _fS],
1748
+ [0, 0]
1749
+ ];
1750
+ var SuccessResponseHandlingConfig$ = [3, n0, _SRHC,
1751
+ 0,
1752
+ [_bP, _bN],
1753
+ [0, 0]
1754
+ ];
1755
+ var SupportedFieldTypeDetails$ = [3, n0, _SFTD,
1756
+ 0,
1757
+ [_v],
1758
+ [() => FieldTypeDetails$], 1
1759
+ ];
1760
+ var TagResourceRequest$ = [3, n0, _TRR,
1761
+ 0,
1762
+ [_rAe, _ta],
1763
+ [[0, 1], 128 | 0], 2
1764
+ ];
1765
+ var TagResourceResponse$ = [3, n0, _TRRa,
1766
+ 0,
1767
+ [],
1768
+ []
1769
+ ];
1770
+ var Task$ = [3, n0, _Ta,
1771
+ 0,
1772
+ [_sF, _tTa, _cOo, _dF, _tPa],
1773
+ [64 | 0, 0, () => ConnectorOperator$, 0, 128 | 0], 2
1774
+ ];
1775
+ var TrendmicroConnectorProfileCredentials$ = [3, n0, _TCPC,
1776
+ 0,
1777
+ [_aSK],
1778
+ [[() => ApiSecretKey, 0]], 1
1779
+ ];
1780
+ var TrendmicroConnectorProfileProperties$ = [3, n0, _TCPP,
1781
+ 0,
1782
+ [],
1783
+ []
1784
+ ];
1785
+ var TrendmicroMetadata$ = [3, n0, _TM,
1786
+ 0,
1787
+ [],
1788
+ []
1789
+ ];
1790
+ var TrendmicroSourceProperties$ = [3, n0, _TSP,
1791
+ 0,
1792
+ [_o],
1793
+ [0], 1
1794
+ ];
1795
+ var TriggerConfig$ = [3, n0, _TC,
1796
+ 0,
1797
+ [_tT, _tPr],
1798
+ [0, () => TriggerProperties$], 1
1799
+ ];
1800
+ var TriggerProperties$ = [3, n0, _TP,
1801
+ 0,
1802
+ [_Sc],
1803
+ [() => ScheduledTriggerProperties$]
1804
+ ];
1805
+ var UnregisterConnectorRequest$ = [3, n0, _UCR,
1806
+ 0,
1807
+ [_cL, _fD],
1808
+ [0, 2], 1
1809
+ ];
1810
+ var UnregisterConnectorResponse$ = [3, n0, _UCRn,
1811
+ 0,
1812
+ [],
1813
+ []
1814
+ ];
1815
+ var UntagResourceRequest$ = [3, n0, _URR,
1816
+ 0,
1817
+ [_rAe, _tK],
1818
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1819
+ ];
1820
+ var UntagResourceResponse$ = [3, n0, _URRn,
1821
+ 0,
1822
+ [],
1823
+ []
1824
+ ];
1825
+ var UpdateConnectorProfileRequest$ = [3, n0, _UCPR,
1826
+ 0,
1827
+ [_cPN, _cMon, _cPCon, _cTl],
1828
+ [0, 0, [() => ConnectorProfileConfig$, 0], [0, 4]], 3
1829
+ ];
1830
+ var UpdateConnectorProfileResponse$ = [3, n0, _UCPRp,
1831
+ 0,
1832
+ [_cPA],
1833
+ [0]
1834
+ ];
1835
+ var UpdateConnectorRegistrationRequest$ = [3, n0, _UCRR,
1836
+ 0,
1837
+ [_cL, _d, _cPC, _cTl],
1838
+ [0, 0, () => ConnectorProvisioningConfig$, [0, 4]], 1
1839
+ ];
1840
+ var UpdateConnectorRegistrationResponse$ = [3, n0, _UCRRp,
1841
+ 0,
1842
+ [_cA],
1843
+ [0]
1844
+ ];
1845
+ var UpdateFlowRequest$ = [3, n0, _UFR,
1846
+ 0,
1847
+ [_fN, _tC, _sFC, _dFCL, _t, _d, _mCC, _cTl],
1848
+ [0, () => TriggerConfig$, () => SourceFlowConfig$, () => DestinationFlowConfigList, () => Tasks, 0, () => MetadataCatalogConfig$, [0, 4]], 5
1849
+ ];
1850
+ var UpdateFlowResponse$ = [3, n0, _UFRp,
1851
+ 0,
1852
+ [_fS],
1853
+ [0]
1854
+ ];
1855
+ var UpsolverDestinationProperties$ = [3, n0, _UDP,
1856
+ 0,
1857
+ [_bN, _sOFC, _bP],
1858
+ [0, () => UpsolverS3OutputFormatConfig$, 0], 2
1859
+ ];
1860
+ var UpsolverMetadata$ = [3, n0, _UM,
1861
+ 0,
1862
+ [],
1863
+ []
1864
+ ];
1865
+ var UpsolverS3OutputFormatConfig$ = [3, n0, _USOFC,
1866
+ 0,
1867
+ [_pC, _fTi, _aCg],
1868
+ [() => PrefixConfig$, 0, () => AggregationConfig$], 1
1869
+ ];
1870
+ var VeevaConnectorProfileCredentials$ = [3, n0, _VCPC,
1871
+ 0,
1872
+ [_u, _p],
1873
+ [0, [() => Password, 0]], 2
1874
+ ];
1875
+ var VeevaConnectorProfileProperties$ = [3, n0, _VCPP,
1876
+ 0,
1877
+ [_iU],
1878
+ [0], 1
1879
+ ];
1880
+ var VeevaMetadata$ = [3, n0, _VM,
1881
+ 0,
1882
+ [],
1883
+ []
1884
+ ];
1885
+ var VeevaSourceProperties$ = [3, n0, _VSP,
1886
+ 0,
1887
+ [_o, _dTo, _iSFn, _iRn, _iAV],
1888
+ [0, 0, 2, 2, 2], 1
1889
+ ];
1890
+ var ZendeskConnectorProfileCredentials$ = [3, n0, _ZCPC,
1891
+ 0,
1892
+ [_cI, _cS, _aTc, _oAR],
1893
+ [0, [() => ClientSecret, 0], [() => AccessToken, 0], () => ConnectorOAuthRequest$], 2
1894
+ ];
1895
+ var ZendeskConnectorProfileProperties$ = [3, n0, _ZCPP,
1896
+ 0,
1897
+ [_iU],
1898
+ [0], 1
1899
+ ];
1900
+ var ZendeskDestinationProperties$ = [3, n0, _ZDP,
1901
+ 0,
1902
+ [_o, _iFN, _eHC, _wOT],
1903
+ [0, 64 | 0, () => ErrorHandlingConfig$, 0], 1
1904
+ ];
1905
+ var ZendeskMetadata$ = [3, n0, _ZM,
1906
+ 0,
1907
+ [_oAS],
1908
+ [64 | 0]
1909
+ ];
1910
+ var ZendeskSourceProperties$ = [3, n0, _ZSP,
1911
+ 0,
1912
+ [_o],
1913
+ [0], 1
1914
+ ];
1915
+ var AuthParameterList = [1, n0, _APL,
1916
+ 0, () => AuthParameter$
1917
+ ];
1918
+ var ConnectorEntityFieldList = [1, n0, _CEFL,
1919
+ 0, () => ConnectorEntityField$
1920
+ ];
1921
+ var ConnectorEntityList = [1, n0, _CEL,
1922
+ 0, () => ConnectorEntity$
1923
+ ];
1924
+ var ConnectorList = [1, n0, _CL,
1925
+ 0, () => ConnectorDetail$
1926
+ ];
1927
+ var ConnectorProfileDetailList = [1, n0, _CPDL,
1928
+ 0, () => ConnectorProfile$
1929
+ ];
1930
+ var ConnectorRuntimeSettingList = [1, n0, _CRSL,
1931
+ 0, () => ConnectorRuntimeSetting$
1932
+ ];
1933
+ var CustomAuthConfigList = [1, n0, _CACL,
1934
+ 0, () => CustomAuthConfig$
1935
+ ];
1936
+ var DestinationFlowConfigList = [1, n0, _DFCL,
1937
+ 0, () => DestinationFlowConfig$
1938
+ ];
1939
+ var FlowExecutionList = [1, n0, _FEL,
1940
+ 0, () => ExecutionRecord$
1941
+ ];
1942
+ var FlowList = [1, n0, _FL,
1943
+ 0, () => FlowDefinition$
1944
+ ];
1945
+ var MetadataCatalogDetails = [1, n0, _MCDe,
1946
+ 0, () => MetadataCatalogDetail$
1947
+ ];
1948
+ var OAuth2CustomPropertiesList = [1, n0, _OACPL,
1949
+ 0, () => OAuth2CustomParameter$
1950
+ ];
1951
+ var SupportedDataTransferApis = [1, n0, _SDTA,
1952
+ 0, () => DataTransferApi$
1953
+ ];
1954
+ var Tasks = [1, n0, _Tas,
1955
+ 0, () => Task$
1956
+ ];
1957
+ var ConnectorConfigurationsMap = [2, n0, _CCM,
1958
+ 0, 0, () => ConnectorConfiguration$
1959
+ ];
1960
+ var ConnectorEntityMap = [2, n0, _CEM,
1961
+ 0, 0, () => ConnectorEntityList
1962
+ ];
1963
+ var CredentialsMap = [2, n0, _CMr,
1964
+ 0, [() => CredentialsMapKey,
1965
+ 0],
1966
+ [() => CredentialsMapValue,
1967
+ 0]
1968
+ ];
1969
+ var CancelFlowExecutions$ = [9, n0, _CFE,
1970
+ { [_h]: ["POST", "/cancel-flow-executions", 200] }, () => CancelFlowExecutionsRequest$, () => CancelFlowExecutionsResponse$
1971
+ ];
1972
+ var CreateConnectorProfile$ = [9, n0, _CCP,
1973
+ { [_h]: ["POST", "/create-connector-profile", 200] }, () => CreateConnectorProfileRequest$, () => CreateConnectorProfileResponse$
1974
+ ];
1975
+ var CreateFlow$ = [9, n0, _CF,
1976
+ { [_h]: ["POST", "/create-flow", 200] }, () => CreateFlowRequest$, () => CreateFlowResponse$
1977
+ ];
1978
+ var DeleteConnectorProfile$ = [9, n0, _DCPe,
1979
+ { [_h]: ["POST", "/delete-connector-profile", 200] }, () => DeleteConnectorProfileRequest$, () => DeleteConnectorProfileResponse$
1980
+ ];
1981
+ var DeleteFlow$ = [9, n0, _DF,
1982
+ { [_h]: ["POST", "/delete-flow", 200] }, () => DeleteFlowRequest$, () => DeleteFlowResponse$
1983
+ ];
1984
+ var DescribeConnector$ = [9, n0, _DC,
1985
+ { [_h]: ["POST", "/describe-connector", 200] }, () => DescribeConnectorRequest$, () => DescribeConnectorResponse$
1986
+ ];
1987
+ var DescribeConnectorEntity$ = [9, n0, _DCE,
1988
+ { [_h]: ["POST", "/describe-connector-entity", 200] }, () => DescribeConnectorEntityRequest$, () => DescribeConnectorEntityResponse$
1989
+ ];
1990
+ var DescribeConnectorProfiles$ = [9, n0, _DCPes,
1991
+ { [_h]: ["POST", "/describe-connector-profiles", 200] }, () => DescribeConnectorProfilesRequest$, () => DescribeConnectorProfilesResponse$
1992
+ ];
1993
+ var DescribeConnectors$ = [9, n0, _DCe,
1994
+ { [_h]: ["POST", "/describe-connectors", 200] }, () => DescribeConnectorsRequest$, () => DescribeConnectorsResponse$
1995
+ ];
1996
+ var DescribeFlow$ = [9, n0, _DFe,
1997
+ { [_h]: ["POST", "/describe-flow", 200] }, () => DescribeFlowRequest$, () => DescribeFlowResponse$
1998
+ ];
1999
+ var DescribeFlowExecutionRecords$ = [9, n0, _DFER,
2000
+ { [_h]: ["POST", "/describe-flow-execution-records", 200] }, () => DescribeFlowExecutionRecordsRequest$, () => DescribeFlowExecutionRecordsResponse$
2001
+ ];
2002
+ var ListConnectorEntities$ = [9, n0, _LCE,
2003
+ { [_h]: ["POST", "/list-connector-entities", 200] }, () => ListConnectorEntitiesRequest$, () => ListConnectorEntitiesResponse$
2004
+ ];
2005
+ var ListConnectors$ = [9, n0, _LC,
2006
+ { [_h]: ["POST", "/list-connectors", 200] }, () => ListConnectorsRequest$, () => ListConnectorsResponse$
2007
+ ];
2008
+ var ListFlows$ = [9, n0, _LF,
2009
+ { [_h]: ["POST", "/list-flows", 200] }, () => ListFlowsRequest$, () => ListFlowsResponse$
2010
+ ];
2011
+ var ListTagsForResource$ = [9, n0, _LTFR,
2012
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
2013
+ ];
2014
+ var RegisterConnector$ = [9, n0, _RC,
2015
+ { [_h]: ["POST", "/register-connector", 200] }, () => RegisterConnectorRequest$, () => RegisterConnectorResponse$
2016
+ ];
2017
+ var ResetConnectorMetadataCache$ = [9, n0, _RCMC,
2018
+ { [_h]: ["POST", "/reset-connector-metadata-cache", 200] }, () => ResetConnectorMetadataCacheRequest$, () => ResetConnectorMetadataCacheResponse$
2019
+ ];
2020
+ var StartFlow$ = [9, n0, _SF,
2021
+ { [_h]: ["POST", "/start-flow", 200] }, () => StartFlowRequest$, () => StartFlowResponse$
2022
+ ];
2023
+ var StopFlow$ = [9, n0, _SFt,
2024
+ { [_h]: ["POST", "/stop-flow", 200] }, () => StopFlowRequest$, () => StopFlowResponse$
2025
+ ];
2026
+ var TagResource$ = [9, n0, _TR,
2027
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
2028
+ ];
2029
+ var UnregisterConnector$ = [9, n0, _UC,
2030
+ { [_h]: ["POST", "/unregister-connector", 200] }, () => UnregisterConnectorRequest$, () => UnregisterConnectorResponse$
2031
+ ];
2032
+ var UntagResource$ = [9, n0, _UR,
2033
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
2034
+ ];
2035
+ var UpdateConnectorProfile$ = [9, n0, _UCP,
2036
+ { [_h]: ["POST", "/update-connector-profile", 200] }, () => UpdateConnectorProfileRequest$, () => UpdateConnectorProfileResponse$
2037
+ ];
2038
+ var UpdateConnectorRegistration$ = [9, n0, _UCRp,
2039
+ { [_h]: ["POST", "/update-connector-registration", 200] }, () => UpdateConnectorRegistrationRequest$, () => UpdateConnectorRegistrationResponse$
2040
+ ];
2041
+ var UpdateFlow$ = [9, n0, _UF,
2042
+ { [_h]: ["POST", "/update-flow", 200] }, () => UpdateFlowRequest$, () => UpdateFlowResponse$
2043
+ ];
2044
+
2045
+ const getRuntimeConfig$1 = (config) => {
2046
+ return {
2047
+ apiVersion: "2020-08-23",
2048
+ base64Decoder: config?.base64Decoder ?? fromBase64,
2049
+ base64Encoder: config?.base64Encoder ?? toBase64,
2050
+ disableHostPrefix: config?.disableHostPrefix ?? false,
2051
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
2052
+ extensions: config?.extensions ?? [],
2053
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultAppflowHttpAuthSchemeProvider,
2054
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
2055
+ {
2056
+ schemeId: "aws.auth#sigv4",
2057
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
2058
+ signer: new AwsSdkSigV4Signer(),
2059
+ },
2060
+ ],
2061
+ logger: config?.logger ?? new NoOpLogger(),
2062
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
2063
+ protocolSettings: config?.protocolSettings ?? {
2064
+ defaultNamespace: "com.amazonaws.appflow",
2065
+ errorTypeRegistries,
2066
+ version: "2020-08-23",
2067
+ serviceTarget: "SandstoneConfigurationServiceLambda",
2068
+ },
2069
+ serviceId: config?.serviceId ?? "Appflow",
2070
+ sha256: config?.sha256 ?? Sha256,
2071
+ urlParser: config?.urlParser ?? parseUrl,
2072
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2073
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
2074
+ };
2075
+ };
2076
+
2077
+ const getRuntimeConfig = (config) => {
2078
+ emitWarningIfUnsupportedVersion(process.version);
2079
+ const defaultsMode = resolveDefaultsModeConfig(config);
2080
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
2081
+ const clientSharedValues = getRuntimeConfig$1(config);
2082
+ emitWarningIfUnsupportedVersion$1(process.version);
2083
+ const loaderConfig = {
2084
+ profile: config?.profile,
2085
+ logger: clientSharedValues.logger,
2086
+ };
2087
+ return {
2088
+ ...clientSharedValues,
2089
+ ...config,
2090
+ runtime: "node",
2091
+ defaultsMode,
2092
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
2093
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
2094
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
2095
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
2096
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
2097
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
2098
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
2099
+ retryMode: config?.retryMode ??
2100
+ loadConfig({
2101
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2102
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2103
+ }, config),
2104
+ streamCollector: config?.streamCollector ?? streamCollector,
2105
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2106
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2107
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
2108
+ };
2109
+ };
2110
+
34
2111
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
2112
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
2113
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -956,77 +3033,325 @@ const ExecutionStatus = {
956
3033
  SUCCESSFUL: "Successful",
957
3034
  };
958
3035
 
3036
+ exports.AccessDeniedException = AccessDeniedException;
3037
+ exports.AccessDeniedException$ = AccessDeniedException$;
3038
+ exports.AggregationConfig$ = AggregationConfig$;
959
3039
  exports.AggregationType = AggregationType;
960
3040
  exports.AmplitudeConnectorOperator = AmplitudeConnectorOperator;
3041
+ exports.AmplitudeConnectorProfileCredentials$ = AmplitudeConnectorProfileCredentials$;
3042
+ exports.AmplitudeConnectorProfileProperties$ = AmplitudeConnectorProfileProperties$;
3043
+ exports.AmplitudeMetadata$ = AmplitudeMetadata$;
3044
+ exports.AmplitudeSourceProperties$ = AmplitudeSourceProperties$;
3045
+ exports.ApiKeyCredentials$ = ApiKeyCredentials$;
961
3046
  exports.Appflow = Appflow;
962
3047
  exports.AppflowClient = AppflowClient;
3048
+ exports.AppflowServiceException = AppflowServiceException;
3049
+ exports.AppflowServiceException$ = AppflowServiceException$;
3050
+ exports.AuthParameter$ = AuthParameter$;
3051
+ exports.AuthenticationConfig$ = AuthenticationConfig$;
963
3052
  exports.AuthenticationType = AuthenticationType;
3053
+ exports.BasicAuthCredentials$ = BasicAuthCredentials$;
3054
+ exports.CancelFlowExecutions$ = CancelFlowExecutions$;
964
3055
  exports.CancelFlowExecutionsCommand = CancelFlowExecutionsCommand;
3056
+ exports.CancelFlowExecutionsRequest$ = CancelFlowExecutionsRequest$;
3057
+ exports.CancelFlowExecutionsResponse$ = CancelFlowExecutionsResponse$;
965
3058
  exports.CatalogType = CatalogType;
3059
+ exports.ConflictException = ConflictException;
3060
+ exports.ConflictException$ = ConflictException$;
966
3061
  exports.ConnectionMode = ConnectionMode;
3062
+ exports.ConnectorAuthenticationException = ConnectorAuthenticationException;
3063
+ exports.ConnectorAuthenticationException$ = ConnectorAuthenticationException$;
3064
+ exports.ConnectorConfiguration$ = ConnectorConfiguration$;
3065
+ exports.ConnectorDetail$ = ConnectorDetail$;
3066
+ exports.ConnectorEntity$ = ConnectorEntity$;
3067
+ exports.ConnectorEntityField$ = ConnectorEntityField$;
3068
+ exports.ConnectorMetadata$ = ConnectorMetadata$;
3069
+ exports.ConnectorOAuthRequest$ = ConnectorOAuthRequest$;
3070
+ exports.ConnectorOperator$ = ConnectorOperator$;
3071
+ exports.ConnectorProfile$ = ConnectorProfile$;
3072
+ exports.ConnectorProfileConfig$ = ConnectorProfileConfig$;
3073
+ exports.ConnectorProfileCredentials$ = ConnectorProfileCredentials$;
3074
+ exports.ConnectorProfileProperties$ = ConnectorProfileProperties$;
3075
+ exports.ConnectorProvisioningConfig$ = ConnectorProvisioningConfig$;
967
3076
  exports.ConnectorProvisioningType = ConnectorProvisioningType;
3077
+ exports.ConnectorRuntimeSetting$ = ConnectorRuntimeSetting$;
3078
+ exports.ConnectorServerException = ConnectorServerException;
3079
+ exports.ConnectorServerException$ = ConnectorServerException$;
968
3080
  exports.ConnectorType = ConnectorType;
3081
+ exports.CreateConnectorProfile$ = CreateConnectorProfile$;
969
3082
  exports.CreateConnectorProfileCommand = CreateConnectorProfileCommand;
3083
+ exports.CreateConnectorProfileRequest$ = CreateConnectorProfileRequest$;
3084
+ exports.CreateConnectorProfileResponse$ = CreateConnectorProfileResponse$;
3085
+ exports.CreateFlow$ = CreateFlow$;
970
3086
  exports.CreateFlowCommand = CreateFlowCommand;
3087
+ exports.CreateFlowRequest$ = CreateFlowRequest$;
3088
+ exports.CreateFlowResponse$ = CreateFlowResponse$;
3089
+ exports.CustomAuthConfig$ = CustomAuthConfig$;
3090
+ exports.CustomAuthCredentials$ = CustomAuthCredentials$;
3091
+ exports.CustomConnectorDestinationProperties$ = CustomConnectorDestinationProperties$;
3092
+ exports.CustomConnectorProfileCredentials$ = CustomConnectorProfileCredentials$;
3093
+ exports.CustomConnectorProfileProperties$ = CustomConnectorProfileProperties$;
3094
+ exports.CustomConnectorSourceProperties$ = CustomConnectorSourceProperties$;
3095
+ exports.CustomerProfilesDestinationProperties$ = CustomerProfilesDestinationProperties$;
3096
+ exports.CustomerProfilesMetadata$ = CustomerProfilesMetadata$;
971
3097
  exports.DataPullMode = DataPullMode;
3098
+ exports.DataTransferApi$ = DataTransferApi$;
972
3099
  exports.DataTransferApiType = DataTransferApiType;
973
3100
  exports.DatadogConnectorOperator = DatadogConnectorOperator;
3101
+ exports.DatadogConnectorProfileCredentials$ = DatadogConnectorProfileCredentials$;
3102
+ exports.DatadogConnectorProfileProperties$ = DatadogConnectorProfileProperties$;
3103
+ exports.DatadogMetadata$ = DatadogMetadata$;
3104
+ exports.DatadogSourceProperties$ = DatadogSourceProperties$;
3105
+ exports.DeleteConnectorProfile$ = DeleteConnectorProfile$;
974
3106
  exports.DeleteConnectorProfileCommand = DeleteConnectorProfileCommand;
3107
+ exports.DeleteConnectorProfileRequest$ = DeleteConnectorProfileRequest$;
3108
+ exports.DeleteConnectorProfileResponse$ = DeleteConnectorProfileResponse$;
3109
+ exports.DeleteFlow$ = DeleteFlow$;
975
3110
  exports.DeleteFlowCommand = DeleteFlowCommand;
3111
+ exports.DeleteFlowRequest$ = DeleteFlowRequest$;
3112
+ exports.DeleteFlowResponse$ = DeleteFlowResponse$;
3113
+ exports.DescribeConnector$ = DescribeConnector$;
976
3114
  exports.DescribeConnectorCommand = DescribeConnectorCommand;
3115
+ exports.DescribeConnectorEntity$ = DescribeConnectorEntity$;
977
3116
  exports.DescribeConnectorEntityCommand = DescribeConnectorEntityCommand;
3117
+ exports.DescribeConnectorEntityRequest$ = DescribeConnectorEntityRequest$;
3118
+ exports.DescribeConnectorEntityResponse$ = DescribeConnectorEntityResponse$;
3119
+ exports.DescribeConnectorProfiles$ = DescribeConnectorProfiles$;
978
3120
  exports.DescribeConnectorProfilesCommand = DescribeConnectorProfilesCommand;
3121
+ exports.DescribeConnectorProfilesRequest$ = DescribeConnectorProfilesRequest$;
3122
+ exports.DescribeConnectorProfilesResponse$ = DescribeConnectorProfilesResponse$;
3123
+ exports.DescribeConnectorRequest$ = DescribeConnectorRequest$;
3124
+ exports.DescribeConnectorResponse$ = DescribeConnectorResponse$;
3125
+ exports.DescribeConnectors$ = DescribeConnectors$;
979
3126
  exports.DescribeConnectorsCommand = DescribeConnectorsCommand;
3127
+ exports.DescribeConnectorsRequest$ = DescribeConnectorsRequest$;
3128
+ exports.DescribeConnectorsResponse$ = DescribeConnectorsResponse$;
3129
+ exports.DescribeFlow$ = DescribeFlow$;
980
3130
  exports.DescribeFlowCommand = DescribeFlowCommand;
3131
+ exports.DescribeFlowExecutionRecords$ = DescribeFlowExecutionRecords$;
981
3132
  exports.DescribeFlowExecutionRecordsCommand = DescribeFlowExecutionRecordsCommand;
3133
+ exports.DescribeFlowExecutionRecordsRequest$ = DescribeFlowExecutionRecordsRequest$;
3134
+ exports.DescribeFlowExecutionRecordsResponse$ = DescribeFlowExecutionRecordsResponse$;
3135
+ exports.DescribeFlowRequest$ = DescribeFlowRequest$;
3136
+ exports.DescribeFlowResponse$ = DescribeFlowResponse$;
3137
+ exports.DestinationConnectorProperties$ = DestinationConnectorProperties$;
3138
+ exports.DestinationFieldProperties$ = DestinationFieldProperties$;
3139
+ exports.DestinationFlowConfig$ = DestinationFlowConfig$;
982
3140
  exports.DynatraceConnectorOperator = DynatraceConnectorOperator;
3141
+ exports.DynatraceConnectorProfileCredentials$ = DynatraceConnectorProfileCredentials$;
3142
+ exports.DynatraceConnectorProfileProperties$ = DynatraceConnectorProfileProperties$;
3143
+ exports.DynatraceMetadata$ = DynatraceMetadata$;
3144
+ exports.DynatraceSourceProperties$ = DynatraceSourceProperties$;
3145
+ exports.ErrorHandlingConfig$ = ErrorHandlingConfig$;
3146
+ exports.ErrorInfo$ = ErrorInfo$;
3147
+ exports.EventBridgeDestinationProperties$ = EventBridgeDestinationProperties$;
3148
+ exports.EventBridgeMetadata$ = EventBridgeMetadata$;
3149
+ exports.ExecutionDetails$ = ExecutionDetails$;
3150
+ exports.ExecutionRecord$ = ExecutionRecord$;
3151
+ exports.ExecutionResult$ = ExecutionResult$;
983
3152
  exports.ExecutionStatus = ExecutionStatus;
3153
+ exports.FieldTypeDetails$ = FieldTypeDetails$;
984
3154
  exports.FileType = FileType;
3155
+ exports.FlowDefinition$ = FlowDefinition$;
985
3156
  exports.FlowStatus = FlowStatus;
3157
+ exports.GlueDataCatalogConfig$ = GlueDataCatalogConfig$;
986
3158
  exports.GoogleAnalyticsConnectorOperator = GoogleAnalyticsConnectorOperator;
3159
+ exports.GoogleAnalyticsConnectorProfileCredentials$ = GoogleAnalyticsConnectorProfileCredentials$;
3160
+ exports.GoogleAnalyticsConnectorProfileProperties$ = GoogleAnalyticsConnectorProfileProperties$;
3161
+ exports.GoogleAnalyticsMetadata$ = GoogleAnalyticsMetadata$;
3162
+ exports.GoogleAnalyticsSourceProperties$ = GoogleAnalyticsSourceProperties$;
3163
+ exports.HoneycodeConnectorProfileCredentials$ = HoneycodeConnectorProfileCredentials$;
3164
+ exports.HoneycodeConnectorProfileProperties$ = HoneycodeConnectorProfileProperties$;
3165
+ exports.HoneycodeDestinationProperties$ = HoneycodeDestinationProperties$;
3166
+ exports.HoneycodeMetadata$ = HoneycodeMetadata$;
3167
+ exports.IncrementalPullConfig$ = IncrementalPullConfig$;
987
3168
  exports.InforNexusConnectorOperator = InforNexusConnectorOperator;
3169
+ exports.InforNexusConnectorProfileCredentials$ = InforNexusConnectorProfileCredentials$;
3170
+ exports.InforNexusConnectorProfileProperties$ = InforNexusConnectorProfileProperties$;
3171
+ exports.InforNexusMetadata$ = InforNexusMetadata$;
3172
+ exports.InforNexusSourceProperties$ = InforNexusSourceProperties$;
3173
+ exports.InternalServerException = InternalServerException;
3174
+ exports.InternalServerException$ = InternalServerException$;
3175
+ exports.LambdaConnectorProvisioningConfig$ = LambdaConnectorProvisioningConfig$;
3176
+ exports.ListConnectorEntities$ = ListConnectorEntities$;
988
3177
  exports.ListConnectorEntitiesCommand = ListConnectorEntitiesCommand;
3178
+ exports.ListConnectorEntitiesRequest$ = ListConnectorEntitiesRequest$;
3179
+ exports.ListConnectorEntitiesResponse$ = ListConnectorEntitiesResponse$;
3180
+ exports.ListConnectors$ = ListConnectors$;
989
3181
  exports.ListConnectorsCommand = ListConnectorsCommand;
3182
+ exports.ListConnectorsRequest$ = ListConnectorsRequest$;
3183
+ exports.ListConnectorsResponse$ = ListConnectorsResponse$;
3184
+ exports.ListFlows$ = ListFlows$;
990
3185
  exports.ListFlowsCommand = ListFlowsCommand;
3186
+ exports.ListFlowsRequest$ = ListFlowsRequest$;
3187
+ exports.ListFlowsResponse$ = ListFlowsResponse$;
3188
+ exports.ListTagsForResource$ = ListTagsForResource$;
991
3189
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3190
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3191
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3192
+ exports.LookoutMetricsDestinationProperties$ = LookoutMetricsDestinationProperties$;
992
3193
  exports.MarketoConnectorOperator = MarketoConnectorOperator;
3194
+ exports.MarketoConnectorProfileCredentials$ = MarketoConnectorProfileCredentials$;
3195
+ exports.MarketoConnectorProfileProperties$ = MarketoConnectorProfileProperties$;
3196
+ exports.MarketoDestinationProperties$ = MarketoDestinationProperties$;
3197
+ exports.MarketoMetadata$ = MarketoMetadata$;
3198
+ exports.MarketoSourceProperties$ = MarketoSourceProperties$;
3199
+ exports.MetadataCatalogConfig$ = MetadataCatalogConfig$;
3200
+ exports.MetadataCatalogDetail$ = MetadataCatalogDetail$;
3201
+ exports.OAuth2Credentials$ = OAuth2Credentials$;
3202
+ exports.OAuth2CustomParameter$ = OAuth2CustomParameter$;
993
3203
  exports.OAuth2CustomPropType = OAuth2CustomPropType;
3204
+ exports.OAuth2Defaults$ = OAuth2Defaults$;
994
3205
  exports.OAuth2GrantType = OAuth2GrantType;
3206
+ exports.OAuth2Properties$ = OAuth2Properties$;
3207
+ exports.OAuthCredentials$ = OAuthCredentials$;
3208
+ exports.OAuthProperties$ = OAuthProperties$;
995
3209
  exports.Operator = Operator;
996
3210
  exports.OperatorPropertiesKeys = OperatorPropertiesKeys;
997
3211
  exports.Operators = Operators;
998
3212
  exports.PardotConnectorOperator = PardotConnectorOperator;
3213
+ exports.PardotConnectorProfileCredentials$ = PardotConnectorProfileCredentials$;
3214
+ exports.PardotConnectorProfileProperties$ = PardotConnectorProfileProperties$;
3215
+ exports.PardotMetadata$ = PardotMetadata$;
3216
+ exports.PardotSourceProperties$ = PardotSourceProperties$;
999
3217
  exports.PathPrefix = PathPrefix;
3218
+ exports.PrefixConfig$ = PrefixConfig$;
1000
3219
  exports.PrefixFormat = PrefixFormat;
1001
3220
  exports.PrefixType = PrefixType;
1002
3221
  exports.PrivateConnectionProvisioningFailureCause = PrivateConnectionProvisioningFailureCause;
3222
+ exports.PrivateConnectionProvisioningState$ = PrivateConnectionProvisioningState$;
1003
3223
  exports.PrivateConnectionProvisioningStatus = PrivateConnectionProvisioningStatus;
3224
+ exports.Range$ = Range$;
3225
+ exports.RedshiftConnectorProfileCredentials$ = RedshiftConnectorProfileCredentials$;
3226
+ exports.RedshiftConnectorProfileProperties$ = RedshiftConnectorProfileProperties$;
3227
+ exports.RedshiftDestinationProperties$ = RedshiftDestinationProperties$;
3228
+ exports.RedshiftMetadata$ = RedshiftMetadata$;
3229
+ exports.RegisterConnector$ = RegisterConnector$;
1004
3230
  exports.RegisterConnectorCommand = RegisterConnectorCommand;
3231
+ exports.RegisterConnectorRequest$ = RegisterConnectorRequest$;
3232
+ exports.RegisterConnectorResponse$ = RegisterConnectorResponse$;
3233
+ exports.RegistrationOutput$ = RegistrationOutput$;
3234
+ exports.ResetConnectorMetadataCache$ = ResetConnectorMetadataCache$;
1005
3235
  exports.ResetConnectorMetadataCacheCommand = ResetConnectorMetadataCacheCommand;
3236
+ exports.ResetConnectorMetadataCacheRequest$ = ResetConnectorMetadataCacheRequest$;
3237
+ exports.ResetConnectorMetadataCacheResponse$ = ResetConnectorMetadataCacheResponse$;
3238
+ exports.ResourceNotFoundException = ResourceNotFoundException;
3239
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1006
3240
  exports.S3ConnectorOperator = S3ConnectorOperator;
3241
+ exports.S3DestinationProperties$ = S3DestinationProperties$;
1007
3242
  exports.S3InputFileType = S3InputFileType;
3243
+ exports.S3InputFormatConfig$ = S3InputFormatConfig$;
3244
+ exports.S3Metadata$ = S3Metadata$;
3245
+ exports.S3OutputFormatConfig$ = S3OutputFormatConfig$;
3246
+ exports.S3SourceProperties$ = S3SourceProperties$;
1008
3247
  exports.SAPODataConnectorOperator = SAPODataConnectorOperator;
3248
+ exports.SAPODataConnectorProfileCredentials$ = SAPODataConnectorProfileCredentials$;
3249
+ exports.SAPODataConnectorProfileProperties$ = SAPODataConnectorProfileProperties$;
3250
+ exports.SAPODataDestinationProperties$ = SAPODataDestinationProperties$;
3251
+ exports.SAPODataMetadata$ = SAPODataMetadata$;
3252
+ exports.SAPODataPaginationConfig$ = SAPODataPaginationConfig$;
3253
+ exports.SAPODataParallelismConfig$ = SAPODataParallelismConfig$;
3254
+ exports.SAPODataSourceProperties$ = SAPODataSourceProperties$;
1009
3255
  exports.SalesforceConnectorOperator = SalesforceConnectorOperator;
3256
+ exports.SalesforceConnectorProfileCredentials$ = SalesforceConnectorProfileCredentials$;
3257
+ exports.SalesforceConnectorProfileProperties$ = SalesforceConnectorProfileProperties$;
1010
3258
  exports.SalesforceDataTransferApi = SalesforceDataTransferApi;
3259
+ exports.SalesforceDestinationProperties$ = SalesforceDestinationProperties$;
3260
+ exports.SalesforceMetadata$ = SalesforceMetadata$;
3261
+ exports.SalesforceSourceProperties$ = SalesforceSourceProperties$;
1011
3262
  exports.ScheduleFrequencyType = ScheduleFrequencyType;
3263
+ exports.ScheduledTriggerProperties$ = ScheduledTriggerProperties$;
1012
3264
  exports.ServiceNowConnectorOperator = ServiceNowConnectorOperator;
3265
+ exports.ServiceNowConnectorProfileCredentials$ = ServiceNowConnectorProfileCredentials$;
3266
+ exports.ServiceNowConnectorProfileProperties$ = ServiceNowConnectorProfileProperties$;
3267
+ exports.ServiceNowMetadata$ = ServiceNowMetadata$;
3268
+ exports.ServiceNowSourceProperties$ = ServiceNowSourceProperties$;
3269
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
3270
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1013
3271
  exports.SingularConnectorOperator = SingularConnectorOperator;
3272
+ exports.SingularConnectorProfileCredentials$ = SingularConnectorProfileCredentials$;
3273
+ exports.SingularConnectorProfileProperties$ = SingularConnectorProfileProperties$;
3274
+ exports.SingularMetadata$ = SingularMetadata$;
3275
+ exports.SingularSourceProperties$ = SingularSourceProperties$;
1014
3276
  exports.SlackConnectorOperator = SlackConnectorOperator;
3277
+ exports.SlackConnectorProfileCredentials$ = SlackConnectorProfileCredentials$;
3278
+ exports.SlackConnectorProfileProperties$ = SlackConnectorProfileProperties$;
3279
+ exports.SlackMetadata$ = SlackMetadata$;
3280
+ exports.SlackSourceProperties$ = SlackSourceProperties$;
3281
+ exports.SnowflakeConnectorProfileCredentials$ = SnowflakeConnectorProfileCredentials$;
3282
+ exports.SnowflakeConnectorProfileProperties$ = SnowflakeConnectorProfileProperties$;
3283
+ exports.SnowflakeDestinationProperties$ = SnowflakeDestinationProperties$;
3284
+ exports.SnowflakeMetadata$ = SnowflakeMetadata$;
3285
+ exports.SourceConnectorProperties$ = SourceConnectorProperties$;
3286
+ exports.SourceFieldProperties$ = SourceFieldProperties$;
3287
+ exports.SourceFlowConfig$ = SourceFlowConfig$;
3288
+ exports.StartFlow$ = StartFlow$;
1015
3289
  exports.StartFlowCommand = StartFlowCommand;
3290
+ exports.StartFlowRequest$ = StartFlowRequest$;
3291
+ exports.StartFlowResponse$ = StartFlowResponse$;
3292
+ exports.StopFlow$ = StopFlow$;
1016
3293
  exports.StopFlowCommand = StopFlowCommand;
3294
+ exports.StopFlowRequest$ = StopFlowRequest$;
3295
+ exports.StopFlowResponse$ = StopFlowResponse$;
3296
+ exports.SuccessResponseHandlingConfig$ = SuccessResponseHandlingConfig$;
1017
3297
  exports.SupportedDataTransferType = SupportedDataTransferType;
3298
+ exports.SupportedFieldTypeDetails$ = SupportedFieldTypeDetails$;
3299
+ exports.TagResource$ = TagResource$;
1018
3300
  exports.TagResourceCommand = TagResourceCommand;
3301
+ exports.TagResourceRequest$ = TagResourceRequest$;
3302
+ exports.TagResourceResponse$ = TagResourceResponse$;
3303
+ exports.Task$ = Task$;
1019
3304
  exports.TaskType = TaskType;
3305
+ exports.ThrottlingException = ThrottlingException;
3306
+ exports.ThrottlingException$ = ThrottlingException$;
1020
3307
  exports.TrendmicroConnectorOperator = TrendmicroConnectorOperator;
3308
+ exports.TrendmicroConnectorProfileCredentials$ = TrendmicroConnectorProfileCredentials$;
3309
+ exports.TrendmicroConnectorProfileProperties$ = TrendmicroConnectorProfileProperties$;
3310
+ exports.TrendmicroMetadata$ = TrendmicroMetadata$;
3311
+ exports.TrendmicroSourceProperties$ = TrendmicroSourceProperties$;
3312
+ exports.TriggerConfig$ = TriggerConfig$;
3313
+ exports.TriggerProperties$ = TriggerProperties$;
1021
3314
  exports.TriggerType = TriggerType;
3315
+ exports.UnregisterConnector$ = UnregisterConnector$;
1022
3316
  exports.UnregisterConnectorCommand = UnregisterConnectorCommand;
3317
+ exports.UnregisterConnectorRequest$ = UnregisterConnectorRequest$;
3318
+ exports.UnregisterConnectorResponse$ = UnregisterConnectorResponse$;
3319
+ exports.UnsupportedOperationException = UnsupportedOperationException;
3320
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
3321
+ exports.UntagResource$ = UntagResource$;
1023
3322
  exports.UntagResourceCommand = UntagResourceCommand;
3323
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
3324
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
3325
+ exports.UpdateConnectorProfile$ = UpdateConnectorProfile$;
1024
3326
  exports.UpdateConnectorProfileCommand = UpdateConnectorProfileCommand;
3327
+ exports.UpdateConnectorProfileRequest$ = UpdateConnectorProfileRequest$;
3328
+ exports.UpdateConnectorProfileResponse$ = UpdateConnectorProfileResponse$;
3329
+ exports.UpdateConnectorRegistration$ = UpdateConnectorRegistration$;
1025
3330
  exports.UpdateConnectorRegistrationCommand = UpdateConnectorRegistrationCommand;
3331
+ exports.UpdateConnectorRegistrationRequest$ = UpdateConnectorRegistrationRequest$;
3332
+ exports.UpdateConnectorRegistrationResponse$ = UpdateConnectorRegistrationResponse$;
3333
+ exports.UpdateFlow$ = UpdateFlow$;
1026
3334
  exports.UpdateFlowCommand = UpdateFlowCommand;
3335
+ exports.UpdateFlowRequest$ = UpdateFlowRequest$;
3336
+ exports.UpdateFlowResponse$ = UpdateFlowResponse$;
3337
+ exports.UpsolverDestinationProperties$ = UpsolverDestinationProperties$;
3338
+ exports.UpsolverMetadata$ = UpsolverMetadata$;
3339
+ exports.UpsolverS3OutputFormatConfig$ = UpsolverS3OutputFormatConfig$;
3340
+ exports.ValidationException = ValidationException;
3341
+ exports.ValidationException$ = ValidationException$;
1027
3342
  exports.VeevaConnectorOperator = VeevaConnectorOperator;
3343
+ exports.VeevaConnectorProfileCredentials$ = VeevaConnectorProfileCredentials$;
3344
+ exports.VeevaConnectorProfileProperties$ = VeevaConnectorProfileProperties$;
3345
+ exports.VeevaMetadata$ = VeevaMetadata$;
3346
+ exports.VeevaSourceProperties$ = VeevaSourceProperties$;
1028
3347
  exports.WriteOperationType = WriteOperationType;
1029
3348
  exports.ZendeskConnectorOperator = ZendeskConnectorOperator;
3349
+ exports.ZendeskConnectorProfileCredentials$ = ZendeskConnectorProfileCredentials$;
3350
+ exports.ZendeskConnectorProfileProperties$ = ZendeskConnectorProfileProperties$;
3351
+ exports.ZendeskDestinationProperties$ = ZendeskDestinationProperties$;
3352
+ exports.ZendeskMetadata$ = ZendeskMetadata$;
3353
+ exports.ZendeskSourceProperties$ = ZendeskSourceProperties$;
3354
+ exports.errorTypeRegistries = errorTypeRegistries;
1030
3355
  exports.paginateDescribeConnectorProfiles = paginateDescribeConnectorProfiles;
1031
3356
  exports.paginateDescribeConnectors = paginateDescribeConnectors;
1032
3357
  exports.paginateDescribeFlowExecutionRecords = paginateDescribeFlowExecutionRecords;