@aws-sdk/client-medialive 3.1018.0 → 3.1020.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 (94) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/MediaLive.js +14 -14
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-es/waiters/waitForChannelCreated.js +1 -1
  9. package/dist-es/waiters/waitForChannelDeleted.js +1 -1
  10. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
  11. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
  12. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
  13. package/dist-es/waiters/waitForChannelRunning.js +1 -1
  14. package/dist-es/waiters/waitForChannelStopped.js +1 -1
  15. package/dist-es/waiters/waitForClusterCreated.js +1 -1
  16. package/dist-es/waiters/waitForClusterDeleted.js +1 -1
  17. package/dist-es/waiters/waitForInputAttached.js +1 -1
  18. package/dist-es/waiters/waitForInputDeleted.js +1 -1
  19. package/dist-es/waiters/waitForInputDetached.js +1 -1
  20. package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
  21. package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
  22. package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
  23. package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
  24. package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
  25. package/dist-es/waiters/waitForNodeRegistered.js +1 -1
  26. package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
  27. package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
  28. package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
  29. package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
  30. package/dist-types/MediaLive.d.ts +123 -123
  31. package/dist-types/MediaLiveClient.d.ts +126 -126
  32. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  33. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  34. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +1 -1
  36. package/dist-types/models/errors.d.ts +1 -1
  37. package/dist-types/models/models_0.d.ts +1 -1
  38. package/dist-types/models/models_1.d.ts +3 -3
  39. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
  66. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  67. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  68. package/dist-types/ts3.4/models/models_1.d.ts +20 -20
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  72. package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
  73. package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
  74. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
  75. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
  76. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
  77. package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
  78. package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
  79. package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
  80. package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
  81. package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
  82. package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
  83. package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
  84. package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
  85. package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
  86. package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
  87. package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
  88. package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
  89. package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
  90. package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
  91. package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
  92. package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
  93. package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
  94. package/package.json +15 -15
@@ -1,128 +1,128 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
4
- import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
5
- import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
6
- import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
7
- import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
8
- import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
9
- import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
10
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
11
- import { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
12
- import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
13
- import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
14
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
15
- import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
16
- import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
17
- import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
18
- import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
19
- import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
20
- import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
21
- import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
22
- import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
23
- import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
24
- import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
25
- import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
26
- import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
27
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
28
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
29
- import { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
30
- import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
31
- import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
32
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
33
- import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
34
- import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
35
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
36
- import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
37
- import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
38
- import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
39
- import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
40
- import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
41
- import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
42
- import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
43
- import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
44
- import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
45
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
46
- import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
47
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
48
- import { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
49
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
50
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
51
- import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
52
- import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
53
- import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
54
- import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
55
- import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
56
- import { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
57
- import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
58
- import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
59
- import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
60
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
61
- import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
62
- import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
63
- import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
64
- import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
65
- import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
66
- import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
67
- import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
68
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
69
- import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
70
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
71
- import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
72
- import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
73
- import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
74
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
75
- import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
76
- import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
77
- import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
78
- import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
79
- import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
80
- import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
81
- import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
82
- import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
83
- import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
84
- import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
85
- import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
86
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
87
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
88
- import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
89
- import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
90
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
91
- import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
92
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
93
- import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
94
- import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
95
- import { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
96
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
97
- import { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
98
- import { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
99
- import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
100
- import { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
101
- import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
102
- import { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
103
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
104
- import { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
105
- import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
106
- import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
107
- import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
108
- import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
109
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
110
- import { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
111
- import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
112
- import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
113
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
114
- import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
115
- import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
116
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
117
- import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
118
- import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
119
- import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
120
- import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
121
- import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
122
- import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
123
- import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
124
- import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
125
- import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
3
+ import { type AcceptInputDeviceTransferCommandInput, type AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
4
+ import { type BatchDeleteCommandInput, type BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
5
+ import { type BatchStartCommandInput, type BatchStartCommandOutput } from "./commands/BatchStartCommand";
6
+ import { type BatchStopCommandInput, type BatchStopCommandOutput } from "./commands/BatchStopCommand";
7
+ import { type BatchUpdateScheduleCommandInput, type BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
8
+ import { type CancelInputDeviceTransferCommandInput, type CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
9
+ import { type ClaimDeviceCommandInput, type ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
10
+ import { type CreateChannelCommandInput, type CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
11
+ import { type CreateChannelPlacementGroupCommandInput, type CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
12
+ import { type CreateCloudWatchAlarmTemplateCommandInput, type CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
13
+ import { type CreateCloudWatchAlarmTemplateGroupCommandInput, type CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
14
+ import { type CreateClusterCommandInput, type CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
15
+ import { type CreateEventBridgeRuleTemplateCommandInput, type CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
16
+ import { type CreateEventBridgeRuleTemplateGroupCommandInput, type CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
17
+ import { type CreateInputCommandInput, type CreateInputCommandOutput } from "./commands/CreateInputCommand";
18
+ import { type CreateInputSecurityGroupCommandInput, type CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
19
+ import { type CreateMultiplexCommandInput, type CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
20
+ import { type CreateMultiplexProgramCommandInput, type CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
21
+ import { type CreateNetworkCommandInput, type CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
22
+ import { type CreateNodeCommandInput, type CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
23
+ import { type CreateNodeRegistrationScriptCommandInput, type CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
24
+ import { type CreatePartnerInputCommandInput, type CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
25
+ import { type CreateSdiSourceCommandInput, type CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
26
+ import { type CreateSignalMapCommandInput, type CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
27
+ import { type CreateTagsCommandInput, type CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
28
+ import { type DeleteChannelCommandInput, type DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
29
+ import { type DeleteChannelPlacementGroupCommandInput, type DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
30
+ import { type DeleteCloudWatchAlarmTemplateCommandInput, type DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
31
+ import { type DeleteCloudWatchAlarmTemplateGroupCommandInput, type DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
32
+ import { type DeleteClusterCommandInput, type DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
33
+ import { type DeleteEventBridgeRuleTemplateCommandInput, type DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
34
+ import { type DeleteEventBridgeRuleTemplateGroupCommandInput, type DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
35
+ import { type DeleteInputCommandInput, type DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
36
+ import { type DeleteInputSecurityGroupCommandInput, type DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
37
+ import { type DeleteMultiplexCommandInput, type DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
38
+ import { type DeleteMultiplexProgramCommandInput, type DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
39
+ import { type DeleteNetworkCommandInput, type DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
40
+ import { type DeleteNodeCommandInput, type DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
41
+ import { type DeleteReservationCommandInput, type DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
42
+ import { type DeleteScheduleCommandInput, type DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
43
+ import { type DeleteSdiSourceCommandInput, type DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
44
+ import { type DeleteSignalMapCommandInput, type DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
45
+ import { type DeleteTagsCommandInput, type DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
46
+ import { type DescribeAccountConfigurationCommandInput, type DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
47
+ import { type DescribeChannelCommandInput, type DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
48
+ import { type DescribeChannelPlacementGroupCommandInput, type DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
49
+ import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
50
+ import { type DescribeInputCommandInput, type DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
51
+ import { type DescribeInputDeviceCommandInput, type DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
52
+ import { type DescribeInputDeviceThumbnailCommandInput, type DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
53
+ import { type DescribeInputSecurityGroupCommandInput, type DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
54
+ import { type DescribeMultiplexCommandInput, type DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
55
+ import { type DescribeMultiplexProgramCommandInput, type DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
56
+ import { type DescribeNetworkCommandInput, type DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
57
+ import { type DescribeNodeCommandInput, type DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
58
+ import { type DescribeOfferingCommandInput, type DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
59
+ import { type DescribeReservationCommandInput, type DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
60
+ import { type DescribeScheduleCommandInput, type DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
61
+ import { type DescribeSdiSourceCommandInput, type DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
62
+ import { type DescribeThumbnailsCommandInput, type DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
63
+ import { type GetCloudWatchAlarmTemplateCommandInput, type GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
64
+ import { type GetCloudWatchAlarmTemplateGroupCommandInput, type GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
65
+ import { type GetEventBridgeRuleTemplateCommandInput, type GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
66
+ import { type GetEventBridgeRuleTemplateGroupCommandInput, type GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
67
+ import { type GetSignalMapCommandInput, type GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
68
+ import { type ListAlertsCommandInput, type ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
69
+ import { type ListChannelPlacementGroupsCommandInput, type ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
70
+ import { type ListChannelsCommandInput, type ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
71
+ import { type ListCloudWatchAlarmTemplateGroupsCommandInput, type ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
72
+ import { type ListCloudWatchAlarmTemplatesCommandInput, type ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
73
+ import { type ListClusterAlertsCommandInput, type ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
74
+ import { type ListClustersCommandInput, type ListClustersCommandOutput } from "./commands/ListClustersCommand";
75
+ import { type ListEventBridgeRuleTemplateGroupsCommandInput, type ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
76
+ import { type ListEventBridgeRuleTemplatesCommandInput, type ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
77
+ import { type ListInputDevicesCommandInput, type ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
78
+ import { type ListInputDeviceTransfersCommandInput, type ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
79
+ import { type ListInputsCommandInput, type ListInputsCommandOutput } from "./commands/ListInputsCommand";
80
+ import { type ListInputSecurityGroupsCommandInput, type ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
81
+ import { type ListMultiplexAlertsCommandInput, type ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
82
+ import { type ListMultiplexesCommandInput, type ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
83
+ import { type ListMultiplexProgramsCommandInput, type ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
84
+ import { type ListNetworksCommandInput, type ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
85
+ import { type ListNodesCommandInput, type ListNodesCommandOutput } from "./commands/ListNodesCommand";
86
+ import { type ListOfferingsCommandInput, type ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
87
+ import { type ListReservationsCommandInput, type ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
88
+ import { type ListSdiSourcesCommandInput, type ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
89
+ import { type ListSignalMapsCommandInput, type ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
90
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
91
+ import { type ListVersionsCommandInput, type ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
92
+ import { type PurchaseOfferingCommandInput, type PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
93
+ import { type RebootInputDeviceCommandInput, type RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
94
+ import { type RejectInputDeviceTransferCommandInput, type RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
95
+ import { type RestartChannelPipelinesCommandInput, type RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
96
+ import { type StartChannelCommandInput, type StartChannelCommandOutput } from "./commands/StartChannelCommand";
97
+ import { type StartDeleteMonitorDeploymentCommandInput, type StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
98
+ import { type StartInputDeviceCommandInput, type StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
99
+ import { type StartInputDeviceMaintenanceWindowCommandInput, type StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
100
+ import { type StartMonitorDeploymentCommandInput, type StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
101
+ import { type StartMultiplexCommandInput, type StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
102
+ import { type StartUpdateSignalMapCommandInput, type StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
103
+ import { type StopChannelCommandInput, type StopChannelCommandOutput } from "./commands/StopChannelCommand";
104
+ import { type StopInputDeviceCommandInput, type StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
105
+ import { type StopMultiplexCommandInput, type StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
106
+ import { type TransferInputDeviceCommandInput, type TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
107
+ import { type UpdateAccountConfigurationCommandInput, type UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
108
+ import { type UpdateChannelClassCommandInput, type UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
109
+ import { type UpdateChannelCommandInput, type UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
110
+ import { type UpdateChannelPlacementGroupCommandInput, type UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
111
+ import { type UpdateCloudWatchAlarmTemplateCommandInput, type UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
112
+ import { type UpdateCloudWatchAlarmTemplateGroupCommandInput, type UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
113
+ import { type UpdateClusterCommandInput, type UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
114
+ import { type UpdateEventBridgeRuleTemplateCommandInput, type UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
115
+ import { type UpdateEventBridgeRuleTemplateGroupCommandInput, type UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
116
+ import { type UpdateInputCommandInput, type UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
117
+ import { type UpdateInputDeviceCommandInput, type UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
118
+ import { type UpdateInputSecurityGroupCommandInput, type UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
119
+ import { type UpdateMultiplexCommandInput, type UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
120
+ import { type UpdateMultiplexProgramCommandInput, type UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
121
+ import { type UpdateNetworkCommandInput, type UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
122
+ import { type UpdateNodeCommandInput, type UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
123
+ import { type UpdateNodeStateCommandInput, type UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
124
+ import { type UpdateReservationCommandInput, type UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
125
+ import { type UpdateSdiSourceCommandInput, type UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
126
126
  import { MediaLiveClient } from "./MediaLiveClient";
127
127
  export interface MediaLive {
128
128
  /**
@@ -5,132 +5,132 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
11
- import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
12
- import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
13
- import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
14
- import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
15
- import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
16
- import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
17
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
18
- import { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
19
- import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
20
- import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
21
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
22
- import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
23
- import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
24
- import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
25
- import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
26
- import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
27
- import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
28
- import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
29
- import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
30
- import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
31
- import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
32
- import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
33
- import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
34
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
35
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
36
- import { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
37
- import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
38
- import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
39
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
40
- import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
41
- import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
42
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
43
- import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
44
- import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
45
- import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
46
- import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
47
- import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
48
- import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
49
- import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
50
- import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
51
- import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
52
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
53
- import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
54
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
55
- import { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
56
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
57
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
58
- import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
59
- import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
60
- import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
61
- import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
62
- import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
63
- import { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
64
- import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
65
- import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
66
- import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
67
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
68
- import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
69
- import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
70
- import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
71
- import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
72
- import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
73
- import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
74
- import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
75
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
76
- import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
77
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
78
- import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
79
- import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
80
- import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
81
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
82
- import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
83
- import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
84
- import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
85
- import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
86
- import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
87
- import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
88
- import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
89
- import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
90
- import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
91
- import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
92
- import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
93
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
94
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
95
- import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
96
- import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
97
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
98
- import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
99
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
100
- import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
101
- import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
102
- import { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
103
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
104
- import { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
105
- import { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
106
- import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
107
- import { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
108
- import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
109
- import { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
110
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
111
- import { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
112
- import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
113
- import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
114
- import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
115
- import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
116
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
117
- import { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
118
- import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
119
- import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
120
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
121
- import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
122
- import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
123
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
124
- import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
125
- import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
126
- import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
127
- import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
128
- import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
129
- import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
130
- import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
131
- import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
132
- import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
133
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
11
+ import type { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
12
+ import type { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
13
+ import type { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
14
+ import type { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
15
+ import type { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
16
+ import type { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
17
+ import type { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
18
+ import type { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
19
+ import type { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
20
+ import type { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
21
+ import type { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
22
+ import type { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
23
+ import type { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
24
+ import type { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
25
+ import type { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
26
+ import type { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
27
+ import type { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
28
+ import type { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
29
+ import type { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
30
+ import type { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
31
+ import type { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
32
+ import type { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
33
+ import type { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
34
+ import type { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
35
+ import type { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
36
+ import type { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
37
+ import type { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
38
+ import type { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
39
+ import type { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
40
+ import type { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
41
+ import type { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
42
+ import type { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
43
+ import type { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
44
+ import type { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
45
+ import type { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
46
+ import type { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
47
+ import type { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
48
+ import type { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
49
+ import type { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
50
+ import type { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
51
+ import type { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
52
+ import type { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
53
+ import type { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
54
+ import type { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
55
+ import type { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
56
+ import type { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
57
+ import type { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
58
+ import type { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
59
+ import type { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
60
+ import type { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
61
+ import type { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
62
+ import type { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
63
+ import type { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
64
+ import type { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
65
+ import type { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
66
+ import type { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
67
+ import type { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
68
+ import type { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
69
+ import type { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
70
+ import type { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
71
+ import type { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
72
+ import type { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
73
+ import type { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
74
+ import type { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
75
+ import type { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
76
+ import type { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
77
+ import type { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
78
+ import type { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
79
+ import type { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
80
+ import type { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
81
+ import type { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
82
+ import type { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
83
+ import type { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
84
+ import type { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
85
+ import type { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
86
+ import type { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
87
+ import type { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
88
+ import type { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
89
+ import type { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
90
+ import type { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
91
+ import type { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
92
+ import type { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
93
+ import type { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
94
+ import type { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
95
+ import type { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
96
+ import type { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
97
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
98
+ import type { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
99
+ import type { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
100
+ import type { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
101
+ import type { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
102
+ import type { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
103
+ import type { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
104
+ import type { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
105
+ import type { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
106
+ import type { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
107
+ import type { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
108
+ import type { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
109
+ import type { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
110
+ import type { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
111
+ import type { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
112
+ import type { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
113
+ import type { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
114
+ import type { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
115
+ import type { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
116
+ import type { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
117
+ import type { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
118
+ import type { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
119
+ import type { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
120
+ import type { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
121
+ import type { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
122
+ import type { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
123
+ import type { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
124
+ import type { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
125
+ import type { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
126
+ import type { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
127
+ import type { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
128
+ import type { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
129
+ import type { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
130
+ import type { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
131
+ import type { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
132
+ import type { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
133
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
134
134
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
135
135
  export { __Client };
136
136
  /**
@@ -239,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
239
239
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
240
240
  * @internal
241
241
  */
242
- defaultUserAgentProvider?: Provider<__UserAgent>;
242
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
243
243
  /**
244
244
  * Default credentials provider; Not available in browser runtime.
245
245
  * @deprecated