@aws-sdk/client-appflow 3.360.0 → 3.362.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.
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
|
@@ -110,6 +110,7 @@ export interface CreateConnectorProfileCommandOutput extends CreateConnectorProf
|
|
|
110
110
|
* "STRING_VALUE",
|
|
111
111
|
* ],
|
|
112
112
|
* },
|
|
113
|
+
* disableSSO: true || false,
|
|
113
114
|
* },
|
|
114
115
|
* CustomConnector: { // CustomConnectorProfileProperties
|
|
115
116
|
* profileProperties: { // ProfilePropertiesMap
|
|
@@ -123,6 +123,7 @@ export interface DescribeConnectorProfilesCommandOutput extends DescribeConnecto
|
|
|
123
123
|
* // "STRING_VALUE",
|
|
124
124
|
* // ],
|
|
125
125
|
* // },
|
|
126
|
+
* // disableSSO: true || false,
|
|
126
127
|
* // },
|
|
127
128
|
* // CustomConnector: { // CustomConnectorProfileProperties
|
|
128
129
|
* // profileProperties: { // ProfilePropertiesMap
|
|
@@ -103,6 +103,7 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
103
103
|
* "STRING_VALUE",
|
|
104
104
|
* ],
|
|
105
105
|
* },
|
|
106
|
+
* disableSSO: true || false,
|
|
106
107
|
* },
|
|
107
108
|
* CustomConnector: { // CustomConnectorProfileProperties
|
|
108
109
|
* profileProperties: { // ProfilePropertiesMap
|
|
@@ -2118,6 +2118,17 @@ export interface SAPODataConnectorProfileProperties {
|
|
|
2118
2118
|
* <p> The SAPOData OAuth properties required for OAuth type authentication. </p>
|
|
2119
2119
|
*/
|
|
2120
2120
|
oAuthProperties?: OAuthProperties;
|
|
2121
|
+
/**
|
|
2122
|
+
* <p>If you set this parameter to <code>true</code>, Amazon AppFlow bypasses the single
|
|
2123
|
+
* sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.</p>
|
|
2124
|
+
* <p>Whether you need this option depends on the types of credentials that you applied to
|
|
2125
|
+
* your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO
|
|
2126
|
+
* can prevent Amazon AppFlow from connecting to your account with your username and
|
|
2127
|
+
* password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect
|
|
2128
|
+
* successfully. However, if your profile uses OAuth credentials, this parameter has no
|
|
2129
|
+
* affect.</p>
|
|
2130
|
+
*/
|
|
2131
|
+
disableSSO?: boolean;
|
|
2121
2132
|
}
|
|
2122
2133
|
/**
|
|
2123
2134
|
* @public
|
|
@@ -831,6 +831,7 @@ export interface SAPODataConnectorProfileProperties {
|
|
|
831
831
|
logonLanguage?: string;
|
|
832
832
|
privateLinkServiceName?: string;
|
|
833
833
|
oAuthProperties?: OAuthProperties;
|
|
834
|
+
disableSSO?: boolean;
|
|
834
835
|
}
|
|
835
836
|
export interface ServiceNowConnectorProfileProperties {
|
|
836
837
|
instanceUrl: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.362.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.362.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.362.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.357.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.362.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.357.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-retry": "3.362.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|