@aws-sdk/client-snowball 3.495.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +40 -37
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -2641,41 +2641,29 @@ var paginateListPickupLocations = (0, import_core.createPaginator)(SnowballClien
2641
2641
  // src/index.ts
2642
2642
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
2643
2643
  // Annotate the CommonJS export names for ESM import in node:
2644
+
2644
2645
  0 && (module.exports = {
2645
- AddressType,
2646
+ SnowballServiceException,
2647
+ __Client,
2648
+ SnowballClient,
2649
+ Snowball,
2650
+ $Command,
2646
2651
  CancelClusterCommand,
2647
2652
  CancelJobCommand,
2648
- ClusterLimitExceededException,
2649
- ClusterState,
2650
- ConflictException,
2651
2653
  CreateAddressCommand,
2652
2654
  CreateClusterCommand,
2653
2655
  CreateJobCommand,
2654
- CreateJobRequestFilterSensitiveLog,
2655
2656
  CreateLongTermPricingCommand,
2656
2657
  CreateReturnShippingLabelCommand,
2657
2658
  DescribeAddressCommand,
2658
2659
  DescribeAddressesCommand,
2659
2660
  DescribeClusterCommand,
2660
2661
  DescribeJobCommand,
2661
- DescribeJobResultFilterSensitiveLog,
2662
2662
  DescribeReturnShippingLabelCommand,
2663
- DeviceServiceName,
2664
- Ec2RequestFailedException,
2665
2663
  GetJobManifestCommand,
2666
2664
  GetJobUnlockCodeCommand,
2667
2665
  GetSnowballUsageCommand,
2668
2666
  GetSoftwareUpdatesCommand,
2669
- ImpactLevel,
2670
- InvalidAddressException,
2671
- InvalidInputCombinationException,
2672
- InvalidJobStateException,
2673
- InvalidNextTokenException,
2674
- InvalidResourceException,
2675
- JobMetadataFilterSensitiveLog,
2676
- JobState,
2677
- JobType,
2678
- KMSRequestFailedException,
2679
2667
  ListClusterJobsCommand,
2680
2668
  ListClustersCommand,
2681
2669
  ListCompatibleImagesCommand,
@@ -2683,33 +2671,48 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2683
2671
  ListLongTermPricingCommand,
2684
2672
  ListPickupLocationsCommand,
2685
2673
  ListServiceVersionsCommand,
2686
- LongTermPricingType,
2687
- PickupDetailsFilterSensitiveLog,
2688
- RemoteManagement,
2689
- ReturnShippingLabelAlreadyExistsException,
2690
- ServiceName,
2691
- ShipmentState,
2692
- ShippingLabelStatus,
2693
- ShippingOption,
2694
- Snowball,
2695
- SnowballCapacity,
2696
- SnowballClient,
2697
- SnowballServiceException,
2698
- SnowballType,
2699
- StorageUnit,
2700
- TransferOption,
2701
- UnsupportedAddressException,
2702
2674
  UpdateClusterCommand,
2703
2675
  UpdateJobCommand,
2704
- UpdateJobRequestFilterSensitiveLog,
2705
2676
  UpdateJobShipmentStateCommand,
2706
2677
  UpdateLongTermPricingCommand,
2707
- __Client,
2708
2678
  paginateDescribeAddresses,
2709
2679
  paginateListClusterJobs,
2710
2680
  paginateListClusters,
2711
2681
  paginateListCompatibleImages,
2712
2682
  paginateListJobs,
2713
2683
  paginateListLongTermPricing,
2714
- paginateListPickupLocations
2684
+ paginateListPickupLocations,
2685
+ AddressType,
2686
+ InvalidJobStateException,
2687
+ InvalidResourceException,
2688
+ KMSRequestFailedException,
2689
+ InvalidAddressException,
2690
+ UnsupportedAddressException,
2691
+ JobType,
2692
+ JobState,
2693
+ StorageUnit,
2694
+ RemoteManagement,
2695
+ DeviceServiceName,
2696
+ TransferOption,
2697
+ ShippingOption,
2698
+ SnowballCapacity,
2699
+ SnowballType,
2700
+ Ec2RequestFailedException,
2701
+ InvalidInputCombinationException,
2702
+ ClusterLimitExceededException,
2703
+ ImpactLevel,
2704
+ LongTermPricingType,
2705
+ ConflictException,
2706
+ ShippingLabelStatus,
2707
+ ReturnShippingLabelAlreadyExistsException,
2708
+ InvalidNextTokenException,
2709
+ ClusterState,
2710
+ ServiceName,
2711
+ ShipmentState,
2712
+ PickupDetailsFilterSensitiveLog,
2713
+ CreateJobRequestFilterSensitiveLog,
2714
+ JobMetadataFilterSensitiveLog,
2715
+ DescribeJobResultFilterSensitiveLog,
2716
+ UpdateJobRequestFilterSensitiveLog
2715
2717
  });
2718
+
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.495.0",
4
+ "version": "3.499.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,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",