@aws-sdk/client-snowball 3.957.0 → 3.962.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/README.md +1 -32
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +547 -512
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +547 -512
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,10 +14,8 @@ and manage jobs for a Snow Family device. To transfer data locally with a Snow F
|
|
|
14
14
|
you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
|
|
15
15
|
|
|
16
16
|
## Installing
|
|
17
|
-
|
|
18
17
|
To install this package, simply type add or install @aws-sdk/client-snowball
|
|
19
18
|
using your favorite package manager:
|
|
20
|
-
|
|
21
19
|
- `npm install @aws-sdk/client-snowball`
|
|
22
20
|
- `yarn add @aws-sdk/client-snowball`
|
|
23
21
|
- `pnpm add @aws-sdk/client-snowball`
|
|
@@ -53,9 +51,7 @@ To send a request, you:
|
|
|
53
51
|
// a client can be shared by different commands.
|
|
54
52
|
const client = new SnowballClient({ region: "REGION" });
|
|
55
53
|
|
|
56
|
-
const params = {
|
|
57
|
-
/** input parameters */
|
|
58
|
-
};
|
|
54
|
+
const params = { /** input parameters */ };
|
|
59
55
|
const command = new ListJobsCommand(params);
|
|
60
56
|
```
|
|
61
57
|
|
|
@@ -214,7 +210,6 @@ CancelCluster
|
|
|
214
210
|
</summary>
|
|
215
211
|
|
|
216
212
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CancelClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CancelClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CancelClusterCommandOutput/)
|
|
217
|
-
|
|
218
213
|
</details>
|
|
219
214
|
<details>
|
|
220
215
|
<summary>
|
|
@@ -222,7 +217,6 @@ CancelJob
|
|
|
222
217
|
</summary>
|
|
223
218
|
|
|
224
219
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CancelJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CancelJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CancelJobCommandOutput/)
|
|
225
|
-
|
|
226
220
|
</details>
|
|
227
221
|
<details>
|
|
228
222
|
<summary>
|
|
@@ -230,7 +224,6 @@ CreateAddress
|
|
|
230
224
|
</summary>
|
|
231
225
|
|
|
232
226
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CreateAddressCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateAddressCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateAddressCommandOutput/)
|
|
233
|
-
|
|
234
227
|
</details>
|
|
235
228
|
<details>
|
|
236
229
|
<summary>
|
|
@@ -238,7 +231,6 @@ CreateCluster
|
|
|
238
231
|
</summary>
|
|
239
232
|
|
|
240
233
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CreateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateClusterCommandOutput/)
|
|
241
|
-
|
|
242
234
|
</details>
|
|
243
235
|
<details>
|
|
244
236
|
<summary>
|
|
@@ -246,7 +238,6 @@ CreateJob
|
|
|
246
238
|
</summary>
|
|
247
239
|
|
|
248
240
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CreateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateJobCommandOutput/)
|
|
249
|
-
|
|
250
241
|
</details>
|
|
251
242
|
<details>
|
|
252
243
|
<summary>
|
|
@@ -254,7 +245,6 @@ CreateLongTermPricing
|
|
|
254
245
|
</summary>
|
|
255
246
|
|
|
256
247
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CreateLongTermPricingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateLongTermPricingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateLongTermPricingCommandOutput/)
|
|
257
|
-
|
|
258
248
|
</details>
|
|
259
249
|
<details>
|
|
260
250
|
<summary>
|
|
@@ -262,7 +252,6 @@ CreateReturnShippingLabel
|
|
|
262
252
|
</summary>
|
|
263
253
|
|
|
264
254
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/CreateReturnShippingLabelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateReturnShippingLabelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/CreateReturnShippingLabelCommandOutput/)
|
|
265
|
-
|
|
266
255
|
</details>
|
|
267
256
|
<details>
|
|
268
257
|
<summary>
|
|
@@ -270,7 +259,6 @@ DescribeAddress
|
|
|
270
259
|
</summary>
|
|
271
260
|
|
|
272
261
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/DescribeAddressCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeAddressCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeAddressCommandOutput/)
|
|
273
|
-
|
|
274
262
|
</details>
|
|
275
263
|
<details>
|
|
276
264
|
<summary>
|
|
@@ -278,7 +266,6 @@ DescribeAddresses
|
|
|
278
266
|
</summary>
|
|
279
267
|
|
|
280
268
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/DescribeAddressesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeAddressesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeAddressesCommandOutput/)
|
|
281
|
-
|
|
282
269
|
</details>
|
|
283
270
|
<details>
|
|
284
271
|
<summary>
|
|
@@ -286,7 +273,6 @@ DescribeCluster
|
|
|
286
273
|
</summary>
|
|
287
274
|
|
|
288
275
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/DescribeClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeClusterCommandOutput/)
|
|
289
|
-
|
|
290
276
|
</details>
|
|
291
277
|
<details>
|
|
292
278
|
<summary>
|
|
@@ -294,7 +280,6 @@ DescribeJob
|
|
|
294
280
|
</summary>
|
|
295
281
|
|
|
296
282
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/DescribeJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeJobCommandOutput/)
|
|
297
|
-
|
|
298
283
|
</details>
|
|
299
284
|
<details>
|
|
300
285
|
<summary>
|
|
@@ -302,7 +287,6 @@ DescribeReturnShippingLabel
|
|
|
302
287
|
</summary>
|
|
303
288
|
|
|
304
289
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/DescribeReturnShippingLabelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeReturnShippingLabelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/DescribeReturnShippingLabelCommandOutput/)
|
|
305
|
-
|
|
306
290
|
</details>
|
|
307
291
|
<details>
|
|
308
292
|
<summary>
|
|
@@ -310,7 +294,6 @@ GetJobManifest
|
|
|
310
294
|
</summary>
|
|
311
295
|
|
|
312
296
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/GetJobManifestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetJobManifestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetJobManifestCommandOutput/)
|
|
313
|
-
|
|
314
297
|
</details>
|
|
315
298
|
<details>
|
|
316
299
|
<summary>
|
|
@@ -318,7 +301,6 @@ GetJobUnlockCode
|
|
|
318
301
|
</summary>
|
|
319
302
|
|
|
320
303
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/GetJobUnlockCodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetJobUnlockCodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetJobUnlockCodeCommandOutput/)
|
|
321
|
-
|
|
322
304
|
</details>
|
|
323
305
|
<details>
|
|
324
306
|
<summary>
|
|
@@ -326,7 +308,6 @@ GetSnowballUsage
|
|
|
326
308
|
</summary>
|
|
327
309
|
|
|
328
310
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/GetSnowballUsageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetSnowballUsageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetSnowballUsageCommandOutput/)
|
|
329
|
-
|
|
330
311
|
</details>
|
|
331
312
|
<details>
|
|
332
313
|
<summary>
|
|
@@ -334,7 +315,6 @@ GetSoftwareUpdates
|
|
|
334
315
|
</summary>
|
|
335
316
|
|
|
336
317
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/GetSoftwareUpdatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetSoftwareUpdatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/GetSoftwareUpdatesCommandOutput/)
|
|
337
|
-
|
|
338
318
|
</details>
|
|
339
319
|
<details>
|
|
340
320
|
<summary>
|
|
@@ -342,7 +322,6 @@ ListClusterJobs
|
|
|
342
322
|
</summary>
|
|
343
323
|
|
|
344
324
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListClusterJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListClusterJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListClusterJobsCommandOutput/)
|
|
345
|
-
|
|
346
325
|
</details>
|
|
347
326
|
<details>
|
|
348
327
|
<summary>
|
|
@@ -350,7 +329,6 @@ ListClusters
|
|
|
350
329
|
</summary>
|
|
351
330
|
|
|
352
331
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListClustersCommandOutput/)
|
|
353
|
-
|
|
354
332
|
</details>
|
|
355
333
|
<details>
|
|
356
334
|
<summary>
|
|
@@ -358,7 +336,6 @@ ListCompatibleImages
|
|
|
358
336
|
</summary>
|
|
359
337
|
|
|
360
338
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListCompatibleImagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListCompatibleImagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListCompatibleImagesCommandOutput/)
|
|
361
|
-
|
|
362
339
|
</details>
|
|
363
340
|
<details>
|
|
364
341
|
<summary>
|
|
@@ -366,7 +343,6 @@ ListJobs
|
|
|
366
343
|
</summary>
|
|
367
344
|
|
|
368
345
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListJobsCommandOutput/)
|
|
369
|
-
|
|
370
346
|
</details>
|
|
371
347
|
<details>
|
|
372
348
|
<summary>
|
|
@@ -374,7 +350,6 @@ ListLongTermPricing
|
|
|
374
350
|
</summary>
|
|
375
351
|
|
|
376
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListLongTermPricingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListLongTermPricingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListLongTermPricingCommandOutput/)
|
|
377
|
-
|
|
378
353
|
</details>
|
|
379
354
|
<details>
|
|
380
355
|
<summary>
|
|
@@ -382,7 +357,6 @@ ListPickupLocations
|
|
|
382
357
|
</summary>
|
|
383
358
|
|
|
384
359
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListPickupLocationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListPickupLocationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListPickupLocationsCommandOutput/)
|
|
385
|
-
|
|
386
360
|
</details>
|
|
387
361
|
<details>
|
|
388
362
|
<summary>
|
|
@@ -390,7 +364,6 @@ ListServiceVersions
|
|
|
390
364
|
</summary>
|
|
391
365
|
|
|
392
366
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/ListServiceVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListServiceVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/ListServiceVersionsCommandOutput/)
|
|
393
|
-
|
|
394
367
|
</details>
|
|
395
368
|
<details>
|
|
396
369
|
<summary>
|
|
@@ -398,7 +371,6 @@ UpdateCluster
|
|
|
398
371
|
</summary>
|
|
399
372
|
|
|
400
373
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/UpdateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateClusterCommandOutput/)
|
|
401
|
-
|
|
402
374
|
</details>
|
|
403
375
|
<details>
|
|
404
376
|
<summary>
|
|
@@ -406,7 +378,6 @@ UpdateJob
|
|
|
406
378
|
</summary>
|
|
407
379
|
|
|
408
380
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/UpdateJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateJobCommandOutput/)
|
|
409
|
-
|
|
410
381
|
</details>
|
|
411
382
|
<details>
|
|
412
383
|
<summary>
|
|
@@ -414,7 +385,6 @@ UpdateJobShipmentState
|
|
|
414
385
|
</summary>
|
|
415
386
|
|
|
416
387
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/UpdateJobShipmentStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateJobShipmentStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateJobShipmentStateCommandOutput/)
|
|
417
|
-
|
|
418
388
|
</details>
|
|
419
389
|
<details>
|
|
420
390
|
<summary>
|
|
@@ -422,5 +392,4 @@ UpdateLongTermPricing
|
|
|
422
392
|
</summary>
|
|
423
393
|
|
|
424
394
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/snowball/command/UpdateLongTermPricingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateLongTermPricingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-snowball/Interface/UpdateLongTermPricingCommandOutput/)
|
|
425
|
-
|
|
426
395
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultSnowballHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultSnowballHttpAuthSchemeParametersProvider = defaultSnowballHttpAuthSchemeParametersProvider;
|