@aws-sdk/client-mediapackage 3.650.0 → 3.654.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 +11 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +11 -0
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +12 -1
- package/dist-types/commands/DescribeHarvestJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOriginEndpointCommand.d.ts +11 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +11 -0
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +12 -1
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RotateChannelCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/RotateIngestEndpointCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -103,4 +103,15 @@ declare const ConfigureLogsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ConfigureLogsRequest;
|
|
110
|
+
output: ConfigureLogsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ConfigureLogsCommandInput;
|
|
114
|
+
output: ConfigureLogsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -101,4 +101,15 @@ declare const CreateChannelCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateChannelRequest;
|
|
108
|
+
output: CreateChannelResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateChannelCommandInput;
|
|
112
|
+
output: CreateChannelCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -95,4 +95,15 @@ declare const CreateHarvestJobCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateHarvestJobRequest;
|
|
102
|
+
output: CreateHarvestJobResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateHarvestJobCommandInput;
|
|
106
|
+
output: CreateHarvestJobCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -401,4 +401,15 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
401
401
|
* @public
|
|
402
402
|
*/
|
|
403
403
|
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
404
|
+
/** @internal type navigation helper, not in runtime. */
|
|
405
|
+
protected static __types: {
|
|
406
|
+
api: {
|
|
407
|
+
input: CreateOriginEndpointRequest;
|
|
408
|
+
output: CreateOriginEndpointResponse;
|
|
409
|
+
};
|
|
410
|
+
sdk: {
|
|
411
|
+
input: CreateOriginEndpointCommandInput;
|
|
412
|
+
output: CreateOriginEndpointCommandOutput;
|
|
413
|
+
};
|
|
414
|
+
};
|
|
404
415
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteChannelCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteChannelRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteChannelCommandInput;
|
|
84
|
+
output: DeleteChannelCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteOriginEndpointRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteOriginEndpointCommandInput;
|
|
84
|
+
output: DeleteOriginEndpointCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -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; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Gets details about a Channel.
|
|
@@ -97,4 +97,15 @@ declare const DescribeChannelCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeChannelRequest;
|
|
104
|
+
output: DescribeChannelResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeChannelCommandInput;
|
|
108
|
+
output: DescribeChannelCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeHarvestJobCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeHarvestJobCommand extends DescribeHarvestJobCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeHarvestJobRequest;
|
|
94
|
+
output: DescribeHarvestJobResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeHarvestJobCommandInput;
|
|
98
|
+
output: DescribeHarvestJobCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -240,4 +240,15 @@ declare const DescribeOriginEndpointCommand_base: {
|
|
|
240
240
|
* @public
|
|
241
241
|
*/
|
|
242
242
|
export declare class DescribeOriginEndpointCommand extends DescribeOriginEndpointCommand_base {
|
|
243
|
+
/** @internal type navigation helper, not in runtime. */
|
|
244
|
+
protected static __types: {
|
|
245
|
+
api: {
|
|
246
|
+
input: DescribeOriginEndpointRequest;
|
|
247
|
+
output: DescribeOriginEndpointResponse;
|
|
248
|
+
};
|
|
249
|
+
sdk: {
|
|
250
|
+
input: DescribeOriginEndpointCommandInput;
|
|
251
|
+
output: DescribeOriginEndpointCommandOutput;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
243
254
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListChannelsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListChannelsRequest;
|
|
110
|
+
output: ListChannelsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListChannelsCommandInput;
|
|
114
|
+
output: ListChannelsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -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; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Returns a collection of HarvestJob records.
|
|
@@ -95,4 +95,15 @@ declare const ListHarvestJobsCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListHarvestJobsCommand extends ListHarvestJobsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListHarvestJobsRequest;
|
|
102
|
+
output: ListHarvestJobsResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListHarvestJobsCommandInput;
|
|
106
|
+
output: ListHarvestJobsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -247,4 +247,15 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
247
247
|
* @public
|
|
248
248
|
*/
|
|
249
249
|
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
250
|
+
/** @internal type navigation helper, not in runtime. */
|
|
251
|
+
protected static __types: {
|
|
252
|
+
api: {
|
|
253
|
+
input: ListOriginEndpointsRequest;
|
|
254
|
+
output: ListOriginEndpointsResponse;
|
|
255
|
+
};
|
|
256
|
+
sdk: {
|
|
257
|
+
input: ListOriginEndpointsCommandInput;
|
|
258
|
+
output: ListOriginEndpointsCommandOutput;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
250
261
|
}
|
|
@@ -59,4 +59,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
62
|
+
/** @internal type navigation helper, not in runtime. */
|
|
63
|
+
protected static __types: {
|
|
64
|
+
api: {
|
|
65
|
+
input: ListTagsForResourceRequest;
|
|
66
|
+
output: ListTagsForResourceResponse;
|
|
67
|
+
};
|
|
68
|
+
sdk: {
|
|
69
|
+
input: ListTagsForResourceCommandInput;
|
|
70
|
+
output: ListTagsForResourceCommandOutput;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
62
73
|
}
|
|
@@ -99,4 +99,15 @@ declare const RotateChannelCredentialsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: RotateChannelCredentialsRequest;
|
|
106
|
+
output: RotateChannelCredentialsResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: RotateChannelCredentialsCommandInput;
|
|
110
|
+
output: RotateChannelCredentialsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -98,4 +98,15 @@ declare const RotateIngestEndpointCredentialsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class RotateIngestEndpointCredentialsCommand extends RotateIngestEndpointCredentialsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: RotateIngestEndpointCredentialsRequest;
|
|
105
|
+
output: RotateIngestEndpointCredentialsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: RotateIngestEndpointCredentialsCommandInput;
|
|
109
|
+
output: RotateIngestEndpointCredentialsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -58,4 +58,15 @@ declare const TagResourceCommand_base: {
|
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
61
|
+
/** @internal type navigation helper, not in runtime. */
|
|
62
|
+
protected static __types: {
|
|
63
|
+
api: {
|
|
64
|
+
input: TagResourceRequest;
|
|
65
|
+
output: {};
|
|
66
|
+
};
|
|
67
|
+
sdk: {
|
|
68
|
+
input: TagResourceCommandInput;
|
|
69
|
+
output: TagResourceCommandOutput;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
61
72
|
}
|
|
@@ -58,4 +58,15 @@ declare const UntagResourceCommand_base: {
|
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
61
|
+
/** @internal type navigation helper, not in runtime. */
|
|
62
|
+
protected static __types: {
|
|
63
|
+
api: {
|
|
64
|
+
input: UntagResourceRequest;
|
|
65
|
+
output: {};
|
|
66
|
+
};
|
|
67
|
+
sdk: {
|
|
68
|
+
input: UntagResourceCommandInput;
|
|
69
|
+
output: UntagResourceCommandOutput;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
61
72
|
}
|
|
@@ -98,4 +98,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: UpdateChannelRequest;
|
|
105
|
+
output: UpdateChannelResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: UpdateChannelCommandInput;
|
|
109
|
+
output: UpdateChannelCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -397,4 +397,15 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
397
397
|
* @public
|
|
398
398
|
*/
|
|
399
399
|
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
400
|
+
/** @internal type navigation helper, not in runtime. */
|
|
401
|
+
protected static __types: {
|
|
402
|
+
api: {
|
|
403
|
+
input: UpdateOriginEndpointRequest;
|
|
404
|
+
output: UpdateOriginEndpointResponse;
|
|
405
|
+
};
|
|
406
|
+
sdk: {
|
|
407
|
+
input: UpdateOriginEndpointCommandInput;
|
|
408
|
+
output: UpdateOriginEndpointCommandOutput;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
400
411
|
}
|
|
@@ -36,4 +36,15 @@ declare const ConfigureLogsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
|
|
39
|
+
export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ConfigureLogsRequest;
|
|
43
|
+
output: ConfigureLogsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ConfigureLogsCommandInput;
|
|
47
|
+
output: ConfigureLogsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
39
|
+
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateChannelRequest;
|
|
43
|
+
output: CreateChannelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateChannelCommandInput;
|
|
47
|
+
output: CreateChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateHarvestJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base {
|
|
39
|
+
export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateHarvestJobRequest;
|
|
43
|
+
output: CreateHarvestJobResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateHarvestJobCommandInput;
|
|
47
|
+
output: CreateHarvestJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
40
|
+
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateOriginEndpointRequest;
|
|
44
|
+
output: CreateOriginEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateOriginEndpointCommandInput;
|
|
48
|
+
output: CreateOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
39
|
+
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteChannelRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteChannelCommandInput;
|
|
47
|
+
output: DeleteChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
40
|
+
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteOriginEndpointRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteOriginEndpointCommandInput;
|
|
48
|
+
output: DeleteOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
39
|
+
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeChannelRequest;
|
|
43
|
+
output: DescribeChannelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeChannelCommandInput;
|
|
47
|
+
output: DescribeChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeHarvestJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeHarvestJobCommand extends DescribeHarvestJobCommand_base {
|
|
40
|
+
export declare class DescribeHarvestJobCommand extends DescribeHarvestJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeHarvestJobRequest;
|
|
44
|
+
output: DescribeHarvestJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeHarvestJobCommandInput;
|
|
48
|
+
output: DescribeHarvestJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeOriginEndpointCommand extends DescribeOriginEndpointCommand_base {
|
|
40
|
+
export declare class DescribeOriginEndpointCommand extends DescribeOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeOriginEndpointRequest;
|
|
44
|
+
output: DescribeOriginEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeOriginEndpointCommandInput;
|
|
48
|
+
output: DescribeOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListChannelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
36
|
+
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListChannelsRequest;
|
|
40
|
+
output: ListChannelsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListChannelsCommandInput;
|
|
44
|
+
output: ListChannelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListHarvestJobsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListHarvestJobsCommand extends ListHarvestJobsCommand_base {
|
|
39
|
+
export declare class ListHarvestJobsCommand extends ListHarvestJobsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListHarvestJobsRequest;
|
|
43
|
+
output: ListHarvestJobsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListHarvestJobsCommandInput;
|
|
47
|
+
output: ListHarvestJobsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
40
|
+
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListOriginEndpointsRequest;
|
|
44
|
+
output: ListOriginEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListOriginEndpointsCommandInput;
|
|
48
|
+
output: ListOriginEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RotateChannelCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base {
|
|
40
|
+
export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RotateChannelCredentialsRequest;
|
|
44
|
+
output: RotateChannelCredentialsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RotateChannelCredentialsCommandInput;
|
|
48
|
+
output: RotateChannelCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RotateIngestEndpointCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RotateIngestEndpointCredentialsCommand extends RotateIngestEndpointCredentialsCommand_base {
|
|
40
|
+
export declare class RotateIngestEndpointCredentialsCommand extends RotateIngestEndpointCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RotateIngestEndpointCredentialsRequest;
|
|
44
|
+
output: RotateIngestEndpointCredentialsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RotateIngestEndpointCredentialsCommandInput;
|
|
48
|
+
output: RotateIngestEndpointCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
34
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagResourceCommandInput;
|
|
42
|
+
output: TagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
39
|
+
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateChannelRequest;
|
|
43
|
+
output: UpdateChannelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateChannelCommandInput;
|
|
47
|
+
output: UpdateChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
40
|
+
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateOriginEndpointRequest;
|
|
44
|
+
output: UpdateOriginEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateOriginEndpointCommandInput;
|
|
48
|
+
output: UpdateOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
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.654.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|