@aws-sdk/client-appstream 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.
@@ -1741,7 +1741,6 @@ export var UserStackAssociationError = [
1741
1741
  ];
1742
1742
  export var VolumeConfig = [3, n0, _VCo, 0, [_VSIG], [1]];
1743
1743
  export var VpcConfig = [3, n0, _VC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
1744
- export var __Unit = "unit";
1745
1744
  export var AppStreamServiceException = [-3, _s, "AppStreamServiceException", 0, [], []];
1746
1745
  TypeRegistry.for(_s).registerError(AppStreamServiceException, __AppStreamServiceException);
1747
1746
  export var AccessEndpointList = [1, n0, _AEL, 0, () => AccessEndpoint];
@@ -248,7 +248,6 @@ export declare var UserStackAssociation: StaticStructureSchema;
248
248
  export declare var UserStackAssociationError: StaticStructureSchema;
249
249
  export declare var VolumeConfig: StaticStructureSchema;
250
250
  export declare var VpcConfig: StaticStructureSchema;
251
- export declare var __Unit: "unit";
252
251
  export declare var AppStreamServiceException: StaticErrorSchema;
253
252
  export declare var AccessEndpointList: StaticListSchema;
254
253
  export declare var AdminAppLicenseUsageList: StaticListSchema;
@@ -254,7 +254,6 @@ export declare var UserStackAssociation: StaticStructureSchema;
254
254
  export declare var UserStackAssociationError: StaticStructureSchema;
255
255
  export declare var VolumeConfig: StaticStructureSchema;
256
256
  export declare var VpcConfig: StaticStructureSchema;
257
- export declare var __Unit: "unit";
258
257
  export declare var AppStreamServiceException: StaticErrorSchema;
259
258
  export declare var AccessEndpointList: StaticListSchema;
260
259
  export declare var AdminAppLicenseUsageList: StaticListSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appstream",
3
3
  "description": "AWS SDK for JavaScript Appstream 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-appstream",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.946.0",
25
- "@aws-sdk/credential-provider-node": "3.946.0",
24
+ "@aws-sdk/core": "3.947.0",
25
+ "@aws-sdk/credential-provider-node": "3.947.0",
26
26
  "@aws-sdk/middleware-host-header": "3.936.0",
27
27
  "@aws-sdk/middleware-logger": "3.936.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
29
- "@aws-sdk/middleware-user-agent": "3.946.0",
29
+ "@aws-sdk/middleware-user-agent": "3.947.0",
30
30
  "@aws-sdk/region-config-resolver": "3.936.0",
31
31
  "@aws-sdk/types": "3.936.0",
32
32
  "@aws-sdk/util-endpoints": "3.936.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.936.0",
34
- "@aws-sdk/util-user-agent-node": "3.946.0",
34
+ "@aws-sdk/util-user-agent-node": "3.947.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
36
  "@smithy/core": "^3.18.7",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",