@aws-sdk/client-snowball 3.169.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Snowball.d.ts +429 -130
  3. package/dist-types/ts3.4/SnowballClient.d.ts +254 -98
  4. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/index.d.ts +25 -25
  30. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  31. package/dist-types/ts3.4/index.d.ts +6 -6
  32. package/dist-types/ts3.4/models/SnowballServiceException.d.ts +7 -6
  33. package/dist-types/ts3.4/models/index.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +760 -963
  35. package/dist-types/ts3.4/pagination/DescribeAddressesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  37. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  39. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  44. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-snowball
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-snowball
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-snowball
@@ -1,130 +1,429 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CancelClusterCommandInput, CancelClusterCommandOutput } from "./commands/CancelClusterCommand";
3
- import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
4
- import { CreateAddressCommandInput, CreateAddressCommandOutput } from "./commands/CreateAddressCommand";
5
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
6
- import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
7
- import { CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput } from "./commands/CreateLongTermPricingCommand";
8
- import { CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput } from "./commands/CreateReturnShippingLabelCommand";
9
- import { DescribeAddressCommandInput, DescribeAddressCommandOutput } from "./commands/DescribeAddressCommand";
10
- import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "./commands/DescribeAddressesCommand";
11
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
12
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
13
- import { DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput } from "./commands/DescribeReturnShippingLabelCommand";
14
- import { GetJobManifestCommandInput, GetJobManifestCommandOutput } from "./commands/GetJobManifestCommand";
15
- import { GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput } from "./commands/GetJobUnlockCodeCommand";
16
- import { GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput } from "./commands/GetSnowballUsageCommand";
17
- import { GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput } from "./commands/GetSoftwareUpdatesCommand";
18
- import { ListClusterJobsCommandInput, ListClusterJobsCommandOutput } from "./commands/ListClusterJobsCommand";
19
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
20
- import { ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput } from "./commands/ListCompatibleImagesCommand";
21
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
22
- import { ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput } from "./commands/ListLongTermPricingCommand";
23
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
24
- import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
25
- import { UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput } from "./commands/UpdateJobShipmentStateCommand";
26
- import { UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput } from "./commands/UpdateLongTermPricingCommand";
27
- import { SnowballClient } from "./SnowballClient";
28
-
29
- export declare class Snowball extends SnowballClient {
30
-
31
- cancelCluster(args: CancelClusterCommandInput, options?: __HttpHandlerOptions): Promise<CancelClusterCommandOutput>;
32
- cancelCluster(args: CancelClusterCommandInput, cb: (err: any, data?: CancelClusterCommandOutput) => void): void;
33
- cancelCluster(args: CancelClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelClusterCommandOutput) => void): void;
34
-
35
- cancelJob(args: CancelJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelJobCommandOutput>;
36
- cancelJob(args: CancelJobCommandInput, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
37
- cancelJob(args: CancelJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
38
-
39
- createAddress(args: CreateAddressCommandInput, options?: __HttpHandlerOptions): Promise<CreateAddressCommandOutput>;
40
- createAddress(args: CreateAddressCommandInput, cb: (err: any, data?: CreateAddressCommandOutput) => void): void;
41
- createAddress(args: CreateAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAddressCommandOutput) => void): void;
42
-
43
- createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
44
- createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
45
- createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
46
-
47
- createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
48
- createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
49
- createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
50
-
51
- createLongTermPricing(args: CreateLongTermPricingCommandInput, options?: __HttpHandlerOptions): Promise<CreateLongTermPricingCommandOutput>;
52
- createLongTermPricing(args: CreateLongTermPricingCommandInput, cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void): void;
53
- createLongTermPricing(args: CreateLongTermPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void): void;
54
-
55
- createReturnShippingLabel(args: CreateReturnShippingLabelCommandInput, options?: __HttpHandlerOptions): Promise<CreateReturnShippingLabelCommandOutput>;
56
- createReturnShippingLabel(args: CreateReturnShippingLabelCommandInput, cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void): void;
57
- createReturnShippingLabel(args: CreateReturnShippingLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void): void;
58
-
59
- describeAddress(args: DescribeAddressCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddressCommandOutput>;
60
- describeAddress(args: DescribeAddressCommandInput, cb: (err: any, data?: DescribeAddressCommandOutput) => void): void;
61
- describeAddress(args: DescribeAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddressCommandOutput) => void): void;
62
-
63
- describeAddresses(args: DescribeAddressesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddressesCommandOutput>;
64
- describeAddresses(args: DescribeAddressesCommandInput, cb: (err: any, data?: DescribeAddressesCommandOutput) => void): void;
65
- describeAddresses(args: DescribeAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddressesCommandOutput) => void): void;
66
-
67
- describeCluster(args: DescribeClusterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterCommandOutput>;
68
- describeCluster(args: DescribeClusterCommandInput, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
69
- describeCluster(args: DescribeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
70
-
71
- describeJob(args: DescribeJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobCommandOutput>;
72
- describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
73
- describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
74
-
75
- describeReturnShippingLabel(args: DescribeReturnShippingLabelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReturnShippingLabelCommandOutput>;
76
- describeReturnShippingLabel(args: DescribeReturnShippingLabelCommandInput, cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void): void;
77
- describeReturnShippingLabel(args: DescribeReturnShippingLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void): void;
78
-
79
- getJobManifest(args: GetJobManifestCommandInput, options?: __HttpHandlerOptions): Promise<GetJobManifestCommandOutput>;
80
- getJobManifest(args: GetJobManifestCommandInput, cb: (err: any, data?: GetJobManifestCommandOutput) => void): void;
81
- getJobManifest(args: GetJobManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobManifestCommandOutput) => void): void;
82
-
83
- getJobUnlockCode(args: GetJobUnlockCodeCommandInput, options?: __HttpHandlerOptions): Promise<GetJobUnlockCodeCommandOutput>;
84
- getJobUnlockCode(args: GetJobUnlockCodeCommandInput, cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void): void;
85
- getJobUnlockCode(args: GetJobUnlockCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void): void;
86
-
87
- getSnowballUsage(args: GetSnowballUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetSnowballUsageCommandOutput>;
88
- getSnowballUsage(args: GetSnowballUsageCommandInput, cb: (err: any, data?: GetSnowballUsageCommandOutput) => void): void;
89
- getSnowballUsage(args: GetSnowballUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnowballUsageCommandOutput) => void): void;
90
-
91
- getSoftwareUpdates(args: GetSoftwareUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<GetSoftwareUpdatesCommandOutput>;
92
- getSoftwareUpdates(args: GetSoftwareUpdatesCommandInput, cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void): void;
93
- getSoftwareUpdates(args: GetSoftwareUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void): void;
94
-
95
- listClusterJobs(args: ListClusterJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListClusterJobsCommandOutput>;
96
- listClusterJobs(args: ListClusterJobsCommandInput, cb: (err: any, data?: ListClusterJobsCommandOutput) => void): void;
97
- listClusterJobs(args: ListClusterJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClusterJobsCommandOutput) => void): void;
98
-
99
- listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
100
- listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
101
- listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
102
-
103
- listCompatibleImages(args: ListCompatibleImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListCompatibleImagesCommandOutput>;
104
- listCompatibleImages(args: ListCompatibleImagesCommandInput, cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void): void;
105
- listCompatibleImages(args: ListCompatibleImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void): void;
106
-
107
- listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
108
- listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
109
- listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
110
-
111
- listLongTermPricing(args: ListLongTermPricingCommandInput, options?: __HttpHandlerOptions): Promise<ListLongTermPricingCommandOutput>;
112
- listLongTermPricing(args: ListLongTermPricingCommandInput, cb: (err: any, data?: ListLongTermPricingCommandOutput) => void): void;
113
- listLongTermPricing(args: ListLongTermPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLongTermPricingCommandOutput) => void): void;
114
-
115
- updateCluster(args: UpdateClusterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterCommandOutput>;
116
- updateCluster(args: UpdateClusterCommandInput, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
117
- updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
118
-
119
- updateJob(args: UpdateJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobCommandOutput>;
120
- updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
121
- updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
122
-
123
- updateJobShipmentState(args: UpdateJobShipmentStateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobShipmentStateCommandOutput>;
124
- updateJobShipmentState(args: UpdateJobShipmentStateCommandInput, cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void): void;
125
- updateJobShipmentState(args: UpdateJobShipmentStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void): void;
126
-
127
- updateLongTermPricing(args: UpdateLongTermPricingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLongTermPricingCommandOutput>;
128
- updateLongTermPricing(args: UpdateLongTermPricingCommandInput, cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void): void;
129
- updateLongTermPricing(args: UpdateLongTermPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void): void;
130
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CancelClusterCommandInput,
4
+ CancelClusterCommandOutput,
5
+ } from "./commands/CancelClusterCommand";
6
+ import {
7
+ CancelJobCommandInput,
8
+ CancelJobCommandOutput,
9
+ } from "./commands/CancelJobCommand";
10
+ import {
11
+ CreateAddressCommandInput,
12
+ CreateAddressCommandOutput,
13
+ } from "./commands/CreateAddressCommand";
14
+ import {
15
+ CreateClusterCommandInput,
16
+ CreateClusterCommandOutput,
17
+ } from "./commands/CreateClusterCommand";
18
+ import {
19
+ CreateJobCommandInput,
20
+ CreateJobCommandOutput,
21
+ } from "./commands/CreateJobCommand";
22
+ import {
23
+ CreateLongTermPricingCommandInput,
24
+ CreateLongTermPricingCommandOutput,
25
+ } from "./commands/CreateLongTermPricingCommand";
26
+ import {
27
+ CreateReturnShippingLabelCommandInput,
28
+ CreateReturnShippingLabelCommandOutput,
29
+ } from "./commands/CreateReturnShippingLabelCommand";
30
+ import {
31
+ DescribeAddressCommandInput,
32
+ DescribeAddressCommandOutput,
33
+ } from "./commands/DescribeAddressCommand";
34
+ import {
35
+ DescribeAddressesCommandInput,
36
+ DescribeAddressesCommandOutput,
37
+ } from "./commands/DescribeAddressesCommand";
38
+ import {
39
+ DescribeClusterCommandInput,
40
+ DescribeClusterCommandOutput,
41
+ } from "./commands/DescribeClusterCommand";
42
+ import {
43
+ DescribeJobCommandInput,
44
+ DescribeJobCommandOutput,
45
+ } from "./commands/DescribeJobCommand";
46
+ import {
47
+ DescribeReturnShippingLabelCommandInput,
48
+ DescribeReturnShippingLabelCommandOutput,
49
+ } from "./commands/DescribeReturnShippingLabelCommand";
50
+ import {
51
+ GetJobManifestCommandInput,
52
+ GetJobManifestCommandOutput,
53
+ } from "./commands/GetJobManifestCommand";
54
+ import {
55
+ GetJobUnlockCodeCommandInput,
56
+ GetJobUnlockCodeCommandOutput,
57
+ } from "./commands/GetJobUnlockCodeCommand";
58
+ import {
59
+ GetSnowballUsageCommandInput,
60
+ GetSnowballUsageCommandOutput,
61
+ } from "./commands/GetSnowballUsageCommand";
62
+ import {
63
+ GetSoftwareUpdatesCommandInput,
64
+ GetSoftwareUpdatesCommandOutput,
65
+ } from "./commands/GetSoftwareUpdatesCommand";
66
+ import {
67
+ ListClusterJobsCommandInput,
68
+ ListClusterJobsCommandOutput,
69
+ } from "./commands/ListClusterJobsCommand";
70
+ import {
71
+ ListClustersCommandInput,
72
+ ListClustersCommandOutput,
73
+ } from "./commands/ListClustersCommand";
74
+ import {
75
+ ListCompatibleImagesCommandInput,
76
+ ListCompatibleImagesCommandOutput,
77
+ } from "./commands/ListCompatibleImagesCommand";
78
+ import {
79
+ ListJobsCommandInput,
80
+ ListJobsCommandOutput,
81
+ } from "./commands/ListJobsCommand";
82
+ import {
83
+ ListLongTermPricingCommandInput,
84
+ ListLongTermPricingCommandOutput,
85
+ } from "./commands/ListLongTermPricingCommand";
86
+ import {
87
+ UpdateClusterCommandInput,
88
+ UpdateClusterCommandOutput,
89
+ } from "./commands/UpdateClusterCommand";
90
+ import {
91
+ UpdateJobCommandInput,
92
+ UpdateJobCommandOutput,
93
+ } from "./commands/UpdateJobCommand";
94
+ import {
95
+ UpdateJobShipmentStateCommandInput,
96
+ UpdateJobShipmentStateCommandOutput,
97
+ } from "./commands/UpdateJobShipmentStateCommand";
98
+ import {
99
+ UpdateLongTermPricingCommandInput,
100
+ UpdateLongTermPricingCommandOutput,
101
+ } from "./commands/UpdateLongTermPricingCommand";
102
+ import { SnowballClient } from "./SnowballClient";
103
+ export declare class Snowball extends SnowballClient {
104
+ cancelCluster(
105
+ args: CancelClusterCommandInput,
106
+ options?: __HttpHandlerOptions
107
+ ): Promise<CancelClusterCommandOutput>;
108
+ cancelCluster(
109
+ args: CancelClusterCommandInput,
110
+ cb: (err: any, data?: CancelClusterCommandOutput) => void
111
+ ): void;
112
+ cancelCluster(
113
+ args: CancelClusterCommandInput,
114
+ options: __HttpHandlerOptions,
115
+ cb: (err: any, data?: CancelClusterCommandOutput) => void
116
+ ): void;
117
+ cancelJob(
118
+ args: CancelJobCommandInput,
119
+ options?: __HttpHandlerOptions
120
+ ): Promise<CancelJobCommandOutput>;
121
+ cancelJob(
122
+ args: CancelJobCommandInput,
123
+ cb: (err: any, data?: CancelJobCommandOutput) => void
124
+ ): void;
125
+ cancelJob(
126
+ args: CancelJobCommandInput,
127
+ options: __HttpHandlerOptions,
128
+ cb: (err: any, data?: CancelJobCommandOutput) => void
129
+ ): void;
130
+ createAddress(
131
+ args: CreateAddressCommandInput,
132
+ options?: __HttpHandlerOptions
133
+ ): Promise<CreateAddressCommandOutput>;
134
+ createAddress(
135
+ args: CreateAddressCommandInput,
136
+ cb: (err: any, data?: CreateAddressCommandOutput) => void
137
+ ): void;
138
+ createAddress(
139
+ args: CreateAddressCommandInput,
140
+ options: __HttpHandlerOptions,
141
+ cb: (err: any, data?: CreateAddressCommandOutput) => void
142
+ ): void;
143
+ createCluster(
144
+ args: CreateClusterCommandInput,
145
+ options?: __HttpHandlerOptions
146
+ ): Promise<CreateClusterCommandOutput>;
147
+ createCluster(
148
+ args: CreateClusterCommandInput,
149
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
150
+ ): void;
151
+ createCluster(
152
+ args: CreateClusterCommandInput,
153
+ options: __HttpHandlerOptions,
154
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
155
+ ): void;
156
+ createJob(
157
+ args: CreateJobCommandInput,
158
+ options?: __HttpHandlerOptions
159
+ ): Promise<CreateJobCommandOutput>;
160
+ createJob(
161
+ args: CreateJobCommandInput,
162
+ cb: (err: any, data?: CreateJobCommandOutput) => void
163
+ ): void;
164
+ createJob(
165
+ args: CreateJobCommandInput,
166
+ options: __HttpHandlerOptions,
167
+ cb: (err: any, data?: CreateJobCommandOutput) => void
168
+ ): void;
169
+ createLongTermPricing(
170
+ args: CreateLongTermPricingCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<CreateLongTermPricingCommandOutput>;
173
+ createLongTermPricing(
174
+ args: CreateLongTermPricingCommandInput,
175
+ cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void
176
+ ): void;
177
+ createLongTermPricing(
178
+ args: CreateLongTermPricingCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void
181
+ ): void;
182
+ createReturnShippingLabel(
183
+ args: CreateReturnShippingLabelCommandInput,
184
+ options?: __HttpHandlerOptions
185
+ ): Promise<CreateReturnShippingLabelCommandOutput>;
186
+ createReturnShippingLabel(
187
+ args: CreateReturnShippingLabelCommandInput,
188
+ cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void
189
+ ): void;
190
+ createReturnShippingLabel(
191
+ args: CreateReturnShippingLabelCommandInput,
192
+ options: __HttpHandlerOptions,
193
+ cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void
194
+ ): void;
195
+ describeAddress(
196
+ args: DescribeAddressCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<DescribeAddressCommandOutput>;
199
+ describeAddress(
200
+ args: DescribeAddressCommandInput,
201
+ cb: (err: any, data?: DescribeAddressCommandOutput) => void
202
+ ): void;
203
+ describeAddress(
204
+ args: DescribeAddressCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: DescribeAddressCommandOutput) => void
207
+ ): void;
208
+ describeAddresses(
209
+ args: DescribeAddressesCommandInput,
210
+ options?: __HttpHandlerOptions
211
+ ): Promise<DescribeAddressesCommandOutput>;
212
+ describeAddresses(
213
+ args: DescribeAddressesCommandInput,
214
+ cb: (err: any, data?: DescribeAddressesCommandOutput) => void
215
+ ): void;
216
+ describeAddresses(
217
+ args: DescribeAddressesCommandInput,
218
+ options: __HttpHandlerOptions,
219
+ cb: (err: any, data?: DescribeAddressesCommandOutput) => void
220
+ ): void;
221
+ describeCluster(
222
+ args: DescribeClusterCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<DescribeClusterCommandOutput>;
225
+ describeCluster(
226
+ args: DescribeClusterCommandInput,
227
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void
228
+ ): void;
229
+ describeCluster(
230
+ args: DescribeClusterCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void
233
+ ): void;
234
+ describeJob(
235
+ args: DescribeJobCommandInput,
236
+ options?: __HttpHandlerOptions
237
+ ): Promise<DescribeJobCommandOutput>;
238
+ describeJob(
239
+ args: DescribeJobCommandInput,
240
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
241
+ ): void;
242
+ describeJob(
243
+ args: DescribeJobCommandInput,
244
+ options: __HttpHandlerOptions,
245
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
246
+ ): void;
247
+ describeReturnShippingLabel(
248
+ args: DescribeReturnShippingLabelCommandInput,
249
+ options?: __HttpHandlerOptions
250
+ ): Promise<DescribeReturnShippingLabelCommandOutput>;
251
+ describeReturnShippingLabel(
252
+ args: DescribeReturnShippingLabelCommandInput,
253
+ cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void
254
+ ): void;
255
+ describeReturnShippingLabel(
256
+ args: DescribeReturnShippingLabelCommandInput,
257
+ options: __HttpHandlerOptions,
258
+ cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void
259
+ ): void;
260
+ getJobManifest(
261
+ args: GetJobManifestCommandInput,
262
+ options?: __HttpHandlerOptions
263
+ ): Promise<GetJobManifestCommandOutput>;
264
+ getJobManifest(
265
+ args: GetJobManifestCommandInput,
266
+ cb: (err: any, data?: GetJobManifestCommandOutput) => void
267
+ ): void;
268
+ getJobManifest(
269
+ args: GetJobManifestCommandInput,
270
+ options: __HttpHandlerOptions,
271
+ cb: (err: any, data?: GetJobManifestCommandOutput) => void
272
+ ): void;
273
+ getJobUnlockCode(
274
+ args: GetJobUnlockCodeCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<GetJobUnlockCodeCommandOutput>;
277
+ getJobUnlockCode(
278
+ args: GetJobUnlockCodeCommandInput,
279
+ cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void
280
+ ): void;
281
+ getJobUnlockCode(
282
+ args: GetJobUnlockCodeCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void
285
+ ): void;
286
+ getSnowballUsage(
287
+ args: GetSnowballUsageCommandInput,
288
+ options?: __HttpHandlerOptions
289
+ ): Promise<GetSnowballUsageCommandOutput>;
290
+ getSnowballUsage(
291
+ args: GetSnowballUsageCommandInput,
292
+ cb: (err: any, data?: GetSnowballUsageCommandOutput) => void
293
+ ): void;
294
+ getSnowballUsage(
295
+ args: GetSnowballUsageCommandInput,
296
+ options: __HttpHandlerOptions,
297
+ cb: (err: any, data?: GetSnowballUsageCommandOutput) => void
298
+ ): void;
299
+ getSoftwareUpdates(
300
+ args: GetSoftwareUpdatesCommandInput,
301
+ options?: __HttpHandlerOptions
302
+ ): Promise<GetSoftwareUpdatesCommandOutput>;
303
+ getSoftwareUpdates(
304
+ args: GetSoftwareUpdatesCommandInput,
305
+ cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void
306
+ ): void;
307
+ getSoftwareUpdates(
308
+ args: GetSoftwareUpdatesCommandInput,
309
+ options: __HttpHandlerOptions,
310
+ cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void
311
+ ): void;
312
+ listClusterJobs(
313
+ args: ListClusterJobsCommandInput,
314
+ options?: __HttpHandlerOptions
315
+ ): Promise<ListClusterJobsCommandOutput>;
316
+ listClusterJobs(
317
+ args: ListClusterJobsCommandInput,
318
+ cb: (err: any, data?: ListClusterJobsCommandOutput) => void
319
+ ): void;
320
+ listClusterJobs(
321
+ args: ListClusterJobsCommandInput,
322
+ options: __HttpHandlerOptions,
323
+ cb: (err: any, data?: ListClusterJobsCommandOutput) => void
324
+ ): void;
325
+ listClusters(
326
+ args: ListClustersCommandInput,
327
+ options?: __HttpHandlerOptions
328
+ ): Promise<ListClustersCommandOutput>;
329
+ listClusters(
330
+ args: ListClustersCommandInput,
331
+ cb: (err: any, data?: ListClustersCommandOutput) => void
332
+ ): void;
333
+ listClusters(
334
+ args: ListClustersCommandInput,
335
+ options: __HttpHandlerOptions,
336
+ cb: (err: any, data?: ListClustersCommandOutput) => void
337
+ ): void;
338
+ listCompatibleImages(
339
+ args: ListCompatibleImagesCommandInput,
340
+ options?: __HttpHandlerOptions
341
+ ): Promise<ListCompatibleImagesCommandOutput>;
342
+ listCompatibleImages(
343
+ args: ListCompatibleImagesCommandInput,
344
+ cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void
345
+ ): void;
346
+ listCompatibleImages(
347
+ args: ListCompatibleImagesCommandInput,
348
+ options: __HttpHandlerOptions,
349
+ cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void
350
+ ): void;
351
+ listJobs(
352
+ args: ListJobsCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<ListJobsCommandOutput>;
355
+ listJobs(
356
+ args: ListJobsCommandInput,
357
+ cb: (err: any, data?: ListJobsCommandOutput) => void
358
+ ): void;
359
+ listJobs(
360
+ args: ListJobsCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: ListJobsCommandOutput) => void
363
+ ): void;
364
+ listLongTermPricing(
365
+ args: ListLongTermPricingCommandInput,
366
+ options?: __HttpHandlerOptions
367
+ ): Promise<ListLongTermPricingCommandOutput>;
368
+ listLongTermPricing(
369
+ args: ListLongTermPricingCommandInput,
370
+ cb: (err: any, data?: ListLongTermPricingCommandOutput) => void
371
+ ): void;
372
+ listLongTermPricing(
373
+ args: ListLongTermPricingCommandInput,
374
+ options: __HttpHandlerOptions,
375
+ cb: (err: any, data?: ListLongTermPricingCommandOutput) => void
376
+ ): void;
377
+ updateCluster(
378
+ args: UpdateClusterCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<UpdateClusterCommandOutput>;
381
+ updateCluster(
382
+ args: UpdateClusterCommandInput,
383
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
384
+ ): void;
385
+ updateCluster(
386
+ args: UpdateClusterCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
389
+ ): void;
390
+ updateJob(
391
+ args: UpdateJobCommandInput,
392
+ options?: __HttpHandlerOptions
393
+ ): Promise<UpdateJobCommandOutput>;
394
+ updateJob(
395
+ args: UpdateJobCommandInput,
396
+ cb: (err: any, data?: UpdateJobCommandOutput) => void
397
+ ): void;
398
+ updateJob(
399
+ args: UpdateJobCommandInput,
400
+ options: __HttpHandlerOptions,
401
+ cb: (err: any, data?: UpdateJobCommandOutput) => void
402
+ ): void;
403
+ updateJobShipmentState(
404
+ args: UpdateJobShipmentStateCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<UpdateJobShipmentStateCommandOutput>;
407
+ updateJobShipmentState(
408
+ args: UpdateJobShipmentStateCommandInput,
409
+ cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void
410
+ ): void;
411
+ updateJobShipmentState(
412
+ args: UpdateJobShipmentStateCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void
415
+ ): void;
416
+ updateLongTermPricing(
417
+ args: UpdateLongTermPricingCommandInput,
418
+ options?: __HttpHandlerOptions
419
+ ): Promise<UpdateLongTermPricingCommandOutput>;
420
+ updateLongTermPricing(
421
+ args: UpdateLongTermPricingCommandInput,
422
+ cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void
423
+ ): void;
424
+ updateLongTermPricing(
425
+ args: UpdateLongTermPricingCommandInput,
426
+ options: __HttpHandlerOptions,
427
+ cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void
428
+ ): void;
429
+ }