@aws-sdk/client-mediaconnect 3.490.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 (76) hide show
  1. package/dist-cjs/MediaConnect.js +1 -113
  2. package/dist-cjs/MediaConnectClient.js +1 -43
  3. package/dist-cjs/commands/AddBridgeOutputsCommand.js +1 -28
  4. package/dist-cjs/commands/AddBridgeSourcesCommand.js +1 -28
  5. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +1 -28
  6. package/dist-cjs/commands/AddFlowOutputsCommand.js +1 -28
  7. package/dist-cjs/commands/AddFlowSourcesCommand.js +1 -28
  8. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +1 -28
  9. package/dist-cjs/commands/CreateBridgeCommand.js +1 -28
  10. package/dist-cjs/commands/CreateFlowCommand.js +1 -28
  11. package/dist-cjs/commands/CreateGatewayCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteBridgeCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteFlowCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteGatewayCommand.js +1 -28
  15. package/dist-cjs/commands/DeregisterGatewayInstanceCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeBridgeCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeFlowCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeFlowSourceMetadataCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeGatewayCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeGatewayInstanceCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeOfferingCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeReservationCommand.js +1 -28
  23. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +1 -28
  24. package/dist-cjs/commands/ListBridgesCommand.js +1 -28
  25. package/dist-cjs/commands/ListEntitlementsCommand.js +1 -28
  26. package/dist-cjs/commands/ListFlowsCommand.js +1 -28
  27. package/dist-cjs/commands/ListGatewayInstancesCommand.js +1 -28
  28. package/dist-cjs/commands/ListGatewaysCommand.js +1 -28
  29. package/dist-cjs/commands/ListOfferingsCommand.js +1 -28
  30. package/dist-cjs/commands/ListReservationsCommand.js +1 -28
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  32. package/dist-cjs/commands/PurchaseOfferingCommand.js +1 -28
  33. package/dist-cjs/commands/RemoveBridgeOutputCommand.js +1 -28
  34. package/dist-cjs/commands/RemoveBridgeSourceCommand.js +1 -28
  35. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +1 -28
  36. package/dist-cjs/commands/RemoveFlowOutputCommand.js +1 -28
  37. package/dist-cjs/commands/RemoveFlowSourceCommand.js +1 -28
  38. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +1 -28
  39. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +1 -28
  40. package/dist-cjs/commands/StartFlowCommand.js +1 -28
  41. package/dist-cjs/commands/StopFlowCommand.js +1 -28
  42. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  43. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateBridgeCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateBridgeOutputCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateBridgeSourceCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateBridgeStateCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateFlowCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateFlowOutputCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateFlowSourceCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateGatewayInstanceCommand.js +1 -28
  54. package/dist-cjs/commands/index.js +1 -54
  55. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  56. package/dist-cjs/extensionConfiguration.js +1 -2
  57. package/dist-cjs/index.js +6205 -12
  58. package/dist-cjs/models/MediaConnectServiceException.js +1 -12
  59. package/dist-cjs/models/index.js +1 -4
  60. package/dist-cjs/models/models_0.js +1 -336
  61. package/dist-cjs/pagination/Interfaces.js +1 -2
  62. package/dist-cjs/pagination/ListBridgesPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListEntitlementsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListFlowsPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListGatewayInstancesPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListGatewaysPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListOfferingsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListReservationsPaginator.js +1 -7
  69. package/dist-cjs/pagination/index.js +1 -11
  70. package/dist-cjs/protocols/Aws_restJson1.js +1 -4486
  71. package/dist-cjs/runtimeExtensions.js +1 -22
  72. package/dist-cjs/waiters/index.js +1 -6
  73. package/dist-cjs/waiters/waitForFlowActive.js +1 -69
  74. package/dist-cjs/waiters/waitForFlowDeleted.js +1 -54
  75. package/dist-cjs/waiters/waitForFlowStandby.js +1 -60
  76. package/package.json +41 -41
@@ -1,113 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaConnect = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddBridgeOutputsCommand_1 = require("./commands/AddBridgeOutputsCommand");
6
- const AddBridgeSourcesCommand_1 = require("./commands/AddBridgeSourcesCommand");
7
- const AddFlowMediaStreamsCommand_1 = require("./commands/AddFlowMediaStreamsCommand");
8
- const AddFlowOutputsCommand_1 = require("./commands/AddFlowOutputsCommand");
9
- const AddFlowSourcesCommand_1 = require("./commands/AddFlowSourcesCommand");
10
- const AddFlowVpcInterfacesCommand_1 = require("./commands/AddFlowVpcInterfacesCommand");
11
- const CreateBridgeCommand_1 = require("./commands/CreateBridgeCommand");
12
- const CreateFlowCommand_1 = require("./commands/CreateFlowCommand");
13
- const CreateGatewayCommand_1 = require("./commands/CreateGatewayCommand");
14
- const DeleteBridgeCommand_1 = require("./commands/DeleteBridgeCommand");
15
- const DeleteFlowCommand_1 = require("./commands/DeleteFlowCommand");
16
- const DeleteGatewayCommand_1 = require("./commands/DeleteGatewayCommand");
17
- const DeregisterGatewayInstanceCommand_1 = require("./commands/DeregisterGatewayInstanceCommand");
18
- const DescribeBridgeCommand_1 = require("./commands/DescribeBridgeCommand");
19
- const DescribeFlowCommand_1 = require("./commands/DescribeFlowCommand");
20
- const DescribeFlowSourceMetadataCommand_1 = require("./commands/DescribeFlowSourceMetadataCommand");
21
- const DescribeGatewayCommand_1 = require("./commands/DescribeGatewayCommand");
22
- const DescribeGatewayInstanceCommand_1 = require("./commands/DescribeGatewayInstanceCommand");
23
- const DescribeOfferingCommand_1 = require("./commands/DescribeOfferingCommand");
24
- const DescribeReservationCommand_1 = require("./commands/DescribeReservationCommand");
25
- const GrantFlowEntitlementsCommand_1 = require("./commands/GrantFlowEntitlementsCommand");
26
- const ListBridgesCommand_1 = require("./commands/ListBridgesCommand");
27
- const ListEntitlementsCommand_1 = require("./commands/ListEntitlementsCommand");
28
- const ListFlowsCommand_1 = require("./commands/ListFlowsCommand");
29
- const ListGatewayInstancesCommand_1 = require("./commands/ListGatewayInstancesCommand");
30
- const ListGatewaysCommand_1 = require("./commands/ListGatewaysCommand");
31
- const ListOfferingsCommand_1 = require("./commands/ListOfferingsCommand");
32
- const ListReservationsCommand_1 = require("./commands/ListReservationsCommand");
33
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
34
- const PurchaseOfferingCommand_1 = require("./commands/PurchaseOfferingCommand");
35
- const RemoveBridgeOutputCommand_1 = require("./commands/RemoveBridgeOutputCommand");
36
- const RemoveBridgeSourceCommand_1 = require("./commands/RemoveBridgeSourceCommand");
37
- const RemoveFlowMediaStreamCommand_1 = require("./commands/RemoveFlowMediaStreamCommand");
38
- const RemoveFlowOutputCommand_1 = require("./commands/RemoveFlowOutputCommand");
39
- const RemoveFlowSourceCommand_1 = require("./commands/RemoveFlowSourceCommand");
40
- const RemoveFlowVpcInterfaceCommand_1 = require("./commands/RemoveFlowVpcInterfaceCommand");
41
- const RevokeFlowEntitlementCommand_1 = require("./commands/RevokeFlowEntitlementCommand");
42
- const StartFlowCommand_1 = require("./commands/StartFlowCommand");
43
- const StopFlowCommand_1 = require("./commands/StopFlowCommand");
44
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
45
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
46
- const UpdateBridgeCommand_1 = require("./commands/UpdateBridgeCommand");
47
- const UpdateBridgeOutputCommand_1 = require("./commands/UpdateBridgeOutputCommand");
48
- const UpdateBridgeSourceCommand_1 = require("./commands/UpdateBridgeSourceCommand");
49
- const UpdateBridgeStateCommand_1 = require("./commands/UpdateBridgeStateCommand");
50
- const UpdateFlowCommand_1 = require("./commands/UpdateFlowCommand");
51
- const UpdateFlowEntitlementCommand_1 = require("./commands/UpdateFlowEntitlementCommand");
52
- const UpdateFlowMediaStreamCommand_1 = require("./commands/UpdateFlowMediaStreamCommand");
53
- const UpdateFlowOutputCommand_1 = require("./commands/UpdateFlowOutputCommand");
54
- const UpdateFlowSourceCommand_1 = require("./commands/UpdateFlowSourceCommand");
55
- const UpdateGatewayInstanceCommand_1 = require("./commands/UpdateGatewayInstanceCommand");
56
- const MediaConnectClient_1 = require("./MediaConnectClient");
57
- const commands = {
58
- AddBridgeOutputsCommand: AddBridgeOutputsCommand_1.AddBridgeOutputsCommand,
59
- AddBridgeSourcesCommand: AddBridgeSourcesCommand_1.AddBridgeSourcesCommand,
60
- AddFlowMediaStreamsCommand: AddFlowMediaStreamsCommand_1.AddFlowMediaStreamsCommand,
61
- AddFlowOutputsCommand: AddFlowOutputsCommand_1.AddFlowOutputsCommand,
62
- AddFlowSourcesCommand: AddFlowSourcesCommand_1.AddFlowSourcesCommand,
63
- AddFlowVpcInterfacesCommand: AddFlowVpcInterfacesCommand_1.AddFlowVpcInterfacesCommand,
64
- CreateBridgeCommand: CreateBridgeCommand_1.CreateBridgeCommand,
65
- CreateFlowCommand: CreateFlowCommand_1.CreateFlowCommand,
66
- CreateGatewayCommand: CreateGatewayCommand_1.CreateGatewayCommand,
67
- DeleteBridgeCommand: DeleteBridgeCommand_1.DeleteBridgeCommand,
68
- DeleteFlowCommand: DeleteFlowCommand_1.DeleteFlowCommand,
69
- DeleteGatewayCommand: DeleteGatewayCommand_1.DeleteGatewayCommand,
70
- DeregisterGatewayInstanceCommand: DeregisterGatewayInstanceCommand_1.DeregisterGatewayInstanceCommand,
71
- DescribeBridgeCommand: DescribeBridgeCommand_1.DescribeBridgeCommand,
72
- DescribeFlowCommand: DescribeFlowCommand_1.DescribeFlowCommand,
73
- DescribeFlowSourceMetadataCommand: DescribeFlowSourceMetadataCommand_1.DescribeFlowSourceMetadataCommand,
74
- DescribeGatewayCommand: DescribeGatewayCommand_1.DescribeGatewayCommand,
75
- DescribeGatewayInstanceCommand: DescribeGatewayInstanceCommand_1.DescribeGatewayInstanceCommand,
76
- DescribeOfferingCommand: DescribeOfferingCommand_1.DescribeOfferingCommand,
77
- DescribeReservationCommand: DescribeReservationCommand_1.DescribeReservationCommand,
78
- GrantFlowEntitlementsCommand: GrantFlowEntitlementsCommand_1.GrantFlowEntitlementsCommand,
79
- ListBridgesCommand: ListBridgesCommand_1.ListBridgesCommand,
80
- ListEntitlementsCommand: ListEntitlementsCommand_1.ListEntitlementsCommand,
81
- ListFlowsCommand: ListFlowsCommand_1.ListFlowsCommand,
82
- ListGatewayInstancesCommand: ListGatewayInstancesCommand_1.ListGatewayInstancesCommand,
83
- ListGatewaysCommand: ListGatewaysCommand_1.ListGatewaysCommand,
84
- ListOfferingsCommand: ListOfferingsCommand_1.ListOfferingsCommand,
85
- ListReservationsCommand: ListReservationsCommand_1.ListReservationsCommand,
86
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
87
- PurchaseOfferingCommand: PurchaseOfferingCommand_1.PurchaseOfferingCommand,
88
- RemoveBridgeOutputCommand: RemoveBridgeOutputCommand_1.RemoveBridgeOutputCommand,
89
- RemoveBridgeSourceCommand: RemoveBridgeSourceCommand_1.RemoveBridgeSourceCommand,
90
- RemoveFlowMediaStreamCommand: RemoveFlowMediaStreamCommand_1.RemoveFlowMediaStreamCommand,
91
- RemoveFlowOutputCommand: RemoveFlowOutputCommand_1.RemoveFlowOutputCommand,
92
- RemoveFlowSourceCommand: RemoveFlowSourceCommand_1.RemoveFlowSourceCommand,
93
- RemoveFlowVpcInterfaceCommand: RemoveFlowVpcInterfaceCommand_1.RemoveFlowVpcInterfaceCommand,
94
- RevokeFlowEntitlementCommand: RevokeFlowEntitlementCommand_1.RevokeFlowEntitlementCommand,
95
- StartFlowCommand: StartFlowCommand_1.StartFlowCommand,
96
- StopFlowCommand: StopFlowCommand_1.StopFlowCommand,
97
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
98
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
99
- UpdateBridgeCommand: UpdateBridgeCommand_1.UpdateBridgeCommand,
100
- UpdateBridgeOutputCommand: UpdateBridgeOutputCommand_1.UpdateBridgeOutputCommand,
101
- UpdateBridgeSourceCommand: UpdateBridgeSourceCommand_1.UpdateBridgeSourceCommand,
102
- UpdateBridgeStateCommand: UpdateBridgeStateCommand_1.UpdateBridgeStateCommand,
103
- UpdateFlowCommand: UpdateFlowCommand_1.UpdateFlowCommand,
104
- UpdateFlowEntitlementCommand: UpdateFlowEntitlementCommand_1.UpdateFlowEntitlementCommand,
105
- UpdateFlowMediaStreamCommand: UpdateFlowMediaStreamCommand_1.UpdateFlowMediaStreamCommand,
106
- UpdateFlowOutputCommand: UpdateFlowOutputCommand_1.UpdateFlowOutputCommand,
107
- UpdateFlowSourceCommand: UpdateFlowSourceCommand_1.UpdateFlowSourceCommand,
108
- UpdateGatewayInstanceCommand: UpdateGatewayInstanceCommand_1.UpdateGatewayInstanceCommand,
109
- };
110
- class MediaConnect extends MediaConnectClient_1.MediaConnectClient {
111
- }
112
- exports.MediaConnect = MediaConnect;
113
- (0, smithy_client_1.createAggregatedClient)(commands, MediaConnect);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaConnectClient = 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 MediaConnectClient 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.MediaConnectClient = MediaConnectClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddBridgeOutputsCommand = 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 AddBridgeOutputsCommand 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("MediaConnect", "AddBridgeOutputs", {})
22
- .n("MediaConnectClient", "AddBridgeOutputsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddBridgeOutputsCommand)
25
- .de(Aws_restJson1_1.de_AddBridgeOutputsCommand)
26
- .build() {
27
- }
28
- exports.AddBridgeOutputsCommand = AddBridgeOutputsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddBridgeSourcesCommand = 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 AddBridgeSourcesCommand 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("MediaConnect", "AddBridgeSources", {})
22
- .n("MediaConnectClient", "AddBridgeSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddBridgeSourcesCommand)
25
- .de(Aws_restJson1_1.de_AddBridgeSourcesCommand)
26
- .build() {
27
- }
28
- exports.AddBridgeSourcesCommand = AddBridgeSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddFlowMediaStreamsCommand = 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 AddFlowMediaStreamsCommand 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("MediaConnect", "AddFlowMediaStreams", {})
22
- .n("MediaConnectClient", "AddFlowMediaStreamsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddFlowMediaStreamsCommand)
25
- .de(Aws_restJson1_1.de_AddFlowMediaStreamsCommand)
26
- .build() {
27
- }
28
- exports.AddFlowMediaStreamsCommand = AddFlowMediaStreamsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddFlowOutputsCommand = 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 AddFlowOutputsCommand 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("MediaConnect", "AddFlowOutputs", {})
22
- .n("MediaConnectClient", "AddFlowOutputsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddFlowOutputsCommand)
25
- .de(Aws_restJson1_1.de_AddFlowOutputsCommand)
26
- .build() {
27
- }
28
- exports.AddFlowOutputsCommand = AddFlowOutputsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddFlowSourcesCommand = 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 AddFlowSourcesCommand 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("MediaConnect", "AddFlowSources", {})
22
- .n("MediaConnectClient", "AddFlowSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddFlowSourcesCommand)
25
- .de(Aws_restJson1_1.de_AddFlowSourcesCommand)
26
- .build() {
27
- }
28
- exports.AddFlowSourcesCommand = AddFlowSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddFlowVpcInterfacesCommand = 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 AddFlowVpcInterfacesCommand 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("MediaConnect", "AddFlowVpcInterfaces", {})
22
- .n("MediaConnectClient", "AddFlowVpcInterfacesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddFlowVpcInterfacesCommand)
25
- .de(Aws_restJson1_1.de_AddFlowVpcInterfacesCommand)
26
- .build() {
27
- }
28
- exports.AddFlowVpcInterfacesCommand = AddFlowVpcInterfacesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBridgeCommand = 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 CreateBridgeCommand 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("MediaConnect", "CreateBridge", {})
22
- .n("MediaConnectClient", "CreateBridgeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateBridgeCommand)
25
- .de(Aws_restJson1_1.de_CreateBridgeCommand)
26
- .build() {
27
- }
28
- exports.CreateBridgeCommand = CreateBridgeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFlowCommand = 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 CreateFlowCommand 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("MediaConnect", "CreateFlow", {})
22
- .n("MediaConnectClient", "CreateFlowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateFlowCommand)
25
- .de(Aws_restJson1_1.de_CreateFlowCommand)
26
- .build() {
27
- }
28
- exports.CreateFlowCommand = CreateFlowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGatewayCommand = 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 CreateGatewayCommand 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("MediaConnect", "CreateGateway", {})
22
- .n("MediaConnectClient", "CreateGatewayCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateGatewayCommand)
25
- .de(Aws_restJson1_1.de_CreateGatewayCommand)
26
- .build() {
27
- }
28
- exports.CreateGatewayCommand = CreateGatewayCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBridgeCommand = 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 DeleteBridgeCommand 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("MediaConnect", "DeleteBridge", {})
22
- .n("MediaConnectClient", "DeleteBridgeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteBridgeCommand)
25
- .de(Aws_restJson1_1.de_DeleteBridgeCommand)
26
- .build() {
27
- }
28
- exports.DeleteBridgeCommand = DeleteBridgeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFlowCommand = 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 DeleteFlowCommand 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("MediaConnect", "DeleteFlow", {})
22
- .n("MediaConnectClient", "DeleteFlowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFlowCommand)
25
- .de(Aws_restJson1_1.de_DeleteFlowCommand)
26
- .build() {
27
- }
28
- exports.DeleteFlowCommand = DeleteFlowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGatewayCommand = 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 DeleteGatewayCommand 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("MediaConnect", "DeleteGateway", {})
22
- .n("MediaConnectClient", "DeleteGatewayCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteGatewayCommand)
25
- .de(Aws_restJson1_1.de_DeleteGatewayCommand)
26
- .build() {
27
- }
28
- exports.DeleteGatewayCommand = DeleteGatewayCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterGatewayInstanceCommand = 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 DeregisterGatewayInstanceCommand 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("MediaConnect", "DeregisterGatewayInstance", {})
22
- .n("MediaConnectClient", "DeregisterGatewayInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeregisterGatewayInstanceCommand)
25
- .de(Aws_restJson1_1.de_DeregisterGatewayInstanceCommand)
26
- .build() {
27
- }
28
- exports.DeregisterGatewayInstanceCommand = DeregisterGatewayInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBridgeCommand = 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 DescribeBridgeCommand 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("MediaConnect", "DescribeBridge", {})
22
- .n("MediaConnectClient", "DescribeBridgeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeBridgeCommand)
25
- .de(Aws_restJson1_1.de_DescribeBridgeCommand)
26
- .build() {
27
- }
28
- exports.DescribeBridgeCommand = DescribeBridgeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFlowCommand = 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 DescribeFlowCommand 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("MediaConnect", "DescribeFlow", {})
22
- .n("MediaConnectClient", "DescribeFlowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeFlowCommand)
25
- .de(Aws_restJson1_1.de_DescribeFlowCommand)
26
- .build() {
27
- }
28
- exports.DescribeFlowCommand = DescribeFlowCommand;
1
+ module.exports = require("../index.js");