@aws-sdk/client-snowball 3.873.0 → 3.876.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.
@@ -949,23 +949,23 @@ export declare class ClusterLimitExceededException extends __BaseException {
949
949
  constructor(opts: __ExceptionOptionType<ClusterLimitExceededException, __BaseException>);
950
950
  }
951
951
  /**
952
- * <p>Configures the wireless connection on an Snowcone device.</p>
952
+ * <p>Configures the wireless connection on an Snowball Edge device.</p>
953
953
  * @public
954
954
  */
955
955
  export interface WirelessConnection {
956
956
  /**
957
- * <p>Enables the Wi-Fi adapter on an Snowcone device.</p>
957
+ * <p>Enables the Wi-Fi adapter on an Snowball Edge device.</p>
958
958
  * @public
959
959
  */
960
960
  IsWifiEnabled?: boolean | undefined;
961
961
  }
962
962
  /**
963
- * <p>Specifies the device configuration for an Snowcone job.</p>
963
+ * <p>Specifies the device configuration for an Snowball Edge job.</p>
964
964
  * @public
965
965
  */
966
966
  export interface SnowconeDeviceConfiguration {
967
967
  /**
968
- * <p>Configures the wireless connection for the Snowcone device.</p>
968
+ * <p>Configures the wireless connection for the Snowball Edge device.</p>
969
969
  * @public
970
970
  */
971
971
  WirelessConnection?: WirelessConnection | undefined;
@@ -976,7 +976,7 @@ export interface SnowconeDeviceConfiguration {
976
976
  */
977
977
  export interface DeviceConfiguration {
978
978
  /**
979
- * <p>Returns information about the device configuration for an Snowcone
979
+ * <p>Returns information about the device configuration for an Snowball Edge
980
980
  * job.</p>
981
981
  * @public
982
982
  */
@@ -1173,7 +1173,7 @@ export interface CreateJobRequest {
1173
1173
  */
1174
1174
  TaxDocuments?: TaxDocuments | undefined;
1175
1175
  /**
1176
- * <p>Defines the device configuration for an Snowcone job.</p>
1176
+ * <p>Defines the device configuration for an Snowball Edge job.</p>
1177
1177
  * <p>For more information, see
1178
1178
  * "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow
1179
1179
  * Family Devices and Capacity) in the <i>Snowcone User Guide</i> or
@@ -1472,7 +1472,7 @@ export interface ClusterMetadata {
1472
1472
  */
1473
1473
  JobType?: JobType | undefined;
1474
1474
  /**
1475
- * <p>The type of Snowcone device to use for this cluster.
1475
+ * <p>The type of Snowball Edge device to use for this cluster.
1476
1476
  * </p>
1477
1477
  * <note>
1478
1478
  * <p>For cluster jobs, Amazon Web Services Snow Family currently supports only the
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-snowball",
3
3
  "description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
4
- "version": "3.873.0",
4
+ "version": "3.876.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-snowball",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.873.0",
24
- "@aws-sdk/credential-provider-node": "3.873.0",
23
+ "@aws-sdk/core": "3.876.0",
24
+ "@aws-sdk/credential-provider-node": "3.876.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
- "@aws-sdk/middleware-logger": "3.873.0",
26
+ "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.873.0",
28
+ "@aws-sdk/middleware-user-agent": "3.876.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.873.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.873.0",
33
+ "@aws-sdk/util-user-agent-node": "3.876.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.8.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",