@aws-sdk/client-snowball 3.533.0 → 3.540.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 (65) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Snowball.d.ts +9 -1
  6. package/dist-types/SnowballClient.d.ts +1 -1
  7. package/dist-types/commands/CancelClusterCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateAddressCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeAddressCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -1
  19. package/dist-types/commands/GetJobManifestCommand.d.ts +2 -1
  20. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSnowballUsageCommand.d.ts +2 -1
  22. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListClusterJobsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  25. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListLongTermPricingCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPickupLocationsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListServiceVersionsCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +0 -1
  35. package/dist-types/models/models_0.d.ts +314 -314
  36. package/dist-types/ts3.4/Snowball.d.ts +8 -0
  37. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +0 -1
  65. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
22
22
  }
23
23
  declare const UpdateClusterCommand_base: {
24
24
  new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
30
30
  * state, you can update some of the information associated with a cluster. Once the cluster
31
31
  * changes to a different job state, usually 60 minutes after the cluster being created, this
@@ -139,6 +139,7 @@ declare const UpdateClusterCommand_base: {
139
139
  * @throws {@link SnowballServiceException}
140
140
  * <p>Base exception class for all service exceptions from Snowball service.</p>
141
141
  *
142
+ * @public
142
143
  * @example To update a cluster
143
144
  * ```javascript
144
145
  * // This action allows you to update certain parameters for a cluster. Once the cluster changes to a different state, usually within 60 minutes of it being created, this action is no longer available.
@@ -22,10 +22,10 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
22
22
  }
23
23
  declare const UpdateJobCommand_base: {
24
24
  new (input: UpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
30
30
  * the information associated with a job. Once the job changes to a different job state, usually
31
31
  * within 60 minutes of the job being created, this action is no longer available.</p>
@@ -153,6 +153,7 @@ declare const UpdateJobCommand_base: {
153
153
  * @throws {@link SnowballServiceException}
154
154
  * <p>Base exception class for all service exceptions from Snowball service.</p>
155
155
  *
156
+ * @public
156
157
  * @example To update a job
157
158
  * ```javascript
158
159
  * // This action allows you to update certain parameters for a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.
@@ -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
  }
@@ -16,5 +16,4 @@ export { SnowballExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
18
  export * from "./models";
19
- import "@aws-sdk/util-endpoints";
20
19
  export { SnowballServiceException } from "./models/SnowballServiceException";