@aws-sdk/client-mediapackage-vod 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/CreateAssetCommand.d.ts +19 -0
- package/dist-types/commands/CreatePackagingConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/CreatePackagingGroupCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +19 -0
- package/dist-types/commands/DeletePackagingConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/DeletePackagingGroupCommand.d.ts +19 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +19 -0
- package/dist-types/commands/DescribePackagingConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/DescribePackagingGroupCommand.d.ts +19 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +19 -0
- package/dist-types/commands/ListPackagingConfigurationsCommand.d.ts +19 -0
- package/dist-types/commands/ListPackagingGroupsCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdatePackagingGroupCommand.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 MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: ConfigureLogsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
|
|
|
29
29
|
* @see {@link CreateAssetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateAssetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
|
|
|
29
29
|
* @see {@link CreatePackagingConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 CreatePackagingConfigurationCommand extends $Command<CreatePackagingConfigurationCommandInput, CreatePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: CreatePackagingConfigurationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreatePackagingGroupCommandOutput extends CreatePackagingGroupR
|
|
|
29
29
|
* @see {@link CreatePackagingGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 CreatePackagingGroupCommand extends $Command<CreatePackagingGroupCommandInput, CreatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: CreatePackagingGroupCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
|
|
|
29
29
|
* @see {@link DeleteAssetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteAssetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeletePackagingConfigurationCommandOutput extends DeletePackagi
|
|
|
29
29
|
* @see {@link DeletePackagingConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 DeletePackagingConfigurationCommand extends $Command<DeletePackagingConfigurationCommandInput, DeletePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: DeletePackagingConfigurationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeletePackagingGroupCommandOutput extends DeletePackagingGroupR
|
|
|
29
29
|
* @see {@link DeletePackagingGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 DeletePackagingGroupCommand extends $Command<DeletePackagingGroupCommandInput, DeletePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: DeletePackagingGroupCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
|
|
|
29
29
|
* @see {@link DescribeAssetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 DescribeAssetCommand extends $Command<DescribeAssetCommandInput, DescribeAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeAssetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribePackagingConfigurationCommandOutput extends DescribePac
|
|
|
29
29
|
* @see {@link DescribePackagingConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 DescribePackagingConfigurationCommand extends $Command<DescribePackagingConfigurationCommandInput, DescribePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribePackagingConfigurationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribePackagingGroupCommandOutput extends DescribePackagingGr
|
|
|
29
29
|
* @see {@link DescribePackagingGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 DescribePackagingGroupCommand extends $Command<DescribePackagingGroupCommandInput, DescribePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribePackagingGroupCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListAssetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: ListAssetsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListPackagingConfigurationsCommandOutput extends ListPackagingC
|
|
|
29
29
|
* @see {@link ListPackagingConfigurationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 ListPackagingConfigurationsCommand extends $Command<ListPackagingConfigurationsCommandInput, ListPackagingConfigurationsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: ListPackagingConfigurationsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListPackagingGroupsCommandOutput extends ListPackagingGroupsRes
|
|
|
29
29
|
* @see {@link ListPackagingGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 ListPackagingGroupsCommand extends $Command<ListPackagingGroupsCommandInput, ListPackagingGroupsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: ListPackagingGroupsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
35
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
35
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
35
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupR
|
|
|
29
29
|
* @see {@link UpdatePackagingGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient'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 UpdatePackagingGroupCommand extends $Command<UpdatePackagingGroupCommandInput, UpdatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdatePackagingGroupCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackage-vod",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackage Vod 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
|
},
|