@aws-sdk/client-ivs 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/BatchGetChannelCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +2 -0
- package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateStreamKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStreamKeyCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelCommand.d.ts +2 -0
- package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetStreamCommand.d.ts +2 -0
- package/dist-types/commands/GetStreamKeyCommand.d.ts +2 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +2 -0
- package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +2 -0
- package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListStreamKeysCommand.d.ts +2 -0
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutMetadataCommand.d.ts +2 -0
- package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +2 -0
- package/dist-types/commands/StopStreamCommand.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/UpdatePlaybackRestrictionPolicyCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const BatchGetChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, BatchGetChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, BatchGetChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // BatchGetChannelRequest
|
|
38
40
|
* arns: [ // ChannelArnList // required
|
|
@@ -33,6 +33,8 @@ declare const BatchGetStreamKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, BatchGetStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, BatchGetStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // BatchGetStreamKeyRequest
|
|
38
40
|
* arns: [ // StreamKeyArnList // required
|
|
@@ -34,6 +34,8 @@ declare const BatchStartViewerSessionRevocationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, BatchStartViewerSessionRevocationCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, BatchStartViewerSessionRevocationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // BatchStartViewerSessionRevocationRequest
|
|
39
41
|
* viewerSessions: [ // BatchStartViewerSessionRevocationViewerSessionList // required
|
|
@@ -33,6 +33,8 @@ declare const CreateChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, CreateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, CreateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // CreateChannelRequest
|
|
38
40
|
* name: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const CreatePlaybackRestrictionPolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, CreatePlaybackRestrictionPolicyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, CreatePlaybackRestrictionPolicyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // CreatePlaybackRestrictionPolicyRequest
|
|
39
41
|
* allowedCountries: [ // PlaybackRestrictionPolicyAllowedCountryList
|
|
@@ -44,6 +44,8 @@ declare const CreateRecordingConfigurationCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { IvsClient, CreateRecordingConfigurationCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
46
46
|
* // const { IvsClient, CreateRecordingConfigurationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
47
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
48
|
+
* const config = {}; // type is IvsClientConfig
|
|
47
49
|
* const client = new IvsClient(config);
|
|
48
50
|
* const input = { // CreateRecordingConfigurationRequest
|
|
49
51
|
* name: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const CreateStreamKeyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IvsClient, CreateStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
38
38
|
* // const { IvsClient, CreateStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
39
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
40
|
+
* const config = {}; // type is IvsClientConfig
|
|
39
41
|
* const client = new IvsClient(config);
|
|
40
42
|
* const input = { // CreateStreamKeyRequest
|
|
41
43
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteChannelCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IvsClient, DeleteChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
40
40
|
* // const { IvsClient, DeleteChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
41
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
42
|
+
* const config = {}; // type is IvsClientConfig
|
|
41
43
|
* const client = new IvsClient(config);
|
|
42
44
|
* const input = { // DeleteChannelRequest
|
|
43
45
|
* arn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeletePlaybackKeyPairCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IvsClient, DeletePlaybackKeyPairCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
37
37
|
* // const { IvsClient, DeletePlaybackKeyPairCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
38
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
39
|
+
* const config = {}; // type is IvsClientConfig
|
|
38
40
|
* const client = new IvsClient(config);
|
|
39
41
|
* const input = { // DeletePlaybackKeyPairRequest
|
|
40
42
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeletePlaybackRestrictionPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, DeletePlaybackRestrictionPolicyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, DeletePlaybackRestrictionPolicyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // DeletePlaybackRestrictionPolicyRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteRecordingConfigurationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IvsClient, DeleteRecordingConfigurationCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
40
40
|
* // const { IvsClient, DeleteRecordingConfigurationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
41
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
42
|
+
* const config = {}; // type is IvsClientConfig
|
|
41
43
|
* const client = new IvsClient(config);
|
|
42
44
|
* const input = { // DeleteRecordingConfigurationRequest
|
|
43
45
|
* arn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteStreamKeyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, DeleteStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, DeleteStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // DeleteStreamKeyRequest
|
|
39
41
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetChannelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, GetChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, GetChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // GetChannelRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetPlaybackKeyPairCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IvsClient, GetPlaybackKeyPairCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
39
39
|
* // const { IvsClient, GetPlaybackKeyPairCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
40
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
41
|
+
* const config = {}; // type is IvsClientConfig
|
|
40
42
|
* const client = new IvsClient(config);
|
|
41
43
|
* const input = { // GetPlaybackKeyPairRequest
|
|
42
44
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPlaybackRestrictionPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, GetPlaybackRestrictionPolicyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, GetPlaybackRestrictionPolicyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // GetPlaybackRestrictionPolicyRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRecordingConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, GetRecordingConfigurationCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, GetRecordingConfigurationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // GetRecordingConfigurationRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetStreamCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, GetStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, GetStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // GetStreamRequest
|
|
38
40
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetStreamKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, GetStreamKeyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, GetStreamKeyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // GetStreamKeyRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetStreamSessionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, GetStreamSessionCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, GetStreamSessionCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // GetStreamSessionRequest
|
|
38
40
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ImportPlaybackKeyPairCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IvsClient, ImportPlaybackKeyPairCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
39
39
|
* // const { IvsClient, ImportPlaybackKeyPairCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
40
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
41
|
+
* const config = {}; // type is IvsClientConfig
|
|
40
42
|
* const client = new IvsClient(config);
|
|
41
43
|
* const input = { // ImportPlaybackKeyPairRequest
|
|
42
44
|
* publicKeyMaterial: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListChannelsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IvsClient, ListChannelsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
38
38
|
* // const { IvsClient, ListChannelsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
39
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
40
|
+
* const config = {}; // type is IvsClientConfig
|
|
39
41
|
* const client = new IvsClient(config);
|
|
40
42
|
* const input = { // ListChannelsRequest
|
|
41
43
|
* filterByName: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListPlaybackKeyPairsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, ListPlaybackKeyPairsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, ListPlaybackKeyPairsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // ListPlaybackKeyPairsRequest
|
|
39
41
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListPlaybackRestrictionPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, ListPlaybackRestrictionPoliciesCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, ListPlaybackRestrictionPoliciesCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // ListPlaybackRestrictionPoliciesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListRecordingConfigurationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, ListRecordingConfigurationsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, ListRecordingConfigurationsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // ListRecordingConfigurationsRequest
|
|
39
41
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListStreamKeysCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, ListStreamKeysCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, ListStreamKeysCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // ListStreamKeysRequest
|
|
38
40
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListStreamSessionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, ListStreamSessionsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, ListStreamSessionsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // ListStreamSessionsRequest
|
|
39
41
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListStreamsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IvsClient, ListStreamsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
36
36
|
* // const { IvsClient, ListStreamsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
37
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
38
|
+
* const config = {}; // type is IvsClientConfig
|
|
37
39
|
* const client = new IvsClient(config);
|
|
38
40
|
* const input = { // ListStreamsRequest
|
|
39
41
|
* filterBy: { // StreamFilters
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, ListTagsForResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const PutMetadataCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IvsClient, PutMetadataCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
39
39
|
* // const { IvsClient, PutMetadataCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
40
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
41
|
+
* const config = {}; // type is IvsClientConfig
|
|
40
42
|
* const client = new IvsClient(config);
|
|
41
43
|
* const input = { // PutMetadataRequest
|
|
42
44
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const StartViewerSessionRevocationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IvsClient, StartViewerSessionRevocationCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
39
39
|
* // const { IvsClient, StartViewerSessionRevocationCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
40
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
41
|
+
* const config = {}; // type is IvsClientConfig
|
|
40
42
|
* const client = new IvsClient(config);
|
|
41
43
|
* const input = { // StartViewerSessionRevocationRequest
|
|
42
44
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const StopStreamCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IvsClient, StopStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
42
42
|
* // const { IvsClient, StopStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
43
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
44
|
+
* const config = {}; // type is IvsClientConfig
|
|
43
45
|
* const client = new IvsClient(config);
|
|
44
46
|
* const input = { // StopStreamRequest
|
|
45
47
|
* channelArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, TagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, TagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(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 { IvsClient, UntagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, UntagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateChannelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IvsClient, UpdateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
37
37
|
* // const { IvsClient, UpdateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
38
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
39
|
+
* const config = {}; // type is IvsClientConfig
|
|
38
40
|
* const client = new IvsClient(config);
|
|
39
41
|
* const input = { // UpdateChannelRequest
|
|
40
42
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePlaybackRestrictionPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IvsClient, UpdatePlaybackRestrictionPolicyCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
35
35
|
* // const { IvsClient, UpdatePlaybackRestrictionPolicyCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
36
|
+
* // import type { IvsClientConfig } from "@aws-sdk/client-ivs";
|
|
37
|
+
* const config = {}; // type is IvsClientConfig
|
|
36
38
|
* const client = new IvsClient(config);
|
|
37
39
|
* const input = { // UpdatePlaybackRestrictionPolicyRequest
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs 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-ivs",
|
|
@@ -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
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|