@aws-sdk/client-mediapackagev2 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 (113) 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-cjs/pagination/ListChannelGroupsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListOriginEndpointsPaginator.js +2 -24
  29. package/dist-es/commands/CreateChannelCommand.js +18 -41
  30. package/dist-es/commands/CreateChannelGroupCommand.js +18 -41
  31. package/dist-es/commands/CreateOriginEndpointCommand.js +18 -41
  32. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  33. package/dist-es/commands/DeleteChannelGroupCommand.js +18 -41
  34. package/dist-es/commands/DeleteChannelPolicyCommand.js +18 -41
  35. package/dist-es/commands/DeleteOriginEndpointCommand.js +18 -41
  36. package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +18 -41
  37. package/dist-es/commands/GetChannelCommand.js +18 -41
  38. package/dist-es/commands/GetChannelGroupCommand.js +18 -41
  39. package/dist-es/commands/GetChannelPolicyCommand.js +18 -41
  40. package/dist-es/commands/GetOriginEndpointCommand.js +18 -41
  41. package/dist-es/commands/GetOriginEndpointPolicyCommand.js +18 -41
  42. package/dist-es/commands/ListChannelGroupsCommand.js +18 -41
  43. package/dist-es/commands/ListChannelsCommand.js +18 -41
  44. package/dist-es/commands/ListOriginEndpointsCommand.js +18 -41
  45. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  46. package/dist-es/commands/PutChannelPolicyCommand.js +18 -41
  47. package/dist-es/commands/PutOriginEndpointPolicyCommand.js +18 -41
  48. package/dist-es/commands/TagResourceCommand.js +18 -41
  49. package/dist-es/commands/UntagResourceCommand.js +18 -41
  50. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  51. package/dist-es/commands/UpdateChannelGroupCommand.js +18 -41
  52. package/dist-es/commands/UpdateOriginEndpointCommand.js +18 -41
  53. package/dist-es/endpoint/EndpointParameters.js +6 -0
  54. package/dist-es/pagination/ListChannelGroupsPaginator.js +2 -23
  55. package/dist-es/pagination/ListChannelsPaginator.js +2 -23
  56. package/dist-es/pagination/ListOriginEndpointsPaginator.js +2 -23
  57. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateChannelGroupCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +6 -21
  65. package/dist-types/commands/GetChannelCommand.d.ts +6 -21
  66. package/dist-types/commands/GetChannelGroupCommand.d.ts +6 -21
  67. package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/GetOriginEndpointCommand.d.ts +6 -21
  69. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +6 -21
  70. package/dist-types/commands/ListChannelGroupsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  74. package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -21
  75. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +6 -21
  76. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/pagination/ListChannelGroupsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListOriginEndpointsPaginator.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  110. package/dist-types/ts3.4/pagination/ListChannelGroupsPaginator.d.ts +3 -3
  111. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
  112. package/dist-types/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +3 -3
  113. package/package.json +11 -11
@@ -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 {}
@@ -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 GetOriginEndpointPolicyCommandInput
21
15
  export interface GetOriginEndpointPolicyCommandOutput
22
16
  extends GetOriginEndpointPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetOriginEndpointPolicyCommand extends $Command<
25
- GetOriginEndpointPolicyCommandInput,
26
- GetOriginEndpointPolicyCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: GetOriginEndpointPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetOriginEndpointPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetOriginEndpointPolicyCommand_base: {
19
+ new (
20
+ input: GetOriginEndpointPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetOriginEndpointPolicyCommandInput,
38
- GetOriginEndpointPolicyCommandOutput
23
+ GetOriginEndpointPolicyCommandOutput,
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 GetOriginEndpointPolicyCommand extends GetOriginEndpointPolicyCommand_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 ListChannelGroupsCommandInput
21
15
  export interface ListChannelGroupsCommandOutput
22
16
  extends ListChannelGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListChannelGroupsCommand extends $Command<
25
- ListChannelGroupsCommandInput,
26
- ListChannelGroupsCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: ListChannelGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListChannelGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListChannelGroupsCommandInput, ListChannelGroupsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListChannelGroupsCommand_base: {
19
+ new (
20
+ input: ListChannelGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListChannelGroupsCommandInput,
23
+ ListChannelGroupsCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListChannelGroupsCommand extends ListChannelGroupsCommand_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 ListChannelsCommandInput extends ListChannelsRequest {}
17
11
  export interface ListChannelsCommandOutput
18
12
  extends ListChannelsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListChannelsCommand extends $Command<
21
- ListChannelsCommandInput,
22
- ListChannelsCommandOutput,
23
- MediaPackageV2ClientResolvedConfig
24
- > {
25
- readonly input: ListChannelsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListChannelsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaPackageV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListChannelsCommand_base: {
15
+ new (
16
+ input: ListChannelsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListChannelsCommandInput,
19
+ ListChannelsCommandOutput,
20
+ MediaPackageV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListChannelsCommand extends ListChannelsCommand_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 ListOriginEndpointsCommandInput
21
15
  export interface ListOriginEndpointsCommandOutput
22
16
  extends ListOriginEndpointsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListOriginEndpointsCommand extends $Command<
25
- ListOriginEndpointsCommandInput,
26
- ListOriginEndpointsCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: ListOriginEndpointsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListOriginEndpointsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListOriginEndpointsCommand_base: {
19
+ new (
20
+ input: ListOriginEndpointsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListOriginEndpointsCommandInput,
23
+ ListOriginEndpointsCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_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 ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ MediaPackageV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 PutChannelPolicyCommandInput extends PutChannelPolicyRequest {}
20
14
  export interface PutChannelPolicyCommandOutput
21
15
  extends PutChannelPolicyResponse,
22
16
  __MetadataBearer {}
23
- export declare class PutChannelPolicyCommand extends $Command<
24
- PutChannelPolicyCommandInput,
25
- PutChannelPolicyCommandOutput,
26
- MediaPackageV2ClientResolvedConfig
27
- > {
28
- readonly input: PutChannelPolicyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutChannelPolicyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaPackageV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutChannelPolicyCommand_base: {
18
+ new (
19
+ input: PutChannelPolicyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutChannelPolicyCommandInput,
22
+ PutChannelPolicyCommandOutput,
23
+ MediaPackageV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_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 PutOriginEndpointPolicyCommandInput
21
15
  export interface PutOriginEndpointPolicyCommandOutput
22
16
  extends PutOriginEndpointPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutOriginEndpointPolicyCommand extends $Command<
25
- PutOriginEndpointPolicyCommandInput,
26
- PutOriginEndpointPolicyCommandOutput,
27
- MediaPackageV2ClientResolvedConfig
28
- > {
29
- readonly input: PutOriginEndpointPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutOriginEndpointPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaPackageV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutOriginEndpointPolicyCommand_base: {
19
+ new (
20
+ input: PutOriginEndpointPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutOriginEndpointPolicyCommandInput,
38
- PutOriginEndpointPolicyCommandOutput
23
+ PutOriginEndpointPolicyCommandOutput,
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 PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_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,
@@ -15,19 +9,16 @@ import { TagResourceRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput extends __MetadataBearer {}
18
- export declare class TagResourceCommand extends $Command<
19
- TagResourceCommandInput,
20
- TagResourceCommandOutput,
21
- MediaPackageV2ClientResolvedConfig
22
- > {
23
- readonly input: TagResourceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: TagResourceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: MediaPackageV2ClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const TagResourceCommand_base: {
13
+ new (
14
+ input: TagResourceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ TagResourceCommandInput,
17
+ TagResourceCommandOutput,
18
+ MediaPackageV2ClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class TagResourceCommand extends TagResourceCommand_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,
@@ -15,19 +9,16 @@ import { UntagResourceRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
17
11
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
18
- export declare class UntagResourceCommand extends $Command<
19
- UntagResourceCommandInput,
20
- UntagResourceCommandOutput,
21
- MediaPackageV2ClientResolvedConfig
22
- > {
23
- readonly input: UntagResourceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: UntagResourceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: MediaPackageV2ClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const UntagResourceCommand_base: {
13
+ new (
14
+ input: UntagResourceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ UntagResourceCommandInput,
17
+ UntagResourceCommandOutput,
18
+ MediaPackageV2ClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}