@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetJobUnlockCode$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetJobUnlockCodeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "GetJobUnlockCode", {})
13
- .n("SnowballClient", "GetJobUnlockCodeCommand")
14
- .sc(GetJobUnlockCode$)
15
- .build() {
3
+ export class GetJobUnlockCodeCommand extends command(_ep0, _mw0, "GetJobUnlockCode", GetJobUnlockCode$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSnowballUsage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSnowballUsageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "GetSnowballUsage", {})
13
- .n("SnowballClient", "GetSnowballUsageCommand")
14
- .sc(GetSnowballUsage$)
15
- .build() {
3
+ export class GetSnowballUsageCommand extends command(_ep0, _mw0, "GetSnowballUsage", GetSnowballUsage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSoftwareUpdates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSoftwareUpdatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "GetSoftwareUpdates", {})
13
- .n("SnowballClient", "GetSoftwareUpdatesCommand")
14
- .sc(GetSoftwareUpdates$)
15
- .build() {
3
+ export class GetSoftwareUpdatesCommand extends command(_ep0, _mw0, "GetSoftwareUpdates", GetSoftwareUpdates$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClusterJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClusterJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListClusterJobs", {})
13
- .n("SnowballClient", "ListClusterJobsCommand")
14
- .sc(ListClusterJobs$)
15
- .build() {
3
+ export class ListClusterJobsCommand extends command(_ep0, _mw0, "ListClusterJobs", ListClusterJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListClusters", {})
13
- .n("SnowballClient", "ListClustersCommand")
14
- .sc(ListClusters$)
15
- .build() {
3
+ export class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCompatibleImages$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCompatibleImagesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListCompatibleImages", {})
13
- .n("SnowballClient", "ListCompatibleImagesCommand")
14
- .sc(ListCompatibleImages$)
15
- .build() {
3
+ export class ListCompatibleImagesCommand extends command(_ep0, _mw0, "ListCompatibleImages", ListCompatibleImages$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListJobs", {})
13
- .n("SnowballClient", "ListJobsCommand")
14
- .sc(ListJobs$)
15
- .build() {
3
+ export class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListLongTermPricing$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLongTermPricingCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListLongTermPricing", {})
13
- .n("SnowballClient", "ListLongTermPricingCommand")
14
- .sc(ListLongTermPricing$)
15
- .build() {
3
+ export class ListLongTermPricingCommand extends command(_ep0, _mw0, "ListLongTermPricing", ListLongTermPricing$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPickupLocations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPickupLocationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListPickupLocations", {})
13
- .n("SnowballClient", "ListPickupLocationsCommand")
14
- .sc(ListPickupLocations$)
15
- .build() {
3
+ export class ListPickupLocationsCommand extends command(_ep0, _mw0, "ListPickupLocations", ListPickupLocations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListServiceVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "ListServiceVersions", {})
13
- .n("SnowballClient", "ListServiceVersionsCommand")
14
- .sc(ListServiceVersions$)
15
- .build() {
3
+ export class ListServiceVersionsCommand extends command(_ep0, _mw0, "ListServiceVersions", ListServiceVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "UpdateCluster", {})
13
- .n("SnowballClient", "UpdateClusterCommand")
14
- .sc(UpdateCluster$)
15
- .build() {
3
+ export class UpdateClusterCommand extends command(_ep0, _mw0, "UpdateCluster", UpdateCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "UpdateJob", {})
13
- .n("SnowballClient", "UpdateJobCommand")
14
- .sc(UpdateJob$)
15
- .build() {
3
+ export class UpdateJobCommand extends command(_ep0, _mw0, "UpdateJob", UpdateJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateJobShipmentState$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateJobShipmentStateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "UpdateJobShipmentState", {})
13
- .n("SnowballClient", "UpdateJobShipmentStateCommand")
14
- .sc(UpdateJobShipmentState$)
15
- .build() {
3
+ export class UpdateJobShipmentStateCommand extends command(_ep0, _mw0, "UpdateJobShipmentState", UpdateJobShipmentState$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateLongTermPricing$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateLongTermPricingCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIESnowballJobManagementService", "UpdateLongTermPricing", {})
13
- .n("SnowballClient", "UpdateLongTermPricingCommand")
14
- .sc(UpdateLongTermPricing$)
15
- .build() {
3
+ export class UpdateLongTermPricingCommand extends command(_ep0, _mw0, "UpdateLongTermPricing", UpdateLongTermPricing$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SnowballClient";
2
2
  export * from "./Snowball";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "./SnowballClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { CancelClusterRequest, CancelClusterResult } 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 CancelClusterCommandInput extends CancelClusterRequest {
22
19
  export interface CancelClusterCommandOutput extends CancelClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const CancelClusterCommand_base: {
25
- new (input: CancelClusterCommandInput): import("@smithy/core/client").CommandImpl<CancelClusterCommandInput, CancelClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelClusterCommandInput): import("@smithy/core/client").CommandImpl<CancelClusterCommandInput, CancelClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelClusterCommandInput): import("@smithy/core/client").CommandImpl<CancelClusterCommandInput, CancelClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelClusterCommandInput): import("@smithy/core/client").CommandImpl<CancelClusterCommandInput, CancelClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels a cluster job. You can only cancel a cluster job while it's in 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 { CancelJobRequest, CancelJobResult } 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 CancelJobCommandInput extends CancelJobRequest {
22
19
  export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBearer {
23
20
  }
24
21
  declare const CancelJobCommand_base: {
25
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels the specified job. You can only cancel a job before its <code>JobState</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 { CreateAddressRequest, CreateAddressResult } 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 CreateAddressCommandInput extends CreateAddressRequest {
22
19
  export interface CreateAddressCommandOutput extends CreateAddressResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAddressCommand_base: {
25
- new (input: CreateAddressCommandInput): import("@smithy/core/client").CommandImpl<CreateAddressCommandInput, CreateAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAddressCommandInput): import("@smithy/core/client").CommandImpl<CreateAddressCommandInput, CreateAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAddressCommandInput): import("@smithy/core/client").CommandImpl<CreateAddressCommandInput, CreateAddressCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAddressCommandInput): import("@smithy/core/client").CommandImpl<CreateAddressCommandInput, CreateAddressCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an address for a Snow device to be shipped to. In most regions,
@@ -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 { CreateClusterRequest, CreateClusterResult } 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 CreateClusterCommandInput extends CreateClusterRequest {
22
19
  export interface CreateClusterCommandOutput extends CreateClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateClusterCommand_base: {
25
- new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an empty cluster. Each cluster supports five nodes. You use the <a>CreateJob</a> action separately to create the jobs for each of these nodes. 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 { CreateJobRequest, CreateJobResult } 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 CreateJobCommandInput extends CreateJobRequest {
22
19
  export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateJobCommand_base: {
25
- new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateJobCommandInput]): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [CreateJobCommandInput]): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a job to import or export data between Amazon S3 and your on-premises data
@@ -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 { CreateLongTermPricingRequest, CreateLongTermPricingResult } 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 CreateLongTermPricingCommandInput extends CreateLongTermPricing
22
19
  export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricingResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLongTermPricingCommand_base: {
25
- new (input: CreateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a job with the long-term usage option for a device. The long-term usage is a
@@ -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 { CreateReturnShippingLabelRequest, CreateReturnShippingLabelResult } 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 CreateReturnShippingLabelCommandInput extends CreateReturnShipp
22
19
  export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShippingLabelResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateReturnShippingLabelCommand_base: {
25
- new (input: CreateReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a shipping label that will be used to return the Snow device 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 { DescribeAddressRequest, DescribeAddressResult } 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 DescribeAddressCommandInput extends DescribeAddressRequest {
22
19
  export interface DescribeAddressCommandOutput extends DescribeAddressResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAddressCommand_base: {
25
- new (input: DescribeAddressCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAddressCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAddressCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAddressCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Takes an <code>AddressId</code> and returns specific details about that address in 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 { DescribeAddressesRequest, DescribeAddressesResult } 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 DescribeAddressesCommandInput extends DescribeAddressesRequest
22
19
  export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAddressesCommand_base: {
25
- new (input: DescribeAddressesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAddressesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAddressesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeAddressesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a specified number of <code>ADDRESS</code> objects. Calling this API in one 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 { DescribeClusterRequest, DescribeClusterResult } 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 DescribeClusterCommandInput extends DescribeClusterRequest {
22
19
  export interface DescribeClusterCommandOutput extends DescribeClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeClusterCommand_base: {
25
- new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific cluster including shipping information, cluster