@aws-sdk/client-snowball 3.533.0 → 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 (59) 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/ts3.4/Snowball.d.ts +8 -0
  32. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +9 -0
  59. package/package.json +40 -40
@@ -55,6 +55,7 @@ export interface Snowball {
55
55
  /**
56
56
  * @see {@link CreateJobCommand}
57
57
  */
58
+ createJob(): Promise<CreateJobCommandOutput>;
58
59
  createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
59
60
  createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
60
61
  createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
@@ -79,6 +80,7 @@ export interface Snowball {
79
80
  /**
80
81
  * @see {@link DescribeAddressesCommand}
81
82
  */
83
+ describeAddresses(): Promise<DescribeAddressesCommandOutput>;
82
84
  describeAddresses(args: DescribeAddressesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddressesCommandOutput>;
83
85
  describeAddresses(args: DescribeAddressesCommandInput, cb: (err: any, data?: DescribeAddressesCommandOutput) => void): void;
84
86
  describeAddresses(args: DescribeAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddressesCommandOutput) => void): void;
@@ -115,6 +117,7 @@ export interface Snowball {
115
117
  /**
116
118
  * @see {@link GetSnowballUsageCommand}
117
119
  */
120
+ getSnowballUsage(): Promise<GetSnowballUsageCommandOutput>;
118
121
  getSnowballUsage(args: GetSnowballUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetSnowballUsageCommandOutput>;
119
122
  getSnowballUsage(args: GetSnowballUsageCommandInput, cb: (err: any, data?: GetSnowballUsageCommandOutput) => void): void;
120
123
  getSnowballUsage(args: GetSnowballUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnowballUsageCommandOutput) => void): void;
@@ -133,30 +136,35 @@ export interface Snowball {
133
136
  /**
134
137
  * @see {@link ListClustersCommand}
135
138
  */
139
+ listClusters(): Promise<ListClustersCommandOutput>;
136
140
  listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
137
141
  listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
138
142
  listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
139
143
  /**
140
144
  * @see {@link ListCompatibleImagesCommand}
141
145
  */
146
+ listCompatibleImages(): Promise<ListCompatibleImagesCommandOutput>;
142
147
  listCompatibleImages(args: ListCompatibleImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListCompatibleImagesCommandOutput>;
143
148
  listCompatibleImages(args: ListCompatibleImagesCommandInput, cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void): void;
144
149
  listCompatibleImages(args: ListCompatibleImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void): void;
145
150
  /**
146
151
  * @see {@link ListJobsCommand}
147
152
  */
153
+ listJobs(): Promise<ListJobsCommandOutput>;
148
154
  listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
149
155
  listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
150
156
  listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
151
157
  /**
152
158
  * @see {@link ListLongTermPricingCommand}
153
159
  */
160
+ listLongTermPricing(): Promise<ListLongTermPricingCommandOutput>;
154
161
  listLongTermPricing(args: ListLongTermPricingCommandInput, options?: __HttpHandlerOptions): Promise<ListLongTermPricingCommandOutput>;
155
162
  listLongTermPricing(args: ListLongTermPricingCommandInput, cb: (err: any, data?: ListLongTermPricingCommandOutput) => void): void;
156
163
  listLongTermPricing(args: ListLongTermPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLongTermPricingCommandOutput) => void): void;
157
164
  /**
158
165
  * @see {@link ListPickupLocationsCommand}
159
166
  */
167
+ listPickupLocations(): Promise<ListPickupLocationsCommandOutput>;
160
168
  listPickupLocations(args: ListPickupLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPickupLocationsCommandOutput>;
161
169
  listPickupLocations(args: ListPickupLocationsCommandInput, cb: (err: any, data?: ListPickupLocationsCommandOutput) => void): void;
162
170
  listPickupLocations(args: ListPickupLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPickupLocationsCommandOutput) => void): void;
@@ -192,13 +200,13 @@ export interface Snowball {
192
200
  updateLongTermPricing(args: UpdateLongTermPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void): void;
193
201
  }
194
202
  /**
195
- * @public
196
203
  * <p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses
197
204
  * secure devices to transfer large amounts of data between your on-premises data centers and
198
205
  * Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same
199
206
  * functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create
200
207
  * and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device,
201
208
  * you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
209
+ * @public
202
210
  */
203
211
  export declare class Snowball extends SnowballClient implements Snowball {
204
212
  }
@@ -178,13 +178,13 @@ export type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__H
178
178
  export interface SnowballClientResolvedConfig extends SnowballClientResolvedConfigType {
179
179
  }
180
180
  /**
181
- * @public
182
181
  * <p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses
183
182
  * secure devices to transfer large amounts of data between your on-premises data centers and
184
183
  * Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same
185
184
  * functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create
186
185
  * and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device,
187
186
  * you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
187
+ * @public
188
188
  */
189
189
  export declare class SnowballClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig> {
190
190
  /**
@@ -22,10 +22,10 @@ export interface CancelClusterCommandOutput extends CancelClusterResult, __Metad
22
22
  }
23
23
  declare const CancelClusterCommand_base: {
24
24
  new (input: CancelClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CancelClusterCommandInput, CancelClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CancelClusterCommandInput, CancelClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a cluster job. You can only cancel a cluster job while it's in the
30
30
  * <code>AwaitingQuorum</code> status. You'll have at least an hour after creating a cluster
31
31
  * job to cancel it.</p>
@@ -65,6 +65,7 @@ declare const CancelClusterCommand_base: {
65
65
  * @throws {@link SnowballServiceException}
66
66
  * <p>Base exception class for all service exceptions from Snowball service.</p>
67
67
  *
68
+ * @public
68
69
  * @example To cancel a cluster job
69
70
  * ```javascript
70
71
  * // This operation cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status.
@@ -22,10 +22,10 @@ export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBeare
22
22
  }
23
23
  declare const CancelJobCommand_base: {
24
24
  new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels the specified job. You can only cancel a job before its <code>JobState</code>
30
30
  * value changes to <code>PreparingAppliance</code>. Requesting the <code>ListJobs</code> or
31
31
  * <code>DescribeJob</code> action returns a job's <code>JobState</code> as part of the
@@ -66,6 +66,7 @@ declare const CancelJobCommand_base: {
66
66
  * @throws {@link SnowballServiceException}
67
67
  * <p>Base exception class for all service exceptions from Snowball service.</p>
68
68
  *
69
+ * @public
69
70
  * @example To cancel a job for a Snowball device
70
71
  * ```javascript
71
72
  * // This operation cancels a job. You can only cancel a job before its JobState value changes to PreparingAppliance.
@@ -22,10 +22,10 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad
22
22
  }
23
23
  declare const CreateAddressCommand_base: {
24
24
  new (input: CreateAddressCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAddressCommandInput, CreateAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAddressCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAddressCommandInput, CreateAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an address for a Snow device to be shipped to. In most regions,
30
30
  * addresses are validated at the time of creation. The address you provide must be located
31
31
  * within the serviceable area of your region. If the address is invalid or unsupported, then an
@@ -81,6 +81,7 @@ declare const CreateAddressCommand_base: {
81
81
  * @throws {@link SnowballServiceException}
82
82
  * <p>Base exception class for all service exceptions from Snowball service.</p>
83
83
  *
84
+ * @public
84
85
  * @example To create an address for a job
85
86
  * ```javascript
86
87
  * // This operation creates an address for a job. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
22
22
  }
23
23
  declare const CreateClusterCommand_base: {
24
24
  new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an empty cluster. Each cluster supports five nodes. You use the <a>CreateJob</a> action separately to create the jobs for each of these nodes. The
30
30
  * cluster does not ship until these five node jobs have been created.</p>
31
31
  * @example
@@ -160,6 +160,7 @@ declare const CreateClusterCommand_base: {
160
160
  * @throws {@link SnowballServiceException}
161
161
  * <p>Base exception class for all service exceptions from Snowball service.</p>
162
162
  *
163
+ * @public
163
164
  * @example To create a cluster
164
165
  * ```javascript
165
166
  * // Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.
@@ -22,10 +22,10 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
22
22
  }
23
23
  declare const CreateJobCommand_base: {
24
24
  new (input: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateJobCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a job to import or export data between Amazon S3 and your on-premises data
30
30
  * center. Your Amazon Web Services account must have the right trust policies and permissions in
31
31
  * place to create a job for a Snow device. If you're creating a job for a node in a cluster, you
@@ -321,6 +321,7 @@ declare const CreateJobCommand_base: {
321
321
  * @throws {@link SnowballServiceException}
322
322
  * <p>Base exception class for all service exceptions from Snowball service.</p>
323
323
  *
324
+ * @public
324
325
  * @example To create a job
325
326
  * ```javascript
326
327
  * // Creates a job to import or export data between Amazon S3 and your on-premises data center. Your AWS account must have the right trust policies and permissions in place to create a job for Snowball. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.
@@ -22,10 +22,10 @@ export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricin
22
22
  }
23
23
  declare const CreateLongTermPricingCommand_base: {
24
24
  new (input: CreateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a job with the long-term usage option for a device. The long-term usage is a
30
30
  * 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing.
31
31
  * </p>
@@ -61,6 +61,7 @@ declare const CreateLongTermPricingCommand_base: {
61
61
  * @throws {@link SnowballServiceException}
62
62
  * <p>Base exception class for all service exceptions from Snowball service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShip
22
22
  }
23
23
  declare const CreateReturnShippingLabelCommand_base: {
24
24
  new (input: CreateReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a shipping label that will be used to return the Snow device to Amazon Web Services.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const CreateReturnShippingLabelCommand_base: {
74
74
  * @throws {@link SnowballServiceException}
75
75
  * <p>Base exception class for all service exceptions from Snowball service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __M
22
22
  }
23
23
  declare const DescribeAddressCommand_base: {
24
24
  new (input: DescribeAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Takes an <code>AddressId</code> and returns specific details about that address in the
30
30
  * form of an <code>Address</code> object.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DescribeAddressCommand_base: {
74
74
  * @throws {@link SnowballServiceException}
75
75
  * <p>Base exception class for all service exceptions from Snowball service.</p>
76
76
  *
77
+ * @public
77
78
  * @example To describe an address for a job
78
79
  * ```javascript
79
80
  * // This operation describes an address for a job.
@@ -22,10 +22,10 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult,
22
22
  }
23
23
  declare const DescribeAddressesCommand_base: {
24
24
  new (input: DescribeAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAddressesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a specified number of <code>ADDRESS</code> objects. Calling this API in one of
30
30
  * the US regions will return addresses from the list of all addresses associated with this
31
31
  * account in all US regions.</p>
@@ -84,6 +84,7 @@ declare const DescribeAddressesCommand_base: {
84
84
  * @throws {@link SnowballServiceException}
85
85
  * <p>Base exception class for all service exceptions from Snowball service.</p>
86
86
  *
87
+ * @public
87
88
  * @example To describe all the addresses you've created for AWS Snowball
88
89
  * ```javascript
89
90
  * // This operation describes all the addresses that you've created for AWS Snowball. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.
@@ -22,10 +22,10 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __M
22
22
  }
23
23
  declare const DescribeClusterCommand_base: {
24
24
  new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a specific cluster including shipping information, cluster
30
30
  * status, and other important metadata.</p>
31
31
  * @example
@@ -136,6 +136,7 @@ declare const DescribeClusterCommand_base: {
136
136
  * @throws {@link SnowballServiceException}
137
137
  * <p>Base exception class for all service exceptions from Snowball service.</p>
138
138
  *
139
+ * @public
139
140
  * @example To describe a cluster
140
141
  * ```javascript
141
142
  * // Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
@@ -22,10 +22,10 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
22
22
  }
23
23
  declare const DescribeJobCommand_base: {
24
24
  new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a specific job including shipping information, job status,
30
30
  * and other important metadata. </p>
31
31
  * @example
@@ -303,6 +303,7 @@ declare const DescribeJobCommand_base: {
303
303
  * @throws {@link SnowballServiceException}
304
304
  * <p>Base exception class for all service exceptions from Snowball service.</p>
305
305
  *
306
+ * @public
306
307
  * @example To describe a job you've created for AWS Snowball
307
308
  * ```javascript
308
309
  * // This operation describes a job you've created for AWS Snowball.
@@ -22,10 +22,10 @@ export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturn
22
22
  }
23
23
  declare const DescribeReturnShippingLabelCommand_base: {
24
24
  new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Information on the shipping label of a Snow device that is being returned to Amazon Web Services.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DescribeReturnShippingLabelCommand_base: {
67
67
  * @throws {@link SnowballServiceException}
68
68
  * <p>Base exception class for all service exceptions from Snowball service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetJobManifestCommandOutput extends GetJobManifestResult, __Met
22
22
  }
23
23
  declare const GetJobManifestCommand_base: {
24
24
  new (input: GetJobManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a link to an Amazon S3 presigned URL for the manifest file associated with the
30
30
  * specified <code>JobId</code> value. You can access the manifest file for up to 60 minutes
31
31
  * after this request has been made. To access the manifest file after 60 minutes have passed,
@@ -76,6 +76,7 @@ declare const GetJobManifestCommand_base: {
76
76
  * @throws {@link SnowballServiceException}
77
77
  * <p>Base exception class for all service exceptions from Snowball service.</p>
78
78
  *
79
+ * @public
79
80
  * @example To get the manifest for a job you've created for AWS Snowball
80
81
  * ```javascript
81
82
  * // Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action.
@@ -22,10 +22,10 @@ export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, _
22
22
  }
23
23
  declare const GetJobUnlockCodeCommand_base: {
24
24
  new (input: GetJobUnlockCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobUnlockCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the <code>UnlockCode</code> code value for the specified job. A particular
30
30
  * <code>UnlockCode</code> value can be accessed for up to 360 days after the associated job
31
31
  * has been created.</p>
@@ -73,6 +73,7 @@ declare const GetJobUnlockCodeCommand_base: {
73
73
  * @throws {@link SnowballServiceException}
74
74
  * <p>Base exception class for all service exceptions from Snowball service.</p>
75
75
  *
76
+ * @public
76
77
  * @example To get the unlock code for a job you've created for AWS Snowball
77
78
  * ```javascript
78
79
  * // Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 days after the associated job has been created.
@@ -22,10 +22,10 @@ export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, _
22
22
  }
23
23
  declare const GetSnowballUsageCommand_base: {
24
24
  new (input: GetSnowballUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetSnowballUsageCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the Snow Family service limit for your account, and also the
30
30
  * number of Snow devices your account has in use.</p>
31
31
  * <p>The default service limit for the number of Snow devices that you can have at one time
@@ -55,6 +55,7 @@ declare const GetSnowballUsageCommand_base: {
55
55
  * @throws {@link SnowballServiceException}
56
56
  * <p>Base exception class for all service exceptions from Snowball service.</p>
57
57
  *
58
+ * @public
58
59
  * @example To see your Snowball service limit and the number of Snowballs you have in use
59
60
  * ```javascript
60
61
  * // Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use.
@@ -22,10 +22,10 @@ export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResul
22
22
  }
23
23
  declare const GetSoftwareUpdatesCommand_base: {
24
24
  new (input: GetSoftwareUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSoftwareUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an Amazon S3 presigned URL for an update file associated with a specified
30
30
  * <code>JobId</code>.</p>
31
31
  * @example
@@ -62,6 +62,7 @@ declare const GetSoftwareUpdatesCommand_base: {
62
62
  * @throws {@link SnowballServiceException}
63
63
  * <p>Base exception class for all service exceptions from Snowball service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __M
22
22
  }
23
23
  declare const ListClusterJobsCommand_base: {
24
24
  new (input: ListClusterJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListClusterJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
30
30
  * <code>JobListEntry</code> object is for a job in the specified cluster and contains a job's
31
31
  * state, a job's ID, and other information.</p>
@@ -77,6 +77,7 @@ declare const ListClusterJobsCommand_base: {
77
77
  * @throws {@link SnowballServiceException}
78
78
  * <p>Base exception class for all service exceptions from Snowball service.</p>
79
79
  *
80
+ * @public
80
81
  * @example To get a list of jobs in a cluster that you've created for AWS Snowball
81
82
  * ```javascript
82
83
  * // Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.
@@ -22,10 +22,10 @@ export interface ListClustersCommandOutput extends ListClustersResult, __Metadat
22
22
  }
23
23
  declare const ListClustersCommand_base: {
24
24
  new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an array of <code>ClusterListEntry</code> objects of the specified length. Each
30
30
  * <code>ClusterListEntry</code> object contains a cluster's state, a cluster's ID, and other
31
31
  * important status information.</p>
@@ -69,6 +69,7 @@ declare const ListClustersCommand_base: {
69
69
  * @throws {@link SnowballServiceException}
70
70
  * <p>Base exception class for all service exceptions from Snowball service.</p>
71
71
  *
72
+ * @public
72
73
  * @example To get a list of clusters that you've created for AWS Snowball
73
74
  * ```javascript
74
75
  * // Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
@@ -22,10 +22,10 @@ export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesR
22
22
  }
23
23
  declare const ListCompatibleImagesCommand_base: {
24
24
  new (input: ListCompatibleImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCompatibleImagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs)
30
30
  * that are owned by your Amazon Web Services accountthat would be supported for use on a Snow
31
31
  * device. Currently, supported AMIs are based on the Amazon Linux-2, Ubuntu 20.04 LTS - Focal, or Ubuntu 22.04 LTS - Jammy images, available on the
@@ -72,6 +72,7 @@ declare const ListCompatibleImagesCommand_base: {
72
72
  * @throws {@link SnowballServiceException}
73
73
  * <p>Base exception class for all service exceptions from Snowball service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListCompatibleImagesCommand extends ListCompatibleImagesCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
22
22
  }
23
23
  declare const ListJobsCommand_base: {
24
24
  new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
30
30
  * <code>JobListEntry</code> object contains a job's state, a job's ID, and a value that
31
31
  * indicates whether the job is a job part, in the case of export jobs. Calling this API action
@@ -74,6 +74,7 @@ declare const ListJobsCommand_base: {
74
74
  * @throws {@link SnowballServiceException}
75
75
  * <p>Base exception class for all service exceptions from Snowball service.</p>
76
76
  *
77
+ * @public
77
78
  * @example To get a list of jobs that you've created for AWS Snowball
78
79
  * ```javascript
79
80
  * // Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.
@@ -22,10 +22,10 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
22
22
  }
23
23
  declare const ListLongTermPricingCommand_base: {
24
24
  new (input: ListLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLongTermPricingCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all long-term pricing types.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListLongTermPricingCommand_base: {
79
79
  * @throws {@link SnowballServiceException}
80
80
  * <p>Base exception class for all service exceptions from Snowball service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListLongTermPricingCommand extends ListLongTermPricingCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListPickupLocationsCommandOutput extends ListPickupLocationsRes
22
22
  }
23
23
  declare const ListPickupLocationsCommand_base: {
24
24
  new (input: ListPickupLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPickupLocationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of locations from which the customer can choose to pickup a device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListPickupLocationsCommand_base: {
77
77
  * @throws {@link SnowballServiceException}
78
78
  * <p>Base exception class for all service exceptions from Snowball service.</p>
79
79
  *
80
+ * @public
80
81
  * @example To get a list of locations from which the customer can choose to pickup a device.
81
82
  * ```javascript
82
83
  * // Returns a specified number of Address objects. Each Address is a pickup location address for Snow Family devices.
@@ -22,10 +22,10 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
22
22
  }
23
23
  declare const ListServiceVersionsCommand_base: {
24
24
  new (input: ListServiceVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListServiceVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all supported versions for Snow on-device services. Returns an
30
30
  * array of <code>ServiceVersion</code> object containing the supported versions for a particular service.</p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const ListServiceVersionsCommand_base: {
87
87
  * @throws {@link SnowballServiceException}
88
88
  * <p>Base exception class for all service exceptions from Snowball service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListServiceVersionsCommand extends ListServiceVersionsCommand_base {
92
93
  }
@@ -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.