@aws-sdk/client-mediapackage 3.478.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 (81) hide show
  1. package/dist-cjs/commands/ConfigureLogsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateChannelCommand.js +18 -41
  3. package/dist-cjs/commands/CreateHarvestJobCommand.js +18 -41
  4. package/dist-cjs/commands/CreateOriginEndpointCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteOriginEndpointCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeChannelCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeHarvestJobCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeOriginEndpointCommand.js +18 -41
  10. package/dist-cjs/commands/ListChannelsCommand.js +18 -41
  11. package/dist-cjs/commands/ListHarvestJobsCommand.js +18 -41
  12. package/dist-cjs/commands/ListOriginEndpointsCommand.js +18 -41
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  14. package/dist-cjs/commands/RotateChannelCredentialsCommand.js +18 -41
  15. package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js +18 -41
  16. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  17. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateOriginEndpointCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-es/commands/ConfigureLogsCommand.js +18 -41
  22. package/dist-es/commands/CreateChannelCommand.js +18 -41
  23. package/dist-es/commands/CreateHarvestJobCommand.js +18 -41
  24. package/dist-es/commands/CreateOriginEndpointCommand.js +18 -41
  25. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  26. package/dist-es/commands/DeleteOriginEndpointCommand.js +18 -41
  27. package/dist-es/commands/DescribeChannelCommand.js +18 -41
  28. package/dist-es/commands/DescribeHarvestJobCommand.js +18 -41
  29. package/dist-es/commands/DescribeOriginEndpointCommand.js +18 -41
  30. package/dist-es/commands/ListChannelsCommand.js +18 -41
  31. package/dist-es/commands/ListHarvestJobsCommand.js +18 -41
  32. package/dist-es/commands/ListOriginEndpointsCommand.js +18 -41
  33. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  34. package/dist-es/commands/RotateChannelCredentialsCommand.js +18 -41
  35. package/dist-es/commands/RotateIngestEndpointCredentialsCommand.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/UpdateChannelCommand.js +18 -41
  39. package/dist-es/commands/UpdateOriginEndpointCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/ConfigureLogsCommand.d.ts +6 -21
  42. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  43. package/dist-types/commands/CreateHarvestJobCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  46. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeHarvestJobCommand.d.ts +6 -21
  49. package/dist-types/commands/DescribeOriginEndpointCommand.d.ts +6 -21
  50. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  51. package/dist-types/commands/ListHarvestJobsCommand.d.ts +6 -21
  52. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +6 -21
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  54. package/dist-types/commands/RotateChannelCredentialsCommand.d.ts +6 -21
  55. package/dist-types/commands/RotateIngestEndpointCredentialsCommand.d.ts +6 -21
  56. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  57. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  58. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  59. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +9 -9
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateChannelResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateChannelCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateChannelCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "MediaPackageClient";
27
- const commandName = "UpdateChannelCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: UpdateChannelResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "MediaPackage",
36
- operation: "UpdateChannel",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateChannelCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateChannelCommand(output, context);
47
- }
8
+ export class UpdateChannelCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("MediaPackage", "UpdateChannel", {})
20
+ .n("MediaPackageClient", "UpdateChannelCommand")
21
+ .f(void 0, UpdateChannelResponseFilterSensitiveLog)
22
+ .ser(se_UpdateChannelCommand)
23
+ .de(de_UpdateChannelCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateOriginEndpointCommand, se_UpdateOriginEndpointCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateOriginEndpointCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateOriginEndpointCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MediaPackageClient";
26
- const commandName = "UpdateOriginEndpointCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "MediaPackage",
35
- operation: "UpdateOriginEndpoint",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateOriginEndpointCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateOriginEndpointCommand(output, context);
46
- }
7
+ export class UpdateOriginEndpointCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("MediaPackage", "UpdateOriginEndpoint", {})
19
+ .n("MediaPackageClient", "UpdateOriginEndpointCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateOriginEndpointCommand)
22
+ .de(de_UpdateOriginEndpointCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "mediapackage",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {
21
20
  */
22
21
  export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ConfigureLogsCommand_base: {
24
+ new (input: ConfigureLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Changes the Channel's properities to configure log subscription
@@ -97,23 +100,5 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met
97
100
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
98
101
  *
99
102
  */
100
- export declare class ConfigureLogsCommand extends $Command<ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig> {
101
- readonly input: ConfigureLogsCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: ConfigureLogsCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
119
104
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
21
20
  */
22
21
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateChannelCommand_base: {
24
+ new (input: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Creates a new Channel.
@@ -95,23 +98,5 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
95
98
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
96
99
  *
97
100
  */
98
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageClientResolvedConfig> {
99
- readonly input: CreateChannelCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: CreateChannelCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class CreateChannelCommand extends CreateChannelCommand_base {
117
102
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { CreateHarvestJobRequest, CreateHarvestJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {
21
20
  */
22
21
  export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateHarvestJobCommand_base: {
24
+ new (input: CreateHarvestJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Creates a new HarvestJob record.
@@ -89,23 +92,5 @@ export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse,
89
92
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
90
93
  *
91
94
  */
92
- export declare class CreateHarvestJobCommand extends $Command<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageClientResolvedConfig> {
93
- readonly input: CreateHarvestJobCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: CreateHarvestJobCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base {
111
96
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { CreateOriginEndpointRequest, CreateOriginEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateOriginEndpointCommandInput extends CreateOriginEndpointRe
21
20
  */
22
21
  export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateOriginEndpointCommand_base: {
24
+ new (input: CreateOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Creates a new OriginEndpoint record.
@@ -395,23 +398,5 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
395
398
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
396
399
  *
397
400
  */
398
- export declare class CreateOriginEndpointCommand extends $Command<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
399
- readonly input: CreateOriginEndpointCommandInput;
400
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
401
- /**
402
- * @public
403
- */
404
- constructor(input: CreateOriginEndpointCommandInput);
405
- /**
406
- * @internal
407
- */
408
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput>;
409
- /**
410
- * @internal
411
- */
412
- private serialize;
413
- /**
414
- * @internal
415
- */
416
- private deserialize;
401
+ export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
417
402
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
21
20
  */
22
21
  export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteChannelCommand_base: {
24
+ new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes an existing Channel.
@@ -67,23 +70,5 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageClientResolvedConfig> {
71
- readonly input: DeleteChannelCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteChannelCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
89
74
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { DeleteOriginEndpointRequest, DeleteOriginEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteOriginEndpointCommandInput extends DeleteOriginEndpointRe
21
20
  */
22
21
  export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteOriginEndpointCommand_base: {
24
+ new (input: DeleteOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes an existing OriginEndpoint.
@@ -67,23 +70,5 @@ export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointR
67
70
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteOriginEndpointCommand extends $Command<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
71
- readonly input: DeleteOriginEndpointCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteOriginEndpointCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
89
74
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {
21
20
  */
22
21
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeChannelCommand_base: {
24
+ new (input: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Gets details about a Channel.
@@ -91,23 +94,5 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
91
94
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig> {
95
- readonly input: DescribeChannelCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribeChannelCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChannelCommandInput, DescribeChannelCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
113
98
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { DescribeHarvestJobRequest, DescribeHarvestJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeHarvestJobCommandInput extends DescribeHarvestJobReques
21
20
  */
22
21
  export interface DescribeHarvestJobCommandOutput extends DescribeHarvestJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeHarvestJobCommand_base: {
24
+ new (input: DescribeHarvestJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Gets details about an existing HarvestJob.
@@ -81,23 +84,5 @@ export interface DescribeHarvestJobCommandOutput extends DescribeHarvestJobRespo
81
84
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeHarvestJobCommand extends $Command<DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput, MediaPackageClientResolvedConfig> {
85
- readonly input: DescribeHarvestJobCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeHarvestJobCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeHarvestJobCommand extends DescribeHarvestJobCommand_base {
103
88
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { DescribeOriginEndpointRequest, DescribeOriginEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOriginEndpointCommandInput extends DescribeOriginEndpoi
21
20
  */
22
21
  export interface DescribeOriginEndpointCommandOutput extends DescribeOriginEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOriginEndpointCommand_base: {
24
+ new (input: DescribeOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Gets details about an existing OriginEndpoint.
@@ -234,23 +237,5 @@ export interface DescribeOriginEndpointCommandOutput extends DescribeOriginEndpo
234
237
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
235
238
  *
236
239
  */
237
- export declare class DescribeOriginEndpointCommand extends $Command<DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
238
- readonly input: DescribeOriginEndpointCommandInput;
239
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
240
- /**
241
- * @public
242
- */
243
- constructor(input: DescribeOriginEndpointCommandInput);
244
- /**
245
- * @internal
246
- */
247
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput>;
248
- /**
249
- * @internal
250
- */
251
- private serialize;
252
- /**
253
- * @internal
254
- */
255
- private deserialize;
240
+ export declare class DescribeOriginEndpointCommand extends DescribeOriginEndpointCommand_base {
256
241
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
21
20
  */
22
21
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListChannelsCommand_base: {
24
+ new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Returns a collection of Channels.
@@ -97,23 +100,5 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
97
100
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
98
101
  *
99
102
  */
100
- export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageClientResolvedConfig> {
101
- readonly input: ListChannelsCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: ListChannelsCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class ListChannelsCommand extends ListChannelsCommand_base {
119
104
  }
@@ -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 { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient";
5
4
  import { ListHarvestJobsRequest, ListHarvestJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHarvestJobsCommandInput extends ListHarvestJobsRequest {
21
20
  */
22
21
  export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHarvestJobsCommand_base: {
24
+ new (input: ListHarvestJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Returns a collection of HarvestJob records.
@@ -89,23 +92,5 @@ export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, _
89
92
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
90
93
  *
91
94
  */
92
- export declare class ListHarvestJobsCommand extends $Command<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig> {
93
- readonly input: ListHarvestJobsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: ListHarvestJobsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class ListHarvestJobsCommand extends ListHarvestJobsCommand_base {
111
96
  }