@aws-sdk/client-medialive 3.95.0 → 3.105.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 +27 -0
- package/dist-cjs/MediaLiveClient.js +2 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/MediaLiveClient.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/models/models_0.d.ts +4 -12
- package/dist-types/models/models_1.d.ts +24 -72
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/models/models_1.d.ts +24 -72
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-medialive
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-medialive
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-medialive
|
|
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
7
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
|
+
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
8
9
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
9
10
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
11
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
@@ -25,6 +26,7 @@ class MediaLiveClient extends smithy_client_1.Client {
|
|
|
25
26
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
27
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
28
|
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
28
30
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
31
|
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
32
|
}
|
|
@@ -17,8 +17,10 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
20
|
+
const smithy_client_2 = require("@aws-sdk/smithy-client");
|
|
20
21
|
const getRuntimeConfig = (config) => {
|
|
21
22
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
23
|
+
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
24
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
25
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
26
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
|
|
|
3
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
5
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
6
7
|
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
@@ -25,6 +26,7 @@ var MediaLiveClient = (function (_super) {
|
|
|
25
26
|
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
27
|
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
28
|
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
28
30
|
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
31
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
32
|
return _this;
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -14,8 +14,10 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
16
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
17
18
|
export var getRuntimeConfig = function (config) {
|
|
18
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
19
21
|
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
22
|
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
21
23
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
@@ -2382,9 +2382,7 @@ export interface ChannelSummary {
|
|
|
2382
2382
|
/**
|
|
2383
2383
|
* A collection of key-value pairs.
|
|
2384
2384
|
*/
|
|
2385
|
-
Tags?:
|
|
2386
|
-
[key: string]: string;
|
|
2387
|
-
};
|
|
2385
|
+
Tags?: Record<string, string>;
|
|
2388
2386
|
/**
|
|
2389
2387
|
* Settings for any VPC outputs.
|
|
2390
2388
|
*/
|
|
@@ -2595,9 +2593,7 @@ export interface Input {
|
|
|
2595
2593
|
/**
|
|
2596
2594
|
* A collection of key-value pairs.
|
|
2597
2595
|
*/
|
|
2598
|
-
Tags?:
|
|
2599
|
-
[key: string]: string;
|
|
2600
|
-
};
|
|
2596
|
+
Tags?: Record<string, string>;
|
|
2601
2597
|
/**
|
|
2602
2598
|
* The different types of inputs that AWS Elemental MediaLive supports.
|
|
2603
2599
|
*/
|
|
@@ -2896,9 +2892,7 @@ export interface InputSecurityGroup {
|
|
|
2896
2892
|
/**
|
|
2897
2893
|
* A collection of key-value pairs.
|
|
2898
2894
|
*/
|
|
2899
|
-
Tags?:
|
|
2900
|
-
[key: string]: string;
|
|
2901
|
-
};
|
|
2895
|
+
Tags?: Record<string, string>;
|
|
2902
2896
|
/**
|
|
2903
2897
|
* Whitelist rules and their sync status
|
|
2904
2898
|
*/
|
|
@@ -3097,9 +3091,7 @@ export interface MultiplexSummary {
|
|
|
3097
3091
|
/**
|
|
3098
3092
|
* A collection of key-value pairs.
|
|
3099
3093
|
*/
|
|
3100
|
-
Tags?:
|
|
3101
|
-
[key: string]: string;
|
|
3102
|
-
};
|
|
3094
|
+
Tags?: Record<string, string>;
|
|
3103
3095
|
}
|
|
3104
3096
|
export declare namespace MultiplexSummary {
|
|
3105
3097
|
/**
|
|
@@ -676,9 +676,7 @@ export interface Reservation {
|
|
|
676
676
|
/**
|
|
677
677
|
* A collection of key-value pairs
|
|
678
678
|
*/
|
|
679
|
-
Tags?:
|
|
680
|
-
[key: string]: string;
|
|
681
|
-
};
|
|
679
|
+
Tags?: Record<string, string>;
|
|
682
680
|
/**
|
|
683
681
|
* Recurring usage charge for each reserved resource, e.g. '157.0'
|
|
684
682
|
*/
|
|
@@ -3205,9 +3203,7 @@ export interface Channel {
|
|
|
3205
3203
|
/**
|
|
3206
3204
|
* A collection of key-value pairs.
|
|
3207
3205
|
*/
|
|
3208
|
-
Tags?:
|
|
3209
|
-
[key: string]: string;
|
|
3210
|
-
};
|
|
3206
|
+
Tags?: Record<string, string>;
|
|
3211
3207
|
/**
|
|
3212
3208
|
* Settings for VPC output
|
|
3213
3209
|
*/
|
|
@@ -3352,9 +3348,7 @@ export interface CreateChannelRequest {
|
|
|
3352
3348
|
/**
|
|
3353
3349
|
* A collection of key-value pairs.
|
|
3354
3350
|
*/
|
|
3355
|
-
Tags?:
|
|
3356
|
-
[key: string]: string;
|
|
3357
|
-
};
|
|
3351
|
+
Tags?: Record<string, string>;
|
|
3358
3352
|
/**
|
|
3359
3353
|
* Settings for the VPC outputs
|
|
3360
3354
|
*/
|
|
@@ -3449,9 +3443,7 @@ export interface CreateInputRequest {
|
|
|
3449
3443
|
/**
|
|
3450
3444
|
* A collection of key-value pairs.
|
|
3451
3445
|
*/
|
|
3452
|
-
Tags?:
|
|
3453
|
-
[key: string]: string;
|
|
3454
|
-
};
|
|
3446
|
+
Tags?: Record<string, string>;
|
|
3455
3447
|
/**
|
|
3456
3448
|
* The different types of inputs that AWS Elemental MediaLive supports.
|
|
3457
3449
|
*/
|
|
@@ -3492,9 +3484,7 @@ export interface CreateInputSecurityGroupRequest {
|
|
|
3492
3484
|
/**
|
|
3493
3485
|
* A collection of key-value pairs.
|
|
3494
3486
|
*/
|
|
3495
|
-
Tags?:
|
|
3496
|
-
[key: string]: string;
|
|
3497
|
-
};
|
|
3487
|
+
Tags?: Record<string, string>;
|
|
3498
3488
|
/**
|
|
3499
3489
|
* List of IPv4 CIDR addresses to whitelist
|
|
3500
3490
|
*/
|
|
@@ -3572,9 +3562,7 @@ export interface CreateMultiplexRequest {
|
|
|
3572
3562
|
/**
|
|
3573
3563
|
* A collection of key-value pairs.
|
|
3574
3564
|
*/
|
|
3575
|
-
Tags?:
|
|
3576
|
-
[key: string]: string;
|
|
3577
|
-
};
|
|
3565
|
+
Tags?: Record<string, string>;
|
|
3578
3566
|
}
|
|
3579
3567
|
export declare namespace CreateMultiplexRequest {
|
|
3580
3568
|
/**
|
|
@@ -3625,9 +3613,7 @@ export interface Multiplex {
|
|
|
3625
3613
|
/**
|
|
3626
3614
|
* A collection of key-value pairs.
|
|
3627
3615
|
*/
|
|
3628
|
-
Tags?:
|
|
3629
|
-
[key: string]: string;
|
|
3630
|
-
};
|
|
3616
|
+
Tags?: Record<string, string>;
|
|
3631
3617
|
}
|
|
3632
3618
|
export declare namespace Multiplex {
|
|
3633
3619
|
/**
|
|
@@ -3898,9 +3884,7 @@ export interface CreatePartnerInputRequest {
|
|
|
3898
3884
|
/**
|
|
3899
3885
|
* A collection of key-value pairs.
|
|
3900
3886
|
*/
|
|
3901
|
-
Tags?:
|
|
3902
|
-
[key: string]: string;
|
|
3903
|
-
};
|
|
3887
|
+
Tags?: Record<string, string>;
|
|
3904
3888
|
}
|
|
3905
3889
|
export declare namespace CreatePartnerInputRequest {
|
|
3906
3890
|
/**
|
|
@@ -3934,9 +3918,7 @@ export interface CreateTagsRequest {
|
|
|
3934
3918
|
/**
|
|
3935
3919
|
* Placeholder documentation for Tags
|
|
3936
3920
|
*/
|
|
3937
|
-
Tags?:
|
|
3938
|
-
[key: string]: string;
|
|
3939
|
-
};
|
|
3921
|
+
Tags?: Record<string, string>;
|
|
3940
3922
|
}
|
|
3941
3923
|
export declare namespace CreateTagsRequest {
|
|
3942
3924
|
/**
|
|
@@ -4032,9 +4014,7 @@ export interface DeleteChannelResponse {
|
|
|
4032
4014
|
/**
|
|
4033
4015
|
* A collection of key-value pairs.
|
|
4034
4016
|
*/
|
|
4035
|
-
Tags?:
|
|
4036
|
-
[key: string]: string;
|
|
4037
|
-
};
|
|
4017
|
+
Tags?: Record<string, string>;
|
|
4038
4018
|
/**
|
|
4039
4019
|
* Settings for VPC output
|
|
4040
4020
|
*/
|
|
@@ -4156,9 +4136,7 @@ export interface DeleteMultiplexResponse {
|
|
|
4156
4136
|
/**
|
|
4157
4137
|
* A collection of key-value pairs.
|
|
4158
4138
|
*/
|
|
4159
|
-
Tags?:
|
|
4160
|
-
[key: string]: string;
|
|
4161
|
-
};
|
|
4139
|
+
Tags?: Record<string, string>;
|
|
4162
4140
|
}
|
|
4163
4141
|
export declare namespace DeleteMultiplexResponse {
|
|
4164
4142
|
/**
|
|
@@ -4302,9 +4280,7 @@ export interface DeleteReservationResponse {
|
|
|
4302
4280
|
/**
|
|
4303
4281
|
* A collection of key-value pairs
|
|
4304
4282
|
*/
|
|
4305
|
-
Tags?:
|
|
4306
|
-
[key: string]: string;
|
|
4307
|
-
};
|
|
4283
|
+
Tags?: Record<string, string>;
|
|
4308
4284
|
/**
|
|
4309
4285
|
* Recurring usage charge for each reserved resource, e.g. '157.0'
|
|
4310
4286
|
*/
|
|
@@ -4449,9 +4425,7 @@ export interface DescribeChannelResponse {
|
|
|
4449
4425
|
/**
|
|
4450
4426
|
* A collection of key-value pairs.
|
|
4451
4427
|
*/
|
|
4452
|
-
Tags?:
|
|
4453
|
-
[key: string]: string;
|
|
4454
|
-
};
|
|
4428
|
+
Tags?: Record<string, string>;
|
|
4455
4429
|
/**
|
|
4456
4430
|
* Settings for VPC output
|
|
4457
4431
|
*/
|
|
@@ -4543,9 +4517,7 @@ export interface DescribeInputResponse {
|
|
|
4543
4517
|
/**
|
|
4544
4518
|
* A collection of key-value pairs.
|
|
4545
4519
|
*/
|
|
4546
|
-
Tags?:
|
|
4547
|
-
[key: string]: string;
|
|
4548
|
-
};
|
|
4520
|
+
Tags?: Record<string, string>;
|
|
4549
4521
|
/**
|
|
4550
4522
|
* The different types of inputs that AWS Elemental MediaLive supports.
|
|
4551
4523
|
*/
|
|
@@ -4719,9 +4691,7 @@ export interface DescribeInputSecurityGroupResponse {
|
|
|
4719
4691
|
/**
|
|
4720
4692
|
* A collection of key-value pairs.
|
|
4721
4693
|
*/
|
|
4722
|
-
Tags?:
|
|
4723
|
-
[key: string]: string;
|
|
4724
|
-
};
|
|
4694
|
+
Tags?: Record<string, string>;
|
|
4725
4695
|
/**
|
|
4726
4696
|
* Whitelist rules and their sync status
|
|
4727
4697
|
*/
|
|
@@ -4791,9 +4761,7 @@ export interface DescribeMultiplexResponse {
|
|
|
4791
4761
|
/**
|
|
4792
4762
|
* A collection of key-value pairs.
|
|
4793
4763
|
*/
|
|
4794
|
-
Tags?:
|
|
4795
|
-
[key: string]: string;
|
|
4796
|
-
};
|
|
4764
|
+
Tags?: Record<string, string>;
|
|
4797
4765
|
}
|
|
4798
4766
|
export declare namespace DescribeMultiplexResponse {
|
|
4799
4767
|
/**
|
|
@@ -5007,9 +4975,7 @@ export interface DescribeReservationResponse {
|
|
|
5007
4975
|
/**
|
|
5008
4976
|
* A collection of key-value pairs
|
|
5009
4977
|
*/
|
|
5010
|
-
Tags?:
|
|
5011
|
-
[key: string]: string;
|
|
5012
|
-
};
|
|
4978
|
+
Tags?: Record<string, string>;
|
|
5013
4979
|
/**
|
|
5014
4980
|
* Recurring usage charge for each reserved resource, e.g. '157.0'
|
|
5015
4981
|
*/
|
|
@@ -5526,9 +5492,7 @@ export interface ListTagsForResourceResponse {
|
|
|
5526
5492
|
/**
|
|
5527
5493
|
* Placeholder documentation for Tags
|
|
5528
5494
|
*/
|
|
5529
|
-
Tags?:
|
|
5530
|
-
[key: string]: string;
|
|
5531
|
-
};
|
|
5495
|
+
Tags?: Record<string, string>;
|
|
5532
5496
|
}
|
|
5533
5497
|
export declare namespace ListTagsForResourceResponse {
|
|
5534
5498
|
/**
|
|
@@ -5586,9 +5550,7 @@ export interface PurchaseOfferingRequest {
|
|
|
5586
5550
|
/**
|
|
5587
5551
|
* A collection of key-value pairs
|
|
5588
5552
|
*/
|
|
5589
|
-
Tags?:
|
|
5590
|
-
[key: string]: string;
|
|
5591
|
-
};
|
|
5553
|
+
Tags?: Record<string, string>;
|
|
5592
5554
|
}
|
|
5593
5555
|
export declare namespace PurchaseOfferingRequest {
|
|
5594
5556
|
/**
|
|
@@ -5725,9 +5687,7 @@ export interface StartChannelResponse {
|
|
|
5725
5687
|
/**
|
|
5726
5688
|
* A collection of key-value pairs.
|
|
5727
5689
|
*/
|
|
5728
|
-
Tags?:
|
|
5729
|
-
[key: string]: string;
|
|
5730
|
-
};
|
|
5690
|
+
Tags?: Record<string, string>;
|
|
5731
5691
|
/**
|
|
5732
5692
|
* Settings for VPC output
|
|
5733
5693
|
*/
|
|
@@ -5797,9 +5757,7 @@ export interface StartMultiplexResponse {
|
|
|
5797
5757
|
/**
|
|
5798
5758
|
* A collection of key-value pairs.
|
|
5799
5759
|
*/
|
|
5800
|
-
Tags?:
|
|
5801
|
-
[key: string]: string;
|
|
5802
|
-
};
|
|
5760
|
+
Tags?: Record<string, string>;
|
|
5803
5761
|
}
|
|
5804
5762
|
export declare namespace StartMultiplexResponse {
|
|
5805
5763
|
/**
|
|
@@ -5895,9 +5853,7 @@ export interface StopChannelResponse {
|
|
|
5895
5853
|
/**
|
|
5896
5854
|
* A collection of key-value pairs.
|
|
5897
5855
|
*/
|
|
5898
|
-
Tags?:
|
|
5899
|
-
[key: string]: string;
|
|
5900
|
-
};
|
|
5856
|
+
Tags?: Record<string, string>;
|
|
5901
5857
|
/**
|
|
5902
5858
|
* Settings for VPC output
|
|
5903
5859
|
*/
|
|
@@ -5967,9 +5923,7 @@ export interface StopMultiplexResponse {
|
|
|
5967
5923
|
/**
|
|
5968
5924
|
* A collection of key-value pairs.
|
|
5969
5925
|
*/
|
|
5970
|
-
Tags?:
|
|
5971
|
-
[key: string]: string;
|
|
5972
|
-
};
|
|
5926
|
+
Tags?: Record<string, string>;
|
|
5973
5927
|
}
|
|
5974
5928
|
export declare namespace StopMultiplexResponse {
|
|
5975
5929
|
/**
|
|
@@ -6278,9 +6232,7 @@ export interface UpdateInputSecurityGroupRequest {
|
|
|
6278
6232
|
/**
|
|
6279
6233
|
* A collection of key-value pairs.
|
|
6280
6234
|
*/
|
|
6281
|
-
Tags?:
|
|
6282
|
-
[key: string]: string;
|
|
6283
|
-
};
|
|
6235
|
+
Tags?: Record<string, string>;
|
|
6284
6236
|
/**
|
|
6285
6237
|
* List of IPv4 CIDR addresses to whitelist
|
|
6286
6238
|
*/
|
|
@@ -1475,9 +1475,7 @@ export interface ChannelSummary {
|
|
|
1475
1475
|
|
|
1476
1476
|
State?: ChannelState | string;
|
|
1477
1477
|
|
|
1478
|
-
Tags?:
|
|
1479
|
-
[key: string]: string;
|
|
1480
|
-
};
|
|
1478
|
+
Tags?: Record<string, string>;
|
|
1481
1479
|
|
|
1482
1480
|
Vpc?: VpcOutputSettingsDescription;
|
|
1483
1481
|
}
|
|
@@ -1605,9 +1603,7 @@ export interface Input {
|
|
|
1605
1603
|
|
|
1606
1604
|
State?: InputState | string;
|
|
1607
1605
|
|
|
1608
|
-
Tags?:
|
|
1609
|
-
[key: string]: string;
|
|
1610
|
-
};
|
|
1606
|
+
Tags?: Record<string, string>;
|
|
1611
1607
|
|
|
1612
1608
|
Type?: InputType | string;
|
|
1613
1609
|
}
|
|
@@ -1789,9 +1785,7 @@ export interface InputSecurityGroup {
|
|
|
1789
1785
|
|
|
1790
1786
|
State?: InputSecurityGroupState | string;
|
|
1791
1787
|
|
|
1792
|
-
Tags?:
|
|
1793
|
-
[key: string]: string;
|
|
1794
|
-
};
|
|
1788
|
+
Tags?: Record<string, string>;
|
|
1795
1789
|
|
|
1796
1790
|
WhitelistRules?: InputWhitelistRule[];
|
|
1797
1791
|
}
|
|
@@ -1909,9 +1903,7 @@ export interface MultiplexSummary {
|
|
|
1909
1903
|
|
|
1910
1904
|
State?: MultiplexState | string;
|
|
1911
1905
|
|
|
1912
|
-
Tags?:
|
|
1913
|
-
[key: string]: string;
|
|
1914
|
-
};
|
|
1906
|
+
Tags?: Record<string, string>;
|
|
1915
1907
|
}
|
|
1916
1908
|
export declare namespace MultiplexSummary {
|
|
1917
1909
|
|
|
@@ -370,9 +370,7 @@ export interface Reservation {
|
|
|
370
370
|
|
|
371
371
|
State?: ReservationState | string;
|
|
372
372
|
|
|
373
|
-
Tags?:
|
|
374
|
-
[key: string]: string;
|
|
375
|
-
};
|
|
373
|
+
Tags?: Record<string, string>;
|
|
376
374
|
|
|
377
375
|
UsagePrice?: number;
|
|
378
376
|
}
|
|
@@ -1911,9 +1909,7 @@ export interface Channel {
|
|
|
1911
1909
|
|
|
1912
1910
|
State?: ChannelState | string;
|
|
1913
1911
|
|
|
1914
|
-
Tags?:
|
|
1915
|
-
[key: string]: string;
|
|
1916
|
-
};
|
|
1912
|
+
Tags?: Record<string, string>;
|
|
1917
1913
|
|
|
1918
1914
|
Vpc?: VpcOutputSettingsDescription;
|
|
1919
1915
|
}
|
|
@@ -1991,9 +1987,7 @@ export interface CreateChannelRequest {
|
|
|
1991
1987
|
|
|
1992
1988
|
RoleArn?: string;
|
|
1993
1989
|
|
|
1994
|
-
Tags?:
|
|
1995
|
-
[key: string]: string;
|
|
1996
|
-
};
|
|
1990
|
+
Tags?: Record<string, string>;
|
|
1997
1991
|
|
|
1998
1992
|
Vpc?: VpcOutputSettings;
|
|
1999
1993
|
}
|
|
@@ -2040,9 +2034,7 @@ export interface CreateInputRequest {
|
|
|
2040
2034
|
|
|
2041
2035
|
Sources?: InputSourceRequest[];
|
|
2042
2036
|
|
|
2043
|
-
Tags?:
|
|
2044
|
-
[key: string]: string;
|
|
2045
|
-
};
|
|
2037
|
+
Tags?: Record<string, string>;
|
|
2046
2038
|
|
|
2047
2039
|
Type?: InputType | string;
|
|
2048
2040
|
|
|
@@ -2064,9 +2056,7 @@ export declare namespace CreateInputResponse {
|
|
|
2064
2056
|
|
|
2065
2057
|
export interface CreateInputSecurityGroupRequest {
|
|
2066
2058
|
|
|
2067
|
-
Tags?:
|
|
2068
|
-
[key: string]: string;
|
|
2069
|
-
};
|
|
2059
|
+
Tags?: Record<string, string>;
|
|
2070
2060
|
|
|
2071
2061
|
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
2072
2062
|
}
|
|
@@ -2109,9 +2099,7 @@ export interface CreateMultiplexRequest {
|
|
|
2109
2099
|
|
|
2110
2100
|
RequestId?: string;
|
|
2111
2101
|
|
|
2112
|
-
Tags?:
|
|
2113
|
-
[key: string]: string;
|
|
2114
|
-
};
|
|
2102
|
+
Tags?: Record<string, string>;
|
|
2115
2103
|
}
|
|
2116
2104
|
export declare namespace CreateMultiplexRequest {
|
|
2117
2105
|
|
|
@@ -2138,9 +2126,7 @@ export interface Multiplex {
|
|
|
2138
2126
|
|
|
2139
2127
|
State?: MultiplexState | string;
|
|
2140
2128
|
|
|
2141
|
-
Tags?:
|
|
2142
|
-
[key: string]: string;
|
|
2143
|
-
};
|
|
2129
|
+
Tags?: Record<string, string>;
|
|
2144
2130
|
}
|
|
2145
2131
|
export declare namespace Multiplex {
|
|
2146
2132
|
|
|
@@ -2291,9 +2277,7 @@ export interface CreatePartnerInputRequest {
|
|
|
2291
2277
|
|
|
2292
2278
|
RequestId?: string;
|
|
2293
2279
|
|
|
2294
|
-
Tags?:
|
|
2295
|
-
[key: string]: string;
|
|
2296
|
-
};
|
|
2280
|
+
Tags?: Record<string, string>;
|
|
2297
2281
|
}
|
|
2298
2282
|
export declare namespace CreatePartnerInputRequest {
|
|
2299
2283
|
|
|
@@ -2313,9 +2297,7 @@ export interface CreateTagsRequest {
|
|
|
2313
2297
|
|
|
2314
2298
|
ResourceArn: string | undefined;
|
|
2315
2299
|
|
|
2316
|
-
Tags?:
|
|
2317
|
-
[key: string]: string;
|
|
2318
|
-
};
|
|
2300
|
+
Tags?: Record<string, string>;
|
|
2319
2301
|
}
|
|
2320
2302
|
export declare namespace CreateTagsRequest {
|
|
2321
2303
|
|
|
@@ -2365,9 +2347,7 @@ export interface DeleteChannelResponse {
|
|
|
2365
2347
|
|
|
2366
2348
|
State?: ChannelState | string;
|
|
2367
2349
|
|
|
2368
|
-
Tags?:
|
|
2369
|
-
[key: string]: string;
|
|
2370
|
-
};
|
|
2350
|
+
Tags?: Record<string, string>;
|
|
2371
2351
|
|
|
2372
2352
|
Vpc?: VpcOutputSettingsDescription;
|
|
2373
2353
|
}
|
|
@@ -2437,9 +2417,7 @@ export interface DeleteMultiplexResponse {
|
|
|
2437
2417
|
|
|
2438
2418
|
State?: MultiplexState | string;
|
|
2439
2419
|
|
|
2440
|
-
Tags?:
|
|
2441
|
-
[key: string]: string;
|
|
2442
|
-
};
|
|
2420
|
+
Tags?: Record<string, string>;
|
|
2443
2421
|
}
|
|
2444
2422
|
export declare namespace DeleteMultiplexResponse {
|
|
2445
2423
|
|
|
@@ -2517,9 +2495,7 @@ export interface DeleteReservationResponse {
|
|
|
2517
2495
|
|
|
2518
2496
|
State?: ReservationState | string;
|
|
2519
2497
|
|
|
2520
|
-
Tags?:
|
|
2521
|
-
[key: string]: string;
|
|
2522
|
-
};
|
|
2498
|
+
Tags?: Record<string, string>;
|
|
2523
2499
|
|
|
2524
2500
|
UsagePrice?: number;
|
|
2525
2501
|
}
|
|
@@ -2598,9 +2574,7 @@ export interface DescribeChannelResponse {
|
|
|
2598
2574
|
|
|
2599
2575
|
State?: ChannelState | string;
|
|
2600
2576
|
|
|
2601
|
-
Tags?:
|
|
2602
|
-
[key: string]: string;
|
|
2603
|
-
};
|
|
2577
|
+
Tags?: Record<string, string>;
|
|
2604
2578
|
|
|
2605
2579
|
Vpc?: VpcOutputSettingsDescription;
|
|
2606
2580
|
}
|
|
@@ -2648,9 +2622,7 @@ export interface DescribeInputResponse {
|
|
|
2648
2622
|
|
|
2649
2623
|
State?: InputState | string;
|
|
2650
2624
|
|
|
2651
|
-
Tags?:
|
|
2652
|
-
[key: string]: string;
|
|
2653
|
-
};
|
|
2625
|
+
Tags?: Record<string, string>;
|
|
2654
2626
|
|
|
2655
2627
|
Type?: InputType | string;
|
|
2656
2628
|
}
|
|
@@ -2746,9 +2718,7 @@ export interface DescribeInputSecurityGroupResponse {
|
|
|
2746
2718
|
|
|
2747
2719
|
State?: InputSecurityGroupState | string;
|
|
2748
2720
|
|
|
2749
|
-
Tags?:
|
|
2750
|
-
[key: string]: string;
|
|
2751
|
-
};
|
|
2721
|
+
Tags?: Record<string, string>;
|
|
2752
2722
|
|
|
2753
2723
|
WhitelistRules?: InputWhitelistRule[];
|
|
2754
2724
|
}
|
|
@@ -2786,9 +2756,7 @@ export interface DescribeMultiplexResponse {
|
|
|
2786
2756
|
|
|
2787
2757
|
State?: MultiplexState | string;
|
|
2788
2758
|
|
|
2789
|
-
Tags?:
|
|
2790
|
-
[key: string]: string;
|
|
2791
|
-
};
|
|
2759
|
+
Tags?: Record<string, string>;
|
|
2792
2760
|
}
|
|
2793
2761
|
export declare namespace DescribeMultiplexResponse {
|
|
2794
2762
|
|
|
@@ -2904,9 +2872,7 @@ export interface DescribeReservationResponse {
|
|
|
2904
2872
|
|
|
2905
2873
|
State?: ReservationState | string;
|
|
2906
2874
|
|
|
2907
|
-
Tags?:
|
|
2908
|
-
[key: string]: string;
|
|
2909
|
-
};
|
|
2875
|
+
Tags?: Record<string, string>;
|
|
2910
2876
|
|
|
2911
2877
|
UsagePrice?: number;
|
|
2912
2878
|
}
|
|
@@ -3199,9 +3165,7 @@ export declare namespace ListTagsForResourceRequest {
|
|
|
3199
3165
|
|
|
3200
3166
|
export interface ListTagsForResourceResponse {
|
|
3201
3167
|
|
|
3202
|
-
Tags?:
|
|
3203
|
-
[key: string]: string;
|
|
3204
|
-
};
|
|
3168
|
+
Tags?: Record<string, string>;
|
|
3205
3169
|
}
|
|
3206
3170
|
export declare namespace ListTagsForResourceResponse {
|
|
3207
3171
|
|
|
@@ -3233,9 +3197,7 @@ export interface PurchaseOfferingRequest {
|
|
|
3233
3197
|
|
|
3234
3198
|
Start?: string;
|
|
3235
3199
|
|
|
3236
|
-
Tags?:
|
|
3237
|
-
[key: string]: string;
|
|
3238
|
-
};
|
|
3200
|
+
Tags?: Record<string, string>;
|
|
3239
3201
|
}
|
|
3240
3202
|
export declare namespace PurchaseOfferingRequest {
|
|
3241
3203
|
|
|
@@ -3310,9 +3272,7 @@ export interface StartChannelResponse {
|
|
|
3310
3272
|
|
|
3311
3273
|
State?: ChannelState | string;
|
|
3312
3274
|
|
|
3313
|
-
Tags?:
|
|
3314
|
-
[key: string]: string;
|
|
3315
|
-
};
|
|
3275
|
+
Tags?: Record<string, string>;
|
|
3316
3276
|
|
|
3317
3277
|
Vpc?: VpcOutputSettingsDescription;
|
|
3318
3278
|
}
|
|
@@ -3350,9 +3310,7 @@ export interface StartMultiplexResponse {
|
|
|
3350
3310
|
|
|
3351
3311
|
State?: MultiplexState | string;
|
|
3352
3312
|
|
|
3353
|
-
Tags?:
|
|
3354
|
-
[key: string]: string;
|
|
3355
|
-
};
|
|
3313
|
+
Tags?: Record<string, string>;
|
|
3356
3314
|
}
|
|
3357
3315
|
export declare namespace StartMultiplexResponse {
|
|
3358
3316
|
|
|
@@ -3402,9 +3360,7 @@ export interface StopChannelResponse {
|
|
|
3402
3360
|
|
|
3403
3361
|
State?: ChannelState | string;
|
|
3404
3362
|
|
|
3405
|
-
Tags?:
|
|
3406
|
-
[key: string]: string;
|
|
3407
|
-
};
|
|
3363
|
+
Tags?: Record<string, string>;
|
|
3408
3364
|
|
|
3409
3365
|
Vpc?: VpcOutputSettingsDescription;
|
|
3410
3366
|
}
|
|
@@ -3442,9 +3398,7 @@ export interface StopMultiplexResponse {
|
|
|
3442
3398
|
|
|
3443
3399
|
State?: MultiplexState | string;
|
|
3444
3400
|
|
|
3445
|
-
Tags?:
|
|
3446
|
-
[key: string]: string;
|
|
3447
|
-
};
|
|
3401
|
+
Tags?: Record<string, string>;
|
|
3448
3402
|
}
|
|
3449
3403
|
export declare namespace StopMultiplexResponse {
|
|
3450
3404
|
|
|
@@ -3613,9 +3567,7 @@ export interface UpdateInputSecurityGroupRequest {
|
|
|
3613
3567
|
|
|
3614
3568
|
InputSecurityGroupId: string | undefined;
|
|
3615
3569
|
|
|
3616
|
-
Tags?:
|
|
3617
|
-
[key: string]: string;
|
|
3618
|
-
};
|
|
3570
|
+
Tags?: Record<string, string>;
|
|
3619
3571
|
|
|
3620
3572
|
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
3621
3573
|
}
|
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.105.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",
|
|
@@ -18,15 +18,16 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.105.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.105.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.78.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.78.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.78.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.105.0",
|
|
30
31
|
"@aws-sdk/middleware-retry": "3.80.0",
|
|
31
32
|
"@aws-sdk/middleware-serde": "3.78.0",
|
|
32
33
|
"@aws-sdk/middleware-signing": "3.78.0",
|
|
@@ -35,15 +36,15 @@
|
|
|
35
36
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
37
|
"@aws-sdk/node-http-handler": "3.94.0",
|
|
37
38
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.99.0",
|
|
39
40
|
"@aws-sdk/types": "3.78.0",
|
|
40
41
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
42
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.99.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.99.0",
|
|
47
48
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
49
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
50
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|