@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Snowball.d.ts +429 -130
- package/dist-types/ts3.4/SnowballClient.d.ts +254 -98
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SnowballServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +760 -963
- package/dist-types/ts3.4/pagination/DescribeAddressesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- 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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
+
}
|