@aws-sdk/client-snowball 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Snowball.d.ts +0 -25
- package/dist-types/ts3.4/SnowballClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SnowballServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -284
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface UpdateJobShipmentStateCommandInput
|
|
|
19
19
|
export interface UpdateJobShipmentStateCommandOutput
|
|
20
20
|
extends UpdateJobShipmentStateResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateJobShipmentStateCommand extends $Command<
|
|
24
23
|
UpdateJobShipmentStateCommandInput,
|
|
25
24
|
UpdateJobShipmentStateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateJobShipmentStateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateJobShipmentStateCommandInput;
|
|
29
28
|
constructor(input: UpdateJobShipmentStateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SnowballClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateLongTermPricingCommandInput
|
|
|
19
19
|
export interface UpdateLongTermPricingCommandOutput
|
|
20
20
|
extends UpdateLongTermPricingResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateLongTermPricingCommand extends $Command<
|
|
24
23
|
UpdateLongTermPricingCommandInput,
|
|
25
24
|
UpdateLongTermPricingCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateLongTermPricingCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateLongTermPricingCommandInput;
|
|
29
28
|
constructor(input: UpdateLongTermPricingCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SnowballClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SnowballServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|