@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.
- package/dist-types/Snowball.d.ts +9 -1
- package/dist-types/SnowballClient.d.ts +1 -1
- package/dist-types/commands/CancelClusterCommand.d.ts +2 -1
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateAddressCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/commands/GetJobManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +2 -1
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +2 -1
- package/dist-types/commands/ListPickupLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +314 -314
- package/dist-types/ts3.4/Snowball.d.ts +8 -0
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +9 -0
- 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
|
}
|