@aws-sdk/client-snowball 3.1045.0 → 3.1047.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 (116) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +70 -71
  5. package/dist-cjs/models/SnowballServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Snowball.js +1 -1
  10. package/dist-es/SnowballClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelClusterCommand.js +2 -2
  13. package/dist-es/commands/CancelJobCommand.js +2 -2
  14. package/dist-es/commands/CreateAddressCommand.js +2 -2
  15. package/dist-es/commands/CreateClusterCommand.js +2 -2
  16. package/dist-es/commands/CreateJobCommand.js +2 -2
  17. package/dist-es/commands/CreateLongTermPricingCommand.js +2 -2
  18. package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -2
  19. package/dist-es/commands/DescribeAddressCommand.js +2 -2
  20. package/dist-es/commands/DescribeAddressesCommand.js +2 -2
  21. package/dist-es/commands/DescribeClusterCommand.js +2 -2
  22. package/dist-es/commands/DescribeJobCommand.js +2 -2
  23. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -2
  24. package/dist-es/commands/GetJobManifestCommand.js +2 -2
  25. package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -2
  26. package/dist-es/commands/GetSnowballUsageCommand.js +2 -2
  27. package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -2
  28. package/dist-es/commands/ListClusterJobsCommand.js +2 -2
  29. package/dist-es/commands/ListClustersCommand.js +2 -2
  30. package/dist-es/commands/ListCompatibleImagesCommand.js +2 -2
  31. package/dist-es/commands/ListJobsCommand.js +2 -2
  32. package/dist-es/commands/ListLongTermPricingCommand.js +2 -2
  33. package/dist-es/commands/ListPickupLocationsCommand.js +2 -2
  34. package/dist-es/commands/ListServiceVersionsCommand.js +2 -2
  35. package/dist-es/commands/UpdateClusterCommand.js +2 -2
  36. package/dist-es/commands/UpdateJobCommand.js +2 -2
  37. package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -2
  38. package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -2
  39. package/dist-es/endpoint/bdd.js +1 -1
  40. package/dist-es/endpoint/endpointResolver.js +1 -1
  41. package/dist-es/models/SnowballServiceException.js +1 -1
  42. package/dist-es/runtimeConfig.browser.js +4 -6
  43. package/dist-es/runtimeConfig.js +4 -8
  44. package/dist-es/runtimeConfig.shared.js +3 -4
  45. package/dist-es/runtimeExtensions.js +2 -2
  46. package/dist-types/SnowballClient.d.ts +5 -5
  47. package/dist-types/commands/CancelClusterCommand.d.ts +6 -4
  48. package/dist-types/commands/CancelJobCommand.d.ts +6 -4
  49. package/dist-types/commands/CreateAddressCommand.d.ts +6 -4
  50. package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
  51. package/dist-types/commands/CreateJobCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +6 -4
  53. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +6 -4
  54. package/dist-types/commands/DescribeAddressCommand.d.ts +6 -4
  55. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -4
  56. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -4
  57. package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
  58. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +6 -4
  59. package/dist-types/commands/GetJobManifestCommand.d.ts +6 -4
  60. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +6 -4
  61. package/dist-types/commands/GetSnowballUsageCommand.d.ts +6 -4
  62. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +6 -4
  63. package/dist-types/commands/ListClusterJobsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListClustersCommand.d.ts +6 -4
  65. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +6 -4
  66. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListLongTermPricingCommand.d.ts +6 -4
  68. package/dist-types/commands/ListPickupLocationsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListServiceVersionsCommand.d.ts +6 -4
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +6 -4
  71. package/dist-types/commands/UpdateJobCommand.d.ts +6 -4
  72. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +6 -4
  73. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +6 -4
  74. package/dist-types/endpoint/bdd.d.ts +1 -1
  75. package/dist-types/extensionConfiguration.d.ts +1 -1
  76. package/dist-types/models/SnowballServiceException.d.ts +1 -1
  77. package/dist-types/models/errors.d.ts +1 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  79. package/dist-types/runtimeConfig.d.ts +2 -2
  80. package/dist-types/runtimeConfig.native.d.ts +2 -2
  81. package/dist-types/ts3.4/SnowballClient.d.ts +8 -14
  82. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
  84. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -6
  87. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
  102. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +6 -8
  107. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  110. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  111. package/dist-types/ts3.4/models/SnowballServiceException.d.ts +1 -1
  112. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  116. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateReturnShippingLabelRequest, CreateReturnShippingLabelResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface CreateReturnShippingLabelCommandInput extends CreateReturnShipp
22
22
  export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShippingLabelResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateReturnShippingLabelCommand_base: {
25
- new (input: CreateReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a shipping label that will be used to return the Snow device to Amazon Web Services.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeAddressRequest, DescribeAddressResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface DescribeAddressCommandInput extends DescribeAddressRequest {
22
22
  export interface DescribeAddressCommandOutput extends DescribeAddressResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAddressCommand_base: {
25
- new (input: DescribeAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Takes an <code>AddressId</code> and returns specific details about that address in the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface DescribeAddressesCommandInput extends DescribeAddressesRequest
22
22
  export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAddressesCommand_base: {
25
- new (input: DescribeAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAddressesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a specified number of <code>ADDRESS</code> objects. Calling this API in one of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeClusterRequest, DescribeClusterResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {
22
22
  export interface DescribeClusterCommandOutput extends DescribeClusterResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeClusterCommand_base: {
25
- new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a specific cluster including shipping information, cluster
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {
22
22
  export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeJobCommand_base: {
25
- new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a specific job including shipping information, job status,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface DescribeReturnShippingLabelCommandInput extends DescribeReturnS
22
22
  export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturnShippingLabelResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReturnShippingLabelCommand_base: {
25
- new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Information on the shipping label of a Snow device that is being returned to Amazon Web Services.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {
22
22
  export interface GetJobManifestCommandOutput extends GetJobManifestResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetJobManifestCommand_base: {
25
- new (input: GetJobManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a link to an Amazon S3 presigned URL for the manifest file associated with the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {
22
22
  export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetJobUnlockCodeCommand_base: {
25
- new (input: GetJobUnlockCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobUnlockCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the <code>UnlockCode</code> code value for the specified job. A particular
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {
22
22
  export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetSnowballUsageCommand_base: {
25
- new (input: GetSnowballUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSnowballUsageCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the Snow Family service limit for your account, and also the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface GetSoftwareUpdatesCommandInput extends GetSoftwareUpdatesReques
22
22
  export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetSoftwareUpdatesCommand_base: {
25
- new (input: GetSoftwareUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSoftwareUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an Amazon S3 presigned URL for an update file associated with a specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {
22
22
  export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListClusterJobsCommand_base: {
25
- new (input: ListClusterJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListClusterJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListClustersRequest, ListClustersResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListClustersCommandInput extends ListClustersRequest {
22
22
  export interface ListClustersCommandOutput extends ListClustersResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListClustersCommand_base: {
25
- new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>ClusterListEntry</code> objects of the specified length. Each
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListCompatibleImagesCommandInput extends ListCompatibleImagesRe
22
22
  export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListCompatibleImagesCommand_base: {
25
- new (input: ListCompatibleImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCompatibleImagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs)
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListJobsRequest, ListJobsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsRequest {
22
22
  export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequ
22
22
  export interface ListLongTermPricingCommandOutput extends ListLongTermPricingResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListLongTermPricingCommand_base: {
25
- new (input: ListLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLongTermPricingCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all long-term pricing types.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPickupLocationsRequest, ListPickupLocationsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListPickupLocationsCommandInput extends ListPickupLocationsRequ
22
22
  export interface ListPickupLocationsCommandOutput extends ListPickupLocationsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListPickupLocationsCommand_base: {
25
- new (input: ListPickupLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPickupLocationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A list of locations from which the customer can choose to pickup a device.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequ
22
22
  export interface ListServiceVersionsCommandOutput extends ListServiceVersionsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceVersionsCommand_base: {
25
- new (input: ListServiceVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListServiceVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all supported versions for Snow on-device services. Returns an
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
22
22
  export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateClusterCommand_base: {
25
- new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface UpdateJobCommandInput extends UpdateJobRequest {
22
22
  export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateJobCommand_base: {
25
- new (input: UpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentSta
22
22
  export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentStateResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateJobShipmentStateCommand_base: {
25
- new (input: UpdateJobShipmentStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateJobShipmentStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the state when a shipment state changes to a different state.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
@@ -22,9 +22,11 @@ export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricing
22
22
  export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricingResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateLongTermPricingCommand_base: {
25
- new (input: UpdateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the long-term pricing type.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { SnowballServiceException as __BaseException } from "./SnowballServiceException";
3
3
  /**
4
4
  * <p>The action can't be performed because the job's current state doesn't allow that action
@@ -5,13 +5,13 @@ import type { SnowballClientConfig } from "./SnowballClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { SnowballClientConfig } from "./SnowballClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { SnowballClientConfig } from "./SnowballClient";
5
5
  export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,