@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
@@ -43,6 +43,14 @@ declare class Appflow extends Service {
43
43
  * Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time.
44
44
  */
45
45
  deleteFlow(callback?: (err: AWSError, data: Appflow.Types.DeleteFlowResponse) => void): Request<Appflow.Types.DeleteFlowResponse, AWSError>;
46
+ /**
47
+ * Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.
48
+ */
49
+ describeConnector(params: Appflow.Types.DescribeConnectorRequest, callback?: (err: AWSError, data: Appflow.Types.DescribeConnectorResponse) => void): Request<Appflow.Types.DescribeConnectorResponse, AWSError>;
50
+ /**
51
+ * Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.
52
+ */
53
+ describeConnector(callback?: (err: AWSError, data: Appflow.Types.DescribeConnectorResponse) => void): Request<Appflow.Types.DescribeConnectorResponse, AWSError>;
46
54
  /**
47
55
  * Provides details regarding the entity used with the connector, with a description of the data model for each entity.
48
56
  */
@@ -91,6 +99,14 @@ declare class Appflow extends Service {
91
99
  * Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity.
92
100
  */
93
101
  listConnectorEntities(callback?: (err: AWSError, data: Appflow.Types.ListConnectorEntitiesResponse) => void): Request<Appflow.Types.ListConnectorEntitiesResponse, AWSError>;
102
+ /**
103
+ * Returns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors.
104
+ */
105
+ listConnectors(params: Appflow.Types.ListConnectorsRequest, callback?: (err: AWSError, data: Appflow.Types.ListConnectorsResponse) => void): Request<Appflow.Types.ListConnectorsResponse, AWSError>;
106
+ /**
107
+ * Returns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors.
108
+ */
109
+ listConnectors(callback?: (err: AWSError, data: Appflow.Types.ListConnectorsResponse) => void): Request<Appflow.Types.ListConnectorsResponse, AWSError>;
94
110
  /**
95
111
  * Lists all of the flows associated with your account.
96
112
  */
@@ -107,6 +123,14 @@ declare class Appflow extends Service {
107
123
  * Retrieves the tags that are associated with a specified flow.
108
124
  */
109
125
  listTagsForResource(callback?: (err: AWSError, data: Appflow.Types.ListTagsForResourceResponse) => void): Request<Appflow.Types.ListTagsForResourceResponse, AWSError>;
126
+ /**
127
+ * Registers a new connector with your Amazon Web Services account. Before you can register the connector, you must deploy lambda in your account.
128
+ */
129
+ registerConnector(params: Appflow.Types.RegisterConnectorRequest, callback?: (err: AWSError, data: Appflow.Types.RegisterConnectorResponse) => void): Request<Appflow.Types.RegisterConnectorResponse, AWSError>;
130
+ /**
131
+ * Registers a new connector with your Amazon Web Services account. Before you can register the connector, you must deploy lambda in your account.
132
+ */
133
+ registerConnector(callback?: (err: AWSError, data: Appflow.Types.RegisterConnectorResponse) => void): Request<Appflow.Types.RegisterConnectorResponse, AWSError>;
110
134
  /**
111
135
  * Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow.
112
136
  */
@@ -131,6 +155,14 @@ declare class Appflow extends Service {
131
155
  * Applies a tag to the specified flow.
132
156
  */
133
157
  tagResource(callback?: (err: AWSError, data: Appflow.Types.TagResourceResponse) => void): Request<Appflow.Types.TagResourceResponse, AWSError>;
158
+ /**
159
+ * Unregisters the custom connector registered in your account that matches the connectorLabel provided in the request.
160
+ */
161
+ unregisterConnector(params: Appflow.Types.UnregisterConnectorRequest, callback?: (err: AWSError, data: Appflow.Types.UnregisterConnectorResponse) => void): Request<Appflow.Types.UnregisterConnectorResponse, AWSError>;
162
+ /**
163
+ * Unregisters the custom connector registered in your account that matches the connectorLabel provided in the request.
164
+ */
165
+ unregisterConnector(callback?: (err: AWSError, data: Appflow.Types.UnregisterConnectorResponse) => void): Request<Appflow.Types.UnregisterConnectorResponse, AWSError>;
134
166
  /**
135
167
  * Removes a tag from the specified flow.
136
168
  */
@@ -190,13 +222,80 @@ declare namespace Appflow {
190
222
  object: Object;
191
223
  }
192
224
  export type ApiKey = string;
225
+ export interface ApiKeyCredentials {
226
+ /**
227
+ * The API key required for API key authentication.
228
+ */
229
+ apiKey: ApiKey;
230
+ /**
231
+ * The API secret key required for API key authentication.
232
+ */
233
+ apiSecretKey?: ApiSecretKey;
234
+ }
193
235
  export type ApiSecretKey = string;
194
236
  export type ApiToken = string;
237
+ export type ApiVersion = string;
195
238
  export type ApplicationHostUrl = string;
196
239
  export type ApplicationKey = string;
197
240
  export type ApplicationServicePath = string;
241
+ export type ApplicationType = string;
198
242
  export type AuthCode = string;
199
243
  export type AuthCodeUrl = string;
244
+ export type AuthCodeUrlList = AuthCodeUrl[];
245
+ export interface AuthParameter {
246
+ /**
247
+ * The authentication key required to authenticate with the connector.
248
+ */
249
+ key?: Key;
250
+ /**
251
+ * Indicates whether this authentication parameter is required.
252
+ */
253
+ isRequired?: Boolean;
254
+ /**
255
+ * Label used for authentication parameter.
256
+ */
257
+ label?: Label;
258
+ /**
259
+ * A description about the authentication parameter.
260
+ */
261
+ description?: Description;
262
+ /**
263
+ * Indicates whether this authentication parameter is a sensitive field.
264
+ */
265
+ isSensitiveField?: Boolean;
266
+ /**
267
+ * Contains default values for this authentication parameter that are supplied by the connector.
268
+ */
269
+ connectorSuppliedValues?: ConnectorSuppliedValueList;
270
+ }
271
+ export type AuthParameterList = AuthParameter[];
272
+ export interface AuthenticationConfig {
273
+ /**
274
+ * Indicates whether basic authentication is supported by the connector.
275
+ */
276
+ isBasicAuthSupported?: Boolean;
277
+ /**
278
+ * Indicates whether API key authentication is supported by the connector
279
+ */
280
+ isApiKeyAuthSupported?: Boolean;
281
+ /**
282
+ * Indicates whether OAuth 2.0 authentication is supported by the connector.
283
+ */
284
+ isOAuth2Supported?: Boolean;
285
+ /**
286
+ * Indicates whether custom authentication is supported by the connector
287
+ */
288
+ isCustomAuthSupported?: Boolean;
289
+ /**
290
+ * Contains the default values required for OAuth 2.0 authentication.
291
+ */
292
+ oAuth2Defaults?: OAuth2Defaults;
293
+ /**
294
+ * Contains information required for custom authentication.
295
+ */
296
+ customAuthConfigs?: CustomAuthConfigList;
297
+ }
298
+ export type AuthenticationType = "OAUTH2"|"APIKEY"|"BASIC"|"CUSTOM"|string;
200
299
  export interface BasicAuthCredentials {
201
300
  /**
202
301
  * The username to use to connect to a resource.
@@ -248,8 +347,127 @@ declare namespace Appflow {
248
347
  * Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.
249
348
  */
250
349
  connectorMetadata?: ConnectorMetadata;
350
+ /**
351
+ * The connector type.
352
+ */
353
+ connectorType?: ConnectorType;
354
+ /**
355
+ * The label used for registering the connector.
356
+ */
357
+ connectorLabel?: ConnectorLabel;
358
+ /**
359
+ * A description about the connector.
360
+ */
361
+ connectorDescription?: ConnectorDescription;
362
+ /**
363
+ * The owner who developed the connector.
364
+ */
365
+ connectorOwner?: ConnectorOwner;
366
+ /**
367
+ * The connector name.
368
+ */
369
+ connectorName?: ConnectorName;
370
+ /**
371
+ * The connector version.
372
+ */
373
+ connectorVersion?: ConnectorVersion;
374
+ /**
375
+ * The Amazon Resource Name (ARN) for the registered connector.
376
+ */
377
+ connectorArn?: ARN;
378
+ /**
379
+ * The connection modes that the connector supports.
380
+ */
381
+ connectorModes?: ConnectorModeList;
382
+ /**
383
+ * The authentication config required for the connector.
384
+ */
385
+ authenticationConfig?: AuthenticationConfig;
386
+ /**
387
+ * The required connector runtime settings.
388
+ */
389
+ connectorRuntimeSettings?: ConnectorRuntimeSettingList;
390
+ /**
391
+ * A list of API versions that are supported by the connector.
392
+ */
393
+ supportedApiVersions?: SupportedApiVersionList;
394
+ /**
395
+ * A list of operators supported by the connector.
396
+ */
397
+ supportedOperators?: SupportedOperatorList;
398
+ /**
399
+ * A list of write operations supported by the connector.
400
+ */
401
+ supportedWriteOperations?: SupportedWriteOperationList;
402
+ /**
403
+ * The provisioning type used to register the connector.
404
+ */
405
+ connectorProvisioningType?: ConnectorProvisioningType;
406
+ /**
407
+ * The configuration required for registering the connector.
408
+ */
409
+ connectorProvisioningConfig?: ConnectorProvisioningConfig;
410
+ /**
411
+ * Logo URL of the connector.
412
+ */
413
+ logoURL?: LogoURL;
414
+ /**
415
+ * The date on which the connector was registered.
416
+ */
417
+ registeredAt?: _Date;
418
+ /**
419
+ * Information about who registered the connector.
420
+ */
421
+ registeredBy?: RegisteredBy;
251
422
  }
252
423
  export type ConnectorConfigurationsMap = {[key: string]: ConnectorConfiguration};
424
+ export type ConnectorDescription = string;
425
+ export interface ConnectorDetail {
426
+ /**
427
+ * A description about the registered connector.
428
+ */
429
+ connectorDescription?: ConnectorDescription;
430
+ /**
431
+ * The name of the connector.
432
+ */
433
+ connectorName?: ConnectorName;
434
+ /**
435
+ * The owner of the connector.
436
+ */
437
+ connectorOwner?: ConnectorOwner;
438
+ /**
439
+ * The connector version.
440
+ */
441
+ connectorVersion?: ConnectorVersion;
442
+ /**
443
+ * The application type of the connector.
444
+ */
445
+ applicationType?: ApplicationType;
446
+ /**
447
+ * The connector type.
448
+ */
449
+ connectorType?: ConnectorType;
450
+ /**
451
+ * A label used for the connector.
452
+ */
453
+ connectorLabel?: ConnectorLabel;
454
+ /**
455
+ * The time at which the connector was registered.
456
+ */
457
+ registeredAt?: _Date;
458
+ /**
459
+ * The user who registered the connector.
460
+ */
461
+ registeredBy?: RegisteredBy;
462
+ /**
463
+ * The provisioning type that the connector uses.
464
+ */
465
+ connectorProvisioningType?: ConnectorProvisioningType;
466
+ /**
467
+ * The connection mode that the connector supports.
468
+ */
469
+ connectorModes?: ConnectorModeList;
470
+ }
253
471
  export interface ConnectorEntity {
254
472
  /**
255
473
  * The name of the connector entity.
@@ -269,10 +487,26 @@ declare namespace Appflow {
269
487
  * The unique identifier of the connector field.
270
488
  */
271
489
  identifier: Identifier;
490
+ /**
491
+ * The parent identifier of the connector field.
492
+ */
493
+ parentIdentifier?: Identifier;
272
494
  /**
273
495
  * The label applied to a connector entity field.
274
496
  */
275
497
  label?: Label;
498
+ /**
499
+ * Booelan value that indicates whether this field can be used as a primary key.
500
+ */
501
+ isPrimaryKey?: Boolean;
502
+ /**
503
+ * Default value that can be assigned to this field.
504
+ */
505
+ defaultValue?: String;
506
+ /**
507
+ * Booelan value that indicates whether this field is deprecated or not.
508
+ */
509
+ isDeprecated?: Boolean;
276
510
  /**
277
511
  * Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.
278
512
  */
@@ -289,10 +523,16 @@ declare namespace Appflow {
289
523
  * The properties applied to a field when the connector is being used as a destination.
290
524
  */
291
525
  destinationProperties?: DestinationFieldProperties;
526
+ /**
527
+ * A map that has specific properties related to the ConnectorEntityField.
528
+ */
529
+ customProperties?: CustomProperties;
292
530
  }
293
531
  export type ConnectorEntityFieldList = ConnectorEntityField[];
294
532
  export type ConnectorEntityList = ConnectorEntity[];
295
533
  export type ConnectorEntityMap = {[key: string]: ConnectorEntityList};
534
+ export type ConnectorLabel = string;
535
+ export type ConnectorList = ConnectorDetail[];
296
536
  export interface ConnectorMetadata {
297
537
  /**
298
538
  * The connector metadata specific to Amplitude.
@@ -376,6 +616,9 @@ declare namespace Appflow {
376
616
  Honeycode?: HoneycodeMetadata;
377
617
  SAPOData?: SAPODataMetadata;
378
618
  }
619
+ export type ConnectorMode = string;
620
+ export type ConnectorModeList = ConnectorMode[];
621
+ export type ConnectorName = string;
379
622
  export interface ConnectorOAuthRequest {
380
623
  /**
381
624
  * The code provided by the connector when it has been authenticated via the connected app.
@@ -447,7 +690,12 @@ declare namespace Appflow {
447
690
  * The operation to be performed on the provided SAPOData source fields.
448
691
  */
449
692
  SAPOData?: SAPODataConnectorOperator;
693
+ /**
694
+ * Operators supported by the custom connector.
695
+ */
696
+ CustomConnector?: Operator;
450
697
  }
698
+ export type ConnectorOwner = string;
451
699
  export interface ConnectorProfile {
452
700
  /**
453
701
  * The Amazon Resource Name (ARN) of the connector profile.
@@ -461,6 +709,10 @@ declare namespace Appflow {
461
709
  * The type of connector, such as Salesforce, Amplitude, and so on.
462
710
  */
463
711
  connectorType?: ConnectorType;
712
+ /**
713
+ * The label for the connector profile being created.
714
+ */
715
+ connectorLabel?: ConnectorLabel;
464
716
  /**
465
717
  * Indicates the connection mode and if it is public or private.
466
718
  */
@@ -563,6 +815,7 @@ declare namespace Appflow {
563
815
  */
564
816
  Zendesk?: ZendeskConnectorProfileCredentials;
565
817
  SAPOData?: SAPODataConnectorProfileCredentials;
818
+ CustomConnector?: CustomConnectorProfileCredentials;
566
819
  }
567
820
  export type ConnectorProfileDetailList = ConnectorProfile[];
568
821
  export type ConnectorProfileName = string;
@@ -633,9 +886,57 @@ declare namespace Appflow {
633
886
  */
634
887
  Zendesk?: ZendeskConnectorProfileProperties;
635
888
  SAPOData?: SAPODataConnectorProfileProperties;
889
+ /**
890
+ * The properties required by the custom connector.
891
+ */
892
+ CustomConnector?: CustomConnectorProfileProperties;
893
+ }
894
+ export interface ConnectorProvisioningConfig {
895
+ /**
896
+ * Contains information about the configuration of the lambda which is being registered as the connector.
897
+ */
898
+ lambda?: LambdaConnectorProvisioningConfig;
899
+ }
900
+ export type ConnectorProvisioningType = "LAMBDA"|string;
901
+ export interface ConnectorRuntimeSetting {
902
+ /**
903
+ * Contains value information about the connector runtime setting.
904
+ */
905
+ key?: Key;
906
+ /**
907
+ * Data type of the connector runtime setting.
908
+ */
909
+ dataType?: ConnectorRuntimeSettingDataType;
910
+ /**
911
+ * Indicates whether this connector runtime setting is required.
912
+ */
913
+ isRequired?: Boolean;
914
+ /**
915
+ * A label used for connector runtime setting.
916
+ */
917
+ label?: Label;
918
+ /**
919
+ * A description about the connector runtime setting.
920
+ */
921
+ description?: Description;
922
+ /**
923
+ * Indicates the scope of the connector runtime setting.
924
+ */
925
+ scope?: ConnectorRuntimeSettingScope;
926
+ /**
927
+ * Contains default values for the connector runtime setting that are supplied by the connector.
928
+ */
929
+ connectorSuppliedValueOptions?: ConnectorSuppliedValueOptionList;
636
930
  }
637
- export type ConnectorType = "Salesforce"|"Singular"|"Slack"|"Redshift"|"S3"|"Marketo"|"Googleanalytics"|"Zendesk"|"Servicenow"|"Datadog"|"Trendmicro"|"Snowflake"|"Dynatrace"|"Infornexus"|"Amplitude"|"Veeva"|"EventBridge"|"LookoutMetrics"|"Upsolver"|"Honeycode"|"CustomerProfiles"|"SAPOData"|string;
931
+ export type ConnectorRuntimeSettingDataType = string;
932
+ export type ConnectorRuntimeSettingList = ConnectorRuntimeSetting[];
933
+ export type ConnectorRuntimeSettingScope = string;
934
+ export type ConnectorSuppliedValue = string;
935
+ export type ConnectorSuppliedValueList = ConnectorSuppliedValue[];
936
+ export type ConnectorSuppliedValueOptionList = ConnectorSuppliedValue[];
937
+ export type ConnectorType = "Salesforce"|"Singular"|"Slack"|"Redshift"|"S3"|"Marketo"|"Googleanalytics"|"Zendesk"|"Servicenow"|"Datadog"|"Trendmicro"|"Snowflake"|"Dynatrace"|"Infornexus"|"Amplitude"|"Veeva"|"EventBridge"|"LookoutMetrics"|"Upsolver"|"Honeycode"|"CustomerProfiles"|"SAPOData"|"CustomConnector"|string;
638
938
  export type ConnectorTypeList = ConnectorType[];
939
+ export type ConnectorVersion = string;
639
940
  export interface CreateConnectorProfileRequest {
640
941
  /**
641
942
  * The name of the connector profile. The name is unique for each ConnectorProfile in your Amazon Web Services account.
@@ -649,6 +950,10 @@ declare namespace Appflow {
649
950
  * The type of connector, such as Salesforce, Amplitude, and so on.
650
951
  */
651
952
  connectorType: ConnectorType;
953
+ /**
954
+ * The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
955
+ */
956
+ connectorLabel?: ConnectorLabel;
652
957
  /**
653
958
  * Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
654
959
  */
@@ -709,6 +1014,95 @@ declare namespace Appflow {
709
1014
  flowStatus?: FlowStatus;
710
1015
  }
711
1016
  export type CreatedBy = string;
1017
+ export type CredentialsMap = {[key: string]: CredentialsMapValue};
1018
+ export type CredentialsMapKey = string;
1019
+ export type CredentialsMapValue = string;
1020
+ export interface CustomAuthConfig {
1021
+ /**
1022
+ * The authentication type that the custom connector uses.
1023
+ */
1024
+ customAuthenticationType?: CustomAuthenticationType;
1025
+ /**
1026
+ * Information about authentication parameters required for authentication.
1027
+ */
1028
+ authParameters?: AuthParameterList;
1029
+ }
1030
+ export type CustomAuthConfigList = CustomAuthConfig[];
1031
+ export interface CustomAuthCredentials {
1032
+ /**
1033
+ * The custom authentication type that the connector uses.
1034
+ */
1035
+ customAuthenticationType: CustomAuthenticationType;
1036
+ /**
1037
+ * A map that holds custom authentication credentials.
1038
+ */
1039
+ credentialsMap?: CredentialsMap;
1040
+ }
1041
+ export type CustomAuthenticationType = string;
1042
+ export interface CustomConnectorDestinationProperties {
1043
+ /**
1044
+ * The entity specified in the custom connector as a destination in the flow.
1045
+ */
1046
+ entityName: EntityName;
1047
+ /**
1048
+ * The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
1049
+ */
1050
+ errorHandlingConfig?: ErrorHandlingConfig;
1051
+ /**
1052
+ * Specifies the type of write operation to be performed in the custom connector when it's used as destination.
1053
+ */
1054
+ writeOperationType?: WriteOperationType;
1055
+ /**
1056
+ * The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
1057
+ */
1058
+ idFieldNames?: IdFieldNameList;
1059
+ /**
1060
+ * The custom properties that are specific to the connector when it's used as a destination in the flow.
1061
+ */
1062
+ customProperties?: CustomProperties;
1063
+ }
1064
+ export interface CustomConnectorProfileCredentials {
1065
+ /**
1066
+ * The authentication type that the custom connector uses for authenticating while creating a connector profile.
1067
+ */
1068
+ authenticationType: AuthenticationType;
1069
+ /**
1070
+ * The basic credentials that are required for the authentication of the user.
1071
+ */
1072
+ basic?: BasicAuthCredentials;
1073
+ /**
1074
+ * The OAuth 2.0 credentials required for the authentication of the user.
1075
+ */
1076
+ oauth2?: OAuth2Credentials;
1077
+ /**
1078
+ * The API keys required for the authentication of the user.
1079
+ */
1080
+ apiKey?: ApiKeyCredentials;
1081
+ /**
1082
+ * If the connector uses the custom authentication mechanism, this holds the required credentials.
1083
+ */
1084
+ custom?: CustomAuthCredentials;
1085
+ }
1086
+ export interface CustomConnectorProfileProperties {
1087
+ /**
1088
+ * A map of properties that are required to create a profile for the custom connector.
1089
+ */
1090
+ profileProperties?: ProfilePropertiesMap;
1091
+ oAuth2Properties?: OAuth2Properties;
1092
+ }
1093
+ export interface CustomConnectorSourceProperties {
1094
+ /**
1095
+ * The entity specified in the custom connector as a source in the flow.
1096
+ */
1097
+ entityName: EntityName;
1098
+ /**
1099
+ * Custom properties that are required to use the custom connector as a source.
1100
+ */
1101
+ customProperties?: CustomProperties;
1102
+ }
1103
+ export type CustomProperties = {[key: string]: CustomPropertyValue};
1104
+ export type CustomPropertyKey = string;
1105
+ export type CustomPropertyValue = string;
712
1106
  export interface CustomerProfilesDestinationProperties {
713
1107
  /**
714
1108
  * The unique name of the Amazon Connect Customer Profiles domain.
@@ -778,7 +1172,7 @@ declare namespace Appflow {
778
1172
  /**
779
1173
  * The entity name for that connector.
780
1174
  */
781
- connectorEntityName: Name;
1175
+ connectorEntityName: EntityName;
782
1176
  /**
783
1177
  * The type of connector application, such as Salesforce, Amplitude, and so on.
784
1178
  */
@@ -787,6 +1181,10 @@ declare namespace Appflow {
787
1181
  * The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.
788
1182
  */
789
1183
  connectorProfileName?: ConnectorProfileName;
1184
+ /**
1185
+ * The version of the API that's used by the connector.
1186
+ */
1187
+ apiVersion?: ApiVersion;
790
1188
  }
791
1189
  export interface DescribeConnectorEntityResponse {
792
1190
  /**
@@ -803,6 +1201,10 @@ declare namespace Appflow {
803
1201
  * The type of connector, such as Salesforce, Amplitude, and so on.
804
1202
  */
805
1203
  connectorType?: ConnectorType;
1204
+ /**
1205
+ * The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
1206
+ */
1207
+ connectorLabel?: ConnectorLabel;
806
1208
  /**
807
1209
  * Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).
808
1210
  */
@@ -822,11 +1224,31 @@ declare namespace Appflow {
822
1224
  */
823
1225
  nextToken?: NextToken;
824
1226
  }
1227
+ export interface DescribeConnectorRequest {
1228
+ /**
1229
+ * The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
1230
+ */
1231
+ connectorType: ConnectorType;
1232
+ /**
1233
+ * The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
1234
+ */
1235
+ connectorLabel?: ConnectorLabel;
1236
+ }
1237
+ export interface DescribeConnectorResponse {
1238
+ /**
1239
+ * Configuration info of all the connectors that the user requested.
1240
+ */
1241
+ connectorConfiguration?: ConnectorConfiguration;
1242
+ }
825
1243
  export interface DescribeConnectorsRequest {
826
1244
  /**
827
1245
  * The type of connector, such as Salesforce, Amplitude, and so on.
828
1246
  */
829
1247
  connectorTypes?: ConnectorTypeList;
1248
+ /**
1249
+ * The maximum number of items that should be returned in the result set. The default is 20.
1250
+ */
1251
+ maxResults?: MaxResults;
830
1252
  /**
831
1253
  * The pagination token for the next page of data.
832
1254
  */
@@ -837,6 +1259,10 @@ declare namespace Appflow {
837
1259
  * The configuration that is applied to the connectors used in the flow.
838
1260
  */
839
1261
  connectorConfigurations?: ConnectorConfigurationsMap;
1262
+ /**
1263
+ * Information about the connectors supported in Amazon AppFlow.
1264
+ */
1265
+ connectors?: ConnectorList;
840
1266
  /**
841
1267
  * The pagination token for the next page of data.
842
1268
  */
@@ -980,6 +1406,10 @@ declare namespace Appflow {
980
1406
  * The properties required to query Zendesk.
981
1407
  */
982
1408
  Zendesk?: ZendeskDestinationProperties;
1409
+ /**
1410
+ * The properties that are required to query the custom Connector.
1411
+ */
1412
+ CustomConnector?: CustomConnectorDestinationProperties;
983
1413
  }
984
1414
  export type DestinationField = string;
985
1415
  export interface DestinationFieldProperties {
@@ -999,6 +1429,10 @@ declare namespace Appflow {
999
1429
  * Specifies whether the field can be updated during an UPDATE or UPSERT write operation.
1000
1430
  */
1001
1431
  isUpdatable?: Boolean;
1432
+ /**
1433
+ * Specifies whether the field can use the default value during a Create operation.
1434
+ */
1435
+ isDefaultedOnCreate?: Boolean;
1002
1436
  /**
1003
1437
  * A list of supported write operations. For each write operation listed, this field can be used in idFieldNames when that write operation is present as a destination option.
1004
1438
  */
@@ -1009,6 +1443,10 @@ declare namespace Appflow {
1009
1443
  * The type of connector, such as Salesforce, Amplitude, and so on.
1010
1444
  */
1011
1445
  connectorType: ConnectorType;
1446
+ /**
1447
+ * The API version that the destination connector uses.
1448
+ */
1449
+ apiVersion?: ApiVersion;
1012
1450
  /**
1013
1451
  * The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
1014
1452
  */
@@ -1021,6 +1459,7 @@ declare namespace Appflow {
1021
1459
  export type DestinationFlowConfigList = DestinationFlowConfig[];
1022
1460
  export type DocumentType = string;
1023
1461
  export type DomainName = string;
1462
+ export type Double = number;
1024
1463
  export type DynatraceConnectorOperator = "PROJECTION"|"BETWEEN"|"EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
1025
1464
  export interface DynatraceConnectorProfileCredentials {
1026
1465
  /**
@@ -1043,6 +1482,7 @@ declare namespace Appflow {
1043
1482
  object: Object;
1044
1483
  }
1045
1484
  export type EntitiesPath = string;
1485
+ export type EntityName = string;
1046
1486
  export interface ErrorHandlingConfig {
1047
1487
  /**
1048
1488
  * Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
@@ -1155,6 +1595,22 @@ declare namespace Appflow {
1155
1595
  * The list of values that a field can contain. For example, a Boolean fieldType can have two values: "true" and "false".
1156
1596
  */
1157
1597
  supportedValues?: SupportedValueList;
1598
+ /**
1599
+ * The regular expression pattern for the field name.
1600
+ */
1601
+ valueRegexPattern?: String;
1602
+ /**
1603
+ * The date format that the field supports.
1604
+ */
1605
+ supportedDateFormat?: String;
1606
+ /**
1607
+ * The range of values this field can hold.
1608
+ */
1609
+ fieldValueRange?: Range;
1610
+ /**
1611
+ * This is the allowable length range for this field's value.
1612
+ */
1613
+ fieldLengthRange?: Range;
1158
1614
  }
1159
1615
  export type FileType = "CSV"|"JSON"|"PARQUET"|string;
1160
1616
  export type FilterOperatorList = Operator[];
@@ -1180,10 +1636,18 @@ declare namespace Appflow {
1180
1636
  * Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
1181
1637
  */
1182
1638
  sourceConnectorType?: ConnectorType;
1639
+ /**
1640
+ * The label of the source connector in the flow.
1641
+ */
1642
+ sourceConnectorLabel?: ConnectorLabel;
1183
1643
  /**
1184
1644
  * Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
1185
1645
  */
1186
1646
  destinationConnectorType?: ConnectorType;
1647
+ /**
1648
+ * The label of the destination connector in the flow.
1649
+ */
1650
+ destinationConnectorLabel?: ConnectorLabel;
1187
1651
  /**
1188
1652
  * Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.
1189
1653
  */
@@ -1328,6 +1792,12 @@ declare namespace Appflow {
1328
1792
  export type KMSArn = string;
1329
1793
  export type Key = string;
1330
1794
  export type Label = string;
1795
+ export interface LambdaConnectorProvisioningConfig {
1796
+ /**
1797
+ * Lambda ARN of the connector being registered.
1798
+ */
1799
+ lambdaArn: ARN;
1800
+ }
1331
1801
  export interface ListConnectorEntitiesRequest {
1332
1802
  /**
1333
1803
  * The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account, and is used to query the downstream connector.
@@ -1341,6 +1811,10 @@ declare namespace Appflow {
1341
1811
  * This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.
1342
1812
  */
1343
1813
  entitiesPath?: EntitiesPath;
1814
+ /**
1815
+ * The version of the API that's used by the connector.
1816
+ */
1817
+ apiVersion?: ApiVersion;
1344
1818
  }
1345
1819
  export interface ListConnectorEntitiesResponse {
1346
1820
  /**
@@ -1348,6 +1822,26 @@ declare namespace Appflow {
1348
1822
  */
1349
1823
  connectorEntityMap: ConnectorEntityMap;
1350
1824
  }
1825
+ export interface ListConnectorsRequest {
1826
+ /**
1827
+ * Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).
1828
+ */
1829
+ maxResults?: MaxResults;
1830
+ /**
1831
+ * The pagination token for the next page of data.
1832
+ */
1833
+ nextToken?: NextToken;
1834
+ }
1835
+ export interface ListConnectorsResponse {
1836
+ /**
1837
+ * Contains information about the connectors supported by Amazon AppFlow.
1838
+ */
1839
+ connectors?: ConnectorList;
1840
+ /**
1841
+ * The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
1842
+ */
1843
+ nextToken?: NextToken;
1844
+ }
1351
1845
  export interface ListFlowsRequest {
1352
1846
  /**
1353
1847
  * Specifies the maximum number of items that should be returned in the result set.
@@ -1380,6 +1874,7 @@ declare namespace Appflow {
1380
1874
  */
1381
1875
  tags?: TagMap;
1382
1876
  }
1877
+ export type LogoURL = string;
1383
1878
  export type LogonLanguage = string;
1384
1879
  export type Long = number;
1385
1880
  export interface LookoutMetricsDestinationProperties {
@@ -1421,6 +1916,55 @@ declare namespace Appflow {
1421
1916
  export type MostRecentExecutionMessage = string;
1422
1917
  export type Name = string;
1423
1918
  export type NextToken = string;
1919
+ export interface OAuth2Credentials {
1920
+ /**
1921
+ * The identifier for the desired client.
1922
+ */
1923
+ clientId?: ClientId;
1924
+ /**
1925
+ * The client secret used by the OAuth client to authenticate to the authorization server.
1926
+ */
1927
+ clientSecret?: ClientSecret;
1928
+ /**
1929
+ * The access token used to access the connector on your behalf.
1930
+ */
1931
+ accessToken?: AccessToken;
1932
+ /**
1933
+ * The refresh token used to refresh an expired access token.
1934
+ */
1935
+ refreshToken?: RefreshToken;
1936
+ oAuthRequest?: ConnectorOAuthRequest;
1937
+ }
1938
+ export interface OAuth2Defaults {
1939
+ /**
1940
+ * OAuth 2.0 scopes that the connector supports.
1941
+ */
1942
+ oauthScopes?: OAuthScopeList;
1943
+ /**
1944
+ * Token URLs that can be used for OAuth 2.0 authentication.
1945
+ */
1946
+ tokenUrls?: TokenUrlList;
1947
+ /**
1948
+ * Auth code URLs that can be used for OAuth 2.0 authentication.
1949
+ */
1950
+ authCodeUrls?: AuthCodeUrlList;
1951
+ /**
1952
+ * OAuth 2.0 grant types supported by the connector.
1953
+ */
1954
+ oauth2GrantTypesSupported?: OAuth2GrantTypeSupportedList;
1955
+ }
1956
+ export type OAuth2GrantType = "CLIENT_CREDENTIALS"|"AUTHORIZATION_CODE"|string;
1957
+ export type OAuth2GrantTypeSupportedList = OAuth2GrantType[];
1958
+ export interface OAuth2Properties {
1959
+ /**
1960
+ * The token URL required for OAuth 2.0 authentication.
1961
+ */
1962
+ tokenUrl: TokenUrl;
1963
+ /**
1964
+ * The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
1965
+ */
1966
+ oAuth2GrantType: OAuth2GrantType;
1967
+ }
1424
1968
  export interface OAuthCredentials {
1425
1969
  /**
1426
1970
  * The identifier for the desired client.
@@ -1463,6 +2007,7 @@ declare namespace Appflow {
1463
2007
  export type ObjectTypeName = string;
1464
2008
  export type Operator = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
1465
2009
  export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|"EXCLUDE_SOURCE_FIELDS_LIST"|string;
2010
+ export type Operators = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
1466
2011
  export type Password = string;
1467
2012
  export type PortNumber = number;
1468
2013
  export interface PrefixConfig {
@@ -1495,7 +2040,20 @@ declare namespace Appflow {
1495
2040
  }
1496
2041
  export type PrivateConnectionProvisioningStatus = "FAILED"|"PENDING"|"CREATED"|string;
1497
2042
  export type PrivateLinkServiceName = string;
2043
+ export type ProfilePropertiesMap = {[key: string]: ProfilePropertyValue};
2044
+ export type ProfilePropertyKey = string;
2045
+ export type ProfilePropertyValue = string;
1498
2046
  export type Property = string;
2047
+ export interface Range {
2048
+ /**
2049
+ * Maximum value supported by the field.
2050
+ */
2051
+ maximum?: Double;
2052
+ /**
2053
+ * Minimum value supported by the field.
2054
+ */
2055
+ minimum?: Double;
2056
+ }
1499
2057
  export type RedirectUri = string;
1500
2058
  export interface RedshiftConnectorProfileCredentials {
1501
2059
  /**
@@ -1548,6 +2106,31 @@ declare namespace Appflow {
1548
2106
  export type RefreshToken = string;
1549
2107
  export type Region = string;
1550
2108
  export type RegionList = Region[];
2109
+ export interface RegisterConnectorRequest {
2110
+ /**
2111
+ * The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account.
2112
+ */
2113
+ connectorLabel?: ConnectorLabel;
2114
+ /**
2115
+ * A description about the connector that's being registered.
2116
+ */
2117
+ description?: Description;
2118
+ /**
2119
+ * The provisioning type of the connector. Currently the only supported value is LAMBDA.
2120
+ */
2121
+ connectorProvisioningType?: ConnectorProvisioningType;
2122
+ /**
2123
+ * The provisioning type of the connector. Currently the only supported value is LAMBDA.
2124
+ */
2125
+ connectorProvisioningConfig?: ConnectorProvisioningConfig;
2126
+ }
2127
+ export interface RegisterConnectorResponse {
2128
+ /**
2129
+ * The ARN of the connector being registered.
2130
+ */
2131
+ connectorArn?: ARN;
2132
+ }
2133
+ export type RegisteredBy = string;
1551
2134
  export type RoleArn = string;
1552
2135
  export type S3ConnectorOperator = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
1553
2136
  export interface S3DestinationProperties {
@@ -1944,6 +2527,7 @@ declare namespace Appflow {
1944
2527
  */
1945
2528
  Zendesk?: ZendeskSourceProperties;
1946
2529
  SAPOData?: SAPODataSourceProperties;
2530
+ CustomConnector?: CustomConnectorSourceProperties;
1947
2531
  }
1948
2532
  export interface SourceFieldProperties {
1949
2533
  /**
@@ -1954,6 +2538,10 @@ declare namespace Appflow {
1954
2538
  * Indicates if the field can be queried.
1955
2539
  */
1956
2540
  isQueryable?: Boolean;
2541
+ /**
2542
+ * Indicates if this timestamp field can be used for incremental queries.
2543
+ */
2544
+ isTimestampFieldForIncrementalQueries?: Boolean;
1957
2545
  }
1958
2546
  export type SourceFields = String[];
1959
2547
  export interface SourceFlowConfig {
@@ -1961,6 +2549,10 @@ declare namespace Appflow {
1961
2549
  * The type of connector, such as Salesforce, Amplitude, and so on.
1962
2550
  */
1963
2551
  connectorType: ConnectorType;
2552
+ /**
2553
+ * The API version of the connector when it's used as a source in the flow.
2554
+ */
2555
+ apiVersion?: ApiVersion;
1964
2556
  /**
1965
2557
  * The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
1966
2558
  */
@@ -2012,12 +2604,15 @@ declare namespace Appflow {
2012
2604
  flowStatus?: FlowStatus;
2013
2605
  }
2014
2606
  export type String = string;
2607
+ export type SupportedApiVersion = string;
2608
+ export type SupportedApiVersionList = SupportedApiVersion[];
2015
2609
  export interface SupportedFieldTypeDetails {
2016
2610
  /**
2017
2611
  * The initial supported version for fieldType. If this is later changed to a different version, v2 will be introduced.
2018
2612
  */
2019
2613
  v1: FieldTypeDetails;
2020
2614
  }
2615
+ export type SupportedOperatorList = Operators[];
2021
2616
  export type SupportedValueList = Value[];
2022
2617
  export type SupportedWriteOperationList = WriteOperationType[];
2023
2618
  export type TagKey = string;
@@ -2063,6 +2658,7 @@ declare namespace Appflow {
2063
2658
  export type Tasks = Task[];
2064
2659
  export type Timezone = string;
2065
2660
  export type TokenUrl = string;
2661
+ export type TokenUrlList = TokenUrl[];
2066
2662
  export type TrendmicroConnectorOperator = "PROJECTION"|"EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
2067
2663
  export interface TrendmicroConnectorProfileCredentials {
2068
2664
  /**
@@ -2098,6 +2694,18 @@ declare namespace Appflow {
2098
2694
  }
2099
2695
  export type TriggerType = "Scheduled"|"Event"|"OnDemand"|string;
2100
2696
  export type TriggerTypeList = TriggerType[];
2697
+ export interface UnregisterConnectorRequest {
2698
+ /**
2699
+ * The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account.
2700
+ */
2701
+ connectorLabel: ConnectorLabel;
2702
+ /**
2703
+ * Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
2704
+ */
2705
+ forceDelete?: Boolean;
2706
+ }
2707
+ export interface UnregisterConnectorResponse {
2708
+ }
2101
2709
  export interface UntagResourceRequest {
2102
2710
  /**
2103
2711
  * The Amazon Resource Name (ARN) of the flow that you want to untag.
@@ -2229,7 +2837,7 @@ declare namespace Appflow {
2229
2837
  includeAllVersions?: Boolean;
2230
2838
  }
2231
2839
  export type Warehouse = string;
2232
- export type WriteOperationType = "INSERT"|"UPSERT"|"UPDATE"|string;
2840
+ export type WriteOperationType = "INSERT"|"UPSERT"|"UPDATE"|"DELETE"|string;
2233
2841
  export type ZendeskConnectorOperator = "PROJECTION"|"GREATER_THAN"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
2234
2842
  export interface ZendeskConnectorProfileCredentials {
2235
2843
  /**