@aws-sdk/client-appflow 3.890.0 → 3.891.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 (26) hide show
  1. package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateFlowCommand.d.ts +2 -0
  4. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +2 -0
  5. package/dist-types/commands/DeleteFlowCommand.d.ts +2 -0
  6. package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -0
  7. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +2 -0
  8. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +2 -0
  9. package/dist-types/commands/DescribeConnectorsCommand.d.ts +2 -0
  10. package/dist-types/commands/DescribeFlowCommand.d.ts +2 -0
  11. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -0
  12. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +2 -0
  13. package/dist-types/commands/ListConnectorsCommand.d.ts +2 -0
  14. package/dist-types/commands/ListFlowsCommand.d.ts +2 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  16. package/dist-types/commands/RegisterConnectorCommand.d.ts +2 -0
  17. package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +2 -0
  18. package/dist-types/commands/StartFlowCommand.d.ts +2 -0
  19. package/dist-types/commands/StopFlowCommand.d.ts +2 -0
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  21. package/dist-types/commands/UnregisterConnectorCommand.d.ts +2 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  23. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +2 -0
  24. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +2 -0
  25. package/dist-types/commands/UpdateFlowCommand.d.ts +2 -0
  26. package/package.json +10 -10
@@ -50,6 +50,8 @@ declare const CancelFlowExecutionsCommand_base: {
50
50
  * ```javascript
51
51
  * import { AppflowClient, CancelFlowExecutionsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
52
52
  * // const { AppflowClient, CancelFlowExecutionsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
53
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
54
+ * const config = {}; // type is AppflowClientConfig
53
55
  * const client = new AppflowClient(config);
54
56
  * const input = { // CancelFlowExecutionsRequest
55
57
  * flowName: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const CreateConnectorProfileCommand_base: {
37
37
  * ```javascript
38
38
  * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
39
39
  * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
40
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
41
+ * const config = {}; // type is AppflowClientConfig
40
42
  * const client = new AppflowClient(config);
41
43
  * const input = { // CreateConnectorProfileRequest
42
44
  * connectorProfileName: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const CreateFlowCommand_base: {
37
37
  * ```javascript
38
38
  * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
39
39
  * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
40
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
41
+ * const config = {}; // type is AppflowClientConfig
40
42
  * const client = new AppflowClient(config);
41
43
  * const input = { // CreateFlowRequest
42
44
  * flowName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteConnectorProfileCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // DeleteConnectorProfileRequest
38
40
  * connectorProfileName: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DeleteFlowCommand_base: {
34
34
  * ```javascript
35
35
  * import { AppflowClient, DeleteFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
36
36
  * // const { AppflowClient, DeleteFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
37
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
38
+ * const config = {}; // type is AppflowClientConfig
37
39
  * const client = new AppflowClient(config);
38
40
  * const input = { // DeleteFlowRequest
39
41
  * flowName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeConnectorCommand_base: {
35
35
  * ```javascript
36
36
  * import { AppflowClient, DescribeConnectorCommand } from "@aws-sdk/client-appflow"; // ES Modules import
37
37
  * // const { AppflowClient, DescribeConnectorCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
38
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
39
+ * const config = {}; // type is AppflowClientConfig
38
40
  * const client = new AppflowClient(config);
39
41
  * const input = { // DescribeConnectorRequest
40
42
  * 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", // required
@@ -34,6 +34,8 @@ declare const DescribeConnectorEntityCommand_base: {
34
34
  * ```javascript
35
35
  * import { AppflowClient, DescribeConnectorEntityCommand } from "@aws-sdk/client-appflow"; // ES Modules import
36
36
  * // const { AppflowClient, DescribeConnectorEntityCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
37
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
38
+ * const config = {}; // type is AppflowClientConfig
37
39
  * const client = new AppflowClient(config);
38
40
  * const input = { // DescribeConnectorEntityRequest
39
41
  * connectorEntityName: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const DescribeConnectorProfilesCommand_base: {
37
37
  * ```javascript
38
38
  * import { AppflowClient, DescribeConnectorProfilesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
39
39
  * // const { AppflowClient, DescribeConnectorProfilesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
40
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
41
+ * const config = {}; // type is AppflowClientConfig
40
42
  * const client = new AppflowClient(config);
41
43
  * const input = { // DescribeConnectorProfilesRequest
42
44
  * connectorProfileNames: [ // ConnectorProfileNameList
@@ -36,6 +36,8 @@ declare const DescribeConnectorsCommand_base: {
36
36
  * ```javascript
37
37
  * import { AppflowClient, DescribeConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
38
38
  * // const { AppflowClient, DescribeConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
39
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
40
+ * const config = {}; // type is AppflowClientConfig
39
41
  * const client = new AppflowClient(config);
40
42
  * const input = { // DescribeConnectorsRequest
41
43
  * connectorTypes: [ // ConnectorTypeList
@@ -33,6 +33,8 @@ declare const DescribeFlowCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, DescribeFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, DescribeFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // DescribeFlowRequest
38
40
  * flowName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeFlowExecutionRecordsCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, DescribeFlowExecutionRecordsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, DescribeFlowExecutionRecordsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // DescribeFlowExecutionRecordsRequest
38
40
  * flowName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const ListConnectorEntitiesCommand_base: {
36
36
  * ```javascript
37
37
  * import { AppflowClient, ListConnectorEntitiesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
38
38
  * // const { AppflowClient, ListConnectorEntitiesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
39
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
40
+ * const config = {}; // type is AppflowClientConfig
39
41
  * const client = new AppflowClient(config);
40
42
  * const input = { // ListConnectorEntitiesRequest
41
43
  * connectorProfileName: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const ListConnectorsCommand_base: {
35
35
  * ```javascript
36
36
  * import { AppflowClient, ListConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
37
37
  * // const { AppflowClient, ListConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
38
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
39
+ * const config = {}; // type is AppflowClientConfig
38
40
  * const client = new AppflowClient(config);
39
41
  * const input = { // ListConnectorsRequest
40
42
  * maxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListFlowsCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, ListFlowsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, ListFlowsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // ListFlowsRequest
38
40
  * maxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, ListTagsForResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const RegisterConnectorCommand_base: {
35
35
  * ```javascript
36
36
  * import { AppflowClient, RegisterConnectorCommand } from "@aws-sdk/client-appflow"; // ES Modules import
37
37
  * // const { AppflowClient, RegisterConnectorCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
38
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
39
+ * const config = {}; // type is AppflowClientConfig
38
40
  * const client = new AppflowClient(config);
39
41
  * const input = { // RegisterConnectorRequest
40
42
  * connectorLabel: "STRING_VALUE",
@@ -39,6 +39,8 @@ declare const ResetConnectorMetadataCacheCommand_base: {
39
39
  * ```javascript
40
40
  * import { AppflowClient, ResetConnectorMetadataCacheCommand } from "@aws-sdk/client-appflow"; // ES Modules import
41
41
  * // const { AppflowClient, ResetConnectorMetadataCacheCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
42
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
43
+ * const config = {}; // type is AppflowClientConfig
42
44
  * const client = new AppflowClient(config);
43
45
  * const input = { // ResetConnectorMetadataCacheRequest
44
46
  * connectorProfileName: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const StartFlowCommand_base: {
34
34
  * ```javascript
35
35
  * import { AppflowClient, StartFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
36
36
  * // const { AppflowClient, StartFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
37
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
38
+ * const config = {}; // type is AppflowClientConfig
37
39
  * const client = new AppflowClient(config);
38
40
  * const input = { // StartFlowRequest
39
41
  * flowName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const StopFlowCommand_base: {
35
35
  * ```javascript
36
36
  * import { AppflowClient, StopFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
37
37
  * // const { AppflowClient, StopFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
38
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
39
+ * const config = {}; // type is AppflowClientConfig
38
40
  * const client = new AppflowClient(config);
39
41
  * const input = { // StopFlowRequest
40
42
  * flowName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, TagResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, TagResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // TagResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UnregisterConnectorCommand_base: {
34
34
  * ```javascript
35
35
  * import { AppflowClient, UnregisterConnectorCommand } from "@aws-sdk/client-appflow"; // ES Modules import
36
36
  * // const { AppflowClient, UnregisterConnectorCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
37
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
38
+ * const config = {}; // type is AppflowClientConfig
37
39
  * const client = new AppflowClient(config);
38
40
  * const input = { // UnregisterConnectorRequest
39
41
  * connectorLabel: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, UntagResourceCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, UntagResourceCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateConnectorProfileCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, UpdateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, UpdateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // UpdateConnectorProfileRequest
38
40
  * connectorProfileName: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const UpdateConnectorRegistrationCommand_base: {
42
42
  * ```javascript
43
43
  * import { AppflowClient, UpdateConnectorRegistrationCommand } from "@aws-sdk/client-appflow"; // ES Modules import
44
44
  * // const { AppflowClient, UpdateConnectorRegistrationCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
45
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
46
+ * const config = {}; // type is AppflowClientConfig
45
47
  * const client = new AppflowClient(config);
46
48
  * const input = { // UpdateConnectorRegistrationRequest
47
49
  * connectorLabel: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateFlowCommand_base: {
33
33
  * ```javascript
34
34
  * import { AppflowClient, UpdateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
35
35
  * // const { AppflowClient, UpdateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
36
+ * // import type { AppflowClientConfig } from "@aws-sdk/client-appflow";
37
+ * const config = {}; // type is AppflowClientConfig
36
38
  * const client = new AppflowClient(config);
37
39
  * const input = { // UpdateFlowRequest
38
40
  * flowName: "STRING_VALUE", // required
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.890.0",
4
+ "version": "3.891.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
29
  "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -38,7 +38,7 @@
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
40
  "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
@@ -54,7 +54,7 @@
54
54
  "@smithy/util-defaults-mode-node": "^4.1.2",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",