@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,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 { PutOriginEndpointPolicyRequest, PutOriginEndpointPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutOriginEndpointPolicyCommandInput extends PutOriginEndpointPo
21
20
  */
22
21
  export interface PutOriginEndpointPolicyCommandOutput extends PutOriginEndpointPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutOriginEndpointPolicyCommand_base: {
24
+ new (input: PutOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request.</p>
@@ -70,23 +73,5 @@ export interface PutOriginEndpointPolicyCommandOutput extends PutOriginEndpointP
70
73
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
71
74
  *
72
75
  */
73
- export declare class PutOriginEndpointPolicyCommand extends $Command<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig> {
74
- readonly input: PutOriginEndpointPolicyCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: PutOriginEndpointPolicyCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
92
77
  }
@@ -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 { TagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.</p>
@@ -60,23 +63,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
61
64
  *
62
65
  */
63
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageV2ClientResolvedConfig> {
64
- readonly input: TagResourceCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: TagResourceCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class TagResourceCommand extends TagResourceCommand_base {
82
67
  }
@@ -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 { UntagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified resource.</p>
@@ -55,23 +58,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
55
58
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
56
59
  *
57
60
  */
58
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageV2ClientResolvedConfig> {
59
- readonly input: UntagResourceCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: UntagResourceCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
62
  }
@@ -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 { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
21
20
  */
22
21
  export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateChannelCommand_base: {
24
+ new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details.</p>
@@ -86,23 +89,5 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
86
89
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
87
90
  *
88
91
  */
89
- export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageV2ClientResolvedConfig> {
90
- readonly input: UpdateChannelCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: UpdateChannelCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
108
93
  }
@@ -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 { UpdateChannelGroupRequest, UpdateChannelGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateChannelGroupCommandInput extends UpdateChannelGroupReques
21
20
  */
22
21
  export interface UpdateChannelGroupCommandOutput extends UpdateChannelGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateChannelGroupCommand_base: {
24
+ new (input: UpdateChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelGroupCommandInput, UpdateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the specified channel group. You can edit the description on a channel group for easier identification later from the AWS Elemental MediaPackage console. You can't edit the name of the channel group.</p>
@@ -79,23 +82,5 @@ export interface UpdateChannelGroupCommandOutput extends UpdateChannelGroupRespo
79
82
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateChannelGroupCommand extends $Command<UpdateChannelGroupCommandInput, UpdateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig> {
83
- readonly input: UpdateChannelGroupCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateChannelGroupCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelGroupCommandInput, UpdateChannelGroupCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
101
86
  }
@@ -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;
@@ -4,4 +4,4 @@ import { MediaPackageV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListChannelGroups(config: MediaPackageV2PaginationConfiguration, input: ListChannelGroupsCommandInput, ...additionalArguments: any): Paginator<ListChannelGroupsCommandOutput>;
7
+ export declare const paginateListChannelGroups: (config: MediaPackageV2PaginationConfiguration, input: ListChannelGroupsCommandInput, ...rest: any[]) => Paginator<ListChannelGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { MediaPackageV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListChannels(config: MediaPackageV2PaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
7
+ export declare const paginateListChannels: (config: MediaPackageV2PaginationConfiguration, input: ListChannelsCommandInput, ...rest: any[]) => Paginator<ListChannelsCommandOutput>;
@@ -4,4 +4,4 @@ import { MediaPackageV2PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListOriginEndpoints(config: MediaPackageV2PaginationConfiguration, input: ListOriginEndpointsCommandInput, ...additionalArguments: any): Paginator<ListOriginEndpointsCommandOutput>;
7
+ export declare const paginateListOriginEndpoints: (config: MediaPackageV2PaginationConfiguration, input: ListOriginEndpointsCommandInput, ...rest: any[]) => Paginator<ListOriginEndpointsCommandOutput>;
@@ -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 {}