@aws-sdk/client-mediapackage 3.775.0 → 3.782.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-types/commands/ConfigureLogsCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHarvestJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeOriginEndpointCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/RotateChannelCredentialsCommand.d.ts +1 -0
- package/dist-types/commands/RotateIngestEndpointCredentialsCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -100,6 +100,7 @@ declare const ConfigureLogsCommand_base: {
|
|
|
100
100
|
* @throws {@link MediaPackageServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateChannelCommand_base: {
|
|
|
98
98
|
* @throws {@link MediaPackageServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateHarvestJobCommand_base: {
|
|
|
92
92
|
* @throws {@link MediaPackageServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base {
|
|
@@ -398,6 +398,7 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
398
398
|
* @throws {@link MediaPackageServiceException}
|
|
399
399
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
400
400
|
*
|
|
401
|
+
*
|
|
401
402
|
* @public
|
|
402
403
|
*/
|
|
403
404
|
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
70
70
|
* @throws {@link MediaPackageServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
70
70
|
* @throws {@link MediaPackageServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
24
24
|
declare const DescribeChannelCommand_base: {
|
|
25
25
|
new (input: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Gets details about a Channel.
|
|
@@ -94,6 +94,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
94
94
|
* @throws {@link MediaPackageServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DescribeHarvestJobCommand_base: {
|
|
|
84
84
|
* @throws {@link MediaPackageServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeHarvestJobCommand extends DescribeHarvestJobCommand_base {
|
|
@@ -237,6 +237,7 @@ declare const DescribeOriginEndpointCommand_base: {
|
|
|
237
237
|
* @throws {@link MediaPackageServiceException}
|
|
238
238
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
239
239
|
*
|
|
240
|
+
*
|
|
240
241
|
* @public
|
|
241
242
|
*/
|
|
242
243
|
export declare class DescribeOriginEndpointCommand extends DescribeOriginEndpointCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ListChannelsCommand_base: {
|
|
|
100
100
|
* @throws {@link MediaPackageServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, _
|
|
|
24
24
|
declare const ListHarvestJobsCommand_base: {
|
|
25
25
|
new (input: ListHarvestJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListHarvestJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Returns a collection of HarvestJob records.
|
|
@@ -92,6 +92,7 @@ declare const ListHarvestJobsCommand_base: {
|
|
|
92
92
|
* @throws {@link MediaPackageServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListHarvestJobsCommand extends ListHarvestJobsCommand_base {
|
|
@@ -244,6 +244,7 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
244
244
|
* @throws {@link MediaPackageServiceException}
|
|
245
245
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
246
246
|
*
|
|
247
|
+
*
|
|
247
248
|
* @public
|
|
248
249
|
*/
|
|
249
250
|
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
@@ -57,6 +57,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
57
57
|
* @throws {@link MediaPackageServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
59
59
|
*
|
|
60
|
+
*
|
|
60
61
|
*/
|
|
61
62
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
62
63
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -96,6 +96,7 @@ declare const RotateChannelCredentialsCommand_base: {
|
|
|
96
96
|
* @throws {@link MediaPackageServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const RotateIngestEndpointCredentialsCommand_base: {
|
|
|
95
95
|
* @throws {@link MediaPackageServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class RotateIngestEndpointCredentialsCommand extends RotateIngestEndpointCredentialsCommand_base {
|
|
@@ -56,6 +56,7 @@ declare const TagResourceCommand_base: {
|
|
|
56
56
|
* @throws {@link MediaPackageServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
*/
|
|
60
61
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
61
62
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -56,6 +56,7 @@ declare const UntagResourceCommand_base: {
|
|
|
56
56
|
* @throws {@link MediaPackageServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
*/
|
|
60
61
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
61
62
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -95,6 +95,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
95
95
|
* @throws {@link MediaPackageServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
@@ -394,6 +394,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
394
394
|
* @throws {@link MediaPackageServiceException}
|
|
395
395
|
* <p>Base exception class for all service exceptions from MediaPackage service.</p>
|
|
396
396
|
*
|
|
397
|
+
*
|
|
397
398
|
* @public
|
|
398
399
|
*/
|
|
399
400
|
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackage",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackage Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediapackage",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|