@aws-sdk/client-chime-sdk-media-pipelines 3.79.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 (96) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +212 -0
  4. package/dist-cjs/ChimeSDKMediaPipelines.js +112 -0
  5. package/dist-cjs/ChimeSDKMediaPipelinesClient.js +35 -0
  6. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +36 -0
  8. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +36 -0
  9. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +36 -0
  10. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  11. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  12. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/endpoints.js +131 -0
  15. package/dist-cjs/index.js +11 -0
  16. package/dist-cjs/models/ChimeSDKMediaPipelinesServiceException.js +11 -0
  17. package/dist-cjs/models/index.js +4 -0
  18. package/dist-cjs/models/models_0.js +339 -0
  19. package/dist-cjs/pagination/Interfaces.js +2 -0
  20. package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js +36 -0
  21. package/dist-cjs/pagination/index.js +5 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +999 -0
  23. package/dist-cjs/runtimeConfig.browser.js +45 -0
  24. package/dist-cjs/runtimeConfig.js +50 -0
  25. package/dist-cjs/runtimeConfig.native.js +16 -0
  26. package/dist-cjs/runtimeConfig.shared.js +17 -0
  27. package/dist-es/ChimeSDKMediaPipelines.js +115 -0
  28. package/dist-es/ChimeSDKMediaPipelinesClient.js +37 -0
  29. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +39 -0
  30. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +39 -0
  31. package/dist-es/commands/GetMediaCapturePipelineCommand.js +39 -0
  32. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +39 -0
  33. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  34. package/dist-es/commands/TagResourceCommand.js +39 -0
  35. package/dist-es/commands/UntagResourceCommand.js +39 -0
  36. package/dist-es/commands/index.js +7 -0
  37. package/dist-es/endpoints.js +127 -0
  38. package/dist-es/index.js +6 -0
  39. package/dist-es/models/ChimeSDKMediaPipelinesServiceException.js +12 -0
  40. package/dist-es/models/index.js +1 -0
  41. package/dist-es/models/models_0.js +271 -0
  42. package/dist-es/pagination/Interfaces.js +1 -0
  43. package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +75 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +1166 -0
  46. package/dist-es/runtimeConfig.browser.js +26 -0
  47. package/dist-es/runtimeConfig.js +28 -0
  48. package/dist-es/runtimeConfig.native.js +8 -0
  49. package/dist-es/runtimeConfig.shared.js +13 -0
  50. package/dist-types/ChimeSDKMediaPipelines.d.ts +59 -0
  51. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +154 -0
  52. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +35 -0
  53. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -0
  54. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +35 -0
  55. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +35 -0
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  57. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  58. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  59. package/dist-types/commands/index.d.ts +7 -0
  60. package/dist-types/endpoints.d.ts +2 -0
  61. package/dist-types/index.d.ts +6 -0
  62. package/dist-types/models/ChimeSDKMediaPipelinesServiceException.d.ts +10 -0
  63. package/dist-types/models/index.d.ts +1 -0
  64. package/dist-types/models/models_0.d.ts +581 -0
  65. package/dist-types/pagination/Interfaces.d.ts +6 -0
  66. package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
  67. package/dist-types/pagination/index.d.ts +2 -0
  68. package/dist-types/protocols/Aws_restJson1.d.ts +23 -0
  69. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  70. package/dist-types/runtimeConfig.d.ts +40 -0
  71. package/dist-types/runtimeConfig.native.d.ts +39 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  73. package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +40 -0
  74. package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +80 -0
  75. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  83. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  84. package/dist-types/ts3.4/index.d.ts +6 -0
  85. package/dist-types/ts3.4/models/ChimeSDKMediaPipelinesServiceException.d.ts +6 -0
  86. package/dist-types/ts3.4/models/index.d.ts +1 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +370 -0
  88. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  89. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  91. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +23 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  96. package/package.json +95 -0
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetMediaCapturePipelineCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetMediaCapturePipelineCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ChimeSDKMediaPipelinesClient";
18
+ const commandName = "GetMediaCapturePipelineCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetMediaCapturePipelineRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetMediaCapturePipelineResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMediaCapturePipelineCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMediaCapturePipelineCommand)(output, context);
34
+ }
35
+ }
36
+ exports.GetMediaCapturePipelineCommand = GetMediaCapturePipelineCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListMediaCapturePipelinesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListMediaCapturePipelinesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ChimeSDKMediaPipelinesClient";
18
+ const commandName = "ListMediaCapturePipelinesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListMediaCapturePipelinesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListMediaCapturePipelinesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListMediaCapturePipelinesCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListMediaCapturePipelinesCommand)(output, context);
34
+ }
35
+ }
36
+ exports.ListMediaCapturePipelinesCommand = ListMediaCapturePipelinesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListTagsForResourceCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListTagsForResourceCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ChimeSDKMediaPipelinesClient";
18
+ const commandName = "ListTagsForResourceCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
+ }
35
+ }
36
+ exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagResourceCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class TagResourceCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ChimeSDKMediaPipelinesClient";
18
+ const commandName = "TagResourceCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.TagResourceRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.TagResourceResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
+ }
35
+ }
36
+ exports.TagResourceCommand = TagResourceCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UntagResourceCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class UntagResourceCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ChimeSDKMediaPipelinesClient";
18
+ const commandName = "UntagResourceCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UntagResourceRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UntagResourceResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
+ }
35
+ }
36
+ exports.UntagResourceCommand = UntagResourceCommand;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateMediaCapturePipelineCommand"), exports);
5
+ tslib_1.__exportStar(require("./DeleteMediaCapturePipelineCommand"), exports);
6
+ tslib_1.__exportStar(require("./GetMediaCapturePipelineCommand"), exports);
7
+ tslib_1.__exportStar(require("./ListMediaCapturePipelinesCommand"), exports);
8
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
9
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
10
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
@@ -0,0 +1,131 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.defaultRegionInfoProvider = void 0;
4
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
+ const regionHash = {};
6
+ const partitionHash = {
7
+ aws: {
8
+ regions: [
9
+ "af-south-1",
10
+ "ap-east-1",
11
+ "ap-northeast-1",
12
+ "ap-northeast-2",
13
+ "ap-northeast-3",
14
+ "ap-south-1",
15
+ "ap-southeast-1",
16
+ "ap-southeast-2",
17
+ "ap-southeast-3",
18
+ "ca-central-1",
19
+ "eu-central-1",
20
+ "eu-north-1",
21
+ "eu-south-1",
22
+ "eu-west-1",
23
+ "eu-west-2",
24
+ "eu-west-3",
25
+ "me-south-1",
26
+ "sa-east-1",
27
+ "us-east-1",
28
+ "us-east-2",
29
+ "us-west-1",
30
+ "us-west-2",
31
+ ],
32
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
33
+ variants: [
34
+ {
35
+ hostname: "media-pipelines-chime.{region}.amazonaws.com",
36
+ tags: [],
37
+ },
38
+ {
39
+ hostname: "media-pipelines-chime-fips.{region}.amazonaws.com",
40
+ tags: ["fips"],
41
+ },
42
+ {
43
+ hostname: "media-pipelines-chime-fips.{region}.api.aws",
44
+ tags: ["dualstack", "fips"],
45
+ },
46
+ {
47
+ hostname: "media-pipelines-chime.{region}.api.aws",
48
+ tags: ["dualstack"],
49
+ },
50
+ ],
51
+ },
52
+ "aws-cn": {
53
+ regions: ["cn-north-1", "cn-northwest-1"],
54
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
55
+ variants: [
56
+ {
57
+ hostname: "media-pipelines-chime.{region}.amazonaws.com.cn",
58
+ tags: [],
59
+ },
60
+ {
61
+ hostname: "media-pipelines-chime-fips.{region}.amazonaws.com.cn",
62
+ tags: ["fips"],
63
+ },
64
+ {
65
+ hostname: "media-pipelines-chime-fips.{region}.api.amazonwebservices.com.cn",
66
+ tags: ["dualstack", "fips"],
67
+ },
68
+ {
69
+ hostname: "media-pipelines-chime.{region}.api.amazonwebservices.com.cn",
70
+ tags: ["dualstack"],
71
+ },
72
+ ],
73
+ },
74
+ "aws-iso": {
75
+ regions: ["us-iso-east-1", "us-iso-west-1"],
76
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
77
+ variants: [
78
+ {
79
+ hostname: "media-pipelines-chime.{region}.c2s.ic.gov",
80
+ tags: [],
81
+ },
82
+ {
83
+ hostname: "media-pipelines-chime-fips.{region}.c2s.ic.gov",
84
+ tags: ["fips"],
85
+ },
86
+ ],
87
+ },
88
+ "aws-iso-b": {
89
+ regions: ["us-isob-east-1"],
90
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
91
+ variants: [
92
+ {
93
+ hostname: "media-pipelines-chime.{region}.sc2s.sgov.gov",
94
+ tags: [],
95
+ },
96
+ {
97
+ hostname: "media-pipelines-chime-fips.{region}.sc2s.sgov.gov",
98
+ tags: ["fips"],
99
+ },
100
+ ],
101
+ },
102
+ "aws-us-gov": {
103
+ regions: ["us-gov-east-1", "us-gov-west-1"],
104
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
105
+ variants: [
106
+ {
107
+ hostname: "media-pipelines-chime.{region}.amazonaws.com",
108
+ tags: [],
109
+ },
110
+ {
111
+ hostname: "media-pipelines-chime-fips.{region}.amazonaws.com",
112
+ tags: ["fips"],
113
+ },
114
+ {
115
+ hostname: "media-pipelines-chime-fips.{region}.api.aws",
116
+ tags: ["dualstack", "fips"],
117
+ },
118
+ {
119
+ hostname: "media-pipelines-chime.{region}.api.aws",
120
+ tags: ["dualstack"],
121
+ },
122
+ ],
123
+ },
124
+ };
125
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
126
+ ...options,
127
+ signingService: "chime",
128
+ regionHash,
129
+ partitionHash,
130
+ });
131
+ exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChimeSDKMediaPipelinesServiceException = void 0;
4
+ const tslib_1 = require("tslib");
5
+ tslib_1.__exportStar(require("./ChimeSDKMediaPipelines"), exports);
6
+ tslib_1.__exportStar(require("./ChimeSDKMediaPipelinesClient"), exports);
7
+ tslib_1.__exportStar(require("./commands"), exports);
8
+ tslib_1.__exportStar(require("./models"), exports);
9
+ tslib_1.__exportStar(require("./pagination"), exports);
10
+ var ChimeSDKMediaPipelinesServiceException_1 = require("./models/ChimeSDKMediaPipelinesServiceException");
11
+ Object.defineProperty(exports, "ChimeSDKMediaPipelinesServiceException", { enumerable: true, get: function () { return ChimeSDKMediaPipelinesServiceException_1.ChimeSDKMediaPipelinesServiceException; } });
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChimeSDKMediaPipelinesServiceException = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ class ChimeSDKMediaPipelinesServiceException extends smithy_client_1.ServiceException {
6
+ constructor(options) {
7
+ super(options);
8
+ Object.setPrototypeOf(this, ChimeSDKMediaPipelinesServiceException.prototype);
9
+ }
10
+ }
11
+ exports.ChimeSDKMediaPipelinesServiceException = ChimeSDKMediaPipelinesServiceException;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./models_0"), exports);