forked from awslabs/aws-sdk-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappflow.json
11687 lines (11687 loc) · 519 KB
/
appflow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"smithy": "2.0",
"metadata": {
"suppressions": [
{
"id": "HttpMethodSemantics",
"namespace": "*"
},
{
"id": "HttpResponseCodeSemantics",
"namespace": "*"
},
{
"id": "PaginatedTrait",
"namespace": "*"
},
{
"id": "HttpHeaderTrait",
"namespace": "*"
},
{
"id": "HttpUriConflict",
"namespace": "*"
},
{
"id": "Service",
"namespace": "*"
}
]
},
"shapes": {
"com.amazonaws.appflow#ARN": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^arn:aws:.*:.*:[0-9]+:"
}
},
"com.amazonaws.appflow#AccessDeniedException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.appflow#ErrorMessage"
}
},
"traits": {
"smithy.api#documentation": "<p>AppFlow/Requester has invalid or missing permissions.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 403
}
},
"com.amazonaws.appflow#AccessKeyId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^\\S+$",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#AccessToken": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 4096
},
"smithy.api#pattern": "^\\S+$",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#AccountName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#AggregationConfig": {
"type": "structure",
"members": {
"aggregationType": {
"target": "com.amazonaws.appflow#AggregationType",
"traits": {
"smithy.api#documentation": "<p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or\n leave them unaggregated. </p>"
}
},
"targetFileSize": {
"target": "com.amazonaws.appflow#Long",
"traits": {
"smithy.api#documentation": "<p>The desired file size, in MB, for each output file that Amazon AppFlow writes to the\n flow destination. For each file, Amazon AppFlow attempts to achieve the size that you\n specify. The actual file sizes might differ from this target based on the number and size of\n the records that each file contains.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> The aggregation settings that you can use to customize the output format of your flow\n data. </p>"
}
},
"com.amazonaws.appflow#AggregationType": {
"type": "enum",
"members": {
"NONE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "None"
}
},
"SINGLE_FILE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SingleFile"
}
}
}
},
"com.amazonaws.appflow#AmplitudeConnectorOperator": {
"type": "enum",
"members": {
"BETWEEN": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "BETWEEN"
}
}
}
},
"com.amazonaws.appflow#AmplitudeConnectorProfileCredentials": {
"type": "structure",
"members": {
"apiKey": {
"target": "com.amazonaws.appflow#ApiKey",
"traits": {
"smithy.api#documentation": "<p> A unique alphanumeric identifier used to authenticate a user, developer, or calling\n program to your API. </p>",
"smithy.api#required": {}
}
},
"secretKey": {
"target": "com.amazonaws.appflow#SecretKey",
"traits": {
"smithy.api#documentation": "<p> The Secret Access Key portion of the credentials. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p> The connector-specific credentials required when using Amplitude. </p>"
}
},
"com.amazonaws.appflow#AmplitudeConnectorProfileProperties": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#documentation": "<p> The connector-specific profile properties required when using Amplitude. </p>"
}
},
"com.amazonaws.appflow#AmplitudeMetadata": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#documentation": "<p> The connector metadata specific to Amplitude. </p>"
}
},
"com.amazonaws.appflow#AmplitudeSourceProperties": {
"type": "structure",
"members": {
"object": {
"target": "com.amazonaws.appflow#Object",
"traits": {
"smithy.api#documentation": "<p> The object specified in the Amplitude flow source. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p> The properties that are applied when Amplitude is being used as a source. </p>"
}
},
"com.amazonaws.appflow#ApiKey": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^\\S+$",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#ApiKeyCredentials": {
"type": "structure",
"members": {
"apiKey": {
"target": "com.amazonaws.appflow#ApiKey",
"traits": {
"smithy.api#documentation": "<p>The API key required for API key authentication.</p>",
"smithy.api#required": {}
}
},
"apiSecretKey": {
"target": "com.amazonaws.appflow#ApiSecretKey",
"traits": {
"smithy.api#documentation": "<p>The API secret key required for API key authentication.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The API key credentials required for API key authentication.</p>"
}
},
"com.amazonaws.appflow#ApiSecretKey": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^\\S+$",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#ApiToken": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#ApiVersion": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#ApplicationHostUrl": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$"
}
},
"com.amazonaws.appflow#ApplicationKey": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#ApplicationServicePath": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#ApplicationType": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#AuthCode": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 4096
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#AuthCodeUrl": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$"
}
},
"com.amazonaws.appflow#AuthCodeUrlList": {
"type": "list",
"member": {
"target": "com.amazonaws.appflow#AuthCodeUrl"
}
},
"com.amazonaws.appflow#AuthParameter": {
"type": "structure",
"members": {
"key": {
"target": "com.amazonaws.appflow#Key",
"traits": {
"smithy.api#documentation": "<p>The authentication key required to authenticate with the connector.</p>"
}
},
"isRequired": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether this authentication parameter is required.</p>"
}
},
"label": {
"target": "com.amazonaws.appflow#Label",
"traits": {
"smithy.api#documentation": "<p>Label used for authentication parameter.</p>"
}
},
"description": {
"target": "com.amazonaws.appflow#Description",
"traits": {
"smithy.api#documentation": "<p>A description about the authentication parameter.</p>"
}
},
"isSensitiveField": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether this authentication parameter is a sensitive field.</p>"
}
},
"connectorSuppliedValues": {
"target": "com.amazonaws.appflow#ConnectorSuppliedValueList",
"traits": {
"smithy.api#documentation": "<p>Contains default values for this authentication parameter that are supplied by the\n connector.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information about required authentication parameters.</p>"
}
},
"com.amazonaws.appflow#AuthParameterList": {
"type": "list",
"member": {
"target": "com.amazonaws.appflow#AuthParameter"
}
},
"com.amazonaws.appflow#AuthenticationConfig": {
"type": "structure",
"members": {
"isBasicAuthSupported": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether basic authentication is supported by the connector.</p>"
}
},
"isApiKeyAuthSupported": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether API key authentication is supported by the connector</p>"
}
},
"isOAuth2Supported": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether OAuth 2.0 authentication is supported by the connector.</p>"
}
},
"isCustomAuthSupported": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether custom authentication is supported by the connector</p>"
}
},
"oAuth2Defaults": {
"target": "com.amazonaws.appflow#OAuth2Defaults",
"traits": {
"smithy.api#documentation": "<p>Contains the default values required for OAuth 2.0 authentication.</p>"
}
},
"customAuthConfigs": {
"target": "com.amazonaws.appflow#CustomAuthConfigList",
"traits": {
"smithy.api#documentation": "<p>Contains information required for custom authentication.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains information about the authentication config that the connector supports.</p>"
}
},
"com.amazonaws.appflow#AuthenticationType": {
"type": "enum",
"members": {
"OAUTH2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OAUTH2"
}
},
"APIKEY": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "APIKEY"
}
},
"BASIC": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "BASIC"
}
},
"CUSTOM": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CUSTOM"
}
}
}
},
"com.amazonaws.appflow#BasicAuthCredentials": {
"type": "structure",
"members": {
"username": {
"target": "com.amazonaws.appflow#Username",
"traits": {
"smithy.api#documentation": "<p> The username to use to connect to a resource. </p>",
"smithy.api#required": {}
}
},
"password": {
"target": "com.amazonaws.appflow#Password",
"traits": {
"smithy.api#documentation": "<p> The password to use to connect to a resource.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p> The basic auth credentials required for basic authentication. </p>"
}
},
"com.amazonaws.appflow#Boolean": {
"type": "boolean",
"traits": {
"smithy.api#default": false
}
},
"com.amazonaws.appflow#BucketName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 3,
"max": 63
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#BucketPrefix": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": ".*"
}
},
"com.amazonaws.appflow#BusinessUnitId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 18
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#CancelFlowExecutions": {
"type": "operation",
"input": {
"target": "com.amazonaws.appflow#CancelFlowExecutionsRequest"
},
"output": {
"target": "com.amazonaws.appflow#CancelFlowExecutionsResponse"
},
"errors": [
{
"target": "com.amazonaws.appflow#AccessDeniedException"
},
{
"target": "com.amazonaws.appflow#InternalServerException"
},
{
"target": "com.amazonaws.appflow#ResourceNotFoundException"
},
{
"target": "com.amazonaws.appflow#ThrottlingException"
},
{
"target": "com.amazonaws.appflow#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Cancels active runs for a flow.</p>\n <p>You can cancel all of the active runs for a flow, or you can cancel specific runs by\n providing their IDs.</p>\n <p>You can cancel a flow run only when the run is in progress. You can't cancel a run that\n has already completed or failed. You also can't cancel a run that's scheduled to occur but\n hasn't started yet. To prevent a scheduled run, you can deactivate the flow with the\n <code>StopFlow</code> action.</p>\n <p>You cannot resume a run after you cancel it.</p>\n <p>When you send your request, the status for each run becomes <code>CancelStarted</code>.\n When the cancellation completes, the status becomes <code>Canceled</code>.</p>\n <note>\n <p>When you cancel a run, you still incur charges for any data that the run already\n processed before the cancellation. If the run had already written some data to the flow\n destination, then that data remains in the destination. If you configured the flow to use a\n batch API (such as the Salesforce Bulk API 2.0), then the run will finish reading or writing\n its entire batch of data after the cancellation. For these operations, the data processing\n charges for Amazon AppFlow apply. For the pricing information, see <a href=\"http://aws.amazon.com/appflow/pricing/\">Amazon AppFlow pricing</a>.</p>\n </note>",
"smithy.api#http": {
"method": "POST",
"uri": "/cancel-flow-executions",
"code": 200
}
}
},
"com.amazonaws.appflow#CancelFlowExecutionsRequest": {
"type": "structure",
"members": {
"flowName": {
"target": "com.amazonaws.appflow#FlowName",
"traits": {
"smithy.api#documentation": "<p>The name of a flow with active runs that you want to cancel.</p>",
"smithy.api#required": {}
}
},
"executionIds": {
"target": "com.amazonaws.appflow#ExecutionIds",
"traits": {
"smithy.api#documentation": "<p>The ID of each active run to cancel. These runs must belong to the flow you specify in\n your request.</p>\n <p>If you omit this parameter, your request ends all active runs that belong to the\n flow.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.appflow#CancelFlowExecutionsResponse": {
"type": "structure",
"members": {
"invalidExecutions": {
"target": "com.amazonaws.appflow#ExecutionIds",
"traits": {
"smithy.api#documentation": "<p>The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible\n for canceling because they haven't started yet or have already completed.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.appflow#CatalogType": {
"type": "enum",
"members": {
"GLUE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "GLUE"
}
}
}
},
"com.amazonaws.appflow#ClientCredentialsArn": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 20,
"max": 2048
},
"smithy.api#pattern": "^arn:aws:secretsmanager:.*:[0-9]+:",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#ClientId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#ClientNumber": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 3,
"max": 3
},
"smithy.api#pattern": "^\\d{3}$"
}
},
"com.amazonaws.appflow#ClientSecret": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.appflow#ClientToken": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
},
"smithy.api#pattern": "^[ -~]+$"
}
},
"com.amazonaws.appflow#ClusterIdentifier": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.appflow#ConflictException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.appflow#ErrorMessage"
}
},
"traits": {
"smithy.api#documentation": "<p> There was a conflict when processing the request (for example, a flow with the given name\n already exists within the account. Check for conflicting resource names and try again. </p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
}
},
"com.amazonaws.appflow#ConnectionMode": {
"type": "enum",
"members": {
"PUBLIC": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Public"
}
},
"PRIVATE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Private"
}
}
}
},
"com.amazonaws.appflow#ConnectorAuthenticationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.appflow#ErrorMessage"
}
},
"traits": {
"smithy.api#documentation": "<p> An error occurred when authenticating with the connector endpoint. </p>",
"smithy.api#error": "client",
"smithy.api#httpError": 401
}
},
"com.amazonaws.appflow#ConnectorConfiguration": {
"type": "structure",
"members": {
"canUseAsSource": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p> Specifies whether the connector can be used as a source. </p>"
}
},
"canUseAsDestination": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p> Specifies whether the connector can be used as a destination. </p>"
}
},
"supportedDestinationConnectors": {
"target": "com.amazonaws.appflow#ConnectorTypeList",
"traits": {
"smithy.api#documentation": "<p> Lists the connectors that are available for use as destinations. </p>"
}
},
"supportedSchedulingFrequencies": {
"target": "com.amazonaws.appflow#SchedulingFrequencyTypeList",
"traits": {
"smithy.api#documentation": "<p> Specifies the supported flow frequency for that connector. </p>"
}
},
"isPrivateLinkEnabled": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p> Specifies if PrivateLink is enabled for that connector. </p>"
}
},
"isPrivateLinkEndpointUrlRequired": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p> Specifies if a PrivateLink endpoint URL is required. </p>"
}
},
"supportedTriggerTypes": {
"target": "com.amazonaws.appflow#TriggerTypeList",
"traits": {
"smithy.api#documentation": "<p> Specifies the supported trigger types for the flow. </p>"
}
},
"connectorMetadata": {
"target": "com.amazonaws.appflow#ConnectorMetadata",
"traits": {
"smithy.api#documentation": "<p> Specifies connector-specific metadata such as <code>oAuthScopes</code>,\n <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>"
}
},
"connectorType": {
"target": "com.amazonaws.appflow#ConnectorType",
"traits": {
"smithy.api#documentation": "<p>The connector type.</p>"
}
},
"connectorLabel": {
"target": "com.amazonaws.appflow#ConnectorLabel",
"traits": {
"smithy.api#documentation": "<p>The label used for registering the connector.</p>"
}
},
"connectorDescription": {
"target": "com.amazonaws.appflow#ConnectorDescription",
"traits": {
"smithy.api#documentation": "<p>A description about the connector.</p>"
}
},
"connectorOwner": {
"target": "com.amazonaws.appflow#ConnectorOwner",
"traits": {
"smithy.api#documentation": "<p>The owner who developed the connector.</p>"
}
},
"connectorName": {
"target": "com.amazonaws.appflow#ConnectorName",
"traits": {
"smithy.api#documentation": "<p>The connector name.</p>"
}
},
"connectorVersion": {
"target": "com.amazonaws.appflow#ConnectorVersion",
"traits": {
"smithy.api#documentation": "<p>The connector version.</p>"
}
},
"connectorArn": {
"target": "com.amazonaws.appflow#ARN",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the registered connector.</p>"
}
},
"connectorModes": {
"target": "com.amazonaws.appflow#ConnectorModeList",
"traits": {
"smithy.api#documentation": "<p>The connection modes that the connector supports.</p>"
}
},
"authenticationConfig": {
"target": "com.amazonaws.appflow#AuthenticationConfig",
"traits": {
"smithy.api#documentation": "<p>The authentication config required for the connector.</p>"
}
},
"connectorRuntimeSettings": {
"target": "com.amazonaws.appflow#ConnectorRuntimeSettingList",
"traits": {
"smithy.api#documentation": "<p>The required connector runtime settings.</p>"
}
},
"supportedApiVersions": {
"target": "com.amazonaws.appflow#SupportedApiVersionList",
"traits": {
"smithy.api#documentation": "<p>A list of API versions that are supported by the connector.</p>"
}
},
"supportedOperators": {
"target": "com.amazonaws.appflow#SupportedOperatorList",
"traits": {
"smithy.api#documentation": "<p>A list of operators supported by the connector.</p>"
}
},
"supportedWriteOperations": {
"target": "com.amazonaws.appflow#SupportedWriteOperationList",
"traits": {
"smithy.api#documentation": "<p>A list of write operations supported by the connector.</p>"
}
},
"connectorProvisioningType": {
"target": "com.amazonaws.appflow#ConnectorProvisioningType",
"traits": {
"smithy.api#documentation": "<p>The provisioning type used to register the connector.</p>"
}
},
"connectorProvisioningConfig": {
"target": "com.amazonaws.appflow#ConnectorProvisioningConfig",
"traits": {
"smithy.api#documentation": "<p>The configuration required for registering the connector.</p>"
}
},
"logoURL": {
"target": "com.amazonaws.appflow#LogoURL",
"traits": {
"smithy.api#documentation": "<p>Logo URL of the connector.</p>"
}
},
"registeredAt": {
"target": "com.amazonaws.appflow#Date",
"traits": {
"smithy.api#documentation": "<p>The date on which the connector was registered.</p>"
}
},
"registeredBy": {
"target": "com.amazonaws.appflow#RegisteredBy",
"traits": {
"smithy.api#documentation": "<p>Information about who registered the connector.</p>"
}
},
"supportedDataTransferTypes": {
"target": "com.amazonaws.appflow#SupportedDataTransferTypeList",
"traits": {
"smithy.api#documentation": "<p>The data transfer types that the connector supports.</p>\n <dl>\n <dt>RECORD</dt>\n <dd>\n <p>Structured records.</p>\n </dd>\n <dt>FILE</dt>\n <dd>\n <p>Files or binary data.</p>\n </dd>\n </dl>"
}
},
"supportedDataTransferApis": {
"target": "com.amazonaws.appflow#SupportedDataTransferApis",
"traits": {
"smithy.api#documentation": "<p>The APIs of the connector application that Amazon AppFlow can use to transfer your\n data.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> The configuration settings related to a given connector. </p>"
}
},
"com.amazonaws.appflow#ConnectorConfigurationsMap": {
"type": "map",
"key": {
"target": "com.amazonaws.appflow#ConnectorType"
},
"value": {
"target": "com.amazonaws.appflow#ConnectorConfiguration"
}
},
"com.amazonaws.appflow#ConnectorDescription": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 2048
},
"smithy.api#pattern": "^[\\w!@#\\-.?,\\s]*$"
}
},
"com.amazonaws.appflow#ConnectorDetail": {
"type": "structure",
"members": {
"connectorDescription": {
"target": "com.amazonaws.appflow#ConnectorDescription",
"traits": {
"smithy.api#documentation": "<p>A description about the registered connector.</p>"
}
},
"connectorName": {
"target": "com.amazonaws.appflow#ConnectorName",
"traits": {
"smithy.api#documentation": "<p>The name of the connector.</p>"
}
},
"connectorOwner": {
"target": "com.amazonaws.appflow#ConnectorOwner",
"traits": {
"smithy.api#documentation": "<p>The owner of the connector.</p>"
}
},
"connectorVersion": {
"target": "com.amazonaws.appflow#ConnectorVersion",
"traits": {
"smithy.api#documentation": "<p>The connector version.</p>"
}
},
"applicationType": {
"target": "com.amazonaws.appflow#ApplicationType",
"traits": {
"smithy.api#documentation": "<p>The application type of the connector.</p>"
}
},
"connectorType": {
"target": "com.amazonaws.appflow#ConnectorType",
"traits": {
"smithy.api#documentation": "<p>The connector type.</p>"
}
},
"connectorLabel": {
"target": "com.amazonaws.appflow#ConnectorLabel",
"traits": {
"smithy.api#documentation": "<p>A label used for the connector.</p>"
}
},
"registeredAt": {
"target": "com.amazonaws.appflow#Date",
"traits": {
"smithy.api#documentation": "<p>The time at which the connector was registered.</p>"
}
},
"registeredBy": {
"target": "com.amazonaws.appflow#RegisteredBy",
"traits": {
"smithy.api#documentation": "<p>The user who registered the connector.</p>"
}
},
"connectorProvisioningType": {
"target": "com.amazonaws.appflow#ConnectorProvisioningType",
"traits": {
"smithy.api#documentation": "<p>The provisioning type that the connector uses.</p>"
}
},
"connectorModes": {
"target": "com.amazonaws.appflow#ConnectorModeList",
"traits": {
"smithy.api#documentation": "<p>The connection mode that the connector supports.</p>"
}
},
"supportedDataTransferTypes": {
"target": "com.amazonaws.appflow#SupportedDataTransferTypeList",
"traits": {
"smithy.api#documentation": "<p>The data transfer types that the connector supports.</p>\n <dl>\n <dt>RECORD</dt>\n <dd>\n <p>Structured records.</p>\n </dd>\n <dt>FILE</dt>\n <dd>\n <p>Files or binary data.</p>\n </dd>\n </dl>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information about the registered connector.</p>"
}
},
"com.amazonaws.appflow#ConnectorEntity": {
"type": "structure",
"members": {
"name": {
"target": "com.amazonaws.appflow#Name",
"traits": {
"smithy.api#documentation": "<p> The name of the connector entity. </p>",
"smithy.api#required": {}
}
},
"label": {
"target": "com.amazonaws.appflow#Label",
"traits": {
"smithy.api#documentation": "<p> The label applied to the connector entity. </p>"
}
},
"hasNestedEntities": {
"target": "com.amazonaws.appflow#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p> Specifies whether the connector entity is a parent or a category and has more entities\n nested underneath it. If another call is made with <code>entitiesPath =\n \"the_current_entity_name_with_hasNestedEntities_true\"</code>, then it returns the nested\n entities underneath it. This provides a way to retrieve all supported entities in a recursive\n fashion. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> The high-level entity that can be queried in Amazon AppFlow. For example, a\n Salesforce entity might be an <i>Account</i> or\n <i>Opportunity</i>, whereas a ServiceNow entity might be an\n <i>Incident</i>. </p>"
}
},
"com.amazonaws.appflow#ConnectorEntityField": {
"type": "structure",
"members": {
"identifier": {
"target": "com.amazonaws.appflow#Identifier",
"traits": {
"smithy.api#documentation": "<p> The unique identifier of the connector field. </p>",