@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -28,9 +28,10 @@
28
28
  "connectorProfileName": {},
29
29
  "kmsArn": {},
30
30
  "connectorType": {},
31
+ "connectorLabel": {},
31
32
  "connectionMode": {},
32
33
  "connectorProfileConfig": {
33
- "shape": "S6"
34
+ "shape": "S7"
34
35
  }
35
36
  }
36
37
  },
@@ -59,19 +60,19 @@
59
60
  "description": {},
60
61
  "kmsArn": {},
61
62
  "triggerConfig": {
62
- "shape": "S2g"
63
+ "shape": "S2w"
63
64
  },
64
65
  "sourceFlowConfig": {
65
- "shape": "S2p"
66
+ "shape": "S35"
66
67
  },
67
68
  "destinationFlowConfigList": {
68
- "shape": "S3c"
69
+ "shape": "S3y"
69
70
  },
70
71
  "tasks": {
71
- "shape": "S44"
72
+ "shape": "S4r"
72
73
  },
73
74
  "tags": {
74
- "shape": "S4t"
75
+ "shape": "S5h"
75
76
  }
76
77
  }
77
78
  },
@@ -125,6 +126,29 @@
125
126
  "members": {}
126
127
  }
127
128
  },
129
+ "DescribeConnector": {
130
+ "http": {
131
+ "requestUri": "/describe-connector"
132
+ },
133
+ "input": {
134
+ "type": "structure",
135
+ "required": [
136
+ "connectorType"
137
+ ],
138
+ "members": {
139
+ "connectorType": {},
140
+ "connectorLabel": {}
141
+ }
142
+ },
143
+ "output": {
144
+ "type": "structure",
145
+ "members": {
146
+ "connectorConfiguration": {
147
+ "shape": "S5t"
148
+ }
149
+ }
150
+ }
151
+ },
128
152
  "DescribeConnectorEntity": {
129
153
  "http": {
130
154
  "requestUri": "/describe-connector-entity"
@@ -137,7 +161,8 @@
137
161
  "members": {
138
162
  "connectorEntityName": {},
139
163
  "connectorType": {},
140
- "connectorProfileName": {}
164
+ "connectorProfileName": {},
165
+ "apiVersion": {}
141
166
  }
142
167
  },
143
168
  "output": {
@@ -155,7 +180,15 @@
155
180
  ],
156
181
  "members": {
157
182
  "identifier": {},
183
+ "parentIdentifier": {},
158
184
  "label": {},
185
+ "isPrimaryKey": {
186
+ "type": "boolean"
187
+ },
188
+ "defaultValue": {},
189
+ "isDeprecated": {
190
+ "type": "boolean"
191
+ },
159
192
  "supportedFieldTypeDetails": {
160
193
  "type": "structure",
161
194
  "required": [
@@ -177,6 +210,14 @@
177
210
  "supportedValues": {
178
211
  "type": "list",
179
212
  "member": {}
213
+ },
214
+ "valueRegexPattern": {},
215
+ "supportedDateFormat": {},
216
+ "fieldValueRange": {
217
+ "shape": "S7v"
218
+ },
219
+ "fieldLengthRange": {
220
+ "shape": "S7v"
180
221
  }
181
222
  }
182
223
  }
@@ -191,6 +232,9 @@
191
232
  },
192
233
  "isQueryable": {
193
234
  "type": "boolean"
235
+ },
236
+ "isTimestampFieldForIncrementalQueries": {
237
+ "type": "boolean"
194
238
  }
195
239
  }
196
240
  },
@@ -209,11 +253,16 @@
209
253
  "isUpdatable": {
210
254
  "type": "boolean"
211
255
  },
256
+ "isDefaultedOnCreate": {
257
+ "type": "boolean"
258
+ },
212
259
  "supportedWriteOperations": {
213
- "type": "list",
214
- "member": {}
260
+ "shape": "S7e"
215
261
  }
216
262
  }
263
+ },
264
+ "customProperties": {
265
+ "shape": "S3t"
217
266
  }
218
267
  }
219
268
  }
@@ -233,6 +282,7 @@
233
282
  "member": {}
234
283
  },
235
284
  "connectorType": {},
285
+ "connectorLabel": {},
236
286
  "maxResults": {
237
287
  "type": "integer"
238
288
  },
@@ -250,10 +300,11 @@
250
300
  "connectorProfileArn": {},
251
301
  "connectorProfileName": {},
252
302
  "connectorType": {},
303
+ "connectorLabel": {},
253
304
  "connectionMode": {},
254
305
  "credentialsArn": {},
255
306
  "connectorProfileProperties": {
256
- "shape": "S7"
307
+ "shape": "S8"
257
308
  },
258
309
  "createdAt": {
259
310
  "type": "timestamp"
@@ -284,7 +335,10 @@
284
335
  "type": "structure",
285
336
  "members": {
286
337
  "connectorTypes": {
287
- "shape": "S5x"
338
+ "shape": "S5u"
339
+ },
340
+ "maxResults": {
341
+ "type": "integer"
288
342
  },
289
343
  "nextToken": {}
290
344
  }
@@ -296,148 +350,12 @@
296
350
  "type": "map",
297
351
  "key": {},
298
352
  "value": {
299
- "type": "structure",
300
- "members": {
301
- "canUseAsSource": {
302
- "type": "boolean"
303
- },
304
- "canUseAsDestination": {
305
- "type": "boolean"
306
- },
307
- "supportedDestinationConnectors": {
308
- "shape": "S5x"
309
- },
310
- "supportedSchedulingFrequencies": {
311
- "type": "list",
312
- "member": {}
313
- },
314
- "isPrivateLinkEnabled": {
315
- "type": "boolean"
316
- },
317
- "isPrivateLinkEndpointUrlRequired": {
318
- "type": "boolean"
319
- },
320
- "supportedTriggerTypes": {
321
- "type": "list",
322
- "member": {}
323
- },
324
- "connectorMetadata": {
325
- "type": "structure",
326
- "members": {
327
- "Amplitude": {
328
- "type": "structure",
329
- "members": {}
330
- },
331
- "Datadog": {
332
- "type": "structure",
333
- "members": {}
334
- },
335
- "Dynatrace": {
336
- "type": "structure",
337
- "members": {}
338
- },
339
- "GoogleAnalytics": {
340
- "type": "structure",
341
- "members": {
342
- "oAuthScopes": {
343
- "shape": "S18"
344
- }
345
- }
346
- },
347
- "InforNexus": {
348
- "type": "structure",
349
- "members": {}
350
- },
351
- "Marketo": {
352
- "type": "structure",
353
- "members": {}
354
- },
355
- "Redshift": {
356
- "type": "structure",
357
- "members": {}
358
- },
359
- "S3": {
360
- "type": "structure",
361
- "members": {}
362
- },
363
- "Salesforce": {
364
- "type": "structure",
365
- "members": {
366
- "oAuthScopes": {
367
- "shape": "S18"
368
- }
369
- }
370
- },
371
- "ServiceNow": {
372
- "type": "structure",
373
- "members": {}
374
- },
375
- "Singular": {
376
- "type": "structure",
377
- "members": {}
378
- },
379
- "Slack": {
380
- "type": "structure",
381
- "members": {
382
- "oAuthScopes": {
383
- "shape": "S18"
384
- }
385
- }
386
- },
387
- "Snowflake": {
388
- "type": "structure",
389
- "members": {
390
- "supportedRegions": {
391
- "type": "list",
392
- "member": {}
393
- }
394
- }
395
- },
396
- "Trendmicro": {
397
- "type": "structure",
398
- "members": {}
399
- },
400
- "Veeva": {
401
- "type": "structure",
402
- "members": {}
403
- },
404
- "Zendesk": {
405
- "type": "structure",
406
- "members": {
407
- "oAuthScopes": {
408
- "shape": "S18"
409
- }
410
- }
411
- },
412
- "EventBridge": {
413
- "type": "structure",
414
- "members": {}
415
- },
416
- "Upsolver": {
417
- "type": "structure",
418
- "members": {}
419
- },
420
- "CustomerProfiles": {
421
- "type": "structure",
422
- "members": {}
423
- },
424
- "Honeycode": {
425
- "type": "structure",
426
- "members": {
427
- "oAuthScopes": {
428
- "shape": "S18"
429
- }
430
- }
431
- },
432
- "SAPOData": {
433
- "type": "structure",
434
- "members": {}
435
- }
436
- }
437
- }
438
- }
353
+ "shape": "S5t"
439
354
  }
440
355
  },
356
+ "connectors": {
357
+ "shape": "S8d"
358
+ },
441
359
  "nextToken": {}
442
360
  }
443
361
  }
@@ -465,19 +383,19 @@
465
383
  "flowStatus": {},
466
384
  "flowStatusMessage": {},
467
385
  "sourceFlowConfig": {
468
- "shape": "S2p"
386
+ "shape": "S35"
469
387
  },
470
388
  "destinationFlowConfigList": {
471
- "shape": "S3c"
389
+ "shape": "S3y"
472
390
  },
473
391
  "lastRunExecutionDetails": {
474
- "shape": "S6u"
392
+ "shape": "S8j"
475
393
  },
476
394
  "triggerConfig": {
477
- "shape": "S2g"
395
+ "shape": "S2w"
478
396
  },
479
397
  "tasks": {
480
- "shape": "S44"
398
+ "shape": "S4r"
481
399
  },
482
400
  "createdAt": {
483
401
  "type": "timestamp"
@@ -488,7 +406,7 @@
488
406
  "createdBy": {},
489
407
  "lastUpdatedBy": {},
490
408
  "tags": {
491
- "shape": "S4t"
409
+ "shape": "S5h"
492
410
  }
493
411
  }
494
412
  }
@@ -571,7 +489,8 @@
571
489
  "members": {
572
490
  "connectorProfileName": {},
573
491
  "connectorType": {},
574
- "entitiesPath": {}
492
+ "entitiesPath": {},
493
+ "apiVersion": {}
575
494
  }
576
495
  },
577
496
  "output": {
@@ -603,6 +522,29 @@
603
522
  }
604
523
  }
605
524
  },
525
+ "ListConnectors": {
526
+ "http": {
527
+ "requestUri": "/list-connectors"
528
+ },
529
+ "input": {
530
+ "type": "structure",
531
+ "members": {
532
+ "maxResults": {
533
+ "type": "integer"
534
+ },
535
+ "nextToken": {}
536
+ }
537
+ },
538
+ "output": {
539
+ "type": "structure",
540
+ "members": {
541
+ "connectors": {
542
+ "shape": "S8d"
543
+ },
544
+ "nextToken": {}
545
+ }
546
+ }
547
+ },
606
548
  "ListFlows": {
607
549
  "http": {
608
550
  "requestUri": "/list-flows"
@@ -629,7 +571,9 @@
629
571
  "flowName": {},
630
572
  "flowStatus": {},
631
573
  "sourceConnectorType": {},
574
+ "sourceConnectorLabel": {},
632
575
  "destinationConnectorType": {},
576
+ "destinationConnectorLabel": {},
633
577
  "triggerType": {},
634
578
  "createdAt": {
635
579
  "type": "timestamp"
@@ -640,10 +584,10 @@
640
584
  "createdBy": {},
641
585
  "lastUpdatedBy": {},
642
586
  "tags": {
643
- "shape": "S4t"
587
+ "shape": "S5h"
644
588
  },
645
589
  "lastRunExecutionDetails": {
646
- "shape": "S6u"
590
+ "shape": "S8j"
647
591
  }
648
592
  }
649
593
  }
@@ -673,11 +617,33 @@
673
617
  "type": "structure",
674
618
  "members": {
675
619
  "tags": {
676
- "shape": "S4t"
620
+ "shape": "S5h"
677
621
  }
678
622
  }
679
623
  }
680
624
  },
625
+ "RegisterConnector": {
626
+ "http": {
627
+ "requestUri": "/register-connector"
628
+ },
629
+ "input": {
630
+ "type": "structure",
631
+ "members": {
632
+ "connectorLabel": {},
633
+ "description": {},
634
+ "connectorProvisioningType": {},
635
+ "connectorProvisioningConfig": {
636
+ "shape": "S7g"
637
+ }
638
+ }
639
+ },
640
+ "output": {
641
+ "type": "structure",
642
+ "members": {
643
+ "connectorArn": {}
644
+ }
645
+ }
646
+ },
681
647
  "StartFlow": {
682
648
  "http": {
683
649
  "requestUri": "/start-flow"
@@ -737,7 +703,28 @@
737
703
  "locationName": "resourceArn"
738
704
  },
739
705
  "tags": {
740
- "shape": "S4t"
706
+ "shape": "S5h"
707
+ }
708
+ }
709
+ },
710
+ "output": {
711
+ "type": "structure",
712
+ "members": {}
713
+ }
714
+ },
715
+ "UnregisterConnector": {
716
+ "http": {
717
+ "requestUri": "/unregister-connector"
718
+ },
719
+ "input": {
720
+ "type": "structure",
721
+ "required": [
722
+ "connectorLabel"
723
+ ],
724
+ "members": {
725
+ "connectorLabel": {},
726
+ "forceDelete": {
727
+ "type": "boolean"
741
728
  }
742
729
  }
743
730
  },
@@ -790,7 +777,7 @@
790
777
  "connectorProfileName": {},
791
778
  "connectionMode": {},
792
779
  "connectorProfileConfig": {
793
- "shape": "S6"
780
+ "shape": "S7"
794
781
  }
795
782
  }
796
783
  },
@@ -818,16 +805,16 @@
818
805
  "flowName": {},
819
806
  "description": {},
820
807
  "triggerConfig": {
821
- "shape": "S2g"
808
+ "shape": "S2w"
822
809
  },
823
810
  "sourceFlowConfig": {
824
- "shape": "S2p"
811
+ "shape": "S35"
825
812
  },
826
813
  "destinationFlowConfigList": {
827
- "shape": "S3c"
814
+ "shape": "S3y"
828
815
  },
829
816
  "tasks": {
830
- "shape": "S44"
817
+ "shape": "S4r"
831
818
  }
832
819
  }
833
820
  },
@@ -840,7 +827,7 @@
840
827
  }
841
828
  },
842
829
  "shapes": {
843
- "S6": {
830
+ "S7": {
844
831
  "type": "structure",
845
832
  "required": [
846
833
  "connectorProfileProperties",
@@ -848,7 +835,7 @@
848
835
  ],
849
836
  "members": {
850
837
  "connectorProfileProperties": {
851
- "shape": "S7"
838
+ "shape": "S8"
852
839
  },
853
840
  "connectorProfileCredentials": {
854
841
  "type": "structure",
@@ -860,7 +847,9 @@
860
847
  "secretKey"
861
848
  ],
862
849
  "members": {
863
- "apiKey": {},
850
+ "apiKey": {
851
+ "shape": "S1j"
852
+ },
864
853
  "secretKey": {
865
854
  "type": "string",
866
855
  "sensitive": true
@@ -874,7 +863,9 @@
874
863
  "applicationKey"
875
864
  ],
876
865
  "members": {
877
- "apiKey": {},
866
+ "apiKey": {
867
+ "shape": "S1j"
868
+ },
878
869
  "applicationKey": {}
879
870
  }
880
871
  },
@@ -896,14 +887,14 @@
896
887
  "members": {
897
888
  "clientId": {},
898
889
  "clientSecret": {
899
- "shape": "S1k"
890
+ "shape": "S1r"
900
891
  },
901
892
  "accessToken": {
902
- "shape": "S1l"
893
+ "shape": "S1s"
903
894
  },
904
895
  "refreshToken": {},
905
896
  "oAuthRequest": {
906
- "shape": "S1n"
897
+ "shape": "S1u"
907
898
  }
908
899
  }
909
900
  },
@@ -911,11 +902,11 @@
911
902
  "type": "structure",
912
903
  "members": {
913
904
  "accessToken": {
914
- "shape": "S1l"
905
+ "shape": "S1s"
915
906
  },
916
907
  "refreshToken": {},
917
908
  "oAuthRequest": {
918
- "shape": "S1n"
909
+ "shape": "S1u"
919
910
  }
920
911
  }
921
912
  },
@@ -946,13 +937,13 @@
946
937
  "members": {
947
938
  "clientId": {},
948
939
  "clientSecret": {
949
- "shape": "S1k"
940
+ "shape": "S1r"
950
941
  },
951
942
  "accessToken": {
952
- "shape": "S1l"
943
+ "shape": "S1s"
953
944
  },
954
945
  "oAuthRequest": {
955
- "shape": "S1n"
946
+ "shape": "S1u"
956
947
  }
957
948
  }
958
949
  },
@@ -965,7 +956,7 @@
965
956
  "members": {
966
957
  "username": {},
967
958
  "password": {
968
- "shape": "S1x"
959
+ "shape": "S24"
969
960
  }
970
961
  }
971
962
  },
@@ -973,11 +964,11 @@
973
964
  "type": "structure",
974
965
  "members": {
975
966
  "accessToken": {
976
- "shape": "S1l"
967
+ "shape": "S1s"
977
968
  },
978
969
  "refreshToken": {},
979
970
  "oAuthRequest": {
980
- "shape": "S1n"
971
+ "shape": "S1u"
981
972
  },
982
973
  "clientCredentialsArn": {
983
974
  "type": "string",
@@ -994,7 +985,7 @@
994
985
  "members": {
995
986
  "username": {},
996
987
  "password": {
997
- "shape": "S1x"
988
+ "shape": "S24"
998
989
  }
999
990
  }
1000
991
  },
@@ -1004,7 +995,9 @@
1004
995
  "apiKey"
1005
996
  ],
1006
997
  "members": {
1007
- "apiKey": {}
998
+ "apiKey": {
999
+ "shape": "S1j"
1000
+ }
1008
1001
  }
1009
1002
  },
1010
1003
  "Slack": {
@@ -1016,13 +1009,13 @@
1016
1009
  "members": {
1017
1010
  "clientId": {},
1018
1011
  "clientSecret": {
1019
- "shape": "S1k"
1012
+ "shape": "S1r"
1020
1013
  },
1021
1014
  "accessToken": {
1022
- "shape": "S1l"
1015
+ "shape": "S1s"
1023
1016
  },
1024
1017
  "oAuthRequest": {
1025
- "shape": "S1n"
1018
+ "shape": "S1u"
1026
1019
  }
1027
1020
  }
1028
1021
  },
@@ -1035,7 +1028,7 @@
1035
1028
  "members": {
1036
1029
  "username": {},
1037
1030
  "password": {
1038
- "shape": "S1x"
1031
+ "shape": "S24"
1039
1032
  }
1040
1033
  }
1041
1034
  },
@@ -1046,8 +1039,7 @@
1046
1039
  ],
1047
1040
  "members": {
1048
1041
  "apiSecretKey": {
1049
- "type": "string",
1050
- "sensitive": true
1042
+ "shape": "S2c"
1051
1043
  }
1052
1044
  }
1053
1045
  },
@@ -1060,7 +1052,7 @@
1060
1052
  "members": {
1061
1053
  "username": {},
1062
1054
  "password": {
1063
- "shape": "S1x"
1055
+ "shape": "S24"
1064
1056
  }
1065
1057
  }
1066
1058
  },
@@ -1073,13 +1065,13 @@
1073
1065
  "members": {
1074
1066
  "clientId": {},
1075
1067
  "clientSecret": {
1076
- "shape": "S1k"
1068
+ "shape": "S1r"
1077
1069
  },
1078
1070
  "accessToken": {
1079
- "shape": "S1l"
1071
+ "shape": "S1s"
1080
1072
  },
1081
1073
  "oAuthRequest": {
1082
- "shape": "S1n"
1074
+ "shape": "S1u"
1083
1075
  }
1084
1076
  }
1085
1077
  },
@@ -1087,35 +1079,87 @@
1087
1079
  "type": "structure",
1088
1080
  "members": {
1089
1081
  "basicAuthCredentials": {
1082
+ "shape": "S2g"
1083
+ },
1084
+ "oAuthCredentials": {
1090
1085
  "type": "structure",
1091
1086
  "required": [
1092
- "username",
1093
- "password"
1087
+ "clientId",
1088
+ "clientSecret"
1094
1089
  ],
1095
1090
  "members": {
1096
- "username": {},
1097
- "password": {
1098
- "shape": "S1x"
1091
+ "clientId": {},
1092
+ "clientSecret": {
1093
+ "shape": "S1r"
1094
+ },
1095
+ "accessToken": {
1096
+ "shape": "S1s"
1097
+ },
1098
+ "refreshToken": {},
1099
+ "oAuthRequest": {
1100
+ "shape": "S1u"
1099
1101
  }
1100
1102
  }
1103
+ }
1104
+ }
1105
+ },
1106
+ "CustomConnector": {
1107
+ "type": "structure",
1108
+ "required": [
1109
+ "authenticationType"
1110
+ ],
1111
+ "members": {
1112
+ "authenticationType": {},
1113
+ "basic": {
1114
+ "shape": "S2g"
1101
1115
  },
1102
- "oAuthCredentials": {
1116
+ "oauth2": {
1103
1117
  "type": "structure",
1104
- "required": [
1105
- "clientId",
1106
- "clientSecret"
1107
- ],
1108
1118
  "members": {
1109
1119
  "clientId": {},
1110
1120
  "clientSecret": {
1111
- "shape": "S1k"
1121
+ "shape": "S1r"
1112
1122
  },
1113
1123
  "accessToken": {
1114
- "shape": "S1l"
1124
+ "shape": "S1s"
1115
1125
  },
1116
1126
  "refreshToken": {},
1117
1127
  "oAuthRequest": {
1118
- "shape": "S1n"
1128
+ "shape": "S1u"
1129
+ }
1130
+ }
1131
+ },
1132
+ "apiKey": {
1133
+ "type": "structure",
1134
+ "required": [
1135
+ "apiKey"
1136
+ ],
1137
+ "members": {
1138
+ "apiKey": {
1139
+ "shape": "S1j"
1140
+ },
1141
+ "apiSecretKey": {
1142
+ "shape": "S2c"
1143
+ }
1144
+ }
1145
+ },
1146
+ "custom": {
1147
+ "type": "structure",
1148
+ "required": [
1149
+ "customAuthenticationType"
1150
+ ],
1151
+ "members": {
1152
+ "customAuthenticationType": {},
1153
+ "credentialsMap": {
1154
+ "type": "map",
1155
+ "key": {
1156
+ "type": "string",
1157
+ "sensitive": true
1158
+ },
1159
+ "value": {
1160
+ "type": "string",
1161
+ "sensitive": true
1162
+ }
1119
1163
  }
1120
1164
  }
1121
1165
  }
@@ -1125,7 +1169,7 @@
1125
1169
  }
1126
1170
  }
1127
1171
  },
1128
- "S7": {
1172
+ "S8": {
1129
1173
  "type": "structure",
1130
1174
  "members": {
1131
1175
  "Amplitude": {
@@ -1288,38 +1332,80 @@
1288
1332
  "tokenUrl": {},
1289
1333
  "authCodeUrl": {},
1290
1334
  "oAuthScopes": {
1291
- "shape": "S18"
1335
+ "shape": "S19"
1292
1336
  }
1293
1337
  }
1294
1338
  }
1295
1339
  }
1340
+ },
1341
+ "CustomConnector": {
1342
+ "type": "structure",
1343
+ "members": {
1344
+ "profileProperties": {
1345
+ "type": "map",
1346
+ "key": {},
1347
+ "value": {}
1348
+ },
1349
+ "oAuth2Properties": {
1350
+ "type": "structure",
1351
+ "required": [
1352
+ "tokenUrl",
1353
+ "oAuth2GrantType"
1354
+ ],
1355
+ "members": {
1356
+ "tokenUrl": {},
1357
+ "oAuth2GrantType": {}
1358
+ }
1359
+ }
1360
+ }
1296
1361
  }
1297
1362
  }
1298
1363
  },
1299
- "S18": {
1364
+ "S19": {
1300
1365
  "type": "list",
1301
1366
  "member": {}
1302
1367
  },
1303
- "S1k": {
1368
+ "S1j": {
1369
+ "type": "string",
1370
+ "sensitive": true
1371
+ },
1372
+ "S1r": {
1304
1373
  "type": "string",
1305
1374
  "sensitive": true
1306
1375
  },
1307
- "S1l": {
1376
+ "S1s": {
1308
1377
  "type": "string",
1309
1378
  "sensitive": true
1310
1379
  },
1311
- "S1n": {
1380
+ "S1u": {
1312
1381
  "type": "structure",
1313
1382
  "members": {
1314
1383
  "authCode": {},
1315
1384
  "redirectUri": {}
1316
1385
  }
1317
1386
  },
1318
- "S1x": {
1387
+ "S24": {
1388
+ "type": "string",
1389
+ "sensitive": true
1390
+ },
1391
+ "S2c": {
1319
1392
  "type": "string",
1320
1393
  "sensitive": true
1321
1394
  },
1322
1395
  "S2g": {
1396
+ "type": "structure",
1397
+ "required": [
1398
+ "username",
1399
+ "password"
1400
+ ],
1401
+ "members": {
1402
+ "username": {},
1403
+ "password": {
1404
+ "shape": "S24"
1405
+ }
1406
+ }
1407
+ },
1408
+ "S2w": {
1323
1409
  "type": "structure",
1324
1410
  "required": [
1325
1411
  "triggerType"
@@ -1356,7 +1442,7 @@
1356
1442
  }
1357
1443
  }
1358
1444
  },
1359
- "S2p": {
1445
+ "S35": {
1360
1446
  "type": "structure",
1361
1447
  "required": [
1362
1448
  "connectorType",
@@ -1364,6 +1450,7 @@
1364
1450
  ],
1365
1451
  "members": {
1366
1452
  "connectorType": {},
1453
+ "apiVersion": {},
1367
1454
  "connectorProfileName": {},
1368
1455
  "sourceConnectorProperties": {
1369
1456
  "type": "structure",
@@ -1522,6 +1609,18 @@
1522
1609
  "members": {
1523
1610
  "objectPath": {}
1524
1611
  }
1612
+ },
1613
+ "CustomConnector": {
1614
+ "type": "structure",
1615
+ "required": [
1616
+ "entityName"
1617
+ ],
1618
+ "members": {
1619
+ "entityName": {},
1620
+ "customProperties": {
1621
+ "shape": "S3t"
1622
+ }
1623
+ }
1525
1624
  }
1526
1625
  }
1527
1626
  },
@@ -1533,7 +1632,12 @@
1533
1632
  }
1534
1633
  }
1535
1634
  },
1536
- "S3c": {
1635
+ "S3t": {
1636
+ "type": "map",
1637
+ "key": {},
1638
+ "value": {}
1639
+ },
1640
+ "S3y": {
1537
1641
  "type": "list",
1538
1642
  "member": {
1539
1643
  "type": "structure",
@@ -1543,6 +1647,7 @@
1543
1647
  ],
1544
1648
  "members": {
1545
1649
  "connectorType": {},
1650
+ "apiVersion": {},
1546
1651
  "connectorProfileName": {},
1547
1652
  "destinationConnectorProperties": {
1548
1653
  "type": "structure",
@@ -1558,7 +1663,7 @@
1558
1663
  "intermediateBucketName": {},
1559
1664
  "bucketPrefix": {},
1560
1665
  "errorHandlingConfig": {
1561
- "shape": "S3g"
1666
+ "shape": "S42"
1562
1667
  }
1563
1668
  }
1564
1669
  },
@@ -1575,10 +1680,10 @@
1575
1680
  "members": {
1576
1681
  "fileType": {},
1577
1682
  "prefixConfig": {
1578
- "shape": "S3k"
1683
+ "shape": "S46"
1579
1684
  },
1580
1685
  "aggregationConfig": {
1581
- "shape": "S3n"
1686
+ "shape": "S49"
1582
1687
  }
1583
1688
  }
1584
1689
  }
@@ -1592,10 +1697,10 @@
1592
1697
  "members": {
1593
1698
  "object": {},
1594
1699
  "idFieldNames": {
1595
- "shape": "S3q"
1700
+ "shape": "S4c"
1596
1701
  },
1597
1702
  "errorHandlingConfig": {
1598
- "shape": "S3g"
1703
+ "shape": "S42"
1599
1704
  },
1600
1705
  "writeOperationType": {}
1601
1706
  }
@@ -1611,7 +1716,7 @@
1611
1716
  "intermediateBucketName": {},
1612
1717
  "bucketPrefix": {},
1613
1718
  "errorHandlingConfig": {
1614
- "shape": "S3g"
1719
+ "shape": "S42"
1615
1720
  }
1616
1721
  }
1617
1722
  },
@@ -1623,7 +1728,7 @@
1623
1728
  "members": {
1624
1729
  "object": {},
1625
1730
  "errorHandlingConfig": {
1626
- "shape": "S3g"
1731
+ "shape": "S42"
1627
1732
  }
1628
1733
  }
1629
1734
  },
@@ -1648,10 +1753,10 @@
1648
1753
  "members": {
1649
1754
  "fileType": {},
1650
1755
  "prefixConfig": {
1651
- "shape": "S3k"
1756
+ "shape": "S46"
1652
1757
  },
1653
1758
  "aggregationConfig": {
1654
- "shape": "S3n"
1759
+ "shape": "S49"
1655
1760
  }
1656
1761
  }
1657
1762
  }
@@ -1665,7 +1770,7 @@
1665
1770
  "members": {
1666
1771
  "object": {},
1667
1772
  "errorHandlingConfig": {
1668
- "shape": "S3g"
1773
+ "shape": "S42"
1669
1774
  }
1670
1775
  }
1671
1776
  },
@@ -1687,20 +1792,39 @@
1687
1792
  "members": {
1688
1793
  "object": {},
1689
1794
  "idFieldNames": {
1690
- "shape": "S3q"
1795
+ "shape": "S4c"
1691
1796
  },
1692
1797
  "errorHandlingConfig": {
1693
- "shape": "S3g"
1798
+ "shape": "S42"
1694
1799
  },
1695
1800
  "writeOperationType": {}
1696
1801
  }
1802
+ },
1803
+ "CustomConnector": {
1804
+ "type": "structure",
1805
+ "required": [
1806
+ "entityName"
1807
+ ],
1808
+ "members": {
1809
+ "entityName": {},
1810
+ "errorHandlingConfig": {
1811
+ "shape": "S42"
1812
+ },
1813
+ "writeOperationType": {},
1814
+ "idFieldNames": {
1815
+ "shape": "S4c"
1816
+ },
1817
+ "customProperties": {
1818
+ "shape": "S3t"
1819
+ }
1820
+ }
1697
1821
  }
1698
1822
  }
1699
1823
  }
1700
1824
  }
1701
1825
  }
1702
1826
  },
1703
- "S3g": {
1827
+ "S42": {
1704
1828
  "type": "structure",
1705
1829
  "members": {
1706
1830
  "failOnFirstDestinationError": {
@@ -1710,24 +1834,24 @@
1710
1834
  "bucketName": {}
1711
1835
  }
1712
1836
  },
1713
- "S3k": {
1837
+ "S46": {
1714
1838
  "type": "structure",
1715
1839
  "members": {
1716
1840
  "prefixType": {},
1717
1841
  "prefixFormat": {}
1718
1842
  }
1719
1843
  },
1720
- "S3n": {
1844
+ "S49": {
1721
1845
  "type": "structure",
1722
1846
  "members": {
1723
1847
  "aggregationType": {}
1724
1848
  }
1725
1849
  },
1726
- "S3q": {
1850
+ "S4c": {
1727
1851
  "type": "list",
1728
1852
  "member": {}
1729
1853
  },
1730
- "S44": {
1854
+ "S4r": {
1731
1855
  "type": "list",
1732
1856
  "member": {
1733
1857
  "type": "structure",
@@ -1757,7 +1881,8 @@
1757
1881
  "Trendmicro": {},
1758
1882
  "Veeva": {},
1759
1883
  "Zendesk": {},
1760
- "SAPOData": {}
1884
+ "SAPOData": {},
1885
+ "CustomConnector": {}
1761
1886
  }
1762
1887
  },
1763
1888
  "destinationField": {},
@@ -1770,16 +1895,331 @@
1770
1895
  }
1771
1896
  }
1772
1897
  },
1773
- "S4t": {
1898
+ "S5h": {
1774
1899
  "type": "map",
1775
1900
  "key": {},
1776
1901
  "value": {}
1777
1902
  },
1778
- "S5x": {
1903
+ "S5t": {
1904
+ "type": "structure",
1905
+ "members": {
1906
+ "canUseAsSource": {
1907
+ "type": "boolean"
1908
+ },
1909
+ "canUseAsDestination": {
1910
+ "type": "boolean"
1911
+ },
1912
+ "supportedDestinationConnectors": {
1913
+ "shape": "S5u"
1914
+ },
1915
+ "supportedSchedulingFrequencies": {
1916
+ "type": "list",
1917
+ "member": {}
1918
+ },
1919
+ "isPrivateLinkEnabled": {
1920
+ "type": "boolean"
1921
+ },
1922
+ "isPrivateLinkEndpointUrlRequired": {
1923
+ "type": "boolean"
1924
+ },
1925
+ "supportedTriggerTypes": {
1926
+ "type": "list",
1927
+ "member": {}
1928
+ },
1929
+ "connectorMetadata": {
1930
+ "type": "structure",
1931
+ "members": {
1932
+ "Amplitude": {
1933
+ "type": "structure",
1934
+ "members": {}
1935
+ },
1936
+ "Datadog": {
1937
+ "type": "structure",
1938
+ "members": {}
1939
+ },
1940
+ "Dynatrace": {
1941
+ "type": "structure",
1942
+ "members": {}
1943
+ },
1944
+ "GoogleAnalytics": {
1945
+ "type": "structure",
1946
+ "members": {
1947
+ "oAuthScopes": {
1948
+ "shape": "S19"
1949
+ }
1950
+ }
1951
+ },
1952
+ "InforNexus": {
1953
+ "type": "structure",
1954
+ "members": {}
1955
+ },
1956
+ "Marketo": {
1957
+ "type": "structure",
1958
+ "members": {}
1959
+ },
1960
+ "Redshift": {
1961
+ "type": "structure",
1962
+ "members": {}
1963
+ },
1964
+ "S3": {
1965
+ "type": "structure",
1966
+ "members": {}
1967
+ },
1968
+ "Salesforce": {
1969
+ "type": "structure",
1970
+ "members": {
1971
+ "oAuthScopes": {
1972
+ "shape": "S19"
1973
+ }
1974
+ }
1975
+ },
1976
+ "ServiceNow": {
1977
+ "type": "structure",
1978
+ "members": {}
1979
+ },
1980
+ "Singular": {
1981
+ "type": "structure",
1982
+ "members": {}
1983
+ },
1984
+ "Slack": {
1985
+ "type": "structure",
1986
+ "members": {
1987
+ "oAuthScopes": {
1988
+ "shape": "S19"
1989
+ }
1990
+ }
1991
+ },
1992
+ "Snowflake": {
1993
+ "type": "structure",
1994
+ "members": {
1995
+ "supportedRegions": {
1996
+ "type": "list",
1997
+ "member": {}
1998
+ }
1999
+ }
2000
+ },
2001
+ "Trendmicro": {
2002
+ "type": "structure",
2003
+ "members": {}
2004
+ },
2005
+ "Veeva": {
2006
+ "type": "structure",
2007
+ "members": {}
2008
+ },
2009
+ "Zendesk": {
2010
+ "type": "structure",
2011
+ "members": {
2012
+ "oAuthScopes": {
2013
+ "shape": "S19"
2014
+ }
2015
+ }
2016
+ },
2017
+ "EventBridge": {
2018
+ "type": "structure",
2019
+ "members": {}
2020
+ },
2021
+ "Upsolver": {
2022
+ "type": "structure",
2023
+ "members": {}
2024
+ },
2025
+ "CustomerProfiles": {
2026
+ "type": "structure",
2027
+ "members": {}
2028
+ },
2029
+ "Honeycode": {
2030
+ "type": "structure",
2031
+ "members": {
2032
+ "oAuthScopes": {
2033
+ "shape": "S19"
2034
+ }
2035
+ }
2036
+ },
2037
+ "SAPOData": {
2038
+ "type": "structure",
2039
+ "members": {}
2040
+ }
2041
+ }
2042
+ },
2043
+ "connectorType": {},
2044
+ "connectorLabel": {},
2045
+ "connectorDescription": {},
2046
+ "connectorOwner": {},
2047
+ "connectorName": {},
2048
+ "connectorVersion": {},
2049
+ "connectorArn": {},
2050
+ "connectorModes": {
2051
+ "shape": "S6q"
2052
+ },
2053
+ "authenticationConfig": {
2054
+ "type": "structure",
2055
+ "members": {
2056
+ "isBasicAuthSupported": {
2057
+ "type": "boolean"
2058
+ },
2059
+ "isApiKeyAuthSupported": {
2060
+ "type": "boolean"
2061
+ },
2062
+ "isOAuth2Supported": {
2063
+ "type": "boolean"
2064
+ },
2065
+ "isCustomAuthSupported": {
2066
+ "type": "boolean"
2067
+ },
2068
+ "oAuth2Defaults": {
2069
+ "type": "structure",
2070
+ "members": {
2071
+ "oauthScopes": {
2072
+ "shape": "S19"
2073
+ },
2074
+ "tokenUrls": {
2075
+ "type": "list",
2076
+ "member": {}
2077
+ },
2078
+ "authCodeUrls": {
2079
+ "type": "list",
2080
+ "member": {}
2081
+ },
2082
+ "oauth2GrantTypesSupported": {
2083
+ "type": "list",
2084
+ "member": {}
2085
+ }
2086
+ }
2087
+ },
2088
+ "customAuthConfigs": {
2089
+ "type": "list",
2090
+ "member": {
2091
+ "type": "structure",
2092
+ "members": {
2093
+ "customAuthenticationType": {},
2094
+ "authParameters": {
2095
+ "type": "list",
2096
+ "member": {
2097
+ "type": "structure",
2098
+ "members": {
2099
+ "key": {},
2100
+ "isRequired": {
2101
+ "type": "boolean"
2102
+ },
2103
+ "label": {},
2104
+ "description": {},
2105
+ "isSensitiveField": {
2106
+ "type": "boolean"
2107
+ },
2108
+ "connectorSuppliedValues": {
2109
+ "type": "list",
2110
+ "member": {}
2111
+ }
2112
+ }
2113
+ }
2114
+ }
2115
+ }
2116
+ }
2117
+ }
2118
+ }
2119
+ },
2120
+ "connectorRuntimeSettings": {
2121
+ "type": "list",
2122
+ "member": {
2123
+ "type": "structure",
2124
+ "members": {
2125
+ "key": {},
2126
+ "dataType": {},
2127
+ "isRequired": {
2128
+ "type": "boolean"
2129
+ },
2130
+ "label": {},
2131
+ "description": {},
2132
+ "scope": {},
2133
+ "connectorSuppliedValueOptions": {
2134
+ "type": "list",
2135
+ "member": {}
2136
+ }
2137
+ }
2138
+ }
2139
+ },
2140
+ "supportedApiVersions": {
2141
+ "type": "list",
2142
+ "member": {}
2143
+ },
2144
+ "supportedOperators": {
2145
+ "type": "list",
2146
+ "member": {}
2147
+ },
2148
+ "supportedWriteOperations": {
2149
+ "shape": "S7e"
2150
+ },
2151
+ "connectorProvisioningType": {},
2152
+ "connectorProvisioningConfig": {
2153
+ "shape": "S7g"
2154
+ },
2155
+ "logoURL": {},
2156
+ "registeredAt": {
2157
+ "type": "timestamp"
2158
+ },
2159
+ "registeredBy": {}
2160
+ }
2161
+ },
2162
+ "S5u": {
1779
2163
  "type": "list",
1780
2164
  "member": {}
1781
2165
  },
1782
- "S6u": {
2166
+ "S6q": {
2167
+ "type": "list",
2168
+ "member": {}
2169
+ },
2170
+ "S7e": {
2171
+ "type": "list",
2172
+ "member": {}
2173
+ },
2174
+ "S7g": {
2175
+ "type": "structure",
2176
+ "members": {
2177
+ "lambda": {
2178
+ "type": "structure",
2179
+ "required": [
2180
+ "lambdaArn"
2181
+ ],
2182
+ "members": {
2183
+ "lambdaArn": {}
2184
+ }
2185
+ }
2186
+ }
2187
+ },
2188
+ "S7v": {
2189
+ "type": "structure",
2190
+ "members": {
2191
+ "maximum": {
2192
+ "type": "double"
2193
+ },
2194
+ "minimum": {
2195
+ "type": "double"
2196
+ }
2197
+ }
2198
+ },
2199
+ "S8d": {
2200
+ "type": "list",
2201
+ "member": {
2202
+ "type": "structure",
2203
+ "members": {
2204
+ "connectorDescription": {},
2205
+ "connectorName": {},
2206
+ "connectorOwner": {},
2207
+ "connectorVersion": {},
2208
+ "applicationType": {},
2209
+ "connectorType": {},
2210
+ "connectorLabel": {},
2211
+ "registeredAt": {
2212
+ "type": "timestamp"
2213
+ },
2214
+ "registeredBy": {},
2215
+ "connectorProvisioningType": {},
2216
+ "connectorModes": {
2217
+ "shape": "S6q"
2218
+ }
2219
+ }
2220
+ }
2221
+ },
2222
+ "S8j": {
1783
2223
  "type": "structure",
1784
2224
  "members": {
1785
2225
  "mostRecentExecutionMessage": {},