aws-sdk-core 2.11.572 → 2.11.573
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appflow/2020-08-23/api-2.json +2378 -0
- data/apis/appflow/2020-08-23/examples-1.json +5 -0
- data/apis/appflow/2020-08-23/paginators-1.json +23 -0
- data/apis/route53resolver/2018-04-01/api-2.json +474 -7
- data/apis/route53resolver/2018-04-01/paginators-1.json +26 -4
- data/endpoints.json +4 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/appflow.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82608332ec5832af5028d338eeb673700e9540c4407044e92640f3b62e0b1f70
|
4
|
+
data.tar.gz: dd370e9942596b04def228aaf3b266300e06456ea56f80da140c98c69d9e8633
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a51cb83a443ba6f870d7601d4ccb7ac902b23e7c1d9fe227cdfb9c54e6ac6b4f9e6e969a95662c844ca003a6edfed2f24b8b9a67fb02d3d5284b5b6605d58d21
|
7
|
+
data.tar.gz: 9122c4a85fcaadc54f52e44c844aaf562e47ca909c228dfa6d3ac7fbc81a46c5ab806cff8660795a23fd21d09b75558be7b1c3f1377988627048f4c87568942c
|
@@ -0,0 +1,2378 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2020-08-23",
|
5
|
+
"endpointPrefix":"appflow",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceFullName":"Amazon Appflow",
|
9
|
+
"serviceId":"Appflow",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"appflow",
|
12
|
+
"uid":"appflow-2020-08-23"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"CreateConnectorProfile":{
|
16
|
+
"name":"CreateConnectorProfile",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/create-connector-profile"
|
20
|
+
},
|
21
|
+
"input":{"shape":"CreateConnectorProfileRequest"},
|
22
|
+
"output":{"shape":"CreateConnectorProfileResponse"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"ValidationException"},
|
25
|
+
{"shape":"ConflictException"},
|
26
|
+
{"shape":"ServiceQuotaExceededException"},
|
27
|
+
{"shape":"ConnectorAuthenticationException"},
|
28
|
+
{"shape":"InternalServerException"}
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"CreateFlow":{
|
32
|
+
"name":"CreateFlow",
|
33
|
+
"http":{
|
34
|
+
"method":"POST",
|
35
|
+
"requestUri":"/create-flow"
|
36
|
+
},
|
37
|
+
"input":{"shape":"CreateFlowRequest"},
|
38
|
+
"output":{"shape":"CreateFlowResponse"},
|
39
|
+
"errors":[
|
40
|
+
{"shape":"ValidationException"},
|
41
|
+
{"shape":"InternalServerException"},
|
42
|
+
{"shape":"ResourceNotFoundException"},
|
43
|
+
{"shape":"ServiceQuotaExceededException"},
|
44
|
+
{"shape":"ConflictException"},
|
45
|
+
{"shape":"ConnectorAuthenticationException"},
|
46
|
+
{"shape":"ConnectorServerException"}
|
47
|
+
]
|
48
|
+
},
|
49
|
+
"DeleteConnectorProfile":{
|
50
|
+
"name":"DeleteConnectorProfile",
|
51
|
+
"http":{
|
52
|
+
"method":"POST",
|
53
|
+
"requestUri":"/delete-connector-profile"
|
54
|
+
},
|
55
|
+
"input":{"shape":"DeleteConnectorProfileRequest"},
|
56
|
+
"output":{"shape":"DeleteConnectorProfileResponse"},
|
57
|
+
"errors":[
|
58
|
+
{"shape":"ResourceNotFoundException"},
|
59
|
+
{"shape":"ConflictException"},
|
60
|
+
{"shape":"InternalServerException"}
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"DeleteFlow":{
|
64
|
+
"name":"DeleteFlow",
|
65
|
+
"http":{
|
66
|
+
"method":"POST",
|
67
|
+
"requestUri":"/delete-flow"
|
68
|
+
},
|
69
|
+
"input":{"shape":"DeleteFlowRequest"},
|
70
|
+
"output":{"shape":"DeleteFlowResponse"},
|
71
|
+
"errors":[
|
72
|
+
{"shape":"ResourceNotFoundException"},
|
73
|
+
{"shape":"ConflictException"},
|
74
|
+
{"shape":"InternalServerException"}
|
75
|
+
]
|
76
|
+
},
|
77
|
+
"DescribeConnectorEntity":{
|
78
|
+
"name":"DescribeConnectorEntity",
|
79
|
+
"http":{
|
80
|
+
"method":"POST",
|
81
|
+
"requestUri":"/describe-connector-entity"
|
82
|
+
},
|
83
|
+
"input":{"shape":"DescribeConnectorEntityRequest"},
|
84
|
+
"output":{"shape":"DescribeConnectorEntityResponse"},
|
85
|
+
"errors":[
|
86
|
+
{"shape":"ValidationException"},
|
87
|
+
{"shape":"ResourceNotFoundException"},
|
88
|
+
{"shape":"ConnectorAuthenticationException"},
|
89
|
+
{"shape":"ConnectorServerException"},
|
90
|
+
{"shape":"InternalServerException"}
|
91
|
+
]
|
92
|
+
},
|
93
|
+
"DescribeConnectorProfiles":{
|
94
|
+
"name":"DescribeConnectorProfiles",
|
95
|
+
"http":{
|
96
|
+
"method":"POST",
|
97
|
+
"requestUri":"/describe-connector-profiles"
|
98
|
+
},
|
99
|
+
"input":{"shape":"DescribeConnectorProfilesRequest"},
|
100
|
+
"output":{"shape":"DescribeConnectorProfilesResponse"},
|
101
|
+
"errors":[
|
102
|
+
{"shape":"ValidationException"},
|
103
|
+
{"shape":"InternalServerException"}
|
104
|
+
]
|
105
|
+
},
|
106
|
+
"DescribeConnectors":{
|
107
|
+
"name":"DescribeConnectors",
|
108
|
+
"http":{
|
109
|
+
"method":"POST",
|
110
|
+
"requestUri":"/describe-connectors"
|
111
|
+
},
|
112
|
+
"input":{"shape":"DescribeConnectorsRequest"},
|
113
|
+
"output":{"shape":"DescribeConnectorsResponse"},
|
114
|
+
"errors":[
|
115
|
+
{"shape":"ValidationException"},
|
116
|
+
{"shape":"InternalServerException"}
|
117
|
+
]
|
118
|
+
},
|
119
|
+
"DescribeFlow":{
|
120
|
+
"name":"DescribeFlow",
|
121
|
+
"http":{
|
122
|
+
"method":"POST",
|
123
|
+
"requestUri":"/describe-flow"
|
124
|
+
},
|
125
|
+
"input":{"shape":"DescribeFlowRequest"},
|
126
|
+
"output":{"shape":"DescribeFlowResponse"},
|
127
|
+
"errors":[
|
128
|
+
{"shape":"ResourceNotFoundException"},
|
129
|
+
{"shape":"InternalServerException"}
|
130
|
+
]
|
131
|
+
},
|
132
|
+
"DescribeFlowExecutionRecords":{
|
133
|
+
"name":"DescribeFlowExecutionRecords",
|
134
|
+
"http":{
|
135
|
+
"method":"POST",
|
136
|
+
"requestUri":"/describe-flow-execution-records"
|
137
|
+
},
|
138
|
+
"input":{"shape":"DescribeFlowExecutionRecordsRequest"},
|
139
|
+
"output":{"shape":"DescribeFlowExecutionRecordsResponse"},
|
140
|
+
"errors":[
|
141
|
+
{"shape":"ValidationException"},
|
142
|
+
{"shape":"ResourceNotFoundException"},
|
143
|
+
{"shape":"InternalServerException"}
|
144
|
+
]
|
145
|
+
},
|
146
|
+
"ListConnectorEntities":{
|
147
|
+
"name":"ListConnectorEntities",
|
148
|
+
"http":{
|
149
|
+
"method":"POST",
|
150
|
+
"requestUri":"/list-connector-entities"
|
151
|
+
},
|
152
|
+
"input":{"shape":"ListConnectorEntitiesRequest"},
|
153
|
+
"output":{"shape":"ListConnectorEntitiesResponse"},
|
154
|
+
"errors":[
|
155
|
+
{"shape":"ValidationException"},
|
156
|
+
{"shape":"ResourceNotFoundException"},
|
157
|
+
{"shape":"ConnectorAuthenticationException"},
|
158
|
+
{"shape":"ConnectorServerException"},
|
159
|
+
{"shape":"InternalServerException"}
|
160
|
+
]
|
161
|
+
},
|
162
|
+
"ListFlows":{
|
163
|
+
"name":"ListFlows",
|
164
|
+
"http":{
|
165
|
+
"method":"POST",
|
166
|
+
"requestUri":"/list-flows"
|
167
|
+
},
|
168
|
+
"input":{"shape":"ListFlowsRequest"},
|
169
|
+
"output":{"shape":"ListFlowsResponse"},
|
170
|
+
"errors":[
|
171
|
+
{"shape":"ValidationException"},
|
172
|
+
{"shape":"InternalServerException"}
|
173
|
+
]
|
174
|
+
},
|
175
|
+
"ListTagsForResource":{
|
176
|
+
"name":"ListTagsForResource",
|
177
|
+
"http":{
|
178
|
+
"method":"GET",
|
179
|
+
"requestUri":"/tags/{resourceArn}"
|
180
|
+
},
|
181
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
182
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
183
|
+
"errors":[
|
184
|
+
{"shape":"InternalServerException"},
|
185
|
+
{"shape":"ValidationException"},
|
186
|
+
{"shape":"ResourceNotFoundException"}
|
187
|
+
]
|
188
|
+
},
|
189
|
+
"StartFlow":{
|
190
|
+
"name":"StartFlow",
|
191
|
+
"http":{
|
192
|
+
"method":"POST",
|
193
|
+
"requestUri":"/start-flow"
|
194
|
+
},
|
195
|
+
"input":{"shape":"StartFlowRequest"},
|
196
|
+
"output":{"shape":"StartFlowResponse"},
|
197
|
+
"errors":[
|
198
|
+
{"shape":"ResourceNotFoundException"},
|
199
|
+
{"shape":"InternalServerException"},
|
200
|
+
{"shape":"ServiceQuotaExceededException"},
|
201
|
+
{"shape":"ConflictException"}
|
202
|
+
]
|
203
|
+
},
|
204
|
+
"StopFlow":{
|
205
|
+
"name":"StopFlow",
|
206
|
+
"http":{
|
207
|
+
"method":"POST",
|
208
|
+
"requestUri":"/stop-flow"
|
209
|
+
},
|
210
|
+
"input":{"shape":"StopFlowRequest"},
|
211
|
+
"output":{"shape":"StopFlowResponse"},
|
212
|
+
"errors":[
|
213
|
+
{"shape":"ConflictException"},
|
214
|
+
{"shape":"ResourceNotFoundException"},
|
215
|
+
{"shape":"UnsupportedOperationException"},
|
216
|
+
{"shape":"InternalServerException"}
|
217
|
+
]
|
218
|
+
},
|
219
|
+
"TagResource":{
|
220
|
+
"name":"TagResource",
|
221
|
+
"http":{
|
222
|
+
"method":"POST",
|
223
|
+
"requestUri":"/tags/{resourceArn}"
|
224
|
+
},
|
225
|
+
"input":{"shape":"TagResourceRequest"},
|
226
|
+
"output":{"shape":"TagResourceResponse"},
|
227
|
+
"errors":[
|
228
|
+
{"shape":"InternalServerException"},
|
229
|
+
{"shape":"ValidationException"},
|
230
|
+
{"shape":"ResourceNotFoundException"}
|
231
|
+
]
|
232
|
+
},
|
233
|
+
"UntagResource":{
|
234
|
+
"name":"UntagResource",
|
235
|
+
"http":{
|
236
|
+
"method":"DELETE",
|
237
|
+
"requestUri":"/tags/{resourceArn}"
|
238
|
+
},
|
239
|
+
"input":{"shape":"UntagResourceRequest"},
|
240
|
+
"output":{"shape":"UntagResourceResponse"},
|
241
|
+
"errors":[
|
242
|
+
{"shape":"InternalServerException"},
|
243
|
+
{"shape":"ValidationException"},
|
244
|
+
{"shape":"ResourceNotFoundException"}
|
245
|
+
]
|
246
|
+
},
|
247
|
+
"UpdateConnectorProfile":{
|
248
|
+
"name":"UpdateConnectorProfile",
|
249
|
+
"http":{
|
250
|
+
"method":"POST",
|
251
|
+
"requestUri":"/update-connector-profile"
|
252
|
+
},
|
253
|
+
"input":{"shape":"UpdateConnectorProfileRequest"},
|
254
|
+
"output":{"shape":"UpdateConnectorProfileResponse"},
|
255
|
+
"errors":[
|
256
|
+
{"shape":"ValidationException"},
|
257
|
+
{"shape":"ResourceNotFoundException"},
|
258
|
+
{"shape":"ConflictException"},
|
259
|
+
{"shape":"ConnectorAuthenticationException"},
|
260
|
+
{"shape":"InternalServerException"}
|
261
|
+
]
|
262
|
+
},
|
263
|
+
"UpdateFlow":{
|
264
|
+
"name":"UpdateFlow",
|
265
|
+
"http":{
|
266
|
+
"method":"POST",
|
267
|
+
"requestUri":"/update-flow"
|
268
|
+
},
|
269
|
+
"input":{"shape":"UpdateFlowRequest"},
|
270
|
+
"output":{"shape":"UpdateFlowResponse"},
|
271
|
+
"errors":[
|
272
|
+
{"shape":"ValidationException"},
|
273
|
+
{"shape":"ResourceNotFoundException"},
|
274
|
+
{"shape":"ServiceQuotaExceededException"},
|
275
|
+
{"shape":"ConflictException"},
|
276
|
+
{"shape":"ConnectorAuthenticationException"},
|
277
|
+
{"shape":"ConnectorServerException"},
|
278
|
+
{"shape":"InternalServerException"}
|
279
|
+
]
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"shapes":{
|
283
|
+
"ARN":{
|
284
|
+
"type":"string",
|
285
|
+
"max":512,
|
286
|
+
"pattern":"arn:aws:.*:.*:[0-9]+:.*"
|
287
|
+
},
|
288
|
+
"AccessKeyId":{
|
289
|
+
"type":"string",
|
290
|
+
"max":256,
|
291
|
+
"pattern":"\\S+",
|
292
|
+
"sensitive":true
|
293
|
+
},
|
294
|
+
"AccessToken":{
|
295
|
+
"type":"string",
|
296
|
+
"max":512,
|
297
|
+
"pattern":"\\S+",
|
298
|
+
"sensitive":true
|
299
|
+
},
|
300
|
+
"AccountName":{
|
301
|
+
"type":"string",
|
302
|
+
"max":512,
|
303
|
+
"pattern":"\\S+"
|
304
|
+
},
|
305
|
+
"AggregationConfig":{
|
306
|
+
"type":"structure",
|
307
|
+
"members":{
|
308
|
+
"aggregationType":{"shape":"AggregationType"}
|
309
|
+
}
|
310
|
+
},
|
311
|
+
"AggregationType":{
|
312
|
+
"type":"string",
|
313
|
+
"enum":[
|
314
|
+
"None",
|
315
|
+
"SingleFile"
|
316
|
+
]
|
317
|
+
},
|
318
|
+
"AmplitudeConnectorOperator":{
|
319
|
+
"type":"string",
|
320
|
+
"enum":["BETWEEN"]
|
321
|
+
},
|
322
|
+
"AmplitudeConnectorProfileCredentials":{
|
323
|
+
"type":"structure",
|
324
|
+
"required":[
|
325
|
+
"apiKey",
|
326
|
+
"secretKey"
|
327
|
+
],
|
328
|
+
"members":{
|
329
|
+
"apiKey":{"shape":"ApiKey"},
|
330
|
+
"secretKey":{"shape":"SecretKey"}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
"AmplitudeConnectorProfileProperties":{
|
334
|
+
"type":"structure",
|
335
|
+
"members":{
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"AmplitudeMetadata":{
|
339
|
+
"type":"structure",
|
340
|
+
"members":{
|
341
|
+
}
|
342
|
+
},
|
343
|
+
"AmplitudeSourceProperties":{
|
344
|
+
"type":"structure",
|
345
|
+
"required":["object"],
|
346
|
+
"members":{
|
347
|
+
"object":{"shape":"Object"}
|
348
|
+
}
|
349
|
+
},
|
350
|
+
"ApiKey":{
|
351
|
+
"type":"string",
|
352
|
+
"max":256,
|
353
|
+
"pattern":"\\S+"
|
354
|
+
},
|
355
|
+
"ApiSecretKey":{
|
356
|
+
"type":"string",
|
357
|
+
"max":256,
|
358
|
+
"pattern":"\\S+",
|
359
|
+
"sensitive":true
|
360
|
+
},
|
361
|
+
"ApiToken":{
|
362
|
+
"type":"string",
|
363
|
+
"max":256,
|
364
|
+
"pattern":"\\S+"
|
365
|
+
},
|
366
|
+
"ApplicationKey":{
|
367
|
+
"type":"string",
|
368
|
+
"max":512,
|
369
|
+
"pattern":"\\S+"
|
370
|
+
},
|
371
|
+
"AuthCode":{
|
372
|
+
"type":"string",
|
373
|
+
"max":512,
|
374
|
+
"pattern":"\\S+"
|
375
|
+
},
|
376
|
+
"Boolean":{"type":"boolean"},
|
377
|
+
"BucketName":{
|
378
|
+
"type":"string",
|
379
|
+
"max":63,
|
380
|
+
"min":3,
|
381
|
+
"pattern":"\\S+"
|
382
|
+
},
|
383
|
+
"BucketPrefix":{
|
384
|
+
"type":"string",
|
385
|
+
"max":512,
|
386
|
+
"pattern":".*"
|
387
|
+
},
|
388
|
+
"ClientId":{
|
389
|
+
"type":"string",
|
390
|
+
"max":512,
|
391
|
+
"pattern":"\\S+"
|
392
|
+
},
|
393
|
+
"ClientSecret":{
|
394
|
+
"type":"string",
|
395
|
+
"max":512,
|
396
|
+
"pattern":"\\S+",
|
397
|
+
"sensitive":true
|
398
|
+
},
|
399
|
+
"ConflictException":{
|
400
|
+
"type":"structure",
|
401
|
+
"members":{
|
402
|
+
"message":{"shape":"ErrorMessage"}
|
403
|
+
},
|
404
|
+
"error":{"httpStatusCode":409},
|
405
|
+
"exception":true
|
406
|
+
},
|
407
|
+
"ConnectionMode":{
|
408
|
+
"type":"string",
|
409
|
+
"enum":[
|
410
|
+
"Public",
|
411
|
+
"Private"
|
412
|
+
]
|
413
|
+
},
|
414
|
+
"ConnectorAuthenticationException":{
|
415
|
+
"type":"structure",
|
416
|
+
"members":{
|
417
|
+
"message":{"shape":"ErrorMessage"}
|
418
|
+
},
|
419
|
+
"error":{"httpStatusCode":401},
|
420
|
+
"exception":true
|
421
|
+
},
|
422
|
+
"ConnectorConfiguration":{
|
423
|
+
"type":"structure",
|
424
|
+
"members":{
|
425
|
+
"canUseAsSource":{"shape":"Boolean"},
|
426
|
+
"canUseAsDestination":{"shape":"Boolean"},
|
427
|
+
"supportedDestinationConnectors":{"shape":"ConnectorTypeList"},
|
428
|
+
"supportedSchedulingFrequencies":{"shape":"SchedulingFrequencyTypeList"},
|
429
|
+
"isPrivateLinkEnabled":{"shape":"Boolean"},
|
430
|
+
"isPrivateLinkEndpointUrlRequired":{"shape":"Boolean"},
|
431
|
+
"supportedTriggerTypes":{"shape":"TriggerTypeList"},
|
432
|
+
"connectorMetadata":{"shape":"ConnectorMetadata"}
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"ConnectorConfigurationsMap":{
|
436
|
+
"type":"map",
|
437
|
+
"key":{"shape":"ConnectorType"},
|
438
|
+
"value":{"shape":"ConnectorConfiguration"}
|
439
|
+
},
|
440
|
+
"ConnectorEntity":{
|
441
|
+
"type":"structure",
|
442
|
+
"required":["name"],
|
443
|
+
"members":{
|
444
|
+
"name":{"shape":"Name"},
|
445
|
+
"label":{"shape":"Label"},
|
446
|
+
"hasNestedEntities":{"shape":"Boolean"}
|
447
|
+
}
|
448
|
+
},
|
449
|
+
"ConnectorEntityField":{
|
450
|
+
"type":"structure",
|
451
|
+
"required":["identifier"],
|
452
|
+
"members":{
|
453
|
+
"identifier":{"shape":"Identifier"},
|
454
|
+
"label":{"shape":"Label"},
|
455
|
+
"supportedFieldTypeDetails":{"shape":"SupportedFieldTypeDetails"},
|
456
|
+
"description":{"shape":"Description"},
|
457
|
+
"sourceProperties":{"shape":"SourceFieldProperties"},
|
458
|
+
"destinationProperties":{"shape":"DestinationFieldProperties"}
|
459
|
+
}
|
460
|
+
},
|
461
|
+
"ConnectorEntityFieldList":{
|
462
|
+
"type":"list",
|
463
|
+
"member":{"shape":"ConnectorEntityField"}
|
464
|
+
},
|
465
|
+
"ConnectorEntityList":{
|
466
|
+
"type":"list",
|
467
|
+
"member":{"shape":"ConnectorEntity"}
|
468
|
+
},
|
469
|
+
"ConnectorEntityMap":{
|
470
|
+
"type":"map",
|
471
|
+
"key":{"shape":"Group"},
|
472
|
+
"value":{"shape":"ConnectorEntityList"}
|
473
|
+
},
|
474
|
+
"ConnectorMetadata":{
|
475
|
+
"type":"structure",
|
476
|
+
"members":{
|
477
|
+
"Amplitude":{"shape":"AmplitudeMetadata"},
|
478
|
+
"Datadog":{"shape":"DatadogMetadata"},
|
479
|
+
"Dynatrace":{"shape":"DynatraceMetadata"},
|
480
|
+
"GoogleAnalytics":{"shape":"GoogleAnalyticsMetadata"},
|
481
|
+
"InforNexus":{"shape":"InforNexusMetadata"},
|
482
|
+
"Marketo":{"shape":"MarketoMetadata"},
|
483
|
+
"Redshift":{"shape":"RedshiftMetadata"},
|
484
|
+
"S3":{"shape":"S3Metadata"},
|
485
|
+
"Salesforce":{"shape":"SalesforceMetadata"},
|
486
|
+
"ServiceNow":{"shape":"ServiceNowMetadata"},
|
487
|
+
"Singular":{"shape":"SingularMetadata"},
|
488
|
+
"Slack":{"shape":"SlackMetadata"},
|
489
|
+
"Snowflake":{"shape":"SnowflakeMetadata"},
|
490
|
+
"Trendmicro":{"shape":"TrendmicroMetadata"},
|
491
|
+
"Veeva":{"shape":"VeevaMetadata"},
|
492
|
+
"Zendesk":{"shape":"ZendeskMetadata"},
|
493
|
+
"EventBridge":{"shape":"EventBridgeMetadata"}
|
494
|
+
}
|
495
|
+
},
|
496
|
+
"ConnectorOAuthRequest":{
|
497
|
+
"type":"structure",
|
498
|
+
"members":{
|
499
|
+
"authCode":{"shape":"AuthCode"},
|
500
|
+
"redirectUri":{"shape":"RedirectUri"}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"ConnectorOperator":{
|
504
|
+
"type":"structure",
|
505
|
+
"members":{
|
506
|
+
"Amplitude":{"shape":"AmplitudeConnectorOperator"},
|
507
|
+
"Datadog":{"shape":"DatadogConnectorOperator"},
|
508
|
+
"Dynatrace":{"shape":"DynatraceConnectorOperator"},
|
509
|
+
"GoogleAnalytics":{"shape":"GoogleAnalyticsConnectorOperator"},
|
510
|
+
"InforNexus":{"shape":"InforNexusConnectorOperator"},
|
511
|
+
"Marketo":{"shape":"MarketoConnectorOperator"},
|
512
|
+
"S3":{"shape":"S3ConnectorOperator"},
|
513
|
+
"Salesforce":{"shape":"SalesforceConnectorOperator"},
|
514
|
+
"ServiceNow":{"shape":"ServiceNowConnectorOperator"},
|
515
|
+
"Singular":{"shape":"SingularConnectorOperator"},
|
516
|
+
"Slack":{"shape":"SlackConnectorOperator"},
|
517
|
+
"Trendmicro":{"shape":"TrendmicroConnectorOperator"},
|
518
|
+
"Veeva":{"shape":"VeevaConnectorOperator"},
|
519
|
+
"Zendesk":{"shape":"ZendeskConnectorOperator"}
|
520
|
+
}
|
521
|
+
},
|
522
|
+
"ConnectorProfile":{
|
523
|
+
"type":"structure",
|
524
|
+
"members":{
|
525
|
+
"connectorProfileArn":{"shape":"ConnectorProfileArn"},
|
526
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
527
|
+
"connectorType":{"shape":"ConnectorType"},
|
528
|
+
"connectionMode":{"shape":"ConnectionMode"},
|
529
|
+
"credentialsArn":{"shape":"ARN"},
|
530
|
+
"connectorProfileProperties":{"shape":"ConnectorProfileProperties"},
|
531
|
+
"createdAt":{"shape":"Date"},
|
532
|
+
"lastUpdatedAt":{"shape":"Date"}
|
533
|
+
}
|
534
|
+
},
|
535
|
+
"ConnectorProfileArn":{
|
536
|
+
"type":"string",
|
537
|
+
"max":512,
|
538
|
+
"pattern":"arn:aws:kms:.*:[0-9]+:.*"
|
539
|
+
},
|
540
|
+
"ConnectorProfileConfig":{
|
541
|
+
"type":"structure",
|
542
|
+
"required":[
|
543
|
+
"connectorProfileProperties",
|
544
|
+
"connectorProfileCredentials"
|
545
|
+
],
|
546
|
+
"members":{
|
547
|
+
"connectorProfileProperties":{"shape":"ConnectorProfileProperties"},
|
548
|
+
"connectorProfileCredentials":{"shape":"ConnectorProfileCredentials"}
|
549
|
+
}
|
550
|
+
},
|
551
|
+
"ConnectorProfileCredentials":{
|
552
|
+
"type":"structure",
|
553
|
+
"members":{
|
554
|
+
"Amplitude":{"shape":"AmplitudeConnectorProfileCredentials"},
|
555
|
+
"Datadog":{"shape":"DatadogConnectorProfileCredentials"},
|
556
|
+
"Dynatrace":{"shape":"DynatraceConnectorProfileCredentials"},
|
557
|
+
"GoogleAnalytics":{"shape":"GoogleAnalyticsConnectorProfileCredentials"},
|
558
|
+
"InforNexus":{"shape":"InforNexusConnectorProfileCredentials"},
|
559
|
+
"Marketo":{"shape":"MarketoConnectorProfileCredentials"},
|
560
|
+
"Redshift":{"shape":"RedshiftConnectorProfileCredentials"},
|
561
|
+
"Salesforce":{"shape":"SalesforceConnectorProfileCredentials"},
|
562
|
+
"ServiceNow":{"shape":"ServiceNowConnectorProfileCredentials"},
|
563
|
+
"Singular":{"shape":"SingularConnectorProfileCredentials"},
|
564
|
+
"Slack":{"shape":"SlackConnectorProfileCredentials"},
|
565
|
+
"Snowflake":{"shape":"SnowflakeConnectorProfileCredentials"},
|
566
|
+
"Trendmicro":{"shape":"TrendmicroConnectorProfileCredentials"},
|
567
|
+
"Veeva":{"shape":"VeevaConnectorProfileCredentials"},
|
568
|
+
"Zendesk":{"shape":"ZendeskConnectorProfileCredentials"}
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"ConnectorProfileDetailList":{
|
572
|
+
"type":"list",
|
573
|
+
"member":{"shape":"ConnectorProfile"}
|
574
|
+
},
|
575
|
+
"ConnectorProfileName":{
|
576
|
+
"type":"string",
|
577
|
+
"max":256,
|
578
|
+
"pattern":"[\\w/!@#+=.-]+"
|
579
|
+
},
|
580
|
+
"ConnectorProfileNameList":{
|
581
|
+
"type":"list",
|
582
|
+
"member":{"shape":"ConnectorProfileName"},
|
583
|
+
"max":100,
|
584
|
+
"min":0
|
585
|
+
},
|
586
|
+
"ConnectorProfileProperties":{
|
587
|
+
"type":"structure",
|
588
|
+
"members":{
|
589
|
+
"Amplitude":{"shape":"AmplitudeConnectorProfileProperties"},
|
590
|
+
"Datadog":{"shape":"DatadogConnectorProfileProperties"},
|
591
|
+
"Dynatrace":{"shape":"DynatraceConnectorProfileProperties"},
|
592
|
+
"GoogleAnalytics":{"shape":"GoogleAnalyticsConnectorProfileProperties"},
|
593
|
+
"InforNexus":{"shape":"InforNexusConnectorProfileProperties"},
|
594
|
+
"Marketo":{"shape":"MarketoConnectorProfileProperties"},
|
595
|
+
"Redshift":{"shape":"RedshiftConnectorProfileProperties"},
|
596
|
+
"Salesforce":{"shape":"SalesforceConnectorProfileProperties"},
|
597
|
+
"ServiceNow":{"shape":"ServiceNowConnectorProfileProperties"},
|
598
|
+
"Singular":{"shape":"SingularConnectorProfileProperties"},
|
599
|
+
"Slack":{"shape":"SlackConnectorProfileProperties"},
|
600
|
+
"Snowflake":{"shape":"SnowflakeConnectorProfileProperties"},
|
601
|
+
"Trendmicro":{"shape":"TrendmicroConnectorProfileProperties"},
|
602
|
+
"Veeva":{"shape":"VeevaConnectorProfileProperties"},
|
603
|
+
"Zendesk":{"shape":"ZendeskConnectorProfileProperties"}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
"ConnectorServerException":{
|
607
|
+
"type":"structure",
|
608
|
+
"members":{
|
609
|
+
"message":{"shape":"ErrorMessage"}
|
610
|
+
},
|
611
|
+
"error":{"httpStatusCode":400},
|
612
|
+
"exception":true
|
613
|
+
},
|
614
|
+
"ConnectorType":{
|
615
|
+
"type":"string",
|
616
|
+
"enum":[
|
617
|
+
"Salesforce",
|
618
|
+
"Singular",
|
619
|
+
"Slack",
|
620
|
+
"Redshift",
|
621
|
+
"S3",
|
622
|
+
"Marketo",
|
623
|
+
"Googleanalytics",
|
624
|
+
"Zendesk",
|
625
|
+
"Servicenow",
|
626
|
+
"Datadog",
|
627
|
+
"Trendmicro",
|
628
|
+
"Snowflake",
|
629
|
+
"Dynatrace",
|
630
|
+
"Infornexus",
|
631
|
+
"Amplitude",
|
632
|
+
"Veeva",
|
633
|
+
"EventBridge"
|
634
|
+
]
|
635
|
+
},
|
636
|
+
"ConnectorTypeList":{
|
637
|
+
"type":"list",
|
638
|
+
"member":{"shape":"ConnectorType"},
|
639
|
+
"max":100,
|
640
|
+
"min":0
|
641
|
+
},
|
642
|
+
"CreateConnectorProfileRequest":{
|
643
|
+
"type":"structure",
|
644
|
+
"required":[
|
645
|
+
"connectorProfileName",
|
646
|
+
"connectorType",
|
647
|
+
"connectionMode",
|
648
|
+
"connectorProfileConfig"
|
649
|
+
],
|
650
|
+
"members":{
|
651
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
652
|
+
"kmsArn":{"shape":"KMSArn"},
|
653
|
+
"connectorType":{"shape":"ConnectorType"},
|
654
|
+
"connectionMode":{"shape":"ConnectionMode"},
|
655
|
+
"connectorProfileConfig":{"shape":"ConnectorProfileConfig"}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"CreateConnectorProfileResponse":{
|
659
|
+
"type":"structure",
|
660
|
+
"members":{
|
661
|
+
"connectorProfileArn":{"shape":"ConnectorProfileArn"}
|
662
|
+
}
|
663
|
+
},
|
664
|
+
"CreateFlowRequest":{
|
665
|
+
"type":"structure",
|
666
|
+
"required":[
|
667
|
+
"flowName",
|
668
|
+
"triggerConfig",
|
669
|
+
"sourceFlowConfig",
|
670
|
+
"destinationFlowConfigList",
|
671
|
+
"tasks"
|
672
|
+
],
|
673
|
+
"members":{
|
674
|
+
"flowName":{"shape":"FlowName"},
|
675
|
+
"description":{"shape":"FlowDescription"},
|
676
|
+
"kmsArn":{"shape":"KMSArn"},
|
677
|
+
"triggerConfig":{"shape":"TriggerConfig"},
|
678
|
+
"sourceFlowConfig":{"shape":"SourceFlowConfig"},
|
679
|
+
"destinationFlowConfigList":{"shape":"DestinationFlowConfigList"},
|
680
|
+
"tasks":{"shape":"Tasks"},
|
681
|
+
"tags":{"shape":"TagMap"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"CreateFlowResponse":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
"flowArn":{"shape":"FlowArn"},
|
688
|
+
"flowStatus":{"shape":"FlowStatus"}
|
689
|
+
}
|
690
|
+
},
|
691
|
+
"CreatedBy":{
|
692
|
+
"type":"string",
|
693
|
+
"max":256,
|
694
|
+
"pattern":"\\S+"
|
695
|
+
},
|
696
|
+
"DataPullMode":{
|
697
|
+
"type":"string",
|
698
|
+
"enum":[
|
699
|
+
"Incremental",
|
700
|
+
"Complete"
|
701
|
+
]
|
702
|
+
},
|
703
|
+
"DatabaseUrl":{
|
704
|
+
"type":"string",
|
705
|
+
"max":512,
|
706
|
+
"pattern":"\\S+"
|
707
|
+
},
|
708
|
+
"DatadogConnectorOperator":{
|
709
|
+
"type":"string",
|
710
|
+
"enum":[
|
711
|
+
"PROJECTION",
|
712
|
+
"BETWEEN",
|
713
|
+
"EQUAL_TO",
|
714
|
+
"ADDITION",
|
715
|
+
"MULTIPLICATION",
|
716
|
+
"DIVISION",
|
717
|
+
"SUBTRACTION",
|
718
|
+
"MASK_ALL",
|
719
|
+
"MASK_FIRST_N",
|
720
|
+
"MASK_LAST_N",
|
721
|
+
"VALIDATE_NON_NULL",
|
722
|
+
"VALIDATE_NON_ZERO",
|
723
|
+
"VALIDATE_NON_NEGATIVE",
|
724
|
+
"VALIDATE_NUMERIC",
|
725
|
+
"NO_OP"
|
726
|
+
]
|
727
|
+
},
|
728
|
+
"DatadogConnectorProfileCredentials":{
|
729
|
+
"type":"structure",
|
730
|
+
"required":[
|
731
|
+
"apiKey",
|
732
|
+
"applicationKey"
|
733
|
+
],
|
734
|
+
"members":{
|
735
|
+
"apiKey":{"shape":"ApiKey"},
|
736
|
+
"applicationKey":{"shape":"ApplicationKey"}
|
737
|
+
}
|
738
|
+
},
|
739
|
+
"DatadogConnectorProfileProperties":{
|
740
|
+
"type":"structure",
|
741
|
+
"required":["instanceUrl"],
|
742
|
+
"members":{
|
743
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
744
|
+
}
|
745
|
+
},
|
746
|
+
"DatadogMetadata":{
|
747
|
+
"type":"structure",
|
748
|
+
"members":{
|
749
|
+
}
|
750
|
+
},
|
751
|
+
"DatadogSourceProperties":{
|
752
|
+
"type":"structure",
|
753
|
+
"required":["object"],
|
754
|
+
"members":{
|
755
|
+
"object":{"shape":"Object"}
|
756
|
+
}
|
757
|
+
},
|
758
|
+
"Date":{"type":"timestamp"},
|
759
|
+
"DeleteConnectorProfileRequest":{
|
760
|
+
"type":"structure",
|
761
|
+
"required":["connectorProfileName"],
|
762
|
+
"members":{
|
763
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
764
|
+
"forceDelete":{"shape":"Boolean"}
|
765
|
+
}
|
766
|
+
},
|
767
|
+
"DeleteConnectorProfileResponse":{
|
768
|
+
"type":"structure",
|
769
|
+
"members":{
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"DeleteFlowRequest":{
|
773
|
+
"type":"structure",
|
774
|
+
"required":["flowName"],
|
775
|
+
"members":{
|
776
|
+
"flowName":{"shape":"FlowName"},
|
777
|
+
"forceDelete":{"shape":"Boolean"}
|
778
|
+
}
|
779
|
+
},
|
780
|
+
"DeleteFlowResponse":{
|
781
|
+
"type":"structure",
|
782
|
+
"members":{
|
783
|
+
}
|
784
|
+
},
|
785
|
+
"DescribeConnectorEntityRequest":{
|
786
|
+
"type":"structure",
|
787
|
+
"required":["connectorEntityName"],
|
788
|
+
"members":{
|
789
|
+
"connectorEntityName":{"shape":"Name"},
|
790
|
+
"connectorType":{"shape":"ConnectorType"},
|
791
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"}
|
792
|
+
}
|
793
|
+
},
|
794
|
+
"DescribeConnectorEntityResponse":{
|
795
|
+
"type":"structure",
|
796
|
+
"required":["connectorEntityFields"],
|
797
|
+
"members":{
|
798
|
+
"connectorEntityFields":{"shape":"ConnectorEntityFieldList"}
|
799
|
+
}
|
800
|
+
},
|
801
|
+
"DescribeConnectorProfilesRequest":{
|
802
|
+
"type":"structure",
|
803
|
+
"members":{
|
804
|
+
"connectorProfileNames":{"shape":"ConnectorProfileNameList"},
|
805
|
+
"connectorType":{"shape":"ConnectorType"},
|
806
|
+
"maxResults":{"shape":"MaxResults"},
|
807
|
+
"nextToken":{"shape":"NextToken"}
|
808
|
+
}
|
809
|
+
},
|
810
|
+
"DescribeConnectorProfilesResponse":{
|
811
|
+
"type":"structure",
|
812
|
+
"members":{
|
813
|
+
"connectorProfileDetails":{"shape":"ConnectorProfileDetailList"},
|
814
|
+
"nextToken":{"shape":"NextToken"}
|
815
|
+
}
|
816
|
+
},
|
817
|
+
"DescribeConnectorsRequest":{
|
818
|
+
"type":"structure",
|
819
|
+
"members":{
|
820
|
+
"connectorTypes":{"shape":"ConnectorTypeList"},
|
821
|
+
"nextToken":{"shape":"NextToken"}
|
822
|
+
}
|
823
|
+
},
|
824
|
+
"DescribeConnectorsResponse":{
|
825
|
+
"type":"structure",
|
826
|
+
"members":{
|
827
|
+
"connectorConfigurations":{"shape":"ConnectorConfigurationsMap"},
|
828
|
+
"nextToken":{"shape":"NextToken"}
|
829
|
+
}
|
830
|
+
},
|
831
|
+
"DescribeFlowExecutionRecordsRequest":{
|
832
|
+
"type":"structure",
|
833
|
+
"required":["flowName"],
|
834
|
+
"members":{
|
835
|
+
"flowName":{"shape":"FlowName"},
|
836
|
+
"maxResults":{"shape":"MaxResults"},
|
837
|
+
"nextToken":{"shape":"NextToken"}
|
838
|
+
}
|
839
|
+
},
|
840
|
+
"DescribeFlowExecutionRecordsResponse":{
|
841
|
+
"type":"structure",
|
842
|
+
"members":{
|
843
|
+
"flowExecutions":{"shape":"FlowExecutionList"},
|
844
|
+
"nextToken":{"shape":"NextToken"}
|
845
|
+
}
|
846
|
+
},
|
847
|
+
"DescribeFlowRequest":{
|
848
|
+
"type":"structure",
|
849
|
+
"required":["flowName"],
|
850
|
+
"members":{
|
851
|
+
"flowName":{"shape":"FlowName"}
|
852
|
+
}
|
853
|
+
},
|
854
|
+
"DescribeFlowResponse":{
|
855
|
+
"type":"structure",
|
856
|
+
"members":{
|
857
|
+
"flowArn":{"shape":"FlowArn"},
|
858
|
+
"description":{"shape":"FlowDescription"},
|
859
|
+
"flowName":{"shape":"FlowName"},
|
860
|
+
"kmsArn":{"shape":"KMSArn"},
|
861
|
+
"flowStatus":{"shape":"FlowStatus"},
|
862
|
+
"flowStatusMessage":{"shape":"FlowStatusMessage"},
|
863
|
+
"sourceFlowConfig":{"shape":"SourceFlowConfig"},
|
864
|
+
"destinationFlowConfigList":{"shape":"DestinationFlowConfigList"},
|
865
|
+
"lastRunExecutionDetails":{"shape":"ExecutionDetails"},
|
866
|
+
"triggerConfig":{"shape":"TriggerConfig"},
|
867
|
+
"tasks":{"shape":"Tasks"},
|
868
|
+
"createdAt":{"shape":"Date"},
|
869
|
+
"lastUpdatedAt":{"shape":"Date"},
|
870
|
+
"createdBy":{"shape":"CreatedBy"},
|
871
|
+
"lastUpdatedBy":{"shape":"UpdatedBy"},
|
872
|
+
"tags":{"shape":"TagMap"}
|
873
|
+
}
|
874
|
+
},
|
875
|
+
"Description":{
|
876
|
+
"type":"string",
|
877
|
+
"max":1024,
|
878
|
+
"pattern":"[\\s\\w/!@#+=.-]*"
|
879
|
+
},
|
880
|
+
"DestinationConnectorProperties":{
|
881
|
+
"type":"structure",
|
882
|
+
"members":{
|
883
|
+
"Redshift":{"shape":"RedshiftDestinationProperties"},
|
884
|
+
"S3":{"shape":"S3DestinationProperties"},
|
885
|
+
"Salesforce":{"shape":"SalesforceDestinationProperties"},
|
886
|
+
"Snowflake":{"shape":"SnowflakeDestinationProperties"},
|
887
|
+
"EventBridge":{"shape":"EventBridgeDestinationProperties"}
|
888
|
+
}
|
889
|
+
},
|
890
|
+
"DestinationField":{
|
891
|
+
"type":"string",
|
892
|
+
"max":256,
|
893
|
+
"pattern":".*"
|
894
|
+
},
|
895
|
+
"DestinationFieldProperties":{
|
896
|
+
"type":"structure",
|
897
|
+
"members":{
|
898
|
+
"isCreatable":{"shape":"Boolean"},
|
899
|
+
"isNullable":{"shape":"Boolean"},
|
900
|
+
"isUpsertable":{"shape":"Boolean"}
|
901
|
+
}
|
902
|
+
},
|
903
|
+
"DestinationFlowConfig":{
|
904
|
+
"type":"structure",
|
905
|
+
"required":[
|
906
|
+
"connectorType",
|
907
|
+
"destinationConnectorProperties"
|
908
|
+
],
|
909
|
+
"members":{
|
910
|
+
"connectorType":{"shape":"ConnectorType"},
|
911
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
912
|
+
"destinationConnectorProperties":{"shape":"DestinationConnectorProperties"}
|
913
|
+
}
|
914
|
+
},
|
915
|
+
"DestinationFlowConfigList":{
|
916
|
+
"type":"list",
|
917
|
+
"member":{"shape":"DestinationFlowConfig"}
|
918
|
+
},
|
919
|
+
"DynatraceConnectorOperator":{
|
920
|
+
"type":"string",
|
921
|
+
"enum":[
|
922
|
+
"PROJECTION",
|
923
|
+
"BETWEEN",
|
924
|
+
"EQUAL_TO",
|
925
|
+
"ADDITION",
|
926
|
+
"MULTIPLICATION",
|
927
|
+
"DIVISION",
|
928
|
+
"SUBTRACTION",
|
929
|
+
"MASK_ALL",
|
930
|
+
"MASK_FIRST_N",
|
931
|
+
"MASK_LAST_N",
|
932
|
+
"VALIDATE_NON_NULL",
|
933
|
+
"VALIDATE_NON_ZERO",
|
934
|
+
"VALIDATE_NON_NEGATIVE",
|
935
|
+
"VALIDATE_NUMERIC",
|
936
|
+
"NO_OP"
|
937
|
+
]
|
938
|
+
},
|
939
|
+
"DynatraceConnectorProfileCredentials":{
|
940
|
+
"type":"structure",
|
941
|
+
"required":["apiToken"],
|
942
|
+
"members":{
|
943
|
+
"apiToken":{"shape":"ApiToken"}
|
944
|
+
}
|
945
|
+
},
|
946
|
+
"DynatraceConnectorProfileProperties":{
|
947
|
+
"type":"structure",
|
948
|
+
"required":["instanceUrl"],
|
949
|
+
"members":{
|
950
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
951
|
+
}
|
952
|
+
},
|
953
|
+
"DynatraceMetadata":{
|
954
|
+
"type":"structure",
|
955
|
+
"members":{
|
956
|
+
}
|
957
|
+
},
|
958
|
+
"DynatraceSourceProperties":{
|
959
|
+
"type":"structure",
|
960
|
+
"required":["object"],
|
961
|
+
"members":{
|
962
|
+
"object":{"shape":"Object"}
|
963
|
+
}
|
964
|
+
},
|
965
|
+
"EntitiesPath":{
|
966
|
+
"type":"string",
|
967
|
+
"max":256,
|
968
|
+
"pattern":"[\\s\\w/!@#+=.-]*"
|
969
|
+
},
|
970
|
+
"ErrorHandlingConfig":{
|
971
|
+
"type":"structure",
|
972
|
+
"members":{
|
973
|
+
"failOnFirstDestinationError":{"shape":"Boolean"},
|
974
|
+
"bucketPrefix":{"shape":"BucketPrefix"},
|
975
|
+
"bucketName":{"shape":"BucketName"}
|
976
|
+
}
|
977
|
+
},
|
978
|
+
"ErrorInfo":{
|
979
|
+
"type":"structure",
|
980
|
+
"members":{
|
981
|
+
"putFailuresCount":{"shape":"Long"},
|
982
|
+
"executionMessage":{"shape":"ExecutionMessage"}
|
983
|
+
}
|
984
|
+
},
|
985
|
+
"ErrorMessage":{
|
986
|
+
"type":"string",
|
987
|
+
"max":2048,
|
988
|
+
"pattern":"[\\s\\w/!@#+=.-]*"
|
989
|
+
},
|
990
|
+
"EventBridgeDestinationProperties":{
|
991
|
+
"type":"structure",
|
992
|
+
"required":["object"],
|
993
|
+
"members":{
|
994
|
+
"object":{"shape":"Object"},
|
995
|
+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
|
996
|
+
}
|
997
|
+
},
|
998
|
+
"EventBridgeMetadata":{
|
999
|
+
"type":"structure",
|
1000
|
+
"members":{
|
1001
|
+
}
|
1002
|
+
},
|
1003
|
+
"ExecutionDetails":{
|
1004
|
+
"type":"structure",
|
1005
|
+
"members":{
|
1006
|
+
"mostRecentExecutionMessage":{"shape":"MostRecentExecutionMessage"},
|
1007
|
+
"mostRecentExecutionTime":{"shape":"Date"},
|
1008
|
+
"mostRecentExecutionStatus":{"shape":"ExecutionStatus"}
|
1009
|
+
}
|
1010
|
+
},
|
1011
|
+
"ExecutionId":{
|
1012
|
+
"type":"string",
|
1013
|
+
"max":256,
|
1014
|
+
"pattern":"\\S+"
|
1015
|
+
},
|
1016
|
+
"ExecutionMessage":{
|
1017
|
+
"type":"string",
|
1018
|
+
"max":2048,
|
1019
|
+
"pattern":"[\\s\\w/!@#+=.-]*"
|
1020
|
+
},
|
1021
|
+
"ExecutionRecord":{
|
1022
|
+
"type":"structure",
|
1023
|
+
"members":{
|
1024
|
+
"executionId":{"shape":"ExecutionId"},
|
1025
|
+
"executionStatus":{"shape":"ExecutionStatus"},
|
1026
|
+
"executionResult":{"shape":"ExecutionResult"},
|
1027
|
+
"startedAt":{"shape":"Date"},
|
1028
|
+
"lastUpdatedAt":{"shape":"Date"}
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"ExecutionResult":{
|
1032
|
+
"type":"structure",
|
1033
|
+
"members":{
|
1034
|
+
"errorInfo":{"shape":"ErrorInfo"},
|
1035
|
+
"bytesProcessed":{"shape":"Long"},
|
1036
|
+
"bytesWritten":{"shape":"Long"},
|
1037
|
+
"recordsProcessed":{"shape":"Long"}
|
1038
|
+
}
|
1039
|
+
},
|
1040
|
+
"ExecutionStatus":{
|
1041
|
+
"type":"string",
|
1042
|
+
"enum":[
|
1043
|
+
"InProgress",
|
1044
|
+
"Successful",
|
1045
|
+
"Error"
|
1046
|
+
]
|
1047
|
+
},
|
1048
|
+
"FieldType":{"type":"string"},
|
1049
|
+
"FieldTypeDetails":{
|
1050
|
+
"type":"structure",
|
1051
|
+
"required":[
|
1052
|
+
"fieldType",
|
1053
|
+
"filterOperators"
|
1054
|
+
],
|
1055
|
+
"members":{
|
1056
|
+
"fieldType":{"shape":"FieldType"},
|
1057
|
+
"filterOperators":{"shape":"FilterOperatorList"},
|
1058
|
+
"supportedValues":{"shape":"SupportedValueList"}
|
1059
|
+
}
|
1060
|
+
},
|
1061
|
+
"FileType":{
|
1062
|
+
"type":"string",
|
1063
|
+
"enum":[
|
1064
|
+
"CSV",
|
1065
|
+
"JSON",
|
1066
|
+
"PARQUET"
|
1067
|
+
]
|
1068
|
+
},
|
1069
|
+
"FilterOperatorList":{
|
1070
|
+
"type":"list",
|
1071
|
+
"member":{"shape":"Operator"}
|
1072
|
+
},
|
1073
|
+
"FlowArn":{
|
1074
|
+
"type":"string",
|
1075
|
+
"max":512,
|
1076
|
+
"pattern":"arn:aws:appflow:.*:[0-9]+:.*"
|
1077
|
+
},
|
1078
|
+
"FlowDefinition":{
|
1079
|
+
"type":"structure",
|
1080
|
+
"members":{
|
1081
|
+
"flowArn":{"shape":"FlowArn"},
|
1082
|
+
"description":{"shape":"FlowDescription"},
|
1083
|
+
"flowName":{"shape":"FlowName"},
|
1084
|
+
"flowStatus":{"shape":"FlowStatus"},
|
1085
|
+
"sourceConnectorType":{"shape":"ConnectorType"},
|
1086
|
+
"destinationConnectorType":{"shape":"ConnectorType"},
|
1087
|
+
"triggerType":{"shape":"TriggerType"},
|
1088
|
+
"createdAt":{"shape":"Date"},
|
1089
|
+
"lastUpdatedAt":{"shape":"Date"},
|
1090
|
+
"createdBy":{"shape":"CreatedBy"},
|
1091
|
+
"lastUpdatedBy":{"shape":"UpdatedBy"},
|
1092
|
+
"tags":{"shape":"TagMap"},
|
1093
|
+
"lastRunExecutionDetails":{"shape":"ExecutionDetails"}
|
1094
|
+
}
|
1095
|
+
},
|
1096
|
+
"FlowDescription":{
|
1097
|
+
"type":"string",
|
1098
|
+
"max":2048,
|
1099
|
+
"pattern":"[\\w!@#\\-.?,\\s]*"
|
1100
|
+
},
|
1101
|
+
"FlowExecutionList":{
|
1102
|
+
"type":"list",
|
1103
|
+
"member":{"shape":"ExecutionRecord"}
|
1104
|
+
},
|
1105
|
+
"FlowList":{
|
1106
|
+
"type":"list",
|
1107
|
+
"member":{"shape":"FlowDefinition"}
|
1108
|
+
},
|
1109
|
+
"FlowName":{
|
1110
|
+
"type":"string",
|
1111
|
+
"max":256,
|
1112
|
+
"pattern":"[a-zA-Z0-9][\\w!@#.-]+"
|
1113
|
+
},
|
1114
|
+
"FlowStatus":{
|
1115
|
+
"type":"string",
|
1116
|
+
"enum":[
|
1117
|
+
"Active",
|
1118
|
+
"Deprecated",
|
1119
|
+
"Deleted",
|
1120
|
+
"Draft",
|
1121
|
+
"Errored",
|
1122
|
+
"Suspended"
|
1123
|
+
]
|
1124
|
+
},
|
1125
|
+
"FlowStatusMessage":{
|
1126
|
+
"type":"string",
|
1127
|
+
"max":2048,
|
1128
|
+
"pattern":"[\\s\\w/!@#+=.-]*"
|
1129
|
+
},
|
1130
|
+
"GoogleAnalyticsConnectorOperator":{
|
1131
|
+
"type":"string",
|
1132
|
+
"enum":[
|
1133
|
+
"PROJECTION",
|
1134
|
+
"BETWEEN"
|
1135
|
+
]
|
1136
|
+
},
|
1137
|
+
"GoogleAnalyticsConnectorProfileCredentials":{
|
1138
|
+
"type":"structure",
|
1139
|
+
"required":[
|
1140
|
+
"clientId",
|
1141
|
+
"clientSecret"
|
1142
|
+
],
|
1143
|
+
"members":{
|
1144
|
+
"clientId":{"shape":"ClientId"},
|
1145
|
+
"clientSecret":{"shape":"ClientSecret"},
|
1146
|
+
"accessToken":{"shape":"AccessToken"},
|
1147
|
+
"refreshToken":{"shape":"RefreshToken"},
|
1148
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1149
|
+
}
|
1150
|
+
},
|
1151
|
+
"GoogleAnalyticsConnectorProfileProperties":{
|
1152
|
+
"type":"structure",
|
1153
|
+
"members":{
|
1154
|
+
}
|
1155
|
+
},
|
1156
|
+
"GoogleAnalyticsMetadata":{
|
1157
|
+
"type":"structure",
|
1158
|
+
"members":{
|
1159
|
+
"oAuthScopes":{"shape":"OAuthScopeList"}
|
1160
|
+
}
|
1161
|
+
},
|
1162
|
+
"GoogleAnalyticsSourceProperties":{
|
1163
|
+
"type":"structure",
|
1164
|
+
"required":["object"],
|
1165
|
+
"members":{
|
1166
|
+
"object":{"shape":"Object"}
|
1167
|
+
}
|
1168
|
+
},
|
1169
|
+
"Group":{
|
1170
|
+
"type":"string",
|
1171
|
+
"max":128,
|
1172
|
+
"pattern":"\\S+"
|
1173
|
+
},
|
1174
|
+
"Identifier":{
|
1175
|
+
"type":"string",
|
1176
|
+
"max":128,
|
1177
|
+
"pattern":"\\S+"
|
1178
|
+
},
|
1179
|
+
"InforNexusConnectorOperator":{
|
1180
|
+
"type":"string",
|
1181
|
+
"enum":[
|
1182
|
+
"PROJECTION",
|
1183
|
+
"BETWEEN",
|
1184
|
+
"EQUAL_TO",
|
1185
|
+
"ADDITION",
|
1186
|
+
"MULTIPLICATION",
|
1187
|
+
"DIVISION",
|
1188
|
+
"SUBTRACTION",
|
1189
|
+
"MASK_ALL",
|
1190
|
+
"MASK_FIRST_N",
|
1191
|
+
"MASK_LAST_N",
|
1192
|
+
"VALIDATE_NON_NULL",
|
1193
|
+
"VALIDATE_NON_ZERO",
|
1194
|
+
"VALIDATE_NON_NEGATIVE",
|
1195
|
+
"VALIDATE_NUMERIC",
|
1196
|
+
"NO_OP"
|
1197
|
+
]
|
1198
|
+
},
|
1199
|
+
"InforNexusConnectorProfileCredentials":{
|
1200
|
+
"type":"structure",
|
1201
|
+
"required":[
|
1202
|
+
"accessKeyId",
|
1203
|
+
"userId",
|
1204
|
+
"secretAccessKey",
|
1205
|
+
"datakey"
|
1206
|
+
],
|
1207
|
+
"members":{
|
1208
|
+
"accessKeyId":{"shape":"AccessKeyId"},
|
1209
|
+
"userId":{"shape":"Username"},
|
1210
|
+
"secretAccessKey":{"shape":"Key"},
|
1211
|
+
"datakey":{"shape":"Key"}
|
1212
|
+
}
|
1213
|
+
},
|
1214
|
+
"InforNexusConnectorProfileProperties":{
|
1215
|
+
"type":"structure",
|
1216
|
+
"required":["instanceUrl"],
|
1217
|
+
"members":{
|
1218
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
1219
|
+
}
|
1220
|
+
},
|
1221
|
+
"InforNexusMetadata":{
|
1222
|
+
"type":"structure",
|
1223
|
+
"members":{
|
1224
|
+
}
|
1225
|
+
},
|
1226
|
+
"InforNexusSourceProperties":{
|
1227
|
+
"type":"structure",
|
1228
|
+
"required":["object"],
|
1229
|
+
"members":{
|
1230
|
+
"object":{"shape":"Object"}
|
1231
|
+
}
|
1232
|
+
},
|
1233
|
+
"InstanceUrl":{
|
1234
|
+
"type":"string",
|
1235
|
+
"max":256,
|
1236
|
+
"pattern":"\\S+"
|
1237
|
+
},
|
1238
|
+
"InternalServerException":{
|
1239
|
+
"type":"structure",
|
1240
|
+
"members":{
|
1241
|
+
"message":{"shape":"ErrorMessage"}
|
1242
|
+
},
|
1243
|
+
"error":{"httpStatusCode":500},
|
1244
|
+
"exception":true
|
1245
|
+
},
|
1246
|
+
"KMSArn":{
|
1247
|
+
"type":"string",
|
1248
|
+
"max":2048,
|
1249
|
+
"min":20,
|
1250
|
+
"pattern":"arn:aws:kms:.*:[0-9]+:.*"
|
1251
|
+
},
|
1252
|
+
"Key":{
|
1253
|
+
"type":"string",
|
1254
|
+
"max":512,
|
1255
|
+
"pattern":"\\S+"
|
1256
|
+
},
|
1257
|
+
"Label":{
|
1258
|
+
"type":"string",
|
1259
|
+
"max":128,
|
1260
|
+
"pattern":".*"
|
1261
|
+
},
|
1262
|
+
"ListConnectorEntitiesRequest":{
|
1263
|
+
"type":"structure",
|
1264
|
+
"members":{
|
1265
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
1266
|
+
"connectorType":{"shape":"ConnectorType"},
|
1267
|
+
"entitiesPath":{"shape":"EntitiesPath"}
|
1268
|
+
}
|
1269
|
+
},
|
1270
|
+
"ListConnectorEntitiesResponse":{
|
1271
|
+
"type":"structure",
|
1272
|
+
"required":["connectorEntityMap"],
|
1273
|
+
"members":{
|
1274
|
+
"connectorEntityMap":{"shape":"ConnectorEntityMap"}
|
1275
|
+
}
|
1276
|
+
},
|
1277
|
+
"ListFlowsRequest":{
|
1278
|
+
"type":"structure",
|
1279
|
+
"members":{
|
1280
|
+
"maxResults":{"shape":"MaxResults"},
|
1281
|
+
"nextToken":{"shape":"NextToken"}
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
"ListFlowsResponse":{
|
1285
|
+
"type":"structure",
|
1286
|
+
"members":{
|
1287
|
+
"flows":{"shape":"FlowList"},
|
1288
|
+
"nextToken":{"shape":"NextToken"}
|
1289
|
+
}
|
1290
|
+
},
|
1291
|
+
"ListTagsForResourceRequest":{
|
1292
|
+
"type":"structure",
|
1293
|
+
"required":["resourceArn"],
|
1294
|
+
"members":{
|
1295
|
+
"resourceArn":{
|
1296
|
+
"shape":"ARN",
|
1297
|
+
"location":"uri",
|
1298
|
+
"locationName":"resourceArn"
|
1299
|
+
}
|
1300
|
+
}
|
1301
|
+
},
|
1302
|
+
"ListTagsForResourceResponse":{
|
1303
|
+
"type":"structure",
|
1304
|
+
"members":{
|
1305
|
+
"tags":{"shape":"TagMap"}
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"Long":{"type":"long"},
|
1309
|
+
"MarketoConnectorOperator":{
|
1310
|
+
"type":"string",
|
1311
|
+
"enum":[
|
1312
|
+
"PROJECTION",
|
1313
|
+
"LESS_THAN",
|
1314
|
+
"GREATER_THAN",
|
1315
|
+
"BETWEEN",
|
1316
|
+
"ADDITION",
|
1317
|
+
"MULTIPLICATION",
|
1318
|
+
"DIVISION",
|
1319
|
+
"SUBTRACTION",
|
1320
|
+
"MASK_ALL",
|
1321
|
+
"MASK_FIRST_N",
|
1322
|
+
"MASK_LAST_N",
|
1323
|
+
"VALIDATE_NON_NULL",
|
1324
|
+
"VALIDATE_NON_ZERO",
|
1325
|
+
"VALIDATE_NON_NEGATIVE",
|
1326
|
+
"VALIDATE_NUMERIC",
|
1327
|
+
"NO_OP"
|
1328
|
+
]
|
1329
|
+
},
|
1330
|
+
"MarketoConnectorProfileCredentials":{
|
1331
|
+
"type":"structure",
|
1332
|
+
"required":[
|
1333
|
+
"clientId",
|
1334
|
+
"clientSecret"
|
1335
|
+
],
|
1336
|
+
"members":{
|
1337
|
+
"clientId":{"shape":"ClientId"},
|
1338
|
+
"clientSecret":{"shape":"ClientSecret"},
|
1339
|
+
"accessToken":{"shape":"AccessToken"},
|
1340
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1341
|
+
}
|
1342
|
+
},
|
1343
|
+
"MarketoConnectorProfileProperties":{
|
1344
|
+
"type":"structure",
|
1345
|
+
"required":["instanceUrl"],
|
1346
|
+
"members":{
|
1347
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
1348
|
+
}
|
1349
|
+
},
|
1350
|
+
"MarketoMetadata":{
|
1351
|
+
"type":"structure",
|
1352
|
+
"members":{
|
1353
|
+
}
|
1354
|
+
},
|
1355
|
+
"MarketoSourceProperties":{
|
1356
|
+
"type":"structure",
|
1357
|
+
"required":["object"],
|
1358
|
+
"members":{
|
1359
|
+
"object":{"shape":"Object"}
|
1360
|
+
}
|
1361
|
+
},
|
1362
|
+
"MaxResults":{
|
1363
|
+
"type":"integer",
|
1364
|
+
"max":100,
|
1365
|
+
"min":1
|
1366
|
+
},
|
1367
|
+
"MostRecentExecutionMessage":{
|
1368
|
+
"type":"string",
|
1369
|
+
"max":2048,
|
1370
|
+
"pattern":"[\\w!@#\\-.?,\\s]*"
|
1371
|
+
},
|
1372
|
+
"Name":{
|
1373
|
+
"type":"string",
|
1374
|
+
"max":128,
|
1375
|
+
"pattern":"\\S+"
|
1376
|
+
},
|
1377
|
+
"NextToken":{
|
1378
|
+
"type":"string",
|
1379
|
+
"max":2048,
|
1380
|
+
"pattern":"\\S+"
|
1381
|
+
},
|
1382
|
+
"OAuthScope":{
|
1383
|
+
"type":"string",
|
1384
|
+
"max":128,
|
1385
|
+
"pattern":"[\\w]*"
|
1386
|
+
},
|
1387
|
+
"OAuthScopeList":{
|
1388
|
+
"type":"list",
|
1389
|
+
"member":{"shape":"OAuthScope"}
|
1390
|
+
},
|
1391
|
+
"Object":{
|
1392
|
+
"type":"string",
|
1393
|
+
"max":512,
|
1394
|
+
"pattern":"\\S+"
|
1395
|
+
},
|
1396
|
+
"Operator":{
|
1397
|
+
"type":"string",
|
1398
|
+
"enum":[
|
1399
|
+
"PROJECTION",
|
1400
|
+
"LESS_THAN",
|
1401
|
+
"GREATER_THAN",
|
1402
|
+
"CONTAINS",
|
1403
|
+
"BETWEEN",
|
1404
|
+
"LESS_THAN_OR_EQUAL_TO",
|
1405
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
1406
|
+
"EQUAL_TO",
|
1407
|
+
"NOT_EQUAL_TO",
|
1408
|
+
"ADDITION",
|
1409
|
+
"MULTIPLICATION",
|
1410
|
+
"DIVISION",
|
1411
|
+
"SUBTRACTION",
|
1412
|
+
"MASK_ALL",
|
1413
|
+
"MASK_FIRST_N",
|
1414
|
+
"MASK_LAST_N",
|
1415
|
+
"VALIDATE_NON_NULL",
|
1416
|
+
"VALIDATE_NON_ZERO",
|
1417
|
+
"VALIDATE_NON_NEGATIVE",
|
1418
|
+
"VALIDATE_NUMERIC",
|
1419
|
+
"NO_OP"
|
1420
|
+
]
|
1421
|
+
},
|
1422
|
+
"OperatorPropertiesKeys":{
|
1423
|
+
"type":"string",
|
1424
|
+
"enum":[
|
1425
|
+
"VALUE",
|
1426
|
+
"VALUES",
|
1427
|
+
"DATA_TYPE",
|
1428
|
+
"UPPER_BOUND",
|
1429
|
+
"LOWER_BOUND",
|
1430
|
+
"SOURCE_DATA_TYPE",
|
1431
|
+
"DESTINATION_DATA_TYPE",
|
1432
|
+
"VALIDATION_ACTION",
|
1433
|
+
"MASK_VALUE",
|
1434
|
+
"MASK_LENGTH",
|
1435
|
+
"TRUNCATE_LENGTH",
|
1436
|
+
"MATH_OPERATION_FIELDS_ORDER",
|
1437
|
+
"CONCAT_FORMAT",
|
1438
|
+
"SUBFIELD_CATEGORY_MAP"
|
1439
|
+
]
|
1440
|
+
},
|
1441
|
+
"Password":{
|
1442
|
+
"type":"string",
|
1443
|
+
"max":512,
|
1444
|
+
"pattern":".*",
|
1445
|
+
"sensitive":true
|
1446
|
+
},
|
1447
|
+
"PrefixConfig":{
|
1448
|
+
"type":"structure",
|
1449
|
+
"members":{
|
1450
|
+
"prefixType":{"shape":"PrefixType"},
|
1451
|
+
"prefixFormat":{"shape":"PrefixFormat"}
|
1452
|
+
}
|
1453
|
+
},
|
1454
|
+
"PrefixFormat":{
|
1455
|
+
"type":"string",
|
1456
|
+
"enum":[
|
1457
|
+
"YEAR",
|
1458
|
+
"MONTH",
|
1459
|
+
"DAY",
|
1460
|
+
"HOUR",
|
1461
|
+
"MINUTE"
|
1462
|
+
]
|
1463
|
+
},
|
1464
|
+
"PrefixType":{
|
1465
|
+
"type":"string",
|
1466
|
+
"enum":[
|
1467
|
+
"FILENAME",
|
1468
|
+
"PATH",
|
1469
|
+
"PATH_AND_FILENAME"
|
1470
|
+
]
|
1471
|
+
},
|
1472
|
+
"PrivateLinkServiceName":{
|
1473
|
+
"type":"string",
|
1474
|
+
"max":512,
|
1475
|
+
"pattern":"\\S+"
|
1476
|
+
},
|
1477
|
+
"Property":{
|
1478
|
+
"type":"string",
|
1479
|
+
"max":2048,
|
1480
|
+
"pattern":".+"
|
1481
|
+
},
|
1482
|
+
"RedirectUri":{
|
1483
|
+
"type":"string",
|
1484
|
+
"max":512,
|
1485
|
+
"pattern":"\\S+"
|
1486
|
+
},
|
1487
|
+
"RedshiftConnectorProfileCredentials":{
|
1488
|
+
"type":"structure",
|
1489
|
+
"required":[
|
1490
|
+
"username",
|
1491
|
+
"password"
|
1492
|
+
],
|
1493
|
+
"members":{
|
1494
|
+
"username":{"shape":"Username"},
|
1495
|
+
"password":{"shape":"Password"}
|
1496
|
+
}
|
1497
|
+
},
|
1498
|
+
"RedshiftConnectorProfileProperties":{
|
1499
|
+
"type":"structure",
|
1500
|
+
"required":[
|
1501
|
+
"databaseUrl",
|
1502
|
+
"bucketName",
|
1503
|
+
"roleArn"
|
1504
|
+
],
|
1505
|
+
"members":{
|
1506
|
+
"databaseUrl":{"shape":"DatabaseUrl"},
|
1507
|
+
"bucketName":{"shape":"BucketName"},
|
1508
|
+
"bucketPrefix":{"shape":"BucketPrefix"},
|
1509
|
+
"roleArn":{"shape":"RoleArn"}
|
1510
|
+
}
|
1511
|
+
},
|
1512
|
+
"RedshiftDestinationProperties":{
|
1513
|
+
"type":"structure",
|
1514
|
+
"required":[
|
1515
|
+
"object",
|
1516
|
+
"intermediateBucketName"
|
1517
|
+
],
|
1518
|
+
"members":{
|
1519
|
+
"object":{"shape":"Object"},
|
1520
|
+
"intermediateBucketName":{"shape":"BucketName"},
|
1521
|
+
"bucketPrefix":{"shape":"BucketPrefix"},
|
1522
|
+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
|
1523
|
+
}
|
1524
|
+
},
|
1525
|
+
"RedshiftMetadata":{
|
1526
|
+
"type":"structure",
|
1527
|
+
"members":{
|
1528
|
+
}
|
1529
|
+
},
|
1530
|
+
"RefreshToken":{
|
1531
|
+
"type":"string",
|
1532
|
+
"max":512,
|
1533
|
+
"pattern":"\\S+"
|
1534
|
+
},
|
1535
|
+
"Region":{
|
1536
|
+
"type":"string",
|
1537
|
+
"max":64,
|
1538
|
+
"pattern":"\\S+"
|
1539
|
+
},
|
1540
|
+
"RegionList":{
|
1541
|
+
"type":"list",
|
1542
|
+
"member":{"shape":"Region"}
|
1543
|
+
},
|
1544
|
+
"ResourceNotFoundException":{
|
1545
|
+
"type":"structure",
|
1546
|
+
"members":{
|
1547
|
+
"message":{"shape":"ErrorMessage"}
|
1548
|
+
},
|
1549
|
+
"error":{"httpStatusCode":404},
|
1550
|
+
"exception":true
|
1551
|
+
},
|
1552
|
+
"RoleArn":{
|
1553
|
+
"type":"string",
|
1554
|
+
"max":512,
|
1555
|
+
"pattern":"arn:aws:iam:.*:[0-9]+:.*"
|
1556
|
+
},
|
1557
|
+
"S3ConnectorOperator":{
|
1558
|
+
"type":"string",
|
1559
|
+
"enum":[
|
1560
|
+
"PROJECTION",
|
1561
|
+
"LESS_THAN",
|
1562
|
+
"GREATER_THAN",
|
1563
|
+
"BETWEEN",
|
1564
|
+
"LESS_THAN_OR_EQUAL_TO",
|
1565
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
1566
|
+
"EQUAL_TO",
|
1567
|
+
"NOT_EQUAL_TO",
|
1568
|
+
"ADDITION",
|
1569
|
+
"MULTIPLICATION",
|
1570
|
+
"DIVISION",
|
1571
|
+
"SUBTRACTION",
|
1572
|
+
"MASK_ALL",
|
1573
|
+
"MASK_FIRST_N",
|
1574
|
+
"MASK_LAST_N",
|
1575
|
+
"VALIDATE_NON_NULL",
|
1576
|
+
"VALIDATE_NON_ZERO",
|
1577
|
+
"VALIDATE_NON_NEGATIVE",
|
1578
|
+
"VALIDATE_NUMERIC",
|
1579
|
+
"NO_OP"
|
1580
|
+
]
|
1581
|
+
},
|
1582
|
+
"S3DestinationProperties":{
|
1583
|
+
"type":"structure",
|
1584
|
+
"required":["bucketName"],
|
1585
|
+
"members":{
|
1586
|
+
"bucketName":{"shape":"BucketName"},
|
1587
|
+
"bucketPrefix":{"shape":"BucketPrefix"},
|
1588
|
+
"s3OutputFormatConfig":{"shape":"S3OutputFormatConfig"}
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
"S3Metadata":{
|
1592
|
+
"type":"structure",
|
1593
|
+
"members":{
|
1594
|
+
}
|
1595
|
+
},
|
1596
|
+
"S3OutputFormatConfig":{
|
1597
|
+
"type":"structure",
|
1598
|
+
"members":{
|
1599
|
+
"fileType":{"shape":"FileType"},
|
1600
|
+
"prefixConfig":{"shape":"PrefixConfig"},
|
1601
|
+
"aggregationConfig":{"shape":"AggregationConfig"}
|
1602
|
+
}
|
1603
|
+
},
|
1604
|
+
"S3SourceProperties":{
|
1605
|
+
"type":"structure",
|
1606
|
+
"required":["bucketName"],
|
1607
|
+
"members":{
|
1608
|
+
"bucketName":{"shape":"BucketName"},
|
1609
|
+
"bucketPrefix":{"shape":"BucketPrefix"}
|
1610
|
+
}
|
1611
|
+
},
|
1612
|
+
"SalesforceConnectorOperator":{
|
1613
|
+
"type":"string",
|
1614
|
+
"enum":[
|
1615
|
+
"PROJECTION",
|
1616
|
+
"LESS_THAN",
|
1617
|
+
"CONTAINS",
|
1618
|
+
"GREATER_THAN",
|
1619
|
+
"BETWEEN",
|
1620
|
+
"LESS_THAN_OR_EQUAL_TO",
|
1621
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
1622
|
+
"EQUAL_TO",
|
1623
|
+
"NOT_EQUAL_TO",
|
1624
|
+
"ADDITION",
|
1625
|
+
"MULTIPLICATION",
|
1626
|
+
"DIVISION",
|
1627
|
+
"SUBTRACTION",
|
1628
|
+
"MASK_ALL",
|
1629
|
+
"MASK_FIRST_N",
|
1630
|
+
"MASK_LAST_N",
|
1631
|
+
"VALIDATE_NON_NULL",
|
1632
|
+
"VALIDATE_NON_ZERO",
|
1633
|
+
"VALIDATE_NON_NEGATIVE",
|
1634
|
+
"VALIDATE_NUMERIC",
|
1635
|
+
"NO_OP"
|
1636
|
+
]
|
1637
|
+
},
|
1638
|
+
"SalesforceConnectorProfileCredentials":{
|
1639
|
+
"type":"structure",
|
1640
|
+
"members":{
|
1641
|
+
"accessToken":{"shape":"AccessToken"},
|
1642
|
+
"refreshToken":{"shape":"RefreshToken"},
|
1643
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1644
|
+
}
|
1645
|
+
},
|
1646
|
+
"SalesforceConnectorProfileProperties":{
|
1647
|
+
"type":"structure",
|
1648
|
+
"members":{
|
1649
|
+
"instanceUrl":{"shape":"InstanceUrl"},
|
1650
|
+
"isSandboxEnvironment":{"shape":"Boolean"}
|
1651
|
+
}
|
1652
|
+
},
|
1653
|
+
"SalesforceDestinationProperties":{
|
1654
|
+
"type":"structure",
|
1655
|
+
"required":["object"],
|
1656
|
+
"members":{
|
1657
|
+
"object":{"shape":"Object"},
|
1658
|
+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
|
1659
|
+
}
|
1660
|
+
},
|
1661
|
+
"SalesforceMetadata":{
|
1662
|
+
"type":"structure",
|
1663
|
+
"members":{
|
1664
|
+
"oAuthScopes":{"shape":"OAuthScopeList"}
|
1665
|
+
}
|
1666
|
+
},
|
1667
|
+
"SalesforceSourceProperties":{
|
1668
|
+
"type":"structure",
|
1669
|
+
"required":["object"],
|
1670
|
+
"members":{
|
1671
|
+
"object":{"shape":"Object"},
|
1672
|
+
"enableDynamicFieldUpdate":{"shape":"Boolean"},
|
1673
|
+
"includeDeletedRecords":{"shape":"Boolean"}
|
1674
|
+
}
|
1675
|
+
},
|
1676
|
+
"ScheduleExpression":{
|
1677
|
+
"type":"string",
|
1678
|
+
"max":256,
|
1679
|
+
"pattern":".*"
|
1680
|
+
},
|
1681
|
+
"ScheduleFrequencyType":{
|
1682
|
+
"type":"string",
|
1683
|
+
"enum":[
|
1684
|
+
"BYMINUTE",
|
1685
|
+
"HOURLY",
|
1686
|
+
"DAILY",
|
1687
|
+
"WEEKLY",
|
1688
|
+
"MONTHLY",
|
1689
|
+
"ONCE"
|
1690
|
+
]
|
1691
|
+
},
|
1692
|
+
"ScheduledTriggerProperties":{
|
1693
|
+
"type":"structure",
|
1694
|
+
"required":["scheduleExpression"],
|
1695
|
+
"members":{
|
1696
|
+
"scheduleExpression":{"shape":"ScheduleExpression"},
|
1697
|
+
"dataPullMode":{"shape":"DataPullMode"},
|
1698
|
+
"scheduleStartTime":{"shape":"Date"},
|
1699
|
+
"scheduleEndTime":{"shape":"Date"},
|
1700
|
+
"timezone":{"shape":"Timezone"}
|
1701
|
+
}
|
1702
|
+
},
|
1703
|
+
"SchedulingFrequencyTypeList":{
|
1704
|
+
"type":"list",
|
1705
|
+
"member":{"shape":"ScheduleFrequencyType"}
|
1706
|
+
},
|
1707
|
+
"SecretKey":{
|
1708
|
+
"type":"string",
|
1709
|
+
"max":256,
|
1710
|
+
"pattern":"\\S+",
|
1711
|
+
"sensitive":true
|
1712
|
+
},
|
1713
|
+
"ServiceNowConnectorOperator":{
|
1714
|
+
"type":"string",
|
1715
|
+
"enum":[
|
1716
|
+
"PROJECTION",
|
1717
|
+
"CONTAINS",
|
1718
|
+
"LESS_THAN",
|
1719
|
+
"GREATER_THAN",
|
1720
|
+
"BETWEEN",
|
1721
|
+
"LESS_THAN_OR_EQUAL_TO",
|
1722
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
1723
|
+
"EQUAL_TO",
|
1724
|
+
"NOT_EQUAL_TO",
|
1725
|
+
"ADDITION",
|
1726
|
+
"MULTIPLICATION",
|
1727
|
+
"DIVISION",
|
1728
|
+
"SUBTRACTION",
|
1729
|
+
"MASK_ALL",
|
1730
|
+
"MASK_FIRST_N",
|
1731
|
+
"MASK_LAST_N",
|
1732
|
+
"VALIDATE_NON_NULL",
|
1733
|
+
"VALIDATE_NON_ZERO",
|
1734
|
+
"VALIDATE_NON_NEGATIVE",
|
1735
|
+
"VALIDATE_NUMERIC",
|
1736
|
+
"NO_OP"
|
1737
|
+
]
|
1738
|
+
},
|
1739
|
+
"ServiceNowConnectorProfileCredentials":{
|
1740
|
+
"type":"structure",
|
1741
|
+
"required":[
|
1742
|
+
"username",
|
1743
|
+
"password"
|
1744
|
+
],
|
1745
|
+
"members":{
|
1746
|
+
"username":{"shape":"Username"},
|
1747
|
+
"password":{"shape":"Password"}
|
1748
|
+
}
|
1749
|
+
},
|
1750
|
+
"ServiceNowConnectorProfileProperties":{
|
1751
|
+
"type":"structure",
|
1752
|
+
"required":["instanceUrl"],
|
1753
|
+
"members":{
|
1754
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
1755
|
+
}
|
1756
|
+
},
|
1757
|
+
"ServiceNowMetadata":{
|
1758
|
+
"type":"structure",
|
1759
|
+
"members":{
|
1760
|
+
}
|
1761
|
+
},
|
1762
|
+
"ServiceNowSourceProperties":{
|
1763
|
+
"type":"structure",
|
1764
|
+
"required":["object"],
|
1765
|
+
"members":{
|
1766
|
+
"object":{"shape":"Object"}
|
1767
|
+
}
|
1768
|
+
},
|
1769
|
+
"ServiceQuotaExceededException":{
|
1770
|
+
"type":"structure",
|
1771
|
+
"members":{
|
1772
|
+
"message":{"shape":"ErrorMessage"}
|
1773
|
+
},
|
1774
|
+
"error":{"httpStatusCode":402},
|
1775
|
+
"exception":true
|
1776
|
+
},
|
1777
|
+
"SingularConnectorOperator":{
|
1778
|
+
"type":"string",
|
1779
|
+
"enum":[
|
1780
|
+
"PROJECTION",
|
1781
|
+
"EQUAL_TO",
|
1782
|
+
"ADDITION",
|
1783
|
+
"MULTIPLICATION",
|
1784
|
+
"DIVISION",
|
1785
|
+
"SUBTRACTION",
|
1786
|
+
"MASK_ALL",
|
1787
|
+
"MASK_FIRST_N",
|
1788
|
+
"MASK_LAST_N",
|
1789
|
+
"VALIDATE_NON_NULL",
|
1790
|
+
"VALIDATE_NON_ZERO",
|
1791
|
+
"VALIDATE_NON_NEGATIVE",
|
1792
|
+
"VALIDATE_NUMERIC",
|
1793
|
+
"NO_OP"
|
1794
|
+
]
|
1795
|
+
},
|
1796
|
+
"SingularConnectorProfileCredentials":{
|
1797
|
+
"type":"structure",
|
1798
|
+
"required":["apiKey"],
|
1799
|
+
"members":{
|
1800
|
+
"apiKey":{"shape":"ApiKey"}
|
1801
|
+
}
|
1802
|
+
},
|
1803
|
+
"SingularConnectorProfileProperties":{
|
1804
|
+
"type":"structure",
|
1805
|
+
"members":{
|
1806
|
+
}
|
1807
|
+
},
|
1808
|
+
"SingularMetadata":{
|
1809
|
+
"type":"structure",
|
1810
|
+
"members":{
|
1811
|
+
}
|
1812
|
+
},
|
1813
|
+
"SingularSourceProperties":{
|
1814
|
+
"type":"structure",
|
1815
|
+
"required":["object"],
|
1816
|
+
"members":{
|
1817
|
+
"object":{"shape":"Object"}
|
1818
|
+
}
|
1819
|
+
},
|
1820
|
+
"SlackConnectorOperator":{
|
1821
|
+
"type":"string",
|
1822
|
+
"enum":[
|
1823
|
+
"PROJECTION",
|
1824
|
+
"LESS_THAN",
|
1825
|
+
"GREATER_THAN",
|
1826
|
+
"BETWEEN",
|
1827
|
+
"LESS_THAN_OR_EQUAL_TO",
|
1828
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
1829
|
+
"EQUAL_TO",
|
1830
|
+
"ADDITION",
|
1831
|
+
"MULTIPLICATION",
|
1832
|
+
"DIVISION",
|
1833
|
+
"SUBTRACTION",
|
1834
|
+
"MASK_ALL",
|
1835
|
+
"MASK_FIRST_N",
|
1836
|
+
"MASK_LAST_N",
|
1837
|
+
"VALIDATE_NON_NULL",
|
1838
|
+
"VALIDATE_NON_ZERO",
|
1839
|
+
"VALIDATE_NON_NEGATIVE",
|
1840
|
+
"VALIDATE_NUMERIC",
|
1841
|
+
"NO_OP"
|
1842
|
+
]
|
1843
|
+
},
|
1844
|
+
"SlackConnectorProfileCredentials":{
|
1845
|
+
"type":"structure",
|
1846
|
+
"required":[
|
1847
|
+
"clientId",
|
1848
|
+
"clientSecret"
|
1849
|
+
],
|
1850
|
+
"members":{
|
1851
|
+
"clientId":{"shape":"ClientId"},
|
1852
|
+
"clientSecret":{"shape":"ClientSecret"},
|
1853
|
+
"accessToken":{"shape":"AccessToken"},
|
1854
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1855
|
+
}
|
1856
|
+
},
|
1857
|
+
"SlackConnectorProfileProperties":{
|
1858
|
+
"type":"structure",
|
1859
|
+
"required":["instanceUrl"],
|
1860
|
+
"members":{
|
1861
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
1862
|
+
}
|
1863
|
+
},
|
1864
|
+
"SlackMetadata":{
|
1865
|
+
"type":"structure",
|
1866
|
+
"members":{
|
1867
|
+
"oAuthScopes":{"shape":"OAuthScopeList"}
|
1868
|
+
}
|
1869
|
+
},
|
1870
|
+
"SlackSourceProperties":{
|
1871
|
+
"type":"structure",
|
1872
|
+
"required":["object"],
|
1873
|
+
"members":{
|
1874
|
+
"object":{"shape":"Object"}
|
1875
|
+
}
|
1876
|
+
},
|
1877
|
+
"SnowflakeConnectorProfileCredentials":{
|
1878
|
+
"type":"structure",
|
1879
|
+
"required":[
|
1880
|
+
"username",
|
1881
|
+
"password"
|
1882
|
+
],
|
1883
|
+
"members":{
|
1884
|
+
"username":{"shape":"Username"},
|
1885
|
+
"password":{"shape":"Password"}
|
1886
|
+
}
|
1887
|
+
},
|
1888
|
+
"SnowflakeConnectorProfileProperties":{
|
1889
|
+
"type":"structure",
|
1890
|
+
"required":[
|
1891
|
+
"warehouse",
|
1892
|
+
"stage",
|
1893
|
+
"bucketName"
|
1894
|
+
],
|
1895
|
+
"members":{
|
1896
|
+
"warehouse":{"shape":"Warehouse"},
|
1897
|
+
"stage":{"shape":"Stage"},
|
1898
|
+
"bucketName":{"shape":"BucketName"},
|
1899
|
+
"bucketPrefix":{"shape":"BucketPrefix"},
|
1900
|
+
"privateLinkServiceName":{"shape":"PrivateLinkServiceName"},
|
1901
|
+
"accountName":{"shape":"AccountName"},
|
1902
|
+
"region":{"shape":"Region"}
|
1903
|
+
}
|
1904
|
+
},
|
1905
|
+
"SnowflakeDestinationProperties":{
|
1906
|
+
"type":"structure",
|
1907
|
+
"required":[
|
1908
|
+
"object",
|
1909
|
+
"intermediateBucketName"
|
1910
|
+
],
|
1911
|
+
"members":{
|
1912
|
+
"object":{"shape":"Object"},
|
1913
|
+
"intermediateBucketName":{"shape":"BucketName"},
|
1914
|
+
"bucketPrefix":{"shape":"BucketPrefix"},
|
1915
|
+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
|
1916
|
+
}
|
1917
|
+
},
|
1918
|
+
"SnowflakeMetadata":{
|
1919
|
+
"type":"structure",
|
1920
|
+
"members":{
|
1921
|
+
"supportedRegions":{"shape":"RegionList"}
|
1922
|
+
}
|
1923
|
+
},
|
1924
|
+
"SourceConnectorProperties":{
|
1925
|
+
"type":"structure",
|
1926
|
+
"members":{
|
1927
|
+
"Amplitude":{"shape":"AmplitudeSourceProperties"},
|
1928
|
+
"Datadog":{"shape":"DatadogSourceProperties"},
|
1929
|
+
"Dynatrace":{"shape":"DynatraceSourceProperties"},
|
1930
|
+
"GoogleAnalytics":{"shape":"GoogleAnalyticsSourceProperties"},
|
1931
|
+
"InforNexus":{"shape":"InforNexusSourceProperties"},
|
1932
|
+
"Marketo":{"shape":"MarketoSourceProperties"},
|
1933
|
+
"S3":{"shape":"S3SourceProperties"},
|
1934
|
+
"Salesforce":{"shape":"SalesforceSourceProperties"},
|
1935
|
+
"ServiceNow":{"shape":"ServiceNowSourceProperties"},
|
1936
|
+
"Singular":{"shape":"SingularSourceProperties"},
|
1937
|
+
"Slack":{"shape":"SlackSourceProperties"},
|
1938
|
+
"Trendmicro":{"shape":"TrendmicroSourceProperties"},
|
1939
|
+
"Veeva":{"shape":"VeevaSourceProperties"},
|
1940
|
+
"Zendesk":{"shape":"ZendeskSourceProperties"}
|
1941
|
+
}
|
1942
|
+
},
|
1943
|
+
"SourceFieldProperties":{
|
1944
|
+
"type":"structure",
|
1945
|
+
"members":{
|
1946
|
+
"isRetrievable":{"shape":"Boolean"},
|
1947
|
+
"isQueryable":{"shape":"Boolean"}
|
1948
|
+
}
|
1949
|
+
},
|
1950
|
+
"SourceFields":{
|
1951
|
+
"type":"list",
|
1952
|
+
"member":{"shape":"String"}
|
1953
|
+
},
|
1954
|
+
"SourceFlowConfig":{
|
1955
|
+
"type":"structure",
|
1956
|
+
"required":[
|
1957
|
+
"connectorType",
|
1958
|
+
"sourceConnectorProperties"
|
1959
|
+
],
|
1960
|
+
"members":{
|
1961
|
+
"connectorType":{"shape":"ConnectorType"},
|
1962
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
1963
|
+
"sourceConnectorProperties":{"shape":"SourceConnectorProperties"}
|
1964
|
+
}
|
1965
|
+
},
|
1966
|
+
"Stage":{
|
1967
|
+
"type":"string",
|
1968
|
+
"max":512,
|
1969
|
+
"pattern":"\\S+"
|
1970
|
+
},
|
1971
|
+
"StartFlowRequest":{
|
1972
|
+
"type":"structure",
|
1973
|
+
"required":["flowName"],
|
1974
|
+
"members":{
|
1975
|
+
"flowName":{"shape":"FlowName"}
|
1976
|
+
}
|
1977
|
+
},
|
1978
|
+
"StartFlowResponse":{
|
1979
|
+
"type":"structure",
|
1980
|
+
"members":{
|
1981
|
+
"flowArn":{"shape":"FlowArn"},
|
1982
|
+
"flowStatus":{"shape":"FlowStatus"}
|
1983
|
+
}
|
1984
|
+
},
|
1985
|
+
"StopFlowRequest":{
|
1986
|
+
"type":"structure",
|
1987
|
+
"required":["flowName"],
|
1988
|
+
"members":{
|
1989
|
+
"flowName":{"shape":"FlowName"}
|
1990
|
+
}
|
1991
|
+
},
|
1992
|
+
"StopFlowResponse":{
|
1993
|
+
"type":"structure",
|
1994
|
+
"members":{
|
1995
|
+
"flowArn":{"shape":"FlowArn"},
|
1996
|
+
"flowStatus":{"shape":"FlowStatus"}
|
1997
|
+
}
|
1998
|
+
},
|
1999
|
+
"String":{
|
2000
|
+
"type":"string",
|
2001
|
+
"max":2048,
|
2002
|
+
"pattern":".*"
|
2003
|
+
},
|
2004
|
+
"SupportedFieldTypeDetails":{
|
2005
|
+
"type":"structure",
|
2006
|
+
"required":["v1"],
|
2007
|
+
"members":{
|
2008
|
+
"v1":{"shape":"FieldTypeDetails"}
|
2009
|
+
}
|
2010
|
+
},
|
2011
|
+
"SupportedValueList":{
|
2012
|
+
"type":"list",
|
2013
|
+
"member":{"shape":"Value"}
|
2014
|
+
},
|
2015
|
+
"TagKey":{
|
2016
|
+
"type":"string",
|
2017
|
+
"max":128,
|
2018
|
+
"min":1,
|
2019
|
+
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
|
2020
|
+
},
|
2021
|
+
"TagKeyList":{
|
2022
|
+
"type":"list",
|
2023
|
+
"member":{"shape":"TagKey"},
|
2024
|
+
"max":50,
|
2025
|
+
"min":0
|
2026
|
+
},
|
2027
|
+
"TagMap":{
|
2028
|
+
"type":"map",
|
2029
|
+
"key":{"shape":"TagKey"},
|
2030
|
+
"value":{"shape":"TagValue"},
|
2031
|
+
"max":50,
|
2032
|
+
"min":0
|
2033
|
+
},
|
2034
|
+
"TagResourceRequest":{
|
2035
|
+
"type":"structure",
|
2036
|
+
"required":[
|
2037
|
+
"resourceArn",
|
2038
|
+
"tags"
|
2039
|
+
],
|
2040
|
+
"members":{
|
2041
|
+
"resourceArn":{
|
2042
|
+
"shape":"ARN",
|
2043
|
+
"location":"uri",
|
2044
|
+
"locationName":"resourceArn"
|
2045
|
+
},
|
2046
|
+
"tags":{"shape":"TagMap"}
|
2047
|
+
}
|
2048
|
+
},
|
2049
|
+
"TagResourceResponse":{
|
2050
|
+
"type":"structure",
|
2051
|
+
"members":{
|
2052
|
+
}
|
2053
|
+
},
|
2054
|
+
"TagValue":{
|
2055
|
+
"type":"string",
|
2056
|
+
"max":256,
|
2057
|
+
"pattern":"[\\s\\w+-=\\.:/@]*"
|
2058
|
+
},
|
2059
|
+
"Task":{
|
2060
|
+
"type":"structure",
|
2061
|
+
"required":[
|
2062
|
+
"sourceFields",
|
2063
|
+
"taskType"
|
2064
|
+
],
|
2065
|
+
"members":{
|
2066
|
+
"sourceFields":{"shape":"SourceFields"},
|
2067
|
+
"connectorOperator":{"shape":"ConnectorOperator"},
|
2068
|
+
"destinationField":{"shape":"DestinationField"},
|
2069
|
+
"taskType":{"shape":"TaskType"},
|
2070
|
+
"taskProperties":{"shape":"TaskPropertiesMap"}
|
2071
|
+
}
|
2072
|
+
},
|
2073
|
+
"TaskPropertiesMap":{
|
2074
|
+
"type":"map",
|
2075
|
+
"key":{"shape":"OperatorPropertiesKeys"},
|
2076
|
+
"value":{"shape":"Property"}
|
2077
|
+
},
|
2078
|
+
"TaskType":{
|
2079
|
+
"type":"string",
|
2080
|
+
"enum":[
|
2081
|
+
"Arithmetic",
|
2082
|
+
"Filter",
|
2083
|
+
"Map",
|
2084
|
+
"Mask",
|
2085
|
+
"Merge",
|
2086
|
+
"Truncate",
|
2087
|
+
"Validate"
|
2088
|
+
]
|
2089
|
+
},
|
2090
|
+
"Tasks":{
|
2091
|
+
"type":"list",
|
2092
|
+
"member":{"shape":"Task"}
|
2093
|
+
},
|
2094
|
+
"Timezone":{
|
2095
|
+
"type":"string",
|
2096
|
+
"max":256
|
2097
|
+
},
|
2098
|
+
"TrendmicroConnectorOperator":{
|
2099
|
+
"type":"string",
|
2100
|
+
"enum":[
|
2101
|
+
"PROJECTION",
|
2102
|
+
"EQUAL_TO",
|
2103
|
+
"ADDITION",
|
2104
|
+
"MULTIPLICATION",
|
2105
|
+
"DIVISION",
|
2106
|
+
"SUBTRACTION",
|
2107
|
+
"MASK_ALL",
|
2108
|
+
"MASK_FIRST_N",
|
2109
|
+
"MASK_LAST_N",
|
2110
|
+
"VALIDATE_NON_NULL",
|
2111
|
+
"VALIDATE_NON_ZERO",
|
2112
|
+
"VALIDATE_NON_NEGATIVE",
|
2113
|
+
"VALIDATE_NUMERIC",
|
2114
|
+
"NO_OP"
|
2115
|
+
]
|
2116
|
+
},
|
2117
|
+
"TrendmicroConnectorProfileCredentials":{
|
2118
|
+
"type":"structure",
|
2119
|
+
"required":["apiSecretKey"],
|
2120
|
+
"members":{
|
2121
|
+
"apiSecretKey":{"shape":"ApiSecretKey"}
|
2122
|
+
}
|
2123
|
+
},
|
2124
|
+
"TrendmicroConnectorProfileProperties":{
|
2125
|
+
"type":"structure",
|
2126
|
+
"members":{
|
2127
|
+
}
|
2128
|
+
},
|
2129
|
+
"TrendmicroMetadata":{
|
2130
|
+
"type":"structure",
|
2131
|
+
"members":{
|
2132
|
+
}
|
2133
|
+
},
|
2134
|
+
"TrendmicroSourceProperties":{
|
2135
|
+
"type":"structure",
|
2136
|
+
"required":["object"],
|
2137
|
+
"members":{
|
2138
|
+
"object":{"shape":"Object"}
|
2139
|
+
}
|
2140
|
+
},
|
2141
|
+
"TriggerConfig":{
|
2142
|
+
"type":"structure",
|
2143
|
+
"required":["triggerType"],
|
2144
|
+
"members":{
|
2145
|
+
"triggerType":{"shape":"TriggerType"},
|
2146
|
+
"triggerProperties":{"shape":"TriggerProperties"}
|
2147
|
+
}
|
2148
|
+
},
|
2149
|
+
"TriggerProperties":{
|
2150
|
+
"type":"structure",
|
2151
|
+
"members":{
|
2152
|
+
"Scheduled":{"shape":"ScheduledTriggerProperties"}
|
2153
|
+
}
|
2154
|
+
},
|
2155
|
+
"TriggerType":{
|
2156
|
+
"type":"string",
|
2157
|
+
"enum":[
|
2158
|
+
"Scheduled",
|
2159
|
+
"Event",
|
2160
|
+
"OnDemand"
|
2161
|
+
]
|
2162
|
+
},
|
2163
|
+
"TriggerTypeList":{
|
2164
|
+
"type":"list",
|
2165
|
+
"member":{"shape":"TriggerType"}
|
2166
|
+
},
|
2167
|
+
"UnsupportedOperationException":{
|
2168
|
+
"type":"structure",
|
2169
|
+
"members":{
|
2170
|
+
"message":{"shape":"ErrorMessage"}
|
2171
|
+
},
|
2172
|
+
"error":{"httpStatusCode":400},
|
2173
|
+
"exception":true
|
2174
|
+
},
|
2175
|
+
"UntagResourceRequest":{
|
2176
|
+
"type":"structure",
|
2177
|
+
"required":[
|
2178
|
+
"resourceArn",
|
2179
|
+
"tagKeys"
|
2180
|
+
],
|
2181
|
+
"members":{
|
2182
|
+
"resourceArn":{
|
2183
|
+
"shape":"ARN",
|
2184
|
+
"location":"uri",
|
2185
|
+
"locationName":"resourceArn"
|
2186
|
+
},
|
2187
|
+
"tagKeys":{
|
2188
|
+
"shape":"TagKeyList",
|
2189
|
+
"location":"querystring",
|
2190
|
+
"locationName":"tagKeys"
|
2191
|
+
}
|
2192
|
+
}
|
2193
|
+
},
|
2194
|
+
"UntagResourceResponse":{
|
2195
|
+
"type":"structure",
|
2196
|
+
"members":{
|
2197
|
+
}
|
2198
|
+
},
|
2199
|
+
"UpdateConnectorProfileRequest":{
|
2200
|
+
"type":"structure",
|
2201
|
+
"required":[
|
2202
|
+
"connectorProfileName",
|
2203
|
+
"connectionMode",
|
2204
|
+
"connectorProfileConfig"
|
2205
|
+
],
|
2206
|
+
"members":{
|
2207
|
+
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
2208
|
+
"connectionMode":{"shape":"ConnectionMode"},
|
2209
|
+
"connectorProfileConfig":{"shape":"ConnectorProfileConfig"}
|
2210
|
+
}
|
2211
|
+
},
|
2212
|
+
"UpdateConnectorProfileResponse":{
|
2213
|
+
"type":"structure",
|
2214
|
+
"members":{
|
2215
|
+
"connectorProfileArn":{"shape":"ConnectorProfileArn"}
|
2216
|
+
}
|
2217
|
+
},
|
2218
|
+
"UpdateFlowRequest":{
|
2219
|
+
"type":"structure",
|
2220
|
+
"required":[
|
2221
|
+
"flowName",
|
2222
|
+
"triggerConfig",
|
2223
|
+
"destinationFlowConfigList",
|
2224
|
+
"tasks"
|
2225
|
+
],
|
2226
|
+
"members":{
|
2227
|
+
"flowName":{"shape":"FlowName"},
|
2228
|
+
"description":{"shape":"FlowDescription"},
|
2229
|
+
"triggerConfig":{"shape":"TriggerConfig"},
|
2230
|
+
"sourceFlowConfig":{"shape":"SourceFlowConfig"},
|
2231
|
+
"destinationFlowConfigList":{"shape":"DestinationFlowConfigList"},
|
2232
|
+
"tasks":{"shape":"Tasks"}
|
2233
|
+
}
|
2234
|
+
},
|
2235
|
+
"UpdateFlowResponse":{
|
2236
|
+
"type":"structure",
|
2237
|
+
"members":{
|
2238
|
+
"flowStatus":{"shape":"FlowStatus"}
|
2239
|
+
}
|
2240
|
+
},
|
2241
|
+
"UpdatedBy":{
|
2242
|
+
"type":"string",
|
2243
|
+
"max":256,
|
2244
|
+
"pattern":"\\S+"
|
2245
|
+
},
|
2246
|
+
"Username":{
|
2247
|
+
"type":"string",
|
2248
|
+
"max":512,
|
2249
|
+
"pattern":"\\S+"
|
2250
|
+
},
|
2251
|
+
"ValidationException":{
|
2252
|
+
"type":"structure",
|
2253
|
+
"members":{
|
2254
|
+
"message":{"shape":"ErrorMessage"}
|
2255
|
+
},
|
2256
|
+
"error":{"httpStatusCode":400},
|
2257
|
+
"exception":true
|
2258
|
+
},
|
2259
|
+
"Value":{
|
2260
|
+
"type":"string",
|
2261
|
+
"max":128,
|
2262
|
+
"pattern":"\\S+"
|
2263
|
+
},
|
2264
|
+
"VeevaConnectorOperator":{
|
2265
|
+
"type":"string",
|
2266
|
+
"enum":[
|
2267
|
+
"PROJECTION",
|
2268
|
+
"LESS_THAN",
|
2269
|
+
"GREATER_THAN",
|
2270
|
+
"CONTAINS",
|
2271
|
+
"BETWEEN",
|
2272
|
+
"LESS_THAN_OR_EQUAL_TO",
|
2273
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
2274
|
+
"EQUAL_TO",
|
2275
|
+
"NOT_EQUAL_TO",
|
2276
|
+
"ADDITION",
|
2277
|
+
"MULTIPLICATION",
|
2278
|
+
"DIVISION",
|
2279
|
+
"SUBTRACTION",
|
2280
|
+
"MASK_ALL",
|
2281
|
+
"MASK_FIRST_N",
|
2282
|
+
"MASK_LAST_N",
|
2283
|
+
"VALIDATE_NON_NULL",
|
2284
|
+
"VALIDATE_NON_ZERO",
|
2285
|
+
"VALIDATE_NON_NEGATIVE",
|
2286
|
+
"VALIDATE_NUMERIC",
|
2287
|
+
"NO_OP"
|
2288
|
+
]
|
2289
|
+
},
|
2290
|
+
"VeevaConnectorProfileCredentials":{
|
2291
|
+
"type":"structure",
|
2292
|
+
"required":[
|
2293
|
+
"username",
|
2294
|
+
"password"
|
2295
|
+
],
|
2296
|
+
"members":{
|
2297
|
+
"username":{"shape":"Username"},
|
2298
|
+
"password":{"shape":"Password"}
|
2299
|
+
}
|
2300
|
+
},
|
2301
|
+
"VeevaConnectorProfileProperties":{
|
2302
|
+
"type":"structure",
|
2303
|
+
"required":["instanceUrl"],
|
2304
|
+
"members":{
|
2305
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
2306
|
+
}
|
2307
|
+
},
|
2308
|
+
"VeevaMetadata":{
|
2309
|
+
"type":"structure",
|
2310
|
+
"members":{
|
2311
|
+
}
|
2312
|
+
},
|
2313
|
+
"VeevaSourceProperties":{
|
2314
|
+
"type":"structure",
|
2315
|
+
"required":["object"],
|
2316
|
+
"members":{
|
2317
|
+
"object":{"shape":"Object"}
|
2318
|
+
}
|
2319
|
+
},
|
2320
|
+
"Warehouse":{
|
2321
|
+
"type":"string",
|
2322
|
+
"max":512,
|
2323
|
+
"pattern":"[\\s\\w/!@#+=.-]*"
|
2324
|
+
},
|
2325
|
+
"ZendeskConnectorOperator":{
|
2326
|
+
"type":"string",
|
2327
|
+
"enum":[
|
2328
|
+
"PROJECTION",
|
2329
|
+
"GREATER_THAN",
|
2330
|
+
"ADDITION",
|
2331
|
+
"MULTIPLICATION",
|
2332
|
+
"DIVISION",
|
2333
|
+
"SUBTRACTION",
|
2334
|
+
"MASK_ALL",
|
2335
|
+
"MASK_FIRST_N",
|
2336
|
+
"MASK_LAST_N",
|
2337
|
+
"VALIDATE_NON_NULL",
|
2338
|
+
"VALIDATE_NON_ZERO",
|
2339
|
+
"VALIDATE_NON_NEGATIVE",
|
2340
|
+
"VALIDATE_NUMERIC",
|
2341
|
+
"NO_OP"
|
2342
|
+
]
|
2343
|
+
},
|
2344
|
+
"ZendeskConnectorProfileCredentials":{
|
2345
|
+
"type":"structure",
|
2346
|
+
"required":[
|
2347
|
+
"clientId",
|
2348
|
+
"clientSecret"
|
2349
|
+
],
|
2350
|
+
"members":{
|
2351
|
+
"clientId":{"shape":"ClientId"},
|
2352
|
+
"clientSecret":{"shape":"ClientSecret"},
|
2353
|
+
"accessToken":{"shape":"AccessToken"},
|
2354
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
2355
|
+
}
|
2356
|
+
},
|
2357
|
+
"ZendeskConnectorProfileProperties":{
|
2358
|
+
"type":"structure",
|
2359
|
+
"required":["instanceUrl"],
|
2360
|
+
"members":{
|
2361
|
+
"instanceUrl":{"shape":"InstanceUrl"}
|
2362
|
+
}
|
2363
|
+
},
|
2364
|
+
"ZendeskMetadata":{
|
2365
|
+
"type":"structure",
|
2366
|
+
"members":{
|
2367
|
+
"oAuthScopes":{"shape":"OAuthScopeList"}
|
2368
|
+
}
|
2369
|
+
},
|
2370
|
+
"ZendeskSourceProperties":{
|
2371
|
+
"type":"structure",
|
2372
|
+
"required":["object"],
|
2373
|
+
"members":{
|
2374
|
+
"object":{"shape":"Object"}
|
2375
|
+
}
|
2376
|
+
}
|
2377
|
+
}
|
2378
|
+
}
|