@aws-sdk/client-mediapackagev2 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 (101) hide show
  1. package/dist-cjs/commands/CreateChannelCommand.js +18 -41
  2. package/dist-cjs/commands/CreateChannelGroupCommand.js +18 -41
  3. package/dist-cjs/commands/CreateOriginEndpointCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteChannelGroupCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteOriginEndpointCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteOriginEndpointPolicyCommand.js +18 -41
  9. package/dist-cjs/commands/GetChannelCommand.js +18 -41
  10. package/dist-cjs/commands/GetChannelGroupCommand.js +18 -41
  11. package/dist-cjs/commands/GetChannelPolicyCommand.js +18 -41
  12. package/dist-cjs/commands/GetOriginEndpointCommand.js +18 -41
  13. package/dist-cjs/commands/GetOriginEndpointPolicyCommand.js +18 -41
  14. package/dist-cjs/commands/ListChannelGroupsCommand.js +18 -41
  15. package/dist-cjs/commands/ListChannelsCommand.js +18 -41
  16. package/dist-cjs/commands/ListOriginEndpointsCommand.js +18 -41
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  18. package/dist-cjs/commands/PutChannelPolicyCommand.js +18 -41
  19. package/dist-cjs/commands/PutOriginEndpointPolicyCommand.js +18 -41
  20. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  21. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateChannelGroupCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateOriginEndpointCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-es/commands/CreateChannelCommand.js +18 -41
  27. package/dist-es/commands/CreateChannelGroupCommand.js +18 -41
  28. package/dist-es/commands/CreateOriginEndpointCommand.js +18 -41
  29. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  30. package/dist-es/commands/DeleteChannelGroupCommand.js +18 -41
  31. package/dist-es/commands/DeleteChannelPolicyCommand.js +18 -41
  32. package/dist-es/commands/DeleteOriginEndpointCommand.js +18 -41
  33. package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +18 -41
  34. package/dist-es/commands/GetChannelCommand.js +18 -41
  35. package/dist-es/commands/GetChannelGroupCommand.js +18 -41
  36. package/dist-es/commands/GetChannelPolicyCommand.js +18 -41
  37. package/dist-es/commands/GetOriginEndpointCommand.js +18 -41
  38. package/dist-es/commands/GetOriginEndpointPolicyCommand.js +18 -41
  39. package/dist-es/commands/ListChannelGroupsCommand.js +18 -41
  40. package/dist-es/commands/ListChannelsCommand.js +18 -41
  41. package/dist-es/commands/ListOriginEndpointsCommand.js +18 -41
  42. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  43. package/dist-es/commands/PutChannelPolicyCommand.js +18 -41
  44. package/dist-es/commands/PutOriginEndpointPolicyCommand.js +18 -41
  45. package/dist-es/commands/TagResourceCommand.js +18 -41
  46. package/dist-es/commands/UntagResourceCommand.js +18 -41
  47. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  48. package/dist-es/commands/UpdateChannelGroupCommand.js +18 -41
  49. package/dist-es/commands/UpdateOriginEndpointCommand.js +18 -41
  50. package/dist-es/endpoint/EndpointParameters.js +6 -0
  51. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  52. package/dist-types/commands/CreateChannelGroupCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -21
  57. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +6 -21
  59. package/dist-types/commands/GetChannelCommand.d.ts +6 -21
  60. package/dist-types/commands/GetChannelGroupCommand.d.ts +6 -21
  61. package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -21
  62. package/dist-types/commands/GetOriginEndpointCommand.d.ts +6 -21
  63. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +6 -21
  64. package/dist-types/commands/ListChannelGroupsCommand.d.ts +6 -21
  65. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  66. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -21
  69. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +6 -21
  70. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  72. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  73. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +6 -21
  74. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -21
  75. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  76. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  101. package/package.json +9 -9
@@ -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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
5
4
  import { UpdateOriginEndpointRequest, UpdateOriginEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateOriginEndpointCommandInput extends UpdateOriginEndpointRe
21
20
  */
22
21
  export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateOriginEndpointCommand_base: {
24
+ new (input: UpdateOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the specified origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint.</p>
@@ -223,23 +226,5 @@ export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointR
223
226
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
224
227
  *
225
228
  */
226
- export declare class UpdateOriginEndpointCommand extends $Command<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig> {
227
- readonly input: UpdateOriginEndpointCommandInput;
228
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
229
- /**
230
- * @public
231
- */
232
- constructor(input: UpdateOriginEndpointCommandInput);
233
- /**
234
- * @internal
235
- */
236
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput>;
237
- /**
238
- * @internal
239
- */
240
- private serialize;
241
- /**
242
- * @internal
243
- */
244
- private deserialize;
229
+ export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
245
230
  }
@@ -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;
@@ -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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {}
20
14
  export interface CreateChannelCommandOutput
21
15
  extends CreateChannelResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateChannelCommand extends $Command<
24
- CreateChannelCommandInput,
25
- CreateChannelCommandOutput,
26
- MediaPackageV2ClientResolvedConfig
27
- > {
28
- readonly input: CreateChannelCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateChannelCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateChannelCommand_base: {
18
+ new (
19
+ input: CreateChannelCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateChannelCommandInput,
22
+ CreateChannelCommandOutput,
23
+ MediaPackageV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateChannelCommand extends CreateChannelCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateChannelGroupCommandInput
21
15
  export interface CreateChannelGroupCommandOutput
22
16
  extends CreateChannelGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateChannelGroupCommand extends $Command<
25
- CreateChannelGroupCommandInput,
26
- CreateChannelGroupCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: CreateChannelGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateChannelGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateChannelGroupCommandInput, CreateChannelGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateChannelGroupCommand_base: {
19
+ new (
20
+ input: CreateChannelGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateChannelGroupCommandInput,
23
+ CreateChannelGroupCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateChannelGroupCommand extends CreateChannelGroupCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateOriginEndpointCommandInput
21
15
  export interface CreateOriginEndpointCommandOutput
22
16
  extends CreateOriginEndpointResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateOriginEndpointCommand extends $Command<
25
- CreateOriginEndpointCommandInput,
26
- CreateOriginEndpointCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: CreateOriginEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateOriginEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateOriginEndpointCommand_base: {
19
+ new (
20
+ input: CreateOriginEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateOriginEndpointCommandInput,
38
- CreateOriginEndpointCommandOutput
23
+ CreateOriginEndpointCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
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 CreateOriginEndpointCommand extends CreateOriginEndpointCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
20
14
  export interface DeleteChannelCommandOutput
21
15
  extends DeleteChannelResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteChannelCommand extends $Command<
24
- DeleteChannelCommandInput,
25
- DeleteChannelCommandOutput,
26
- MediaPackageV2ClientResolvedConfig
27
- > {
28
- readonly input: DeleteChannelCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteChannelCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteChannelCommand_base: {
18
+ new (
19
+ input: DeleteChannelCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteChannelCommandInput,
22
+ DeleteChannelCommandOutput,
23
+ MediaPackageV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteChannelCommand extends DeleteChannelCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteChannelGroupCommandInput
21
15
  export interface DeleteChannelGroupCommandOutput
22
16
  extends DeleteChannelGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteChannelGroupCommand extends $Command<
25
- DeleteChannelGroupCommandInput,
26
- DeleteChannelGroupCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: DeleteChannelGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteChannelGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteChannelGroupCommandInput, DeleteChannelGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteChannelGroupCommand_base: {
19
+ new (
20
+ input: DeleteChannelGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteChannelGroupCommandInput,
23
+ DeleteChannelGroupCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteChannelGroupCommand extends DeleteChannelGroupCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteChannelPolicyCommandInput
21
15
  export interface DeleteChannelPolicyCommandOutput
22
16
  extends DeleteChannelPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteChannelPolicyCommand extends $Command<
25
- DeleteChannelPolicyCommandInput,
26
- DeleteChannelPolicyCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: DeleteChannelPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteChannelPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteChannelPolicyCommand_base: {
19
+ new (
20
+ input: DeleteChannelPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteChannelPolicyCommandInput,
23
+ DeleteChannelPolicyCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteOriginEndpointCommandInput
21
15
  export interface DeleteOriginEndpointCommandOutput
22
16
  extends DeleteOriginEndpointResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteOriginEndpointCommand extends $Command<
25
- DeleteOriginEndpointCommandInput,
26
- DeleteOriginEndpointCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: DeleteOriginEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteOriginEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteOriginEndpointCommand_base: {
19
+ new (
20
+ input: DeleteOriginEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteOriginEndpointCommandInput,
38
- DeleteOriginEndpointCommandOutput
23
+ DeleteOriginEndpointCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
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 DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteOriginEndpointPolicyCommandInput
21
15
  export interface DeleteOriginEndpointPolicyCommandOutput
22
16
  extends DeleteOriginEndpointPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteOriginEndpointPolicyCommand extends $Command<
25
- DeleteOriginEndpointPolicyCommandInput,
26
- DeleteOriginEndpointPolicyCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: DeleteOriginEndpointPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteOriginEndpointPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteOriginEndpointPolicyCommand_base: {
19
+ new (
20
+ input: DeleteOriginEndpointPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteOriginEndpointPolicyCommandInput,
38
- DeleteOriginEndpointPolicyCommandOutput
23
+ DeleteOriginEndpointPolicyCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
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 DeleteOriginEndpointPolicyCommand extends DeleteOriginEndpointPolicyCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetChannelCommandInput extends GetChannelRequest {}
17
11
  export interface GetChannelCommandOutput
18
12
  extends GetChannelResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetChannelCommand extends $Command<
21
- GetChannelCommandInput,
22
- GetChannelCommandOutput,
23
- MediaPackageV2ClientResolvedConfig
24
- > {
25
- readonly input: GetChannelCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetChannelCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaPackageV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetChannelCommandInput, GetChannelCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetChannelCommand_base: {
15
+ new (
16
+ input: GetChannelCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetChannelCommandInput,
19
+ GetChannelCommandOutput,
20
+ MediaPackageV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetChannelCommand extends GetChannelCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetChannelGroupCommandInput extends GetChannelGroupRequest {}
20
14
  export interface GetChannelGroupCommandOutput
21
15
  extends GetChannelGroupResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetChannelGroupCommand extends $Command<
24
- GetChannelGroupCommandInput,
25
- GetChannelGroupCommandOutput,
26
- MediaPackageV2ClientResolvedConfig
27
- > {
28
- readonly input: GetChannelGroupCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetChannelGroupCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetChannelGroupCommandInput, GetChannelGroupCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetChannelGroupCommand_base: {
18
+ new (
19
+ input: GetChannelGroupCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetChannelGroupCommandInput,
22
+ GetChannelGroupCommandOutput,
23
+ MediaPackageV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetChannelGroupCommand extends GetChannelGroupCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
20
14
  export interface GetChannelPolicyCommandOutput
21
15
  extends GetChannelPolicyResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetChannelPolicyCommand extends $Command<
24
- GetChannelPolicyCommandInput,
25
- GetChannelPolicyCommandOutput,
26
- MediaPackageV2ClientResolvedConfig
27
- > {
28
- readonly input: GetChannelPolicyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetChannelPolicyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetChannelPolicyCommand_base: {
18
+ new (
19
+ input: GetChannelPolicyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetChannelPolicyCommandInput,
22
+ GetChannelPolicyCommandOutput,
23
+ MediaPackageV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_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
  MediaPackageV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetOriginEndpointCommandInput
21
15
  export interface GetOriginEndpointCommandOutput
22
16
  extends GetOriginEndpointResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetOriginEndpointCommand extends $Command<
25
- GetOriginEndpointCommandInput,
26
- GetOriginEndpointCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: GetOriginEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetOriginEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetOriginEndpointCommandInput, GetOriginEndpointCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetOriginEndpointCommand_base: {
19
+ new (
20
+ input: GetOriginEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetOriginEndpointCommandInput,
23
+ GetOriginEndpointCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetOriginEndpointCommand extends GetOriginEndpointCommand_base {}