aws-sdk-appflow 1.4.0 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +52 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-appflow.rb +2 -2
- data/lib/aws-sdk-appflow/client.rb +81 -17
- data/lib/aws-sdk-appflow/client_api.rb +44 -1
- data/lib/aws-sdk-appflow/errors.rb +1 -1
- data/lib/aws-sdk-appflow/resource.rb +1 -1
- data/lib/aws-sdk-appflow/types.rb +328 -20
- metadata +8 -5
@@ -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/
|
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')
|
@@ -191,6 +200,7 @@ module Aws::Appflow
|
|
191
200
|
SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
|
192
201
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
193
202
|
ScheduleFrequencyType = Shapes::StringShape.new(name: 'ScheduleFrequencyType')
|
203
|
+
ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
|
194
204
|
ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
|
195
205
|
SchedulingFrequencyTypeList = Shapes::ListShape.new(name: 'SchedulingFrequencyTypeList')
|
196
206
|
SecretKey = Shapes::StringShape.new(name: 'SecretKey')
|
@@ -346,6 +356,8 @@ module Aws::Appflow
|
|
346
356
|
ConnectorMetadata.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskMetadata, location_name: "Zendesk"))
|
347
357
|
ConnectorMetadata.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeMetadata, location_name: "EventBridge"))
|
348
358
|
ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
|
359
|
+
ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
|
360
|
+
ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
|
349
361
|
ConnectorMetadata.struct_class = Types::ConnectorMetadata
|
350
362
|
|
351
363
|
ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
|
@@ -386,6 +398,7 @@ module Aws::Appflow
|
|
386
398
|
ConnectorProfileCredentials.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileCredentials, location_name: "Datadog"))
|
387
399
|
ConnectorProfileCredentials.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileCredentials, location_name: "Dynatrace"))
|
388
400
|
ConnectorProfileCredentials.add_member(:google_analytics, Shapes::ShapeRef.new(shape: GoogleAnalyticsConnectorProfileCredentials, location_name: "GoogleAnalytics"))
|
401
|
+
ConnectorProfileCredentials.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeConnectorProfileCredentials, location_name: "Honeycode"))
|
389
402
|
ConnectorProfileCredentials.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileCredentials, location_name: "InforNexus"))
|
390
403
|
ConnectorProfileCredentials.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileCredentials, location_name: "Marketo"))
|
391
404
|
ConnectorProfileCredentials.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileCredentials, location_name: "Redshift"))
|
@@ -407,6 +420,7 @@ module Aws::Appflow
|
|
407
420
|
ConnectorProfileProperties.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileProperties, location_name: "Datadog"))
|
408
421
|
ConnectorProfileProperties.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileProperties, location_name: "Dynatrace"))
|
409
422
|
ConnectorProfileProperties.add_member(:google_analytics, Shapes::ShapeRef.new(shape: GoogleAnalyticsConnectorProfileProperties, location_name: "GoogleAnalytics"))
|
423
|
+
ConnectorProfileProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeConnectorProfileProperties, location_name: "Honeycode"))
|
410
424
|
ConnectorProfileProperties.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileProperties, location_name: "InforNexus"))
|
411
425
|
ConnectorProfileProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileProperties, location_name: "Marketo"))
|
412
426
|
ConnectorProfileProperties.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileProperties, location_name: "Redshift"))
|
@@ -449,6 +463,12 @@ module Aws::Appflow
|
|
449
463
|
CreateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
|
450
464
|
CreateFlowResponse.struct_class = Types::CreateFlowResponse
|
451
465
|
|
466
|
+
CustomerProfilesDestinationProperties.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
467
|
+
CustomerProfilesDestinationProperties.add_member(:object_type_name, Shapes::ShapeRef.new(shape: ObjectTypeName, location_name: "objectTypeName"))
|
468
|
+
CustomerProfilesDestinationProperties.struct_class = Types::CustomerProfilesDestinationProperties
|
469
|
+
|
470
|
+
CustomerProfilesMetadata.struct_class = Types::CustomerProfilesMetadata
|
471
|
+
|
452
472
|
DatadogConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
|
453
473
|
DatadogConnectorProfileCredentials.add_member(:application_key, Shapes::ShapeRef.new(shape: ApplicationKey, required: true, location_name: "applicationKey"))
|
454
474
|
DatadogConnectorProfileCredentials.struct_class = Types::DatadogConnectorProfileCredentials
|
@@ -534,7 +554,10 @@ module Aws::Appflow
|
|
534
554
|
DestinationConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceDestinationProperties, location_name: "Salesforce"))
|
535
555
|
DestinationConnectorProperties.add_member(:snowflake, Shapes::ShapeRef.new(shape: SnowflakeDestinationProperties, location_name: "Snowflake"))
|
536
556
|
DestinationConnectorProperties.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeDestinationProperties, location_name: "EventBridge"))
|
557
|
+
DestinationConnectorProperties.add_member(:lookout_metrics, Shapes::ShapeRef.new(shape: LookoutMetricsDestinationProperties, location_name: "LookoutMetrics"))
|
537
558
|
DestinationConnectorProperties.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverDestinationProperties, location_name: "Upsolver"))
|
559
|
+
DestinationConnectorProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeDestinationProperties, location_name: "Honeycode"))
|
560
|
+
DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
|
538
561
|
DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
|
539
562
|
|
540
563
|
DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
|
@@ -587,6 +610,8 @@ module Aws::Appflow
|
|
587
610
|
ExecutionRecord.add_member(:execution_result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "executionResult"))
|
588
611
|
ExecutionRecord.add_member(:started_at, Shapes::ShapeRef.new(shape: Date, location_name: "startedAt"))
|
589
612
|
ExecutionRecord.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
|
613
|
+
ExecutionRecord.add_member(:data_pull_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullStartTime"))
|
614
|
+
ExecutionRecord.add_member(:data_pull_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullEndTime"))
|
590
615
|
ExecutionRecord.struct_class = Types::ExecutionRecord
|
591
616
|
|
592
617
|
ExecutionResult.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "errorInfo"))
|
@@ -636,6 +661,20 @@ module Aws::Appflow
|
|
636
661
|
GoogleAnalyticsSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
637
662
|
GoogleAnalyticsSourceProperties.struct_class = Types::GoogleAnalyticsSourceProperties
|
638
663
|
|
664
|
+
HoneycodeConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
665
|
+
HoneycodeConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
666
|
+
HoneycodeConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
667
|
+
HoneycodeConnectorProfileCredentials.struct_class = Types::HoneycodeConnectorProfileCredentials
|
668
|
+
|
669
|
+
HoneycodeConnectorProfileProperties.struct_class = Types::HoneycodeConnectorProfileProperties
|
670
|
+
|
671
|
+
HoneycodeDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
672
|
+
HoneycodeDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
|
673
|
+
HoneycodeDestinationProperties.struct_class = Types::HoneycodeDestinationProperties
|
674
|
+
|
675
|
+
HoneycodeMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
|
676
|
+
HoneycodeMetadata.struct_class = Types::HoneycodeMetadata
|
677
|
+
|
639
678
|
IdFieldNameList.member = Shapes::ShapeRef.new(shape: Name)
|
640
679
|
|
641
680
|
IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "datetimeTypeFieldName"))
|
@@ -680,6 +719,8 @@ module Aws::Appflow
|
|
680
719
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
681
720
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
682
721
|
|
722
|
+
LookoutMetricsDestinationProperties.struct_class = Types::LookoutMetricsDestinationProperties
|
723
|
+
|
683
724
|
MarketoConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
684
725
|
MarketoConnectorProfileCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
685
726
|
MarketoConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
@@ -768,6 +809,8 @@ module Aws::Appflow
|
|
768
809
|
ScheduledTriggerProperties.add_member(:schedule_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleStartTime"))
|
769
810
|
ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleEndTime"))
|
770
811
|
ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
|
812
|
+
ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "scheduleOffset", metadata: {"box"=>true}))
|
813
|
+
ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "firstExecutionFrom"))
|
771
814
|
ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
|
772
815
|
|
773
816
|
SchedulingFrequencyTypeList.member = Shapes::ShapeRef.new(shape: ScheduleFrequencyType)
|
@@ -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/
|
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/
|
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/
|
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
|
@@ -1260,11 +1311,13 @@ module Aws::Appflow
|
|
1260
1311
|
# schedule_start_time: Time.now,
|
1261
1312
|
# schedule_end_time: Time.now,
|
1262
1313
|
# timezone: "Timezone",
|
1314
|
+
# schedule_offset: 1,
|
1315
|
+
# first_execution_from: Time.now,
|
1263
1316
|
# },
|
1264
1317
|
# },
|
1265
1318
|
# },
|
1266
1319
|
# source_flow_config: { # required
|
1267
|
-
# 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
|
1268
1321
|
# connector_profile_name: "ConnectorProfileName",
|
1269
1322
|
# source_connector_properties: { # required
|
1270
1323
|
# amplitude: {
|
@@ -1319,7 +1372,7 @@ module Aws::Appflow
|
|
1319
1372
|
# },
|
1320
1373
|
# destination_flow_config_list: [ # required
|
1321
1374
|
# {
|
1322
|
-
# 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
|
1323
1376
|
# connector_profile_name: "ConnectorProfileName",
|
1324
1377
|
# destination_connector_properties: { # required
|
1325
1378
|
# redshift: {
|
@@ -1374,6 +1427,8 @@ module Aws::Appflow
|
|
1374
1427
|
# bucket_name: "BucketName",
|
1375
1428
|
# },
|
1376
1429
|
# },
|
1430
|
+
# lookout_metrics: {
|
1431
|
+
# },
|
1377
1432
|
# upsolver: {
|
1378
1433
|
# bucket_name: "UpsolverBucketName", # required
|
1379
1434
|
# bucket_prefix: "BucketPrefix",
|
@@ -1388,6 +1443,18 @@ module Aws::Appflow
|
|
1388
1443
|
# },
|
1389
1444
|
# },
|
1390
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
|
+
# },
|
1391
1458
|
# },
|
1392
1459
|
# },
|
1393
1460
|
# ],
|
@@ -1494,6 +1561,41 @@ module Aws::Appflow
|
|
1494
1561
|
include Aws::Structure
|
1495
1562
|
end
|
1496
1563
|
|
1564
|
+
# The properties that are applied when Amazon Connect Customer Profiles
|
1565
|
+
# is used as a destination.
|
1566
|
+
#
|
1567
|
+
# @note When making an API call, you may pass CustomerProfilesDestinationProperties
|
1568
|
+
# data as a hash:
|
1569
|
+
#
|
1570
|
+
# {
|
1571
|
+
# domain_name: "DomainName", # required
|
1572
|
+
# object_type_name: "ObjectTypeName",
|
1573
|
+
# }
|
1574
|
+
#
|
1575
|
+
# @!attribute [rw] domain_name
|
1576
|
+
# The unique name of the Amazon Connect Customer Profiles domain.
|
1577
|
+
# @return [String]
|
1578
|
+
#
|
1579
|
+
# @!attribute [rw] object_type_name
|
1580
|
+
# The object specified in the Amazon Connect Customer Profiles flow
|
1581
|
+
# destination.
|
1582
|
+
# @return [String]
|
1583
|
+
#
|
1584
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesDestinationProperties AWS API Documentation
|
1585
|
+
#
|
1586
|
+
class CustomerProfilesDestinationProperties < Struct.new(
|
1587
|
+
:domain_name,
|
1588
|
+
:object_type_name)
|
1589
|
+
SENSITIVE = []
|
1590
|
+
include Aws::Structure
|
1591
|
+
end
|
1592
|
+
|
1593
|
+
# The connector metadata specific to Amazon Connect Customer Profiles.
|
1594
|
+
#
|
1595
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesMetadata AWS API Documentation
|
1596
|
+
#
|
1597
|
+
class CustomerProfilesMetadata < Aws::EmptyStructure; end
|
1598
|
+
|
1497
1599
|
# The connector-specific credentials required by Datadog.
|
1498
1600
|
#
|
1499
1601
|
# @note When making an API call, you may pass DatadogConnectorProfileCredentials
|
@@ -1641,7 +1743,7 @@ module Aws::Appflow
|
|
1641
1743
|
#
|
1642
1744
|
# {
|
1643
1745
|
# connector_entity_name: "Name", # required
|
1644
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
1746
|
+
# 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
|
1645
1747
|
# connector_profile_name: "ConnectorProfileName",
|
1646
1748
|
# }
|
1647
1749
|
#
|
@@ -1688,7 +1790,7 @@ module Aws::Appflow
|
|
1688
1790
|
#
|
1689
1791
|
# {
|
1690
1792
|
# connector_profile_names: ["ConnectorProfileName"],
|
1691
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
1793
|
+
# 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
|
1692
1794
|
# max_results: 1,
|
1693
1795
|
# next_token: "NextToken",
|
1694
1796
|
# }
|
@@ -1746,7 +1848,7 @@ module Aws::Appflow
|
|
1746
1848
|
# data as a hash:
|
1747
1849
|
#
|
1748
1850
|
# {
|
1749
|
-
# connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
1851
|
+
# 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
|
1750
1852
|
# next_token: "NextToken",
|
1751
1853
|
# }
|
1752
1854
|
#
|
@@ -2013,6 +2115,8 @@ module Aws::Appflow
|
|
2013
2115
|
# bucket_name: "BucketName",
|
2014
2116
|
# },
|
2015
2117
|
# },
|
2118
|
+
# lookout_metrics: {
|
2119
|
+
# },
|
2016
2120
|
# upsolver: {
|
2017
2121
|
# bucket_name: "UpsolverBucketName", # required
|
2018
2122
|
# bucket_prefix: "BucketPrefix",
|
@@ -2027,6 +2131,18 @@ module Aws::Appflow
|
|
2027
2131
|
# },
|
2028
2132
|
# },
|
2029
2133
|
# },
|
2134
|
+
# honeycode: {
|
2135
|
+
# object: "Object", # required
|
2136
|
+
# error_handling_config: {
|
2137
|
+
# fail_on_first_destination_error: false,
|
2138
|
+
# bucket_prefix: "BucketPrefix",
|
2139
|
+
# bucket_name: "BucketName",
|
2140
|
+
# },
|
2141
|
+
# },
|
2142
|
+
# customer_profiles: {
|
2143
|
+
# domain_name: "DomainName", # required
|
2144
|
+
# object_type_name: "ObjectTypeName",
|
2145
|
+
# },
|
2030
2146
|
# }
|
2031
2147
|
#
|
2032
2148
|
# @!attribute [rw] redshift
|
@@ -2049,10 +2165,22 @@ module Aws::Appflow
|
|
2049
2165
|
# The properties required to query Amazon EventBridge.
|
2050
2166
|
# @return [Types::EventBridgeDestinationProperties]
|
2051
2167
|
#
|
2168
|
+
# @!attribute [rw] lookout_metrics
|
2169
|
+
# The properties required to query Amazon Lookout for Metrics.
|
2170
|
+
# @return [Types::LookoutMetricsDestinationProperties]
|
2171
|
+
#
|
2052
2172
|
# @!attribute [rw] upsolver
|
2053
2173
|
# The properties required to query Upsolver.
|
2054
2174
|
# @return [Types::UpsolverDestinationProperties]
|
2055
2175
|
#
|
2176
|
+
# @!attribute [rw] honeycode
|
2177
|
+
# The properties required to query Amazon Honeycode.
|
2178
|
+
# @return [Types::HoneycodeDestinationProperties]
|
2179
|
+
#
|
2180
|
+
# @!attribute [rw] customer_profiles
|
2181
|
+
# The properties required to query Amazon Connect Customer Profiles.
|
2182
|
+
# @return [Types::CustomerProfilesDestinationProperties]
|
2183
|
+
#
|
2056
2184
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
|
2057
2185
|
#
|
2058
2186
|
class DestinationConnectorProperties < Struct.new(
|
@@ -2061,7 +2189,10 @@ module Aws::Appflow
|
|
2061
2189
|
:salesforce,
|
2062
2190
|
:snowflake,
|
2063
2191
|
:event_bridge,
|
2064
|
-
:
|
2192
|
+
:lookout_metrics,
|
2193
|
+
:upsolver,
|
2194
|
+
:honeycode,
|
2195
|
+
:customer_profiles)
|
2065
2196
|
SENSITIVE = []
|
2066
2197
|
include Aws::Structure
|
2067
2198
|
end
|
@@ -2114,7 +2245,7 @@ module Aws::Appflow
|
|
2114
2245
|
# data as a hash:
|
2115
2246
|
#
|
2116
2247
|
# {
|
2117
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
2248
|
+
# 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
|
2118
2249
|
# connector_profile_name: "ConnectorProfileName",
|
2119
2250
|
# destination_connector_properties: { # required
|
2120
2251
|
# redshift: {
|
@@ -2169,6 +2300,8 @@ module Aws::Appflow
|
|
2169
2300
|
# bucket_name: "BucketName",
|
2170
2301
|
# },
|
2171
2302
|
# },
|
2303
|
+
# lookout_metrics: {
|
2304
|
+
# },
|
2172
2305
|
# upsolver: {
|
2173
2306
|
# bucket_name: "UpsolverBucketName", # required
|
2174
2307
|
# bucket_prefix: "BucketPrefix",
|
@@ -2183,6 +2316,18 @@ module Aws::Appflow
|
|
2183
2316
|
# },
|
2184
2317
|
# },
|
2185
2318
|
# },
|
2319
|
+
# honeycode: {
|
2320
|
+
# object: "Object", # required
|
2321
|
+
# error_handling_config: {
|
2322
|
+
# fail_on_first_destination_error: false,
|
2323
|
+
# bucket_prefix: "BucketPrefix",
|
2324
|
+
# bucket_name: "BucketName",
|
2325
|
+
# },
|
2326
|
+
# },
|
2327
|
+
# customer_profiles: {
|
2328
|
+
# domain_name: "DomainName", # required
|
2329
|
+
# object_type_name: "ObjectTypeName",
|
2330
|
+
# },
|
2186
2331
|
# },
|
2187
2332
|
# }
|
2188
2333
|
#
|
@@ -2432,6 +2577,16 @@ module Aws::Appflow
|
|
2432
2577
|
# Specifies the time of the most recent update.
|
2433
2578
|
# @return [Time]
|
2434
2579
|
#
|
2580
|
+
# @!attribute [rw] data_pull_start_time
|
2581
|
+
# The timestamp that determines the first new or updated record to be
|
2582
|
+
# transferred in the flow run.
|
2583
|
+
# @return [Time]
|
2584
|
+
#
|
2585
|
+
# @!attribute [rw] data_pull_end_time
|
2586
|
+
# The timestamp that indicates the last new or updated record to be
|
2587
|
+
# transferred in the flow run.
|
2588
|
+
# @return [Time]
|
2589
|
+
#
|
2435
2590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ExecutionRecord AWS API Documentation
|
2436
2591
|
#
|
2437
2592
|
class ExecutionRecord < Struct.new(
|
@@ -2439,7 +2594,9 @@ module Aws::Appflow
|
|
2439
2594
|
:execution_status,
|
2440
2595
|
:execution_result,
|
2441
2596
|
:started_at,
|
2442
|
-
:last_updated_at
|
2597
|
+
:last_updated_at,
|
2598
|
+
:data_pull_start_time,
|
2599
|
+
:data_pull_end_time)
|
2443
2600
|
SENSITIVE = []
|
2444
2601
|
include Aws::Structure
|
2445
2602
|
end
|
@@ -2676,6 +2833,104 @@ module Aws::Appflow
|
|
2676
2833
|
include Aws::Structure
|
2677
2834
|
end
|
2678
2835
|
|
2836
|
+
# The connector-specific credentials required when using Amazon
|
2837
|
+
# Honeycode.
|
2838
|
+
#
|
2839
|
+
# @note When making an API call, you may pass HoneycodeConnectorProfileCredentials
|
2840
|
+
# data as a hash:
|
2841
|
+
#
|
2842
|
+
# {
|
2843
|
+
# access_token: "AccessToken",
|
2844
|
+
# refresh_token: "RefreshToken",
|
2845
|
+
# o_auth_request: {
|
2846
|
+
# auth_code: "AuthCode",
|
2847
|
+
# redirect_uri: "RedirectUri",
|
2848
|
+
# },
|
2849
|
+
# }
|
2850
|
+
#
|
2851
|
+
# @!attribute [rw] access_token
|
2852
|
+
# The credentials used to access protected Amazon Honeycode resources.
|
2853
|
+
# @return [String]
|
2854
|
+
#
|
2855
|
+
# @!attribute [rw] refresh_token
|
2856
|
+
# The credentials used to acquire new access tokens.
|
2857
|
+
# @return [String]
|
2858
|
+
#
|
2859
|
+
# @!attribute [rw] o_auth_request
|
2860
|
+
# Used by select connectors for which the OAuth workflow is supported,
|
2861
|
+
# such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
|
2862
|
+
# @return [Types::ConnectorOAuthRequest]
|
2863
|
+
#
|
2864
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeConnectorProfileCredentials AWS API Documentation
|
2865
|
+
#
|
2866
|
+
class HoneycodeConnectorProfileCredentials < Struct.new(
|
2867
|
+
:access_token,
|
2868
|
+
:refresh_token,
|
2869
|
+
:o_auth_request)
|
2870
|
+
SENSITIVE = [:access_token]
|
2871
|
+
include Aws::Structure
|
2872
|
+
end
|
2873
|
+
|
2874
|
+
# The connector-specific properties required when using Amazon
|
2875
|
+
# Honeycode.
|
2876
|
+
#
|
2877
|
+
# @api private
|
2878
|
+
#
|
2879
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeConnectorProfileProperties AWS API Documentation
|
2880
|
+
#
|
2881
|
+
class HoneycodeConnectorProfileProperties < Aws::EmptyStructure; end
|
2882
|
+
|
2883
|
+
# The properties that are applied when Amazon Honeycode is used as a
|
2884
|
+
# destination.
|
2885
|
+
#
|
2886
|
+
# @note When making an API call, you may pass HoneycodeDestinationProperties
|
2887
|
+
# data as a hash:
|
2888
|
+
#
|
2889
|
+
# {
|
2890
|
+
# object: "Object", # required
|
2891
|
+
# error_handling_config: {
|
2892
|
+
# fail_on_first_destination_error: false,
|
2893
|
+
# bucket_prefix: "BucketPrefix",
|
2894
|
+
# bucket_name: "BucketName",
|
2895
|
+
# },
|
2896
|
+
# }
|
2897
|
+
#
|
2898
|
+
# @!attribute [rw] object
|
2899
|
+
# The object specified in the Amazon Honeycode flow destination.
|
2900
|
+
# @return [String]
|
2901
|
+
#
|
2902
|
+
# @!attribute [rw] error_handling_config
|
2903
|
+
# The settings that determine how Amazon AppFlow handles an error when
|
2904
|
+
# placing data in the destination. For example, this setting would
|
2905
|
+
# determine if the flow should fail after one insertion error, or
|
2906
|
+
# continue and attempt to insert every record regardless of the
|
2907
|
+
# initial failure. `ErrorHandlingConfig` is a part of the destination
|
2908
|
+
# connector details.
|
2909
|
+
# @return [Types::ErrorHandlingConfig]
|
2910
|
+
#
|
2911
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeDestinationProperties AWS API Documentation
|
2912
|
+
#
|
2913
|
+
class HoneycodeDestinationProperties < Struct.new(
|
2914
|
+
:object,
|
2915
|
+
:error_handling_config)
|
2916
|
+
SENSITIVE = []
|
2917
|
+
include Aws::Structure
|
2918
|
+
end
|
2919
|
+
|
2920
|
+
# The connector metadata specific to Amazon Honeycode.
|
2921
|
+
#
|
2922
|
+
# @!attribute [rw] o_auth_scopes
|
2923
|
+
# The desired authorization scope for the Amazon Honeycode account.
|
2924
|
+
# @return [Array<String>]
|
2925
|
+
#
|
2926
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeMetadata AWS API Documentation
|
2927
|
+
#
|
2928
|
+
class HoneycodeMetadata < Struct.new(
|
2929
|
+
:o_auth_scopes)
|
2930
|
+
SENSITIVE = []
|
2931
|
+
include Aws::Structure
|
2932
|
+
end
|
2933
|
+
|
2679
2934
|
# Specifies the configuration used when importing incremental records
|
2680
2935
|
# from the source.
|
2681
2936
|
#
|
@@ -2806,7 +3061,7 @@ module Aws::Appflow
|
|
2806
3061
|
#
|
2807
3062
|
# {
|
2808
3063
|
# connector_profile_name: "ConnectorProfileName",
|
2809
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
3064
|
+
# 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
|
2810
3065
|
# entities_path: "EntitiesPath",
|
2811
3066
|
# }
|
2812
3067
|
#
|
@@ -2928,6 +3183,15 @@ module Aws::Appflow
|
|
2928
3183
|
include Aws::Structure
|
2929
3184
|
end
|
2930
3185
|
|
3186
|
+
# The properties that are applied when Amazon Lookout for Metrics is
|
3187
|
+
# used as a destination.
|
3188
|
+
#
|
3189
|
+
# @api private
|
3190
|
+
#
|
3191
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/LookoutMetricsDestinationProperties AWS API Documentation
|
3192
|
+
#
|
3193
|
+
class LookoutMetricsDestinationProperties < Aws::EmptyStructure; end
|
3194
|
+
|
2931
3195
|
# The connector-specific profile credentials required by Marketo.
|
2932
3196
|
#
|
2933
3197
|
# @note When making an API call, you may pass MarketoConnectorProfileCredentials
|
@@ -3034,12 +3298,12 @@ module Aws::Appflow
|
|
3034
3298
|
# }
|
3035
3299
|
#
|
3036
3300
|
# @!attribute [rw] prefix_type
|
3037
|
-
# Determines the
|
3301
|
+
# Determines the format of the prefix, and whether it applies to the
|
3302
|
+
# file name, file path, or both.
|
3038
3303
|
# @return [String]
|
3039
3304
|
#
|
3040
3305
|
# @!attribute [rw] prefix_format
|
3041
|
-
# Determines the
|
3042
|
-
# file name, file path, or both.
|
3306
|
+
# Determines the level of granularity that's included in the prefix.
|
3043
3307
|
# @return [String]
|
3044
3308
|
#
|
3045
3309
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PrefixConfig AWS API Documentation
|
@@ -3503,6 +3767,8 @@ module Aws::Appflow
|
|
3503
3767
|
# schedule_start_time: Time.now,
|
3504
3768
|
# schedule_end_time: Time.now,
|
3505
3769
|
# timezone: "Timezone",
|
3770
|
+
# schedule_offset: 1,
|
3771
|
+
# first_execution_from: Time.now,
|
3506
3772
|
# }
|
3507
3773
|
#
|
3508
3774
|
# @!attribute [rw] schedule_expression
|
@@ -3525,9 +3791,19 @@ module Aws::Appflow
|
|
3525
3791
|
#
|
3526
3792
|
# @!attribute [rw] timezone
|
3527
3793
|
# Specifies the time zone used when referring to the date and time of
|
3528
|
-
# a scheduled-triggered flow
|
3794
|
+
# a scheduled-triggered flow, such as `America/New_York`.
|
3529
3795
|
# @return [String]
|
3530
3796
|
#
|
3797
|
+
# @!attribute [rw] schedule_offset
|
3798
|
+
# Specifies the optional offset that is added to the time interval for
|
3799
|
+
# a schedule-triggered flow.
|
3800
|
+
# @return [Integer]
|
3801
|
+
#
|
3802
|
+
# @!attribute [rw] first_execution_from
|
3803
|
+
# Specifies the date range for the records to import from the
|
3804
|
+
# connector in the first flow run.
|
3805
|
+
# @return [Time]
|
3806
|
+
#
|
3531
3807
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ScheduledTriggerProperties AWS API Documentation
|
3532
3808
|
#
|
3533
3809
|
class ScheduledTriggerProperties < Struct.new(
|
@@ -3535,7 +3811,9 @@ module Aws::Appflow
|
|
3535
3811
|
:data_pull_mode,
|
3536
3812
|
:schedule_start_time,
|
3537
3813
|
:schedule_end_time,
|
3538
|
-
:timezone
|
3814
|
+
:timezone,
|
3815
|
+
:schedule_offset,
|
3816
|
+
:first_execution_from)
|
3539
3817
|
SENSITIVE = []
|
3540
3818
|
include Aws::Structure
|
3541
3819
|
end
|
@@ -4107,7 +4385,7 @@ module Aws::Appflow
|
|
4107
4385
|
# data as a hash:
|
4108
4386
|
#
|
4109
4387
|
# {
|
4110
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
4388
|
+
# 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
|
4111
4389
|
# connector_profile_name: "ConnectorProfileName",
|
4112
4390
|
# source_connector_properties: { # required
|
4113
4391
|
# amplitude: {
|
@@ -4460,6 +4738,8 @@ module Aws::Appflow
|
|
4460
4738
|
# schedule_start_time: Time.now,
|
4461
4739
|
# schedule_end_time: Time.now,
|
4462
4740
|
# timezone: "Timezone",
|
4741
|
+
# schedule_offset: 1,
|
4742
|
+
# first_execution_from: Time.now,
|
4463
4743
|
# },
|
4464
4744
|
# },
|
4465
4745
|
# }
|
@@ -4498,6 +4778,8 @@ module Aws::Appflow
|
|
4498
4778
|
# schedule_start_time: Time.now,
|
4499
4779
|
# schedule_end_time: Time.now,
|
4500
4780
|
# timezone: "Timezone",
|
4781
|
+
# schedule_offset: 1,
|
4782
|
+
# first_execution_from: Time.now,
|
4501
4783
|
# },
|
4502
4784
|
# }
|
4503
4785
|
#
|
@@ -4575,6 +4857,8 @@ module Aws::Appflow
|
|
4575
4857
|
# },
|
4576
4858
|
# google_analytics: {
|
4577
4859
|
# },
|
4860
|
+
# honeycode: {
|
4861
|
+
# },
|
4578
4862
|
# infor_nexus: {
|
4579
4863
|
# instance_url: "InstanceUrl", # required
|
4580
4864
|
# },
|
@@ -4639,6 +4923,14 @@ module Aws::Appflow
|
|
4639
4923
|
# redirect_uri: "RedirectUri",
|
4640
4924
|
# },
|
4641
4925
|
# },
|
4926
|
+
# honeycode: {
|
4927
|
+
# access_token: "AccessToken",
|
4928
|
+
# refresh_token: "RefreshToken",
|
4929
|
+
# o_auth_request: {
|
4930
|
+
# auth_code: "AuthCode",
|
4931
|
+
# redirect_uri: "RedirectUri",
|
4932
|
+
# },
|
4933
|
+
# },
|
4642
4934
|
# infor_nexus: {
|
4643
4935
|
# access_key_id: "AccessKeyId", # required
|
4644
4936
|
# user_id: "Username", # required
|
@@ -4758,11 +5050,13 @@ module Aws::Appflow
|
|
4758
5050
|
# schedule_start_time: Time.now,
|
4759
5051
|
# schedule_end_time: Time.now,
|
4760
5052
|
# timezone: "Timezone",
|
5053
|
+
# schedule_offset: 1,
|
5054
|
+
# first_execution_from: Time.now,
|
4761
5055
|
# },
|
4762
5056
|
# },
|
4763
5057
|
# },
|
4764
5058
|
# source_flow_config: {
|
4765
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
5059
|
+
# 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
|
4766
5060
|
# connector_profile_name: "ConnectorProfileName",
|
4767
5061
|
# source_connector_properties: { # required
|
4768
5062
|
# amplitude: {
|
@@ -4817,7 +5111,7 @@ module Aws::Appflow
|
|
4817
5111
|
# },
|
4818
5112
|
# destination_flow_config_list: [ # required
|
4819
5113
|
# {
|
4820
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
5114
|
+
# 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
|
4821
5115
|
# connector_profile_name: "ConnectorProfileName",
|
4822
5116
|
# destination_connector_properties: { # required
|
4823
5117
|
# redshift: {
|
@@ -4872,6 +5166,8 @@ module Aws::Appflow
|
|
4872
5166
|
# bucket_name: "BucketName",
|
4873
5167
|
# },
|
4874
5168
|
# },
|
5169
|
+
# lookout_metrics: {
|
5170
|
+
# },
|
4875
5171
|
# upsolver: {
|
4876
5172
|
# bucket_name: "UpsolverBucketName", # required
|
4877
5173
|
# bucket_prefix: "BucketPrefix",
|
@@ -4886,6 +5182,18 @@ module Aws::Appflow
|
|
4886
5182
|
# },
|
4887
5183
|
# },
|
4888
5184
|
# },
|
5185
|
+
# honeycode: {
|
5186
|
+
# object: "Object", # required
|
5187
|
+
# error_handling_config: {
|
5188
|
+
# fail_on_first_destination_error: false,
|
5189
|
+
# bucket_prefix: "BucketPrefix",
|
5190
|
+
# bucket_name: "BucketName",
|
5191
|
+
# },
|
5192
|
+
# },
|
5193
|
+
# customer_profiles: {
|
5194
|
+
# domain_name: "DomainName", # required
|
5195
|
+
# object_type_name: "ObjectTypeName",
|
5196
|
+
# },
|
4889
5197
|
# },
|
4890
5198
|
# },
|
4891
5199
|
# ],
|