@aws-sdk/client-snowball 3.496.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 +38 -37
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2643,40 +2643,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2643
2643
  // Annotate the CommonJS export names for ESM import in node:
2644
2644
 
2645
2645
  0 && (module.exports = {
2646
- AddressType,
2646
+ SnowballServiceException,
2647
+ __Client,
2648
+ SnowballClient,
2649
+ Snowball,
2650
+ $Command,
2647
2651
  CancelClusterCommand,
2648
2652
  CancelJobCommand,
2649
- ClusterLimitExceededException,
2650
- ClusterState,
2651
- ConflictException,
2652
2653
  CreateAddressCommand,
2653
2654
  CreateClusterCommand,
2654
2655
  CreateJobCommand,
2655
- CreateJobRequestFilterSensitiveLog,
2656
2656
  CreateLongTermPricingCommand,
2657
2657
  CreateReturnShippingLabelCommand,
2658
2658
  DescribeAddressCommand,
2659
2659
  DescribeAddressesCommand,
2660
2660
  DescribeClusterCommand,
2661
2661
  DescribeJobCommand,
2662
- DescribeJobResultFilterSensitiveLog,
2663
2662
  DescribeReturnShippingLabelCommand,
2664
- DeviceServiceName,
2665
- Ec2RequestFailedException,
2666
2663
  GetJobManifestCommand,
2667
2664
  GetJobUnlockCodeCommand,
2668
2665
  GetSnowballUsageCommand,
2669
2666
  GetSoftwareUpdatesCommand,
2670
- ImpactLevel,
2671
- InvalidAddressException,
2672
- InvalidInputCombinationException,
2673
- InvalidJobStateException,
2674
- InvalidNextTokenException,
2675
- InvalidResourceException,
2676
- JobMetadataFilterSensitiveLog,
2677
- JobState,
2678
- JobType,
2679
- KMSRequestFailedException,
2680
2667
  ListClusterJobsCommand,
2681
2668
  ListClustersCommand,
2682
2669
  ListCompatibleImagesCommand,
@@ -2684,34 +2671,48 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2684
2671
  ListLongTermPricingCommand,
2685
2672
  ListPickupLocationsCommand,
2686
2673
  ListServiceVersionsCommand,
2687
- LongTermPricingType,
2688
- PickupDetailsFilterSensitiveLog,
2689
- RemoteManagement,
2690
- ReturnShippingLabelAlreadyExistsException,
2691
- ServiceName,
2692
- ShipmentState,
2693
- ShippingLabelStatus,
2694
- ShippingOption,
2695
- Snowball,
2696
- SnowballCapacity,
2697
- SnowballClient,
2698
- SnowballServiceException,
2699
- SnowballType,
2700
- StorageUnit,
2701
- TransferOption,
2702
- UnsupportedAddressException,
2703
2674
  UpdateClusterCommand,
2704
2675
  UpdateJobCommand,
2705
- UpdateJobRequestFilterSensitiveLog,
2706
2676
  UpdateJobShipmentStateCommand,
2707
2677
  UpdateLongTermPricingCommand,
2708
- __Client,
2709
2678
  paginateDescribeAddresses,
2710
2679
  paginateListClusterJobs,
2711
2680
  paginateListClusters,
2712
2681
  paginateListCompatibleImages,
2713
2682
  paginateListJobs,
2714
2683
  paginateListLongTermPricing,
2715
- 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
2716
2717
  });
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.496.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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",