@aws-sdk/client-mediaconnect 3.928.0 → 3.929.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 (73) hide show
  1. package/dist-cjs/index.js +7034 -3270
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MediaConnectClient.js +2 -0
  4. package/dist-es/commands/AddBridgeOutputsCommand.js +3 -9
  5. package/dist-es/commands/AddBridgeSourcesCommand.js +3 -9
  6. package/dist-es/commands/AddFlowMediaStreamsCommand.js +3 -9
  7. package/dist-es/commands/AddFlowOutputsCommand.js +3 -9
  8. package/dist-es/commands/AddFlowSourcesCommand.js +3 -9
  9. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +3 -9
  10. package/dist-es/commands/CreateBridgeCommand.js +3 -9
  11. package/dist-es/commands/CreateFlowCommand.js +3 -9
  12. package/dist-es/commands/CreateGatewayCommand.js +3 -9
  13. package/dist-es/commands/DeleteBridgeCommand.js +3 -9
  14. package/dist-es/commands/DeleteFlowCommand.js +3 -9
  15. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  16. package/dist-es/commands/DeregisterGatewayInstanceCommand.js +3 -9
  17. package/dist-es/commands/DescribeBridgeCommand.js +3 -9
  18. package/dist-es/commands/DescribeFlowCommand.js +3 -9
  19. package/dist-es/commands/DescribeFlowSourceMetadataCommand.js +3 -9
  20. package/dist-es/commands/DescribeFlowSourceThumbnailCommand.js +3 -9
  21. package/dist-es/commands/DescribeGatewayCommand.js +3 -9
  22. package/dist-es/commands/DescribeGatewayInstanceCommand.js +3 -9
  23. package/dist-es/commands/DescribeOfferingCommand.js +3 -9
  24. package/dist-es/commands/DescribeReservationCommand.js +3 -9
  25. package/dist-es/commands/GrantFlowEntitlementsCommand.js +3 -9
  26. package/dist-es/commands/ListBridgesCommand.js +3 -9
  27. package/dist-es/commands/ListEntitlementsCommand.js +3 -9
  28. package/dist-es/commands/ListFlowsCommand.js +3 -9
  29. package/dist-es/commands/ListGatewayInstancesCommand.js +3 -9
  30. package/dist-es/commands/ListGatewaysCommand.js +3 -9
  31. package/dist-es/commands/ListOfferingsCommand.js +3 -9
  32. package/dist-es/commands/ListReservationsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/PurchaseOfferingCommand.js +3 -9
  35. package/dist-es/commands/RemoveBridgeOutputCommand.js +3 -9
  36. package/dist-es/commands/RemoveBridgeSourceCommand.js +3 -9
  37. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +3 -9
  38. package/dist-es/commands/RemoveFlowOutputCommand.js +3 -9
  39. package/dist-es/commands/RemoveFlowSourceCommand.js +3 -9
  40. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +3 -9
  41. package/dist-es/commands/RevokeFlowEntitlementCommand.js +3 -9
  42. package/dist-es/commands/StartFlowCommand.js +3 -9
  43. package/dist-es/commands/StopFlowCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateBridgeCommand.js +3 -9
  47. package/dist-es/commands/UpdateBridgeOutputCommand.js +3 -9
  48. package/dist-es/commands/UpdateBridgeSourceCommand.js +3 -9
  49. package/dist-es/commands/UpdateBridgeStateCommand.js +3 -9
  50. package/dist-es/commands/UpdateFlowCommand.js +3 -9
  51. package/dist-es/commands/UpdateFlowEntitlementCommand.js +3 -9
  52. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +3 -9
  53. package/dist-es/commands/UpdateFlowOutputCommand.js +3 -9
  54. package/dist-es/commands/UpdateFlowSourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateGatewayInstanceCommand.js +3 -9
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-es/schemas/schemas_0.js +6901 -0
  58. package/dist-types/MediaConnectClient.d.ts +10 -1
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +296 -0
  64. package/dist-types/ts3.4/MediaConnectClient.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  70. package/package.json +2 -2
  71. package/dist-es/protocols/Aws_restJson1.js +0 -2877
  72. package/dist-types/protocols/Aws_restJson1.d.ts +0 -470
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -629
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListBridgesCommand, se_ListBridgesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBridges } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBridgesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListBridges", {})
17
13
  .n("MediaConnectClient", "ListBridgesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBridgesCommand)
20
- .de(de_ListBridgesCommand)
14
+ .sc(ListBridges)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEntitlementsCommand, se_ListEntitlementsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListEntitlements } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEntitlementsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListEntitlements", {})
17
13
  .n("MediaConnectClient", "ListEntitlementsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEntitlementsCommand)
20
- .de(de_ListEntitlementsCommand)
14
+ .sc(ListEntitlements)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFlowsCommand, se_ListFlowsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFlows } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFlowsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListFlows", {})
17
13
  .n("MediaConnectClient", "ListFlowsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFlowsCommand)
20
- .de(de_ListFlowsCommand)
14
+ .sc(ListFlows)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListGatewayInstancesCommand, se_ListGatewayInstancesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGatewayInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGatewayInstancesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListGatewayInstances", {})
17
13
  .n("MediaConnectClient", "ListGatewayInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGatewayInstancesCommand)
20
- .de(de_ListGatewayInstancesCommand)
14
+ .sc(ListGatewayInstances)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGateways } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGatewaysCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListGateways", {})
17
13
  .n("MediaConnectClient", "ListGatewaysCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGatewaysCommand)
20
- .de(de_ListGatewaysCommand)
14
+ .sc(ListGateways)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListOfferings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListOfferingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListOfferings", {})
17
13
  .n("MediaConnectClient", "ListOfferingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListOfferingsCommand)
20
- .de(de_ListOfferingsCommand)
14
+ .sc(ListOfferings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReservationsCommand, se_ListReservationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListReservations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReservationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListReservations", {})
17
13
  .n("MediaConnectClient", "ListReservationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReservationsCommand)
20
- .de(de_ListReservationsCommand)
14
+ .sc(ListReservations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "ListTagsForResource", {})
17
13
  .n("MediaConnectClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PurchaseOfferingCommand, se_PurchaseOfferingCommand } from "../protocols/Aws_restJson1";
4
+ import { PurchaseOffering } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PurchaseOfferingCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "PurchaseOffering", {})
17
13
  .n("MediaConnectClient", "PurchaseOfferingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PurchaseOfferingCommand)
20
- .de(de_PurchaseOfferingCommand)
14
+ .sc(PurchaseOffering)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveBridgeOutputCommand, se_RemoveBridgeOutputCommand } from "../protocols/Aws_restJson1";
4
+ import { RemoveBridgeOutput } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveBridgeOutputCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RemoveBridgeOutput", {})
17
13
  .n("MediaConnectClient", "RemoveBridgeOutputCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveBridgeOutputCommand)
20
- .de(de_RemoveBridgeOutputCommand)
14
+ .sc(RemoveBridgeOutput)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveBridgeSourceCommand, se_RemoveBridgeSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { RemoveBridgeSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveBridgeSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RemoveBridgeSource", {})
17
13
  .n("MediaConnectClient", "RemoveBridgeSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveBridgeSourceCommand)
20
- .de(de_RemoveBridgeSourceCommand)
14
+ .sc(RemoveBridgeSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveFlowMediaStreamCommand, se_RemoveFlowMediaStreamCommand } from "../protocols/Aws_restJson1";
4
+ import { RemoveFlowMediaStream } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveFlowMediaStreamCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RemoveFlowMediaStream", {})
17
13
  .n("MediaConnectClient", "RemoveFlowMediaStreamCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveFlowMediaStreamCommand)
20
- .de(de_RemoveFlowMediaStreamCommand)
14
+ .sc(RemoveFlowMediaStream)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveFlowOutputCommand, se_RemoveFlowOutputCommand } from "../protocols/Aws_restJson1";
4
+ import { RemoveFlowOutput } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveFlowOutputCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RemoveFlowOutput", {})
17
13
  .n("MediaConnectClient", "RemoveFlowOutputCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveFlowOutputCommand)
20
- .de(de_RemoveFlowOutputCommand)
14
+ .sc(RemoveFlowOutput)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveFlowSourceCommand, se_RemoveFlowSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { RemoveFlowSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveFlowSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RemoveFlowSource", {})
17
13
  .n("MediaConnectClient", "RemoveFlowSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveFlowSourceCommand)
20
- .de(de_RemoveFlowSourceCommand)
14
+ .sc(RemoveFlowSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveFlowVpcInterfaceCommand, se_RemoveFlowVpcInterfaceCommand } from "../protocols/Aws_restJson1";
4
+ import { RemoveFlowVpcInterface } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveFlowVpcInterfaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RemoveFlowVpcInterface", {})
17
13
  .n("MediaConnectClient", "RemoveFlowVpcInterfaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveFlowVpcInterfaceCommand)
20
- .de(de_RemoveFlowVpcInterfaceCommand)
14
+ .sc(RemoveFlowVpcInterface)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RevokeFlowEntitlementCommand, se_RevokeFlowEntitlementCommand } from "../protocols/Aws_restJson1";
4
+ import { RevokeFlowEntitlement } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RevokeFlowEntitlementCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "RevokeFlowEntitlement", {})
17
13
  .n("MediaConnectClient", "RevokeFlowEntitlementCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RevokeFlowEntitlementCommand)
20
- .de(de_RevokeFlowEntitlementCommand)
14
+ .sc(RevokeFlowEntitlement)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartFlowCommand, se_StartFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { StartFlow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartFlowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "StartFlow", {})
17
13
  .n("MediaConnectClient", "StartFlowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartFlowCommand)
20
- .de(de_StartFlowCommand)
14
+ .sc(StartFlow)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopFlowCommand, se_StopFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { StopFlow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopFlowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "StopFlow", {})
17
13
  .n("MediaConnectClient", "StopFlowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopFlowCommand)
20
- .de(de_StopFlowCommand)
14
+ .sc(StopFlow)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "TagResource", {})
17
13
  .n("MediaConnectClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "UntagResource", {})
17
13
  .n("MediaConnectClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBridgeCommand, se_UpdateBridgeCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBridge } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBridgeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "UpdateBridge", {})
17
13
  .n("MediaConnectClient", "UpdateBridgeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBridgeCommand)
20
- .de(de_UpdateBridgeCommand)
14
+ .sc(UpdateBridge)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBridgeOutputCommand, se_UpdateBridgeOutputCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBridgeOutput } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBridgeOutputCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "UpdateBridgeOutput", {})
17
13
  .n("MediaConnectClient", "UpdateBridgeOutputCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBridgeOutputCommand)
20
- .de(de_UpdateBridgeOutputCommand)
14
+ .sc(UpdateBridgeOutput)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBridgeSourceCommand, se_UpdateBridgeSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBridgeSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBridgeSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "UpdateBridgeSource", {})
17
13
  .n("MediaConnectClient", "UpdateBridgeSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBridgeSourceCommand)
20
- .de(de_UpdateBridgeSourceCommand)
14
+ .sc(UpdateBridgeSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBridgeStateCommand, se_UpdateBridgeStateCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBridgeState } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBridgeStateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MediaConnect", "UpdateBridgeState", {})
17
13
  .n("MediaConnectClient", "UpdateBridgeStateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBridgeStateCommand)
20
- .de(de_UpdateBridgeStateCommand)
14
+ .sc(UpdateBridgeState)
21
15
  .build() {
22
16
  }