@aws-sdk/client-appflow 3.54.0 → 3.56.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 (39) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/AppflowClient.js +13 -13
  3. package/dist-cjs/commands/CreateConnectorProfileCommand.js +3 -3
  4. package/dist-cjs/commands/CreateFlowCommand.js +3 -3
  5. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteFlowCommand.js +3 -3
  7. package/dist-cjs/commands/DescribeConnectorCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeConnectorsCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeFlowCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
  13. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +3 -3
  14. package/dist-cjs/commands/ListConnectorsCommand.js +3 -3
  15. package/dist-cjs/commands/ListFlowsCommand.js +3 -3
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  17. package/dist-cjs/commands/RegisterConnectorCommand.js +3 -3
  18. package/dist-cjs/commands/StartFlowCommand.js +3 -3
  19. package/dist-cjs/commands/StopFlowCommand.js +3 -3
  20. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  21. package/dist-cjs/commands/UnregisterConnectorCommand.js +3 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  23. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +3 -3
  24. package/dist-cjs/commands/UpdateFlowCommand.js +3 -3
  25. package/dist-cjs/endpoints.js +1 -1
  26. package/dist-cjs/protocols/Aws_restJson1.js +335 -335
  27. package/dist-cjs/runtimeConfig.browser.js +4 -4
  28. package/dist-cjs/runtimeConfig.js +9 -9
  29. package/dist-cjs/runtimeConfig.native.js +1 -1
  30. package/dist-es/Appflow.js +22 -22
  31. package/dist-es/pagination/DescribeConnectorProfilesPaginator.js +4 -4
  32. package/dist-es/pagination/DescribeConnectorsPaginator.js +4 -4
  33. package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js +4 -4
  34. package/dist-es/pagination/ListConnectorsPaginator.js +4 -4
  35. package/dist-es/pagination/ListFlowsPaginator.js +4 -4
  36. package/dist-es/protocols/Aws_restJson1.js +22 -22
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  39. package/package.json +34 -34
@@ -13,7 +13,7 @@ export var serializeAws_restJson1CreateConnectorProfileCommand = function (input
13
13
  headers = {
14
14
  "content-type": "application/json",
15
15
  };
16
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/create-connector-profile";
16
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/create-connector-profile";
17
17
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.connectionMode !== undefined &&
18
18
  input.connectionMode !== null && { connectionMode: input.connectionMode })), (input.connectorLabel !== undefined &&
19
19
  input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorProfileConfig !== undefined &&
@@ -43,7 +43,7 @@ export var serializeAws_restJson1CreateFlowCommand = function (input, context) {
43
43
  headers = {
44
44
  "content-type": "application/json",
45
45
  };
46
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/create-flow";
46
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/create-flow";
47
47
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.description !== undefined && input.description !== null && { description: input.description })), (input.destinationFlowConfigList !== undefined &&
48
48
  input.destinationFlowConfigList !== null && {
49
49
  destinationFlowConfigList: serializeAws_restJson1DestinationFlowConfigList(input.destinationFlowConfigList, context),
@@ -77,7 +77,7 @@ export var serializeAws_restJson1DeleteConnectorProfileCommand = function (input
77
77
  headers = {
78
78
  "content-type": "application/json",
79
79
  };
80
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/delete-connector-profile";
80
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/delete-connector-profile";
81
81
  body = JSON.stringify(__assign(__assign({}, (input.connectorProfileName !== undefined &&
82
82
  input.connectorProfileName !== null && { connectorProfileName: input.connectorProfileName })), (input.forceDelete !== undefined && input.forceDelete !== null && { forceDelete: input.forceDelete })));
83
83
  return [2, new __HttpRequest({
@@ -102,7 +102,7 @@ export var serializeAws_restJson1DeleteFlowCommand = function (input, context) {
102
102
  headers = {
103
103
  "content-type": "application/json",
104
104
  };
105
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/delete-flow";
105
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/delete-flow";
106
106
  body = JSON.stringify(__assign(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })), (input.forceDelete !== undefined && input.forceDelete !== null && { forceDelete: input.forceDelete })));
107
107
  return [2, new __HttpRequest({
108
108
  protocol: protocol,
@@ -126,7 +126,7 @@ export var serializeAws_restJson1DescribeConnectorCommand = function (input, con
126
126
  headers = {
127
127
  "content-type": "application/json",
128
128
  };
129
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector";
129
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector";
130
130
  body = JSON.stringify(__assign(__assign({}, (input.connectorLabel !== undefined &&
131
131
  input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorType !== undefined && input.connectorType !== null && { connectorType: input.connectorType })));
132
132
  return [2, new __HttpRequest({
@@ -151,7 +151,7 @@ export var serializeAws_restJson1DescribeConnectorEntityCommand = function (inpu
151
151
  headers = {
152
152
  "content-type": "application/json",
153
153
  };
154
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector-entity";
154
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector-entity";
155
155
  body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.apiVersion !== undefined && input.apiVersion !== null && { apiVersion: input.apiVersion })), (input.connectorEntityName !== undefined &&
156
156
  input.connectorEntityName !== null && { connectorEntityName: input.connectorEntityName })), (input.connectorProfileName !== undefined &&
157
157
  input.connectorProfileName !== null && { connectorProfileName: input.connectorProfileName })), (input.connectorType !== undefined && input.connectorType !== null && { connectorType: input.connectorType })));
@@ -177,7 +177,7 @@ export var serializeAws_restJson1DescribeConnectorProfilesCommand = function (in
177
177
  headers = {
178
178
  "content-type": "application/json",
179
179
  };
180
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector-profiles";
180
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector-profiles";
181
181
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.connectorLabel !== undefined &&
182
182
  input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorProfileNames !== undefined &&
183
183
  input.connectorProfileNames !== null && {
@@ -205,7 +205,7 @@ export var serializeAws_restJson1DescribeConnectorsCommand = function (input, co
205
205
  headers = {
206
206
  "content-type": "application/json",
207
207
  };
208
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connectors";
208
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connectors";
209
209
  body = JSON.stringify(__assign(__assign(__assign({}, (input.connectorTypes !== undefined &&
210
210
  input.connectorTypes !== null && {
211
211
  connectorTypes: serializeAws_restJson1ConnectorTypeList(input.connectorTypes, context),
@@ -232,7 +232,7 @@ export var serializeAws_restJson1DescribeFlowCommand = function (input, context)
232
232
  headers = {
233
233
  "content-type": "application/json",
234
234
  };
235
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-flow";
235
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-flow";
236
236
  body = JSON.stringify(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })));
237
237
  return [2, new __HttpRequest({
238
238
  protocol: protocol,
@@ -256,7 +256,7 @@ export var serializeAws_restJson1DescribeFlowExecutionRecordsCommand = function
256
256
  headers = {
257
257
  "content-type": "application/json",
258
258
  };
259
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-flow-execution-records";
259
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-flow-execution-records";
260
260
  body = JSON.stringify(__assign(__assign(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })), (input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults })), (input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken })));
261
261
  return [2, new __HttpRequest({
262
262
  protocol: protocol,
@@ -280,7 +280,7 @@ export var serializeAws_restJson1ListConnectorEntitiesCommand = function (input,
280
280
  headers = {
281
281
  "content-type": "application/json",
282
282
  };
283
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-connector-entities";
283
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-connector-entities";
284
284
  body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.apiVersion !== undefined && input.apiVersion !== null && { apiVersion: input.apiVersion })), (input.connectorProfileName !== undefined &&
285
285
  input.connectorProfileName !== null && { connectorProfileName: input.connectorProfileName })), (input.connectorType !== undefined && input.connectorType !== null && { connectorType: input.connectorType })), (input.entitiesPath !== undefined && input.entitiesPath !== null && { entitiesPath: input.entitiesPath })));
286
286
  return [2, new __HttpRequest({
@@ -305,7 +305,7 @@ export var serializeAws_restJson1ListConnectorsCommand = function (input, contex
305
305
  headers = {
306
306
  "content-type": "application/json",
307
307
  };
308
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-connectors";
308
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-connectors";
309
309
  body = JSON.stringify(__assign(__assign({}, (input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults })), (input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken })));
310
310
  return [2, new __HttpRequest({
311
311
  protocol: protocol,
@@ -329,7 +329,7 @@ export var serializeAws_restJson1ListFlowsCommand = function (input, context) {
329
329
  headers = {
330
330
  "content-type": "application/json",
331
331
  };
332
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-flows";
332
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-flows";
333
333
  body = JSON.stringify(__assign(__assign({}, (input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults })), (input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken })));
334
334
  return [2, new __HttpRequest({
335
335
  protocol: protocol,
@@ -351,7 +351,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
351
351
  case 1:
352
352
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
353
353
  headers = {};
354
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
354
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
355
355
  if (input.resourceArn !== undefined) {
356
356
  labelValue = input.resourceArn;
357
357
  if (labelValue.length <= 0) {
@@ -384,7 +384,7 @@ export var serializeAws_restJson1RegisterConnectorCommand = function (input, con
384
384
  headers = {
385
385
  "content-type": "application/json",
386
386
  };
387
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/register-connector";
387
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/register-connector";
388
388
  body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.connectorLabel !== undefined &&
389
389
  input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorProvisioningConfig !== undefined &&
390
390
  input.connectorProvisioningConfig !== null && {
@@ -413,7 +413,7 @@ export var serializeAws_restJson1StartFlowCommand = function (input, context) {
413
413
  headers = {
414
414
  "content-type": "application/json",
415
415
  };
416
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/start-flow";
416
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/start-flow";
417
417
  body = JSON.stringify(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })));
418
418
  return [2, new __HttpRequest({
419
419
  protocol: protocol,
@@ -437,7 +437,7 @@ export var serializeAws_restJson1StopFlowCommand = function (input, context) { r
437
437
  headers = {
438
438
  "content-type": "application/json",
439
439
  };
440
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/stop-flow";
440
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/stop-flow";
441
441
  body = JSON.stringify(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })));
442
442
  return [2, new __HttpRequest({
443
443
  protocol: protocol,
@@ -461,7 +461,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
461
461
  headers = {
462
462
  "content-type": "application/json",
463
463
  };
464
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
464
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
465
465
  if (input.resourceArn !== undefined) {
466
466
  labelValue = input.resourceArn;
467
467
  if (labelValue.length <= 0) {
@@ -495,7 +495,7 @@ export var serializeAws_restJson1UnregisterConnectorCommand = function (input, c
495
495
  headers = {
496
496
  "content-type": "application/json",
497
497
  };
498
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/unregister-connector";
498
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/unregister-connector";
499
499
  body = JSON.stringify(__assign(__assign({}, (input.connectorLabel !== undefined &&
500
500
  input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.forceDelete !== undefined && input.forceDelete !== null && { forceDelete: input.forceDelete })));
501
501
  return [2, new __HttpRequest({
@@ -518,7 +518,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
518
518
  case 1:
519
519
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
520
520
  headers = {};
521
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
521
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
522
522
  if (input.resourceArn !== undefined) {
523
523
  labelValue = input.resourceArn;
524
524
  if (labelValue.length <= 0) {
@@ -553,7 +553,7 @@ export var serializeAws_restJson1UpdateConnectorProfileCommand = function (input
553
553
  headers = {
554
554
  "content-type": "application/json",
555
555
  };
556
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/update-connector-profile";
556
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/update-connector-profile";
557
557
  body = JSON.stringify(__assign(__assign(__assign({}, (input.connectionMode !== undefined &&
558
558
  input.connectionMode !== null && { connectionMode: input.connectionMode })), (input.connectorProfileConfig !== undefined &&
559
559
  input.connectorProfileConfig !== null && {
@@ -582,7 +582,7 @@ export var serializeAws_restJson1UpdateFlowCommand = function (input, context) {
582
582
  headers = {
583
583
  "content-type": "application/json",
584
584
  };
585
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/update-flow";
585
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/update-flow";
586
586
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.description !== undefined && input.description !== null && { description: input.description })), (input.destinationFlowConfigList !== undefined &&
587
587
  input.destinationFlowConfigList !== null && {
588
588
  destinationFlowConfigList: serializeAws_restJson1DestinationFlowConfigList(input.destinationFlowConfigList, context),
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | 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.54.0",
4
+ "version": "3.56.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",
@@ -18,47 +18,47 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.54.0",
22
- "@aws-sdk/config-resolver": "3.54.0",
23
- "@aws-sdk/credential-provider-node": "3.54.0",
24
- "@aws-sdk/fetch-http-handler": "3.54.0",
25
- "@aws-sdk/hash-node": "3.54.0",
26
- "@aws-sdk/invalid-dependency": "3.54.0",
27
- "@aws-sdk/middleware-content-length": "3.54.0",
28
- "@aws-sdk/middleware-host-header": "3.54.0",
29
- "@aws-sdk/middleware-logger": "3.54.0",
30
- "@aws-sdk/middleware-retry": "3.54.0",
31
- "@aws-sdk/middleware-serde": "3.54.0",
32
- "@aws-sdk/middleware-signing": "3.54.0",
33
- "@aws-sdk/middleware-stack": "3.54.0",
34
- "@aws-sdk/middleware-user-agent": "3.54.0",
35
- "@aws-sdk/node-config-provider": "3.54.0",
36
- "@aws-sdk/node-http-handler": "3.54.0",
37
- "@aws-sdk/protocol-http": "3.54.0",
38
- "@aws-sdk/smithy-client": "3.54.0",
39
- "@aws-sdk/types": "3.54.0",
40
- "@aws-sdk/url-parser": "3.54.0",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.0",
47
- "@aws-sdk/util-user-agent-browser": "3.54.0",
48
- "@aws-sdk/util-user-agent-node": "3.54.0",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "tslib": "^2.3.0"
21
+ "@aws-sdk/client-sts": "3.56.0",
22
+ "@aws-sdk/config-resolver": "3.56.0",
23
+ "@aws-sdk/credential-provider-node": "3.56.0",
24
+ "@aws-sdk/fetch-http-handler": "3.55.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.55.0",
28
+ "@aws-sdk/middleware-host-header": "3.55.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.56.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.56.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.55.0",
35
+ "@aws-sdk/node-config-provider": "3.56.0",
36
+ "@aws-sdk/node-http-handler": "3.55.0",
37
+ "@aws-sdk/protocol-http": "3.55.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.55.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.56.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.55.0",
48
+ "@aws-sdk/util-user-agent-node": "3.56.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "tslib": "^2.3.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
54
+ "@aws-sdk/service-client-documentation-generator": "3.55.0",
55
55
  "@tsconfig/recommended": "1.0.1",
56
56
  "@types/node": "^12.7.5",
57
57
  "concurrently": "7.0.0",
58
58
  "downlevel-dts": "0.7.0",
59
59
  "rimraf": "3.0.2",
60
60
  "typedoc": "0.19.2",
61
- "typescript": "~4.3.5"
61
+ "typescript": "~4.6.2"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=12.0.0"