@aws-sdk/client-mediapackage-vod 3.477.0 → 3.481.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.
Files changed (85) hide show
  1. package/dist-cjs/commands/ConfigureLogsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateAssetCommand.js +18 -41
  3. package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +18 -41
  4. package/dist-cjs/commands/CreatePackagingGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteAssetCommand.js +18 -41
  6. package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +18 -41
  7. package/dist-cjs/commands/DeletePackagingGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeAssetCommand.js +18 -41
  9. package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DescribePackagingGroupCommand.js +18 -41
  11. package/dist-cjs/commands/ListAssetsCommand.js +18 -41
  12. package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +18 -41
  13. package/dist-cjs/commands/ListPackagingGroupsCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  16. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  17. package/dist-cjs/commands/UpdatePackagingGroupCommand.js +18 -41
  18. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  19. package/dist-cjs/pagination/ListAssetsPaginator.js +2 -24
  20. package/dist-cjs/pagination/ListPackagingConfigurationsPaginator.js +2 -24
  21. package/dist-cjs/pagination/ListPackagingGroupsPaginator.js +2 -24
  22. package/dist-es/commands/ConfigureLogsCommand.js +18 -41
  23. package/dist-es/commands/CreateAssetCommand.js +18 -41
  24. package/dist-es/commands/CreatePackagingConfigurationCommand.js +18 -41
  25. package/dist-es/commands/CreatePackagingGroupCommand.js +18 -41
  26. package/dist-es/commands/DeleteAssetCommand.js +18 -41
  27. package/dist-es/commands/DeletePackagingConfigurationCommand.js +18 -41
  28. package/dist-es/commands/DeletePackagingGroupCommand.js +18 -41
  29. package/dist-es/commands/DescribeAssetCommand.js +18 -41
  30. package/dist-es/commands/DescribePackagingConfigurationCommand.js +18 -41
  31. package/dist-es/commands/DescribePackagingGroupCommand.js +18 -41
  32. package/dist-es/commands/ListAssetsCommand.js +18 -41
  33. package/dist-es/commands/ListPackagingConfigurationsCommand.js +18 -41
  34. package/dist-es/commands/ListPackagingGroupsCommand.js +18 -41
  35. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  36. package/dist-es/commands/TagResourceCommand.js +18 -41
  37. package/dist-es/commands/UntagResourceCommand.js +18 -41
  38. package/dist-es/commands/UpdatePackagingGroupCommand.js +18 -41
  39. package/dist-es/endpoint/EndpointParameters.js +6 -0
  40. package/dist-es/pagination/ListAssetsPaginator.js +2 -23
  41. package/dist-es/pagination/ListPackagingConfigurationsPaginator.js +2 -23
  42. package/dist-es/pagination/ListPackagingGroupsPaginator.js +2 -23
  43. package/dist-types/commands/ConfigureLogsCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateAssetCommand.d.ts +6 -21
  45. package/dist-types/commands/CreatePackagingConfigurationCommand.d.ts +6 -21
  46. package/dist-types/commands/CreatePackagingGroupCommand.d.ts +6 -21
  47. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -21
  48. package/dist-types/commands/DeletePackagingConfigurationCommand.d.ts +6 -21
  49. package/dist-types/commands/DeletePackagingGroupCommand.d.ts +6 -21
  50. package/dist-types/commands/DescribeAssetCommand.d.ts +6 -21
  51. package/dist-types/commands/DescribePackagingConfigurationCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribePackagingGroupCommand.d.ts +6 -21
  53. package/dist-types/commands/ListAssetsCommand.d.ts +6 -21
  54. package/dist-types/commands/ListPackagingConfigurationsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListPackagingGroupsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  57. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  58. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/UpdatePackagingGroupCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListPackagingConfigurationsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListPackagingGroupsPaginator.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +3 -3
  83. package/dist-types/ts3.4/pagination/ListPackagingConfigurationsPaginator.d.ts +3 -3
  84. package/dist-types/ts3.4/pagination/ListPackagingGroupsPaginator.d.ts +3 -3
  85. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
5
4
  import { TagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Adds tags to the specified resource. You can specify one or more tags to add.
@@ -52,23 +55,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
52
55
  * <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
53
56
  *
54
57
  */
55
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
56
- readonly input: TagResourceCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: TagResourceCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class TagResourceCommand extends TagResourceCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
5
4
  import { UntagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Removes tags from the specified resource. You can specify one or more tags to remove.
@@ -52,23 +55,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
52
55
  * <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
53
56
  *
54
57
  */
55
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
56
- readonly input: UntagResourceCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: UntagResourceCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
5
4
  import { UpdatePackagingGroupRequest, UpdatePackagingGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePackagingGroupCommandInput extends UpdatePackagingGroupRe
21
20
  */
22
21
  export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePackagingGroupCommand_base: {
24
+ new (input: UpdatePackagingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackagingGroupCommandInput, UpdatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.
@@ -87,23 +90,5 @@ export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupR
87
90
  * <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdatePackagingGroupCommand extends $Command<UpdatePackagingGroupCommandInput, UpdatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
91
- readonly input: UpdatePackagingGroupCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdatePackagingGroupCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePackagingGroupCommandInput, UpdatePackagingGroupCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdatePackagingGroupCommand extends UpdatePackagingGroupCommand_base {
109
94
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { MediaPackageVodPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssets(config: MediaPackageVodPaginationConfiguration, input: ListAssetsCommandInput, ...additionalArguments: any): Paginator<ListAssetsCommandOutput>;
7
+ export declare const paginateListAssets: (config: MediaPackageVodPaginationConfiguration, input: ListAssetsCommandInput, ...rest: any[]) => Paginator<ListAssetsCommandOutput>;
@@ -4,4 +4,4 @@ import { MediaPackageVodPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPackagingConfigurations(config: MediaPackageVodPaginationConfiguration, input: ListPackagingConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListPackagingConfigurationsCommandOutput>;
7
+ export declare const paginateListPackagingConfigurations: (config: MediaPackageVodPaginationConfiguration, input: ListPackagingConfigurationsCommandInput, ...rest: any[]) => Paginator<ListPackagingConfigurationsCommandOutput>;
@@ -4,4 +4,4 @@ import { MediaPackageVodPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPackagingGroups(config: MediaPackageVodPaginationConfiguration, input: ListPackagingGroupsCommandInput, ...additionalArguments: any): Paginator<ListPackagingGroupsCommandOutput>;
7
+ export declare const paginateListPackagingGroups: (config: MediaPackageVodPaginationConfiguration, input: ListPackagingGroupsCommandInput, ...rest: any[]) => Paginator<ListPackagingGroupsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
20
14
  export interface ConfigureLogsCommandOutput
21
15
  extends ConfigureLogsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ConfigureLogsCommand extends $Command<
24
- ConfigureLogsCommandInput,
25
- ConfigureLogsCommandOutput,
26
- MediaPackageVodClientResolvedConfig
27
- > {
28
- readonly input: ConfigureLogsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ConfigureLogsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageVodClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ConfigureLogsCommand_base: {
18
+ new (
19
+ input: ConfigureLogsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ConfigureLogsCommandInput,
22
+ ConfigureLogsCommandOutput,
23
+ MediaPackageVodClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateAssetCommandInput extends CreateAssetRequest {}
17
11
  export interface CreateAssetCommandOutput
18
12
  extends CreateAssetResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateAssetCommand extends $Command<
21
- CreateAssetCommandInput,
22
- CreateAssetCommandOutput,
23
- MediaPackageVodClientResolvedConfig
24
- > {
25
- readonly input: CreateAssetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateAssetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaPackageVodClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateAssetCommand_base: {
15
+ new (
16
+ input: CreateAssetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateAssetCommandInput,
19
+ CreateAssetCommandOutput,
20
+ MediaPackageVodClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateAssetCommand extends CreateAssetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreatePackagingConfigurationCommandInput
21
15
  export interface CreatePackagingConfigurationCommandOutput
22
16
  extends CreatePackagingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreatePackagingConfigurationCommand extends $Command<
25
- CreatePackagingConfigurationCommandInput,
26
- CreatePackagingConfigurationCommandOutput,
27
- MediaPackageVodClientResolvedConfig
28
- > {
29
- readonly input: CreatePackagingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreatePackagingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageVodClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreatePackagingConfigurationCommand_base: {
19
+ new (
20
+ input: CreatePackagingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreatePackagingConfigurationCommandInput,
38
- CreatePackagingConfigurationCommandOutput
23
+ CreatePackagingConfigurationCommandOutput,
24
+ MediaPackageVodClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreatePackagingConfigurationCommand extends CreatePackagingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreatePackagingGroupCommandInput
21
15
  export interface CreatePackagingGroupCommandOutput
22
16
  extends CreatePackagingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreatePackagingGroupCommand extends $Command<
25
- CreatePackagingGroupCommandInput,
26
- CreatePackagingGroupCommandOutput,
27
- MediaPackageVodClientResolvedConfig
28
- > {
29
- readonly input: CreatePackagingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreatePackagingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageVodClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreatePackagingGroupCommand_base: {
19
+ new (
20
+ input: CreatePackagingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreatePackagingGroupCommandInput,
38
- CreatePackagingGroupCommandOutput
23
+ CreatePackagingGroupCommandOutput,
24
+ MediaPackageVodClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreatePackagingGroupCommand extends CreatePackagingGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
17
11
  export interface DeleteAssetCommandOutput
18
12
  extends DeleteAssetResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteAssetCommand extends $Command<
21
- DeleteAssetCommandInput,
22
- DeleteAssetCommandOutput,
23
- MediaPackageVodClientResolvedConfig
24
- > {
25
- readonly input: DeleteAssetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteAssetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaPackageVodClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteAssetCommand_base: {
15
+ new (
16
+ input: DeleteAssetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteAssetCommandInput,
19
+ DeleteAssetCommandOutput,
20
+ MediaPackageVodClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteAssetCommand extends DeleteAssetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeletePackagingConfigurationCommandInput
21
15
  export interface DeletePackagingConfigurationCommandOutput
22
16
  extends DeletePackagingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeletePackagingConfigurationCommand extends $Command<
25
- DeletePackagingConfigurationCommandInput,
26
- DeletePackagingConfigurationCommandOutput,
27
- MediaPackageVodClientResolvedConfig
28
- > {
29
- readonly input: DeletePackagingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeletePackagingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageVodClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeletePackagingConfigurationCommand_base: {
19
+ new (
20
+ input: DeletePackagingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeletePackagingConfigurationCommandInput,
38
- DeletePackagingConfigurationCommandOutput
23
+ DeletePackagingConfigurationCommandOutput,
24
+ MediaPackageVodClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeletePackagingConfigurationCommand extends DeletePackagingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeletePackagingGroupCommandInput
21
15
  export interface DeletePackagingGroupCommandOutput
22
16
  extends DeletePackagingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeletePackagingGroupCommand extends $Command<
25
- DeletePackagingGroupCommandInput,
26
- DeletePackagingGroupCommandOutput,
27
- MediaPackageVodClientResolvedConfig
28
- > {
29
- readonly input: DeletePackagingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeletePackagingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageVodClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeletePackagingGroupCommand_base: {
19
+ new (
20
+ input: DeletePackagingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeletePackagingGroupCommandInput,
38
- DeletePackagingGroupCommandOutput
23
+ DeletePackagingGroupCommandOutput,
24
+ MediaPackageVodClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeletePackagingGroupCommand extends DeletePackagingGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeAssetCommandInput extends DescribeAssetRequest {}
20
14
  export interface DescribeAssetCommandOutput
21
15
  extends DescribeAssetResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeAssetCommand extends $Command<
24
- DescribeAssetCommandInput,
25
- DescribeAssetCommandOutput,
26
- MediaPackageVodClientResolvedConfig
27
- > {
28
- readonly input: DescribeAssetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeAssetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageVodClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeAssetCommandInput, DescribeAssetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeAssetCommand_base: {
18
+ new (
19
+ input: DescribeAssetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeAssetCommandInput,
22
+ DescribeAssetCommandOutput,
23
+ MediaPackageVodClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeAssetCommand extends DescribeAssetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribePackagingConfigurationCommandInput
21
15
  export interface DescribePackagingConfigurationCommandOutput
22
16
  extends DescribePackagingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribePackagingConfigurationCommand extends $Command<
25
- DescribePackagingConfigurationCommandInput,
26
- DescribePackagingConfigurationCommandOutput,
27
- MediaPackageVodClientResolvedConfig
28
- > {
29
- readonly input: DescribePackagingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribePackagingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageVodClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribePackagingConfigurationCommand_base: {
19
+ new (
20
+ input: DescribePackagingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribePackagingConfigurationCommandInput,
38
- DescribePackagingConfigurationCommandOutput
23
+ DescribePackagingConfigurationCommandOutput,
24
+ MediaPackageVodClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribePackagingConfigurationCommand extends DescribePackagingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaPackageVodClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribePackagingGroupCommandInput
21
15
  export interface DescribePackagingGroupCommandOutput
22
16
  extends DescribePackagingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribePackagingGroupCommand extends $Command<
25
- DescribePackagingGroupCommandInput,
26
- DescribePackagingGroupCommandOutput,
27
- MediaPackageVodClientResolvedConfig
28
- > {
29
- readonly input: DescribePackagingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribePackagingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageVodClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribePackagingGroupCommand_base: {
19
+ new (
20
+ input: DescribePackagingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribePackagingGroupCommandInput,
38
- DescribePackagingGroupCommandOutput
23
+ DescribePackagingGroupCommandOutput,
24
+ MediaPackageVodClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribePackagingGroupCommand extends DescribePackagingGroupCommand_base {}