@aws-sdk/client-appflow 3.495.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +86 -83
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -3452,36 +3452,16 @@ var paginateListFlows = (0, import_core.createPaginator)(AppflowClient, ListFlow
3452
3452
  // src/index.ts
3453
3453
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3454
3454
  // Annotate the CommonJS export names for ESM import in node:
3455
+
3455
3456
  0 && (module.exports = {
3456
- AccessDeniedException,
3457
- AggregationType,
3458
- AmplitudeConnectorOperator,
3459
- AmplitudeConnectorProfileCredentialsFilterSensitiveLog,
3460
- ApiKeyCredentialsFilterSensitiveLog,
3461
- Appflow,
3462
- AppflowClient,
3463
3457
  AppflowServiceException,
3464
- AuthenticationType,
3465
- BasicAuthCredentialsFilterSensitiveLog,
3458
+ __Client,
3459
+ AppflowClient,
3460
+ Appflow,
3461
+ $Command,
3466
3462
  CancelFlowExecutionsCommand,
3467
- CatalogType,
3468
- ConflictException,
3469
- ConnectionMode,
3470
- ConnectorAuthenticationException,
3471
- ConnectorProfileConfigFilterSensitiveLog,
3472
- ConnectorProfileCredentialsFilterSensitiveLog,
3473
- ConnectorProvisioningType,
3474
- ConnectorServerException,
3475
- ConnectorType,
3476
3463
  CreateConnectorProfileCommand,
3477
- CreateConnectorProfileRequestFilterSensitiveLog,
3478
3464
  CreateFlowCommand,
3479
- CustomAuthCredentialsFilterSensitiveLog,
3480
- CustomConnectorProfileCredentialsFilterSensitiveLog,
3481
- DataPullMode,
3482
- DataTransferApiType,
3483
- DatadogConnectorOperator,
3484
- DatadogConnectorProfileCredentialsFilterSensitiveLog,
3485
3465
  DeleteConnectorProfileCommand,
3486
3466
  DeleteFlowCommand,
3487
3467
  DescribeConnectorCommand,
@@ -3490,82 +3470,105 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3490
3470
  DescribeConnectorsCommand,
3491
3471
  DescribeFlowCommand,
3492
3472
  DescribeFlowExecutionRecordsCommand,
3493
- DynatraceConnectorOperator,
3494
- ExecutionStatus,
3495
- FileType,
3496
- FlowStatus,
3497
- GoogleAnalyticsConnectorOperator,
3498
- GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog,
3499
- HoneycodeConnectorProfileCredentialsFilterSensitiveLog,
3500
- InforNexusConnectorOperator,
3501
- InforNexusConnectorProfileCredentialsFilterSensitiveLog,
3502
- InternalServerException,
3503
3473
  ListConnectorEntitiesCommand,
3504
3474
  ListConnectorsCommand,
3505
3475
  ListFlowsCommand,
3506
3476
  ListTagsForResourceCommand,
3507
- MarketoConnectorOperator,
3508
- MarketoConnectorProfileCredentialsFilterSensitiveLog,
3509
- OAuth2CredentialsFilterSensitiveLog,
3477
+ RegisterConnectorCommand,
3478
+ ResetConnectorMetadataCacheCommand,
3479
+ StartFlowCommand,
3480
+ StopFlowCommand,
3481
+ TagResourceCommand,
3482
+ UnregisterConnectorCommand,
3483
+ UntagResourceCommand,
3484
+ UpdateConnectorProfileCommand,
3485
+ UpdateConnectorRegistrationCommand,
3486
+ UpdateFlowCommand,
3487
+ paginateDescribeConnectorProfiles,
3488
+ paginateDescribeConnectors,
3489
+ paginateDescribeFlowExecutionRecords,
3490
+ paginateListConnectors,
3491
+ paginateListFlows,
3492
+ AccessDeniedException,
3493
+ AggregationType,
3494
+ AmplitudeConnectorOperator,
3510
3495
  OAuth2CustomPropType,
3511
3496
  OAuth2GrantType,
3512
- OAuthCredentialsFilterSensitiveLog,
3513
- Operator,
3514
- OperatorPropertiesKeys,
3497
+ AuthenticationType,
3498
+ InternalServerException,
3499
+ ResourceNotFoundException,
3500
+ ThrottlingException,
3501
+ ValidationException,
3502
+ CatalogType,
3503
+ ConflictException,
3504
+ ConnectionMode,
3505
+ ConnectorAuthenticationException,
3506
+ SalesforceDataTransferApi,
3507
+ ConnectorProvisioningType,
3508
+ ConnectorType,
3509
+ DataTransferApiType,
3510
+ SupportedDataTransferType,
3515
3511
  Operators,
3512
+ ScheduleFrequencyType,
3513
+ TriggerType,
3514
+ WriteOperationType,
3515
+ Operator,
3516
+ DatadogConnectorOperator,
3517
+ DynatraceConnectorOperator,
3518
+ GoogleAnalyticsConnectorOperator,
3519
+ InforNexusConnectorOperator,
3520
+ MarketoConnectorOperator,
3516
3521
  PardotConnectorOperator,
3517
- PardotConnectorProfileCredentialsFilterSensitiveLog,
3522
+ S3ConnectorOperator,
3523
+ SalesforceConnectorOperator,
3524
+ SAPODataConnectorOperator,
3525
+ ServiceNowConnectorOperator,
3526
+ SingularConnectorOperator,
3527
+ SlackConnectorOperator,
3528
+ TrendmicroConnectorOperator,
3529
+ VeevaConnectorOperator,
3530
+ ZendeskConnectorOperator,
3531
+ PrivateConnectionProvisioningFailureCause,
3532
+ PrivateConnectionProvisioningStatus,
3533
+ ConnectorServerException,
3534
+ ServiceQuotaExceededException,
3535
+ FileType,
3518
3536
  PathPrefix,
3519
3537
  PrefixFormat,
3520
3538
  PrefixType,
3521
- PrivateConnectionProvisioningFailureCause,
3522
- PrivateConnectionProvisioningStatus,
3523
- RedshiftConnectorProfileCredentialsFilterSensitiveLog,
3524
- RegisterConnectorCommand,
3525
- ResetConnectorMetadataCacheCommand,
3526
- ResourceNotFoundException,
3527
- S3ConnectorOperator,
3528
3539
  S3InputFileType,
3529
- SAPODataConnectorOperator,
3530
- SAPODataConnectorProfileCredentialsFilterSensitiveLog,
3531
- SalesforceConnectorOperator,
3540
+ OperatorPropertiesKeys,
3541
+ TaskType,
3542
+ DataPullMode,
3543
+ FlowStatus,
3544
+ ExecutionStatus,
3545
+ UnsupportedOperationException,
3546
+ AmplitudeConnectorProfileCredentialsFilterSensitiveLog,
3547
+ ApiKeyCredentialsFilterSensitiveLog,
3548
+ BasicAuthCredentialsFilterSensitiveLog,
3549
+ CustomAuthCredentialsFilterSensitiveLog,
3550
+ OAuth2CredentialsFilterSensitiveLog,
3551
+ CustomConnectorProfileCredentialsFilterSensitiveLog,
3552
+ DatadogConnectorProfileCredentialsFilterSensitiveLog,
3553
+ GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog,
3554
+ HoneycodeConnectorProfileCredentialsFilterSensitiveLog,
3555
+ InforNexusConnectorProfileCredentialsFilterSensitiveLog,
3556
+ MarketoConnectorProfileCredentialsFilterSensitiveLog,
3557
+ PardotConnectorProfileCredentialsFilterSensitiveLog,
3558
+ RedshiftConnectorProfileCredentialsFilterSensitiveLog,
3532
3559
  SalesforceConnectorProfileCredentialsFilterSensitiveLog,
3533
- SalesforceDataTransferApi,
3534
- ScheduleFrequencyType,
3535
- ServiceNowConnectorOperator,
3560
+ OAuthCredentialsFilterSensitiveLog,
3561
+ SAPODataConnectorProfileCredentialsFilterSensitiveLog,
3536
3562
  ServiceNowConnectorProfileCredentialsFilterSensitiveLog,
3537
- ServiceQuotaExceededException,
3538
- SingularConnectorOperator,
3539
3563
  SingularConnectorProfileCredentialsFilterSensitiveLog,
3540
- SlackConnectorOperator,
3541
3564
  SlackConnectorProfileCredentialsFilterSensitiveLog,
3542
3565
  SnowflakeConnectorProfileCredentialsFilterSensitiveLog,
3543
- StartFlowCommand,
3544
- StopFlowCommand,
3545
- SupportedDataTransferType,
3546
- TagResourceCommand,
3547
- TaskType,
3548
- ThrottlingException,
3549
- TrendmicroConnectorOperator,
3550
3566
  TrendmicroConnectorProfileCredentialsFilterSensitiveLog,
3551
- TriggerType,
3552
- UnregisterConnectorCommand,
3553
- UnsupportedOperationException,
3554
- UntagResourceCommand,
3555
- UpdateConnectorProfileCommand,
3556
- UpdateConnectorProfileRequestFilterSensitiveLog,
3557
- UpdateConnectorRegistrationCommand,
3558
- UpdateFlowCommand,
3559
- ValidationException,
3560
- VeevaConnectorOperator,
3561
3567
  VeevaConnectorProfileCredentialsFilterSensitiveLog,
3562
- WriteOperationType,
3563
- ZendeskConnectorOperator,
3564
3568
  ZendeskConnectorProfileCredentialsFilterSensitiveLog,
3565
- __Client,
3566
- paginateDescribeConnectorProfiles,
3567
- paginateDescribeConnectors,
3568
- paginateDescribeFlowExecutionRecords,
3569
- paginateListConnectors,
3570
- paginateListFlows
3569
+ ConnectorProfileCredentialsFilterSensitiveLog,
3570
+ ConnectorProfileConfigFilterSensitiveLog,
3571
+ CreateConnectorProfileRequestFilterSensitiveLog,
3572
+ UpdateConnectorProfileRequestFilterSensitiveLog
3571
3573
  });
3574
+
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.495.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-appflow",
@@ -20,48 +20,48 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",