@aws-sdk/client-mediapackagev2 3.533.0 → 3.535.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 (53) hide show
  1. package/dist-types/MediaPackageV2.d.ts +2 -1
  2. package/dist-types/MediaPackageV2Client.d.ts +1 -1
  3. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateChannelGroupCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  12. package/dist-types/commands/GetChannelGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/GetOriginEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/ListChannelGroupsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +2 -1
  27. package/dist-types/models/models_0.d.ts +296 -296
  28. package/dist-types/ts3.4/MediaPackageV2.d.ts +1 -0
  29. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +9 -0
  53. package/package.json +40 -40
@@ -106,6 +106,7 @@ export interface MediaPackageV2 {
106
106
  /**
107
107
  * @see {@link ListChannelGroupsCommand}
108
108
  */
109
+ listChannelGroups(): Promise<ListChannelGroupsCommandOutput>;
109
110
  listChannelGroups(args: ListChannelGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelGroupsCommandOutput>;
110
111
  listChannelGroups(args: ListChannelGroupsCommandInput, cb: (err: any, data?: ListChannelGroupsCommandOutput) => void): void;
111
112
  listChannelGroups(args: ListChannelGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelGroupsCommandOutput) => void): void;
@@ -171,7 +172,6 @@ export interface MediaPackageV2 {
171
172
  updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void): void;
172
173
  }
173
174
  /**
174
- * @public
175
175
  * <note>
176
176
  * <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023.
177
177
  * To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to
@@ -184,6 +184,7 @@ export interface MediaPackageV2 {
184
184
  * </note>
185
185
  * <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p>
186
186
  * <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
187
+ * @public
187
188
  */
188
189
  export declare class MediaPackageV2 extends MediaPackageV2Client implements MediaPackageV2 {
189
190
  }
@@ -175,7 +175,6 @@ export type MediaPackageV2ClientResolvedConfigType = __SmithyResolvedConfigurati
175
175
  export interface MediaPackageV2ClientResolvedConfig extends MediaPackageV2ClientResolvedConfigType {
176
176
  }
177
177
  /**
178
- * @public
179
178
  * <note>
180
179
  * <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023.
181
180
  * To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to
@@ -188,6 +187,7 @@ export interface MediaPackageV2ClientResolvedConfig extends MediaPackageV2Client
188
187
  * </note>
189
188
  * <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p>
190
189
  * <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>
190
+ * @public
191
191
  */
192
192
  export declare class MediaPackageV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaPackageV2ClientResolvedConfig> {
193
193
  /**
@@ -22,10 +22,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
22
22
  }
23
23
  declare const CreateChannelCommand_base: {
24
24
  new (input: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a channel to start receiving content streams. The channel represents the input to MediaPackage for incoming live content from an encoder such as AWS Elemental MediaLive. The channel receives content, and after packaging it, outputs it through an origin endpoint to downstream devices (such as video players or CDNs) that request the content. You can create only one channel with each request. We recommend that you spread out channels between channel groups, such as putting redundant channels in the same AWS Region in different channel groups.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const CreateChannelCommand_base: {
95
95
  * @throws {@link MediaPackageV2ServiceException}
96
96
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class CreateChannelCommand extends CreateChannelCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface CreateChannelGroupCommandOutput extends CreateChannelGroupRespo
22
22
  }
23
23
  declare const CreateChannelGroupCommand_base: {
24
24
  new (input: CreateChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelGroupCommandInput, CreateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelGroupCommandInput, CreateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a channel group to group your channels and origin endpoints. A channel group is the top-level resource that consists of channels and origin endpoints that are associated with it and that provides predictable URLs for stream delivery. All channels and origin endpoints within the channel group are guaranteed to share the DNS. You can create only one channel group with each request. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const CreateChannelGroupCommand_base: {
88
88
  * @throws {@link MediaPackageV2ServiceException}
89
89
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateChannelGroupCommand extends CreateChannelGroupCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
22
22
  }
23
23
  declare const CreateOriginEndpointCommand_base: {
24
24
  new (input: CreateOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The endpoint is attached to a channel, and represents the output of the live content. You can associate multiple endpoints to a single channel. Each endpoint gives players and downstream CDNs (such as Amazon CloudFront) access to the content for playback. Content can't be served from a channel until it has an endpoint. You can create only one endpoint with each request. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -229,6 +229,7 @@ declare const CreateOriginEndpointCommand_base: {
229
229
  * @throws {@link MediaPackageV2ServiceException}
230
230
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
231
231
  *
232
+ * @public
232
233
  */
233
234
  export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
234
235
  }
@@ -22,10 +22,10 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
22
22
  }
23
23
  declare const DeleteChannelCommand_base: {
24
24
  new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a channel to stop AWS Elemental MediaPackage from receiving further content. You must delete the channel's origin endpoints before you can delete the channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteChannelCommand_base: {
67
67
  * @throws {@link MediaPackageV2ServiceException}
68
68
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteChannelGroupCommandOutput extends DeleteChannelGroupRespo
22
22
  }
23
23
  declare const DeleteChannelGroupCommand_base: {
24
24
  new (input: DeleteChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelGroupCommandInput, DeleteChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelGroupCommandInput, DeleteChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a channel group. You must delete the channel group's channels and origin endpoints before you can delete the channel group. If you delete a channel group, you'll lose access to the egress domain and will have to create a new channel group to replace it.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteChannelGroupCommand_base: {
66
66
  * @throws {@link MediaPackageV2ServiceException}
67
67
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteChannelGroupCommand extends DeleteChannelGroupCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
22
22
  }
23
23
  declare const DeleteChannelPolicyCommand_base: {
24
24
  new (input: DeleteChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a channel policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteChannelPolicyCommand_base: {
67
67
  * @throws {@link MediaPackageV2ServiceException}
68
68
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointR
22
22
  }
23
23
  declare const DeleteOriginEndpointCommand_base: {
24
24
  new (input: DeleteOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Origin endpoints can serve content until they're deleted. Delete the endpoint if it should no longer respond to playback requests. You must delete all endpoints from a channel before you can delete the channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteOriginEndpointCommand_base: {
65
65
  * @throws {@link MediaPackageV2ServiceException}
66
66
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteOriginEndpointPolicyCommandOutput extends DeleteOriginEnd
22
22
  }
23
23
  declare const DeleteOriginEndpointPolicyCommand_base: {
24
24
  new (input: DeleteOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginEndpointPolicyCommandInput, DeleteOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginEndpointPolicyCommandInput, DeleteOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an origin endpoint policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteOriginEndpointPolicyCommand_base: {
68
68
  * @throws {@link MediaPackageV2ServiceException}
69
69
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteOriginEndpointPolicyCommand extends DeleteOriginEndpointPolicyCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
22
22
  }
23
23
  declare const GetChannelCommand_base: {
24
24
  new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetChannelCommand_base: {
84
84
  * @throws {@link MediaPackageV2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetChannelCommand extends GetChannelCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetChannelGroupCommandOutput extends GetChannelGroupResponse, _
22
22
  }
23
23
  declare const GetChannelGroupCommand_base: {
24
24
  new (input: GetChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelGroupCommandInput, GetChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelGroupCommandInput, GetChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetChannelGroupCommand_base: {
77
77
  * @throws {@link MediaPackageV2ServiceException}
78
78
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetChannelGroupCommand extends GetChannelGroupCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
22
22
  }
23
23
  declare const GetChannelPolicyCommand_base: {
24
24
  new (input: GetChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetChannelPolicyCommand_base: {
71
71
  * @throws {@link MediaPackageV2ServiceException}
72
72
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetOriginEndpointCommandOutput extends GetOriginEndpointRespons
22
22
  }
23
23
  declare const GetOriginEndpointCommand_base: {
24
24
  new (input: GetOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetOriginEndpointCommandInput, GetOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetOriginEndpointCommandInput, GetOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -150,6 +150,7 @@ declare const GetOriginEndpointCommand_base: {
150
150
  * @throws {@link MediaPackageV2ServiceException}
151
151
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
152
152
  *
153
+ * @public
153
154
  */
154
155
  export declare class GetOriginEndpointCommand extends GetOriginEndpointCommand_base {
155
156
  }
@@ -22,10 +22,10 @@ export interface GetOriginEndpointPolicyCommandOutput extends GetOriginEndpointP
22
22
  }
23
23
  declare const GetOriginEndpointPolicyCommand_base: {
24
24
  new (input: GetOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetOriginEndpointPolicyCommandInput, GetOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetOriginEndpointPolicyCommandInput, GetOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetOriginEndpointPolicyCommand_base: {
73
73
  * @throws {@link MediaPackageV2ServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetOriginEndpointPolicyCommand extends GetOriginEndpointPolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListChannelGroupsCommandOutput extends ListChannelGroupsRespons
22
22
  }
23
23
  declare const ListChannelGroupsCommand_base: {
24
24
  new (input: ListChannelGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelGroupsCommandInput, ListChannelGroupsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListChannelGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChannelGroupsCommandInput, ListChannelGroupsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListChannelGroupsCommand_base: {
75
75
  * @throws {@link MediaPackageV2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListChannelGroupsCommand extends ListChannelGroupsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
22
22
  }
23
23
  declare const ListChannelsCommand_base: {
24
24
  new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const ListChannelsCommand_base: {
80
80
  * @throws {@link MediaPackageV2ServiceException}
81
81
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListChannelsCommand extends ListChannelsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListOriginEndpointsCommandOutput extends ListOriginEndpointsRes
22
22
  }
23
23
  declare const ListOriginEndpointsCommand_base: {
24
24
  new (input: ListOriginEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListOriginEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const ListOriginEndpointsCommand_base: {
97
97
  * @throws {@link MediaPackageV2ServiceException}
98
98
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags assigned to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const ListTagsForResourceCommand_base: {
58
58
  * @throws {@link MediaPackageV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse,
22
22
  }
23
23
  declare const PutChannelPolicyCommand_base: {
24
24
  new (input: PutChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches an IAM policy to the specified channel. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources. You can attach only one policy with each request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const PutChannelPolicyCommand_base: {
71
71
  * @throws {@link MediaPackageV2ServiceException}
72
72
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface PutOriginEndpointPolicyCommandOutput extends PutOriginEndpointP
22
22
  }
23
23
  declare const PutOriginEndpointPolicyCommand_base: {
24
24
  new (input: PutOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutOriginEndpointPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const PutOriginEndpointPolicyCommand_base: {
72
72
  * @throws {@link MediaPackageV2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.</p>
30
30
  * <p>Tags can help you organize and categorize your resources. You can also use them to scope user
31
31
  * permissions, by granting a user permission to access or change only resources with certain tag values.
@@ -62,6 +62,7 @@ declare const TagResourceCommand_base: {
62
62
  * @throws {@link MediaPackageV2ServiceException}
63
63
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class TagResourceCommand extends TagResourceCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const UntagResourceCommand_base: {
57
57
  * @throws {@link MediaPackageV2ServiceException}
58
58
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
22
22
  }
23
23
  declare const UpdateChannelCommand_base: {
24
24
  new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const UpdateChannelCommand_base: {
90
90
  * @throws {@link MediaPackageV2ServiceException}
91
91
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelGroupCommandOutput extends UpdateChannelGroupRespo
22
22
  }
23
23
  declare const UpdateChannelGroupCommand_base: {
24
24
  new (input: UpdateChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelGroupCommandInput, UpdateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelGroupCommandInput, UpdateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const UpdateChannelGroupCommand_base: {
83
83
  * @throws {@link MediaPackageV2ServiceException}
84
84
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointR
22
22
  }
23
23
  declare const UpdateOriginEndpointCommand_base: {
24
24
  new (input: UpdateOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateOriginEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>
31
31
  * @example
@@ -227,6 +227,7 @@ declare const UpdateOriginEndpointCommand_base: {
227
227
  * @throws {@link MediaPackageV2ServiceException}
228
228
  * <p>Base exception class for all service exceptions from MediaPackageV2 service.</p>
229
229
  *
230
+ * @public
230
231
  */
231
232
  export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
232
233
  }