@aws-sdk/client-snowball 3.168.0 → 3.170.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 +454 -130
  3. package/dist-types/ts3.4/SnowballClient.d.ts +279 -98
  4. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +41 -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 +8 -6
  33. package/dist-types/ts3.4/models/index.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +1044 -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 +66 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-snowball
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-snowball
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-snowball
@@ -1,130 +1,454 @@
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
+
104
+ export declare class Snowball extends SnowballClient {
105
+ cancelCluster(
106
+ args: CancelClusterCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<CancelClusterCommandOutput>;
109
+ cancelCluster(
110
+ args: CancelClusterCommandInput,
111
+ cb: (err: any, data?: CancelClusterCommandOutput) => void
112
+ ): void;
113
+ cancelCluster(
114
+ args: CancelClusterCommandInput,
115
+ options: __HttpHandlerOptions,
116
+ cb: (err: any, data?: CancelClusterCommandOutput) => void
117
+ ): void;
118
+
119
+ cancelJob(
120
+ args: CancelJobCommandInput,
121
+ options?: __HttpHandlerOptions
122
+ ): Promise<CancelJobCommandOutput>;
123
+ cancelJob(
124
+ args: CancelJobCommandInput,
125
+ cb: (err: any, data?: CancelJobCommandOutput) => void
126
+ ): void;
127
+ cancelJob(
128
+ args: CancelJobCommandInput,
129
+ options: __HttpHandlerOptions,
130
+ cb: (err: any, data?: CancelJobCommandOutput) => void
131
+ ): void;
132
+
133
+ createAddress(
134
+ args: CreateAddressCommandInput,
135
+ options?: __HttpHandlerOptions
136
+ ): Promise<CreateAddressCommandOutput>;
137
+ createAddress(
138
+ args: CreateAddressCommandInput,
139
+ cb: (err: any, data?: CreateAddressCommandOutput) => void
140
+ ): void;
141
+ createAddress(
142
+ args: CreateAddressCommandInput,
143
+ options: __HttpHandlerOptions,
144
+ cb: (err: any, data?: CreateAddressCommandOutput) => void
145
+ ): void;
146
+
147
+ createCluster(
148
+ args: CreateClusterCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<CreateClusterCommandOutput>;
151
+ createCluster(
152
+ args: CreateClusterCommandInput,
153
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
154
+ ): void;
155
+ createCluster(
156
+ args: CreateClusterCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
159
+ ): void;
160
+
161
+ createJob(
162
+ args: CreateJobCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<CreateJobCommandOutput>;
165
+ createJob(
166
+ args: CreateJobCommandInput,
167
+ cb: (err: any, data?: CreateJobCommandOutput) => void
168
+ ): void;
169
+ createJob(
170
+ args: CreateJobCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: CreateJobCommandOutput) => void
173
+ ): void;
174
+
175
+ createLongTermPricing(
176
+ args: CreateLongTermPricingCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<CreateLongTermPricingCommandOutput>;
179
+ createLongTermPricing(
180
+ args: CreateLongTermPricingCommandInput,
181
+ cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void
182
+ ): void;
183
+ createLongTermPricing(
184
+ args: CreateLongTermPricingCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void
187
+ ): void;
188
+
189
+ createReturnShippingLabel(
190
+ args: CreateReturnShippingLabelCommandInput,
191
+ options?: __HttpHandlerOptions
192
+ ): Promise<CreateReturnShippingLabelCommandOutput>;
193
+ createReturnShippingLabel(
194
+ args: CreateReturnShippingLabelCommandInput,
195
+ cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void
196
+ ): void;
197
+ createReturnShippingLabel(
198
+ args: CreateReturnShippingLabelCommandInput,
199
+ options: __HttpHandlerOptions,
200
+ cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void
201
+ ): void;
202
+
203
+ describeAddress(
204
+ args: DescribeAddressCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<DescribeAddressCommandOutput>;
207
+ describeAddress(
208
+ args: DescribeAddressCommandInput,
209
+ cb: (err: any, data?: DescribeAddressCommandOutput) => void
210
+ ): void;
211
+ describeAddress(
212
+ args: DescribeAddressCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: DescribeAddressCommandOutput) => void
215
+ ): void;
216
+
217
+ describeAddresses(
218
+ args: DescribeAddressesCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<DescribeAddressesCommandOutput>;
221
+ describeAddresses(
222
+ args: DescribeAddressesCommandInput,
223
+ cb: (err: any, data?: DescribeAddressesCommandOutput) => void
224
+ ): void;
225
+ describeAddresses(
226
+ args: DescribeAddressesCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: DescribeAddressesCommandOutput) => void
229
+ ): void;
230
+
231
+ describeCluster(
232
+ args: DescribeClusterCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<DescribeClusterCommandOutput>;
235
+ describeCluster(
236
+ args: DescribeClusterCommandInput,
237
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void
238
+ ): void;
239
+ describeCluster(
240
+ args: DescribeClusterCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void
243
+ ): void;
244
+
245
+ describeJob(
246
+ args: DescribeJobCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<DescribeJobCommandOutput>;
249
+ describeJob(
250
+ args: DescribeJobCommandInput,
251
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
252
+ ): void;
253
+ describeJob(
254
+ args: DescribeJobCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
257
+ ): void;
258
+
259
+ describeReturnShippingLabel(
260
+ args: DescribeReturnShippingLabelCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<DescribeReturnShippingLabelCommandOutput>;
263
+ describeReturnShippingLabel(
264
+ args: DescribeReturnShippingLabelCommandInput,
265
+ cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void
266
+ ): void;
267
+ describeReturnShippingLabel(
268
+ args: DescribeReturnShippingLabelCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void
271
+ ): void;
272
+
273
+ getJobManifest(
274
+ args: GetJobManifestCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<GetJobManifestCommandOutput>;
277
+ getJobManifest(
278
+ args: GetJobManifestCommandInput,
279
+ cb: (err: any, data?: GetJobManifestCommandOutput) => void
280
+ ): void;
281
+ getJobManifest(
282
+ args: GetJobManifestCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: GetJobManifestCommandOutput) => void
285
+ ): void;
286
+
287
+ getJobUnlockCode(
288
+ args: GetJobUnlockCodeCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<GetJobUnlockCodeCommandOutput>;
291
+ getJobUnlockCode(
292
+ args: GetJobUnlockCodeCommandInput,
293
+ cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void
294
+ ): void;
295
+ getJobUnlockCode(
296
+ args: GetJobUnlockCodeCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void
299
+ ): void;
300
+
301
+ getSnowballUsage(
302
+ args: GetSnowballUsageCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<GetSnowballUsageCommandOutput>;
305
+ getSnowballUsage(
306
+ args: GetSnowballUsageCommandInput,
307
+ cb: (err: any, data?: GetSnowballUsageCommandOutput) => void
308
+ ): void;
309
+ getSnowballUsage(
310
+ args: GetSnowballUsageCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: GetSnowballUsageCommandOutput) => void
313
+ ): void;
314
+
315
+ getSoftwareUpdates(
316
+ args: GetSoftwareUpdatesCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<GetSoftwareUpdatesCommandOutput>;
319
+ getSoftwareUpdates(
320
+ args: GetSoftwareUpdatesCommandInput,
321
+ cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void
322
+ ): void;
323
+ getSoftwareUpdates(
324
+ args: GetSoftwareUpdatesCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void
327
+ ): void;
328
+
329
+ listClusterJobs(
330
+ args: ListClusterJobsCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<ListClusterJobsCommandOutput>;
333
+ listClusterJobs(
334
+ args: ListClusterJobsCommandInput,
335
+ cb: (err: any, data?: ListClusterJobsCommandOutput) => void
336
+ ): void;
337
+ listClusterJobs(
338
+ args: ListClusterJobsCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: ListClusterJobsCommandOutput) => void
341
+ ): void;
342
+
343
+ listClusters(
344
+ args: ListClustersCommandInput,
345
+ options?: __HttpHandlerOptions
346
+ ): Promise<ListClustersCommandOutput>;
347
+ listClusters(
348
+ args: ListClustersCommandInput,
349
+ cb: (err: any, data?: ListClustersCommandOutput) => void
350
+ ): void;
351
+ listClusters(
352
+ args: ListClustersCommandInput,
353
+ options: __HttpHandlerOptions,
354
+ cb: (err: any, data?: ListClustersCommandOutput) => void
355
+ ): void;
356
+
357
+ listCompatibleImages(
358
+ args: ListCompatibleImagesCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<ListCompatibleImagesCommandOutput>;
361
+ listCompatibleImages(
362
+ args: ListCompatibleImagesCommandInput,
363
+ cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void
364
+ ): void;
365
+ listCompatibleImages(
366
+ args: ListCompatibleImagesCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void
369
+ ): void;
370
+
371
+ listJobs(
372
+ args: ListJobsCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<ListJobsCommandOutput>;
375
+ listJobs(
376
+ args: ListJobsCommandInput,
377
+ cb: (err: any, data?: ListJobsCommandOutput) => void
378
+ ): void;
379
+ listJobs(
380
+ args: ListJobsCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: ListJobsCommandOutput) => void
383
+ ): void;
384
+
385
+ listLongTermPricing(
386
+ args: ListLongTermPricingCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<ListLongTermPricingCommandOutput>;
389
+ listLongTermPricing(
390
+ args: ListLongTermPricingCommandInput,
391
+ cb: (err: any, data?: ListLongTermPricingCommandOutput) => void
392
+ ): void;
393
+ listLongTermPricing(
394
+ args: ListLongTermPricingCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: ListLongTermPricingCommandOutput) => void
397
+ ): void;
398
+
399
+ updateCluster(
400
+ args: UpdateClusterCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<UpdateClusterCommandOutput>;
403
+ updateCluster(
404
+ args: UpdateClusterCommandInput,
405
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
406
+ ): void;
407
+ updateCluster(
408
+ args: UpdateClusterCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
411
+ ): void;
412
+
413
+ updateJob(
414
+ args: UpdateJobCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<UpdateJobCommandOutput>;
417
+ updateJob(
418
+ args: UpdateJobCommandInput,
419
+ cb: (err: any, data?: UpdateJobCommandOutput) => void
420
+ ): void;
421
+ updateJob(
422
+ args: UpdateJobCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: UpdateJobCommandOutput) => void
425
+ ): void;
426
+
427
+ updateJobShipmentState(
428
+ args: UpdateJobShipmentStateCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<UpdateJobShipmentStateCommandOutput>;
431
+ updateJobShipmentState(
432
+ args: UpdateJobShipmentStateCommandInput,
433
+ cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void
434
+ ): void;
435
+ updateJobShipmentState(
436
+ args: UpdateJobShipmentStateCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void
439
+ ): void;
440
+
441
+ updateLongTermPricing(
442
+ args: UpdateLongTermPricingCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<UpdateLongTermPricingCommandOutput>;
445
+ updateLongTermPricing(
446
+ args: UpdateLongTermPricingCommandInput,
447
+ cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void
448
+ ): void;
449
+ updateLongTermPricing(
450
+ args: UpdateLongTermPricingCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: UpdateLongTermPricingCommandOutput) => void
453
+ ): void;
454
+ }