@aws-sdk/client-mediastore 3.325.0 → 3.326.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 +13 -0
- package/dist-types/commands/DeleteContainerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContainerPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCorsPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMetricPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeContainerCommand.d.ts +13 -0
- package/dist-types/commands/GetContainerPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetCorsPolicyCommand.d.ts +22 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetMetricPolicyCommand.d.ts +14 -0
- package/dist-types/commands/ListContainersCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutContainerPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutCorsPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutMetricPolicyCommand.d.ts +4 -0
- package/dist-types/commands/StartAccessLoggingCommand.d.ts +4 -0
- package/dist-types/commands/StopAccessLoggingCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -38,6 +38,17 @@ export interface CreateContainerCommandOutput extends CreateContainerOutput, __M
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateContainerCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateContainerOutput
|
|
42
|
+
* // Container: { // Container
|
|
43
|
+
* // Endpoint: "STRING_VALUE",
|
|
44
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // ARN: "STRING_VALUE",
|
|
46
|
+
* // Name: "STRING_VALUE",
|
|
47
|
+
* // Status: "STRING_VALUE",
|
|
48
|
+
* // AccessLoggingEnabled: true || false,
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
41
52
|
* ```
|
|
42
53
|
*
|
|
43
54
|
* @param CreateContainerCommandInput - {@link CreateContainerCommandInput}
|
|
@@ -56,6 +67,8 @@ export interface CreateContainerCommandOutput extends CreateContainerOutput, __M
|
|
|
56
67
|
* @throws {@link LimitExceededException} (client fault)
|
|
57
68
|
* <p>A service limit has been exceeded.</p>
|
|
58
69
|
*
|
|
70
|
+
* @throws {@link MediaStoreServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
59
72
|
*
|
|
60
73
|
*/
|
|
61
74
|
export declare class CreateContainerCommand extends $Command<CreateContainerCommandInput, CreateContainerCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteContainerCommandOutput extends DeleteContainerOutput, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteContainerCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteContainerCommandInput - {@link DeleteContainerCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface DeleteContainerCommandOutput extends DeleteContainerOutput, __M
|
|
|
51
53
|
* @throws {@link InternalServerError} (server fault)
|
|
52
54
|
* <p>The service is temporarily unavailable.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link MediaStoreServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class DeleteContainerCommand extends $Command<DeleteContainerCommandInput, DeleteContainerCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteContainerPolicyCommandOutput extends DeleteContainerPolic
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteContainerPolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteContainerPolicyCommandInput - {@link DeleteContainerPolicyCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteContainerPolicyCommandOutput extends DeleteContainerPolic
|
|
|
52
54
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
53
55
|
* <p>The policy that you specified in the request does not exist.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link MediaStoreServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DeleteContainerPolicyCommand extends $Command<DeleteContainerPolicyCommandInput, DeleteContainerPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteCorsPolicyCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteCorsPolicyCommandInput - {@link DeleteCorsPolicyCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, _
|
|
|
56
58
|
* @throws {@link InternalServerError} (server fault)
|
|
57
59
|
* <p>The service is temporarily unavailable.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link MediaStoreServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class DeleteCorsPolicyCommand extends $Command<DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteLifecyclePolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteLifecyclePolicyCommandInput - {@link DeleteLifecyclePolicyCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
|
|
|
52
54
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
53
55
|
* <p>The policy that you specified in the request does not exist.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link MediaStoreServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DeleteLifecyclePolicyCommand extends $Command<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutpu
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteMetricPolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteMetricPolicyCommandInput - {@link DeleteMetricPolicyCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutpu
|
|
|
52
54
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
53
55
|
* <p>The policy that you specified in the request does not exist.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link MediaStoreServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DeleteMetricPolicyCommand extends $Command<DeleteMetricPolicyCommandInput, DeleteMetricPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -37,6 +37,17 @@ export interface DescribeContainerCommandOutput extends DescribeContainerOutput,
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DescribeContainerCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // DescribeContainerOutput
|
|
41
|
+
* // Container: { // Container
|
|
42
|
+
* // Endpoint: "STRING_VALUE",
|
|
43
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // ARN: "STRING_VALUE",
|
|
45
|
+
* // Name: "STRING_VALUE",
|
|
46
|
+
* // Status: "STRING_VALUE",
|
|
47
|
+
* // AccessLoggingEnabled: true || false,
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
40
51
|
* ```
|
|
41
52
|
*
|
|
42
53
|
* @param DescribeContainerCommandInput - {@link DescribeContainerCommandInput}
|
|
@@ -51,6 +62,8 @@ export interface DescribeContainerCommandOutput extends DescribeContainerOutput,
|
|
|
51
62
|
* @throws {@link InternalServerError} (server fault)
|
|
52
63
|
* <p>The service is temporarily unavailable.</p>
|
|
53
64
|
*
|
|
65
|
+
* @throws {@link MediaStoreServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
54
67
|
*
|
|
55
68
|
*/
|
|
56
69
|
export declare class DescribeContainerCommand extends $Command<DescribeContainerCommandInput, DescribeContainerCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutpu
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetContainerPolicyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetContainerPolicyOutput
|
|
37
|
+
* // Policy: "STRING_VALUE", // required
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param GetContainerPolicyCommandInput - {@link GetContainerPolicyCommandInput}
|
|
@@ -54,6 +58,8 @@ export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutpu
|
|
|
54
58
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
55
59
|
* <p>The policy that you specified in the request does not exist.</p>
|
|
56
60
|
*
|
|
61
|
+
* @throws {@link MediaStoreServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
57
63
|
*
|
|
58
64
|
*/
|
|
59
65
|
export declare class GetContainerPolicyCommand extends $Command<GetContainerPolicyCommandInput, GetContainerPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -35,6 +35,26 @@ export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __Metad
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetCorsPolicyCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetCorsPolicyOutput
|
|
39
|
+
* // CorsPolicy: [ // CorsPolicy // required
|
|
40
|
+
* // { // CorsRule
|
|
41
|
+
* // AllowedOrigins: [ // AllowedOrigins // required
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // AllowedMethods: [ // AllowedMethods
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // AllowedHeaders: [ // AllowedHeaders // required
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // MaxAgeSeconds: Number("int"),
|
|
51
|
+
* // ExposeHeaders: [ // ExposeHeaders
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
38
58
|
* ```
|
|
39
59
|
*
|
|
40
60
|
* @param GetCorsPolicyCommandInput - {@link GetCorsPolicyCommandInput}
|
|
@@ -56,6 +76,8 @@ export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __Metad
|
|
|
56
76
|
* @throws {@link InternalServerError} (server fault)
|
|
57
77
|
* <p>The service is temporarily unavailable.</p>
|
|
58
78
|
*
|
|
79
|
+
* @throws {@link MediaStoreServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
59
81
|
*
|
|
60
82
|
*/
|
|
61
83
|
export declare class GetCorsPolicyCommand extends $Command<GetCorsPolicyCommandInput, GetCorsPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutpu
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetLifecyclePolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetLifecyclePolicyOutput
|
|
35
|
+
* // LifecyclePolicy: "STRING_VALUE", // required
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param GetLifecyclePolicyCommandInput - {@link GetLifecyclePolicyCommandInput}
|
|
@@ -52,6 +56,8 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutpu
|
|
|
52
56
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
53
57
|
* <p>The policy that you specified in the request does not exist.</p>
|
|
54
58
|
*
|
|
59
|
+
* @throws {@link MediaStoreServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
55
61
|
*
|
|
56
62
|
*/
|
|
57
63
|
export declare class GetLifecyclePolicyCommand extends $Command<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,18 @@ export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetMetricPolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetMetricPolicyOutput
|
|
35
|
+
* // MetricPolicy: { // MetricPolicy
|
|
36
|
+
* // ContainerLevelMetrics: "STRING_VALUE", // required
|
|
37
|
+
* // MetricPolicyRules: [ // MetricPolicyRules
|
|
38
|
+
* // { // MetricPolicyRule
|
|
39
|
+
* // ObjectGroup: "STRING_VALUE", // required
|
|
40
|
+
* // ObjectGroupName: "STRING_VALUE", // required
|
|
41
|
+
* // },
|
|
42
|
+
* // ],
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
34
46
|
* ```
|
|
35
47
|
*
|
|
36
48
|
* @param GetMetricPolicyCommandInput - {@link GetMetricPolicyCommandInput}
|
|
@@ -52,6 +64,8 @@ export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __M
|
|
|
52
64
|
* @throws {@link PolicyNotFoundException} (client fault)
|
|
53
65
|
* <p>The policy that you specified in the request does not exist.</p>
|
|
54
66
|
*
|
|
67
|
+
* @throws {@link MediaStoreServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
55
69
|
*
|
|
56
70
|
*/
|
|
57
71
|
export declare class GetMetricPolicyCommand extends $Command<GetMetricPolicyCommandInput, GetMetricPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -40,6 +40,20 @@ export interface ListContainersCommandOutput extends ListContainersOutput, __Met
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListContainersCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ListContainersOutput
|
|
44
|
+
* // Containers: [ // ContainerList // required
|
|
45
|
+
* // { // Container
|
|
46
|
+
* // Endpoint: "STRING_VALUE",
|
|
47
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // ARN: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // Status: "STRING_VALUE",
|
|
51
|
+
* // AccessLoggingEnabled: true || false,
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // NextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
43
57
|
* ```
|
|
44
58
|
*
|
|
45
59
|
* @param ListContainersCommandInput - {@link ListContainersCommandInput}
|
|
@@ -51,6 +65,8 @@ export interface ListContainersCommandOutput extends ListContainersOutput, __Met
|
|
|
51
65
|
* @throws {@link InternalServerError} (server fault)
|
|
52
66
|
* <p>The service is temporarily unavailable.</p>
|
|
53
67
|
*
|
|
68
|
+
* @throws {@link MediaStoreServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
54
70
|
*
|
|
55
71
|
*/
|
|
56
72
|
export declare class ListContainersCommand extends $Command<ListContainersCommandInput, ListContainersCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceOutput
|
|
35
|
+
* // Tags: [ // TagList
|
|
36
|
+
* // { // Tag
|
|
37
|
+
* // Key: "STRING_VALUE", // required
|
|
38
|
+
* // Value: "STRING_VALUE",
|
|
39
|
+
* // },
|
|
40
|
+
* // ],
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
34
43
|
* ```
|
|
35
44
|
*
|
|
36
45
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -49,6 +58,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
49
58
|
* @throws {@link InternalServerError} (server fault)
|
|
50
59
|
* <p>The service is temporarily unavailable.</p>
|
|
51
60
|
*
|
|
61
|
+
* @throws {@link MediaStoreServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
52
63
|
*
|
|
53
64
|
*/
|
|
54
65
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutpu
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new PutContainerPolicyCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param PutContainerPolicyCommandInput - {@link PutContainerPolicyCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutpu
|
|
|
56
58
|
* @throws {@link InternalServerError} (server fault)
|
|
57
59
|
* <p>The service is temporarily unavailable.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link MediaStoreServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class PutContainerPolicyCommand extends $Command<PutContainerPolicyCommandInput, PutContainerPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -58,6 +58,8 @@ export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __Metad
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new PutCorsPolicyCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // {};
|
|
62
|
+
*
|
|
61
63
|
* ```
|
|
62
64
|
*
|
|
63
65
|
* @param PutCorsPolicyCommandInput - {@link PutCorsPolicyCommandInput}
|
|
@@ -76,6 +78,8 @@ export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __Metad
|
|
|
76
78
|
* @throws {@link InternalServerError} (server fault)
|
|
77
79
|
* <p>The service is temporarily unavailable.</p>
|
|
78
80
|
*
|
|
81
|
+
* @throws {@link MediaStoreServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
79
83
|
*
|
|
80
84
|
*/
|
|
81
85
|
export declare class PutCorsPolicyCommand extends $Command<PutCorsPolicyCommandInput, PutCorsPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutpu
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new PutLifecyclePolicyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param PutLifecyclePolicyCommandInput - {@link PutLifecyclePolicyCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutpu
|
|
|
51
53
|
* @throws {@link InternalServerError} (server fault)
|
|
52
54
|
* <p>The service is temporarily unavailable.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link MediaStoreServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class PutLifecyclePolicyCommand extends $Command<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -40,6 +40,8 @@ export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __M
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new PutMetricPolicyCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
43
45
|
* ```
|
|
44
46
|
*
|
|
45
47
|
* @param PutMetricPolicyCommandInput - {@link PutMetricPolicyCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __M
|
|
|
58
60
|
* @throws {@link InternalServerError} (server fault)
|
|
59
61
|
* <p>The service is temporarily unavailable.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link MediaStoreServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class PutMetricPolicyCommand extends $Command<PutMetricPolicyCommandInput, PutMetricPolicyCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutpu
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StartAccessLoggingCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param StartAccessLoggingCommandInput - {@link StartAccessLoggingCommandInput}
|
|
@@ -49,6 +51,8 @@ export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutpu
|
|
|
49
51
|
* @throws {@link InternalServerError} (server fault)
|
|
50
52
|
* <p>The service is temporarily unavailable.</p>
|
|
51
53
|
*
|
|
54
|
+
* @throws {@link MediaStoreServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
52
56
|
*
|
|
53
57
|
*/
|
|
54
58
|
export declare class StartAccessLoggingCommand extends $Command<StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput,
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopAccessLoggingCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param StopAccessLoggingCommandInput - {@link StopAccessLoggingCommandInput}
|
|
@@ -49,6 +51,8 @@ export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput,
|
|
|
49
51
|
* @throws {@link InternalServerError} (server fault)
|
|
50
52
|
* <p>The service is temporarily unavailable.</p>
|
|
51
53
|
*
|
|
54
|
+
* @throws {@link MediaStoreServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
52
56
|
*
|
|
53
57
|
*/
|
|
54
58
|
export declare class StopAccessLoggingCommand extends $Command<StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new TagResourceCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
57
59
|
* @throws {@link InternalServerError} (server fault)
|
|
58
60
|
* <p>The service is temporarily unavailable.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link MediaStoreServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaStoreClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
52
54
|
* @throws {@link InternalServerError} (server fault)
|
|
53
55
|
* <p>The service is temporarily unavailable.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link MediaStoreServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MediaStore service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaStoreClientResolvedConfig> {
|
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.326.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.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|