@aws-sdk/client-mediastore 3.890.0 → 3.893.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 +2 -0
- package/dist-types/commands/DeleteContainerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteContainerPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCorsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMetricPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeContainerCommand.d.ts +2 -0
- package/dist-types/commands/GetContainerPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetCorsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetMetricPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListContainersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutContainerPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutCorsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutMetricPolicyCommand.d.ts +2 -0
- package/dist-types/commands/StartAccessLoggingCommand.d.ts +2 -0
- package/dist-types/commands/StopAccessLoggingCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -34,6 +34,8 @@ declare const CreateContainerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MediaStoreClient, CreateContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
36
36
|
* // const { MediaStoreClient, CreateContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
37
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
38
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
37
39
|
* const client = new MediaStoreClient(config);
|
|
38
40
|
* const input = { // CreateContainerInput
|
|
39
41
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteContainerCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MediaStoreClient, DeleteContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
37
37
|
* // const { MediaStoreClient, DeleteContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
38
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
39
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
38
40
|
* const client = new MediaStoreClient(config);
|
|
39
41
|
* const input = { // DeleteContainerInput
|
|
40
42
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteContainerPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, DeleteContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, DeleteContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // DeleteContainerPolicyInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteCorsPolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { MediaStoreClient, DeleteCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
39
39
|
* // const { MediaStoreClient, DeleteCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
40
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
41
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
40
42
|
* const client = new MediaStoreClient(config);
|
|
41
43
|
* const input = { // DeleteCorsPolicyInput
|
|
42
44
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, DeleteLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, DeleteLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // DeleteLifecyclePolicyInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteMetricPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, DeleteMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, DeleteMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // DeleteMetricPolicyInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DescribeContainerCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MediaStoreClient, DescribeContainerCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
41
41
|
* // const { MediaStoreClient, DescribeContainerCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
42
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
43
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
42
44
|
* const client = new MediaStoreClient(config);
|
|
43
45
|
* const input = { // DescribeContainerInput
|
|
44
46
|
* ContainerName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const GetContainerPolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MediaStoreClient, GetContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
37
37
|
* // const { MediaStoreClient, GetContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
38
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
39
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
38
40
|
* const client = new MediaStoreClient(config);
|
|
39
41
|
* const input = { // GetContainerPolicyInput
|
|
40
42
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetCorsPolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { MediaStoreClient, GetCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
39
39
|
* // const { MediaStoreClient, GetCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
40
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
41
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
40
42
|
* const client = new MediaStoreClient(config);
|
|
41
43
|
* const input = { // GetCorsPolicyInput
|
|
42
44
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLifecyclePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, GetLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, GetLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // GetLifecyclePolicyInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMetricPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, GetMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, GetMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // GetMetricPolicyInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ListContainersCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { MediaStoreClient, ListContainersCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
43
43
|
* // const { MediaStoreClient, ListContainersCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
44
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
45
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
44
46
|
* const client = new MediaStoreClient(config);
|
|
45
47
|
* const input = { // ListContainersInput
|
|
46
48
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceInput
|
|
38
40
|
* Resource: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const PutContainerPolicyCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { MediaStoreClient, PutContainerPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
41
41
|
* // const { MediaStoreClient, PutContainerPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
42
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
43
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
42
44
|
* const client = new MediaStoreClient(config);
|
|
43
45
|
* const input = { // PutContainerPolicyInput
|
|
44
46
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const PutCorsPolicyCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { MediaStoreClient, PutCorsPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
45
45
|
* // const { MediaStoreClient, PutCorsPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
46
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
47
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
46
48
|
* const client = new MediaStoreClient(config);
|
|
47
49
|
* const input = { // PutCorsPolicyInput
|
|
48
50
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const PutLifecyclePolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MediaStoreClient, PutLifecyclePolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
36
36
|
* // const { MediaStoreClient, PutLifecyclePolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
37
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
38
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
37
39
|
* const client = new MediaStoreClient(config);
|
|
38
40
|
* const input = { // PutLifecyclePolicyInput
|
|
39
41
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutMetricPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, PutMetricPolicyCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, PutMetricPolicyCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // PutMetricPolicyInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartAccessLoggingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, StartAccessLoggingCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, StartAccessLoggingCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // StartAccessLoggingInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopAccessLoggingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, StopAccessLoggingCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, StopAccessLoggingCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // StopAccessLoggingInput
|
|
38
40
|
* ContainerName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const TagResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MediaStoreClient, TagResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
37
37
|
* // const { MediaStoreClient, TagResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
38
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
39
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
38
40
|
* const client = new MediaStoreClient(config);
|
|
39
41
|
* const input = { // TagResourceInput
|
|
40
42
|
* Resource: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MediaStoreClient, UntagResourceCommand } from "@aws-sdk/client-mediastore"; // ES Modules import
|
|
35
35
|
* // const { MediaStoreClient, UntagResourceCommand } = require("@aws-sdk/client-mediastore"); // CommonJS import
|
|
36
|
+
* // import type { MediaStoreClientConfig } from "@aws-sdk/client-mediastore";
|
|
37
|
+
* const config = {}; // type is MediaStoreClientConfig
|
|
36
38
|
* const client = new MediaStoreClient(config);
|
|
37
39
|
* const input = { // UntagResourceInput
|
|
38
40
|
* Resource: "STRING_VALUE", // required
|
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.893.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-mediastore",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
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.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
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",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
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
|
},
|