@aws-sdk/client-snowball 3.306.0 → 3.310.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.
- package/dist-cjs/commands/CancelClusterCommand.js +2 -2
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateAddressCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -2
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -2
- package/dist-cjs/commands/DescribeAddressCommand.js +2 -2
- package/dist-cjs/commands/DescribeAddressesCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -2
- package/dist-cjs/commands/GetJobManifestCommand.js +2 -2
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -2
- package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -2
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -2
- package/dist-cjs/commands/ListClusterJobsCommand.js +2 -2
- package/dist-cjs/commands/ListClustersCommand.js +2 -2
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -2
- package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -2
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +519 -561
- package/dist-es/commands/CancelClusterCommand.js +3 -3
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateAddressCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateLongTermPricingCommand.js +3 -3
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +3 -3
- package/dist-es/commands/DescribeAddressCommand.js +3 -3
- package/dist-es/commands/DescribeAddressesCommand.js +3 -3
- package/dist-es/commands/DescribeClusterCommand.js +3 -3
- package/dist-es/commands/DescribeJobCommand.js +3 -3
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +3 -3
- package/dist-es/commands/GetJobManifestCommand.js +3 -3
- package/dist-es/commands/GetJobUnlockCodeCommand.js +3 -3
- package/dist-es/commands/GetSnowballUsageCommand.js +3 -3
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +3 -3
- package/dist-es/commands/ListClusterJobsCommand.js +3 -3
- package/dist-es/commands/ListClustersCommand.js +3 -3
- package/dist-es/commands/ListCompatibleImagesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListLongTermPricingCommand.js +3 -3
- package/dist-es/commands/ListServiceVersionsCommand.js +3 -3
- package/dist-es/commands/UpdateClusterCommand.js +3 -3
- package/dist-es/commands/UpdateJobCommand.js +3 -3
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +3 -3
- package/dist-es/commands/UpdateLongTermPricingCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +465 -507
- package/dist-types/protocols/Aws_json1_1.d.ts +208 -52
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +52 -52
- package/package.json +35 -35
|
@@ -26,55 +26,211 @@ import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../comman
|
|
|
26
26
|
import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
|
|
27
27
|
import { UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput } from "../commands/UpdateJobShipmentStateCommand";
|
|
28
28
|
import { UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput } from "../commands/UpdateLongTermPricingCommand";
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_json1_1CancelClusterCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_CancelClusterCommand: (input: CancelClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_json1_1CancelJobCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_json1_1CreateAddressCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_CreateAddressCommand: (input: CreateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_json1_1CreateClusterCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_json1_1CreateJobCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_json1_1CreateLongTermPricingCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_CreateLongTermPricingCommand: (input: CreateLongTermPricingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_json1_1CreateReturnShippingLabelCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_CreateReturnShippingLabelCommand: (input: CreateReturnShippingLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_json1_1DescribeAddressCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_DescribeAddressCommand: (input: DescribeAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_json1_1DescribeAddressesCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DescribeAddressesCommand: (input: DescribeAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_json1_1DescribeClusterCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_json1_1DescribeJobCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_DescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_json1_1DescribeReturnShippingLabelCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_DescribeReturnShippingLabelCommand: (input: DescribeReturnShippingLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_json1_1GetJobManifestCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_GetJobManifestCommand: (input: GetJobManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_json1_1GetJobUnlockCodeCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_GetJobUnlockCodeCommand: (input: GetJobUnlockCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_json1_1GetSnowballUsageCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_GetSnowballUsageCommand: (input: GetSnowballUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_json1_1GetSoftwareUpdatesCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_GetSoftwareUpdatesCommand: (input: GetSoftwareUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_json1_1ListClusterJobsCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_ListClusterJobsCommand: (input: ListClusterJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_json1_1ListClustersCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_json1_1ListCompatibleImagesCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_ListCompatibleImagesCommand: (input: ListCompatibleImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_json1_1ListJobsCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_json1_1ListLongTermPricingCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_ListLongTermPricingCommand: (input: ListLongTermPricingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_json1_1ListServiceVersionsCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_ListServiceVersionsCommand: (input: ListServiceVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_json1_1UpdateClusterCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_json1_1UpdateJobCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_UpdateJobCommand: (input: UpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_json1_1UpdateJobShipmentStateCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_UpdateJobShipmentStateCommand: (input: UpdateJobShipmentStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_json1_1UpdateLongTermPricingCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_UpdateLongTermPricingCommand: (input: UpdateLongTermPricingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_json1_1CancelClusterCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_CancelClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelClusterCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_json1_1CancelJobCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_json1_1CreateAddressCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_CreateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddressCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_json1_1CreateClusterCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_json1_1CreateJobCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_json1_1CreateLongTermPricingCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_CreateLongTermPricingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLongTermPricingCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_json1_1CreateReturnShippingLabelCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_CreateReturnShippingLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReturnShippingLabelCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_json1_1DescribeAddressCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_DescribeAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressCommandOutput>;
|
|
165
|
+
/**
|
|
166
|
+
* deserializeAws_json1_1DescribeAddressesCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const de_DescribeAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressesCommandOutput>;
|
|
169
|
+
/**
|
|
170
|
+
* deserializeAws_json1_1DescribeClusterCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_json1_1DescribeJobCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_DescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_json1_1DescribeReturnShippingLabelCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_DescribeReturnShippingLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReturnShippingLabelCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_json1_1GetJobManifestCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_GetJobManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobManifestCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_json1_1GetJobUnlockCodeCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_GetJobUnlockCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobUnlockCodeCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_json1_1GetSnowballUsageCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_GetSnowballUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnowballUsageCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_json1_1GetSoftwareUpdatesCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_GetSoftwareUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSoftwareUpdatesCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_json1_1ListClusterJobsCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_ListClusterJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterJobsCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_json1_1ListClustersCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_json1_1ListCompatibleImagesCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_ListCompatibleImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCompatibleImagesCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_json1_1ListJobsCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_json1_1ListLongTermPricingCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_ListLongTermPricingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLongTermPricingCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_json1_1ListServiceVersionsCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_ListServiceVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceVersionsCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_json1_1UpdateClusterCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_json1_1UpdateJobCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_UpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_json1_1UpdateJobShipmentStateCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_UpdateJobShipmentStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobShipmentStateCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_json1_1UpdateLongTermPricingCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_UpdateLongTermPricingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLongTermPricingCommandOutput>;
|
|
@@ -107,211 +107,211 @@ import {
|
|
|
107
107
|
UpdateLongTermPricingCommandInput,
|
|
108
108
|
UpdateLongTermPricingCommandOutput,
|
|
109
109
|
} from "../commands/UpdateLongTermPricingCommand";
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_CancelClusterCommand: (
|
|
111
111
|
input: CancelClusterCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_CancelJobCommand: (
|
|
115
115
|
input: CancelJobCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_CreateAddressCommand: (
|
|
119
119
|
input: CreateAddressCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CreateClusterCommand: (
|
|
123
123
|
input: CreateClusterCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateJobCommand: (
|
|
127
127
|
input: CreateJobCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateLongTermPricingCommand: (
|
|
131
131
|
input: CreateLongTermPricingCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_CreateReturnShippingLabelCommand: (
|
|
135
135
|
input: CreateReturnShippingLabelCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DescribeAddressCommand: (
|
|
139
139
|
input: DescribeAddressCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DescribeAddressesCommand: (
|
|
143
143
|
input: DescribeAddressesCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DescribeClusterCommand: (
|
|
147
147
|
input: DescribeClusterCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DescribeJobCommand: (
|
|
151
151
|
input: DescribeJobCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DescribeReturnShippingLabelCommand: (
|
|
155
155
|
input: DescribeReturnShippingLabelCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetJobManifestCommand: (
|
|
159
159
|
input: GetJobManifestCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetJobUnlockCodeCommand: (
|
|
163
163
|
input: GetJobUnlockCodeCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_GetSnowballUsageCommand: (
|
|
167
167
|
input: GetSnowballUsageCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_GetSoftwareUpdatesCommand: (
|
|
171
171
|
input: GetSoftwareUpdatesCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListClusterJobsCommand: (
|
|
175
175
|
input: ListClusterJobsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListClustersCommand: (
|
|
179
179
|
input: ListClustersCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListCompatibleImagesCommand: (
|
|
183
183
|
input: ListCompatibleImagesCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListJobsCommand: (
|
|
187
187
|
input: ListJobsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListLongTermPricingCommand: (
|
|
191
191
|
input: ListLongTermPricingCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListServiceVersionsCommand: (
|
|
195
195
|
input: ListServiceVersionsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_UpdateClusterCommand: (
|
|
199
199
|
input: UpdateClusterCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_UpdateJobCommand: (
|
|
203
203
|
input: UpdateJobCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_UpdateJobShipmentStateCommand: (
|
|
207
207
|
input: UpdateJobShipmentStateCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_UpdateLongTermPricingCommand: (
|
|
211
211
|
input: UpdateLongTermPricingCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_CancelClusterCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<CancelClusterCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_CancelJobCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<CancelJobCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_CreateAddressCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<CreateAddressCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_CreateClusterCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<CreateClusterCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_CreateJobCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<CreateJobCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_CreateLongTermPricingCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<CreateLongTermPricingCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CreateReturnShippingLabelCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CreateReturnShippingLabelCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DescribeAddressCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DescribeAddressCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DescribeAddressesCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DescribeAddressesCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DescribeClusterCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DescribeClusterCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_DescribeJobCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<DescribeJobCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DescribeReturnShippingLabelCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DescribeReturnShippingLabelCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_GetJobManifestCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<GetJobManifestCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_GetJobUnlockCodeCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<GetJobUnlockCodeCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_GetSnowballUsageCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<GetSnowballUsageCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_GetSoftwareUpdatesCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<GetSoftwareUpdatesCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_ListClusterJobsCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<ListClusterJobsCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_ListClustersCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<ListClustersCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_ListCompatibleImagesCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<ListCompatibleImagesCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListJobsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListJobsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListLongTermPricingCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListLongTermPricingCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListServiceVersionsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListServiceVersionsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_UpdateClusterCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<UpdateClusterCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_UpdateJobCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<UpdateJobCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_UpdateJobShipmentStateCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<UpdateJobShipmentStateCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_UpdateLongTermPricingCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<UpdateLongTermPricingCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.310.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.310.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.310.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.310.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.310.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.310.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.310.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.310.0",
|
|
44
|
+
"@aws-sdk/types": "3.310.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.310.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.310.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.310.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.310.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"files": [
|
|
79
|
-
"dist
|
|
79
|
+
"dist-*/**"
|
|
80
80
|
],
|
|
81
81
|
"author": {
|
|
82
82
|
"name": "AWS SDK for JavaScript Team",
|