@aws-sdk/client-mediastore-data 3.650.0 → 3.654.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.
@@ -64,4 +64,15 @@ declare const DeleteObjectCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteObjectRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteObjectCommandInput;
75
+ output: DeleteObjectCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -70,4 +70,15 @@ declare const DescribeObjectCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DescribeObjectCommand extends DescribeObjectCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DescribeObjectRequest;
77
+ output: DescribeObjectResponse;
78
+ };
79
+ sdk: {
80
+ input: DescribeObjectCommandInput;
81
+ output: DescribeObjectCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -78,4 +78,15 @@ declare const GetObjectCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetObjectCommand extends GetObjectCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetObjectRequest;
85
+ output: GetObjectResponse;
86
+ };
87
+ sdk: {
88
+ input: GetObjectCommandInput;
89
+ output: GetObjectCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -76,4 +76,15 @@ declare const ListItemsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListItemsCommand extends ListItemsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListItemsRequest;
83
+ output: ListItemsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListItemsCommandInput;
87
+ output: ListItemsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -71,4 +71,15 @@ declare const PutObjectCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class PutObjectCommand extends PutObjectCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: PutObjectRequest;
78
+ output: PutObjectResponse;
79
+ };
80
+ sdk: {
81
+ input: PutObjectCommandInput;
82
+ output: PutObjectCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -33,4 +33,15 @@ declare const DeleteObjectCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteObjectCommand extends DeleteObjectCommand_base {}
36
+ export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteObjectRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteObjectCommandInput;
44
+ output: DeleteObjectCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeObjectCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeObjectCommand extends DescribeObjectCommand_base {}
39
+ export declare class DescribeObjectCommand extends DescribeObjectCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeObjectRequest;
43
+ output: DescribeObjectResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeObjectCommandInput;
47
+ output: DescribeObjectCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -38,4 +38,15 @@ declare const GetObjectCommand_base: {
38
38
  >;
39
39
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
40
40
  };
41
- export declare class GetObjectCommand extends GetObjectCommand_base {}
41
+ export declare class GetObjectCommand extends GetObjectCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: GetObjectRequest;
45
+ output: GetObjectResponse;
46
+ };
47
+ sdk: {
48
+ input: GetObjectCommandInput;
49
+ output: GetObjectCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -33,4 +33,15 @@ declare const ListItemsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListItemsCommand extends ListItemsCommand_base {}
36
+ export declare class ListItemsCommand extends ListItemsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListItemsRequest;
40
+ output: ListItemsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListItemsCommandInput;
44
+ output: ListItemsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -39,4 +39,15 @@ declare const PutObjectCommand_base: {
39
39
  >;
40
40
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
41
41
  };
42
- export declare class PutObjectCommand extends PutObjectCommand_base {}
42
+ export declare class PutObjectCommand extends PutObjectCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: PutObjectRequest;
46
+ output: PutObjectResponse;
47
+ };
48
+ sdk: {
49
+ input: PutObjectCommandInput;
50
+ output: PutObjectCommandOutput;
51
+ };
52
+ };
53
+ }
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.650.0",
4
+ "version": "3.654.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-data",
@@ -22,44 +22,44 @@
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.650.0",
26
- "@aws-sdk/client-sts": "3.650.0",
27
- "@aws-sdk/core": "3.649.0",
28
- "@aws-sdk/credential-provider-node": "3.650.0",
29
- "@aws-sdk/middleware-host-header": "3.649.0",
30
- "@aws-sdk/middleware-logger": "3.649.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
32
- "@aws-sdk/middleware-user-agent": "3.649.0",
33
- "@aws-sdk/region-config-resolver": "3.649.0",
34
- "@aws-sdk/types": "3.649.0",
35
- "@aws-sdk/util-endpoints": "3.649.0",
36
- "@aws-sdk/util-user-agent-browser": "3.649.0",
37
- "@aws-sdk/util-user-agent-node": "3.649.0",
38
- "@smithy/config-resolver": "^3.0.6",
39
- "@smithy/core": "^2.4.1",
40
- "@smithy/fetch-http-handler": "^3.2.5",
41
- "@smithy/hash-node": "^3.0.4",
42
- "@smithy/invalid-dependency": "^3.0.4",
43
- "@smithy/middleware-content-length": "^3.0.6",
44
- "@smithy/middleware-endpoint": "^3.1.1",
45
- "@smithy/middleware-retry": "^3.0.16",
46
- "@smithy/middleware-serde": "^3.0.4",
47
- "@smithy/middleware-stack": "^3.0.4",
48
- "@smithy/node-config-provider": "^3.1.5",
49
- "@smithy/node-http-handler": "^3.2.0",
50
- "@smithy/protocol-http": "^4.1.1",
51
- "@smithy/smithy-client": "^3.3.0",
52
- "@smithy/types": "^3.4.0",
53
- "@smithy/url-parser": "^3.0.4",
25
+ "@aws-sdk/client-sso-oidc": "3.654.0",
26
+ "@aws-sdk/client-sts": "3.654.0",
27
+ "@aws-sdk/core": "3.654.0",
28
+ "@aws-sdk/credential-provider-node": "3.654.0",
29
+ "@aws-sdk/middleware-host-header": "3.654.0",
30
+ "@aws-sdk/middleware-logger": "3.654.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
32
+ "@aws-sdk/middleware-user-agent": "3.654.0",
33
+ "@aws-sdk/region-config-resolver": "3.654.0",
34
+ "@aws-sdk/types": "3.654.0",
35
+ "@aws-sdk/util-endpoints": "3.654.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
37
+ "@aws-sdk/util-user-agent-node": "3.654.0",
38
+ "@smithy/config-resolver": "^3.0.8",
39
+ "@smithy/core": "^2.4.3",
40
+ "@smithy/fetch-http-handler": "^3.2.7",
41
+ "@smithy/hash-node": "^3.0.6",
42
+ "@smithy/invalid-dependency": "^3.0.6",
43
+ "@smithy/middleware-content-length": "^3.0.8",
44
+ "@smithy/middleware-endpoint": "^3.1.3",
45
+ "@smithy/middleware-retry": "^3.0.18",
46
+ "@smithy/middleware-serde": "^3.0.6",
47
+ "@smithy/middleware-stack": "^3.0.6",
48
+ "@smithy/node-config-provider": "^3.1.7",
49
+ "@smithy/node-http-handler": "^3.2.2",
50
+ "@smithy/protocol-http": "^4.1.3",
51
+ "@smithy/smithy-client": "^3.3.2",
52
+ "@smithy/types": "^3.4.2",
53
+ "@smithy/url-parser": "^3.0.6",
54
54
  "@smithy/util-base64": "^3.0.0",
55
55
  "@smithy/util-body-length-browser": "^3.0.0",
56
56
  "@smithy/util-body-length-node": "^3.0.0",
57
- "@smithy/util-defaults-mode-browser": "^3.0.16",
58
- "@smithy/util-defaults-mode-node": "^3.0.16",
59
- "@smithy/util-endpoints": "^2.1.0",
60
- "@smithy/util-middleware": "^3.0.4",
61
- "@smithy/util-retry": "^3.0.4",
62
- "@smithy/util-stream": "^3.1.4",
57
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
58
+ "@smithy/util-defaults-mode-node": "^3.0.18",
59
+ "@smithy/util-endpoints": "^2.1.2",
60
+ "@smithy/util-middleware": "^3.0.6",
61
+ "@smithy/util-retry": "^3.0.6",
62
+ "@smithy/util-stream": "^3.1.6",
63
63
  "@smithy/util-utf8": "^3.0.0",
64
64
  "tslib": "^2.6.2"
65
65
  },