aws-sdk-appflow 1.68.0 → 1.69.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appflow/client.rb +1 -1
- data/lib/aws-sdk-appflow/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-appflow/types.rb +8 -14
- data/lib/aws-sdk-appflow.rb +1 -1
- 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: 10d0257d496dcc8aad465a66767a4d783fec0b01f944c109441da029cb6b79e2
|
4
|
+
data.tar.gz: 34bf450cf03156b155e9e3b93c6b03d42f3c1c821a0ed50fb836bc3a53934713
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74bd759e73ec3d4cd3a4fc174f7610c2546d33a2d57ab16805f5f3e734678c2586cd13ff208635a48d3b5ebdd4a65a44a4cea8fd3b936992d2854b610fe950ed
|
7
|
+
data.tar.gz: 88f8be012a0135ccc3f4c02474f88659f35c8fe5ae1d7df4cd6c132cba65be13f8f08653fe057320a6beeb517434086ae5aa9a878e87a0abf10049142bccb2ab
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -32,7 +32,7 @@ module Aws::Appflow
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://appflow-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -4357,13 +4357,6 @@ module Aws::Appflow
|
|
4357
4357
|
# Salesforce account and authorize Amazon AppFlow to access your
|
4358
4358
|
# records.
|
4359
4359
|
#
|
4360
|
-
# CLIENT\_CREDENTIALS
|
4361
|
-
#
|
4362
|
-
# : Amazon AppFlow passes client credentials (a client ID and client
|
4363
|
-
# secret) when it requests the access token from Salesforce. You
|
4364
|
-
# provide these credentials to Amazon AppFlow when you define the
|
4365
|
-
# connection to your Salesforce account.
|
4366
|
-
#
|
4367
4360
|
# JWT\_BEARER
|
4368
4361
|
#
|
4369
4362
|
# : Amazon AppFlow passes a JSON web token (JWT) when it requests the
|
@@ -4372,6 +4365,10 @@ module Aws::Appflow
|
|
4372
4365
|
# When you use this grant type, you don't need to log in to your
|
4373
4366
|
# Salesforce account to authorize Amazon AppFlow to access your
|
4374
4367
|
# records.
|
4368
|
+
#
|
4369
|
+
# <note markdown="1"> The CLIENT\_CREDENTIALS value is not supported for Salesforce.
|
4370
|
+
#
|
4371
|
+
# </note>
|
4375
4372
|
# @return [String]
|
4376
4373
|
#
|
4377
4374
|
# @!attribute [rw] jwt_token
|
@@ -4569,13 +4566,6 @@ module Aws::Appflow
|
|
4569
4566
|
# Salesforce account and authorize Amazon AppFlow to access your
|
4570
4567
|
# records.
|
4571
4568
|
#
|
4572
|
-
# CLIENT\_CREDENTIALS
|
4573
|
-
#
|
4574
|
-
# : Amazon AppFlow passes client credentials (a client ID and client
|
4575
|
-
# secret) when it requests the access token from Salesforce. You
|
4576
|
-
# provide these credentials to Amazon AppFlow when you define the
|
4577
|
-
# connection to your Salesforce account.
|
4578
|
-
#
|
4579
4569
|
# JWT\_BEARER
|
4580
4570
|
#
|
4581
4571
|
# : Amazon AppFlow passes a JSON web token (JWT) when it requests the
|
@@ -4584,6 +4574,10 @@ module Aws::Appflow
|
|
4584
4574
|
# When you use this grant type, you don't need to log in to your
|
4585
4575
|
# Salesforce account to authorize Amazon AppFlow to access your
|
4586
4576
|
# records.
|
4577
|
+
#
|
4578
|
+
# <note markdown="1"> The CLIENT\_CREDENTIALS value is not supported for Salesforce.
|
4579
|
+
#
|
4580
|
+
# </note>
|
4587
4581
|
# @return [Array<String>]
|
4588
4582
|
#
|
4589
4583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceMetadata AWS API Documentation
|
data/lib/aws-sdk-appflow.rb
CHANGED
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.69.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: 2024-
|
11
|
+
date: 2024-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|