@aws-sdk/client-mediaconnect 3.934.0 → 3.935.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 (170) hide show
  1. package/README.md +240 -0
  2. package/dist-cjs/index.js +6833 -1636
  3. package/dist-es/MediaConnect.js +60 -0
  4. package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
  5. package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
  6. package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
  7. package/dist-es/commands/CreateRouterInputCommand.js +16 -0
  8. package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
  9. package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
  10. package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
  11. package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
  12. package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
  13. package/dist-es/commands/GetRouterInputCommand.js +16 -0
  14. package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
  15. package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
  16. package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
  17. package/dist-es/commands/GetRouterOutputCommand.js +16 -0
  18. package/dist-es/commands/ListRouterInputsCommand.js +16 -0
  19. package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
  20. package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
  21. package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
  22. package/dist-es/commands/RestartRouterInputCommand.js +16 -0
  23. package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
  24. package/dist-es/commands/StartRouterInputCommand.js +16 -0
  25. package/dist-es/commands/StartRouterOutputCommand.js +16 -0
  26. package/dist-es/commands/StopRouterInputCommand.js +16 -0
  27. package/dist-es/commands/StopRouterOutputCommand.js +16 -0
  28. package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
  29. package/dist-es/commands/TakeRouterInputCommand.js +16 -0
  30. package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
  31. package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
  32. package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
  33. package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
  34. package/dist-es/commands/index.js +30 -0
  35. package/dist-es/index.js +2 -1
  36. package/dist-es/models/enums.js +303 -0
  37. package/dist-es/models/errors.js +215 -0
  38. package/dist-es/models/models_0.js +1 -358
  39. package/dist-es/models/models_1.js +1 -0
  40. package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
  41. package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
  42. package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/schemas/schemas_0.js +5554 -1351
  45. package/dist-es/waiters/index.js +7 -0
  46. package/dist-es/waiters/waitForInputActive.js +64 -0
  47. package/dist-es/waiters/waitForInputDeleted.js +49 -0
  48. package/dist-es/waiters/waitForInputStandby.js +55 -0
  49. package/dist-es/waiters/waitForOutputActive.js +64 -0
  50. package/dist-es/waiters/waitForOutputDeleted.js +49 -0
  51. package/dist-es/waiters/waitForOutputRouted.js +46 -0
  52. package/dist-es/waiters/waitForOutputStandby.js +55 -0
  53. package/dist-types/MediaConnect.d.ts +213 -0
  54. package/dist-types/MediaConnectClient.d.ts +32 -2
  55. package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
  56. package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
  57. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
  58. package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
  59. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
  60. package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
  61. package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
  62. package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
  63. package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
  64. package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
  65. package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
  66. package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
  67. package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
  68. package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
  69. package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
  70. package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
  71. package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
  72. package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
  73. package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
  74. package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
  75. package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
  76. package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  78. package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
  79. package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
  80. package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
  81. package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
  82. package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
  83. package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
  84. package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
  85. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  86. package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
  87. package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  89. package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
  90. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
  91. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
  92. package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
  93. package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
  94. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
  95. package/dist-types/commands/index.d.ts +30 -0
  96. package/dist-types/index.d.ts +4 -1
  97. package/dist-types/models/enums.d.ts +727 -0
  98. package/dist-types/models/errors.d.ts +201 -0
  99. package/dist-types/models/models_0.d.ts +4082 -1520
  100. package/dist-types/models/models_1.d.ts +287 -0
  101. package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
  102. package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
  103. package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
  104. package/dist-types/pagination/index.d.ts +3 -0
  105. package/dist-types/schemas/schemas_0.d.ts +185 -0
  106. package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
  107. package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
  108. package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
  114. package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
  115. package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
  117. package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
  118. package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
  122. package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
  123. package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
  129. package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
  131. package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
  132. package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
  135. package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
  138. package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
  139. package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
  140. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  141. package/dist-types/ts3.4/index.d.ts +4 -1
  142. package/dist-types/ts3.4/models/enums.d.ts +385 -0
  143. package/dist-types/ts3.4/models/errors.d.ts +132 -0
  144. package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
  145. package/dist-types/ts3.4/models/models_1.d.ts +88 -0
  146. package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  150. package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
  151. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  152. package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
  153. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
  154. package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
  155. package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
  156. package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
  157. package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
  159. package/dist-types/waiters/index.d.ts +7 -0
  160. package/dist-types/waiters/waitForInputActive.d.ts +14 -0
  161. package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
  162. package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
  163. package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
  164. package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
  165. package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
  166. package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
  167. package/package.json +12 -12
  168. package/dist-es/models/index.js +0 -1
  169. package/dist-types/models/index.d.ts +0 -1
  170. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateRouterNetworkInterface } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateRouterNetworkInterfaceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "UpdateRouterNetworkInterface", {})
13
+ .n("MediaConnectClient", "UpdateRouterNetworkInterfaceCommand")
14
+ .sc(UpdateRouterNetworkInterface)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "UpdateRouterOutput", {})
13
+ .n("MediaConnectClient", "UpdateRouterOutputCommand")
14
+ .sc(UpdateRouterOutput)
15
+ .build() {
16
+ }
@@ -4,12 +4,21 @@ export * from "./AddFlowMediaStreamsCommand";
4
4
  export * from "./AddFlowOutputsCommand";
5
5
  export * from "./AddFlowSourcesCommand";
6
6
  export * from "./AddFlowVpcInterfacesCommand";
7
+ export * from "./BatchGetRouterInputCommand";
8
+ export * from "./BatchGetRouterNetworkInterfaceCommand";
9
+ export * from "./BatchGetRouterOutputCommand";
7
10
  export * from "./CreateBridgeCommand";
8
11
  export * from "./CreateFlowCommand";
9
12
  export * from "./CreateGatewayCommand";
13
+ export * from "./CreateRouterInputCommand";
14
+ export * from "./CreateRouterNetworkInterfaceCommand";
15
+ export * from "./CreateRouterOutputCommand";
10
16
  export * from "./DeleteBridgeCommand";
11
17
  export * from "./DeleteFlowCommand";
12
18
  export * from "./DeleteGatewayCommand";
19
+ export * from "./DeleteRouterInputCommand";
20
+ export * from "./DeleteRouterNetworkInterfaceCommand";
21
+ export * from "./DeleteRouterOutputCommand";
13
22
  export * from "./DeregisterGatewayInstanceCommand";
14
23
  export * from "./DescribeBridgeCommand";
15
24
  export * from "./DescribeFlowCommand";
@@ -19,6 +28,11 @@ export * from "./DescribeGatewayCommand";
19
28
  export * from "./DescribeGatewayInstanceCommand";
20
29
  export * from "./DescribeOfferingCommand";
21
30
  export * from "./DescribeReservationCommand";
31
+ export * from "./GetRouterInputCommand";
32
+ export * from "./GetRouterInputSourceMetadataCommand";
33
+ export * from "./GetRouterInputThumbnailCommand";
34
+ export * from "./GetRouterNetworkInterfaceCommand";
35
+ export * from "./GetRouterOutputCommand";
22
36
  export * from "./GrantFlowEntitlementsCommand";
23
37
  export * from "./ListBridgesCommand";
24
38
  export * from "./ListEntitlementsCommand";
@@ -27,6 +41,10 @@ export * from "./ListGatewayInstancesCommand";
27
41
  export * from "./ListGatewaysCommand";
28
42
  export * from "./ListOfferingsCommand";
29
43
  export * from "./ListReservationsCommand";
44
+ export * from "./ListRouterInputsCommand";
45
+ export * from "./ListRouterNetworkInterfacesCommand";
46
+ export * from "./ListRouterOutputsCommand";
47
+ export * from "./ListTagsForGlobalResourceCommand";
30
48
  export * from "./ListTagsForResourceCommand";
31
49
  export * from "./PurchaseOfferingCommand";
32
50
  export * from "./RemoveBridgeOutputCommand";
@@ -35,10 +53,19 @@ export * from "./RemoveFlowMediaStreamCommand";
35
53
  export * from "./RemoveFlowOutputCommand";
36
54
  export * from "./RemoveFlowSourceCommand";
37
55
  export * from "./RemoveFlowVpcInterfaceCommand";
56
+ export * from "./RestartRouterInputCommand";
57
+ export * from "./RestartRouterOutputCommand";
38
58
  export * from "./RevokeFlowEntitlementCommand";
39
59
  export * from "./StartFlowCommand";
60
+ export * from "./StartRouterInputCommand";
61
+ export * from "./StartRouterOutputCommand";
40
62
  export * from "./StopFlowCommand";
63
+ export * from "./StopRouterInputCommand";
64
+ export * from "./StopRouterOutputCommand";
65
+ export * from "./TagGlobalResourceCommand";
41
66
  export * from "./TagResourceCommand";
67
+ export * from "./TakeRouterInputCommand";
68
+ export * from "./UntagGlobalResourceCommand";
42
69
  export * from "./UntagResourceCommand";
43
70
  export * from "./UpdateBridgeCommand";
44
71
  export * from "./UpdateBridgeOutputCommand";
@@ -50,3 +77,6 @@ export * from "./UpdateFlowMediaStreamCommand";
50
77
  export * from "./UpdateFlowOutputCommand";
51
78
  export * from "./UpdateFlowSourceCommand";
52
79
  export * from "./UpdateGatewayInstanceCommand";
80
+ export * from "./UpdateRouterInputCommand";
81
+ export * from "./UpdateRouterNetworkInterfaceCommand";
82
+ export * from "./UpdateRouterOutputCommand";
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./MediaConnect";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { MediaConnectServiceException } from "./models/MediaConnectServiceException";
@@ -0,0 +1,303 @@
1
+ export const Protocol = {
2
+ cdi: "cdi",
3
+ fujitsu_qos: "fujitsu-qos",
4
+ ndi_speed_hq: "ndi-speed-hq",
5
+ rist: "rist",
6
+ rtp: "rtp",
7
+ rtp_fec: "rtp-fec",
8
+ srt_caller: "srt-caller",
9
+ srt_listener: "srt-listener",
10
+ st2110_jpegxs: "st2110-jpegxs",
11
+ udp: "udp",
12
+ zixi_pull: "zixi-pull",
13
+ zixi_push: "zixi-push",
14
+ };
15
+ export const Colorimetry = {
16
+ BT2020: "BT2020",
17
+ BT2100: "BT2100",
18
+ BT601: "BT601",
19
+ BT709: "BT709",
20
+ ST2065_1: "ST2065-1",
21
+ ST2065_3: "ST2065-3",
22
+ XYZ: "XYZ",
23
+ };
24
+ export const Range = {
25
+ FULL: "FULL",
26
+ FULLPROTECT: "FULLPROTECT",
27
+ NARROW: "NARROW",
28
+ };
29
+ export const ScanMode = {
30
+ interlace: "interlace",
31
+ progressive: "progressive",
32
+ progressive_segmented_frame: "progressive-segmented-frame",
33
+ };
34
+ export const Tcs = {
35
+ BT2100LINHLG: "BT2100LINHLG",
36
+ BT2100LINPQ: "BT2100LINPQ",
37
+ DENSITY: "DENSITY",
38
+ HLG: "HLG",
39
+ LINEAR: "LINEAR",
40
+ PQ: "PQ",
41
+ SDR: "SDR",
42
+ ST2065_1: "ST2065-1",
43
+ ST428_1: "ST428-1",
44
+ };
45
+ export const MediaStreamType = {
46
+ ancillary_data: "ancillary-data",
47
+ audio: "audio",
48
+ video: "video",
49
+ };
50
+ export const Algorithm = {
51
+ aes128: "aes128",
52
+ aes192: "aes192",
53
+ aes256: "aes256",
54
+ };
55
+ export const KeyType = {
56
+ speke: "speke",
57
+ srt_password: "srt-password",
58
+ static_key: "static-key",
59
+ };
60
+ export const EncodingName = {
61
+ jxsv: "jxsv",
62
+ pcm: "pcm",
63
+ raw: "raw",
64
+ smpte291: "smpte291",
65
+ };
66
+ export const EncoderProfile = {
67
+ high: "high",
68
+ main: "main",
69
+ };
70
+ export const OutputStatus = {
71
+ DISABLED: "DISABLED",
72
+ ENABLED: "ENABLED",
73
+ };
74
+ export const State = {
75
+ DISABLED: "DISABLED",
76
+ ENABLED: "ENABLED",
77
+ };
78
+ export const FlowTransitEncryptionKeyType = {
79
+ AUTOMATIC: "AUTOMATIC",
80
+ SECRETS_MANAGER: "SECRETS_MANAGER",
81
+ };
82
+ export const EntitlementStatus = {
83
+ DISABLED: "DISABLED",
84
+ ENABLED: "ENABLED",
85
+ };
86
+ export const BridgeState = {
87
+ ACTIVE: "ACTIVE",
88
+ CREATING: "CREATING",
89
+ DELETED: "DELETED",
90
+ DELETING: "DELETING",
91
+ DEPLOYING: "DEPLOYING",
92
+ STANDBY: "STANDBY",
93
+ STARTING: "STARTING",
94
+ START_FAILED: "START_FAILED",
95
+ START_PENDING: "START_PENDING",
96
+ STOPPING: "STOPPING",
97
+ STOP_FAILED: "STOP_FAILED",
98
+ UPDATING: "UPDATING",
99
+ };
100
+ export const MaintenanceDay = {
101
+ Friday: "Friday",
102
+ Monday: "Monday",
103
+ Saturday: "Saturday",
104
+ Sunday: "Sunday",
105
+ Thursday: "Thursday",
106
+ Tuesday: "Tuesday",
107
+ Wednesday: "Wednesday",
108
+ };
109
+ export const SourceType = {
110
+ ENTITLED: "ENTITLED",
111
+ OWNED: "OWNED",
112
+ };
113
+ export const Status = {
114
+ ACTIVE: "ACTIVE",
115
+ DELETING: "DELETING",
116
+ ERROR: "ERROR",
117
+ STANDBY: "STANDBY",
118
+ STARTING: "STARTING",
119
+ STOPPING: "STOPPING",
120
+ UPDATING: "UPDATING",
121
+ };
122
+ export const GatewayState = {
123
+ ACTIVE: "ACTIVE",
124
+ CREATING: "CREATING",
125
+ DELETED: "DELETED",
126
+ DELETING: "DELETING",
127
+ ERROR: "ERROR",
128
+ UPDATING: "UPDATING",
129
+ };
130
+ export const InstanceState = {
131
+ ACTIVE: "ACTIVE",
132
+ DEREGISTERED: "DEREGISTERED",
133
+ DEREGISTERING: "DEREGISTERING",
134
+ DEREGISTRATION_ERROR: "DEREGISTRATION_ERROR",
135
+ REGISTERING: "REGISTERING",
136
+ REGISTRATION_ERROR: "REGISTRATION_ERROR",
137
+ };
138
+ export const DurationUnits = {
139
+ MONTHS: "MONTHS",
140
+ };
141
+ export const PriceUnits = {
142
+ HOURLY: "HOURLY",
143
+ };
144
+ export const ResourceType = {
145
+ Mbps_Outbound_Bandwidth: "Mbps_Outbound_Bandwidth",
146
+ };
147
+ export const ReservationState = {
148
+ ACTIVE: "ACTIVE",
149
+ CANCELED: "CANCELED",
150
+ EXPIRED: "EXPIRED",
151
+ PROCESSING: "PROCESSING",
152
+ };
153
+ export const NetworkInterfaceType = {
154
+ efa: "efa",
155
+ ena: "ena",
156
+ };
157
+ export const ForwardErrorCorrectionState = {
158
+ DISABLED: "DISABLED",
159
+ ENABLED: "ENABLED",
160
+ };
161
+ export const FailoverInputSourcePriorityMode = {
162
+ NO_PRIORITY: "NO_PRIORITY",
163
+ PRIMARY_SECONDARY: "PRIMARY_SECONDARY",
164
+ };
165
+ export const RouterInputProtocol = {
166
+ RIST: "RIST",
167
+ RTP: "RTP",
168
+ SRT_CALLER: "SRT_CALLER",
169
+ SRT_LISTENER: "SRT_LISTENER",
170
+ };
171
+ export const RouterInputType = {
172
+ FAILOVER: "FAILOVER",
173
+ MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW",
174
+ MERGE: "MERGE",
175
+ STANDARD: "STANDARD",
176
+ };
177
+ export const Day = {
178
+ FRIDAY: "FRIDAY",
179
+ MONDAY: "MONDAY",
180
+ SATURDAY: "SATURDAY",
181
+ SUNDAY: "SUNDAY",
182
+ THURSDAY: "THURSDAY",
183
+ TUESDAY: "TUESDAY",
184
+ WEDNESDAY: "WEDNESDAY",
185
+ };
186
+ export const MaintenanceScheduleType = {
187
+ WINDOW: "WINDOW",
188
+ };
189
+ export const MaintenanceType = {
190
+ DEFAULT: "DEFAULT",
191
+ PREFERRED_DAY_TIME: "PREFERRED_DAY_TIME",
192
+ };
193
+ export const RoutingScope = {
194
+ GLOBAL: "GLOBAL",
195
+ REGIONAL: "REGIONAL",
196
+ };
197
+ export const RouterInputState = {
198
+ ACTIVE: "ACTIVE",
199
+ CREATING: "CREATING",
200
+ DELETING: "DELETING",
201
+ ERROR: "ERROR",
202
+ MIGRATING: "MIGRATING",
203
+ RECOVERING: "RECOVERING",
204
+ STANDBY: "STANDBY",
205
+ STARTING: "STARTING",
206
+ STOPPING: "STOPPING",
207
+ UPDATING: "UPDATING",
208
+ };
209
+ export const RouterInputTier = {
210
+ INPUT_100: "INPUT_100",
211
+ INPUT_20: "INPUT_20",
212
+ INPUT_50: "INPUT_50",
213
+ };
214
+ export const RouterInputTransitEncryptionKeyType = {
215
+ AUTOMATIC: "AUTOMATIC",
216
+ SECRETS_MANAGER: "SECRETS_MANAGER",
217
+ };
218
+ export const RouterNetworkInterfaceType = {
219
+ PUBLIC: "PUBLIC",
220
+ VPC: "VPC",
221
+ };
222
+ export const RouterNetworkInterfaceState = {
223
+ ACTIVE: "ACTIVE",
224
+ CREATING: "CREATING",
225
+ DELETING: "DELETING",
226
+ ERROR: "ERROR",
227
+ RECOVERING: "RECOVERING",
228
+ UPDATING: "UPDATING",
229
+ };
230
+ export const MediaLiveTransitEncryptionKeyType = {
231
+ AUTOMATIC: "AUTOMATIC",
232
+ SECRETS_MANAGER: "SECRETS_MANAGER",
233
+ };
234
+ export const MediaLiveInputPipelineId = {
235
+ PIPELINE_0: "PIPELINE_0",
236
+ PIPELINE_1: "PIPELINE_1",
237
+ };
238
+ export const RouterOutputProtocol = {
239
+ RIST: "RIST",
240
+ RTP: "RTP",
241
+ SRT_CALLER: "SRT_CALLER",
242
+ SRT_LISTENER: "SRT_LISTENER",
243
+ };
244
+ export const RouterOutputType = {
245
+ MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW",
246
+ MEDIALIVE_INPUT: "MEDIALIVE_INPUT",
247
+ STANDARD: "STANDARD",
248
+ };
249
+ export const RouterOutputRoutedState = {
250
+ ROUTED: "ROUTED",
251
+ ROUTING: "ROUTING",
252
+ UNROUTED: "UNROUTED",
253
+ };
254
+ export const RouterOutputState = {
255
+ ACTIVE: "ACTIVE",
256
+ CREATING: "CREATING",
257
+ DELETING: "DELETING",
258
+ ERROR: "ERROR",
259
+ MIGRATING: "MIGRATING",
260
+ RECOVERING: "RECOVERING",
261
+ STANDBY: "STANDBY",
262
+ STARTING: "STARTING",
263
+ STOPPING: "STOPPING",
264
+ UPDATING: "UPDATING",
265
+ };
266
+ export const RouterOutputTier = {
267
+ OUTPUT_100: "OUTPUT_100",
268
+ OUTPUT_20: "OUTPUT_20",
269
+ OUTPUT_50: "OUTPUT_50",
270
+ };
271
+ export const FailoverMode = {
272
+ FAILOVER: "FAILOVER",
273
+ MERGE: "MERGE",
274
+ };
275
+ export const BridgePlacement = {
276
+ AVAILABLE: "AVAILABLE",
277
+ LOCKED: "LOCKED",
278
+ };
279
+ export const DesiredState = {
280
+ ACTIVE: "ACTIVE",
281
+ DELETED: "DELETED",
282
+ STANDBY: "STANDBY",
283
+ };
284
+ export const ConnectionStatus = {
285
+ CONNECTED: "CONNECTED",
286
+ DISCONNECTED: "DISCONNECTED",
287
+ };
288
+ export const ContentQualityAnalysisState = {
289
+ DISABLED: "DISABLED",
290
+ ENABLED: "ENABLED",
291
+ };
292
+ export const FlowSize = {
293
+ LARGE: "LARGE",
294
+ MEDIUM: "MEDIUM",
295
+ };
296
+ export const NdiState = {
297
+ DISABLED: "DISABLED",
298
+ ENABLED: "ENABLED",
299
+ };
300
+ export const ThumbnailState = {
301
+ DISABLED: "DISABLED",
302
+ ENABLED: "ENABLED",
303
+ };
@@ -0,0 +1,215 @@
1
+ import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException";
2
+ export class BadRequestException extends __BaseException {
3
+ name = "BadRequestException";
4
+ $fault = "client";
5
+ Message;
6
+ constructor(opts) {
7
+ super({
8
+ name: "BadRequestException",
9
+ $fault: "client",
10
+ ...opts,
11
+ });
12
+ Object.setPrototypeOf(this, BadRequestException.prototype);
13
+ this.Message = opts.Message;
14
+ }
15
+ }
16
+ export class ConflictException extends __BaseException {
17
+ name = "ConflictException";
18
+ $fault = "client";
19
+ $retryable = {};
20
+ Message;
21
+ constructor(opts) {
22
+ super({
23
+ name: "ConflictException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, ConflictException.prototype);
28
+ this.Message = opts.Message;
29
+ }
30
+ }
31
+ export class ForbiddenException extends __BaseException {
32
+ name = "ForbiddenException";
33
+ $fault = "client";
34
+ Message;
35
+ constructor(opts) {
36
+ super({
37
+ name: "ForbiddenException",
38
+ $fault: "client",
39
+ ...opts,
40
+ });
41
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
42
+ this.Message = opts.Message;
43
+ }
44
+ }
45
+ export class InternalServerErrorException extends __BaseException {
46
+ name = "InternalServerErrorException";
47
+ $fault = "server";
48
+ $retryable = {};
49
+ Message;
50
+ constructor(opts) {
51
+ super({
52
+ name: "InternalServerErrorException",
53
+ $fault: "server",
54
+ ...opts,
55
+ });
56
+ Object.setPrototypeOf(this, InternalServerErrorException.prototype);
57
+ this.Message = opts.Message;
58
+ }
59
+ }
60
+ export class NotFoundException extends __BaseException {
61
+ name = "NotFoundException";
62
+ $fault = "client";
63
+ Message;
64
+ constructor(opts) {
65
+ super({
66
+ name: "NotFoundException",
67
+ $fault: "client",
68
+ ...opts,
69
+ });
70
+ Object.setPrototypeOf(this, NotFoundException.prototype);
71
+ this.Message = opts.Message;
72
+ }
73
+ }
74
+ export class ServiceUnavailableException extends __BaseException {
75
+ name = "ServiceUnavailableException";
76
+ $fault = "server";
77
+ $retryable = {};
78
+ Message;
79
+ constructor(opts) {
80
+ super({
81
+ name: "ServiceUnavailableException",
82
+ $fault: "server",
83
+ ...opts,
84
+ });
85
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
86
+ this.Message = opts.Message;
87
+ }
88
+ }
89
+ export class TooManyRequestsException extends __BaseException {
90
+ name = "TooManyRequestsException";
91
+ $fault = "client";
92
+ $retryable = {};
93
+ Message;
94
+ constructor(opts) {
95
+ super({
96
+ name: "TooManyRequestsException",
97
+ $fault: "client",
98
+ ...opts,
99
+ });
100
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
101
+ this.Message = opts.Message;
102
+ }
103
+ }
104
+ export class AddFlowOutputs420Exception extends __BaseException {
105
+ name = "AddFlowOutputs420Exception";
106
+ $fault = "client";
107
+ Message;
108
+ constructor(opts) {
109
+ super({
110
+ name: "AddFlowOutputs420Exception",
111
+ $fault: "client",
112
+ ...opts,
113
+ });
114
+ Object.setPrototypeOf(this, AddFlowOutputs420Exception.prototype);
115
+ this.Message = opts.Message;
116
+ }
117
+ }
118
+ export class CreateBridge420Exception extends __BaseException {
119
+ name = "CreateBridge420Exception";
120
+ $fault = "client";
121
+ Message;
122
+ constructor(opts) {
123
+ super({
124
+ name: "CreateBridge420Exception",
125
+ $fault: "client",
126
+ ...opts,
127
+ });
128
+ Object.setPrototypeOf(this, CreateBridge420Exception.prototype);
129
+ this.Message = opts.Message;
130
+ }
131
+ }
132
+ export class CreateFlow420Exception extends __BaseException {
133
+ name = "CreateFlow420Exception";
134
+ $fault = "client";
135
+ Message;
136
+ constructor(opts) {
137
+ super({
138
+ name: "CreateFlow420Exception",
139
+ $fault: "client",
140
+ ...opts,
141
+ });
142
+ Object.setPrototypeOf(this, CreateFlow420Exception.prototype);
143
+ this.Message = opts.Message;
144
+ }
145
+ }
146
+ export class CreateGateway420Exception extends __BaseException {
147
+ name = "CreateGateway420Exception";
148
+ $fault = "client";
149
+ Message;
150
+ constructor(opts) {
151
+ super({
152
+ name: "CreateGateway420Exception",
153
+ $fault: "client",
154
+ ...opts,
155
+ });
156
+ Object.setPrototypeOf(this, CreateGateway420Exception.prototype);
157
+ this.Message = opts.Message;
158
+ }
159
+ }
160
+ export class RouterInputServiceQuotaExceededException extends __BaseException {
161
+ name = "RouterInputServiceQuotaExceededException";
162
+ $fault = "client";
163
+ Message;
164
+ constructor(opts) {
165
+ super({
166
+ name: "RouterInputServiceQuotaExceededException",
167
+ $fault: "client",
168
+ ...opts,
169
+ });
170
+ Object.setPrototypeOf(this, RouterInputServiceQuotaExceededException.prototype);
171
+ this.Message = opts.Message;
172
+ }
173
+ }
174
+ export class RouterNetworkInterfaceServiceQuotaExceededException extends __BaseException {
175
+ name = "RouterNetworkInterfaceServiceQuotaExceededException";
176
+ $fault = "client";
177
+ Message;
178
+ constructor(opts) {
179
+ super({
180
+ name: "RouterNetworkInterfaceServiceQuotaExceededException",
181
+ $fault: "client",
182
+ ...opts,
183
+ });
184
+ Object.setPrototypeOf(this, RouterNetworkInterfaceServiceQuotaExceededException.prototype);
185
+ this.Message = opts.Message;
186
+ }
187
+ }
188
+ export class RouterOutputServiceQuotaExceededException extends __BaseException {
189
+ name = "RouterOutputServiceQuotaExceededException";
190
+ $fault = "client";
191
+ Message;
192
+ constructor(opts) {
193
+ super({
194
+ name: "RouterOutputServiceQuotaExceededException",
195
+ $fault: "client",
196
+ ...opts,
197
+ });
198
+ Object.setPrototypeOf(this, RouterOutputServiceQuotaExceededException.prototype);
199
+ this.Message = opts.Message;
200
+ }
201
+ }
202
+ export class GrantFlowEntitlements420Exception extends __BaseException {
203
+ name = "GrantFlowEntitlements420Exception";
204
+ $fault = "client";
205
+ Message;
206
+ constructor(opts) {
207
+ super({
208
+ name: "GrantFlowEntitlements420Exception",
209
+ $fault: "client",
210
+ ...opts,
211
+ });
212
+ Object.setPrototypeOf(this, GrantFlowEntitlements420Exception.prototype);
213
+ this.Message = opts.Message;
214
+ }
215
+ }