aws-sdk-appflow 1.6.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -64,6 +64,8 @@ module Aws::Appflow
64
64
  CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
65
65
  CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
66
66
  CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
67
+ CustomerProfilesDestinationProperties = Shapes::StructureShape.new(name: 'CustomerProfilesDestinationProperties')
68
+ CustomerProfilesMetadata = Shapes::StructureShape.new(name: 'CustomerProfilesMetadata')
67
69
  DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
68
70
  DatabaseUrl = Shapes::StringShape.new(name: 'DatabaseUrl')
69
71
  DatadogConnectorOperator = Shapes::StringShape.new(name: 'DatadogConnectorOperator')
@@ -93,6 +95,7 @@ module Aws::Appflow
93
95
  DestinationFieldProperties = Shapes::StructureShape.new(name: 'DestinationFieldProperties')
94
96
  DestinationFlowConfig = Shapes::StructureShape.new(name: 'DestinationFlowConfig')
95
97
  DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
98
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
96
99
  DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
97
100
  DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
98
101
  DynatraceConnectorProfileProperties = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileProperties')
@@ -128,6 +131,10 @@ module Aws::Appflow
128
131
  GoogleAnalyticsMetadata = Shapes::StructureShape.new(name: 'GoogleAnalyticsMetadata')
129
132
  GoogleAnalyticsSourceProperties = Shapes::StructureShape.new(name: 'GoogleAnalyticsSourceProperties')
130
133
  Group = Shapes::StringShape.new(name: 'Group')
134
+ HoneycodeConnectorProfileCredentials = Shapes::StructureShape.new(name: 'HoneycodeConnectorProfileCredentials')
135
+ HoneycodeConnectorProfileProperties = Shapes::StructureShape.new(name: 'HoneycodeConnectorProfileProperties')
136
+ HoneycodeDestinationProperties = Shapes::StructureShape.new(name: 'HoneycodeDestinationProperties')
137
+ HoneycodeMetadata = Shapes::StructureShape.new(name: 'HoneycodeMetadata')
131
138
  IdFieldNameList = Shapes::ListShape.new(name: 'IdFieldNameList')
132
139
  Identifier = Shapes::StringShape.new(name: 'Identifier')
133
140
  IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
@@ -148,6 +155,7 @@ module Aws::Appflow
148
155
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
149
156
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
150
157
  Long = Shapes::IntegerShape.new(name: 'Long')
158
+ LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
151
159
  MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
152
160
  MarketoConnectorProfileCredentials = Shapes::StructureShape.new(name: 'MarketoConnectorProfileCredentials')
153
161
  MarketoConnectorProfileProperties = Shapes::StructureShape.new(name: 'MarketoConnectorProfileProperties')
@@ -160,6 +168,7 @@ module Aws::Appflow
160
168
  OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
161
169
  OAuthScopeList = Shapes::ListShape.new(name: 'OAuthScopeList')
162
170
  Object = Shapes::StringShape.new(name: 'Object')
171
+ ObjectTypeName = Shapes::StringShape.new(name: 'ObjectTypeName')
163
172
  Operator = Shapes::StringShape.new(name: 'Operator')
164
173
  OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
165
174
  Password = Shapes::StringShape.new(name: 'Password')
@@ -273,6 +282,7 @@ module Aws::Appflow
273
282
  ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
274
283
  ZendeskConnectorProfileCredentials = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileCredentials')
275
284
  ZendeskConnectorProfileProperties = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileProperties')
285
+ ZendeskDestinationProperties = Shapes::StructureShape.new(name: 'ZendeskDestinationProperties')
276
286
  ZendeskMetadata = Shapes::StructureShape.new(name: 'ZendeskMetadata')
277
287
  ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
278
288
 
@@ -347,6 +357,8 @@ module Aws::Appflow
347
357
  ConnectorMetadata.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskMetadata, location_name: "Zendesk"))
348
358
  ConnectorMetadata.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeMetadata, location_name: "EventBridge"))
349
359
  ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
360
+ ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
361
+ ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
350
362
  ConnectorMetadata.struct_class = Types::ConnectorMetadata
351
363
 
352
364
  ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
@@ -387,6 +399,7 @@ module Aws::Appflow
387
399
  ConnectorProfileCredentials.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileCredentials, location_name: "Datadog"))
388
400
  ConnectorProfileCredentials.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileCredentials, location_name: "Dynatrace"))
389
401
  ConnectorProfileCredentials.add_member(:google_analytics, Shapes::ShapeRef.new(shape: GoogleAnalyticsConnectorProfileCredentials, location_name: "GoogleAnalytics"))
402
+ ConnectorProfileCredentials.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeConnectorProfileCredentials, location_name: "Honeycode"))
390
403
  ConnectorProfileCredentials.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileCredentials, location_name: "InforNexus"))
391
404
  ConnectorProfileCredentials.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileCredentials, location_name: "Marketo"))
392
405
  ConnectorProfileCredentials.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileCredentials, location_name: "Redshift"))
@@ -408,6 +421,7 @@ module Aws::Appflow
408
421
  ConnectorProfileProperties.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileProperties, location_name: "Datadog"))
409
422
  ConnectorProfileProperties.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileProperties, location_name: "Dynatrace"))
410
423
  ConnectorProfileProperties.add_member(:google_analytics, Shapes::ShapeRef.new(shape: GoogleAnalyticsConnectorProfileProperties, location_name: "GoogleAnalytics"))
424
+ ConnectorProfileProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeConnectorProfileProperties, location_name: "Honeycode"))
411
425
  ConnectorProfileProperties.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileProperties, location_name: "InforNexus"))
412
426
  ConnectorProfileProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileProperties, location_name: "Marketo"))
413
427
  ConnectorProfileProperties.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileProperties, location_name: "Redshift"))
@@ -450,6 +464,12 @@ module Aws::Appflow
450
464
  CreateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
451
465
  CreateFlowResponse.struct_class = Types::CreateFlowResponse
452
466
 
467
+ CustomerProfilesDestinationProperties.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
468
+ CustomerProfilesDestinationProperties.add_member(:object_type_name, Shapes::ShapeRef.new(shape: ObjectTypeName, location_name: "objectTypeName"))
469
+ CustomerProfilesDestinationProperties.struct_class = Types::CustomerProfilesDestinationProperties
470
+
471
+ CustomerProfilesMetadata.struct_class = Types::CustomerProfilesMetadata
472
+
453
473
  DatadogConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
454
474
  DatadogConnectorProfileCredentials.add_member(:application_key, Shapes::ShapeRef.new(shape: ApplicationKey, required: true, location_name: "applicationKey"))
455
475
  DatadogConnectorProfileCredentials.struct_class = Types::DatadogConnectorProfileCredentials
@@ -535,7 +555,11 @@ module Aws::Appflow
535
555
  DestinationConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceDestinationProperties, location_name: "Salesforce"))
536
556
  DestinationConnectorProperties.add_member(:snowflake, Shapes::ShapeRef.new(shape: SnowflakeDestinationProperties, location_name: "Snowflake"))
537
557
  DestinationConnectorProperties.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeDestinationProperties, location_name: "EventBridge"))
558
+ DestinationConnectorProperties.add_member(:lookout_metrics, Shapes::ShapeRef.new(shape: LookoutMetricsDestinationProperties, location_name: "LookoutMetrics"))
538
559
  DestinationConnectorProperties.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverDestinationProperties, location_name: "Upsolver"))
560
+ DestinationConnectorProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeDestinationProperties, location_name: "Honeycode"))
561
+ DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
562
+ DestinationConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskDestinationProperties, location_name: "Zendesk"))
539
563
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
540
564
 
541
565
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
@@ -639,6 +663,20 @@ module Aws::Appflow
639
663
  GoogleAnalyticsSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
640
664
  GoogleAnalyticsSourceProperties.struct_class = Types::GoogleAnalyticsSourceProperties
641
665
 
666
+ HoneycodeConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
667
+ HoneycodeConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
668
+ HoneycodeConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
669
+ HoneycodeConnectorProfileCredentials.struct_class = Types::HoneycodeConnectorProfileCredentials
670
+
671
+ HoneycodeConnectorProfileProperties.struct_class = Types::HoneycodeConnectorProfileProperties
672
+
673
+ HoneycodeDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
674
+ HoneycodeDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
675
+ HoneycodeDestinationProperties.struct_class = Types::HoneycodeDestinationProperties
676
+
677
+ HoneycodeMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
678
+ HoneycodeMetadata.struct_class = Types::HoneycodeMetadata
679
+
642
680
  IdFieldNameList.member = Shapes::ShapeRef.new(shape: Name)
643
681
 
644
682
  IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "datetimeTypeFieldName"))
@@ -683,6 +721,8 @@ module Aws::Appflow
683
721
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
684
722
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
685
723
 
724
+ LookoutMetricsDestinationProperties.struct_class = Types::LookoutMetricsDestinationProperties
725
+
686
726
  MarketoConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
687
727
  MarketoConnectorProfileCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
688
728
  MarketoConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
@@ -772,6 +812,7 @@ module Aws::Appflow
772
812
  ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleEndTime"))
773
813
  ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
774
814
  ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "scheduleOffset", metadata: {"box"=>true}))
815
+ ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "firstExecutionFrom"))
775
816
  ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
776
817
 
777
818
  SchedulingFrequencyTypeList.member = Shapes::ShapeRef.new(shape: ScheduleFrequencyType)
@@ -994,6 +1035,12 @@ module Aws::Appflow
994
1035
  ZendeskConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, required: true, location_name: "instanceUrl"))
995
1036
  ZendeskConnectorProfileProperties.struct_class = Types::ZendeskConnectorProfileProperties
996
1037
 
1038
+ ZendeskDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1039
+ ZendeskDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
1040
+ ZendeskDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1041
+ ZendeskDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
1042
+ ZendeskDestinationProperties.struct_class = Types::ZendeskDestinationProperties
1043
+
997
1044
  ZendeskMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
998
1045
  ZendeskMetadata.struct_class = Types::ZendeskMetadata
999
1046
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -326,6 +326,14 @@ module Aws::Appflow
326
326
  # The connector metadata specific to Upsolver.
327
327
  # @return [Types::UpsolverMetadata]
328
328
  #
329
+ # @!attribute [rw] customer_profiles
330
+ # The connector metadata specific to Amazon Connect Customer Profiles.
331
+ # @return [Types::CustomerProfilesMetadata]
332
+ #
333
+ # @!attribute [rw] honeycode
334
+ # The connector metadata specific to Amazon Honeycode.
335
+ # @return [Types::HoneycodeMetadata]
336
+ #
329
337
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorMetadata AWS API Documentation
330
338
  #
331
339
  class ConnectorMetadata < Struct.new(
@@ -346,7 +354,9 @@ module Aws::Appflow
346
354
  :veeva,
347
355
  :zendesk,
348
356
  :event_bridge,
349
- :upsolver)
357
+ :upsolver,
358
+ :customer_profiles,
359
+ :honeycode)
350
360
  SENSITIVE = []
351
361
  include Aws::Structure
352
362
  end
@@ -562,6 +572,8 @@ module Aws::Appflow
562
572
  # },
563
573
  # google_analytics: {
564
574
  # },
575
+ # honeycode: {
576
+ # },
565
577
  # infor_nexus: {
566
578
  # instance_url: "InstanceUrl", # required
567
579
  # },
@@ -626,6 +638,14 @@ module Aws::Appflow
626
638
  # redirect_uri: "RedirectUri",
627
639
  # },
628
640
  # },
641
+ # honeycode: {
642
+ # access_token: "AccessToken",
643
+ # refresh_token: "RefreshToken",
644
+ # o_auth_request: {
645
+ # auth_code: "AuthCode",
646
+ # redirect_uri: "RedirectUri",
647
+ # },
648
+ # },
629
649
  # infor_nexus: {
630
650
  # access_key_id: "AccessKeyId", # required
631
651
  # user_id: "Username", # required
@@ -737,6 +757,14 @@ module Aws::Appflow
737
757
  # redirect_uri: "RedirectUri",
738
758
  # },
739
759
  # },
760
+ # honeycode: {
761
+ # access_token: "AccessToken",
762
+ # refresh_token: "RefreshToken",
763
+ # o_auth_request: {
764
+ # auth_code: "AuthCode",
765
+ # redirect_uri: "RedirectUri",
766
+ # },
767
+ # },
740
768
  # infor_nexus: {
741
769
  # access_key_id: "AccessKeyId", # required
742
770
  # user_id: "Username", # required
@@ -820,6 +848,11 @@ module Aws::Appflow
820
848
  # Analytics.
821
849
  # @return [Types::GoogleAnalyticsConnectorProfileCredentials]
822
850
  #
851
+ # @!attribute [rw] honeycode
852
+ # The connector-specific credentials required when using Amazon
853
+ # Honeycode.
854
+ # @return [Types::HoneycodeConnectorProfileCredentials]
855
+ #
823
856
  # @!attribute [rw] infor_nexus
824
857
  # The connector-specific credentials required when using Infor Nexus.
825
858
  # @return [Types::InforNexusConnectorProfileCredentials]
@@ -872,6 +905,7 @@ module Aws::Appflow
872
905
  :datadog,
873
906
  :dynatrace,
874
907
  :google_analytics,
908
+ :honeycode,
875
909
  :infor_nexus,
876
910
  :marketo,
877
911
  :redshift,
@@ -903,6 +937,8 @@ module Aws::Appflow
903
937
  # },
904
938
  # google_analytics: {
905
939
  # },
940
+ # honeycode: {
941
+ # },
906
942
  # infor_nexus: {
907
943
  # instance_url: "InstanceUrl", # required
908
944
  # },
@@ -962,6 +998,10 @@ module Aws::Appflow
962
998
  # The connector-specific properties required Google Analytics.
963
999
  # @return [Types::GoogleAnalyticsConnectorProfileProperties]
964
1000
  #
1001
+ # @!attribute [rw] honeycode
1002
+ # The connector-specific properties required by Amazon Honeycode.
1003
+ # @return [Types::HoneycodeConnectorProfileProperties]
1004
+ #
965
1005
  # @!attribute [rw] infor_nexus
966
1006
  # The connector-specific properties required by Infor Nexus.
967
1007
  # @return [Types::InforNexusConnectorProfileProperties]
@@ -1013,6 +1053,7 @@ module Aws::Appflow
1013
1053
  :datadog,
1014
1054
  :dynatrace,
1015
1055
  :google_analytics,
1056
+ :honeycode,
1016
1057
  :infor_nexus,
1017
1058
  :marketo,
1018
1059
  :redshift,
@@ -1047,7 +1088,7 @@ module Aws::Appflow
1047
1088
  # {
1048
1089
  # connector_profile_name: "ConnectorProfileName", # required
1049
1090
  # kms_arn: "KMSArn",
1050
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1091
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
1051
1092
  # connection_mode: "Public", # required, accepts Public, Private
1052
1093
  # connector_profile_config: { # required
1053
1094
  # connector_profile_properties: { # required
@@ -1061,6 +1102,8 @@ module Aws::Appflow
1061
1102
  # },
1062
1103
  # google_analytics: {
1063
1104
  # },
1105
+ # honeycode: {
1106
+ # },
1064
1107
  # infor_nexus: {
1065
1108
  # instance_url: "InstanceUrl", # required
1066
1109
  # },
@@ -1125,6 +1168,14 @@ module Aws::Appflow
1125
1168
  # redirect_uri: "RedirectUri",
1126
1169
  # },
1127
1170
  # },
1171
+ # honeycode: {
1172
+ # access_token: "AccessToken",
1173
+ # refresh_token: "RefreshToken",
1174
+ # o_auth_request: {
1175
+ # auth_code: "AuthCode",
1176
+ # redirect_uri: "RedirectUri",
1177
+ # },
1178
+ # },
1128
1179
  # infor_nexus: {
1129
1180
  # access_key_id: "AccessKeyId", # required
1130
1181
  # user_id: "Username", # required
@@ -1261,11 +1312,12 @@ module Aws::Appflow
1261
1312
  # schedule_end_time: Time.now,
1262
1313
  # timezone: "Timezone",
1263
1314
  # schedule_offset: 1,
1315
+ # first_execution_from: Time.now,
1264
1316
  # },
1265
1317
  # },
1266
1318
  # },
1267
1319
  # source_flow_config: { # required
1268
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1320
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
1269
1321
  # connector_profile_name: "ConnectorProfileName",
1270
1322
  # source_connector_properties: { # required
1271
1323
  # amplitude: {
@@ -1320,7 +1372,7 @@ module Aws::Appflow
1320
1372
  # },
1321
1373
  # destination_flow_config_list: [ # required
1322
1374
  # {
1323
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1375
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
1324
1376
  # connector_profile_name: "ConnectorProfileName",
1325
1377
  # destination_connector_properties: { # required
1326
1378
  # redshift: {
@@ -1375,6 +1427,8 @@ module Aws::Appflow
1375
1427
  # bucket_name: "BucketName",
1376
1428
  # },
1377
1429
  # },
1430
+ # lookout_metrics: {
1431
+ # },
1378
1432
  # upsolver: {
1379
1433
  # bucket_name: "UpsolverBucketName", # required
1380
1434
  # bucket_prefix: "BucketPrefix",
@@ -1389,6 +1443,28 @@ module Aws::Appflow
1389
1443
  # },
1390
1444
  # },
1391
1445
  # },
1446
+ # honeycode: {
1447
+ # object: "Object", # required
1448
+ # error_handling_config: {
1449
+ # fail_on_first_destination_error: false,
1450
+ # bucket_prefix: "BucketPrefix",
1451
+ # bucket_name: "BucketName",
1452
+ # },
1453
+ # },
1454
+ # customer_profiles: {
1455
+ # domain_name: "DomainName", # required
1456
+ # object_type_name: "ObjectTypeName",
1457
+ # },
1458
+ # zendesk: {
1459
+ # object: "Object", # required
1460
+ # id_field_names: ["Name"],
1461
+ # error_handling_config: {
1462
+ # fail_on_first_destination_error: false,
1463
+ # bucket_prefix: "BucketPrefix",
1464
+ # bucket_name: "BucketName",
1465
+ # },
1466
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
1467
+ # },
1392
1468
  # },
1393
1469
  # },
1394
1470
  # ],
@@ -1412,7 +1488,7 @@ module Aws::Appflow
1412
1488
  # zendesk: "PROJECTION", # accepts 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
1413
1489
  # },
1414
1490
  # destination_field: "DestinationField",
1415
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
1491
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
1416
1492
  # task_properties: {
1417
1493
  # "VALUE" => "Property",
1418
1494
  # },
@@ -1495,6 +1571,41 @@ module Aws::Appflow
1495
1571
  include Aws::Structure
1496
1572
  end
1497
1573
 
1574
+ # The properties that are applied when Amazon Connect Customer Profiles
1575
+ # is used as a destination.
1576
+ #
1577
+ # @note When making an API call, you may pass CustomerProfilesDestinationProperties
1578
+ # data as a hash:
1579
+ #
1580
+ # {
1581
+ # domain_name: "DomainName", # required
1582
+ # object_type_name: "ObjectTypeName",
1583
+ # }
1584
+ #
1585
+ # @!attribute [rw] domain_name
1586
+ # The unique name of the Amazon Connect Customer Profiles domain.
1587
+ # @return [String]
1588
+ #
1589
+ # @!attribute [rw] object_type_name
1590
+ # The object specified in the Amazon Connect Customer Profiles flow
1591
+ # destination.
1592
+ # @return [String]
1593
+ #
1594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesDestinationProperties AWS API Documentation
1595
+ #
1596
+ class CustomerProfilesDestinationProperties < Struct.new(
1597
+ :domain_name,
1598
+ :object_type_name)
1599
+ SENSITIVE = []
1600
+ include Aws::Structure
1601
+ end
1602
+
1603
+ # The connector metadata specific to Amazon Connect Customer Profiles.
1604
+ #
1605
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesMetadata AWS API Documentation
1606
+ #
1607
+ class CustomerProfilesMetadata < Aws::EmptyStructure; end
1608
+
1498
1609
  # The connector-specific credentials required by Datadog.
1499
1610
  #
1500
1611
  # @note When making an API call, you may pass DatadogConnectorProfileCredentials
@@ -1642,7 +1753,7 @@ module Aws::Appflow
1642
1753
  #
1643
1754
  # {
1644
1755
  # connector_entity_name: "Name", # required
1645
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1756
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
1646
1757
  # connector_profile_name: "ConnectorProfileName",
1647
1758
  # }
1648
1759
  #
@@ -1689,7 +1800,7 @@ module Aws::Appflow
1689
1800
  #
1690
1801
  # {
1691
1802
  # connector_profile_names: ["ConnectorProfileName"],
1692
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1803
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
1693
1804
  # max_results: 1,
1694
1805
  # next_token: "NextToken",
1695
1806
  # }
@@ -1747,18 +1858,12 @@ module Aws::Appflow
1747
1858
  # data as a hash:
1748
1859
  #
1749
1860
  # {
1750
- # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1861
+ # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
1751
1862
  # next_token: "NextToken",
1752
1863
  # }
1753
1864
  #
1754
1865
  # @!attribute [rw] connector_types
1755
1866
  # The type of connector, such as Salesforce, Amplitude, and so on.
1756
- #
1757
- # <note markdown="1"> *Locke* refers to a new destination known as Amazon Connect Customer
1758
- # Profiles. At this time, we recommend that you do not use this
1759
- # destination.
1760
- #
1761
- # </note>
1762
1867
  # @return [Array<String>]
1763
1868
  #
1764
1869
  # @!attribute [rw] next_token
@@ -2020,6 +2125,8 @@ module Aws::Appflow
2020
2125
  # bucket_name: "BucketName",
2021
2126
  # },
2022
2127
  # },
2128
+ # lookout_metrics: {
2129
+ # },
2023
2130
  # upsolver: {
2024
2131
  # bucket_name: "UpsolverBucketName", # required
2025
2132
  # bucket_prefix: "BucketPrefix",
@@ -2034,6 +2141,28 @@ module Aws::Appflow
2034
2141
  # },
2035
2142
  # },
2036
2143
  # },
2144
+ # honeycode: {
2145
+ # object: "Object", # required
2146
+ # error_handling_config: {
2147
+ # fail_on_first_destination_error: false,
2148
+ # bucket_prefix: "BucketPrefix",
2149
+ # bucket_name: "BucketName",
2150
+ # },
2151
+ # },
2152
+ # customer_profiles: {
2153
+ # domain_name: "DomainName", # required
2154
+ # object_type_name: "ObjectTypeName",
2155
+ # },
2156
+ # zendesk: {
2157
+ # object: "Object", # required
2158
+ # id_field_names: ["Name"],
2159
+ # error_handling_config: {
2160
+ # fail_on_first_destination_error: false,
2161
+ # bucket_prefix: "BucketPrefix",
2162
+ # bucket_name: "BucketName",
2163
+ # },
2164
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
2165
+ # },
2037
2166
  # }
2038
2167
  #
2039
2168
  # @!attribute [rw] redshift
@@ -2056,10 +2185,26 @@ module Aws::Appflow
2056
2185
  # The properties required to query Amazon EventBridge.
2057
2186
  # @return [Types::EventBridgeDestinationProperties]
2058
2187
  #
2188
+ # @!attribute [rw] lookout_metrics
2189
+ # The properties required to query Amazon Lookout for Metrics.
2190
+ # @return [Types::LookoutMetricsDestinationProperties]
2191
+ #
2059
2192
  # @!attribute [rw] upsolver
2060
2193
  # The properties required to query Upsolver.
2061
2194
  # @return [Types::UpsolverDestinationProperties]
2062
2195
  #
2196
+ # @!attribute [rw] honeycode
2197
+ # The properties required to query Amazon Honeycode.
2198
+ # @return [Types::HoneycodeDestinationProperties]
2199
+ #
2200
+ # @!attribute [rw] customer_profiles
2201
+ # The properties required to query Amazon Connect Customer Profiles.
2202
+ # @return [Types::CustomerProfilesDestinationProperties]
2203
+ #
2204
+ # @!attribute [rw] zendesk
2205
+ # The properties required to query Zendesk.
2206
+ # @return [Types::ZendeskDestinationProperties]
2207
+ #
2063
2208
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
2064
2209
  #
2065
2210
  class DestinationConnectorProperties < Struct.new(
@@ -2068,7 +2213,11 @@ module Aws::Appflow
2068
2213
  :salesforce,
2069
2214
  :snowflake,
2070
2215
  :event_bridge,
2071
- :upsolver)
2216
+ :lookout_metrics,
2217
+ :upsolver,
2218
+ :honeycode,
2219
+ :customer_profiles,
2220
+ :zendesk)
2072
2221
  SENSITIVE = []
2073
2222
  include Aws::Structure
2074
2223
  end
@@ -2121,7 +2270,7 @@ module Aws::Appflow
2121
2270
  # data as a hash:
2122
2271
  #
2123
2272
  # {
2124
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
2273
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
2125
2274
  # connector_profile_name: "ConnectorProfileName",
2126
2275
  # destination_connector_properties: { # required
2127
2276
  # redshift: {
@@ -2176,6 +2325,8 @@ module Aws::Appflow
2176
2325
  # bucket_name: "BucketName",
2177
2326
  # },
2178
2327
  # },
2328
+ # lookout_metrics: {
2329
+ # },
2179
2330
  # upsolver: {
2180
2331
  # bucket_name: "UpsolverBucketName", # required
2181
2332
  # bucket_prefix: "BucketPrefix",
@@ -2190,6 +2341,28 @@ module Aws::Appflow
2190
2341
  # },
2191
2342
  # },
2192
2343
  # },
2344
+ # honeycode: {
2345
+ # object: "Object", # required
2346
+ # error_handling_config: {
2347
+ # fail_on_first_destination_error: false,
2348
+ # bucket_prefix: "BucketPrefix",
2349
+ # bucket_name: "BucketName",
2350
+ # },
2351
+ # },
2352
+ # customer_profiles: {
2353
+ # domain_name: "DomainName", # required
2354
+ # object_type_name: "ObjectTypeName",
2355
+ # },
2356
+ # zendesk: {
2357
+ # object: "Object", # required
2358
+ # id_field_names: ["Name"],
2359
+ # error_handling_config: {
2360
+ # fail_on_first_destination_error: false,
2361
+ # bucket_prefix: "BucketPrefix",
2362
+ # bucket_name: "BucketName",
2363
+ # },
2364
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
2365
+ # },
2193
2366
  # },
2194
2367
  # }
2195
2368
  #
@@ -2695,6 +2868,104 @@ module Aws::Appflow
2695
2868
  include Aws::Structure
2696
2869
  end
2697
2870
 
2871
+ # The connector-specific credentials required when using Amazon
2872
+ # Honeycode.
2873
+ #
2874
+ # @note When making an API call, you may pass HoneycodeConnectorProfileCredentials
2875
+ # data as a hash:
2876
+ #
2877
+ # {
2878
+ # access_token: "AccessToken",
2879
+ # refresh_token: "RefreshToken",
2880
+ # o_auth_request: {
2881
+ # auth_code: "AuthCode",
2882
+ # redirect_uri: "RedirectUri",
2883
+ # },
2884
+ # }
2885
+ #
2886
+ # @!attribute [rw] access_token
2887
+ # The credentials used to access protected Amazon Honeycode resources.
2888
+ # @return [String]
2889
+ #
2890
+ # @!attribute [rw] refresh_token
2891
+ # The credentials used to acquire new access tokens.
2892
+ # @return [String]
2893
+ #
2894
+ # @!attribute [rw] o_auth_request
2895
+ # Used by select connectors for which the OAuth workflow is supported,
2896
+ # such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
2897
+ # @return [Types::ConnectorOAuthRequest]
2898
+ #
2899
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeConnectorProfileCredentials AWS API Documentation
2900
+ #
2901
+ class HoneycodeConnectorProfileCredentials < Struct.new(
2902
+ :access_token,
2903
+ :refresh_token,
2904
+ :o_auth_request)
2905
+ SENSITIVE = [:access_token]
2906
+ include Aws::Structure
2907
+ end
2908
+
2909
+ # The connector-specific properties required when using Amazon
2910
+ # Honeycode.
2911
+ #
2912
+ # @api private
2913
+ #
2914
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeConnectorProfileProperties AWS API Documentation
2915
+ #
2916
+ class HoneycodeConnectorProfileProperties < Aws::EmptyStructure; end
2917
+
2918
+ # The properties that are applied when Amazon Honeycode is used as a
2919
+ # destination.
2920
+ #
2921
+ # @note When making an API call, you may pass HoneycodeDestinationProperties
2922
+ # data as a hash:
2923
+ #
2924
+ # {
2925
+ # object: "Object", # required
2926
+ # error_handling_config: {
2927
+ # fail_on_first_destination_error: false,
2928
+ # bucket_prefix: "BucketPrefix",
2929
+ # bucket_name: "BucketName",
2930
+ # },
2931
+ # }
2932
+ #
2933
+ # @!attribute [rw] object
2934
+ # The object specified in the Amazon Honeycode flow destination.
2935
+ # @return [String]
2936
+ #
2937
+ # @!attribute [rw] error_handling_config
2938
+ # The settings that determine how Amazon AppFlow handles an error when
2939
+ # placing data in the destination. For example, this setting would
2940
+ # determine if the flow should fail after one insertion error, or
2941
+ # continue and attempt to insert every record regardless of the
2942
+ # initial failure. `ErrorHandlingConfig` is a part of the destination
2943
+ # connector details.
2944
+ # @return [Types::ErrorHandlingConfig]
2945
+ #
2946
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeDestinationProperties AWS API Documentation
2947
+ #
2948
+ class HoneycodeDestinationProperties < Struct.new(
2949
+ :object,
2950
+ :error_handling_config)
2951
+ SENSITIVE = []
2952
+ include Aws::Structure
2953
+ end
2954
+
2955
+ # The connector metadata specific to Amazon Honeycode.
2956
+ #
2957
+ # @!attribute [rw] o_auth_scopes
2958
+ # The desired authorization scope for the Amazon Honeycode account.
2959
+ # @return [Array<String>]
2960
+ #
2961
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeMetadata AWS API Documentation
2962
+ #
2963
+ class HoneycodeMetadata < Struct.new(
2964
+ :o_auth_scopes)
2965
+ SENSITIVE = []
2966
+ include Aws::Structure
2967
+ end
2968
+
2698
2969
  # Specifies the configuration used when importing incremental records
2699
2970
  # from the source.
2700
2971
  #
@@ -2825,7 +3096,7 @@ module Aws::Appflow
2825
3096
  #
2826
3097
  # {
2827
3098
  # connector_profile_name: "ConnectorProfileName",
2828
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
3099
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
2829
3100
  # entities_path: "EntitiesPath",
2830
3101
  # }
2831
3102
  #
@@ -2947,6 +3218,15 @@ module Aws::Appflow
2947
3218
  include Aws::Structure
2948
3219
  end
2949
3220
 
3221
+ # The properties that are applied when Amazon Lookout for Metrics is
3222
+ # used as a destination.
3223
+ #
3224
+ # @api private
3225
+ #
3226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/LookoutMetricsDestinationProperties AWS API Documentation
3227
+ #
3228
+ class LookoutMetricsDestinationProperties < Aws::EmptyStructure; end
3229
+
2950
3230
  # The connector-specific profile credentials required by Marketo.
2951
3231
  #
2952
3232
  # @note When making an API call, you may pass MarketoConnectorProfileCredentials
@@ -3053,12 +3333,12 @@ module Aws::Appflow
3053
3333
  # }
3054
3334
  #
3055
3335
  # @!attribute [rw] prefix_type
3056
- # Determines the level of granularity that's included in the prefix.
3336
+ # Determines the format of the prefix, and whether it applies to the
3337
+ # file name, file path, or both.
3057
3338
  # @return [String]
3058
3339
  #
3059
3340
  # @!attribute [rw] prefix_format
3060
- # Determines the format of the prefix, and whether it applies to the
3061
- # file name, file path, or both.
3341
+ # Determines the level of granularity that's included in the prefix.
3062
3342
  # @return [String]
3063
3343
  #
3064
3344
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PrefixConfig AWS API Documentation
@@ -3523,6 +3803,7 @@ module Aws::Appflow
3523
3803
  # schedule_end_time: Time.now,
3524
3804
  # timezone: "Timezone",
3525
3805
  # schedule_offset: 1,
3806
+ # first_execution_from: Time.now,
3526
3807
  # }
3527
3808
  #
3528
3809
  # @!attribute [rw] schedule_expression
@@ -3553,6 +3834,11 @@ module Aws::Appflow
3553
3834
  # a schedule-triggered flow.
3554
3835
  # @return [Integer]
3555
3836
  #
3837
+ # @!attribute [rw] first_execution_from
3838
+ # Specifies the date range for the records to import from the
3839
+ # connector in the first flow run.
3840
+ # @return [Time]
3841
+ #
3556
3842
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ScheduledTriggerProperties AWS API Documentation
3557
3843
  #
3558
3844
  class ScheduledTriggerProperties < Struct.new(
@@ -3561,7 +3847,8 @@ module Aws::Appflow
3561
3847
  :schedule_start_time,
3562
3848
  :schedule_end_time,
3563
3849
  :timezone,
3564
- :schedule_offset)
3850
+ :schedule_offset,
3851
+ :first_execution_from)
3565
3852
  SENSITIVE = []
3566
3853
  include Aws::Structure
3567
3854
  end
@@ -4133,7 +4420,7 @@ module Aws::Appflow
4133
4420
  # data as a hash:
4134
4421
  #
4135
4422
  # {
4136
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
4423
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
4137
4424
  # connector_profile_name: "ConnectorProfileName",
4138
4425
  # source_connector_properties: { # required
4139
4426
  # amplitude: {
@@ -4371,7 +4658,7 @@ module Aws::Appflow
4371
4658
  # zendesk: "PROJECTION", # accepts 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
4372
4659
  # },
4373
4660
  # destination_field: "DestinationField",
4374
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
4661
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
4375
4662
  # task_properties: {
4376
4663
  # "VALUE" => "Property",
4377
4664
  # },
@@ -4487,6 +4774,7 @@ module Aws::Appflow
4487
4774
  # schedule_end_time: Time.now,
4488
4775
  # timezone: "Timezone",
4489
4776
  # schedule_offset: 1,
4777
+ # first_execution_from: Time.now,
4490
4778
  # },
4491
4779
  # },
4492
4780
  # }
@@ -4526,6 +4814,7 @@ module Aws::Appflow
4526
4814
  # schedule_end_time: Time.now,
4527
4815
  # timezone: "Timezone",
4528
4816
  # schedule_offset: 1,
4817
+ # first_execution_from: Time.now,
4529
4818
  # },
4530
4819
  # }
4531
4820
  #
@@ -4603,6 +4892,8 @@ module Aws::Appflow
4603
4892
  # },
4604
4893
  # google_analytics: {
4605
4894
  # },
4895
+ # honeycode: {
4896
+ # },
4606
4897
  # infor_nexus: {
4607
4898
  # instance_url: "InstanceUrl", # required
4608
4899
  # },
@@ -4667,6 +4958,14 @@ module Aws::Appflow
4667
4958
  # redirect_uri: "RedirectUri",
4668
4959
  # },
4669
4960
  # },
4961
+ # honeycode: {
4962
+ # access_token: "AccessToken",
4963
+ # refresh_token: "RefreshToken",
4964
+ # o_auth_request: {
4965
+ # auth_code: "AuthCode",
4966
+ # redirect_uri: "RedirectUri",
4967
+ # },
4968
+ # },
4670
4969
  # infor_nexus: {
4671
4970
  # access_key_id: "AccessKeyId", # required
4672
4971
  # user_id: "Username", # required
@@ -4787,11 +5086,12 @@ module Aws::Appflow
4787
5086
  # schedule_end_time: Time.now,
4788
5087
  # timezone: "Timezone",
4789
5088
  # schedule_offset: 1,
5089
+ # first_execution_from: Time.now,
4790
5090
  # },
4791
5091
  # },
4792
5092
  # },
4793
5093
  # source_flow_config: {
4794
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
5094
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
4795
5095
  # connector_profile_name: "ConnectorProfileName",
4796
5096
  # source_connector_properties: { # required
4797
5097
  # amplitude: {
@@ -4846,7 +5146,7 @@ module Aws::Appflow
4846
5146
  # },
4847
5147
  # destination_flow_config_list: [ # required
4848
5148
  # {
4849
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
5149
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
4850
5150
  # connector_profile_name: "ConnectorProfileName",
4851
5151
  # destination_connector_properties: { # required
4852
5152
  # redshift: {
@@ -4901,6 +5201,8 @@ module Aws::Appflow
4901
5201
  # bucket_name: "BucketName",
4902
5202
  # },
4903
5203
  # },
5204
+ # lookout_metrics: {
5205
+ # },
4904
5206
  # upsolver: {
4905
5207
  # bucket_name: "UpsolverBucketName", # required
4906
5208
  # bucket_prefix: "BucketPrefix",
@@ -4915,6 +5217,28 @@ module Aws::Appflow
4915
5217
  # },
4916
5218
  # },
4917
5219
  # },
5220
+ # honeycode: {
5221
+ # object: "Object", # required
5222
+ # error_handling_config: {
5223
+ # fail_on_first_destination_error: false,
5224
+ # bucket_prefix: "BucketPrefix",
5225
+ # bucket_name: "BucketName",
5226
+ # },
5227
+ # },
5228
+ # customer_profiles: {
5229
+ # domain_name: "DomainName", # required
5230
+ # object_type_name: "ObjectTypeName",
5231
+ # },
5232
+ # zendesk: {
5233
+ # object: "Object", # required
5234
+ # id_field_names: ["Name"],
5235
+ # error_handling_config: {
5236
+ # fail_on_first_destination_error: false,
5237
+ # bucket_prefix: "BucketPrefix",
5238
+ # bucket_name: "BucketName",
5239
+ # },
5240
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
5241
+ # },
4918
5242
  # },
4919
5243
  # },
4920
5244
  # ],
@@ -4938,7 +5262,7 @@ module Aws::Appflow
4938
5262
  # zendesk: "PROJECTION", # accepts 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
4939
5263
  # },
4940
5264
  # destination_field: "DestinationField",
4941
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
5265
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
4942
5266
  # task_properties: {
4943
5267
  # "VALUE" => "Property",
4944
5268
  # },
@@ -5248,6 +5572,56 @@ module Aws::Appflow
5248
5572
  include Aws::Structure
5249
5573
  end
5250
5574
 
5575
+ # The properties that are applied when Zendesk is used as a destination.
5576
+ #
5577
+ # @note When making an API call, you may pass ZendeskDestinationProperties
5578
+ # data as a hash:
5579
+ #
5580
+ # {
5581
+ # object: "Object", # required
5582
+ # id_field_names: ["Name"],
5583
+ # error_handling_config: {
5584
+ # fail_on_first_destination_error: false,
5585
+ # bucket_prefix: "BucketPrefix",
5586
+ # bucket_name: "BucketName",
5587
+ # },
5588
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
5589
+ # }
5590
+ #
5591
+ # @!attribute [rw] object
5592
+ # The object specified in the Zendesk flow destination.
5593
+ # @return [String]
5594
+ #
5595
+ # @!attribute [rw] id_field_names
5596
+ # A list of field names that can be used as an ID field when
5597
+ # performing a write operation.
5598
+ # @return [Array<String>]
5599
+ #
5600
+ # @!attribute [rw] error_handling_config
5601
+ # The settings that determine how Amazon AppFlow handles an error when
5602
+ # placing data in the destination. For example, this setting would
5603
+ # determine if the flow should fail after one insertion error, or
5604
+ # continue and attempt to insert every record regardless of the
5605
+ # initial failure. `ErrorHandlingConfig` is a part of the destination
5606
+ # connector details.
5607
+ # @return [Types::ErrorHandlingConfig]
5608
+ #
5609
+ # @!attribute [rw] write_operation_type
5610
+ # The possible write operations in the destination connector. When
5611
+ # this value is not provided, this defaults to the `INSERT` operation.
5612
+ # @return [String]
5613
+ #
5614
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ZendeskDestinationProperties AWS API Documentation
5615
+ #
5616
+ class ZendeskDestinationProperties < Struct.new(
5617
+ :object,
5618
+ :id_field_names,
5619
+ :error_handling_config,
5620
+ :write_operation_type)
5621
+ SENSITIVE = []
5622
+ include Aws::Structure
5623
+ end
5624
+
5251
5625
  # The connector metadata specific to Zendesk.
5252
5626
  #
5253
5627
  # @!attribute [rw] o_auth_scopes