aws-sdk-appflow 1.90.0 → 1.92.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appflow/client.rb +11 -13
- data/lib/aws-sdk-appflow/types.rb +10 -9
- data/lib/aws-sdk-appflow.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c342c8b89e1232e27e9e306996e29cd4aa974c9ab166a58613c88123f2696060
|
|
4
|
+
data.tar.gz: 4f3e0b048405ff9cac924e747e3bb74457ef8aa301dfc772e9c1d45b37bcdeea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e550ab76ff4ca1d18d63bb91798c75b8193bdcd77d9e162fc88210557aab002bcf4644a8fe08914b9ae11947ab89a60b7d75dda8f55187910925dae2799fa602
|
|
7
|
+
data.tar.gz: 84d3136b11e38456b748a6621dc3096f5189d4a6d1f2d215d031c4a5f82c5be47c67c570dde38bf1da298464b907889f454391d852034846368dca04f5a04715
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.92.0 (2026-06-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.91.0 (2026-05-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.90.0 (2026-05-19)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -199,7 +199,7 @@ module Aws::Appflow
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Appflow
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2361,7 +2359,7 @@ module Aws::Appflow
|
|
|
2361
2359
|
# metadata for.
|
|
2362
2360
|
#
|
|
2363
2361
|
# You can omit this parameter if you're resetting the cache for any of
|
|
2364
|
-
# the following connectors:
|
|
2362
|
+
# the following connectors: Connect Customer, Amazon EventBridge, Amazon
|
|
2365
2363
|
# Lookout for Metrics, Amazon S3, or Upsolver. If you're resetting the
|
|
2366
2364
|
# cache for any other connector, you must include this parameter in your
|
|
2367
2365
|
# request.
|
|
@@ -2370,10 +2368,10 @@ module Aws::Appflow
|
|
|
2370
2368
|
# The type of connector to reset cached metadata for.
|
|
2371
2369
|
#
|
|
2372
2370
|
# You must include this parameter in your request if you're resetting
|
|
2373
|
-
# the cache for any of the following connectors:
|
|
2374
|
-
# EventBridge, Amazon Lookout for Metrics, Amazon S3, or
|
|
2375
|
-
# you're resetting the cache for any other connector, you
|
|
2376
|
-
# parameter from your request.
|
|
2371
|
+
# the cache for any of the following connectors: Connect Customer,
|
|
2372
|
+
# Amazon EventBridge, Amazon Lookout for Metrics, Amazon S3, or
|
|
2373
|
+
# Upsolver. If you're resetting the cache for any other connector, you
|
|
2374
|
+
# can omit this parameter from your request.
|
|
2377
2375
|
#
|
|
2378
2376
|
# @option params [String] :connector_entity_name
|
|
2379
2377
|
# Use this parameter if you want to reset cached metadata about the
|
|
@@ -3361,7 +3359,7 @@ module Aws::Appflow
|
|
|
3361
3359
|
tracer: tracer
|
|
3362
3360
|
)
|
|
3363
3361
|
context[:gem_name] = 'aws-sdk-appflow'
|
|
3364
|
-
context[:gem_version] = '1.
|
|
3362
|
+
context[:gem_version] = '1.92.0'
|
|
3365
3363
|
Seahorse::Client::Request.new(handlers, context)
|
|
3366
3364
|
end
|
|
3367
3365
|
|
|
@@ -699,7 +699,8 @@ module Aws::Appflow
|
|
|
699
699
|
# @return [Types::UpsolverMetadata]
|
|
700
700
|
#
|
|
701
701
|
# @!attribute [rw] customer_profiles
|
|
702
|
-
# The connector metadata specific to
|
|
702
|
+
# The connector metadata specific to Connect Customer Customer
|
|
703
|
+
# Profiles.
|
|
703
704
|
# @return [Types::CustomerProfilesMetadata]
|
|
704
705
|
#
|
|
705
706
|
# @!attribute [rw] honeycode
|
|
@@ -1594,15 +1595,15 @@ module Aws::Appflow
|
|
|
1594
1595
|
include Aws::Structure
|
|
1595
1596
|
end
|
|
1596
1597
|
|
|
1597
|
-
# The properties that are applied when
|
|
1598
|
-
# is used as a destination.
|
|
1598
|
+
# The properties that are applied when Connect Customer Customer
|
|
1599
|
+
# Profiles is used as a destination.
|
|
1599
1600
|
#
|
|
1600
1601
|
# @!attribute [rw] domain_name
|
|
1601
|
-
# The unique name of the
|
|
1602
|
+
# The unique name of the Connect Customer Customer Profiles domain.
|
|
1602
1603
|
# @return [String]
|
|
1603
1604
|
#
|
|
1604
1605
|
# @!attribute [rw] object_type_name
|
|
1605
|
-
# The object specified in the
|
|
1606
|
+
# The object specified in the Connect Customer Customer Profiles flow
|
|
1606
1607
|
# destination.
|
|
1607
1608
|
# @return [String]
|
|
1608
1609
|
#
|
|
@@ -1615,7 +1616,7 @@ module Aws::Appflow
|
|
|
1615
1616
|
include Aws::Structure
|
|
1616
1617
|
end
|
|
1617
1618
|
|
|
1618
|
-
# The connector metadata specific to
|
|
1619
|
+
# The connector metadata specific to Connect Customer Customer Profiles.
|
|
1619
1620
|
#
|
|
1620
1621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesMetadata AWS API Documentation
|
|
1621
1622
|
#
|
|
@@ -2155,7 +2156,7 @@ module Aws::Appflow
|
|
|
2155
2156
|
# @return [Types::HoneycodeDestinationProperties]
|
|
2156
2157
|
#
|
|
2157
2158
|
# @!attribute [rw] customer_profiles
|
|
2158
|
-
# The properties required to query
|
|
2159
|
+
# The properties required to query Connect Customer Customer Profiles.
|
|
2159
2160
|
# @return [Types::CustomerProfilesDestinationProperties]
|
|
2160
2161
|
#
|
|
2161
2162
|
# @!attribute [rw] zendesk
|
|
@@ -3914,7 +3915,7 @@ module Aws::Appflow
|
|
|
3914
3915
|
# metadata for.
|
|
3915
3916
|
#
|
|
3916
3917
|
# You can omit this parameter if you're resetting the cache for any
|
|
3917
|
-
# of the following connectors:
|
|
3918
|
+
# of the following connectors: Connect Customer, Amazon EventBridge,
|
|
3918
3919
|
# Amazon Lookout for Metrics, Amazon S3, or Upsolver. If you're
|
|
3919
3920
|
# resetting the cache for any other connector, you must include this
|
|
3920
3921
|
# parameter in your request.
|
|
@@ -3924,7 +3925,7 @@ module Aws::Appflow
|
|
|
3924
3925
|
# The type of connector to reset cached metadata for.
|
|
3925
3926
|
#
|
|
3926
3927
|
# You must include this parameter in your request if you're resetting
|
|
3927
|
-
# the cache for any of the following connectors:
|
|
3928
|
+
# the cache for any of the following connectors: Connect Customer,
|
|
3928
3929
|
# Amazon EventBridge, Amazon Lookout for Metrics, Amazon S3, or
|
|
3929
3930
|
# Upsolver. If you're resetting the cache for any other connector,
|
|
3930
3931
|
# you can omit this parameter from your request.
|
data/lib/aws-sdk-appflow.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.92.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|