@aws-sdk/client-mediastore-data 3.946.0 → 3.947.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.
@@ -150,7 +150,6 @@ export var RequestedRangeNotSatisfiableException = [
150
150
  [0],
151
151
  ];
152
152
  TypeRegistry.for(n0).registerError(RequestedRangeNotSatisfiableException, __RequestedRangeNotSatisfiableException);
153
- export var __Unit = "unit";
154
153
  export var MediaStoreDataServiceException = [-3, _sm, "MediaStoreDataServiceException", 0, [], []];
155
154
  TypeRegistry.for(_sm).registerError(MediaStoreDataServiceException, __MediaStoreDataServiceException);
156
155
  export var ItemList = [1, n0, _IL, 0, () => Item];
@@ -15,7 +15,6 @@ export declare var ObjectNotFoundException: StaticErrorSchema;
15
15
  export declare var PutObjectRequest: StaticStructureSchema;
16
16
  export declare var PutObjectResponse: StaticStructureSchema;
17
17
  export declare var RequestedRangeNotSatisfiableException: StaticErrorSchema;
18
- export declare var __Unit: "unit";
19
18
  export declare var MediaStoreDataServiceException: StaticErrorSchema;
20
19
  export declare var ItemList: StaticListSchema;
21
20
  export declare var DeleteObject: StaticOperationSchema;
@@ -21,7 +21,6 @@ export declare var ObjectNotFoundException: StaticErrorSchema;
21
21
  export declare var PutObjectRequest: StaticStructureSchema;
22
22
  export declare var PutObjectResponse: StaticStructureSchema;
23
23
  export declare var RequestedRangeNotSatisfiableException: StaticErrorSchema;
24
- export declare var __Unit: "unit";
25
24
  export declare var MediaStoreDataServiceException: StaticErrorSchema;
26
25
  export declare var ItemList: StaticListSchema;
27
26
  export declare var DeleteObject: StaticOperationSchema;
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.946.0",
4
+ "version": "3.947.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",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "3.946.0",
27
- "@aws-sdk/credential-provider-node": "3.946.0",
26
+ "@aws-sdk/core": "3.947.0",
27
+ "@aws-sdk/credential-provider-node": "3.947.0",
28
28
  "@aws-sdk/middleware-host-header": "3.936.0",
29
29
  "@aws-sdk/middleware-logger": "3.936.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
31
- "@aws-sdk/middleware-user-agent": "3.946.0",
31
+ "@aws-sdk/middleware-user-agent": "3.947.0",
32
32
  "@aws-sdk/region-config-resolver": "3.936.0",
33
33
  "@aws-sdk/types": "3.936.0",
34
34
  "@aws-sdk/util-endpoints": "3.936.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.936.0",
36
- "@aws-sdk/util-user-agent-node": "3.946.0",
36
+ "@aws-sdk/util-user-agent-node": "3.947.0",
37
37
  "@smithy/config-resolver": "^4.4.3",
38
38
  "@smithy/core": "^3.18.7",
39
39
  "@smithy/fetch-http-handler": "^5.3.6",