@aws-sdk/client-mediapackagev2 3.890.0 → 3.891.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.
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetHarvestJobCommand.d.ts +2 -0
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ResetChannelStateCommand.d.ts +2 -0
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const CancelHarvestJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, CancelHarvestJobCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, CancelHarvestJobCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // CancelHarvestJobRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, CreateChannelCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, CreateChannelCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // CreateChannelRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateChannelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, CreateChannelGroupCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, CreateChannelGroupCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // CreateChannelGroupRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateHarvestJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, CreateHarvestJobCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, CreateHarvestJobCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // CreateHarvestJobRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, CreateOriginEndpointCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, CreateOriginEndpointCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // CreateOriginEndpointRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, DeleteChannelCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, DeleteChannelCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // DeleteChannelRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteChannelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, DeleteChannelGroupCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, DeleteChannelGroupCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // DeleteChannelGroupRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, DeleteChannelPolicyCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, DeleteChannelPolicyCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // DeleteChannelPolicyRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, DeleteOriginEndpointCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, DeleteOriginEndpointCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // DeleteOriginEndpointRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteOriginEndpointPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, DeleteOriginEndpointPolicyCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, DeleteOriginEndpointPolicyCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // DeleteOriginEndpointPolicyRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, GetChannelCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, GetChannelCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // GetChannelRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetChannelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, GetChannelGroupCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, GetChannelGroupCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // GetChannelGroupRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, GetChannelPolicyCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, GetChannelPolicyCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // GetChannelPolicyRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetHarvestJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, GetHarvestJobCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, GetHarvestJobCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // GetHarvestJobRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, GetOriginEndpointCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, GetOriginEndpointCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // GetOriginEndpointRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOriginEndpointPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, GetOriginEndpointPolicyCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, GetOriginEndpointPolicyCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // GetOriginEndpointPolicyRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListChannelGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ListChannelGroupsCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ListChannelGroupsCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ListChannelGroupsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListChannelsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ListChannelsCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ListChannelsCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ListChannelsRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListHarvestJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ListHarvestJobsCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ListHarvestJobsCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ListHarvestJobsRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ListOriginEndpointsCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ListOriginEndpointsCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ListOriginEndpointsRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, PutChannelPolicyCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, PutChannelPolicyCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // PutChannelPolicyRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutOriginEndpointPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, PutOriginEndpointPolicyCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, PutOriginEndpointPolicyCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // PutOriginEndpointPolicyRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ResetChannelStateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ResetChannelStateCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ResetChannelStateCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ResetChannelStateRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ResetOriginEndpointStateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, ResetOriginEndpointStateCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, ResetOriginEndpointStateCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // ResetOriginEndpointStateRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, TagResourceCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, TagResourceCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, UntagResourceCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, UntagResourceCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, UpdateChannelCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, UpdateChannelCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // UpdateChannelRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, UpdateChannelGroupCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, UpdateChannelGroupCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // UpdateChannelGroupRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaPackageV2Client, UpdateOriginEndpointCommand } from "@aws-sdk/client-mediapackagev2"; // ES Modules import
|
|
35
35
|
* // const { MediaPackageV2Client, UpdateOriginEndpointCommand } = require("@aws-sdk/client-mediapackagev2"); // CommonJS import
|
|
36
|
+
* // import type { MediaPackageV2ClientConfig } from "@aws-sdk/client-mediapackagev2";
|
|
37
|
+
* const config = {}; // type is MediaPackageV2ClientConfig
|
|
36
38
|
* const client = new MediaPackageV2Client(config);
|
|
37
39
|
* const input = { // UpdateOriginEndpointRequest
|
|
38
40
|
* ChannelGroupName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackagev2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediapackagev2",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|