@aws-sdk/client-snowball 3.1077.0 → 3.1078.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 (89) hide show
  1. package/dist-cjs/index.js +35 -273
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelClusterCommand.js +2 -14
  4. package/dist-es/commands/CancelJobCommand.js +2 -14
  5. package/dist-es/commands/CreateAddressCommand.js +2 -14
  6. package/dist-es/commands/CreateClusterCommand.js +2 -14
  7. package/dist-es/commands/CreateJobCommand.js +2 -14
  8. package/dist-es/commands/CreateLongTermPricingCommand.js +2 -14
  9. package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -14
  10. package/dist-es/commands/DescribeAddressCommand.js +2 -14
  11. package/dist-es/commands/DescribeAddressesCommand.js +2 -14
  12. package/dist-es/commands/DescribeClusterCommand.js +2 -14
  13. package/dist-es/commands/DescribeJobCommand.js +2 -14
  14. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -14
  15. package/dist-es/commands/GetJobManifestCommand.js +2 -14
  16. package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -14
  17. package/dist-es/commands/GetSnowballUsageCommand.js +2 -14
  18. package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -14
  19. package/dist-es/commands/ListClusterJobsCommand.js +2 -14
  20. package/dist-es/commands/ListClustersCommand.js +2 -14
  21. package/dist-es/commands/ListCompatibleImagesCommand.js +2 -14
  22. package/dist-es/commands/ListJobsCommand.js +2 -14
  23. package/dist-es/commands/ListLongTermPricingCommand.js +2 -14
  24. package/dist-es/commands/ListPickupLocationsCommand.js +2 -14
  25. package/dist-es/commands/ListServiceVersionsCommand.js +2 -14
  26. package/dist-es/commands/UpdateClusterCommand.js +2 -14
  27. package/dist-es/commands/UpdateJobCommand.js +2 -14
  28. package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -14
  29. package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -14
  30. package/dist-es/index.js +1 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/CancelClusterCommand.d.ts +3 -8
  33. package/dist-types/commands/CancelJobCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateAddressCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateJobCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeAddressCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeAddressesCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +3 -8
  44. package/dist-types/commands/GetJobManifestCommand.d.ts +3 -8
  45. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +3 -8
  46. package/dist-types/commands/GetSnowballUsageCommand.d.ts +3 -8
  47. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +3 -8
  48. package/dist-types/commands/ListClusterJobsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  50. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +3 -8
  51. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListLongTermPricingCommand.d.ts +3 -8
  53. package/dist-types/commands/ListPickupLocationsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListServiceVersionsCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateJobCommand.d.ts +3 -8
  57. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +3 -8
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/index.d.ts +1 -0
  89. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {
22
19
  export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobCommand_base: {
25
- new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific job including shipping information, job status,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeReturnShippingLabelCommandInput extends DescribeReturnS
22
19
  export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturnShippingLabelResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeReturnShippingLabelCommand_base: {
25
- new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Information on the shipping label of a Snow device that is being returned to Amazon Web Services.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {
22
19
  export interface GetJobManifestCommandOutput extends GetJobManifestResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetJobManifestCommand_base: {
25
- new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a link to an Amazon S3 presigned URL for the manifest file associated with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {
22
19
  export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetJobUnlockCodeCommand_base: {
25
- new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the <code>UnlockCode</code> code value for the specified job. A particular
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {
22
19
  export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetSnowballUsageCommand_base: {
25
- new (input: GetSnowballUsageCommandInput): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSnowballUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSnowballUsageCommandInput): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSnowballUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the Snow Family service limit for your account, and also the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSoftwareUpdatesCommandInput extends GetSoftwareUpdatesReques
22
19
  export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetSoftwareUpdatesCommand_base: {
25
- new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns an Amazon S3 presigned URL for an update file associated with a specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {
22
19
  export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListClusterJobsCommand_base: {
25
- new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListClustersRequest, ListClustersResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListClustersCommandInput extends ListClustersRequest {
22
19
  export interface ListClustersCommandOutput extends ListClustersResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListClustersCommand_base: {
25
- new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns an array of <code>ClusterListEntry</code> objects of the specified length. Each
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCompatibleImagesCommandInput extends ListCompatibleImagesRe
22
19
  export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListCompatibleImagesCommand_base: {
25
- new (input: ListCompatibleImagesCommandInput): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCompatibleImagesCommandInput]): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCompatibleImagesCommandInput): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCompatibleImagesCommandInput]): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs)
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListJobsRequest, ListJobsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobsCommandInput extends ListJobsRequest {
22
19
  export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequ
22
19
  export interface ListLongTermPricingCommandOutput extends ListLongTermPricingResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListLongTermPricingCommand_base: {
25
- new (input: ListLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLongTermPricingCommandInput]): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLongTermPricingCommandInput]): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all long-term pricing types.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPickupLocationsRequest, ListPickupLocationsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPickupLocationsCommandInput extends ListPickupLocationsRequ
22
19
  export interface ListPickupLocationsCommandOutput extends ListPickupLocationsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListPickupLocationsCommand_base: {
25
- new (input: ListPickupLocationsCommandInput): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPickupLocationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPickupLocationsCommandInput): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPickupLocationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A list of locations from which the customer can choose to pickup a device.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequ
22
19
  export interface ListServiceVersionsCommandOutput extends ListServiceVersionsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListServiceVersionsCommand_base: {
25
- new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all supported versions for Snow on-device services. Returns an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
22
19
  export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateClusterCommand_base: {
25
- new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateJobCommandInput extends UpdateJobRequest {
22
19
  export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateJobCommand_base: {
25
- new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentSta
22
19
  export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentStateResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateJobShipmentStateCommand_base: {
25
- new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the state when a shipment state changes to a different state.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricing
22
19
  export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricingResult, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLongTermPricingCommand_base: {
25
- new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the long-term pricing type.</p>
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { SnowballExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
+ export { Command as $Command } from "@smithy/core/client";
17
18
  export * from "./schemas/schemas_0";
18
19
  export * from "./pagination";
19
20
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ SnowballClientResolvedConfig,
6
+ } from "./SnowballClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SnowballClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SnowballClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CancelClusterRequest, CancelClusterResult } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SnowballClientResolvedConfig,
8
- } from "../SnowballClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelClusterCommandInput extends CancelClusterRequest {}
12
5
  export interface CancelClusterCommandOutput
13
6
  extends CancelClusterResult,
@@ -18,22 +11,20 @@ declare const CancelClusterCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CancelClusterCommandInput,
20
13
  CancelClusterCommandOutput,
21
- SnowballClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SnowballClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CancelClusterCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CancelClusterCommandInput,
29
22
  CancelClusterCommandOutput,
30
- SnowballClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SnowballClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CancelClusterCommand extends CancelClusterCommand_base {
39
30
  protected static __types: {