@aws-sdk/client-medialive 3.1019.0 → 3.1021.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.
- package/dist-es/MediaLive.js +14 -14
- package/dist-es/waiters/waitForChannelCreated.js +1 -1
- package/dist-es/waiters/waitForChannelDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
- package/dist-es/waiters/waitForChannelRunning.js +1 -1
- package/dist-es/waiters/waitForChannelStopped.js +1 -1
- package/dist-es/waiters/waitForClusterCreated.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForInputAttached.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputDetached.js +1 -1
- package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
- package/dist-es/waiters/waitForNodeRegistered.js +1 -1
- package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
- package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
- package/dist-types/MediaLive.d.ts +123 -123
- package/dist-types/MediaLiveClient.d.ts +126 -126
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +20 -20
- package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
- package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
- package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
- package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
- package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
- package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
- package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
- package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
- package/package.json +16 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "../commands/ListSdiSourcesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "../commands/ListSignalMapsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -38,8 +39,6 @@ import {
|
|
|
38
39
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
39
40
|
StreamCollector as __StreamCollector,
|
|
40
41
|
UrlParser as __UrlParser,
|
|
41
|
-
AwsCredentialIdentityProvider,
|
|
42
|
-
Provider,
|
|
43
42
|
UserAgent as __UserAgent,
|
|
44
43
|
} from "@smithy/types";
|
|
45
44
|
import {
|
|
@@ -811,7 +810,7 @@ export interface ClientDefaults
|
|
|
811
810
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
812
811
|
region?: string | __Provider<string>;
|
|
813
812
|
profile?: string;
|
|
814
|
-
defaultUserAgentProvider?:
|
|
813
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
815
814
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
816
815
|
maxAttempts?: number | __Provider<number>;
|
|
817
816
|
retryMode?: string | __Provider<string>;
|
|
@@ -65,34 +65,17 @@ import {
|
|
|
65
65
|
import {
|
|
66
66
|
AccountConfiguration,
|
|
67
67
|
AnywhereSettings,
|
|
68
|
+
AudioDescription,
|
|
68
69
|
AvailBlanking,
|
|
69
70
|
AvailConfiguration,
|
|
71
|
+
BatchFailedResultModel,
|
|
70
72
|
BatchScheduleActionCreateRequest,
|
|
71
73
|
BatchScheduleActionCreateResult,
|
|
72
74
|
BatchScheduleActionDeleteRequest,
|
|
73
75
|
BatchScheduleActionDeleteResult,
|
|
74
|
-
CdiInputSpecification,
|
|
75
|
-
ClusterNetworkSettings,
|
|
76
|
-
DescribeAnywhereSettings,
|
|
77
|
-
DescribeInferenceSettings,
|
|
78
|
-
DescribeLinkedChannelSettings,
|
|
79
|
-
InputDeviceHdSettings,
|
|
80
|
-
InputDeviceNetworkSettings,
|
|
81
|
-
InputDeviceUhdSettings,
|
|
82
|
-
InputLocation,
|
|
83
|
-
InputSpecification,
|
|
84
|
-
MaintenanceStatus,
|
|
85
|
-
MulticastSettings,
|
|
86
|
-
RenewalSettings,
|
|
87
|
-
ReservationResourceSpecification,
|
|
88
|
-
RouterInputSettings,
|
|
89
|
-
Smpte2110ReceiverGroupSettings,
|
|
90
|
-
SrtSettings,
|
|
91
|
-
VpcOutputSettingsDescription,
|
|
92
|
-
AudioDescription,
|
|
93
|
-
BatchFailedResultModel,
|
|
94
76
|
BatchSuccessfulResultModel,
|
|
95
77
|
CaptionDescription,
|
|
78
|
+
CdiInputSpecification,
|
|
96
79
|
ChannelAlert,
|
|
97
80
|
ChannelEgressEndpoint,
|
|
98
81
|
ChannelEngineVersionResponse,
|
|
@@ -100,9 +83,13 @@ import {
|
|
|
100
83
|
CloudWatchAlarmTemplateGroupSummary,
|
|
101
84
|
CloudWatchAlarmTemplateSummary,
|
|
102
85
|
ClusterAlert,
|
|
86
|
+
ClusterNetworkSettings,
|
|
103
87
|
ColorCorrection,
|
|
88
|
+
DescribeAnywhereSettings,
|
|
104
89
|
DescribeChannelPlacementGroupSummary,
|
|
105
90
|
DescribeClusterSummary,
|
|
91
|
+
DescribeInferenceSettings,
|
|
92
|
+
DescribeLinkedChannelSettings,
|
|
106
93
|
DescribeNetworkSummary,
|
|
107
94
|
DescribeNodeSummary,
|
|
108
95
|
EventBridgeRuleTemplateGroupSummary,
|
|
@@ -113,12 +100,17 @@ import {
|
|
|
113
100
|
InputDestination,
|
|
114
101
|
InputDestinationRequest,
|
|
115
102
|
InputDeviceConfigurableAudioChannelPairConfig,
|
|
103
|
+
InputDeviceHdSettings,
|
|
104
|
+
InputDeviceNetworkSettings,
|
|
116
105
|
InputDeviceRequest,
|
|
117
106
|
InputDeviceSettings,
|
|
118
107
|
InputDeviceSummary,
|
|
108
|
+
InputDeviceUhdSettings,
|
|
109
|
+
InputLocation,
|
|
119
110
|
InputSecurityGroup,
|
|
120
111
|
InputSource,
|
|
121
112
|
InputSourceRequest,
|
|
113
|
+
InputSpecification,
|
|
122
114
|
InputWhitelistRule,
|
|
123
115
|
InputWhitelistRuleCidr,
|
|
124
116
|
InterfaceMappingCreateRequest,
|
|
@@ -126,9 +118,11 @@ import {
|
|
|
126
118
|
IpPool,
|
|
127
119
|
IpPoolCreateRequest,
|
|
128
120
|
IpPoolUpdateRequest,
|
|
121
|
+
MaintenanceStatus,
|
|
129
122
|
MediaConnectFlow,
|
|
130
123
|
MediaConnectFlowRequest,
|
|
131
124
|
MediaResourceNeighbor,
|
|
125
|
+
MulticastSettings,
|
|
132
126
|
MulticastSourceCreateRequest,
|
|
133
127
|
MulticastSourceUpdateRequest,
|
|
134
128
|
MultiplexAlert,
|
|
@@ -142,19 +136,25 @@ import {
|
|
|
142
136
|
OutputDestination,
|
|
143
137
|
OutputGroup,
|
|
144
138
|
PipelineDetail,
|
|
139
|
+
RenewalSettings,
|
|
145
140
|
Reservation,
|
|
141
|
+
ReservationResourceSpecification,
|
|
146
142
|
Route,
|
|
147
143
|
RouteCreateRequest,
|
|
148
144
|
RouterDestinationSettings,
|
|
145
|
+
RouterInputSettings,
|
|
149
146
|
RouteUpdateRequest,
|
|
150
147
|
ScheduleAction,
|
|
151
148
|
SdiSourceMapping,
|
|
152
149
|
SdiSourceSummary,
|
|
153
150
|
SignalMapSummary,
|
|
151
|
+
Smpte2110ReceiverGroupSettings,
|
|
154
152
|
SrtCallerSourceRequest,
|
|
153
|
+
SrtSettings,
|
|
155
154
|
ThumbnailDetail,
|
|
156
155
|
TransferringInputDeviceSummary,
|
|
157
156
|
VideoDescription,
|
|
157
|
+
VpcOutputSettingsDescription,
|
|
158
158
|
} from "./models_0";
|
|
159
159
|
export interface BatchStopRequest {
|
|
160
160
|
ChannelIds?: string[] | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel has been created
|
|
6
6
|
* @deprecated Use waitUntilChannelCreated instead. waitForChannelCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel has been deleted
|
|
6
6
|
* @deprecated Use waitUntilChannelDeleted instead. waitForChannelDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until the channel placement group has been assigned
|
|
6
6
|
* @deprecated Use waitUntilChannelPlacementGroupAssigned instead. waitForChannelPlacementGroupAssigned does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until the channel placement group has been deleted
|
|
6
6
|
* @deprecated Use waitUntilChannelPlacementGroupDeleted instead. waitForChannelPlacementGroupDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until the channel placement group has been unassigned
|
|
6
6
|
* @deprecated Use waitUntilChannelPlacementGroupUnassigned instead. waitForChannelPlacementGroupUnassigned does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel is running
|
|
6
6
|
* @deprecated Use waitUntilChannelRunning instead. waitForChannelRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a channel has is stopped
|
|
6
6
|
* @deprecated Use waitUntilChannelStopped instead. waitForChannelStopped does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a cluster has been created
|
|
6
6
|
* @deprecated Use waitUntilClusterCreated instead. waitForClusterCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a cluster has been deleted
|
|
6
6
|
* @deprecated Use waitUntilClusterDeleted instead. waitForClusterDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an input has been attached
|
|
6
6
|
* @deprecated Use waitUntilInputAttached instead. waitForInputAttached does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an input has been deleted
|
|
6
6
|
* @deprecated Use waitUntilInputDeleted instead. waitForInputDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an input has been detached
|
|
6
6
|
* @deprecated Use waitUntilInputDetached instead. waitForInputDetached does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a multiplex has been created
|
|
6
6
|
* @deprecated Use waitUntilMultiplexCreated instead. waitForMultiplexCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a multiplex has been deleted
|
|
6
6
|
* @deprecated Use waitUntilMultiplexDeleted instead. waitForMultiplexDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a multiplex is running
|
|
6
6
|
* @deprecated Use waitUntilMultiplexRunning instead. waitForMultiplexRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a multiplex has is stopped
|
|
6
6
|
* @deprecated Use waitUntilMultiplexStopped instead. waitForMultiplexStopped does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a node has been deregistered
|
|
6
6
|
* @deprecated Use waitUntilNodeDeregistered instead. waitForNodeDeregistered does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a node has been registered
|
|
6
6
|
* @deprecated Use waitUntilNodeRegistered instead. waitForNodeRegistered does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a signal map has been created
|
|
6
6
|
* @deprecated Use waitUntilSignalMapCreated instead. waitForSignalMapCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a signal map's monitor has been deleted
|
|
6
6
|
* @deprecated Use waitUntilSignalMapMonitorDeleted instead. waitForSignalMapMonitorDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a signal map's monitor has been deployed
|
|
6
6
|
* @deprecated Use waitUntilSignalMapMonitorDeployed instead. waitForSignalMapMonitorDeployed does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
-
import { MediaLiveClient } from "../MediaLiveClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
3
|
+
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a signal map has been updated
|
|
6
6
|
* @deprecated Use waitUntilSignalMapUpdated instead. waitForSignalMapUpdated does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
|
+
"@smithy/util-stream": "^4.5.21",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.2",
|
|
61
|
-
"@smithy/util-waiter": "^4.2.
|
|
61
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|