@aws-sdk/client-firehose 3.335.0 → 3.338.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 (61) hide show
  1. package/dist-cjs/FirehoseClient.js +2 -1
  2. package/dist-cjs/commands/CreateDeliveryStreamCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +2 -1
  5. package/dist-cjs/commands/ListDeliveryStreamsCommand.js +2 -1
  6. package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +2 -1
  7. package/dist-cjs/commands/PutRecordBatchCommand.js +2 -1
  8. package/dist-cjs/commands/PutRecordCommand.js +2 -1
  9. package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +2 -1
  10. package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +2 -1
  11. package/dist-cjs/commands/TagDeliveryStreamCommand.js +2 -1
  12. package/dist-cjs/commands/UntagDeliveryStreamCommand.js +2 -1
  13. package/dist-cjs/commands/UpdateDestinationCommand.js +2 -1
  14. package/dist-cjs/index.js +1 -1
  15. package/dist-cjs/models/FirehoseServiceException.js +2 -1
  16. package/dist-es/FirehoseClient.js +1 -0
  17. package/dist-es/commands/CreateDeliveryStreamCommand.js +1 -0
  18. package/dist-es/commands/DeleteDeliveryStreamCommand.js +1 -0
  19. package/dist-es/commands/DescribeDeliveryStreamCommand.js +1 -0
  20. package/dist-es/commands/ListDeliveryStreamsCommand.js +1 -0
  21. package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +1 -0
  22. package/dist-es/commands/PutRecordBatchCommand.js +1 -0
  23. package/dist-es/commands/PutRecordCommand.js +1 -0
  24. package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +1 -0
  25. package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +1 -0
  26. package/dist-es/commands/TagDeliveryStreamCommand.js +1 -0
  27. package/dist-es/commands/UntagDeliveryStreamCommand.js +1 -0
  28. package/dist-es/commands/UpdateDestinationCommand.js +1 -0
  29. package/dist-es/index.js +1 -1
  30. package/dist-es/models/FirehoseServiceException.js +1 -0
  31. package/dist-types/FirehoseClient.d.ts +3 -3
  32. package/dist-types/commands/CreateDeliveryStreamCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteDeliveryStreamCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +4 -0
  35. package/dist-types/commands/ListDeliveryStreamsCommand.d.ts +4 -0
  36. package/dist-types/commands/ListTagsForDeliveryStreamCommand.d.ts +4 -0
  37. package/dist-types/commands/PutRecordBatchCommand.d.ts +4 -0
  38. package/dist-types/commands/PutRecordCommand.d.ts +4 -0
  39. package/dist-types/commands/StartDeliveryStreamEncryptionCommand.d.ts +4 -0
  40. package/dist-types/commands/StopDeliveryStreamEncryptionCommand.d.ts +4 -0
  41. package/dist-types/commands/TagDeliveryStreamCommand.d.ts +4 -0
  42. package/dist-types/commands/UntagDeliveryStreamCommand.d.ts +4 -0
  43. package/dist-types/commands/UpdateDestinationCommand.d.ts +4 -0
  44. package/dist-types/index.d.ts +10 -1
  45. package/dist-types/models/FirehoseServiceException.d.ts +1 -0
  46. package/dist-types/ts3.4/FirehoseClient.d.ts +3 -3
  47. package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +1 -0
  48. package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +1 -0
  49. package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +1 -0
  50. package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +1 -0
  51. package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +1 -0
  52. package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +1 -0
  53. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +1 -0
  54. package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +1 -0
  55. package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +1 -0
  56. package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +1 -0
  57. package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +1 -0
  58. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -0
  59. package/dist-types/ts3.4/index.d.ts +1 -1
  60. package/dist-types/ts3.4/models/FirehoseServiceException.d.ts +1 -0
  61. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FirehoseClient = void 0;
3
+ exports.FirehoseClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class FirehoseClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeliveryStreamCommand = void 0;
3
+ exports.CreateDeliveryStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateDeliveryStreamCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDeliveryStreamCommand = void 0;
3
+ exports.DeleteDeliveryStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteDeliveryStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDeliveryStreamCommand = void 0;
3
+ exports.DescribeDeliveryStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeDeliveryStreamCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDeliveryStreamsCommand = void 0;
3
+ exports.ListDeliveryStreamsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListDeliveryStreamsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForDeliveryStreamCommand = void 0;
3
+ exports.ListTagsForDeliveryStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListTagsForDeliveryStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutRecordBatchCommand = void 0;
3
+ exports.PutRecordBatchCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class PutRecordBatchCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutRecordCommand = void 0;
3
+ exports.PutRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class PutRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDeliveryStreamEncryptionCommand = void 0;
3
+ exports.StartDeliveryStreamEncryptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartDeliveryStreamEncryptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDeliveryStreamEncryptionCommand = void 0;
3
+ exports.StopDeliveryStreamEncryptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StopDeliveryStreamEncryptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagDeliveryStreamCommand = void 0;
3
+ exports.TagDeliveryStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class TagDeliveryStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagDeliveryStreamCommand = void 0;
3
+ exports.UntagDeliveryStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UntagDeliveryStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDestinationCommand = void 0;
3
+ exports.UpdateDestinationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateDestinationCommand extends smithy_client_1.Command {
package/dist-cjs/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FirehoseServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Firehose"), exports);
6
5
  tslib_1.__exportStar(require("./FirehoseClient"), exports);
6
+ tslib_1.__exportStar(require("./Firehose"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
8
  tslib_1.__exportStar(require("./models"), exports);
9
9
  var FirehoseServiceException_1 = require("./models/FirehoseServiceException");
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FirehoseServiceException = void 0;
3
+ exports.FirehoseServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class FirehoseServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class FirehoseClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateDeliveryStreamInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateDeliveryStreamCommand, se_CreateDeliveryStreamCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateDeliveryStreamCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDeliveryStreamCommand, se_DeleteDeliveryStreamCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteDeliveryStreamCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDeliveryStreamOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeDeliveryStreamCommand, se_DescribeDeliveryStreamCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeDeliveryStreamCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDeliveryStreamsCommand, se_ListDeliveryStreamsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeliveryStreamsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForDeliveryStreamCommand, se_ListTagsForDeliveryStreamCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForDeliveryStreamCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutRecordBatchCommand, se_PutRecordBatchCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutRecordBatchCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartDeliveryStreamEncryptionCommand, se_StartDeliveryStreamEncryptionCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartDeliveryStreamEncryptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopDeliveryStreamEncryptionCommand, se_StopDeliveryStreamEncryptionCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopDeliveryStreamEncryptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagDeliveryStreamCommand, se_TagDeliveryStreamCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagDeliveryStreamCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagDeliveryStreamCommand, se_UntagDeliveryStreamCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagDeliveryStreamCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateDestinationInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateDestinationCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./Firehose";
2
1
  export * from "./FirehoseClient";
2
+ export * from "./Firehose";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { FirehoseServiceException } from "./models/FirehoseServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class FirehoseServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -21,6 +21,7 @@ import { TagDeliveryStreamCommandInput, TagDeliveryStreamCommandOutput } from ".
21
21
  import { UntagDeliveryStreamCommandInput, UntagDeliveryStreamCommandOutput } from "./commands/UntagDeliveryStreamCommand";
22
22
  import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
23
23
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
24
+ export { __Client };
24
25
  /**
25
26
  * @public
26
27
  */
@@ -135,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
135
136
  /**
136
137
  * @public
137
138
  */
138
- type FirehoseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
139
+ export type FirehoseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
139
140
  /**
140
141
  * @public
141
142
  *
@@ -146,7 +147,7 @@ export interface FirehoseClientConfig extends FirehoseClientConfigType {
146
147
  /**
147
148
  * @public
148
149
  */
149
- type FirehoseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
150
+ export type FirehoseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
150
151
  /**
151
152
  * @public
152
153
  *
@@ -175,4 +176,3 @@ export declare class FirehoseClient extends __Client<__HttpHandlerOptions, Servi
175
176
  */
176
177
  destroy(): void;
177
178
  }
178
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { CreateDeliveryStreamInput, CreateDeliveryStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { DeleteDeliveryStreamInput, DeleteDeliveryStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { DescribeDeliveryStreamInput, DescribeDeliveryStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { ListDeliveryStreamsInput, ListDeliveryStreamsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { ListTagsForDeliveryStreamInput, ListTagsForDeliveryStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { PutRecordBatchInput, PutRecordBatchOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { PutRecordInput, PutRecordOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { StartDeliveryStreamEncryptionInput, StartDeliveryStreamEncryptionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { StopDeliveryStreamEncryptionInput, StopDeliveryStreamEncryptionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { TagDeliveryStreamInput, TagDeliveryStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { UntagDeliveryStreamInput, UntagDeliveryStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { UpdateDestinationInput, UpdateDestinationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,14 @@
1
- export * from "./Firehose";
1
+ /**
2
+ * <fullname>Amazon Kinesis Data Firehose API Reference</fullname>
3
+ * <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time
4
+ * streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon
5
+ * OpenSearch Service, Amazon Redshift, Splunk, and various other supportd
6
+ * destinations.</p>
7
+ *
8
+ * @packageDocumentation
9
+ */
2
10
  export * from "./FirehoseClient";
11
+ export * from "./Firehose";
3
12
  export * from "./commands";
4
13
  export * from "./models";
5
14
  export { FirehoseServiceException } from "./models/FirehoseServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -99,6 +99,7 @@ import {
99
99
  ClientResolvedEndpointParameters,
100
100
  EndpointParameters,
101
101
  } from "./endpoint/EndpointParameters";
102
+ export { __Client };
102
103
  export type ServiceInputTypes =
103
104
  | CreateDeliveryStreamCommandInput
104
105
  | DeleteDeliveryStreamCommandInput
@@ -149,7 +150,7 @@ export interface ClientDefaults
149
150
  logger?: __Logger;
150
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
151
152
  }
152
- type FirehoseClientConfigType = Partial<
153
+ export type FirehoseClientConfigType = Partial<
153
154
  __SmithyConfiguration<__HttpHandlerOptions>
154
155
  > &
155
156
  ClientDefaults &
@@ -161,7 +162,7 @@ type FirehoseClientConfigType = Partial<
161
162
  UserAgentInputConfig &
162
163
  ClientInputEndpointParameters;
163
164
  export interface FirehoseClientConfig extends FirehoseClientConfigType {}
164
- type FirehoseClientResolvedConfigType =
165
+ export type FirehoseClientResolvedConfigType =
165
166
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
166
167
  Required<ClientDefaults> &
167
168
  RegionResolvedConfig &
@@ -183,4 +184,3 @@ export declare class FirehoseClient extends __Client<
183
184
  constructor(configuration: FirehoseClientConfig);
184
185
  destroy(): void;
185
186
  }
186
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateDeliveryStreamInput,
16
16
  CreateDeliveryStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDeliveryStreamCommandInput
19
20
  extends CreateDeliveryStreamInput {}
20
21
  export interface CreateDeliveryStreamCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDeliveryStreamInput,
16
16
  DeleteDeliveryStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDeliveryStreamCommandInput
19
20
  extends DeleteDeliveryStreamInput {}
20
21
  export interface DeleteDeliveryStreamCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeDeliveryStreamInput,
16
16
  DescribeDeliveryStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDeliveryStreamCommandInput
19
20
  extends DescribeDeliveryStreamInput {}
20
21
  export interface DescribeDeliveryStreamCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListDeliveryStreamsInput,
16
16
  ListDeliveryStreamsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListDeliveryStreamsCommandInput
19
20
  extends ListDeliveryStreamsInput {}
20
21
  export interface ListDeliveryStreamsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForDeliveryStreamInput,
16
16
  ListTagsForDeliveryStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForDeliveryStreamCommandInput
19
20
  extends ListTagsForDeliveryStreamInput {}
20
21
  export interface ListTagsForDeliveryStreamCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../FirehoseClient";
14
14
  import { PutRecordBatchInput, PutRecordBatchOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutRecordBatchCommandInput extends PutRecordBatchInput {}
16
17
  export interface PutRecordBatchCommandOutput
17
18
  extends PutRecordBatchOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../FirehoseClient";
14
14
  import { PutRecordInput, PutRecordOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutRecordCommandInput extends PutRecordInput {}
16
17
  export interface PutRecordCommandOutput
17
18
  extends PutRecordOutput,
@@ -15,6 +15,7 @@ import {
15
15
  StartDeliveryStreamEncryptionInput,
16
16
  StartDeliveryStreamEncryptionOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartDeliveryStreamEncryptionCommandInput
19
20
  extends StartDeliveryStreamEncryptionInput {}
20
21
  export interface StartDeliveryStreamEncryptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  StopDeliveryStreamEncryptionInput,
16
16
  StopDeliveryStreamEncryptionOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StopDeliveryStreamEncryptionCommandInput
19
20
  extends StopDeliveryStreamEncryptionInput {}
20
21
  export interface StopDeliveryStreamEncryptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  TagDeliveryStreamInput,
16
16
  TagDeliveryStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface TagDeliveryStreamCommandInput extends TagDeliveryStreamInput {}
19
20
  export interface TagDeliveryStreamCommandOutput
20
21
  extends TagDeliveryStreamOutput,
@@ -15,6 +15,7 @@ import {
15
15
  UntagDeliveryStreamInput,
16
16
  UntagDeliveryStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagDeliveryStreamCommandInput
19
20
  extends UntagDeliveryStreamInput {}
20
21
  export interface UntagDeliveryStreamCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateDestinationInput,
16
16
  UpdateDestinationOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateDestinationCommandInput extends UpdateDestinationInput {}
19
20
  export interface UpdateDestinationCommandOutput
20
21
  extends UpdateDestinationOutput,
@@ -1,5 +1,5 @@
1
- export * from "./Firehose";
2
1
  export * from "./FirehoseClient";
2
+ export * from "./Firehose";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { FirehoseServiceException } from "./models/FirehoseServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class FirehoseServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-firehose",
3
3
  "description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
4
- "version": "3.335.0",
4
+ "version": "3.338.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",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.335.0",
25
- "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.335.0",
27
- "@aws-sdk/fetch-http-handler": "3.329.0",
28
- "@aws-sdk/hash-node": "3.329.0",
29
- "@aws-sdk/invalid-dependency": "3.329.0",
30
- "@aws-sdk/middleware-content-length": "3.329.0",
31
- "@aws-sdk/middleware-endpoint": "3.329.0",
32
- "@aws-sdk/middleware-host-header": "3.329.0",
33
- "@aws-sdk/middleware-logger": "3.329.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
- "@aws-sdk/middleware-retry": "3.329.0",
36
- "@aws-sdk/middleware-serde": "3.329.0",
37
- "@aws-sdk/middleware-signing": "3.329.0",
38
- "@aws-sdk/middleware-stack": "3.329.0",
39
- "@aws-sdk/middleware-user-agent": "3.332.0",
40
- "@aws-sdk/node-config-provider": "3.329.0",
41
- "@aws-sdk/node-http-handler": "3.329.0",
42
- "@aws-sdk/smithy-client": "3.329.0",
43
- "@aws-sdk/types": "3.329.0",
44
- "@aws-sdk/url-parser": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.329.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
50
- "@aws-sdk/util-endpoints": "3.332.0",
51
- "@aws-sdk/util-retry": "3.329.0",
52
- "@aws-sdk/util-user-agent-browser": "3.329.0",
53
- "@aws-sdk/util-user-agent-node": "3.329.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",