@aws-sdk/client-medialive 3.186.0 → 3.190.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/CHANGELOG.md +20 -0
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -1
- package/dist-cjs/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-cjs/models/models_1.js +19 -18
- package/dist-cjs/models/models_2.js +13 -1
- package/dist-cjs/protocols/Aws_restJson1.js +43 -0
- package/dist-cjs/runtimeConfig.browser.js +9 -7
- package/dist-cjs/runtimeConfig.js +9 -7
- package/dist-es/MediaLive.js +238 -245
- package/dist-es/MediaLiveClient.js +22 -28
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +21 -28
- package/dist-es/commands/BatchDeleteCommand.js +21 -28
- package/dist-es/commands/BatchStartCommand.js +21 -28
- package/dist-es/commands/BatchStopCommand.js +21 -28
- package/dist-es/commands/BatchUpdateScheduleCommand.js +21 -28
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +21 -28
- package/dist-es/commands/ClaimDeviceCommand.js +21 -28
- package/dist-es/commands/CreateChannelCommand.js +21 -28
- package/dist-es/commands/CreateInputCommand.js +21 -28
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateMultiplexCommand.js +21 -28
- package/dist-es/commands/CreateMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/CreatePartnerInputCommand.js +21 -28
- package/dist-es/commands/CreateTagsCommand.js +22 -29
- package/dist-es/commands/DeleteChannelCommand.js +21 -28
- package/dist-es/commands/DeleteInputCommand.js +21 -28
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/DeleteMultiplexCommand.js +21 -28
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/DeleteReservationCommand.js +21 -28
- package/dist-es/commands/DeleteScheduleCommand.js +21 -28
- package/dist-es/commands/DeleteTagsCommand.js +22 -29
- package/dist-es/commands/DescribeChannelCommand.js +21 -28
- package/dist-es/commands/DescribeInputCommand.js +21 -28
- package/dist-es/commands/DescribeInputDeviceCommand.js +21 -28
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +21 -28
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/DescribeMultiplexCommand.js +21 -28
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/DescribeOfferingCommand.js +21 -28
- package/dist-es/commands/DescribeReservationCommand.js +21 -28
- package/dist-es/commands/DescribeScheduleCommand.js +21 -28
- package/dist-es/commands/ListChannelsCommand.js +21 -28
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +21 -28
- package/dist-es/commands/ListInputDevicesCommand.js +21 -28
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/ListInputsCommand.js +21 -28
- package/dist-es/commands/ListMultiplexProgramsCommand.js +21 -28
- package/dist-es/commands/ListMultiplexesCommand.js +21 -28
- package/dist-es/commands/ListOfferingsCommand.js +21 -28
- package/dist-es/commands/ListReservationsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/PurchaseOfferingCommand.js +21 -28
- package/dist-es/commands/RebootInputDeviceCommand.js +21 -28
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +21 -28
- package/dist-es/commands/StartChannelCommand.js +21 -28
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/StartMultiplexCommand.js +21 -28
- package/dist-es/commands/StopChannelCommand.js +21 -28
- package/dist-es/commands/StopMultiplexCommand.js +23 -29
- package/dist-es/commands/TransferInputDeviceCommand.js +22 -29
- package/dist-es/commands/UpdateChannelClassCommand.js +21 -28
- package/dist-es/commands/UpdateChannelCommand.js +21 -28
- package/dist-es/commands/UpdateInputCommand.js +21 -28
- package/dist-es/commands/UpdateInputDeviceCommand.js +21 -28
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/UpdateMultiplexCommand.js +21 -28
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/UpdateReservationCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/MediaLiveServiceException.js +5 -10
- package/dist-es/models/models_0.js +429 -144
- package/dist-es/models/models_1.js +675 -298
- package/dist-es/models/models_2.js +57 -17
- package/dist-es/pagination/DescribeSchedulePaginator.js +25 -68
- package/dist-es/pagination/ListChannelsPaginator.js +25 -68
- package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +25 -68
- package/dist-es/pagination/ListInputDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListInputsPaginator.js +25 -68
- package/dist-es/pagination/ListMultiplexProgramsPaginator.js +25 -68
- package/dist-es/pagination/ListMultiplexesPaginator.js +25 -68
- package/dist-es/pagination/ListOfferingsPaginator.js +25 -68
- package/dist-es/pagination/ListReservationsPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +7452 -8425
- package/dist-es/runtimeConfig.browser.js +28 -12
- package/dist-es/runtimeConfig.js +32 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForChannelCreated.js +48 -68
- package/dist-es/waiters/waitForChannelDeleted.js +39 -59
- package/dist-es/waiters/waitForChannelRunning.js +39 -59
- package/dist-es/waiters/waitForChannelStopped.js +39 -59
- package/dist-es/waiters/waitForInputAttached.js +39 -59
- package/dist-es/waiters/waitForInputDeleted.js +39 -59
- package/dist-es/waiters/waitForInputDetached.js +48 -68
- package/dist-es/waiters/waitForMultiplexCreated.js +48 -68
- package/dist-es/waiters/waitForMultiplexDeleted.js +39 -59
- package/dist-es/waiters/waitForMultiplexRunning.js +39 -59
- package/dist-es/waiters/waitForMultiplexStopped.js +39 -59
- package/dist-types/MediaLiveClient.d.ts +6 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -2
- package/dist-types/commands/StopMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +62 -83
- package/dist-types/models/models_2.d.ts +84 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +22 -28
- package/dist-types/ts3.4/models/models_2.d.ts +30 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +5 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +36 -34
|
@@ -18,6 +18,8 @@ import {
|
|
|
18
18
|
InputWhitelistRuleCidr,
|
|
19
19
|
LogLevel,
|
|
20
20
|
MediaConnectFlowRequest,
|
|
21
|
+
MultiplexOutputDestination,
|
|
22
|
+
MultiplexState,
|
|
21
23
|
OutputDestination,
|
|
22
24
|
} from "./models_0";
|
|
23
25
|
import {
|
|
@@ -32,6 +34,25 @@ import {
|
|
|
32
34
|
RenewalSettings,
|
|
33
35
|
Reservation,
|
|
34
36
|
} from "./models_1";
|
|
37
|
+
export interface StopMultiplexResponse {
|
|
38
|
+
Arn?: string;
|
|
39
|
+
AvailabilityZones?: string[];
|
|
40
|
+
Destinations?: MultiplexOutputDestination[];
|
|
41
|
+
Id?: string;
|
|
42
|
+
MultiplexSettings?: MultiplexSettings;
|
|
43
|
+
Name?: string;
|
|
44
|
+
PipelinesRunningCount?: number;
|
|
45
|
+
ProgramCount?: number;
|
|
46
|
+
State?: MultiplexState | string;
|
|
47
|
+
Tags?: Record<string, string>;
|
|
48
|
+
}
|
|
49
|
+
export interface TransferInputDeviceRequest {
|
|
50
|
+
InputDeviceId: string | undefined;
|
|
51
|
+
TargetCustomerId?: string;
|
|
52
|
+
TargetRegion?: string;
|
|
53
|
+
TransferMessage?: string;
|
|
54
|
+
}
|
|
55
|
+
export interface TransferInputDeviceResponse {}
|
|
35
56
|
export interface UpdateChannelRequest {
|
|
36
57
|
CdiInputSpecification?: CdiInputSpecification;
|
|
37
58
|
ChannelId: string | undefined;
|
|
@@ -120,6 +141,15 @@ export interface UpdateReservationRequest {
|
|
|
120
141
|
export interface UpdateReservationResponse {
|
|
121
142
|
Reservation?: Reservation;
|
|
122
143
|
}
|
|
144
|
+
export declare const StopMultiplexResponseFilterSensitiveLog: (
|
|
145
|
+
obj: StopMultiplexResponse
|
|
146
|
+
) => any;
|
|
147
|
+
export declare const TransferInputDeviceRequestFilterSensitiveLog: (
|
|
148
|
+
obj: TransferInputDeviceRequest
|
|
149
|
+
) => any;
|
|
150
|
+
export declare const TransferInputDeviceResponseFilterSensitiveLog: (
|
|
151
|
+
obj: TransferInputDeviceResponse
|
|
152
|
+
) => any;
|
|
123
153
|
export declare const UpdateChannelRequestFilterSensitiveLog: (
|
|
124
154
|
obj: UpdateChannelRequest
|
|
125
155
|
) => any;
|
|
@@ -2,7 +2,10 @@ import {
|
|
|
2
2
|
HttpRequest as __HttpRequest,
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@aws-sdk/protocol-http";
|
|
5
|
-
import {
|
|
5
|
+
import {
|
|
6
|
+
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
7
|
+
SerdeContext as __SerdeContext,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
6
9
|
import {
|
|
7
10
|
AcceptInputDeviceTransferCommandInput,
|
|
8
11
|
AcceptInputDeviceTransferCommandOutput,
|
|
@@ -577,7 +580,7 @@ export declare const deserializeAws_restJson1DescribeInputDeviceCommand: (
|
|
|
577
580
|
) => Promise<DescribeInputDeviceCommandOutput>;
|
|
578
581
|
export declare const deserializeAws_restJson1DescribeInputDeviceThumbnailCommand: (
|
|
579
582
|
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
583
|
+
context: __SerdeContext & __SdkStreamSerdeContext
|
|
581
584
|
) => Promise<DescribeInputDeviceThumbnailCommandOutput>;
|
|
582
585
|
export declare const deserializeAws_restJson1DescribeInputSecurityGroupCommand: (
|
|
583
586
|
output: __HttpResponse,
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
25
25
|
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
26
|
| RequestHandler;
|
|
27
27
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
28
29
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
30
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
31
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
25
25
|
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
26
|
| RequestHandler;
|
|
27
27
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
28
29
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
30
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
31
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
@@ -38,6 +38,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
38
38
|
| import("@aws-sdk/types").Provider<
|
|
39
39
|
import("@aws-sdk/smithy-client").DefaultsMode
|
|
40
40
|
>;
|
|
41
|
+
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
41
42
|
endpoint?:
|
|
42
43
|
| string
|
|
43
44
|
| import("@aws-sdk/types").Endpoint
|
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.190.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,43 +19,45 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-
|
|
53
|
-
"@aws-sdk/util-
|
|
22
|
+
"@aws-sdk/client-sts": "3.190.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.190.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.190.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.190.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.190.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.190.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.190.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.190.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.190.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.190.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.190.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.190.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.190.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.190.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.190.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.190.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.190.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.190.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.190.0",
|
|
41
|
+
"@aws-sdk/types": "3.190.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.190.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.190.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.190.0",
|
|
49
|
+
"@aws-sdk/util-stream-browser": "3.190.0",
|
|
50
|
+
"@aws-sdk/util-stream-node": "3.190.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-browser": "3.190.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-node": "3.190.0",
|
|
53
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
54
|
+
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
55
|
+
"@aws-sdk/util-waiter": "3.190.0",
|
|
54
56
|
"tslib": "^2.3.1",
|
|
55
57
|
"uuid": "^8.3.2"
|
|
56
58
|
},
|
|
57
59
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.188.0",
|
|
59
61
|
"@tsconfig/recommended": "1.0.1",
|
|
60
62
|
"@types/node": "^12.7.5",
|
|
61
63
|
"@types/uuid": "^8.3.0",
|