aws-sdk-appflow 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-appflow.rb +1 -1
- data/lib/aws-sdk-appflow/client.rb +12 -1
- data/lib/aws-sdk-appflow/client_api.rb +4 -0
- data/lib/aws-sdk-appflow/types.rb +32 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 345d96b3e7959407ce990a6f5afcd393070c29982a2e90e8b72f979ce5c8d7c7
|
4
|
+
data.tar.gz: 76a770d841ef2ec5da510d1ad81e8d15ef310d41227ff08b7defa74722975949
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 905ab4f8c0b964719ce21ee18fd4e68219e593c0bbe6a3130c8187dbf39a548e545c07f906344da35af371897b6d6696a8b0da8e2e9748d6141cefb256b1b70a
|
7
|
+
data.tar.gz: 18408becdeb71dfb5d979c46757e74c2baa4194888047faa0d00bab8eb4f102f342ac666a98f00ba596a35eb675101e7e3395757552487366b4b2c254bd78659
|
data/lib/aws-sdk-appflow.rb
CHANGED
@@ -580,6 +580,7 @@ module Aws::Appflow
|
|
580
580
|
# schedule_start_time: Time.now,
|
581
581
|
# schedule_end_time: Time.now,
|
582
582
|
# timezone: "Timezone",
|
583
|
+
# schedule_offset: 1,
|
583
584
|
# },
|
584
585
|
# },
|
585
586
|
# },
|
@@ -961,6 +962,12 @@ module Aws::Appflow
|
|
961
962
|
# @option params [Array<String>] :connector_types
|
962
963
|
# The type of connector, such as Salesforce, Amplitude, and so on.
|
963
964
|
#
|
965
|
+
# <note markdown="1"> *Locke* refers to a new destination known as Amazon Connect Customer
|
966
|
+
# Profiles. At this time, we recommend that you do not use this
|
967
|
+
# destination.
|
968
|
+
#
|
969
|
+
# </note>
|
970
|
+
#
|
964
971
|
# @option params [String] :next_token
|
965
972
|
# The pagination token for the next page of data.
|
966
973
|
#
|
@@ -1118,6 +1125,7 @@ module Aws::Appflow
|
|
1118
1125
|
# resp.trigger_config.trigger_properties.scheduled.schedule_start_time #=> Time
|
1119
1126
|
# resp.trigger_config.trigger_properties.scheduled.schedule_end_time #=> Time
|
1120
1127
|
# resp.trigger_config.trigger_properties.scheduled.timezone #=> String
|
1128
|
+
# resp.trigger_config.trigger_properties.scheduled.schedule_offset #=> Integer
|
1121
1129
|
# resp.tasks #=> Array
|
1122
1130
|
# resp.tasks[0].source_fields #=> Array
|
1123
1131
|
# resp.tasks[0].source_fields[0] #=> String
|
@@ -1196,6 +1204,8 @@ module Aws::Appflow
|
|
1196
1204
|
# resp.flow_executions[0].execution_result.records_processed #=> Integer
|
1197
1205
|
# resp.flow_executions[0].started_at #=> Time
|
1198
1206
|
# resp.flow_executions[0].last_updated_at #=> Time
|
1207
|
+
# resp.flow_executions[0].data_pull_start_time #=> Time
|
1208
|
+
# resp.flow_executions[0].data_pull_end_time #=> Time
|
1199
1209
|
# resp.next_token #=> String
|
1200
1210
|
#
|
1201
1211
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeFlowExecutionRecords AWS API Documentation
|
@@ -1682,6 +1692,7 @@ module Aws::Appflow
|
|
1682
1692
|
# schedule_start_time: Time.now,
|
1683
1693
|
# schedule_end_time: Time.now,
|
1684
1694
|
# timezone: "Timezone",
|
1695
|
+
# schedule_offset: 1,
|
1685
1696
|
# },
|
1686
1697
|
# },
|
1687
1698
|
# },
|
@@ -1867,7 +1878,7 @@ module Aws::Appflow
|
|
1867
1878
|
params: params,
|
1868
1879
|
config: config)
|
1869
1880
|
context[:gem_name] = 'aws-sdk-appflow'
|
1870
|
-
context[:gem_version] = '1.
|
1881
|
+
context[:gem_version] = '1.6.0'
|
1871
1882
|
Seahorse::Client::Request.new(handlers, context)
|
1872
1883
|
end
|
1873
1884
|
|
@@ -191,6 +191,7 @@ module Aws::Appflow
|
|
191
191
|
SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
|
192
192
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
193
193
|
ScheduleFrequencyType = Shapes::StringShape.new(name: 'ScheduleFrequencyType')
|
194
|
+
ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
|
194
195
|
ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
|
195
196
|
SchedulingFrequencyTypeList = Shapes::ListShape.new(name: 'SchedulingFrequencyTypeList')
|
196
197
|
SecretKey = Shapes::StringShape.new(name: 'SecretKey')
|
@@ -587,6 +588,8 @@ module Aws::Appflow
|
|
587
588
|
ExecutionRecord.add_member(:execution_result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "executionResult"))
|
588
589
|
ExecutionRecord.add_member(:started_at, Shapes::ShapeRef.new(shape: Date, location_name: "startedAt"))
|
589
590
|
ExecutionRecord.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
|
591
|
+
ExecutionRecord.add_member(:data_pull_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullStartTime"))
|
592
|
+
ExecutionRecord.add_member(:data_pull_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullEndTime"))
|
590
593
|
ExecutionRecord.struct_class = Types::ExecutionRecord
|
591
594
|
|
592
595
|
ExecutionResult.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "errorInfo"))
|
@@ -768,6 +771,7 @@ module Aws::Appflow
|
|
768
771
|
ScheduledTriggerProperties.add_member(:schedule_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleStartTime"))
|
769
772
|
ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleEndTime"))
|
770
773
|
ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
|
774
|
+
ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "scheduleOffset", metadata: {"box"=>true}))
|
771
775
|
ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
|
772
776
|
|
773
777
|
SchedulingFrequencyTypeList.member = Shapes::ShapeRef.new(shape: ScheduleFrequencyType)
|
@@ -1260,6 +1260,7 @@ module Aws::Appflow
|
|
1260
1260
|
# schedule_start_time: Time.now,
|
1261
1261
|
# schedule_end_time: Time.now,
|
1262
1262
|
# timezone: "Timezone",
|
1263
|
+
# schedule_offset: 1,
|
1263
1264
|
# },
|
1264
1265
|
# },
|
1265
1266
|
# },
|
@@ -1752,6 +1753,12 @@ module Aws::Appflow
|
|
1752
1753
|
#
|
1753
1754
|
# @!attribute [rw] connector_types
|
1754
1755
|
# 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>
|
1755
1762
|
# @return [Array<String>]
|
1756
1763
|
#
|
1757
1764
|
# @!attribute [rw] next_token
|
@@ -2432,6 +2439,16 @@ module Aws::Appflow
|
|
2432
2439
|
# Specifies the time of the most recent update.
|
2433
2440
|
# @return [Time]
|
2434
2441
|
#
|
2442
|
+
# @!attribute [rw] data_pull_start_time
|
2443
|
+
# The timestamp that determines the first new or updated record to be
|
2444
|
+
# transferred in the flow run.
|
2445
|
+
# @return [Time]
|
2446
|
+
#
|
2447
|
+
# @!attribute [rw] data_pull_end_time
|
2448
|
+
# The timestamp that indicates the last new or updated record to be
|
2449
|
+
# transferred in the flow run.
|
2450
|
+
# @return [Time]
|
2451
|
+
#
|
2435
2452
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ExecutionRecord AWS API Documentation
|
2436
2453
|
#
|
2437
2454
|
class ExecutionRecord < Struct.new(
|
@@ -2439,7 +2456,9 @@ module Aws::Appflow
|
|
2439
2456
|
:execution_status,
|
2440
2457
|
:execution_result,
|
2441
2458
|
:started_at,
|
2442
|
-
:last_updated_at
|
2459
|
+
:last_updated_at,
|
2460
|
+
:data_pull_start_time,
|
2461
|
+
:data_pull_end_time)
|
2443
2462
|
SENSITIVE = []
|
2444
2463
|
include Aws::Structure
|
2445
2464
|
end
|
@@ -3503,6 +3522,7 @@ module Aws::Appflow
|
|
3503
3522
|
# schedule_start_time: Time.now,
|
3504
3523
|
# schedule_end_time: Time.now,
|
3505
3524
|
# timezone: "Timezone",
|
3525
|
+
# schedule_offset: 1,
|
3506
3526
|
# }
|
3507
3527
|
#
|
3508
3528
|
# @!attribute [rw] schedule_expression
|
@@ -3525,9 +3545,14 @@ module Aws::Appflow
|
|
3525
3545
|
#
|
3526
3546
|
# @!attribute [rw] timezone
|
3527
3547
|
# Specifies the time zone used when referring to the date and time of
|
3528
|
-
# a scheduled-triggered flow
|
3548
|
+
# a scheduled-triggered flow, such as `America/New_York`.
|
3529
3549
|
# @return [String]
|
3530
3550
|
#
|
3551
|
+
# @!attribute [rw] schedule_offset
|
3552
|
+
# Specifies the optional offset that is added to the time interval for
|
3553
|
+
# a schedule-triggered flow.
|
3554
|
+
# @return [Integer]
|
3555
|
+
#
|
3531
3556
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ScheduledTriggerProperties AWS API Documentation
|
3532
3557
|
#
|
3533
3558
|
class ScheduledTriggerProperties < Struct.new(
|
@@ -3535,7 +3560,8 @@ module Aws::Appflow
|
|
3535
3560
|
:data_pull_mode,
|
3536
3561
|
:schedule_start_time,
|
3537
3562
|
:schedule_end_time,
|
3538
|
-
:timezone
|
3563
|
+
:timezone,
|
3564
|
+
:schedule_offset)
|
3539
3565
|
SENSITIVE = []
|
3540
3566
|
include Aws::Structure
|
3541
3567
|
end
|
@@ -4460,6 +4486,7 @@ module Aws::Appflow
|
|
4460
4486
|
# schedule_start_time: Time.now,
|
4461
4487
|
# schedule_end_time: Time.now,
|
4462
4488
|
# timezone: "Timezone",
|
4489
|
+
# schedule_offset: 1,
|
4463
4490
|
# },
|
4464
4491
|
# },
|
4465
4492
|
# }
|
@@ -4498,6 +4525,7 @@ module Aws::Appflow
|
|
4498
4525
|
# schedule_start_time: Time.now,
|
4499
4526
|
# schedule_end_time: Time.now,
|
4500
4527
|
# timezone: "Timezone",
|
4528
|
+
# schedule_offset: 1,
|
4501
4529
|
# },
|
4502
4530
|
# }
|
4503
4531
|
#
|
@@ -4758,6 +4786,7 @@ module Aws::Appflow
|
|
4758
4786
|
# schedule_start_time: Time.now,
|
4759
4787
|
# schedule_end_time: Time.now,
|
4760
4788
|
# timezone: "Timezone",
|
4789
|
+
# schedule_offset: 1,
|
4761
4790
|
# },
|
4762
4791
|
# },
|
4763
4792
|
# },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|