@aws-sdk/client-snowball 3.296.0 → 3.298.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 (93) hide show
  1. package/dist-cjs/commands/CancelClusterCommand.js +2 -3
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAddressCommand.js +2 -3
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -3
  5. package/dist-cjs/commands/CreateJobCommand.js +2 -3
  6. package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -3
  7. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeAddressCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeAddressesCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeJobCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -3
  13. package/dist-cjs/commands/GetJobManifestCommand.js +2 -3
  14. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -3
  15. package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -3
  16. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -3
  17. package/dist-cjs/commands/ListClusterJobsCommand.js +2 -3
  18. package/dist-cjs/commands/ListClustersCommand.js +2 -3
  19. package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -3
  20. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  21. package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -3
  22. package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateJobCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -331
  28. package/dist-es/commands/CancelClusterCommand.js +2 -3
  29. package/dist-es/commands/CancelJobCommand.js +2 -3
  30. package/dist-es/commands/CreateAddressCommand.js +2 -3
  31. package/dist-es/commands/CreateClusterCommand.js +2 -3
  32. package/dist-es/commands/CreateJobCommand.js +2 -3
  33. package/dist-es/commands/CreateLongTermPricingCommand.js +2 -3
  34. package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -3
  35. package/dist-es/commands/DescribeAddressCommand.js +2 -3
  36. package/dist-es/commands/DescribeAddressesCommand.js +2 -3
  37. package/dist-es/commands/DescribeClusterCommand.js +2 -3
  38. package/dist-es/commands/DescribeJobCommand.js +2 -3
  39. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -3
  40. package/dist-es/commands/GetJobManifestCommand.js +2 -3
  41. package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -3
  42. package/dist-es/commands/GetSnowballUsageCommand.js +2 -3
  43. package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -3
  44. package/dist-es/commands/ListClusterJobsCommand.js +2 -3
  45. package/dist-es/commands/ListClustersCommand.js +2 -3
  46. package/dist-es/commands/ListCompatibleImagesCommand.js +2 -3
  47. package/dist-es/commands/ListJobsCommand.js +2 -3
  48. package/dist-es/commands/ListLongTermPricingCommand.js +2 -3
  49. package/dist-es/commands/ListServiceVersionsCommand.js +2 -3
  50. package/dist-es/commands/UpdateClusterCommand.js +2 -3
  51. package/dist-es/commands/UpdateJobCommand.js +2 -3
  52. package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -3
  53. package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -246
  55. package/dist-types/Snowball.d.ts +27 -0
  56. package/dist-types/SnowballClient.d.ts +24 -4
  57. package/dist-types/commands/CancelClusterCommand.d.ts +16 -0
  58. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateAddressCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
  61. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  62. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeAddressCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJobManifestCommand.d.ts +16 -0
  70. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +16 -0
  71. package/dist-types/commands/GetSnowballUsageCommand.d.ts +16 -0
  72. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListClusterJobsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListClustersCommand.d.ts +16 -0
  75. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +16 -0
  76. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListLongTermPricingCommand.d.ts +16 -0
  78. package/dist-types/commands/ListServiceVersionsCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateClusterCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +16 -0
  83. package/dist-types/models/SnowballServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +239 -328
  85. package/dist-types/pagination/DescribeAddressesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/Interfaces.d.ts +3 -0
  87. package/dist-types/pagination/ListClusterJobsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListCompatibleImagesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListLongTermPricingPaginator.d.ts +3 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -224
  93. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLongTermPricingCommand}.
8
10
  */
9
11
  export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLongTermPricingCommand}.
13
17
  */
14
18
  export interface ListLongTermPricingCommandOutput extends ListLongTermPricingResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all long-term pricing types.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLongTermPricingCommandInput - {@link ListLongTermPricingCommandInput}
34
+ * @returns {@link ListLongTermPricingCommandOutput}
28
35
  * @see {@link ListLongTermPricingCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLongTermPricingCommandOutput} for command's `response` shape.
30
37
  * @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
43
50
  export declare class ListLongTermPricingCommand extends $Command<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
44
51
  readonly input: ListLongTermPricingCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListLongTermPricingCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListServiceVersionsCommand}.
8
10
  */
9
11
  export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListServiceVersionsCommand}.
13
17
  */
14
18
  export interface ListServiceVersionsCommandOutput extends ListServiceVersionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all supported versions for Snow on-device services. Returns an
18
23
  * array of <code>ServiceVersion</code> object containing the supported versions for a particular service.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListServiceVersionsCommandInput - {@link ListServiceVersionsCommandInput}
35
+ * @returns {@link ListServiceVersionsCommandOutput}
29
36
  * @see {@link ListServiceVersionsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListServiceVersionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
44
51
  export declare class ListServiceVersionsCommand extends $Command<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig> {
45
52
  readonly input: ListServiceVersionsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListServiceVersionsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateClusterCommand}.
8
10
  */
9
11
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateClusterCommand}.
13
17
  */
14
18
  export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
18
23
  * state, you can update some of the information associated with a cluster. Once the cluster
19
24
  * changes to a different job state, usually 60 minutes after the cluster being created, this
@@ -28,6 +33,8 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateClusterCommandInput - {@link UpdateClusterCommandInput}
37
+ * @returns {@link UpdateClusterCommandOutput}
31
38
  * @see {@link UpdateClusterCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateClusterCommandOutput} for command's `response` shape.
33
40
  * @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
@@ -69,11 +76,20 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
69
76
  export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig> {
70
77
  readonly input: UpdateClusterCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: UpdateClusterCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateJobCommand}.
8
10
  */
9
11
  export interface UpdateJobCommandInput extends UpdateJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateJobCommand}.
13
17
  */
14
18
  export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
18
23
  * the information associated with a job. Once the job changes to a different job state, usually
19
24
  * within 60 minutes of the job being created, this action is no longer available.</p>
@@ -27,6 +32,8 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateJobCommandInput - {@link UpdateJobCommandInput}
36
+ * @returns {@link UpdateJobCommandOutput}
30
37
  * @see {@link UpdateJobCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateJobCommandOutput} for command's `response` shape.
32
39
  * @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
@@ -75,11 +82,20 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
75
82
  export declare class UpdateJobCommand extends $Command<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig> {
76
83
  readonly input: UpdateJobCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: UpdateJobCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobCommandInput, UpdateJobCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateJobShipmentStateCommand}.
8
10
  */
9
11
  export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentStateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateJobShipmentStateCommand}.
13
17
  */
14
18
  export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentStateResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the state when a shipment state changes to a different state.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateJobShipmentStateCommandInput - {@link UpdateJobShipmentStateCommandInput}
34
+ * @returns {@link UpdateJobShipmentStateCommandOutput}
28
35
  * @see {@link UpdateJobShipmentStateCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateJobShipmentStateCommandOutput} for command's `response` shape.
30
37
  * @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
@@ -42,11 +49,20 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
42
49
  export declare class UpdateJobShipmentStateCommand extends $Command<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig> {
43
50
  readonly input: UpdateJobShipmentStateCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: UpdateJobShipmentStateCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateLongTermPricingCommand}.
8
10
  */
9
11
  export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateLongTermPricingCommand}.
13
17
  */
14
18
  export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricingResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the long-term pricing type.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateLongTermPricingCommandInput - {@link UpdateLongTermPricingCommandInput}
34
+ * @returns {@link UpdateLongTermPricingCommandOutput}
28
35
  * @see {@link UpdateLongTermPricingCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateLongTermPricingCommandOutput} for command's `response` shape.
30
37
  * @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
@@ -38,11 +45,20 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
38
45
  export declare class UpdateLongTermPricingCommand extends $Command<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
39
46
  readonly input: UpdateLongTermPricingCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: UpdateLongTermPricingCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Snowball service.
4
6
  */
5
7
  export declare class SnowballServiceException extends __ServiceException {