@aws-sdk/client-mediapackage 3.289.0 → 3.292.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 +19 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +19 -0
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +19 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +19 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +19 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHarvestJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeOriginEndpointCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +19 -0
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +19 -0
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +19 -0
- package/dist-types/commands/RotateChannelCredentialsCommand.d.ts +19 -0
- package/dist-types/commands/RotateIngestEndpointCredentialsCommand.d.ts +19 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +19 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +19 -0
- package/package.json +35 -40
|
@@ -29,6 +29,25 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met
|
|
|
29
29
|
* @see {@link ConfigureLogsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ConfigureLogsCommand extends $Command<ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: ConfigureLogsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
29
29
|
* @see {@link CreateChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateChannelCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse,
|
|
|
29
29
|
* @see {@link CreateHarvestJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateHarvestJobCommand extends $Command<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateHarvestJobCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
29
29
|
* @see {@link CreateOriginEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateOriginEndpointCommand extends $Command<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateOriginEndpointCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteChannelCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointR
|
|
|
29
29
|
* @see {@link DeleteOriginEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeleteOriginEndpointCommand extends $Command<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteOriginEndpointCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
29
29
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeChannelCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeHarvestJobCommandOutput extends DescribeHarvestJobRespo
|
|
|
29
29
|
* @see {@link DescribeHarvestJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeHarvestJobCommand extends $Command<DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeHarvestJobCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeOriginEndpointCommandOutput extends DescribeOriginEndpo
|
|
|
29
29
|
* @see {@link DescribeOriginEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeOriginEndpointCommand extends $Command<DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeOriginEndpointCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: ListChannelsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, _
|
|
|
29
29
|
* @see {@link ListHarvestJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListHarvestJobsCommand extends $Command<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: ListHarvestJobsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListOriginEndpointsCommandOutput extends ListOriginEndpointsRes
|
|
|
29
29
|
* @see {@link ListOriginEndpointsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListOriginEndpointsCommand extends $Command<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: ListOriginEndpointsCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface RotateChannelCredentialsCommandOutput extends RotateChannelCred
|
|
|
31
31
|
* @see {@link RotateChannelCredentialsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
35
|
+
* The client is not authorized to access the requested resource.
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
38
|
+
* An unexpected error occurred.
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotFoundException} (client fault)
|
|
41
|
+
* The requested resource does not exist.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
44
|
+
* An unexpected error occurred.
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* The client has exceeded their resource or throttling limits.
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
50
|
+
* The parameters sent in the request are not valid.
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class RotateChannelCredentialsCommand extends $Command<RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
36
55
|
readonly input: RotateChannelCredentialsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface RotateIngestEndpointCredentialsCommandOutput extends RotateInge
|
|
|
29
29
|
* @see {@link RotateIngestEndpointCredentialsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class RotateIngestEndpointCredentialsCommand extends $Command<RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: RotateIngestEndpointCredentialsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateChannelCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointR
|
|
|
29
29
|
* @see {@link UpdateOriginEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageClientResolvedConfig | config} for MediaPackageClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* The client is not authorized to access the requested resource.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* An unexpected error occurred.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* The requested resource does not exist.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* An unexpected error occurred.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* The client has exceeded their resource or throttling limits.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnprocessableEntityException} (client fault)
|
|
48
|
+
* The parameters sent in the request are not valid.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateOriginEndpointCommand extends $Command<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateOriginEndpointCommandInput;
|
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.292.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",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|