@aws-sdk/client-outposts 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Outposts.d.ts +0 -26
- package/dist-types/ts3.4/OutpostsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -246
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-outposts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-outposts
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-outposts
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -104,7 +104,6 @@ import {
|
|
|
104
104
|
UpdateSiteRackPhysicalPropertiesCommandOutput,
|
|
105
105
|
} from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
|
|
106
106
|
import { OutpostsClient } from "./OutpostsClient";
|
|
107
|
-
|
|
108
107
|
export declare class Outposts extends OutpostsClient {
|
|
109
108
|
cancelOrder(
|
|
110
109
|
args: CancelOrderCommandInput,
|
|
@@ -119,7 +118,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
119
118
|
options: __HttpHandlerOptions,
|
|
120
119
|
cb: (err: any, data?: CancelOrderCommandOutput) => void
|
|
121
120
|
): void;
|
|
122
|
-
|
|
123
121
|
createOrder(
|
|
124
122
|
args: CreateOrderCommandInput,
|
|
125
123
|
options?: __HttpHandlerOptions
|
|
@@ -133,7 +131,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
133
131
|
options: __HttpHandlerOptions,
|
|
134
132
|
cb: (err: any, data?: CreateOrderCommandOutput) => void
|
|
135
133
|
): void;
|
|
136
|
-
|
|
137
134
|
createOutpost(
|
|
138
135
|
args: CreateOutpostCommandInput,
|
|
139
136
|
options?: __HttpHandlerOptions
|
|
@@ -147,7 +144,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
147
144
|
options: __HttpHandlerOptions,
|
|
148
145
|
cb: (err: any, data?: CreateOutpostCommandOutput) => void
|
|
149
146
|
): void;
|
|
150
|
-
|
|
151
147
|
createSite(
|
|
152
148
|
args: CreateSiteCommandInput,
|
|
153
149
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +157,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
161
157
|
options: __HttpHandlerOptions,
|
|
162
158
|
cb: (err: any, data?: CreateSiteCommandOutput) => void
|
|
163
159
|
): void;
|
|
164
|
-
|
|
165
160
|
deleteOutpost(
|
|
166
161
|
args: DeleteOutpostCommandInput,
|
|
167
162
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +170,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
175
170
|
options: __HttpHandlerOptions,
|
|
176
171
|
cb: (err: any, data?: DeleteOutpostCommandOutput) => void
|
|
177
172
|
): void;
|
|
178
|
-
|
|
179
173
|
deleteSite(
|
|
180
174
|
args: DeleteSiteCommandInput,
|
|
181
175
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +183,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
189
183
|
options: __HttpHandlerOptions,
|
|
190
184
|
cb: (err: any, data?: DeleteSiteCommandOutput) => void
|
|
191
185
|
): void;
|
|
192
|
-
|
|
193
186
|
getCatalogItem(
|
|
194
187
|
args: GetCatalogItemCommandInput,
|
|
195
188
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +196,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
203
196
|
options: __HttpHandlerOptions,
|
|
204
197
|
cb: (err: any, data?: GetCatalogItemCommandOutput) => void
|
|
205
198
|
): void;
|
|
206
|
-
|
|
207
199
|
getConnection(
|
|
208
200
|
args: GetConnectionCommandInput,
|
|
209
201
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +209,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
217
209
|
options: __HttpHandlerOptions,
|
|
218
210
|
cb: (err: any, data?: GetConnectionCommandOutput) => void
|
|
219
211
|
): void;
|
|
220
|
-
|
|
221
212
|
getOrder(
|
|
222
213
|
args: GetOrderCommandInput,
|
|
223
214
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +222,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
231
222
|
options: __HttpHandlerOptions,
|
|
232
223
|
cb: (err: any, data?: GetOrderCommandOutput) => void
|
|
233
224
|
): void;
|
|
234
|
-
|
|
235
225
|
getOutpost(
|
|
236
226
|
args: GetOutpostCommandInput,
|
|
237
227
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +235,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
245
235
|
options: __HttpHandlerOptions,
|
|
246
236
|
cb: (err: any, data?: GetOutpostCommandOutput) => void
|
|
247
237
|
): void;
|
|
248
|
-
|
|
249
238
|
getOutpostInstanceTypes(
|
|
250
239
|
args: GetOutpostInstanceTypesCommandInput,
|
|
251
240
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +248,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
259
248
|
options: __HttpHandlerOptions,
|
|
260
249
|
cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void
|
|
261
250
|
): void;
|
|
262
|
-
|
|
263
251
|
getSite(
|
|
264
252
|
args: GetSiteCommandInput,
|
|
265
253
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +261,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
273
261
|
options: __HttpHandlerOptions,
|
|
274
262
|
cb: (err: any, data?: GetSiteCommandOutput) => void
|
|
275
263
|
): void;
|
|
276
|
-
|
|
277
264
|
getSiteAddress(
|
|
278
265
|
args: GetSiteAddressCommandInput,
|
|
279
266
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +274,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
287
274
|
options: __HttpHandlerOptions,
|
|
288
275
|
cb: (err: any, data?: GetSiteAddressCommandOutput) => void
|
|
289
276
|
): void;
|
|
290
|
-
|
|
291
277
|
listAssets(
|
|
292
278
|
args: ListAssetsCommandInput,
|
|
293
279
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +287,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
301
287
|
options: __HttpHandlerOptions,
|
|
302
288
|
cb: (err: any, data?: ListAssetsCommandOutput) => void
|
|
303
289
|
): void;
|
|
304
|
-
|
|
305
290
|
listCatalogItems(
|
|
306
291
|
args: ListCatalogItemsCommandInput,
|
|
307
292
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +300,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
315
300
|
options: __HttpHandlerOptions,
|
|
316
301
|
cb: (err: any, data?: ListCatalogItemsCommandOutput) => void
|
|
317
302
|
): void;
|
|
318
|
-
|
|
319
303
|
listOrders(
|
|
320
304
|
args: ListOrdersCommandInput,
|
|
321
305
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +313,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
329
313
|
options: __HttpHandlerOptions,
|
|
330
314
|
cb: (err: any, data?: ListOrdersCommandOutput) => void
|
|
331
315
|
): void;
|
|
332
|
-
|
|
333
316
|
listOutposts(
|
|
334
317
|
args: ListOutpostsCommandInput,
|
|
335
318
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +326,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
343
326
|
options: __HttpHandlerOptions,
|
|
344
327
|
cb: (err: any, data?: ListOutpostsCommandOutput) => void
|
|
345
328
|
): void;
|
|
346
|
-
|
|
347
329
|
listSites(
|
|
348
330
|
args: ListSitesCommandInput,
|
|
349
331
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +339,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
357
339
|
options: __HttpHandlerOptions,
|
|
358
340
|
cb: (err: any, data?: ListSitesCommandOutput) => void
|
|
359
341
|
): void;
|
|
360
|
-
|
|
361
342
|
listTagsForResource(
|
|
362
343
|
args: ListTagsForResourceCommandInput,
|
|
363
344
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +352,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
371
352
|
options: __HttpHandlerOptions,
|
|
372
353
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
373
354
|
): void;
|
|
374
|
-
|
|
375
355
|
startConnection(
|
|
376
356
|
args: StartConnectionCommandInput,
|
|
377
357
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +365,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
385
365
|
options: __HttpHandlerOptions,
|
|
386
366
|
cb: (err: any, data?: StartConnectionCommandOutput) => void
|
|
387
367
|
): void;
|
|
388
|
-
|
|
389
368
|
tagResource(
|
|
390
369
|
args: TagResourceCommandInput,
|
|
391
370
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +378,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
399
378
|
options: __HttpHandlerOptions,
|
|
400
379
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
401
380
|
): void;
|
|
402
|
-
|
|
403
381
|
untagResource(
|
|
404
382
|
args: UntagResourceCommandInput,
|
|
405
383
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +391,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
413
391
|
options: __HttpHandlerOptions,
|
|
414
392
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
415
393
|
): void;
|
|
416
|
-
|
|
417
394
|
updateOutpost(
|
|
418
395
|
args: UpdateOutpostCommandInput,
|
|
419
396
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +404,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
427
404
|
options: __HttpHandlerOptions,
|
|
428
405
|
cb: (err: any, data?: UpdateOutpostCommandOutput) => void
|
|
429
406
|
): void;
|
|
430
|
-
|
|
431
407
|
updateSite(
|
|
432
408
|
args: UpdateSiteCommandInput,
|
|
433
409
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +417,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
441
417
|
options: __HttpHandlerOptions,
|
|
442
418
|
cb: (err: any, data?: UpdateSiteCommandOutput) => void
|
|
443
419
|
): void;
|
|
444
|
-
|
|
445
420
|
updateSiteAddress(
|
|
446
421
|
args: UpdateSiteAddressCommandInput,
|
|
447
422
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +430,6 @@ export declare class Outposts extends OutpostsClient {
|
|
|
455
430
|
options: __HttpHandlerOptions,
|
|
456
431
|
cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void
|
|
457
432
|
): void;
|
|
458
|
-
|
|
459
433
|
updateSiteRackPhysicalProperties(
|
|
460
434
|
args: UpdateSiteRackPhysicalPropertiesCommandInput,
|
|
461
435
|
options?: __HttpHandlerOptions
|
|
@@ -203,47 +203,26 @@ export declare type ServiceOutputTypes =
|
|
|
203
203
|
export interface ClientDefaults
|
|
204
204
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
205
|
requestHandler?: __HttpHandler;
|
|
206
|
-
|
|
207
206
|
sha256?: __HashConstructor;
|
|
208
|
-
|
|
209
207
|
urlParser?: __UrlParser;
|
|
210
|
-
|
|
211
208
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
212
|
-
|
|
213
209
|
streamCollector?: __StreamCollector;
|
|
214
|
-
|
|
215
210
|
base64Decoder?: __Decoder;
|
|
216
|
-
|
|
217
211
|
base64Encoder?: __Encoder;
|
|
218
|
-
|
|
219
212
|
utf8Decoder?: __Decoder;
|
|
220
|
-
|
|
221
213
|
utf8Encoder?: __Encoder;
|
|
222
|
-
|
|
223
214
|
runtime?: string;
|
|
224
|
-
|
|
225
215
|
disableHostPrefix?: boolean;
|
|
226
|
-
|
|
227
216
|
maxAttempts?: number | __Provider<number>;
|
|
228
|
-
|
|
229
217
|
retryMode?: string | __Provider<string>;
|
|
230
|
-
|
|
231
218
|
logger?: __Logger;
|
|
232
|
-
|
|
233
219
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
|
-
|
|
235
220
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
236
|
-
|
|
237
221
|
serviceId?: string;
|
|
238
|
-
|
|
239
222
|
region?: string | __Provider<string>;
|
|
240
|
-
|
|
241
223
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
-
|
|
243
224
|
regionInfoProvider?: RegionInfoProvider;
|
|
244
|
-
|
|
245
225
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
246
|
-
|
|
247
226
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
248
227
|
}
|
|
249
228
|
declare type OutpostsClientConfigType = Partial<
|
|
@@ -256,7 +235,6 @@ declare type OutpostsClientConfigType = Partial<
|
|
|
256
235
|
HostHeaderInputConfig &
|
|
257
236
|
AwsAuthInputConfig &
|
|
258
237
|
UserAgentInputConfig;
|
|
259
|
-
|
|
260
238
|
export interface OutpostsClientConfig extends OutpostsClientConfigType {}
|
|
261
239
|
declare type OutpostsClientResolvedConfigType =
|
|
262
240
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -267,10 +245,8 @@ declare type OutpostsClientResolvedConfigType =
|
|
|
267
245
|
HostHeaderResolvedConfig &
|
|
268
246
|
AwsAuthResolvedConfig &
|
|
269
247
|
UserAgentResolvedConfig;
|
|
270
|
-
|
|
271
248
|
export interface OutpostsClientResolvedConfig
|
|
272
249
|
extends OutpostsClientResolvedConfigType {}
|
|
273
|
-
|
|
274
250
|
export declare class OutpostsClient extends __Client<
|
|
275
251
|
__HttpHandlerOptions,
|
|
276
252
|
ServiceInputTypes,
|
|
@@ -279,7 +255,6 @@ export declare class OutpostsClient extends __Client<
|
|
|
279
255
|
> {
|
|
280
256
|
readonly config: OutpostsClientResolvedConfig;
|
|
281
257
|
constructor(configuration: OutpostsClientConfig);
|
|
282
|
-
|
|
283
258
|
destroy(): void;
|
|
284
259
|
}
|
|
285
260
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CancelOrderCommandInput extends CancelOrderInput {}
|
|
|
15
15
|
export interface CancelOrderCommandOutput
|
|
16
16
|
extends CancelOrderOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelOrderCommand extends $Command<
|
|
20
19
|
CancelOrderCommandInput,
|
|
21
20
|
CancelOrderCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelOrderCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelOrderCommandInput;
|
|
25
24
|
constructor(input: CancelOrderCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateOrderCommandInput extends CreateOrderInput {}
|
|
|
15
15
|
export interface CreateOrderCommandOutput
|
|
16
16
|
extends CreateOrderOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateOrderCommand extends $Command<
|
|
20
19
|
CreateOrderCommandInput,
|
|
21
20
|
CreateOrderCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateOrderCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateOrderCommandInput;
|
|
25
24
|
constructor(input: CreateOrderCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateOutpostCommandInput extends CreateOutpostInput {}
|
|
|
15
15
|
export interface CreateOutpostCommandOutput
|
|
16
16
|
extends CreateOutpostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateOutpostCommand extends $Command<
|
|
20
19
|
CreateOutpostCommandInput,
|
|
21
20
|
CreateOutpostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateOutpostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateOutpostCommandInput;
|
|
25
24
|
constructor(input: CreateOutpostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateSiteCommandInput extends CreateSiteInput {}
|
|
|
15
15
|
export interface CreateSiteCommandOutput
|
|
16
16
|
extends CreateSiteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateSiteCommand extends $Command<
|
|
20
19
|
CreateSiteCommandInput,
|
|
21
20
|
CreateSiteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateSiteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateSiteCommandInput;
|
|
25
24
|
constructor(input: CreateSiteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteOutpostCommandInput extends DeleteOutpostInput {}
|
|
|
15
15
|
export interface DeleteOutpostCommandOutput
|
|
16
16
|
extends DeleteOutpostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteOutpostCommand extends $Command<
|
|
20
19
|
DeleteOutpostCommandInput,
|
|
21
20
|
DeleteOutpostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteOutpostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteOutpostCommandInput;
|
|
25
24
|
constructor(input: DeleteOutpostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteSiteCommandInput extends DeleteSiteInput {}
|
|
|
15
15
|
export interface DeleteSiteCommandOutput
|
|
16
16
|
extends DeleteSiteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteSiteCommand extends $Command<
|
|
20
19
|
DeleteSiteCommandInput,
|
|
21
20
|
DeleteSiteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteSiteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteSiteCommandInput;
|
|
25
24
|
constructor(input: DeleteSiteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCatalogItemCommandInput extends GetCatalogItemInput {}
|
|
|
15
15
|
export interface GetCatalogItemCommandOutput
|
|
16
16
|
extends GetCatalogItemOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCatalogItemCommand extends $Command<
|
|
20
19
|
GetCatalogItemCommandInput,
|
|
21
20
|
GetCatalogItemCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCatalogItemCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCatalogItemCommandInput;
|
|
25
24
|
constructor(input: GetCatalogItemCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {}
|
|
|
18
18
|
export interface GetConnectionCommandOutput
|
|
19
19
|
extends GetConnectionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetConnectionCommand extends $Command<
|
|
23
22
|
GetConnectionCommandInput,
|
|
24
23
|
GetConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetConnectionCommandInput;
|
|
28
27
|
constructor(input: GetConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetOrderCommandInput extends GetOrderInput {}
|
|
|
15
15
|
export interface GetOrderCommandOutput
|
|
16
16
|
extends GetOrderOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetOrderCommand extends $Command<
|
|
20
19
|
GetOrderCommandInput,
|
|
21
20
|
GetOrderCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetOrderCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetOrderCommandInput;
|
|
25
24
|
constructor(input: GetOrderCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetOutpostCommandInput extends GetOutpostInput {}
|
|
|
15
15
|
export interface GetOutpostCommandOutput
|
|
16
16
|
extends GetOutpostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetOutpostCommand extends $Command<
|
|
20
19
|
GetOutpostCommandInput,
|
|
21
20
|
GetOutpostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetOutpostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetOutpostCommandInput;
|
|
25
24
|
constructor(input: GetOutpostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetOutpostInstanceTypesCommandInput
|
|
|
19
19
|
export interface GetOutpostInstanceTypesCommandOutput
|
|
20
20
|
extends GetOutpostInstanceTypesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetOutpostInstanceTypesCommand extends $Command<
|
|
24
23
|
GetOutpostInstanceTypesCommandInput,
|
|
25
24
|
GetOutpostInstanceTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetOutpostInstanceTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetOutpostInstanceTypesCommandInput;
|
|
29
28
|
constructor(input: GetOutpostInstanceTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetSiteAddressCommandInput extends GetSiteAddressInput {}
|
|
|
15
15
|
export interface GetSiteAddressCommandOutput
|
|
16
16
|
extends GetSiteAddressOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetSiteAddressCommand extends $Command<
|
|
20
19
|
GetSiteAddressCommandInput,
|
|
21
20
|
GetSiteAddressCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetSiteAddressCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetSiteAddressCommandInput;
|
|
25
24
|
constructor(input: GetSiteAddressCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../OutpostsClient";
|
|
14
14
|
export interface GetSiteCommandInput extends GetSiteInput {}
|
|
15
15
|
export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetSiteCommand extends $Command<
|
|
18
17
|
GetSiteCommandInput,
|
|
19
18
|
GetSiteCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetSiteCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetSiteCommandInput;
|
|
23
22
|
constructor(input: GetSiteCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAssetsCommandInput extends ListAssetsInput {}
|
|
|
15
15
|
export interface ListAssetsCommandOutput
|
|
16
16
|
extends ListAssetsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAssetsCommand extends $Command<
|
|
20
19
|
ListAssetsCommandInput,
|
|
21
20
|
ListAssetsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAssetsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAssetsCommandInput;
|
|
25
24
|
constructor(input: ListAssetsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {}
|
|
|
18
18
|
export interface ListCatalogItemsCommandOutput
|
|
19
19
|
extends ListCatalogItemsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListCatalogItemsCommand extends $Command<
|
|
23
22
|
ListCatalogItemsCommandInput,
|
|
24
23
|
ListCatalogItemsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListCatalogItemsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListCatalogItemsCommandInput;
|
|
28
27
|
constructor(input: ListCatalogItemsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListOrdersCommandInput extends ListOrdersInput {}
|
|
|
15
15
|
export interface ListOrdersCommandOutput
|
|
16
16
|
extends ListOrdersOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListOrdersCommand extends $Command<
|
|
20
19
|
ListOrdersCommandInput,
|
|
21
20
|
ListOrdersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListOrdersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListOrdersCommandInput;
|
|
25
24
|
constructor(input: ListOrdersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListOutpostsCommandInput extends ListOutpostsInput {}
|
|
|
15
15
|
export interface ListOutpostsCommandOutput
|
|
16
16
|
extends ListOutpostsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListOutpostsCommand extends $Command<
|
|
20
19
|
ListOutpostsCommandInput,
|
|
21
20
|
ListOutpostsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListOutpostsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListOutpostsCommandInput;
|
|
25
24
|
constructor(input: ListOutpostsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListSitesCommandInput extends ListSitesInput {}
|
|
|
15
15
|
export interface ListSitesCommandOutput
|
|
16
16
|
extends ListSitesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListSitesCommand extends $Command<
|
|
20
19
|
ListSitesCommandInput,
|
|
21
20
|
ListSitesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListSitesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListSitesCommandInput;
|
|
25
24
|
constructor(input: ListSitesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartConnectionCommandInput extends StartConnectionRequest {}
|
|
|
18
18
|
export interface StartConnectionCommandOutput
|
|
19
19
|
extends StartConnectionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartConnectionCommand extends $Command<
|
|
23
22
|
StartConnectionCommandInput,
|
|
24
23
|
StartConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartConnectionCommandInput;
|
|
28
27
|
constructor(input: StartConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OutpostsClientResolvedConfig,
|