aws-sdk-appflow 1.91.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appflow/client.rb +6 -6
- data/lib/aws-sdk-appflow/types.rb +10 -9
- data/lib/aws-sdk-appflow.rb +1 -1
- metadata +1 -1
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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -2359,7 +2359,7 @@ module Aws::Appflow
|
|
|
2359
2359
|
# metadata for.
|
|
2360
2360
|
#
|
|
2361
2361
|
# You can omit this parameter if you're resetting the cache for any of
|
|
2362
|
-
# the following connectors:
|
|
2362
|
+
# the following connectors: Connect Customer, Amazon EventBridge, Amazon
|
|
2363
2363
|
# Lookout for Metrics, Amazon S3, or Upsolver. If you're resetting the
|
|
2364
2364
|
# cache for any other connector, you must include this parameter in your
|
|
2365
2365
|
# request.
|
|
@@ -2368,10 +2368,10 @@ module Aws::Appflow
|
|
|
2368
2368
|
# The type of connector to reset cached metadata for.
|
|
2369
2369
|
#
|
|
2370
2370
|
# You must include this parameter in your request if you're resetting
|
|
2371
|
-
# the cache for any of the following connectors:
|
|
2372
|
-
# EventBridge, Amazon Lookout for Metrics, Amazon S3, or
|
|
2373
|
-
# you're resetting the cache for any other connector, you
|
|
2374
|
-
# 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.
|
|
2375
2375
|
#
|
|
2376
2376
|
# @option params [String] :connector_entity_name
|
|
2377
2377
|
# Use this parameter if you want to reset cached metadata about the
|
|
@@ -3359,7 +3359,7 @@ module Aws::Appflow
|
|
|
3359
3359
|
tracer: tracer
|
|
3360
3360
|
)
|
|
3361
3361
|
context[:gem_name] = 'aws-sdk-appflow'
|
|
3362
|
-
context[:gem_version] = '1.
|
|
3362
|
+
context[:gem_version] = '1.92.0'
|
|
3363
3363
|
Seahorse::Client::Request.new(handlers, context)
|
|
3364
3364
|
end
|
|
3365
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