@aws-sdk/client-appflow 3.300.0 → 3.303.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-cjs/models/models_0.js +484 -526
- package/dist-es/models/models_0.js +484 -526
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +53 -65
- package/dist-types/commands/CreateFlowCommand.d.ts +61 -77
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFlowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -3
- package/dist-types/commands/StartFlowCommand.d.ts +1 -1
- package/dist-types/commands/StopFlowCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +53 -65
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFlowCommand.d.ts +60 -76
- package/dist-types/models/models_0.d.ts +736 -526
- package/dist-types/ts3.4/models/models_0.d.ts +556 -484
- package/package.json +34 -34
|
@@ -30,8 +30,8 @@ export interface DescribeConnectorProfilesCommandOutput extends DescribeConnecto
|
|
|
30
30
|
* import { AppflowClient, DescribeConnectorProfilesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
31
31
|
* // const { AppflowClient, DescribeConnectorProfilesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
32
32
|
* const client = new AppflowClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* connectorProfileNames: [
|
|
33
|
+
* const input = { // DescribeConnectorProfilesRequest
|
|
34
|
+
* connectorProfileNames: [ // ConnectorProfileNameList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
|
|
@@ -29,8 +29,8 @@ export interface DescribeConnectorsCommandOutput extends DescribeConnectorsRespo
|
|
|
29
29
|
* import { AppflowClient, DescribeConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
30
30
|
* // const { AppflowClient, DescribeConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
31
31
|
* const client = new AppflowClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* connectorTypes: [
|
|
32
|
+
* const input = { // DescribeConnectorsRequest
|
|
33
|
+
* connectorTypes: [ // ConnectorTypeList
|
|
34
34
|
* "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
|
|
35
35
|
* ],
|
|
36
36
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
|
|
|
26
26
|
* import { AppflowClient, DescribeFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, DescribeFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFlowRequest
|
|
30
30
|
* flowName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeFlowCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowE
|
|
|
26
26
|
* import { AppflowClient, DescribeFlowExecutionRecordsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, DescribeFlowExecutionRecordsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFlowExecutionRecordsRequest
|
|
30
30
|
* flowName: "STRING_VALUE", // required
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitie
|
|
|
29
29
|
* import { AppflowClient, ListConnectorEntitiesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
30
30
|
* // const { AppflowClient, ListConnectorEntitiesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
31
31
|
* const client = new AppflowClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListConnectorEntitiesRequest
|
|
33
33
|
* connectorProfileName: "STRING_VALUE",
|
|
34
34
|
* connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
|
|
35
35
|
* entitiesPath: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
|
|
|
28
28
|
* import { AppflowClient, ListConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
29
29
|
* // const { AppflowClient, ListConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
30
30
|
* const client = new AppflowClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListConnectorsRequest
|
|
32
32
|
* maxResults: Number("int"),
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
|
|
|
26
26
|
* import { AppflowClient, ListFlowsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, ListFlowsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListFlowsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { AppflowClient, ListTagsForResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -28,12 +28,12 @@ export interface RegisterConnectorCommandOutput extends RegisterConnectorRespons
|
|
|
28
28
|
* import { AppflowClient, RegisterConnectorCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
29
29
|
* // const { AppflowClient, RegisterConnectorCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
30
30
|
* const client = new AppflowClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // RegisterConnectorRequest
|
|
32
32
|
* connectorLabel: "STRING_VALUE",
|
|
33
33
|
* description: "STRING_VALUE",
|
|
34
34
|
* connectorProvisioningType: "LAMBDA",
|
|
35
|
-
* connectorProvisioningConfig: {
|
|
36
|
-
* lambda: {
|
|
35
|
+
* connectorProvisioningConfig: { // ConnectorProvisioningConfig
|
|
36
|
+
* lambda: { // LambdaConnectorProvisioningConfig
|
|
37
37
|
* lambdaArn: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
39
39
|
* },
|
|
@@ -27,7 +27,7 @@ export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBea
|
|
|
27
27
|
* import { AppflowClient, StartFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
28
28
|
* // const { AppflowClient, StartFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
29
29
|
* const client = new AppflowClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StartFlowRequest
|
|
31
31
|
* flowName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StartFlowCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBeare
|
|
|
28
28
|
* import { AppflowClient, StopFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
29
29
|
* // const { AppflowClient, StopFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
30
30
|
* const client = new AppflowClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // StopFlowRequest
|
|
32
32
|
* flowName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new StopFlowCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
26
|
* import { AppflowClient, TagResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, TagResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
|
-
* tags: { // required
|
|
31
|
+
* tags: { // TagMap // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -27,7 +27,7 @@ export interface UnregisterConnectorCommandOutput extends UnregisterConnectorRes
|
|
|
27
27
|
* import { AppflowClient, UnregisterConnectorCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
28
28
|
* // const { AppflowClient, UnregisterConnectorCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
29
29
|
* const client = new AppflowClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UnregisterConnectorRequest
|
|
31
31
|
* connectorLabel: "STRING_VALUE", // required
|
|
32
32
|
* forceDelete: true || false,
|
|
33
33
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { AppflowClient, UntagResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, UntagResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
|
-
* tagKeys: [ // required
|
|
31
|
+
* tagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,27 +26,27 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
26
26
|
* import { AppflowClient, UpdateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
27
27
|
* // const { AppflowClient, UpdateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
28
28
|
* const client = new AppflowClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateConnectorProfileRequest
|
|
30
30
|
* connectorProfileName: "STRING_VALUE", // required
|
|
31
31
|
* connectionMode: "Public" || "Private", // required
|
|
32
|
-
* connectorProfileConfig: {
|
|
33
|
-
* connectorProfileProperties: {
|
|
32
|
+
* connectorProfileConfig: { // ConnectorProfileConfig
|
|
33
|
+
* connectorProfileProperties: { // ConnectorProfileProperties
|
|
34
34
|
* Amplitude: {},
|
|
35
|
-
* Datadog: {
|
|
35
|
+
* Datadog: { // DatadogConnectorProfileProperties
|
|
36
36
|
* instanceUrl: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
38
|
-
* Dynatrace: {
|
|
38
|
+
* Dynatrace: { // DynatraceConnectorProfileProperties
|
|
39
39
|
* instanceUrl: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* GoogleAnalytics: {},
|
|
42
42
|
* Honeycode: {},
|
|
43
|
-
* InforNexus: {
|
|
43
|
+
* InforNexus: { // InforNexusConnectorProfileProperties
|
|
44
44
|
* instanceUrl: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
46
|
-
* Marketo: {
|
|
46
|
+
* Marketo: { // MarketoConnectorProfileProperties
|
|
47
47
|
* instanceUrl: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
|
-
* Redshift: {
|
|
49
|
+
* Redshift: { // RedshiftConnectorProfileProperties
|
|
50
50
|
* databaseUrl: "STRING_VALUE",
|
|
51
51
|
* bucketName: "STRING_VALUE", // required
|
|
52
52
|
* bucketPrefix: "STRING_VALUE",
|
|
@@ -57,19 +57,19 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
57
57
|
* workgroupName: "STRING_VALUE",
|
|
58
58
|
* databaseName: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
|
-
* Salesforce: {
|
|
60
|
+
* Salesforce: { // SalesforceConnectorProfileProperties
|
|
61
61
|
* instanceUrl: "STRING_VALUE",
|
|
62
62
|
* isSandboxEnvironment: true || false,
|
|
63
63
|
* usePrivateLinkForMetadataAndAuthorization: true || false,
|
|
64
64
|
* },
|
|
65
|
-
* ServiceNow: {
|
|
65
|
+
* ServiceNow: { // ServiceNowConnectorProfileProperties
|
|
66
66
|
* instanceUrl: "STRING_VALUE", // required
|
|
67
67
|
* },
|
|
68
68
|
* Singular: {},
|
|
69
|
-
* Slack: {
|
|
69
|
+
* Slack: { // SlackConnectorProfileProperties
|
|
70
70
|
* instanceUrl: "STRING_VALUE", // required
|
|
71
71
|
* },
|
|
72
|
-
* Snowflake: {
|
|
72
|
+
* Snowflake: { // SnowflakeConnectorProfileProperties
|
|
73
73
|
* warehouse: "STRING_VALUE", // required
|
|
74
74
|
* stage: "STRING_VALUE", // required
|
|
75
75
|
* bucketName: "STRING_VALUE", // required
|
|
@@ -79,68 +79,68 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
79
79
|
* region: "STRING_VALUE",
|
|
80
80
|
* },
|
|
81
81
|
* Trendmicro: {},
|
|
82
|
-
* Veeva: {
|
|
82
|
+
* Veeva: { // VeevaConnectorProfileProperties
|
|
83
83
|
* instanceUrl: "STRING_VALUE", // required
|
|
84
84
|
* },
|
|
85
|
-
* Zendesk: {
|
|
85
|
+
* Zendesk: { // ZendeskConnectorProfileProperties
|
|
86
86
|
* instanceUrl: "STRING_VALUE", // required
|
|
87
87
|
* },
|
|
88
|
-
* SAPOData: {
|
|
88
|
+
* SAPOData: { // SAPODataConnectorProfileProperties
|
|
89
89
|
* applicationHostUrl: "STRING_VALUE", // required
|
|
90
90
|
* applicationServicePath: "STRING_VALUE", // required
|
|
91
91
|
* portNumber: Number("int"), // required
|
|
92
92
|
* clientNumber: "STRING_VALUE", // required
|
|
93
93
|
* logonLanguage: "STRING_VALUE",
|
|
94
94
|
* privateLinkServiceName: "STRING_VALUE",
|
|
95
|
-
* oAuthProperties: {
|
|
95
|
+
* oAuthProperties: { // OAuthProperties
|
|
96
96
|
* tokenUrl: "STRING_VALUE", // required
|
|
97
97
|
* authCodeUrl: "STRING_VALUE", // required
|
|
98
|
-
* oAuthScopes: [ // required
|
|
98
|
+
* oAuthScopes: [ // OAuthScopeList // required
|
|
99
99
|
* "STRING_VALUE",
|
|
100
100
|
* ],
|
|
101
101
|
* },
|
|
102
102
|
* },
|
|
103
|
-
* CustomConnector: {
|
|
104
|
-
* profileProperties: {
|
|
103
|
+
* CustomConnector: { // CustomConnectorProfileProperties
|
|
104
|
+
* profileProperties: { // ProfilePropertiesMap
|
|
105
105
|
* "<keys>": "STRING_VALUE",
|
|
106
106
|
* },
|
|
107
|
-
* oAuth2Properties: {
|
|
107
|
+
* oAuth2Properties: { // OAuth2Properties
|
|
108
108
|
* tokenUrl: "STRING_VALUE", // required
|
|
109
109
|
* oAuth2GrantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE", // required
|
|
110
|
-
* tokenUrlCustomProperties: {
|
|
110
|
+
* tokenUrlCustomProperties: { // TokenUrlCustomProperties
|
|
111
111
|
* "<keys>": "STRING_VALUE",
|
|
112
112
|
* },
|
|
113
113
|
* },
|
|
114
114
|
* },
|
|
115
|
-
* Pardot: {
|
|
115
|
+
* Pardot: { // PardotConnectorProfileProperties
|
|
116
116
|
* instanceUrl: "STRING_VALUE",
|
|
117
117
|
* isSandboxEnvironment: true || false,
|
|
118
118
|
* businessUnitId: "STRING_VALUE",
|
|
119
119
|
* },
|
|
120
120
|
* },
|
|
121
|
-
* connectorProfileCredentials: {
|
|
122
|
-
* Amplitude: {
|
|
121
|
+
* connectorProfileCredentials: { // ConnectorProfileCredentials
|
|
122
|
+
* Amplitude: { // AmplitudeConnectorProfileCredentials
|
|
123
123
|
* apiKey: "STRING_VALUE", // required
|
|
124
124
|
* secretKey: "STRING_VALUE", // required
|
|
125
125
|
* },
|
|
126
|
-
* Datadog: {
|
|
126
|
+
* Datadog: { // DatadogConnectorProfileCredentials
|
|
127
127
|
* apiKey: "STRING_VALUE", // required
|
|
128
128
|
* applicationKey: "STRING_VALUE", // required
|
|
129
129
|
* },
|
|
130
|
-
* Dynatrace: {
|
|
130
|
+
* Dynatrace: { // DynatraceConnectorProfileCredentials
|
|
131
131
|
* apiToken: "STRING_VALUE", // required
|
|
132
132
|
* },
|
|
133
|
-
* GoogleAnalytics: {
|
|
133
|
+
* GoogleAnalytics: { // GoogleAnalyticsConnectorProfileCredentials
|
|
134
134
|
* clientId: "STRING_VALUE", // required
|
|
135
135
|
* clientSecret: "STRING_VALUE", // required
|
|
136
136
|
* accessToken: "STRING_VALUE",
|
|
137
137
|
* refreshToken: "STRING_VALUE",
|
|
138
|
-
* oAuthRequest: {
|
|
138
|
+
* oAuthRequest: { // ConnectorOAuthRequest
|
|
139
139
|
* authCode: "STRING_VALUE",
|
|
140
140
|
* redirectUri: "STRING_VALUE",
|
|
141
141
|
* },
|
|
142
142
|
* },
|
|
143
|
-
* Honeycode: {
|
|
143
|
+
* Honeycode: { // HoneycodeConnectorProfileCredentials
|
|
144
144
|
* accessToken: "STRING_VALUE",
|
|
145
145
|
* refreshToken: "STRING_VALUE",
|
|
146
146
|
* oAuthRequest: {
|
|
@@ -148,13 +148,13 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
148
148
|
* redirectUri: "STRING_VALUE",
|
|
149
149
|
* },
|
|
150
150
|
* },
|
|
151
|
-
* InforNexus: {
|
|
151
|
+
* InforNexus: { // InforNexusConnectorProfileCredentials
|
|
152
152
|
* accessKeyId: "STRING_VALUE", // required
|
|
153
153
|
* userId: "STRING_VALUE", // required
|
|
154
154
|
* secretAccessKey: "STRING_VALUE", // required
|
|
155
155
|
* datakey: "STRING_VALUE", // required
|
|
156
156
|
* },
|
|
157
|
-
* Marketo: {
|
|
157
|
+
* Marketo: { // MarketoConnectorProfileCredentials
|
|
158
158
|
* clientId: "STRING_VALUE", // required
|
|
159
159
|
* clientSecret: "STRING_VALUE", // required
|
|
160
160
|
* accessToken: "STRING_VALUE",
|
|
@@ -163,11 +163,11 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
163
163
|
* redirectUri: "STRING_VALUE",
|
|
164
164
|
* },
|
|
165
165
|
* },
|
|
166
|
-
* Redshift: {
|
|
166
|
+
* Redshift: { // RedshiftConnectorProfileCredentials
|
|
167
167
|
* username: "STRING_VALUE",
|
|
168
168
|
* password: "STRING_VALUE",
|
|
169
169
|
* },
|
|
170
|
-
* Salesforce: {
|
|
170
|
+
* Salesforce: { // SalesforceConnectorProfileCredentials
|
|
171
171
|
* accessToken: "STRING_VALUE",
|
|
172
172
|
* refreshToken: "STRING_VALUE",
|
|
173
173
|
* oAuthRequest: {
|
|
@@ -176,14 +176,14 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
176
176
|
* },
|
|
177
177
|
* clientCredentialsArn: "STRING_VALUE",
|
|
178
178
|
* },
|
|
179
|
-
* ServiceNow: {
|
|
179
|
+
* ServiceNow: { // ServiceNowConnectorProfileCredentials
|
|
180
180
|
* username: "STRING_VALUE", // required
|
|
181
181
|
* password: "STRING_VALUE", // required
|
|
182
182
|
* },
|
|
183
|
-
* Singular: {
|
|
183
|
+
* Singular: { // SingularConnectorProfileCredentials
|
|
184
184
|
* apiKey: "STRING_VALUE", // required
|
|
185
185
|
* },
|
|
186
|
-
* Slack: {
|
|
186
|
+
* Slack: { // SlackConnectorProfileCredentials
|
|
187
187
|
* clientId: "STRING_VALUE", // required
|
|
188
188
|
* clientSecret: "STRING_VALUE", // required
|
|
189
189
|
* accessToken: "STRING_VALUE",
|
|
@@ -192,76 +192,64 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
192
192
|
* redirectUri: "STRING_VALUE",
|
|
193
193
|
* },
|
|
194
194
|
* },
|
|
195
|
-
* Snowflake: {
|
|
195
|
+
* Snowflake: { // SnowflakeConnectorProfileCredentials
|
|
196
196
|
* username: "STRING_VALUE", // required
|
|
197
197
|
* password: "STRING_VALUE", // required
|
|
198
198
|
* },
|
|
199
|
-
* Trendmicro: {
|
|
199
|
+
* Trendmicro: { // TrendmicroConnectorProfileCredentials
|
|
200
200
|
* apiSecretKey: "STRING_VALUE", // required
|
|
201
201
|
* },
|
|
202
|
-
* Veeva: {
|
|
202
|
+
* Veeva: { // VeevaConnectorProfileCredentials
|
|
203
203
|
* username: "STRING_VALUE", // required
|
|
204
204
|
* password: "STRING_VALUE", // required
|
|
205
205
|
* },
|
|
206
|
-
* Zendesk: {
|
|
206
|
+
* Zendesk: { // ZendeskConnectorProfileCredentials
|
|
207
207
|
* clientId: "STRING_VALUE", // required
|
|
208
208
|
* clientSecret: "STRING_VALUE", // required
|
|
209
209
|
* accessToken: "STRING_VALUE",
|
|
210
|
-
* oAuthRequest:
|
|
211
|
-
* authCode: "STRING_VALUE",
|
|
212
|
-
* redirectUri: "STRING_VALUE",
|
|
213
|
-
* },
|
|
210
|
+
* oAuthRequest: "<ConnectorOAuthRequest>",
|
|
214
211
|
* },
|
|
215
|
-
* SAPOData: {
|
|
216
|
-
* basicAuthCredentials: {
|
|
212
|
+
* SAPOData: { // SAPODataConnectorProfileCredentials
|
|
213
|
+
* basicAuthCredentials: { // BasicAuthCredentials
|
|
217
214
|
* username: "STRING_VALUE", // required
|
|
218
215
|
* password: "STRING_VALUE", // required
|
|
219
216
|
* },
|
|
220
|
-
* oAuthCredentials: {
|
|
217
|
+
* oAuthCredentials: { // OAuthCredentials
|
|
221
218
|
* clientId: "STRING_VALUE", // required
|
|
222
219
|
* clientSecret: "STRING_VALUE", // required
|
|
223
220
|
* accessToken: "STRING_VALUE",
|
|
224
221
|
* refreshToken: "STRING_VALUE",
|
|
225
|
-
* oAuthRequest:
|
|
226
|
-
* authCode: "STRING_VALUE",
|
|
227
|
-
* redirectUri: "STRING_VALUE",
|
|
228
|
-
* },
|
|
222
|
+
* oAuthRequest: "<ConnectorOAuthRequest>",
|
|
229
223
|
* },
|
|
230
224
|
* },
|
|
231
|
-
* CustomConnector: {
|
|
225
|
+
* CustomConnector: { // CustomConnectorProfileCredentials
|
|
232
226
|
* authenticationType: "OAUTH2" || "APIKEY" || "BASIC" || "CUSTOM", // required
|
|
233
227
|
* basic: {
|
|
234
228
|
* username: "STRING_VALUE", // required
|
|
235
229
|
* password: "STRING_VALUE", // required
|
|
236
230
|
* },
|
|
237
|
-
* oauth2: {
|
|
231
|
+
* oauth2: { // OAuth2Credentials
|
|
238
232
|
* clientId: "STRING_VALUE",
|
|
239
233
|
* clientSecret: "STRING_VALUE",
|
|
240
234
|
* accessToken: "STRING_VALUE",
|
|
241
235
|
* refreshToken: "STRING_VALUE",
|
|
242
|
-
* oAuthRequest:
|
|
243
|
-
* authCode: "STRING_VALUE",
|
|
244
|
-
* redirectUri: "STRING_VALUE",
|
|
245
|
-
* },
|
|
236
|
+
* oAuthRequest: "<ConnectorOAuthRequest>",
|
|
246
237
|
* },
|
|
247
|
-
* apiKey: {
|
|
238
|
+
* apiKey: { // ApiKeyCredentials
|
|
248
239
|
* apiKey: "STRING_VALUE", // required
|
|
249
240
|
* apiSecretKey: "STRING_VALUE",
|
|
250
241
|
* },
|
|
251
|
-
* custom: {
|
|
242
|
+
* custom: { // CustomAuthCredentials
|
|
252
243
|
* customAuthenticationType: "STRING_VALUE", // required
|
|
253
|
-
* credentialsMap: {
|
|
244
|
+
* credentialsMap: { // CredentialsMap
|
|
254
245
|
* "<keys>": "STRING_VALUE",
|
|
255
246
|
* },
|
|
256
247
|
* },
|
|
257
248
|
* },
|
|
258
|
-
* Pardot: {
|
|
249
|
+
* Pardot: { // PardotConnectorProfileCredentials
|
|
259
250
|
* accessToken: "STRING_VALUE",
|
|
260
251
|
* refreshToken: "STRING_VALUE",
|
|
261
|
-
* oAuthRequest:
|
|
262
|
-
* authCode: "STRING_VALUE",
|
|
263
|
-
* redirectUri: "STRING_VALUE",
|
|
264
|
-
* },
|
|
252
|
+
* oAuthRequest: "<ConnectorOAuthRequest>",
|
|
265
253
|
* clientCredentialsArn: "STRING_VALUE",
|
|
266
254
|
* },
|
|
267
255
|
* },
|
|
@@ -35,11 +35,11 @@ export interface UpdateConnectorRegistrationCommandOutput extends UpdateConnecto
|
|
|
35
35
|
* import { AppflowClient, UpdateConnectorRegistrationCommand } from "@aws-sdk/client-appflow"; // ES Modules import
|
|
36
36
|
* // const { AppflowClient, UpdateConnectorRegistrationCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
|
|
37
37
|
* const client = new AppflowClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // UpdateConnectorRegistrationRequest
|
|
39
39
|
* connectorLabel: "STRING_VALUE", // required
|
|
40
40
|
* description: "STRING_VALUE",
|
|
41
|
-
* connectorProvisioningConfig: {
|
|
42
|
-
* lambda: {
|
|
41
|
+
* connectorProvisioningConfig: { // ConnectorProvisioningConfig
|
|
42
|
+
* lambda: { // LambdaConnectorProvisioningConfig
|
|
43
43
|
* lambdaArn: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
45
45
|
* },
|