@aws-sdk/client-storage-gateway 3.43.0 → 3.44.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,17 @@
|
|
|
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.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-storage-gateway
|
|
@@ -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) => {
|
|
@@ -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
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.44.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|