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