@aws-sdk/client-storage-gateway 3.41.0 → 3.45.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/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update clients as of 2021/11/30 ([#3077](https://github.com/aws/aws-sdk-js-v3/issues/3077)) ([2bdba30](https://github.com/aws/aws-sdk-js-v3/commit/2bdba30963e550728ba2903d57daa1e666a29d71))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-storage-gateway
31
+
32
+
33
+
34
+
35
+
36
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
37
+
38
+ **Note:** Version bump only for package @aws-sdk/client-storage-gateway
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
45
 
8
46
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "ca-central-1-fips",
104
105
  "eu-central-1",
@@ -7302,6 +7302,7 @@ const deserializeAws_json1_1DescribeGatewayInformationOutput = (output, context)
7302
7302
  GatewayTimezone: smithy_client_1.expectString(output.GatewayTimezone),
7303
7303
  GatewayType: smithy_client_1.expectString(output.GatewayType),
7304
7304
  HostEnvironment: smithy_client_1.expectString(output.HostEnvironment),
7305
+ HostEnvironmentId: smithy_client_1.expectString(output.HostEnvironmentId),
7305
7306
  LastSoftwareUpdate: smithy_client_1.expectString(output.LastSoftwareUpdate),
7306
7307
  NextUpdateAvailabilityDate: smithy_client_1.expectString(output.NextUpdateAvailabilityDate),
7307
7308
  SoftwareUpdatesEndDate: smithy_client_1.expectString(output.SoftwareUpdatesEndDate),
@@ -7605,6 +7606,8 @@ const deserializeAws_json1_1GatewayInfo = (output, context) => {
7605
7606
  GatewayName: smithy_client_1.expectString(output.GatewayName),
7606
7607
  GatewayOperationalState: smithy_client_1.expectString(output.GatewayOperationalState),
7607
7608
  GatewayType: smithy_client_1.expectString(output.GatewayType),
7609
+ HostEnvironment: smithy_client_1.expectString(output.HostEnvironment),
7610
+ HostEnvironmentId: smithy_client_1.expectString(output.HostEnvironmentId),
7608
7611
  };
7609
7612
  };
7610
7613
  const deserializeAws_json1_1GatewayNetworkInterfaces = (output, context) => {
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "ca-central-1-fips",
102
103
  "eu-central-1",
@@ -7767,6 +7767,7 @@ var deserializeAws_json1_1DescribeGatewayInformationOutput = function (output, c
7767
7767
  GatewayTimezone: __expectString(output.GatewayTimezone),
7768
7768
  GatewayType: __expectString(output.GatewayType),
7769
7769
  HostEnvironment: __expectString(output.HostEnvironment),
7770
+ HostEnvironmentId: __expectString(output.HostEnvironmentId),
7770
7771
  LastSoftwareUpdate: __expectString(output.LastSoftwareUpdate),
7771
7772
  NextUpdateAvailabilityDate: __expectString(output.NextUpdateAvailabilityDate),
7772
7773
  SoftwareUpdatesEndDate: __expectString(output.SoftwareUpdatesEndDate),
@@ -8069,6 +8070,8 @@ var deserializeAws_json1_1GatewayInfo = function (output, context) {
8069
8070
  GatewayName: __expectString(output.GatewayName),
8070
8071
  GatewayOperationalState: __expectString(output.GatewayOperationalState),
8071
8072
  GatewayType: __expectString(output.GatewayType),
8073
+ HostEnvironment: __expectString(output.HostEnvironment),
8074
+ HostEnvironmentId: __expectString(output.HostEnvironmentId),
8072
8075
  };
8073
8076
  };
8074
8077
  var deserializeAws_json1_1GatewayNetworkInterfaces = function (output, context) {
@@ -110,7 +110,7 @@ export interface ActivateGatewayInput {
110
110
  * value is <code>CACHED</code>.</p>
111
111
  *
112
112
  * <p>Valid Values: <code>STORED</code> | <code>CACHED</code> | <code>VTL</code> |
113
- * <code>FILE_S3</code> | <code>FILE_FSX_SMB|</code>
113
+ * <code>VTL_SNOW</code> | <code>FILE_S3</code> | <code>FILE_FSX_SMB</code>
114
114
  * </p>
115
115
  */
116
116
  GatewayType?: string;
@@ -2928,7 +2928,7 @@ export declare namespace NetworkInterface {
2928
2928
  */
2929
2929
  const filterSensitiveLog: (obj: NetworkInterface) => any;
2930
2930
  }
2931
- export declare type HostEnvironment = "EC2" | "HYPER-V" | "KVM" | "OTHER" | "VMWARE";
2931
+ export declare type HostEnvironment = "EC2" | "HYPER-V" | "KVM" | "OTHER" | "SNOWBALL" | "VMWARE";
2932
2932
  /**
2933
2933
  * <p>A JSON object containing the following fields:</p>
2934
2934
  */
@@ -3001,7 +3001,7 @@ export interface DescribeGatewayInformationOutput {
3001
3001
  */
3002
3002
  CloudWatchLogGroupARN?: string;
3003
3003
  /**
3004
- * <p>The type of hypervisor environment used by the host.</p>
3004
+ * <p>The type of hardware or software platform on which the gateway is running.</p>
3005
3005
  */
3006
3006
  HostEnvironment?: HostEnvironment | string;
3007
3007
  /**
@@ -3029,6 +3029,12 @@ export interface DescribeGatewayInformationOutput {
3029
3029
  * hardware specifications.</p>
3030
3030
  */
3031
3031
  SupportedGatewayCapacities?: (GatewayCapacity | string)[];
3032
+ /**
3033
+ * <p>A unique identifier for the specific instance of the host platform running the gateway.
3034
+ * This value is only available for certain host environments, and its format depends on the
3035
+ * host environment type.</p>
3036
+ */
3037
+ HostEnvironmentId?: string;
3032
3038
  }
3033
3039
  export declare namespace DescribeGatewayInformationOutput {
3034
3040
  /**
@@ -4924,6 +4930,16 @@ export interface GatewayInfo {
4924
4930
  * <p>The Amazon Web Services Region where the Amazon EC2 instance is located.</p>
4925
4931
  */
4926
4932
  Ec2InstanceRegion?: string;
4933
+ /**
4934
+ * <p>The type of hardware or software platform on which the gateway is running.</p>
4935
+ */
4936
+ HostEnvironment?: HostEnvironment | string;
4937
+ /**
4938
+ * <p>A unique identifier for the specific instance of the host platform running the gateway.
4939
+ * This value is only available for certain host environments, and its format depends on the
4940
+ * host environment type.</p>
4941
+ */
4942
+ HostEnvironmentId?: string;
4927
4943
  }
4928
4944
  export declare namespace GatewayInfo {
4929
4945
  /**
@@ -1172,7 +1172,7 @@ export declare namespace NetworkInterface {
1172
1172
 
1173
1173
  const filterSensitiveLog: (obj: NetworkInterface) => any;
1174
1174
  }
1175
- export declare type HostEnvironment = "EC2" | "HYPER-V" | "KVM" | "OTHER" | "VMWARE";
1175
+ export declare type HostEnvironment = "EC2" | "HYPER-V" | "KVM" | "OTHER" | "SNOWBALL" | "VMWARE";
1176
1176
 
1177
1177
  export interface DescribeGatewayInformationOutput {
1178
1178
 
@@ -1215,6 +1215,8 @@ export interface DescribeGatewayInformationOutput {
1215
1215
  GatewayCapacity?: GatewayCapacity | string;
1216
1216
 
1217
1217
  SupportedGatewayCapacities?: (GatewayCapacity | string)[];
1218
+
1219
+ HostEnvironmentId?: string;
1218
1220
  }
1219
1221
  export declare namespace DescribeGatewayInformationOutput {
1220
1222
 
@@ -1914,6 +1916,10 @@ export interface GatewayInfo {
1914
1916
  Ec2InstanceId?: string;
1915
1917
 
1916
1918
  Ec2InstanceRegion?: string;
1919
+
1920
+ HostEnvironment?: HostEnvironment | string;
1921
+
1922
+ HostEnvironmentId?: string;
1917
1923
  }
1918
1924
  export declare namespace GatewayInfo {
1919
1925
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-storage-gateway",
3
3
  "description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.41.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.41.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.41.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",