@aws-sdk/client-snowball 3.529.1 → 3.535.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 (67) hide show
  1. package/dist-types/Snowball.d.ts +9 -1
  2. package/dist-types/SnowballClient.d.ts +1 -1
  3. package/dist-types/commands/CancelClusterCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAddressCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAddressCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -1
  15. package/dist-types/commands/GetJobManifestCommand.d.ts +2 -1
  16. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSnowballUsageCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -1
  19. package/dist-types/commands/ListClusterJobsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  21. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListLongTermPricingCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPickupLocationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListServiceVersionsCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +2 -1
  30. package/dist-types/models/models_0.d.ts +314 -314
  31. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  32. package/dist-types/runtimeConfig.d.ts +2 -2
  33. package/dist-types/runtimeConfig.native.d.ts +2 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  35. package/dist-types/ts3.4/Snowball.d.ts +8 -0
  36. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  67. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
22
22
  }
23
23
  declare const UpdateJobShipmentStateCommand_base: {
24
24
  new (input: UpdateJobShipmentStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateJobShipmentStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the state when a shipment state changes to a different state.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const UpdateJobShipmentStateCommand_base: {
60
60
  * @throws {@link SnowballServiceException}
61
61
  * <p>Base exception class for all service exceptions from Snowball service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class UpdateJobShipmentStateCommand extends UpdateJobShipmentStateCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
22
22
  }
23
23
  declare const UpdateLongTermPricingCommand_base: {
24
24
  new (input: UpdateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the long-term pricing type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const UpdateLongTermPricingCommand_base: {
57
57
  * @throws {@link SnowballServiceException}
58
58
  * <p>Base exception class for all service exceptions from Snowball service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class UpdateLongTermPricingCommand extends UpdateLongTermPricingCommand_base {
62
63
  }