|
213 | 213 | type: "string"
|
214 | 214 | path_in_connector_config:
|
215 | 215 | - "client_secret"
|
216 |
| -- dockerImage: "airbyte/source-amazon-seller-partner:0.2.18" |
| 216 | +- dockerImage: "airbyte/source-amazon-seller-partner:0.2.19" |
217 | 217 | spec:
|
218 | 218 | documentationUrl: "https://docs.airbyte.io/integrations/sources/amazon-seller-partner"
|
219 | 219 | changelogUrl: "https://docs.airbyte.io/integrations/sources/amazon-seller-partner"
|
220 | 220 | connectionSpecification:
|
221 | 221 | title: "Amazon Seller Partner Spec"
|
222 | 222 | type: "object"
|
223 | 223 | properties:
|
| 224 | + app_id: |
| 225 | + title: "App Id *" |
| 226 | + description: "Your Amazon App ID" |
| 227 | + airbyte_secret: true |
| 228 | + order: 0 |
| 229 | + type: "string" |
| 230 | + auth_type: |
| 231 | + title: "Auth Type" |
| 232 | + const: "oauth2.0" |
| 233 | + order: 1 |
| 234 | + type: "string" |
| 235 | + lwa_app_id: |
| 236 | + title: "LWA Client Id" |
| 237 | + description: "Your Login with Amazon Client ID." |
| 238 | + order: 2 |
| 239 | + type: "string" |
| 240 | + lwa_client_secret: |
| 241 | + title: "LWA Client Secret" |
| 242 | + description: "Your Login with Amazon Client Secret." |
| 243 | + airbyte_secret: true |
| 244 | + order: 3 |
| 245 | + type: "string" |
| 246 | + refresh_token: |
| 247 | + title: "Refresh Token" |
| 248 | + description: "The Refresh Token obtained via OAuth flow authorization." |
| 249 | + airbyte_secret: true |
| 250 | + order: 4 |
| 251 | + type: "string" |
| 252 | + aws_access_key: |
| 253 | + title: "AWS Access Key" |
| 254 | + description: "Specifies the AWS access key used as part of the credentials\ |
| 255 | + \ to authenticate the user." |
| 256 | + airbyte_secret: true |
| 257 | + order: 5 |
| 258 | + type: "string" |
| 259 | + aws_secret_key: |
| 260 | + title: "AWS Secret Access Key" |
| 261 | + description: "Specifies the AWS secret key used as part of the credentials\ |
| 262 | + \ to authenticate the user." |
| 263 | + airbyte_secret: true |
| 264 | + order: 6 |
| 265 | + type: "string" |
| 266 | + role_arn: |
| 267 | + title: "Role ARN" |
| 268 | + description: "Specifies the Amazon Resource Name (ARN) of an IAM role that\ |
| 269 | + \ you want to use to perform operations requested using this profile.\ |
| 270 | + \ (Needs permission to 'Assume Role' STS)." |
| 271 | + airbyte_secret: true |
| 272 | + order: 7 |
| 273 | + type: "string" |
224 | 274 | replication_start_date:
|
225 | 275 | title: "Start Date"
|
226 | 276 | description: "UTC date and time in the format 2017-01-25T00:00:00Z. Any\
|
|
257 | 307 | - "500"
|
258 | 308 | - "1980"
|
259 | 309 | type: "integer"
|
260 |
| - refresh_token: |
261 |
| - title: "Refresh Token" |
262 |
| - description: "The Refresh Token obtained via OAuth flow authorization." |
263 |
| - airbyte_secret: true |
264 |
| - type: "string" |
265 |
| - lwa_app_id: |
266 |
| - title: "LwA App Id" |
267 |
| - description: "Your Login with Amazon App ID" |
268 |
| - airbyte_secret: true |
269 |
| - type: "string" |
270 |
| - lwa_client_secret: |
271 |
| - title: "LwA Client Secret" |
272 |
| - description: "Your Login with Amazon Client Secret." |
273 |
| - airbyte_secret: true |
274 |
| - type: "string" |
275 |
| - aws_access_key: |
276 |
| - title: "AWS Access Key" |
277 |
| - description: "Specifies the AWS access key used as part of the credentials\ |
278 |
| - \ to authenticate the user." |
279 |
| - airbyte_secret: true |
280 |
| - type: "string" |
281 |
| - aws_secret_key: |
282 |
| - title: "AWS Secret Access Key" |
283 |
| - description: "Specifies the AWS secret key used as part of the credentials\ |
284 |
| - \ to authenticate the user." |
285 |
| - airbyte_secret: true |
286 |
| - type: "string" |
287 |
| - role_arn: |
288 |
| - title: "Role ARN" |
289 |
| - description: "Specifies the Amazon Resource Name (ARN) of an IAM role that\ |
290 |
| - \ you want to use to perform operations requested using this profile.\ |
291 |
| - \ (Needs permission to 'Assume Role' STS)." |
292 |
| - airbyte_secret: true |
293 |
| - type: "string" |
294 | 310 | aws_environment:
|
295 | 311 | title: "AWSEnvironment"
|
296 | 312 | description: "An enumeration."
|
|
303 | 319 | description: "An enumeration."
|
304 | 320 | enum:
|
305 | 321 | - "AE"
|
| 322 | + - "AU" |
| 323 | + - "BR" |
| 324 | + - "CA" |
306 | 325 | - "DE"
|
307 |
| - - "PL" |
308 | 326 | - "EG"
|
309 | 327 | - "ES"
|
310 | 328 | - "FR"
|
| 329 | + - "GB" |
311 | 330 | - "IN"
|
312 | 331 | - "IT"
|
| 332 | + - "JP" |
| 333 | + - "MX" |
313 | 334 | - "NL"
|
| 335 | + - "PL" |
314 | 336 | - "SA"
|
315 | 337 | - "SE"
|
| 338 | + - "SG" |
316 | 339 | - "TR"
|
317 | 340 | - "UK"
|
318 |
| - - "AU" |
319 |
| - - "JP" |
320 |
| - - "SG" |
321 | 341 | - "US"
|
322 |
| - - "BR" |
323 |
| - - "CA" |
324 |
| - - "MX" |
325 |
| - - "GB" |
326 | 342 | type: "string"
|
327 | 343 | required:
|
328 |
| - - "replication_start_date" |
329 |
| - - "refresh_token" |
330 | 344 | - "lwa_app_id"
|
331 | 345 | - "lwa_client_secret"
|
| 346 | + - "refresh_token" |
332 | 347 | - "aws_access_key"
|
333 | 348 | - "aws_secret_key"
|
334 | 349 | - "role_arn"
|
| 350 | + - "replication_start_date" |
335 | 351 | - "aws_environment"
|
336 | 352 | - "region"
|
| 353 | + additionalProperties: true |
337 | 354 | definitions:
|
338 | 355 | AWSEnvironment:
|
339 | 356 | title: "AWSEnvironment"
|
|
347 | 364 | description: "An enumeration."
|
348 | 365 | enum:
|
349 | 366 | - "AE"
|
| 367 | + - "AU" |
| 368 | + - "BR" |
| 369 | + - "CA" |
350 | 370 | - "DE"
|
351 |
| - - "PL" |
352 | 371 | - "EG"
|
353 | 372 | - "ES"
|
354 | 373 | - "FR"
|
| 374 | + - "GB" |
355 | 375 | - "IN"
|
356 | 376 | - "IT"
|
| 377 | + - "JP" |
| 378 | + - "MX" |
357 | 379 | - "NL"
|
| 380 | + - "PL" |
358 | 381 | - "SA"
|
359 | 382 | - "SE"
|
| 383 | + - "SG" |
360 | 384 | - "TR"
|
361 | 385 | - "UK"
|
362 |
| - - "AU" |
363 |
| - - "JP" |
364 |
| - - "SG" |
365 | 386 | - "US"
|
366 |
| - - "BR" |
367 |
| - - "CA" |
368 |
| - - "MX" |
369 |
| - - "GB" |
370 | 387 | type: "string"
|
371 | 388 | supportsNormalization: false
|
372 | 389 | supportsDBT: false
|
373 | 390 | supported_destination_sync_modes: []
|
| 391 | + advanced_auth: |
| 392 | + auth_flow_type: "oauth2.0" |
| 393 | + predicate_key: |
| 394 | + - "auth_type" |
| 395 | + predicate_value: "oauth2.0" |
| 396 | + oauth_config_specification: |
| 397 | + oauth_user_input_from_connector_config_specification: |
| 398 | + type: "object" |
| 399 | + additionalProperties: false |
| 400 | + properties: |
| 401 | + app_id: |
| 402 | + type: "string" |
| 403 | + path_in_connector_config: |
| 404 | + - "app_id" |
| 405 | + complete_oauth_output_specification: |
| 406 | + type: "object" |
| 407 | + additionalProperties: false |
| 408 | + properties: |
| 409 | + refresh_token: |
| 410 | + type: "string" |
| 411 | + path_in_connector_config: |
| 412 | + - "refresh_token" |
| 413 | + complete_oauth_server_input_specification: |
| 414 | + type: "object" |
| 415 | + additionalProperties: false |
| 416 | + properties: |
| 417 | + lwa_app_id: |
| 418 | + type: "string" |
| 419 | + lwa_client_secret: |
| 420 | + type: "string" |
| 421 | + complete_oauth_server_output_specification: |
| 422 | + type: "object" |
| 423 | + additionalProperties: false |
| 424 | + properties: |
| 425 | + lwa_app_id: |
| 426 | + type: "string" |
| 427 | + path_in_connector_config: |
| 428 | + - "lwa_app_id" |
| 429 | + lwa_client_secret: |
| 430 | + type: "string" |
| 431 | + path_in_connector_config: |
| 432 | + - "lwa_client_secret" |
374 | 433 | - dockerImage: "airbyte/source-amazon-sqs:0.1.0"
|
375 | 434 | spec:
|
376 | 435 | documentationUrl: "https://docs.airbyte.io/integrations/sources/amazon-sqs"
|
|
0 commit comments