@aws-sdk/client-snowball 3.651.1 → 3.658.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 (55) hide show
  1. package/dist-types/commands/CancelClusterCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelJobCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAddressCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateJobCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeAddressCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeAddressesCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeJobCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +11 -0
  13. package/dist-types/commands/GetJobManifestCommand.d.ts +11 -0
  14. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +11 -0
  15. package/dist-types/commands/GetSnowballUsageCommand.d.ts +11 -0
  16. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +11 -0
  17. package/dist-types/commands/ListClusterJobsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  19. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +11 -0
  20. package/dist-types/commands/ListJobsCommand.d.ts +11 -0
  21. package/dist-types/commands/ListLongTermPricingCommand.d.ts +11 -0
  22. package/dist-types/commands/ListPickupLocationsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListServiceVersionsCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateClusterCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateJobCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +11 -0
  27. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +11 -0
  28. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +12 -1
  55. package/package.json +35 -35
@@ -80,4 +80,15 @@ declare const CancelClusterCommand_base: {
80
80
  *
81
81
  */
82
82
  export declare class CancelClusterCommand extends CancelClusterCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CancelClusterRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: CancelClusterCommandInput;
91
+ output: CancelClusterCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -81,4 +81,15 @@ declare const CancelJobCommand_base: {
81
81
  *
82
82
  */
83
83
  export declare class CancelJobCommand extends CancelJobCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: CancelJobRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: CancelJobCommandInput;
92
+ output: CancelJobCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -110,4 +110,15 @@ declare const CreateAddressCommand_base: {
110
110
  *
111
111
  */
112
112
  export declare class CreateAddressCommand extends CreateAddressCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: CreateAddressRequest;
117
+ output: CreateAddressResult;
118
+ };
119
+ sdk: {
120
+ input: CreateAddressCommandInput;
121
+ output: CreateAddressCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -198,4 +198,15 @@ declare const CreateClusterCommand_base: {
198
198
  *
199
199
  */
200
200
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
201
+ /** @internal type navigation helper, not in runtime. */
202
+ protected static __types: {
203
+ api: {
204
+ input: CreateClusterRequest;
205
+ output: CreateClusterResult;
206
+ };
207
+ sdk: {
208
+ input: CreateClusterCommandInput;
209
+ output: CreateClusterCommandOutput;
210
+ };
211
+ };
201
212
  }
@@ -360,4 +360,15 @@ declare const CreateJobCommand_base: {
360
360
  *
361
361
  */
362
362
  export declare class CreateJobCommand extends CreateJobCommand_base {
363
+ /** @internal type navigation helper, not in runtime. */
364
+ protected static __types: {
365
+ api: {
366
+ input: CreateJobRequest;
367
+ output: CreateJobResult;
368
+ };
369
+ sdk: {
370
+ input: CreateJobCommandInput;
371
+ output: CreateJobCommandOutput;
372
+ };
373
+ };
363
374
  }
@@ -65,4 +65,15 @@ declare const CreateLongTermPricingCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: CreateLongTermPricingRequest;
72
+ output: CreateLongTermPricingResult;
73
+ };
74
+ sdk: {
75
+ input: CreateLongTermPricingCommandInput;
76
+ output: CreateLongTermPricingCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -78,4 +78,15 @@ declare const CreateReturnShippingLabelCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateReturnShippingLabelRequest;
85
+ output: CreateReturnShippingLabelResult;
86
+ };
87
+ sdk: {
88
+ input: CreateReturnShippingLabelCommandInput;
89
+ output: CreateReturnShippingLabelCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -104,4 +104,15 @@ declare const DescribeAddressCommand_base: {
104
104
  *
105
105
  */
106
106
  export declare class DescribeAddressCommand extends DescribeAddressCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeAddressRequest;
111
+ output: DescribeAddressResult;
112
+ };
113
+ sdk: {
114
+ input: DescribeAddressCommandInput;
115
+ output: DescribeAddressCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -114,4 +114,15 @@ declare const DescribeAddressesCommand_base: {
114
114
  *
115
115
  */
116
116
  export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: DescribeAddressesRequest;
121
+ output: DescribeAddressesResult;
122
+ };
123
+ sdk: {
124
+ input: DescribeAddressesCommandInput;
125
+ output: DescribeAddressesCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -178,4 +178,15 @@ declare const DescribeClusterCommand_base: {
178
178
  *
179
179
  */
180
180
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: DescribeClusterRequest;
185
+ output: DescribeClusterResult;
186
+ };
187
+ sdk: {
188
+ input: DescribeClusterCommandInput;
189
+ output: DescribeClusterCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -349,4 +349,15 @@ declare const DescribeJobCommand_base: {
349
349
  *
350
350
  */
351
351
  export declare class DescribeJobCommand extends DescribeJobCommand_base {
352
+ /** @internal type navigation helper, not in runtime. */
353
+ protected static __types: {
354
+ api: {
355
+ input: DescribeJobRequest;
356
+ output: DescribeJobResult;
357
+ };
358
+ sdk: {
359
+ input: DescribeJobCommandInput;
360
+ output: DescribeJobCommandOutput;
361
+ };
362
+ };
352
363
  }
@@ -71,4 +71,15 @@ declare const DescribeReturnShippingLabelCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DescribeReturnShippingLabelRequest;
78
+ output: DescribeReturnShippingLabelResult;
79
+ };
80
+ sdk: {
81
+ input: DescribeReturnShippingLabelCommandInput;
82
+ output: DescribeReturnShippingLabelCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -102,4 +102,15 @@ declare const GetJobManifestCommand_base: {
102
102
  *
103
103
  */
104
104
  export declare class GetJobManifestCommand extends GetJobManifestCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetJobManifestRequest;
109
+ output: GetJobManifestResult;
110
+ };
111
+ sdk: {
112
+ input: GetJobManifestCommandInput;
113
+ output: GetJobManifestCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -97,4 +97,15 @@ declare const GetJobUnlockCodeCommand_base: {
97
97
  *
98
98
  */
99
99
  export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetJobUnlockCodeRequest;
104
+ output: GetJobUnlockCodeResult;
105
+ };
106
+ sdk: {
107
+ input: GetJobUnlockCodeCommandInput;
108
+ output: GetJobUnlockCodeCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -76,4 +76,15 @@ declare const GetSnowballUsageCommand_base: {
76
76
  *
77
77
  */
78
78
  export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: {};
83
+ output: GetSnowballUsageResult;
84
+ };
85
+ sdk: {
86
+ input: GetSnowballUsageCommandInput;
87
+ output: GetSnowballUsageCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -66,4 +66,15 @@ declare const GetSoftwareUpdatesCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: GetSoftwareUpdatesRequest;
73
+ output: GetSoftwareUpdatesResult;
74
+ };
75
+ sdk: {
76
+ input: GetSoftwareUpdatesCommandInput;
77
+ output: GetSoftwareUpdatesCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -143,4 +143,15 @@ declare const ListClusterJobsCommand_base: {
143
143
  *
144
144
  */
145
145
  export declare class ListClusterJobsCommand extends ListClusterJobsCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: ListClusterJobsRequest;
150
+ output: ListClusterJobsResult;
151
+ };
152
+ sdk: {
153
+ input: ListClusterJobsCommandInput;
154
+ output: ListClusterJobsCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -94,4 +94,15 @@ declare const ListClustersCommand_base: {
94
94
  *
95
95
  */
96
96
  export declare class ListClustersCommand extends ListClustersCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListClustersRequest;
101
+ output: ListClustersResult;
102
+ };
103
+ sdk: {
104
+ input: ListClustersCommandInput;
105
+ output: ListClustersCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -76,4 +76,15 @@ declare const ListCompatibleImagesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListCompatibleImagesCommand extends ListCompatibleImagesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListCompatibleImagesRequest;
83
+ output: ListCompatibleImagesResult;
84
+ };
85
+ sdk: {
86
+ input: ListCompatibleImagesCommandInput;
87
+ output: ListCompatibleImagesCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -102,4 +102,15 @@ declare const ListJobsCommand_base: {
102
102
  *
103
103
  */
104
104
  export declare class ListJobsCommand extends ListJobsCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListJobsRequest;
109
+ output: ListJobsResult;
110
+ };
111
+ sdk: {
112
+ input: ListJobsCommandInput;
113
+ output: ListJobsCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -83,4 +83,15 @@ declare const ListLongTermPricingCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListLongTermPricingCommand extends ListLongTermPricingCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListLongTermPricingRequest;
90
+ output: ListLongTermPricingResult;
91
+ };
92
+ sdk: {
93
+ input: ListLongTermPricingCommandInput;
94
+ output: ListLongTermPricingCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -107,4 +107,15 @@ declare const ListPickupLocationsCommand_base: {
107
107
  *
108
108
  */
109
109
  export declare class ListPickupLocationsCommand extends ListPickupLocationsCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: ListPickupLocationsRequest;
114
+ output: ListPickupLocationsResult;
115
+ };
116
+ sdk: {
117
+ input: ListPickupLocationsCommandInput;
118
+ output: ListPickupLocationsCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -91,4 +91,15 @@ declare const ListServiceVersionsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListServiceVersionsCommand extends ListServiceVersionsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListServiceVersionsRequest;
98
+ output: ListServiceVersionsResult;
99
+ };
100
+ sdk: {
101
+ input: ListServiceVersionsCommandInput;
102
+ output: ListServiceVersionsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -156,4 +156,15 @@ declare const UpdateClusterCommand_base: {
156
156
  *
157
157
  */
158
158
  export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
159
+ /** @internal type navigation helper, not in runtime. */
160
+ protected static __types: {
161
+ api: {
162
+ input: UpdateClusterRequest;
163
+ output: {};
164
+ };
165
+ sdk: {
166
+ input: UpdateClusterCommandInput;
167
+ output: UpdateClusterCommandOutput;
168
+ };
169
+ };
159
170
  }
@@ -172,4 +172,15 @@ declare const UpdateJobCommand_base: {
172
172
  *
173
173
  */
174
174
  export declare class UpdateJobCommand extends UpdateJobCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: UpdateJobRequest;
179
+ output: {};
180
+ };
181
+ sdk: {
182
+ input: UpdateJobCommandInput;
183
+ output: UpdateJobCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -64,4 +64,15 @@ declare const UpdateJobShipmentStateCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class UpdateJobShipmentStateCommand extends UpdateJobShipmentStateCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: UpdateJobShipmentStateRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: UpdateJobShipmentStateCommandInput;
75
+ output: UpdateJobShipmentStateCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -61,4 +61,15 @@ declare const UpdateLongTermPricingCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class UpdateLongTermPricingCommand extends UpdateLongTermPricingCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: UpdateLongTermPricingRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: UpdateLongTermPricingCommandInput;
72
+ output: UpdateLongTermPricingCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -33,4 +33,15 @@ declare const CancelClusterCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CancelClusterCommand extends CancelClusterCommand_base {}
36
+ export declare class CancelClusterCommand extends CancelClusterCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CancelClusterRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CancelClusterCommandInput;
44
+ output: CancelClusterCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CancelJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CancelJobCommand extends CancelJobCommand_base {}
36
+ export declare class CancelJobCommand extends CancelJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CancelJobRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CancelJobCommandInput;
44
+ output: CancelJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateAddressCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAddressCommand extends CreateAddressCommand_base {}
36
+ export declare class CreateAddressCommand extends CreateAddressCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAddressRequest;
40
+ output: CreateAddressResult;
41
+ };
42
+ sdk: {
43
+ input: CreateAddressCommandInput;
44
+ output: CreateAddressCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateClusterCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
36
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateClusterRequest;
40
+ output: CreateClusterResult;
41
+ };
42
+ sdk: {
43
+ input: CreateClusterCommandInput;
44
+ output: CreateClusterCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateJobCommand extends CreateJobCommand_base {}
36
+ export declare class CreateJobCommand extends CreateJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateJobRequest;
40
+ output: CreateJobResult;
41
+ };
42
+ sdk: {
43
+ input: CreateJobCommandInput;
44
+ output: CreateJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateLongTermPricingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {}
40
+ export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLongTermPricingRequest;
44
+ output: CreateLongTermPricingResult;
45
+ };
46
+ sdk: {
47
+ input: CreateLongTermPricingCommandInput;
48
+ output: CreateLongTermPricingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateReturnShippingLabelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {}
40
+ export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateReturnShippingLabelRequest;
44
+ output: CreateReturnShippingLabelResult;
45
+ };
46
+ sdk: {
47
+ input: CreateReturnShippingLabelCommandInput;
48
+ output: CreateReturnShippingLabelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeAddressCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeAddressCommand extends DescribeAddressCommand_base {}
39
+ export declare class DescribeAddressCommand extends DescribeAddressCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeAddressRequest;
43
+ output: DescribeAddressResult;
44
+ };
45
+ sdk: {
46
+ input: DescribeAddressCommandInput;
47
+ output: DescribeAddressCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeAddressesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {}
40
+ export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAddressesRequest;
44
+ output: DescribeAddressesResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeAddressesCommandInput;
48
+ output: DescribeAddressesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
39
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClusterRequest;
43
+ output: DescribeClusterResult;
44
+ };
45
+ sdk: {
46
+ input: DescribeClusterCommandInput;
47
+ output: DescribeClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DescribeJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeJobCommand extends DescribeJobCommand_base {}
36
+ export declare class DescribeJobCommand extends DescribeJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeJobRequest;
40
+ output: DescribeJobResult;
41
+ };
42
+ sdk: {
43
+ input: DescribeJobCommandInput;
44
+ output: DescribeJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeReturnShippingLabelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {}
40
+ export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeReturnShippingLabelRequest;
44
+ output: DescribeReturnShippingLabelResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeReturnShippingLabelCommandInput;
48
+ output: DescribeReturnShippingLabelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetJobManifestCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetJobManifestCommand extends GetJobManifestCommand_base {}
39
+ export declare class GetJobManifestCommand extends GetJobManifestCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetJobManifestRequest;
43
+ output: GetJobManifestResult;
44
+ };
45
+ sdk: {
46
+ input: GetJobManifestCommandInput;
47
+ output: GetJobManifestCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetJobUnlockCodeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {}
39
+ export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetJobUnlockCodeRequest;
43
+ output: GetJobUnlockCodeResult;
44
+ };
45
+ sdk: {
46
+ input: GetJobUnlockCodeCommandInput;
47
+ output: GetJobUnlockCodeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetSnowballUsageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {}
39
+ export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: {};
43
+ output: GetSnowballUsageResult;
44
+ };
45
+ sdk: {
46
+ input: GetSnowballUsageCommandInput;
47
+ output: GetSnowballUsageCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetSoftwareUpdatesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_base {}
40
+ export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSoftwareUpdatesRequest;
44
+ output: GetSoftwareUpdatesResult;
45
+ };
46
+ sdk: {
47
+ input: GetSoftwareUpdatesCommandInput;
48
+ output: GetSoftwareUpdatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListClusterJobsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListClusterJobsCommand extends ListClusterJobsCommand_base {}
39
+ export declare class ListClusterJobsCommand extends ListClusterJobsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListClusterJobsRequest;
43
+ output: ListClusterJobsResult;
44
+ };
45
+ sdk: {
46
+ input: ListClusterJobsCommandInput;
47
+ output: ListClusterJobsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListClustersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListClustersCommand extends ListClustersCommand_base {}
36
+ export declare class ListClustersCommand extends ListClustersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListClustersRequest;
40
+ output: ListClustersResult;
41
+ };
42
+ sdk: {
43
+ input: ListClustersCommandInput;
44
+ output: ListClustersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListCompatibleImagesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCompatibleImagesCommand extends ListCompatibleImagesCommand_base {}
40
+ export declare class ListCompatibleImagesCommand extends ListCompatibleImagesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCompatibleImagesRequest;
44
+ output: ListCompatibleImagesResult;
45
+ };
46
+ sdk: {
47
+ input: ListCompatibleImagesCommandInput;
48
+ output: ListCompatibleImagesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListJobsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListJobsCommand extends ListJobsCommand_base {}
36
+ export declare class ListJobsCommand extends ListJobsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListJobsRequest;
40
+ output: ListJobsResult;
41
+ };
42
+ sdk: {
43
+ input: ListJobsCommandInput;
44
+ output: ListJobsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListLongTermPricingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListLongTermPricingCommand extends ListLongTermPricingCommand_base {}
40
+ export declare class ListLongTermPricingCommand extends ListLongTermPricingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListLongTermPricingRequest;
44
+ output: ListLongTermPricingResult;
45
+ };
46
+ sdk: {
47
+ input: ListLongTermPricingCommandInput;
48
+ output: ListLongTermPricingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListPickupLocationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPickupLocationsCommand extends ListPickupLocationsCommand_base {}
40
+ export declare class ListPickupLocationsCommand extends ListPickupLocationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPickupLocationsRequest;
44
+ output: ListPickupLocationsResult;
45
+ };
46
+ sdk: {
47
+ input: ListPickupLocationsCommandInput;
48
+ output: ListPickupLocationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceVersionsCommand extends ListServiceVersionsCommand_base {}
40
+ export declare class ListServiceVersionsCommand extends ListServiceVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceVersionsRequest;
44
+ output: ListServiceVersionsResult;
45
+ };
46
+ sdk: {
47
+ input: ListServiceVersionsCommandInput;
48
+ output: ListServiceVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateClusterCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateClusterCommand extends UpdateClusterCommand_base {}
36
+ export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateClusterRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateClusterCommandInput;
44
+ output: UpdateClusterCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateJobCommand extends UpdateJobCommand_base {}
36
+ export declare class UpdateJobCommand extends UpdateJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateJobRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateJobCommandInput;
44
+ output: UpdateJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateJobShipmentStateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateJobShipmentStateCommand extends UpdateJobShipmentStateCommand_base {}
40
+ export declare class UpdateJobShipmentStateCommand extends UpdateJobShipmentStateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateJobShipmentStateRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateJobShipmentStateCommandInput;
48
+ output: UpdateJobShipmentStateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateLongTermPricingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateLongTermPricingCommand extends UpdateLongTermPricingCommand_base {}
40
+ export declare class UpdateLongTermPricingCommand extends UpdateLongTermPricingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateLongTermPricingRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateLongTermPricingCommandInput;
48
+ output: UpdateLongTermPricingCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-snowball",
3
3
  "description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.658.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-snowball",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },