@aws-sdk/client-mediapackagev2 3.489.0 → 3.495.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 (41) hide show
  1. package/dist-cjs/MediaPackageV2.js +1 -59
  2. package/dist-cjs/MediaPackageV2Client.js +1 -43
  3. package/dist-cjs/commands/CreateChannelCommand.js +1 -28
  4. package/dist-cjs/commands/CreateChannelGroupCommand.js +1 -28
  5. package/dist-cjs/commands/CreateOriginEndpointCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteChannelGroupCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteOriginEndpointCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteOriginEndpointPolicyCommand.js +1 -28
  11. package/dist-cjs/commands/GetChannelCommand.js +1 -28
  12. package/dist-cjs/commands/GetChannelGroupCommand.js +1 -28
  13. package/dist-cjs/commands/GetChannelPolicyCommand.js +1 -28
  14. package/dist-cjs/commands/GetOriginEndpointCommand.js +1 -28
  15. package/dist-cjs/commands/GetOriginEndpointPolicyCommand.js +1 -28
  16. package/dist-cjs/commands/ListChannelGroupsCommand.js +1 -28
  17. package/dist-cjs/commands/ListChannelsCommand.js +1 -28
  18. package/dist-cjs/commands/ListOriginEndpointsCommand.js +1 -28
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  20. package/dist-cjs/commands/PutChannelPolicyCommand.js +1 -28
  21. package/dist-cjs/commands/PutOriginEndpointPolicyCommand.js +1 -28
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  23. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  24. package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateChannelGroupCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateOriginEndpointCommand.js +1 -28
  27. package/dist-cjs/commands/index.js +1 -27
  28. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  29. package/dist-cjs/extensionConfiguration.js +1 -2
  30. package/dist-cjs/index.js +2660 -11
  31. package/dist-cjs/models/MediaPackageV2ServiceException.js +1 -12
  32. package/dist-cjs/models/index.js +1 -4
  33. package/dist-cjs/models/models_0.js +1 -206
  34. package/dist-cjs/pagination/Interfaces.js +1 -2
  35. package/dist-cjs/pagination/ListChannelGroupsPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListOriginEndpointsPaginator.js +1 -7
  38. package/dist-cjs/pagination/index.js +1 -7
  39. package/dist-cjs/protocols/Aws_restJson1.js +1 -1792
  40. package/dist-cjs/runtimeExtensions.js +1 -22
  41. package/package.json +40 -40
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaPackageV2 = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
6
- const CreateChannelGroupCommand_1 = require("./commands/CreateChannelGroupCommand");
7
- const CreateOriginEndpointCommand_1 = require("./commands/CreateOriginEndpointCommand");
8
- const DeleteChannelCommand_1 = require("./commands/DeleteChannelCommand");
9
- const DeleteChannelGroupCommand_1 = require("./commands/DeleteChannelGroupCommand");
10
- const DeleteChannelPolicyCommand_1 = require("./commands/DeleteChannelPolicyCommand");
11
- const DeleteOriginEndpointCommand_1 = require("./commands/DeleteOriginEndpointCommand");
12
- const DeleteOriginEndpointPolicyCommand_1 = require("./commands/DeleteOriginEndpointPolicyCommand");
13
- const GetChannelCommand_1 = require("./commands/GetChannelCommand");
14
- const GetChannelGroupCommand_1 = require("./commands/GetChannelGroupCommand");
15
- const GetChannelPolicyCommand_1 = require("./commands/GetChannelPolicyCommand");
16
- const GetOriginEndpointCommand_1 = require("./commands/GetOriginEndpointCommand");
17
- const GetOriginEndpointPolicyCommand_1 = require("./commands/GetOriginEndpointPolicyCommand");
18
- const ListChannelGroupsCommand_1 = require("./commands/ListChannelGroupsCommand");
19
- const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
20
- const ListOriginEndpointsCommand_1 = require("./commands/ListOriginEndpointsCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const PutChannelPolicyCommand_1 = require("./commands/PutChannelPolicyCommand");
23
- const PutOriginEndpointPolicyCommand_1 = require("./commands/PutOriginEndpointPolicyCommand");
24
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
25
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
26
- const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
27
- const UpdateChannelGroupCommand_1 = require("./commands/UpdateChannelGroupCommand");
28
- const UpdateOriginEndpointCommand_1 = require("./commands/UpdateOriginEndpointCommand");
29
- const MediaPackageV2Client_1 = require("./MediaPackageV2Client");
30
- const commands = {
31
- CreateChannelCommand: CreateChannelCommand_1.CreateChannelCommand,
32
- CreateChannelGroupCommand: CreateChannelGroupCommand_1.CreateChannelGroupCommand,
33
- CreateOriginEndpointCommand: CreateOriginEndpointCommand_1.CreateOriginEndpointCommand,
34
- DeleteChannelCommand: DeleteChannelCommand_1.DeleteChannelCommand,
35
- DeleteChannelGroupCommand: DeleteChannelGroupCommand_1.DeleteChannelGroupCommand,
36
- DeleteChannelPolicyCommand: DeleteChannelPolicyCommand_1.DeleteChannelPolicyCommand,
37
- DeleteOriginEndpointCommand: DeleteOriginEndpointCommand_1.DeleteOriginEndpointCommand,
38
- DeleteOriginEndpointPolicyCommand: DeleteOriginEndpointPolicyCommand_1.DeleteOriginEndpointPolicyCommand,
39
- GetChannelCommand: GetChannelCommand_1.GetChannelCommand,
40
- GetChannelGroupCommand: GetChannelGroupCommand_1.GetChannelGroupCommand,
41
- GetChannelPolicyCommand: GetChannelPolicyCommand_1.GetChannelPolicyCommand,
42
- GetOriginEndpointCommand: GetOriginEndpointCommand_1.GetOriginEndpointCommand,
43
- GetOriginEndpointPolicyCommand: GetOriginEndpointPolicyCommand_1.GetOriginEndpointPolicyCommand,
44
- ListChannelGroupsCommand: ListChannelGroupsCommand_1.ListChannelGroupsCommand,
45
- ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
46
- ListOriginEndpointsCommand: ListOriginEndpointsCommand_1.ListOriginEndpointsCommand,
47
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
48
- PutChannelPolicyCommand: PutChannelPolicyCommand_1.PutChannelPolicyCommand,
49
- PutOriginEndpointPolicyCommand: PutOriginEndpointPolicyCommand_1.PutOriginEndpointPolicyCommand,
50
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
51
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
52
- UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
53
- UpdateChannelGroupCommand: UpdateChannelGroupCommand_1.UpdateChannelGroupCommand,
54
- UpdateOriginEndpointCommand: UpdateOriginEndpointCommand_1.UpdateOriginEndpointCommand,
55
- };
56
- class MediaPackageV2 extends MediaPackageV2Client_1.MediaPackageV2Client {
57
- }
58
- exports.MediaPackageV2 = MediaPackageV2;
59
- (0, smithy_client_1.createAggregatedClient)(commands, MediaPackageV2);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaPackageV2Client = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class MediaPackageV2Client extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.MediaPackageV2Client = MediaPackageV2Client;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateChannelCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "CreateChannel", {})
22
- .n("MediaPackageV2Client", "CreateChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateChannelCommand)
25
- .de(Aws_restJson1_1.de_CreateChannelCommand)
26
- .build() {
27
- }
28
- exports.CreateChannelCommand = CreateChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateChannelGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateChannelGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "CreateChannelGroup", {})
22
- .n("MediaPackageV2Client", "CreateChannelGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateChannelGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateChannelGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateChannelGroupCommand = CreateChannelGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateOriginEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateOriginEndpointCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "CreateOriginEndpoint", {})
22
- .n("MediaPackageV2Client", "CreateOriginEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateOriginEndpointCommand)
25
- .de(Aws_restJson1_1.de_CreateOriginEndpointCommand)
26
- .build() {
27
- }
28
- exports.CreateOriginEndpointCommand = CreateOriginEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteChannelCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "DeleteChannel", {})
22
- .n("MediaPackageV2Client", "DeleteChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteChannelCommand)
25
- .de(Aws_restJson1_1.de_DeleteChannelCommand)
26
- .build() {
27
- }
28
- exports.DeleteChannelCommand = DeleteChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteChannelGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteChannelGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "DeleteChannelGroup", {})
22
- .n("MediaPackageV2Client", "DeleteChannelGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteChannelGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteChannelGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteChannelGroupCommand = DeleteChannelGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteChannelPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteChannelPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "DeleteChannelPolicy", {})
22
- .n("MediaPackageV2Client", "DeleteChannelPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteChannelPolicyCommand)
25
- .de(Aws_restJson1_1.de_DeleteChannelPolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOriginEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteOriginEndpointCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "DeleteOriginEndpoint", {})
22
- .n("MediaPackageV2Client", "DeleteOriginEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteOriginEndpointCommand)
25
- .de(Aws_restJson1_1.de_DeleteOriginEndpointCommand)
26
- .build() {
27
- }
28
- exports.DeleteOriginEndpointCommand = DeleteOriginEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOriginEndpointPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteOriginEndpointPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "DeleteOriginEndpointPolicy", {})
22
- .n("MediaPackageV2Client", "DeleteOriginEndpointPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteOriginEndpointPolicyCommand)
25
- .de(Aws_restJson1_1.de_DeleteOriginEndpointPolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteOriginEndpointPolicyCommand = DeleteOriginEndpointPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChannelCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "GetChannel", {})
22
- .n("MediaPackageV2Client", "GetChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetChannelCommand)
25
- .de(Aws_restJson1_1.de_GetChannelCommand)
26
- .build() {
27
- }
28
- exports.GetChannelCommand = GetChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChannelGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetChannelGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "GetChannelGroup", {})
22
- .n("MediaPackageV2Client", "GetChannelGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetChannelGroupCommand)
25
- .de(Aws_restJson1_1.de_GetChannelGroupCommand)
26
- .build() {
27
- }
28
- exports.GetChannelGroupCommand = GetChannelGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChannelPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetChannelPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "GetChannelPolicy", {})
22
- .n("MediaPackageV2Client", "GetChannelPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetChannelPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetChannelPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOriginEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetOriginEndpointCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "GetOriginEndpoint", {})
22
- .n("MediaPackageV2Client", "GetOriginEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetOriginEndpointCommand)
25
- .de(Aws_restJson1_1.de_GetOriginEndpointCommand)
26
- .build() {
27
- }
28
- exports.GetOriginEndpointCommand = GetOriginEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOriginEndpointPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetOriginEndpointPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "GetOriginEndpointPolicy", {})
22
- .n("MediaPackageV2Client", "GetOriginEndpointPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetOriginEndpointPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetOriginEndpointPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetOriginEndpointPolicyCommand = GetOriginEndpointPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListChannelGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListChannelGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "ListChannelGroups", {})
22
- .n("MediaPackageV2Client", "ListChannelGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListChannelGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListChannelGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListChannelGroupsCommand = ListChannelGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListChannelsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListChannelsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "ListChannels", {})
22
- .n("MediaPackageV2Client", "ListChannelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListChannelsCommand)
25
- .de(Aws_restJson1_1.de_ListChannelsCommand)
26
- .build() {
27
- }
28
- exports.ListChannelsCommand = ListChannelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOriginEndpointsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListOriginEndpointsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "ListOriginEndpoints", {})
22
- .n("MediaPackageV2Client", "ListOriginEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOriginEndpointsCommand)
25
- .de(Aws_restJson1_1.de_ListOriginEndpointsCommand)
26
- .build() {
27
- }
28
- exports.ListOriginEndpointsCommand = ListOriginEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("mediapackagev2", "ListTagsForResource", {})
22
- .n("MediaPackageV2Client", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");