@aws-sdk/client-snowball 3.1087.0 → 3.1088.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 (47) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Snowball.d.ts +93 -111
  3. package/dist-types/ts3.4/SnowballClient.d.ts +20 -45
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
  9. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +4 -4
  12. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +4 -10
  16. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +3 -8
  22. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  25. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  27. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +7 -5
  32. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  35. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  36. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  37. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  38. package/dist-types/ts3.4/models/errors.d.ts +10 -34
  39. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  40. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  45. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  47. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSoftwareUpdatesRequest,
4
- GetSoftwareUpdatesResult,
5
- } from "../models/models_0";
2
+ import { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetSoftwareUpdatesCommandInput
8
- extends GetSoftwareUpdatesRequest {}
4
+ export interface GetSoftwareUpdatesCommandInput extends GetSoftwareUpdatesRequest {}
9
5
  export interface GetSoftwareUpdatesCommandOutput
10
- extends GetSoftwareUpdatesResult,
11
- __MetadataBearer {}
6
+ extends GetSoftwareUpdatesResult, __MetadataBearer {}
12
7
  declare const GetSoftwareUpdatesCommand_base: {
13
8
  new (
14
- input: GetSoftwareUpdatesCommandInput
9
+ input: GetSoftwareUpdatesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetSoftwareUpdatesCommandInput,
17
12
  GetSoftwareUpdatesCommandOutput,
@@ -20,7 +15,7 @@ declare const GetSoftwareUpdatesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetSoftwareUpdatesCommandInput
18
+ input: GetSoftwareUpdatesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetSoftwareUpdatesCommandInput,
26
21
  GetSoftwareUpdatesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListClusterJobsRequest,
4
- ListClusterJobsResult,
5
- } from "../models/models_0";
2
+ import { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {}
8
- export interface ListClusterJobsCommandOutput
9
- extends ListClusterJobsResult,
10
- __MetadataBearer {}
5
+ export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __MetadataBearer {}
11
6
  declare const ListClusterJobsCommand_base: {
12
7
  new (
13
- input: ListClusterJobsCommandInput
8
+ input: ListClusterJobsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListClusterJobsCommandInput,
16
11
  ListClusterJobsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListClusterJobsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListClusterJobsCommandInput
17
+ input: ListClusterJobsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListClusterJobsCommandInput,
25
20
  ListClusterJobsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListClustersRequest, ListClustersResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListClustersCommandInput extends ListClustersRequest {}
5
- export interface ListClustersCommandOutput
6
- extends ListClustersResult,
7
- __MetadataBearer {}
5
+ export interface ListClustersCommandOutput extends ListClustersResult, __MetadataBearer {}
8
6
  declare const ListClustersCommand_base: {
9
7
  new (
10
- input: ListClustersCommandInput
8
+ input: ListClustersCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListClustersCommandInput,
13
11
  ListClustersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCompatibleImagesRequest,
4
- ListCompatibleImagesResult,
5
- } from "../models/models_0";
2
+ import { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListCompatibleImagesCommandInput
8
- extends ListCompatibleImagesRequest {}
4
+ export interface ListCompatibleImagesCommandInput extends ListCompatibleImagesRequest {}
9
5
  export interface ListCompatibleImagesCommandOutput
10
- extends ListCompatibleImagesResult,
11
- __MetadataBearer {}
6
+ extends ListCompatibleImagesResult, __MetadataBearer {}
12
7
  declare const ListCompatibleImagesCommand_base: {
13
8
  new (
14
- input: ListCompatibleImagesCommandInput
9
+ input: ListCompatibleImagesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListCompatibleImagesCommandInput,
17
12
  ListCompatibleImagesCommandOutput,
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListJobsRequest, ListJobsResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListJobsCommandInput extends ListJobsRequest {}
5
- export interface ListJobsCommandOutput
6
- extends ListJobsResult,
7
- __MetadataBearer {}
5
+ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {}
8
6
  declare const ListJobsCommand_base: {
9
- new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListJobsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListJobsCommandInput,
11
11
  ListJobsCommandOutput,
12
12
  import("..").SnowballClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLongTermPricingRequest,
4
- ListLongTermPricingResult,
5
- } from "../models/models_0";
2
+ import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListLongTermPricingCommandInput
8
- extends ListLongTermPricingRequest {}
4
+ export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequest {}
9
5
  export interface ListLongTermPricingCommandOutput
10
- extends ListLongTermPricingResult,
11
- __MetadataBearer {}
6
+ extends ListLongTermPricingResult, __MetadataBearer {}
12
7
  declare const ListLongTermPricingCommand_base: {
13
8
  new (
14
- input: ListLongTermPricingCommandInput
9
+ input: ListLongTermPricingCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListLongTermPricingCommandInput,
17
12
  ListLongTermPricingCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPickupLocationsRequest,
4
- ListPickupLocationsResult,
5
- } from "../models/models_0";
2
+ import { ListPickupLocationsRequest, ListPickupLocationsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListPickupLocationsCommandInput
8
- extends ListPickupLocationsRequest {}
4
+ export interface ListPickupLocationsCommandInput extends ListPickupLocationsRequest {}
9
5
  export interface ListPickupLocationsCommandOutput
10
- extends ListPickupLocationsResult,
11
- __MetadataBearer {}
6
+ extends ListPickupLocationsResult, __MetadataBearer {}
12
7
  declare const ListPickupLocationsCommand_base: {
13
8
  new (
14
- input: ListPickupLocationsCommandInput
9
+ input: ListPickupLocationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPickupLocationsCommandInput,
17
12
  ListPickupLocationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListServiceVersionsRequest,
4
- ListServiceVersionsResult,
5
- } from "../models/models_0";
2
+ import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListServiceVersionsCommandInput
8
- extends ListServiceVersionsRequest {}
4
+ export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequest {}
9
5
  export interface ListServiceVersionsCommandOutput
10
- extends ListServiceVersionsResult,
11
- __MetadataBearer {}
6
+ extends ListServiceVersionsResult, __MetadataBearer {}
12
7
  declare const ListServiceVersionsCommand_base: {
13
8
  new (
14
- input: ListServiceVersionsCommandInput
9
+ input: ListServiceVersionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListServiceVersionsCommandInput,
17
12
  ListServiceVersionsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListServiceVersionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListServiceVersionsCommandInput
18
+ input: ListServiceVersionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListServiceVersionsCommandInput,
26
21
  ListServiceVersionsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
5
- export interface UpdateClusterCommandOutput
6
- extends UpdateClusterResult,
7
- __MetadataBearer {}
5
+ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {}
8
6
  declare const UpdateClusterCommand_base: {
9
7
  new (
10
- input: UpdateClusterCommandInput
8
+ input: UpdateClusterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateClusterCommandInput,
13
11
  UpdateClusterCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateClusterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateClusterCommandInput
17
+ input: UpdateClusterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateClusterCommandInput,
22
20
  UpdateClusterCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateJobCommandInput extends UpdateJobRequest {}
5
- export interface UpdateJobCommandOutput
6
- extends UpdateJobResult,
7
- __MetadataBearer {}
5
+ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {}
8
6
  declare const UpdateJobCommand_base: {
9
- new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: UpdateJobCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  UpdateJobCommandInput,
11
11
  UpdateJobCommandOutput,
12
12
  import("..").SnowballClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: UpdateJobCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  UpdateJobCommandInput,
18
20
  UpdateJobCommandOutput,
19
21
  import("..").SnowballClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateJobShipmentStateRequest,
4
- UpdateJobShipmentStateResult,
5
- } from "../models/models_0";
2
+ import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateJobShipmentStateCommandInput
8
- extends UpdateJobShipmentStateRequest {}
4
+ export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentStateRequest {}
9
5
  export interface UpdateJobShipmentStateCommandOutput
10
- extends UpdateJobShipmentStateResult,
11
- __MetadataBearer {}
6
+ extends UpdateJobShipmentStateResult, __MetadataBearer {}
12
7
  declare const UpdateJobShipmentStateCommand_base: {
13
8
  new (
14
- input: UpdateJobShipmentStateCommandInput
9
+ input: UpdateJobShipmentStateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateJobShipmentStateCommandInput,
17
12
  UpdateJobShipmentStateCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateJobShipmentStateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateJobShipmentStateCommandInput
18
+ input: UpdateJobShipmentStateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateJobShipmentStateCommandInput,
26
21
  UpdateJobShipmentStateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLongTermPricingRequest,
4
- UpdateLongTermPricingResult,
5
- } from "../models/models_0";
2
+ import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLongTermPricingCommandInput
8
- extends UpdateLongTermPricingRequest {}
4
+ export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricingRequest {}
9
5
  export interface UpdateLongTermPricingCommandOutput
10
- extends UpdateLongTermPricingResult,
11
- __MetadataBearer {}
6
+ extends UpdateLongTermPricingResult, __MetadataBearer {}
12
7
  declare const UpdateLongTermPricingCommand_base: {
13
8
  new (
14
- input: UpdateLongTermPricingCommandInput
9
+ input: UpdateLongTermPricingCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLongTermPricingCommandInput,
17
12
  UpdateLongTermPricingCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLongTermPricingCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLongTermPricingCommandInput
18
+ input: UpdateLongTermPricingCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLongTermPricingCommandInput,
26
21
  UpdateLongTermPricingCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface SnowballExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -34,29 +34,25 @@ export declare const RemoteManagement: {
34
34
  readonly INSTALLED_ONLY: "INSTALLED_ONLY";
35
35
  readonly NOT_INSTALLED: "NOT_INSTALLED";
36
36
  };
37
- export type RemoteManagement =
38
- (typeof RemoteManagement)[keyof typeof RemoteManagement];
37
+ export type RemoteManagement = (typeof RemoteManagement)[keyof typeof RemoteManagement];
39
38
  export declare const DeviceServiceName: {
40
39
  readonly NFS_ON_DEVICE_SERVICE: "NFS_ON_DEVICE_SERVICE";
41
40
  readonly S3_ON_DEVICE_SERVICE: "S3_ON_DEVICE_SERVICE";
42
41
  };
43
- export type DeviceServiceName =
44
- (typeof DeviceServiceName)[keyof typeof DeviceServiceName];
42
+ export type DeviceServiceName = (typeof DeviceServiceName)[keyof typeof DeviceServiceName];
45
43
  export declare const TransferOption: {
46
44
  readonly EXPORT: "EXPORT";
47
45
  readonly IMPORT: "IMPORT";
48
46
  readonly LOCAL_USE: "LOCAL_USE";
49
47
  };
50
- export type TransferOption =
51
- (typeof TransferOption)[keyof typeof TransferOption];
48
+ export type TransferOption = (typeof TransferOption)[keyof typeof TransferOption];
52
49
  export declare const ShippingOption: {
53
50
  readonly EXPRESS: "EXPRESS";
54
51
  readonly NEXT_DAY: "NEXT_DAY";
55
52
  readonly SECOND_DAY: "SECOND_DAY";
56
53
  readonly STANDARD: "STANDARD";
57
54
  };
58
- export type ShippingOption =
59
- (typeof ShippingOption)[keyof typeof ShippingOption];
55
+ export type ShippingOption = (typeof ShippingOption)[keyof typeof ShippingOption];
60
56
  export declare const SnowballCapacity: {
61
57
  readonly NO_PREFERENCE: "NoPreference";
62
58
  readonly T100: "T100";
@@ -70,8 +66,7 @@ export declare const SnowballCapacity: {
70
66
  readonly T80: "T80";
71
67
  readonly T98: "T98";
72
68
  };
73
- export type SnowballCapacity =
74
- (typeof SnowballCapacity)[keyof typeof SnowballCapacity];
69
+ export type SnowballCapacity = (typeof SnowballCapacity)[keyof typeof SnowballCapacity];
75
70
  export declare const SnowballType: {
76
71
  readonly EDGE: "EDGE";
77
72
  readonly EDGE_C: "EDGE_C";
@@ -98,16 +93,14 @@ export declare const LongTermPricingType: {
98
93
  readonly ONE_YEAR: "OneYear";
99
94
  readonly THREE_YEAR: "ThreeYear";
100
95
  };
101
- export type LongTermPricingType =
102
- (typeof LongTermPricingType)[keyof typeof LongTermPricingType];
96
+ export type LongTermPricingType = (typeof LongTermPricingType)[keyof typeof LongTermPricingType];
103
97
  export declare const ShippingLabelStatus: {
104
98
  readonly FAILED: "Failed";
105
99
  readonly IN_PROGRESS: "InProgress";
106
100
  readonly SUCCEEDED: "Succeeded";
107
101
  readonly TIMED_OUT: "TimedOut";
108
102
  };
109
- export type ShippingLabelStatus =
110
- (typeof ShippingLabelStatus)[keyof typeof ShippingLabelStatus];
103
+ export type ShippingLabelStatus = (typeof ShippingLabelStatus)[keyof typeof ShippingLabelStatus];
111
104
  export declare const ClusterState: {
112
105
  readonly AWAITING_QUORUM: "AwaitingQuorum";
113
106
  readonly CANCELLED: "Cancelled";
@@ -4,69 +4,50 @@ export declare class InvalidJobStateException extends __BaseException {
4
4
  readonly name: "InvalidJobStateException";
5
5
  readonly $fault: "client";
6
6
  Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>);
10
8
  }
11
9
  export declare class InvalidResourceException extends __BaseException {
12
10
  readonly name: "InvalidResourceException";
13
11
  readonly $fault: "client";
14
12
  Message?: string | undefined;
15
13
  ResourceType?: string | undefined;
16
- constructor(
17
- opts: __ExceptionOptionType<InvalidResourceException, __BaseException>
18
- );
14
+ constructor(opts: __ExceptionOptionType<InvalidResourceException, __BaseException>);
19
15
  }
20
16
  export declare class KMSRequestFailedException extends __BaseException {
21
17
  readonly name: "KMSRequestFailedException";
22
18
  readonly $fault: "client";
23
19
  Message?: string | undefined;
24
- constructor(
25
- opts: __ExceptionOptionType<KMSRequestFailedException, __BaseException>
26
- );
20
+ constructor(opts: __ExceptionOptionType<KMSRequestFailedException, __BaseException>);
27
21
  }
28
22
  export declare class InvalidAddressException extends __BaseException {
29
23
  readonly name: "InvalidAddressException";
30
24
  readonly $fault: "client";
31
25
  Message?: string | undefined;
32
- constructor(
33
- opts: __ExceptionOptionType<InvalidAddressException, __BaseException>
34
- );
26
+ constructor(opts: __ExceptionOptionType<InvalidAddressException, __BaseException>);
35
27
  }
36
28
  export declare class UnsupportedAddressException extends __BaseException {
37
29
  readonly name: "UnsupportedAddressException";
38
30
  readonly $fault: "client";
39
31
  Message?: string | undefined;
40
- constructor(
41
- opts: __ExceptionOptionType<UnsupportedAddressException, __BaseException>
42
- );
32
+ constructor(opts: __ExceptionOptionType<UnsupportedAddressException, __BaseException>);
43
33
  }
44
34
  export declare class Ec2RequestFailedException extends __BaseException {
45
35
  readonly name: "Ec2RequestFailedException";
46
36
  readonly $fault: "client";
47
37
  Message?: string | undefined;
48
- constructor(
49
- opts: __ExceptionOptionType<Ec2RequestFailedException, __BaseException>
50
- );
38
+ constructor(opts: __ExceptionOptionType<Ec2RequestFailedException, __BaseException>);
51
39
  }
52
40
  export declare class InvalidInputCombinationException extends __BaseException {
53
41
  readonly name: "InvalidInputCombinationException";
54
42
  readonly $fault: "client";
55
43
  Message?: string | undefined;
56
- constructor(
57
- opts: __ExceptionOptionType<
58
- InvalidInputCombinationException,
59
- __BaseException
60
- >
61
- );
44
+ constructor(opts: __ExceptionOptionType<InvalidInputCombinationException, __BaseException>);
62
45
  }
63
46
  export declare class ClusterLimitExceededException extends __BaseException {
64
47
  readonly name: "ClusterLimitExceededException";
65
48
  readonly $fault: "client";
66
49
  Message?: string | undefined;
67
- constructor(
68
- opts: __ExceptionOptionType<ClusterLimitExceededException, __BaseException>
69
- );
50
+ constructor(opts: __ExceptionOptionType<ClusterLimitExceededException, __BaseException>);
70
51
  }
71
52
  export declare class ConflictException extends __BaseException {
72
53
  readonly name: "ConflictException";
@@ -80,17 +61,12 @@ export declare class ReturnShippingLabelAlreadyExistsException extends __BaseExc
80
61
  readonly $fault: "client";
81
62
  Message?: string | undefined;
82
63
  constructor(
83
- opts: __ExceptionOptionType<
84
- ReturnShippingLabelAlreadyExistsException,
85
- __BaseException
86
- >
64
+ opts: __ExceptionOptionType<ReturnShippingLabelAlreadyExistsException, __BaseException>,
87
65
  );
88
66
  }
89
67
  export declare class InvalidNextTokenException extends __BaseException {
90
68
  readonly name: "InvalidNextTokenException";
91
69
  readonly $fault: "client";
92
70
  Message?: string | undefined;
93
- constructor(
94
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
95
- );
71
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
96
72
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { SnowballClient } from "../SnowballClient";
3
- export interface SnowballPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface SnowballPaginationConfiguration extends PaginationConfiguration {
5
4
  client: SnowballClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListJobsCommandInput,
4
- ListJobsCommandOutput,
5
- } from "../commands/ListJobsCommand";
2
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
6
3
  import { SnowballPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListJobs: (
8
5
  config: SnowballPaginationConfiguration,
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };