aws-sdk-appflow 1.44.0 → 1.45.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04a3f5ededad875ff95fc38b621dfd1d21babe2d2a76e95e8b933fa3649a5898
4
- data.tar.gz: 07cc24d22696777f627b15c98fc974b0d24a91896c9add2cda4e3aa81ce94d47
3
+ metadata.gz: e27563b83f453764a3ecbf63538dd690cb7ad08b50f67bd3a2dbe92b95a215cc
4
+ data.tar.gz: ee761c5f03a923ffa1194c5fe9ee137fe0a5e7f0d7f58e17506729874878a6b4
5
5
  SHA512:
6
- metadata.gz: 0b0628e9689c3382d0f7f6b51b9f0e71db0830b16f43994017877f63b06564960da9932406e1c8eea991ba00dd76e1f09b54bf42005175f8b2bcb7323080e814
7
- data.tar.gz: 1a01d052e3d92de172a5592346a36d1a816b2d715e37311fbed9261aca7d170c22955aeb25b4893fc56c482e48df9ddd0968877ea589f6c170eaff1d7bdeed11
6
+ metadata.gz: 9e902bfd1b8b1b3773221284bea525733402cceda7981a4887f2bbac08c63c1977185e87d255a33cdf668d61b5489fd540070eecf43def4ab1b05a68009f476d
7
+ data.tar.gz: ade5bbf552e9ee9121114ed0c8f510e514023b5d2f6e40efebc616a699cafae62a9a2f92501ad8e82cd0d1baafc5feb94a86409581a239f1a88c4ec15820c627
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2023-06-27)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
8
+
4
9
  1.44.0 (2023-06-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.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.45.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.45.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.45.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-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core