@aws-sdk/client-mediastore 3.300.0 → 3.301.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/CreateContainerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteContainerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContainerPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCorsPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMetricPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerCommand.d.ts +1 -1
- package/dist-types/commands/GetContainerPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetCorsPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ListContainersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutContainerPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutCorsPolicyCommand.d.ts +7 -7
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutMetricPolicyCommand.d.ts +4 -4
- package/dist-types/commands/StartAccessLoggingCommand.d.ts +1 -1
- package/dist-types/commands/StopAccessLoggingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -27,10 +27,10 @@ export interface CreateContainerCommandOutput extends CreateContainerOutput, __M
|
|
|
27
27
|
* import { MediaStoreClient, CreateContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
28
28
|
* // const { MediaStoreClient, CreateContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
29
29
|
* const client = new MediaStoreClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateContainerInput
|
|
31
31
|
* ContainerName: "STRING_VALUE", // required
|
|
32
|
-
* Tags: [
|
|
33
|
-
* {
|
|
32
|
+
* Tags: [ // TagList
|
|
33
|
+
* { // Tag
|
|
34
34
|
* Key: "STRING_VALUE", // required
|
|
35
35
|
* Value: "STRING_VALUE",
|
|
36
36
|
* },
|
|
@@ -28,7 +28,7 @@ export interface DeleteContainerCommandOutput extends DeleteContainerOutput, __M
|
|
|
28
28
|
* import { MediaStoreClient, DeleteContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
29
29
|
* // const { MediaStoreClient, DeleteContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
30
30
|
* const client = new MediaStoreClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteContainerInput
|
|
32
32
|
* ContainerName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteContainerCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteContainerPolicyCommandOutput extends DeleteContainerPolic
|
|
|
26
26
|
* import { MediaStoreClient, DeleteContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, DeleteContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteContainerPolicyInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteContainerPolicyCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, _
|
|
|
30
30
|
* import { MediaStoreClient, DeleteCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
31
31
|
* // const { MediaStoreClient, DeleteCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
32
32
|
* const client = new MediaStoreClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteCorsPolicyInput
|
|
34
34
|
* ContainerName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteCorsPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
|
|
|
26
26
|
* import { MediaStoreClient, DeleteLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, DeleteLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLifecyclePolicyInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteLifecyclePolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutpu
|
|
|
26
26
|
* import { MediaStoreClient, DeleteMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, DeleteMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteMetricPolicyInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteMetricPolicyCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface DescribeContainerCommandOutput extends DescribeContainerOutput,
|
|
|
32
32
|
* import { MediaStoreClient, DescribeContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
33
33
|
* // const { MediaStoreClient, DescribeContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
34
34
|
* const client = new MediaStoreClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DescribeContainerInput
|
|
36
36
|
* ContainerName: "STRING_VALUE",
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DescribeContainerCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutpu
|
|
|
28
28
|
* import { MediaStoreClient, GetContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
29
29
|
* // const { MediaStoreClient, GetContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
30
30
|
* const client = new MediaStoreClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetContainerPolicyInput
|
|
32
32
|
* ContainerName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetContainerPolicyCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __Metad
|
|
|
30
30
|
* import { MediaStoreClient, GetCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
31
31
|
* // const { MediaStoreClient, GetCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
32
32
|
* const client = new MediaStoreClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // GetCorsPolicyInput
|
|
34
34
|
* ContainerName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetCorsPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutpu
|
|
|
26
26
|
* import { MediaStoreClient, GetLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, GetLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetLifecyclePolicyInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetLifecyclePolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __M
|
|
|
26
26
|
* import { MediaStoreClient, GetMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, GetMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetMetricPolicyInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetMetricPolicyCommand(input);
|
|
@@ -34,7 +34,7 @@ export interface ListContainersCommandOutput extends ListContainersOutput, __Met
|
|
|
34
34
|
* import { MediaStoreClient, ListContainersCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, ListContainersCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
36
|
* const client = new MediaStoreClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // ListContainersInput
|
|
38
38
|
* NextToken: "STRING_VALUE",
|
|
39
39
|
* MaxResults: Number("int"),
|
|
40
40
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
26
26
|
* import { MediaStoreClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceInput
|
|
30
30
|
* Resource: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutpu
|
|
|
32
32
|
* import { MediaStoreClient, PutContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
33
33
|
* // const { MediaStoreClient, PutContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
34
34
|
* const client = new MediaStoreClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // PutContainerPolicyInput
|
|
36
36
|
* ContainerName: "STRING_VALUE", // required
|
|
37
37
|
* Policy: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
@@ -36,21 +36,21 @@ export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __Metad
|
|
|
36
36
|
* import { MediaStoreClient, PutCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
37
37
|
* // const { MediaStoreClient, PutCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
38
38
|
* const client = new MediaStoreClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // PutCorsPolicyInput
|
|
40
40
|
* ContainerName: "STRING_VALUE", // required
|
|
41
|
-
* CorsPolicy: [ // required
|
|
42
|
-
* {
|
|
43
|
-
* AllowedOrigins: [ // required
|
|
41
|
+
* CorsPolicy: [ // CorsPolicy // required
|
|
42
|
+
* { // CorsRule
|
|
43
|
+
* AllowedOrigins: [ // AllowedOrigins // required
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
46
|
-
* AllowedMethods: [
|
|
46
|
+
* AllowedMethods: [ // AllowedMethods
|
|
47
47
|
* "STRING_VALUE",
|
|
48
48
|
* ],
|
|
49
|
-
* AllowedHeaders: [ // required
|
|
49
|
+
* AllowedHeaders: [ // AllowedHeaders // required
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
52
|
* MaxAgeSeconds: Number("int"),
|
|
53
|
-
* ExposeHeaders: [
|
|
53
|
+
* ExposeHeaders: [ // ExposeHeaders
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
56
|
* },
|
|
@@ -27,7 +27,7 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutpu
|
|
|
27
27
|
* import { MediaStoreClient, PutLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
28
28
|
* // const { MediaStoreClient, PutLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
29
29
|
* const client = new MediaStoreClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // PutLifecyclePolicyInput
|
|
31
31
|
* ContainerName: "STRING_VALUE", // required
|
|
32
32
|
* LifecyclePolicy: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,12 +26,12 @@ export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __M
|
|
|
26
26
|
* import { MediaStoreClient, PutMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, PutMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutMetricPolicyInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
|
-
* MetricPolicy: {
|
|
31
|
+
* MetricPolicy: { // MetricPolicy
|
|
32
32
|
* ContainerLevelMetrics: "STRING_VALUE", // required
|
|
33
|
-
* MetricPolicyRules: [
|
|
34
|
-
* {
|
|
33
|
+
* MetricPolicyRules: [ // MetricPolicyRules
|
|
34
|
+
* { // MetricPolicyRule
|
|
35
35
|
* ObjectGroup: "STRING_VALUE", // required
|
|
36
36
|
* ObjectGroupName: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -26,7 +26,7 @@ export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutpu
|
|
|
26
26
|
* import { MediaStoreClient, StartAccessLoggingCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, StartAccessLoggingCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartAccessLoggingInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StartAccessLoggingCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput,
|
|
|
26
26
|
* import { MediaStoreClient, StopAccessLoggingCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, StopAccessLoggingCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StopAccessLoggingInput
|
|
30
30
|
* ContainerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopAccessLoggingCommand(input);
|
|
@@ -28,10 +28,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
28
28
|
* import { MediaStoreClient, TagResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
29
29
|
* // const { MediaStoreClient, TagResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
30
30
|
* const client = new MediaStoreClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // TagResourceInput
|
|
32
32
|
* Resource: "STRING_VALUE", // required
|
|
33
|
-
* Tags: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // TagList // required
|
|
34
|
+
* { // Tag
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
26
26
|
* import { MediaStoreClient, UntagResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
27
27
|
* // const { MediaStoreClient, UntagResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
28
28
|
* const client = new MediaStoreClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceInput
|
|
30
30
|
* Resource: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediastore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediastore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|