@aws-sdk/client-mediastore-data 3.649.0 → 3.651.1
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-cjs/index.js +5 -15
- package/dist-es/commands/DeleteObjectCommand.js +1 -3
- package/dist-es/commands/DescribeObjectCommand.js +1 -3
- package/dist-es/commands/GetObjectCommand.js +1 -3
- package/dist-es/commands/ListItemsCommand.js +1 -3
- package/dist-es/commands/PutObjectCommand.js +1 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -563,9 +563,7 @@ var _xasc = "x-amz-storage-class";
|
|
|
563
563
|
var _xaua = "x-amz-upload-availability";
|
|
564
564
|
|
|
565
565
|
// src/commands/DeleteObjectCommand.ts
|
|
566
|
-
var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
567
|
-
...commonParams
|
|
568
|
-
}).m(function(Command, cs, config, o) {
|
|
566
|
+
var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
569
567
|
return [
|
|
570
568
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
571
569
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -579,9 +577,7 @@ var DeleteObjectCommand = _DeleteObjectCommand;
|
|
|
579
577
|
|
|
580
578
|
|
|
581
579
|
|
|
582
|
-
var _DescribeObjectCommand = class _DescribeObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
583
|
-
...commonParams
|
|
584
|
-
}).m(function(Command, cs, config, o) {
|
|
580
|
+
var _DescribeObjectCommand = class _DescribeObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
585
581
|
return [
|
|
586
582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
587
583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -595,9 +591,7 @@ var DescribeObjectCommand = _DescribeObjectCommand;
|
|
|
595
591
|
|
|
596
592
|
|
|
597
593
|
|
|
598
|
-
var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
599
|
-
...commonParams
|
|
600
|
-
}).m(function(Command, cs, config, o) {
|
|
594
|
+
var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
601
595
|
return [
|
|
602
596
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
603
597
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -611,9 +605,7 @@ var GetObjectCommand = _GetObjectCommand;
|
|
|
611
605
|
|
|
612
606
|
|
|
613
607
|
|
|
614
|
-
var _ListItemsCommand = class _ListItemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
615
|
-
...commonParams
|
|
616
|
-
}).m(function(Command, cs, config, o) {
|
|
608
|
+
var _ListItemsCommand = class _ListItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
617
609
|
return [
|
|
618
610
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
619
611
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -627,9 +619,7 @@ var ListItemsCommand = _ListItemsCommand;
|
|
|
627
619
|
|
|
628
620
|
|
|
629
621
|
|
|
630
|
-
var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
631
|
-
...commonParams
|
|
632
|
-
}).m(function(Command, cs, config, o) {
|
|
622
|
+
var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
633
623
|
return [
|
|
634
624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
635
625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteObjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeObjectCommand, se_DescribeObjectCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeObjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetObjectCommand, se_GetObjectCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetObjectCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListItemsCommand, se_ListItemsCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListItemsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PutObjectCommand, se_PutObjectCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutObjectCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediastore-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediastore Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-data",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/core": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
26
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
27
|
+
"@aws-sdk/core": "3.651.1",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|