@aws-sdk/client-medialive 3.169.0 → 3.170.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 (100) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MediaLive.d.ts +1072 -300
  3. package/dist-types/ts3.4/MediaLiveClient.d.ts +483 -132
  4. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/index.d.ts +59 -59
  64. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  65. package/dist-types/ts3.4/index.d.ts +7 -7
  66. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +8 -6
  67. package/dist-types/ts3.4/models/index.d.ts +3 -3
  68. package/dist-types/ts3.4/models/models_0.d.ts +2707 -2595
  69. package/dist-types/ts3.4/models/models_1.d.ts +3418 -3144
  70. package/dist-types/ts3.4/models/models_2.d.ts +242 -194
  71. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  73. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +713 -179
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  88. package/dist-types/ts3.4/waiters/index.d.ts +11 -11
  89. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +13 -7
  90. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +13 -7
  91. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +13 -7
  92. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +13 -7
  93. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +13 -7
  94. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +13 -7
  95. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +13 -7
  96. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +13 -7
  97. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +13 -7
  98. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +13 -7
  99. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +13 -7
  100. package/package.json +35 -35
@@ -1,132 +1,483 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
10
- import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
11
- import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
12
- import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
13
- import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
14
- import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
15
- import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
16
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
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 { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
22
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
23
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
24
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
25
- import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
26
- import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
27
- import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
28
- import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
29
- import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
30
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
31
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
32
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
33
- import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
34
- import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
35
- import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
36
- import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
37
- import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
38
- import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
39
- import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
40
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
41
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
42
- import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
43
- import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
44
- import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
45
- import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
46
- import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
47
- import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
48
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
49
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
50
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
51
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
52
- import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
53
- import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
54
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
55
- import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
56
- import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
57
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
58
- import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
59
- import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
60
- import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
61
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
62
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
63
- import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
64
- import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
65
- import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
66
- import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
67
- import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
68
- export declare type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteTagsCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | ListChannelsCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | StartChannelCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMultiplexCommandInput | StopChannelCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
69
- export declare type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteTagsCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | ListChannelsCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | StartChannelCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMultiplexCommandOutput | StopChannelCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
70
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
71
-
72
- requestHandler?: __HttpHandler;
73
-
74
- sha256?: __HashConstructor;
75
-
76
- urlParser?: __UrlParser;
77
-
78
- bodyLengthChecker?: __BodyLengthCalculator;
79
-
80
- streamCollector?: __StreamCollector;
81
-
82
- base64Decoder?: __Decoder;
83
-
84
- base64Encoder?: __Encoder;
85
-
86
- utf8Decoder?: __Decoder;
87
-
88
- utf8Encoder?: __Encoder;
89
-
90
- runtime?: string;
91
-
92
- disableHostPrefix?: boolean;
93
-
94
- maxAttempts?: number | __Provider<number>;
95
-
96
- retryMode?: string | __Provider<string>;
97
-
98
- logger?: __Logger;
99
-
100
- useDualstackEndpoint?: boolean | __Provider<boolean>;
101
-
102
- useFipsEndpoint?: boolean | __Provider<boolean>;
103
-
104
- serviceId?: string;
105
-
106
- region?: string | __Provider<string>;
107
-
108
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
109
-
110
- regionInfoProvider?: RegionInfoProvider;
111
-
112
- defaultUserAgentProvider?: Provider<__UserAgent>;
113
-
114
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
115
- }
116
- declare type MediaLiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
117
-
118
- export interface MediaLiveClientConfig extends MediaLiveClientConfigType {
119
- }
120
- declare type MediaLiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
121
-
122
- export interface MediaLiveClientResolvedConfig extends MediaLiveClientResolvedConfigType {
123
- }
124
-
125
- export declare class MediaLiveClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaLiveClientResolvedConfig> {
126
-
127
- readonly config: MediaLiveClientResolvedConfig;
128
- constructor(configuration: MediaLiveClientConfig);
129
-
130
- destroy(): void;
131
- }
132
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptInputDeviceTransferCommandInput,
47
+ AcceptInputDeviceTransferCommandOutput,
48
+ } from "./commands/AcceptInputDeviceTransferCommand";
49
+ import {
50
+ BatchDeleteCommandInput,
51
+ BatchDeleteCommandOutput,
52
+ } from "./commands/BatchDeleteCommand";
53
+ import {
54
+ BatchStartCommandInput,
55
+ BatchStartCommandOutput,
56
+ } from "./commands/BatchStartCommand";
57
+ import {
58
+ BatchStopCommandInput,
59
+ BatchStopCommandOutput,
60
+ } from "./commands/BatchStopCommand";
61
+ import {
62
+ BatchUpdateScheduleCommandInput,
63
+ BatchUpdateScheduleCommandOutput,
64
+ } from "./commands/BatchUpdateScheduleCommand";
65
+ import {
66
+ CancelInputDeviceTransferCommandInput,
67
+ CancelInputDeviceTransferCommandOutput,
68
+ } from "./commands/CancelInputDeviceTransferCommand";
69
+ import {
70
+ ClaimDeviceCommandInput,
71
+ ClaimDeviceCommandOutput,
72
+ } from "./commands/ClaimDeviceCommand";
73
+ import {
74
+ CreateChannelCommandInput,
75
+ CreateChannelCommandOutput,
76
+ } from "./commands/CreateChannelCommand";
77
+ import {
78
+ CreateInputCommandInput,
79
+ CreateInputCommandOutput,
80
+ } from "./commands/CreateInputCommand";
81
+ import {
82
+ CreateInputSecurityGroupCommandInput,
83
+ CreateInputSecurityGroupCommandOutput,
84
+ } from "./commands/CreateInputSecurityGroupCommand";
85
+ import {
86
+ CreateMultiplexCommandInput,
87
+ CreateMultiplexCommandOutput,
88
+ } from "./commands/CreateMultiplexCommand";
89
+ import {
90
+ CreateMultiplexProgramCommandInput,
91
+ CreateMultiplexProgramCommandOutput,
92
+ } from "./commands/CreateMultiplexProgramCommand";
93
+ import {
94
+ CreatePartnerInputCommandInput,
95
+ CreatePartnerInputCommandOutput,
96
+ } from "./commands/CreatePartnerInputCommand";
97
+ import {
98
+ CreateTagsCommandInput,
99
+ CreateTagsCommandOutput,
100
+ } from "./commands/CreateTagsCommand";
101
+ import {
102
+ DeleteChannelCommandInput,
103
+ DeleteChannelCommandOutput,
104
+ } from "./commands/DeleteChannelCommand";
105
+ import {
106
+ DeleteInputCommandInput,
107
+ DeleteInputCommandOutput,
108
+ } from "./commands/DeleteInputCommand";
109
+ import {
110
+ DeleteInputSecurityGroupCommandInput,
111
+ DeleteInputSecurityGroupCommandOutput,
112
+ } from "./commands/DeleteInputSecurityGroupCommand";
113
+ import {
114
+ DeleteMultiplexCommandInput,
115
+ DeleteMultiplexCommandOutput,
116
+ } from "./commands/DeleteMultiplexCommand";
117
+ import {
118
+ DeleteMultiplexProgramCommandInput,
119
+ DeleteMultiplexProgramCommandOutput,
120
+ } from "./commands/DeleteMultiplexProgramCommand";
121
+ import {
122
+ DeleteReservationCommandInput,
123
+ DeleteReservationCommandOutput,
124
+ } from "./commands/DeleteReservationCommand";
125
+ import {
126
+ DeleteScheduleCommandInput,
127
+ DeleteScheduleCommandOutput,
128
+ } from "./commands/DeleteScheduleCommand";
129
+ import {
130
+ DeleteTagsCommandInput,
131
+ DeleteTagsCommandOutput,
132
+ } from "./commands/DeleteTagsCommand";
133
+ import {
134
+ DescribeChannelCommandInput,
135
+ DescribeChannelCommandOutput,
136
+ } from "./commands/DescribeChannelCommand";
137
+ import {
138
+ DescribeInputCommandInput,
139
+ DescribeInputCommandOutput,
140
+ } from "./commands/DescribeInputCommand";
141
+ import {
142
+ DescribeInputDeviceCommandInput,
143
+ DescribeInputDeviceCommandOutput,
144
+ } from "./commands/DescribeInputDeviceCommand";
145
+ import {
146
+ DescribeInputDeviceThumbnailCommandInput,
147
+ DescribeInputDeviceThumbnailCommandOutput,
148
+ } from "./commands/DescribeInputDeviceThumbnailCommand";
149
+ import {
150
+ DescribeInputSecurityGroupCommandInput,
151
+ DescribeInputSecurityGroupCommandOutput,
152
+ } from "./commands/DescribeInputSecurityGroupCommand";
153
+ import {
154
+ DescribeMultiplexCommandInput,
155
+ DescribeMultiplexCommandOutput,
156
+ } from "./commands/DescribeMultiplexCommand";
157
+ import {
158
+ DescribeMultiplexProgramCommandInput,
159
+ DescribeMultiplexProgramCommandOutput,
160
+ } from "./commands/DescribeMultiplexProgramCommand";
161
+ import {
162
+ DescribeOfferingCommandInput,
163
+ DescribeOfferingCommandOutput,
164
+ } from "./commands/DescribeOfferingCommand";
165
+ import {
166
+ DescribeReservationCommandInput,
167
+ DescribeReservationCommandOutput,
168
+ } from "./commands/DescribeReservationCommand";
169
+ import {
170
+ DescribeScheduleCommandInput,
171
+ DescribeScheduleCommandOutput,
172
+ } from "./commands/DescribeScheduleCommand";
173
+ import {
174
+ ListChannelsCommandInput,
175
+ ListChannelsCommandOutput,
176
+ } from "./commands/ListChannelsCommand";
177
+ import {
178
+ ListInputDevicesCommandInput,
179
+ ListInputDevicesCommandOutput,
180
+ } from "./commands/ListInputDevicesCommand";
181
+ import {
182
+ ListInputDeviceTransfersCommandInput,
183
+ ListInputDeviceTransfersCommandOutput,
184
+ } from "./commands/ListInputDeviceTransfersCommand";
185
+ import {
186
+ ListInputsCommandInput,
187
+ ListInputsCommandOutput,
188
+ } from "./commands/ListInputsCommand";
189
+ import {
190
+ ListInputSecurityGroupsCommandInput,
191
+ ListInputSecurityGroupsCommandOutput,
192
+ } from "./commands/ListInputSecurityGroupsCommand";
193
+ import {
194
+ ListMultiplexesCommandInput,
195
+ ListMultiplexesCommandOutput,
196
+ } from "./commands/ListMultiplexesCommand";
197
+ import {
198
+ ListMultiplexProgramsCommandInput,
199
+ ListMultiplexProgramsCommandOutput,
200
+ } from "./commands/ListMultiplexProgramsCommand";
201
+ import {
202
+ ListOfferingsCommandInput,
203
+ ListOfferingsCommandOutput,
204
+ } from "./commands/ListOfferingsCommand";
205
+ import {
206
+ ListReservationsCommandInput,
207
+ ListReservationsCommandOutput,
208
+ } from "./commands/ListReservationsCommand";
209
+ import {
210
+ ListTagsForResourceCommandInput,
211
+ ListTagsForResourceCommandOutput,
212
+ } from "./commands/ListTagsForResourceCommand";
213
+ import {
214
+ PurchaseOfferingCommandInput,
215
+ PurchaseOfferingCommandOutput,
216
+ } from "./commands/PurchaseOfferingCommand";
217
+ import {
218
+ RebootInputDeviceCommandInput,
219
+ RebootInputDeviceCommandOutput,
220
+ } from "./commands/RebootInputDeviceCommand";
221
+ import {
222
+ RejectInputDeviceTransferCommandInput,
223
+ RejectInputDeviceTransferCommandOutput,
224
+ } from "./commands/RejectInputDeviceTransferCommand";
225
+ import {
226
+ StartChannelCommandInput,
227
+ StartChannelCommandOutput,
228
+ } from "./commands/StartChannelCommand";
229
+ import {
230
+ StartInputDeviceMaintenanceWindowCommandInput,
231
+ StartInputDeviceMaintenanceWindowCommandOutput,
232
+ } from "./commands/StartInputDeviceMaintenanceWindowCommand";
233
+ import {
234
+ StartMultiplexCommandInput,
235
+ StartMultiplexCommandOutput,
236
+ } from "./commands/StartMultiplexCommand";
237
+ import {
238
+ StopChannelCommandInput,
239
+ StopChannelCommandOutput,
240
+ } from "./commands/StopChannelCommand";
241
+ import {
242
+ StopMultiplexCommandInput,
243
+ StopMultiplexCommandOutput,
244
+ } from "./commands/StopMultiplexCommand";
245
+ import {
246
+ TransferInputDeviceCommandInput,
247
+ TransferInputDeviceCommandOutput,
248
+ } from "./commands/TransferInputDeviceCommand";
249
+ import {
250
+ UpdateChannelClassCommandInput,
251
+ UpdateChannelClassCommandOutput,
252
+ } from "./commands/UpdateChannelClassCommand";
253
+ import {
254
+ UpdateChannelCommandInput,
255
+ UpdateChannelCommandOutput,
256
+ } from "./commands/UpdateChannelCommand";
257
+ import {
258
+ UpdateInputCommandInput,
259
+ UpdateInputCommandOutput,
260
+ } from "./commands/UpdateInputCommand";
261
+ import {
262
+ UpdateInputDeviceCommandInput,
263
+ UpdateInputDeviceCommandOutput,
264
+ } from "./commands/UpdateInputDeviceCommand";
265
+ import {
266
+ UpdateInputSecurityGroupCommandInput,
267
+ UpdateInputSecurityGroupCommandOutput,
268
+ } from "./commands/UpdateInputSecurityGroupCommand";
269
+ import {
270
+ UpdateMultiplexCommandInput,
271
+ UpdateMultiplexCommandOutput,
272
+ } from "./commands/UpdateMultiplexCommand";
273
+ import {
274
+ UpdateMultiplexProgramCommandInput,
275
+ UpdateMultiplexProgramCommandOutput,
276
+ } from "./commands/UpdateMultiplexProgramCommand";
277
+ import {
278
+ UpdateReservationCommandInput,
279
+ UpdateReservationCommandOutput,
280
+ } from "./commands/UpdateReservationCommand";
281
+ export declare type ServiceInputTypes =
282
+ | AcceptInputDeviceTransferCommandInput
283
+ | BatchDeleteCommandInput
284
+ | BatchStartCommandInput
285
+ | BatchStopCommandInput
286
+ | BatchUpdateScheduleCommandInput
287
+ | CancelInputDeviceTransferCommandInput
288
+ | ClaimDeviceCommandInput
289
+ | CreateChannelCommandInput
290
+ | CreateInputCommandInput
291
+ | CreateInputSecurityGroupCommandInput
292
+ | CreateMultiplexCommandInput
293
+ | CreateMultiplexProgramCommandInput
294
+ | CreatePartnerInputCommandInput
295
+ | CreateTagsCommandInput
296
+ | DeleteChannelCommandInput
297
+ | DeleteInputCommandInput
298
+ | DeleteInputSecurityGroupCommandInput
299
+ | DeleteMultiplexCommandInput
300
+ | DeleteMultiplexProgramCommandInput
301
+ | DeleteReservationCommandInput
302
+ | DeleteScheduleCommandInput
303
+ | DeleteTagsCommandInput
304
+ | DescribeChannelCommandInput
305
+ | DescribeInputCommandInput
306
+ | DescribeInputDeviceCommandInput
307
+ | DescribeInputDeviceThumbnailCommandInput
308
+ | DescribeInputSecurityGroupCommandInput
309
+ | DescribeMultiplexCommandInput
310
+ | DescribeMultiplexProgramCommandInput
311
+ | DescribeOfferingCommandInput
312
+ | DescribeReservationCommandInput
313
+ | DescribeScheduleCommandInput
314
+ | ListChannelsCommandInput
315
+ | ListInputDeviceTransfersCommandInput
316
+ | ListInputDevicesCommandInput
317
+ | ListInputSecurityGroupsCommandInput
318
+ | ListInputsCommandInput
319
+ | ListMultiplexProgramsCommandInput
320
+ | ListMultiplexesCommandInput
321
+ | ListOfferingsCommandInput
322
+ | ListReservationsCommandInput
323
+ | ListTagsForResourceCommandInput
324
+ | PurchaseOfferingCommandInput
325
+ | RebootInputDeviceCommandInput
326
+ | RejectInputDeviceTransferCommandInput
327
+ | StartChannelCommandInput
328
+ | StartInputDeviceMaintenanceWindowCommandInput
329
+ | StartMultiplexCommandInput
330
+ | StopChannelCommandInput
331
+ | StopMultiplexCommandInput
332
+ | TransferInputDeviceCommandInput
333
+ | UpdateChannelClassCommandInput
334
+ | UpdateChannelCommandInput
335
+ | UpdateInputCommandInput
336
+ | UpdateInputDeviceCommandInput
337
+ | UpdateInputSecurityGroupCommandInput
338
+ | UpdateMultiplexCommandInput
339
+ | UpdateMultiplexProgramCommandInput
340
+ | UpdateReservationCommandInput;
341
+ export declare type ServiceOutputTypes =
342
+ | AcceptInputDeviceTransferCommandOutput
343
+ | BatchDeleteCommandOutput
344
+ | BatchStartCommandOutput
345
+ | BatchStopCommandOutput
346
+ | BatchUpdateScheduleCommandOutput
347
+ | CancelInputDeviceTransferCommandOutput
348
+ | ClaimDeviceCommandOutput
349
+ | CreateChannelCommandOutput
350
+ | CreateInputCommandOutput
351
+ | CreateInputSecurityGroupCommandOutput
352
+ | CreateMultiplexCommandOutput
353
+ | CreateMultiplexProgramCommandOutput
354
+ | CreatePartnerInputCommandOutput
355
+ | CreateTagsCommandOutput
356
+ | DeleteChannelCommandOutput
357
+ | DeleteInputCommandOutput
358
+ | DeleteInputSecurityGroupCommandOutput
359
+ | DeleteMultiplexCommandOutput
360
+ | DeleteMultiplexProgramCommandOutput
361
+ | DeleteReservationCommandOutput
362
+ | DeleteScheduleCommandOutput
363
+ | DeleteTagsCommandOutput
364
+ | DescribeChannelCommandOutput
365
+ | DescribeInputCommandOutput
366
+ | DescribeInputDeviceCommandOutput
367
+ | DescribeInputDeviceThumbnailCommandOutput
368
+ | DescribeInputSecurityGroupCommandOutput
369
+ | DescribeMultiplexCommandOutput
370
+ | DescribeMultiplexProgramCommandOutput
371
+ | DescribeOfferingCommandOutput
372
+ | DescribeReservationCommandOutput
373
+ | DescribeScheduleCommandOutput
374
+ | ListChannelsCommandOutput
375
+ | ListInputDeviceTransfersCommandOutput
376
+ | ListInputDevicesCommandOutput
377
+ | ListInputSecurityGroupsCommandOutput
378
+ | ListInputsCommandOutput
379
+ | ListMultiplexProgramsCommandOutput
380
+ | ListMultiplexesCommandOutput
381
+ | ListOfferingsCommandOutput
382
+ | ListReservationsCommandOutput
383
+ | ListTagsForResourceCommandOutput
384
+ | PurchaseOfferingCommandOutput
385
+ | RebootInputDeviceCommandOutput
386
+ | RejectInputDeviceTransferCommandOutput
387
+ | StartChannelCommandOutput
388
+ | StartInputDeviceMaintenanceWindowCommandOutput
389
+ | StartMultiplexCommandOutput
390
+ | StopChannelCommandOutput
391
+ | StopMultiplexCommandOutput
392
+ | TransferInputDeviceCommandOutput
393
+ | UpdateChannelClassCommandOutput
394
+ | UpdateChannelCommandOutput
395
+ | UpdateInputCommandOutput
396
+ | UpdateInputDeviceCommandOutput
397
+ | UpdateInputSecurityGroupCommandOutput
398
+ | UpdateMultiplexCommandOutput
399
+ | UpdateMultiplexProgramCommandOutput
400
+ | UpdateReservationCommandOutput;
401
+ export interface ClientDefaults
402
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
403
+ requestHandler?: __HttpHandler;
404
+
405
+ sha256?: __HashConstructor;
406
+
407
+ urlParser?: __UrlParser;
408
+
409
+ bodyLengthChecker?: __BodyLengthCalculator;
410
+
411
+ streamCollector?: __StreamCollector;
412
+
413
+ base64Decoder?: __Decoder;
414
+
415
+ base64Encoder?: __Encoder;
416
+
417
+ utf8Decoder?: __Decoder;
418
+
419
+ utf8Encoder?: __Encoder;
420
+
421
+ runtime?: string;
422
+
423
+ disableHostPrefix?: boolean;
424
+
425
+ maxAttempts?: number | __Provider<number>;
426
+
427
+ retryMode?: string | __Provider<string>;
428
+
429
+ logger?: __Logger;
430
+
431
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
432
+
433
+ useFipsEndpoint?: boolean | __Provider<boolean>;
434
+
435
+ serviceId?: string;
436
+
437
+ region?: string | __Provider<string>;
438
+
439
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
440
+
441
+ regionInfoProvider?: RegionInfoProvider;
442
+
443
+ defaultUserAgentProvider?: Provider<__UserAgent>;
444
+
445
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
446
+ }
447
+ declare type MediaLiveClientConfigType = Partial<
448
+ __SmithyConfiguration<__HttpHandlerOptions>
449
+ > &
450
+ ClientDefaults &
451
+ RegionInputConfig &
452
+ EndpointsInputConfig &
453
+ RetryInputConfig &
454
+ HostHeaderInputConfig &
455
+ AwsAuthInputConfig &
456
+ UserAgentInputConfig;
457
+
458
+ export interface MediaLiveClientConfig extends MediaLiveClientConfigType {}
459
+ declare type MediaLiveClientResolvedConfigType =
460
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
461
+ Required<ClientDefaults> &
462
+ RegionResolvedConfig &
463
+ EndpointsResolvedConfig &
464
+ RetryResolvedConfig &
465
+ HostHeaderResolvedConfig &
466
+ AwsAuthResolvedConfig &
467
+ UserAgentResolvedConfig;
468
+
469
+ export interface MediaLiveClientResolvedConfig
470
+ extends MediaLiveClientResolvedConfigType {}
471
+
472
+ export declare class MediaLiveClient extends __Client<
473
+ __HttpHandlerOptions,
474
+ ServiceInputTypes,
475
+ ServiceOutputTypes,
476
+ MediaLiveClientResolvedConfig
477
+ > {
478
+ readonly config: MediaLiveClientResolvedConfig;
479
+ constructor(configuration: MediaLiveClientConfig);
480
+
481
+ destroy(): void;
482
+ }
483
+ export {};