aws-sdk-appflow 1.44.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04a3f5ededad875ff95fc38b621dfd1d21babe2d2a76e95e8b933fa3649a5898
4
- data.tar.gz: 07cc24d22696777f627b15c98fc974b0d24a91896c9add2cda4e3aa81ce94d47
3
+ metadata.gz: 103038cf7b1a99c6a1936f7caa18a110d649f6cc8cc5c6dea5cb6311e6adabc3
4
+ data.tar.gz: 78256f3b5ea144a8d3444360e95ed731c9ced054381d89105bdd16e1470c7c37
5
5
  SHA512:
6
- metadata.gz: 0b0628e9689c3382d0f7f6b51b9f0e71db0830b16f43994017877f63b06564960da9932406e1c8eea991ba00dd76e1f09b54bf42005175f8b2bcb7323080e814
7
- data.tar.gz: 1a01d052e3d92de172a5592346a36d1a816b2d715e37311fbed9261aca7d170c22955aeb25b4893fc56c482e48df9ddd0968877ea589f6c170eaff1d7bdeed11
6
+ metadata.gz: 2062725cf36783f1d5a643bd79c3e0ee324e5a0a72b0199a0883dab43a0909a1ede6adffd54c3430089c53c60c1cfb6aa32e06ed4bd2fc386c00f678d7d9909f
7
+ data.tar.gz: b895cc16b2b646e30550a583236d5146c815327f33352b40b93b39daeed59199e4d90fa220c47de1864f6ac3492be2ba6b5e2c087ec8a84541e2e123b691739e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.45.0 (2023-06-27)
10
+ ------------------
11
+
12
+ * Feature - This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
13
+
4
14
  1.44.0 (2023-06-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.46.0
@@ -580,6 +580,7 @@ module Aws::Appflow
580
580
  # auth_code_url: "AuthCodeUrl", # required
581
581
  # o_auth_scopes: ["OAuthScope"], # required
582
582
  # },
583
+ # disable_sso: false,
583
584
  # },
584
585
  # custom_connector: {
585
586
  # profile_properties: {
@@ -1479,6 +1480,7 @@ module Aws::Appflow
1479
1480
  # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.auth_code_url #=> String
1480
1481
  # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.o_auth_scopes #=> Array
1481
1482
  # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.o_auth_scopes[0] #=> String
1483
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.disable_sso #=> Boolean
1482
1484
  # resp.connector_profile_details[0].connector_profile_properties.custom_connector.profile_properties #=> Hash
1483
1485
  # resp.connector_profile_details[0].connector_profile_properties.custom_connector.profile_properties["ProfilePropertyKey"] #=> String
1484
1486
  # resp.connector_profile_details[0].connector_profile_properties.custom_connector.o_auth_2_properties.token_url #=> String
@@ -2602,6 +2604,7 @@ module Aws::Appflow
2602
2604
  # auth_code_url: "AuthCodeUrl", # required
2603
2605
  # o_auth_scopes: ["OAuthScope"], # required
2604
2606
  # },
2607
+ # disable_sso: false,
2605
2608
  # },
2606
2609
  # custom_connector: {
2607
2610
  # profile_properties: {
@@ -3214,7 +3217,7 @@ module Aws::Appflow
3214
3217
  params: params,
3215
3218
  config: config)
3216
3219
  context[:gem_name] = 'aws-sdk-appflow'
3217
- context[:gem_version] = '1.44.0'
3220
+ context[:gem_version] = '1.46.0'
3218
3221
  Seahorse::Client::Request.new(handlers, context)
3219
3222
  end
3220
3223
 
@@ -1264,6 +1264,7 @@ module Aws::Appflow
1264
1264
  SAPODataConnectorProfileProperties.add_member(:logon_language, Shapes::ShapeRef.new(shape: LogonLanguage, location_name: "logonLanguage"))
1265
1265
  SAPODataConnectorProfileProperties.add_member(:private_link_service_name, Shapes::ShapeRef.new(shape: PrivateLinkServiceName, location_name: "privateLinkServiceName"))
1266
1266
  SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
1267
+ SAPODataConnectorProfileProperties.add_member(:disable_sso, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableSSO"))
1267
1268
  SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
1268
1269
 
1269
1270
  SAPODataDestinationProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "objectPath"))
@@ -4162,6 +4162,20 @@ module Aws::Appflow
4162
4162
  # authentication.
4163
4163
  # @return [Types::OAuthProperties]
4164
4164
  #
4165
+ # @!attribute [rw] disable_sso
4166
+ # If you set this parameter to `true`, Amazon AppFlow bypasses the
4167
+ # single sign-on (SSO) settings in your SAP account when it accesses
4168
+ # your SAP OData instance.
4169
+ #
4170
+ # Whether you need this option depends on the types of credentials
4171
+ # that you applied to your SAP OData connection profile. If your
4172
+ # profile uses basic authentication credentials, SAP SSO can prevent
4173
+ # Amazon AppFlow from connecting to your account with your username
4174
+ # and password. In this case, bypassing SSO makes it possible for
4175
+ # Amazon AppFlow to connect successfully. However, if your profile
4176
+ # uses OAuth credentials, this parameter has no affect.
4177
+ # @return [Boolean]
4178
+ #
4165
4179
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SAPODataConnectorProfileProperties AWS API Documentation
4166
4180
  #
4167
4181
  class SAPODataConnectorProfileProperties < Struct.new(
@@ -4171,7 +4185,8 @@ module Aws::Appflow
4171
4185
  :client_number,
4172
4186
  :logon_language,
4173
4187
  :private_link_service_name,
4174
- :o_auth_properties)
4188
+ :o_auth_properties,
4189
+ :disable_sso)
4175
4190
  SENSITIVE = []
4176
4191
  include Aws::Structure
4177
4192
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appflow/customizations'
52
52
  # @!group service
53
53
  module Aws::Appflow
54
54
 
55
- GEM_VERSION = '1.44.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
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.44.0
4
+ version: 1.46.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: 2023-06-20 00:00:00.000000000 Z
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.174.0
22
+ version: 3.176.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement