@aws-sdk/client-outposts 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist-cjs/commands/CancelOrderCommand.js +2 -3
  2. package/dist-cjs/commands/CreateOrderCommand.js +2 -3
  3. package/dist-cjs/commands/CreateOutpostCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSiteCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteOutpostCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteSiteCommand.js +2 -3
  7. package/dist-cjs/commands/GetCatalogItemCommand.js +2 -3
  8. package/dist-cjs/commands/GetConnectionCommand.js +2 -3
  9. package/dist-cjs/commands/GetOrderCommand.js +2 -3
  10. package/dist-cjs/commands/GetOutpostCommand.js +2 -3
  11. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -3
  12. package/dist-cjs/commands/GetSiteAddressCommand.js +2 -3
  13. package/dist-cjs/commands/GetSiteCommand.js +2 -3
  14. package/dist-cjs/commands/ListAssetsCommand.js +2 -3
  15. package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -3
  16. package/dist-cjs/commands/ListOrdersCommand.js +2 -3
  17. package/dist-cjs/commands/ListOutpostsCommand.js +2 -3
  18. package/dist-cjs/commands/ListSitesCommand.js +2 -3
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  20. package/dist-cjs/commands/StartConnectionCommand.js +2 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateOutpostCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateSiteCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -278
  28. package/dist-es/commands/CancelOrderCommand.js +2 -3
  29. package/dist-es/commands/CreateOrderCommand.js +2 -3
  30. package/dist-es/commands/CreateOutpostCommand.js +2 -3
  31. package/dist-es/commands/CreateSiteCommand.js +2 -3
  32. package/dist-es/commands/DeleteOutpostCommand.js +2 -3
  33. package/dist-es/commands/DeleteSiteCommand.js +2 -3
  34. package/dist-es/commands/GetCatalogItemCommand.js +2 -3
  35. package/dist-es/commands/GetConnectionCommand.js +2 -3
  36. package/dist-es/commands/GetOrderCommand.js +2 -3
  37. package/dist-es/commands/GetOutpostCommand.js +2 -3
  38. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -3
  39. package/dist-es/commands/GetSiteAddressCommand.js +2 -3
  40. package/dist-es/commands/GetSiteCommand.js +2 -3
  41. package/dist-es/commands/ListAssetsCommand.js +2 -3
  42. package/dist-es/commands/ListCatalogItemsCommand.js +2 -3
  43. package/dist-es/commands/ListOrdersCommand.js +2 -3
  44. package/dist-es/commands/ListOutpostsCommand.js +2 -3
  45. package/dist-es/commands/ListSitesCommand.js +2 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  47. package/dist-es/commands/StartConnectionCommand.js +2 -3
  48. package/dist-es/commands/TagResourceCommand.js +2 -3
  49. package/dist-es/commands/UntagResourceCommand.js +2 -3
  50. package/dist-es/commands/UpdateOutpostCommand.js +2 -3
  51. package/dist-es/commands/UpdateSiteAddressCommand.js +2 -3
  52. package/dist-es/commands/UpdateSiteCommand.js +2 -3
  53. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -207
  55. package/dist-types/Outposts.d.ts +27 -0
  56. package/dist-types/OutpostsClient.d.ts +24 -4
  57. package/dist-types/commands/CancelOrderCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateOrderCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateOutpostCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateSiteCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteOutpostCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteSiteCommand.d.ts +16 -0
  63. package/dist-types/commands/GetCatalogItemCommand.d.ts +16 -0
  64. package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
  65. package/dist-types/commands/GetOrderCommand.d.ts +16 -0
  66. package/dist-types/commands/GetOutpostCommand.d.ts +16 -0
  67. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +16 -0
  68. package/dist-types/commands/GetSiteAddressCommand.d.ts +16 -0
  69. package/dist-types/commands/GetSiteCommand.d.ts +16 -0
  70. package/dist-types/commands/ListAssetsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListCatalogItemsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListOrdersCommand.d.ts +16 -0
  73. package/dist-types/commands/ListOutpostsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListSitesCommand.d.ts +16 -0
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/StartConnectionCommand.d.ts +16 -0
  77. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  78. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateOutpostCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateSiteCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +16 -0
  83. package/dist-types/models/OutpostsServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +251 -276
  85. package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/Interfaces.d.ts +3 -0
  87. package/dist-types/pagination/ListAssetsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListOrdersPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListOutpostsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListSitesPaginator.d.ts +3 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -187
  93. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartConnectionRequestFilterSensitiveLog, StartConnectionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartConnectionCommand, serializeAws_restJson1StartConnectionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartConnectionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartConnectionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartConnectionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartConnectionResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateOutpostInputFilterSensitiveLog, UpdateOutpostOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateOutpostCommand, serializeAws_restJson1UpdateOutpostCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateOutpostCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateOutpostCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateOutpostInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateOutpostOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateSiteAddressInputFilterSensitiveLog, UpdateSiteAddressOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateSiteAddressCommand, serializeAws_restJson1UpdateSiteAddressCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateSiteAddressCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateSiteAddressCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateSiteAddressInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateSiteAddressOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateSiteInputFilterSensitiveLog, UpdateSiteOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateSiteCommand, serializeAws_restJson1UpdateSiteCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateSiteCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateSiteCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateSiteInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateSiteOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog, UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand, serializeAws_restJson1UpdateSiteRackPhysicalPropertiesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateSiteRackPhysicalPropertiesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -245,210 +245,3 @@ export var UplinkGbps;
245
245
  UplinkGbps["UPLINK_1G"] = "UPLINK_1G";
246
246
  UplinkGbps["UPLINK_40G"] = "UPLINK_40G";
247
247
  })(UplinkGbps || (UplinkGbps = {}));
248
- export const AddressFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const AssetLocationFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const ComputeAttributesFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const AssetInfoFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- export const CancelOrderInputFilterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
263
- export const CancelOrderOutputFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- export const EC2CapacityFilterSensitiveLog = (obj) => ({
267
- ...obj,
268
- });
269
- export const CatalogItemFilterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
- export const ConnectionDetailsFilterSensitiveLog = (obj) => ({
273
- ...obj,
274
- });
275
- export const LineItemRequestFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- export const CreateOrderInputFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- });
281
- export const LineItemAssetInformationFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- });
284
- export const ShipmentInformationFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- export const LineItemFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- export const OrderFilterSensitiveLog = (obj) => ({
291
- ...obj,
292
- });
293
- export const CreateOrderOutputFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const CreateOutpostInputFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- });
299
- export const OutpostFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- });
302
- export const CreateOutpostOutputFilterSensitiveLog = (obj) => ({
303
- ...obj,
304
- });
305
- export const RackPhysicalPropertiesFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- });
308
- export const CreateSiteInputFilterSensitiveLog = (obj) => ({
309
- ...obj,
310
- });
311
- export const SiteFilterSensitiveLog = (obj) => ({
312
- ...obj,
313
- });
314
- export const CreateSiteOutputFilterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- export const DeleteOutpostInputFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- });
320
- export const DeleteOutpostOutputFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- });
323
- export const DeleteSiteInputFilterSensitiveLog = (obj) => ({
324
- ...obj,
325
- });
326
- export const DeleteSiteOutputFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- export const GetCatalogItemInputFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const GetCatalogItemOutputFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const GetConnectionRequestFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const GetConnectionResponseFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- export const GetOrderInputFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
344
- export const GetOrderOutputFilterSensitiveLog = (obj) => ({
345
- ...obj,
346
- });
347
- export const GetOutpostInputFilterSensitiveLog = (obj) => ({
348
- ...obj,
349
- });
350
- export const GetOutpostOutputFilterSensitiveLog = (obj) => ({
351
- ...obj,
352
- });
353
- export const GetOutpostInstanceTypesInputFilterSensitiveLog = (obj) => ({
354
- ...obj,
355
- });
356
- export const InstanceTypeItemFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- });
359
- export const GetOutpostInstanceTypesOutputFilterSensitiveLog = (obj) => ({
360
- ...obj,
361
- });
362
- export const GetSiteInputFilterSensitiveLog = (obj) => ({
363
- ...obj,
364
- });
365
- export const GetSiteOutputFilterSensitiveLog = (obj) => ({
366
- ...obj,
367
- });
368
- export const GetSiteAddressInputFilterSensitiveLog = (obj) => ({
369
- ...obj,
370
- });
371
- export const GetSiteAddressOutputFilterSensitiveLog = (obj) => ({
372
- ...obj,
373
- });
374
- export const ListAssetsInputFilterSensitiveLog = (obj) => ({
375
- ...obj,
376
- });
377
- export const ListAssetsOutputFilterSensitiveLog = (obj) => ({
378
- ...obj,
379
- });
380
- export const ListCatalogItemsInputFilterSensitiveLog = (obj) => ({
381
- ...obj,
382
- });
383
- export const ListCatalogItemsOutputFilterSensitiveLog = (obj) => ({
384
- ...obj,
385
- });
386
- export const ListOrdersInputFilterSensitiveLog = (obj) => ({
387
- ...obj,
388
- });
389
- export const OrderSummaryFilterSensitiveLog = (obj) => ({
390
- ...obj,
391
- });
392
- export const ListOrdersOutputFilterSensitiveLog = (obj) => ({
393
- ...obj,
394
- });
395
- export const ListOutpostsInputFilterSensitiveLog = (obj) => ({
396
- ...obj,
397
- });
398
- export const ListOutpostsOutputFilterSensitiveLog = (obj) => ({
399
- ...obj,
400
- });
401
- export const ListSitesInputFilterSensitiveLog = (obj) => ({
402
- ...obj,
403
- });
404
- export const ListSitesOutputFilterSensitiveLog = (obj) => ({
405
- ...obj,
406
- });
407
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
408
- ...obj,
409
- });
410
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
411
- ...obj,
412
- });
413
- export const StartConnectionRequestFilterSensitiveLog = (obj) => ({
414
- ...obj,
415
- });
416
- export const StartConnectionResponseFilterSensitiveLog = (obj) => ({
417
- ...obj,
418
- });
419
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
420
- ...obj,
421
- });
422
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
423
- ...obj,
424
- });
425
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
426
- ...obj,
427
- });
428
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
429
- ...obj,
430
- });
431
- export const UpdateOutpostInputFilterSensitiveLog = (obj) => ({
432
- ...obj,
433
- });
434
- export const UpdateOutpostOutputFilterSensitiveLog = (obj) => ({
435
- ...obj,
436
- });
437
- export const UpdateSiteInputFilterSensitiveLog = (obj) => ({
438
- ...obj,
439
- });
440
- export const UpdateSiteOutputFilterSensitiveLog = (obj) => ({
441
- ...obj,
442
- });
443
- export const UpdateSiteAddressInputFilterSensitiveLog = (obj) => ({
444
- ...obj,
445
- });
446
- export const UpdateSiteAddressOutputFilterSensitiveLog = (obj) => ({
447
- ...obj,
448
- });
449
- export const UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog = (obj) => ({
450
- ...obj,
451
- });
452
- export const UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog = (obj) => ({
453
- ...obj,
454
- });
@@ -27,6 +27,7 @@ import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/Upda
27
27
  import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
28
28
  import { OutpostsClient } from "./OutpostsClient";
29
29
  /**
30
+ * @public
30
31
  * <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
31
32
  * customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
32
33
  * customers to build and run applications on premises using the same programming interfaces as
@@ -35,18 +36,21 @@ import { OutpostsClient } from "./OutpostsClient";
35
36
  */
36
37
  export declare class Outposts extends OutpostsClient {
37
38
  /**
39
+ * @public
38
40
  * <p>Cancels the specified order for an Outpost.</p>
39
41
  */
40
42
  cancelOrder(args: CancelOrderCommandInput, options?: __HttpHandlerOptions): Promise<CancelOrderCommandOutput>;
41
43
  cancelOrder(args: CancelOrderCommandInput, cb: (err: any, data?: CancelOrderCommandOutput) => void): void;
42
44
  cancelOrder(args: CancelOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelOrderCommandOutput) => void): void;
43
45
  /**
46
+ * @public
44
47
  * <p>Creates an order for an Outpost.</p>
45
48
  */
46
49
  createOrder(args: CreateOrderCommandInput, options?: __HttpHandlerOptions): Promise<CreateOrderCommandOutput>;
47
50
  createOrder(args: CreateOrderCommandInput, cb: (err: any, data?: CreateOrderCommandOutput) => void): void;
48
51
  createOrder(args: CreateOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrderCommandOutput) => void): void;
49
52
  /**
53
+ * @public
50
54
  * <p>Creates an Outpost.</p>
51
55
  * <p>You can specify either an Availability one or an AZ ID.</p>
52
56
  */
@@ -54,30 +58,35 @@ export declare class Outposts extends OutpostsClient {
54
58
  createOutpost(args: CreateOutpostCommandInput, cb: (err: any, data?: CreateOutpostCommandOutput) => void): void;
55
59
  createOutpost(args: CreateOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOutpostCommandOutput) => void): void;
56
60
  /**
61
+ * @public
57
62
  * <p> Creates a site for an Outpost. </p>
58
63
  */
59
64
  createSite(args: CreateSiteCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteCommandOutput>;
60
65
  createSite(args: CreateSiteCommandInput, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
61
66
  createSite(args: CreateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
62
67
  /**
68
+ * @public
63
69
  * <p>Deletes the specified Outpost.</p>
64
70
  */
65
71
  deleteOutpost(args: DeleteOutpostCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOutpostCommandOutput>;
66
72
  deleteOutpost(args: DeleteOutpostCommandInput, cb: (err: any, data?: DeleteOutpostCommandOutput) => void): void;
67
73
  deleteOutpost(args: DeleteOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOutpostCommandOutput) => void): void;
68
74
  /**
75
+ * @public
69
76
  * <p>Deletes the specified site.</p>
70
77
  */
71
78
  deleteSite(args: DeleteSiteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSiteCommandOutput>;
72
79
  deleteSite(args: DeleteSiteCommandInput, cb: (err: any, data?: DeleteSiteCommandOutput) => void): void;
73
80
  deleteSite(args: DeleteSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSiteCommandOutput) => void): void;
74
81
  /**
82
+ * @public
75
83
  * <p>Gets information about the specified catalog item.</p>
76
84
  */
77
85
  getCatalogItem(args: GetCatalogItemCommandInput, options?: __HttpHandlerOptions): Promise<GetCatalogItemCommandOutput>;
78
86
  getCatalogItem(args: GetCatalogItemCommandInput, cb: (err: any, data?: GetCatalogItemCommandOutput) => void): void;
79
87
  getCatalogItem(args: GetCatalogItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCatalogItemCommandOutput) => void): void;
80
88
  /**
89
+ * @public
81
90
  * <note>
82
91
  * <p>
83
92
  * Amazon Web Services uses this action to install Outpost servers.</p>
@@ -94,36 +103,42 @@ export declare class Outposts extends OutpostsClient {
94
103
  getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
95
104
  getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
96
105
  /**
106
+ * @public
97
107
  * <p>Gets information about the specified order.</p>
98
108
  */
99
109
  getOrder(args: GetOrderCommandInput, options?: __HttpHandlerOptions): Promise<GetOrderCommandOutput>;
100
110
  getOrder(args: GetOrderCommandInput, cb: (err: any, data?: GetOrderCommandOutput) => void): void;
101
111
  getOrder(args: GetOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrderCommandOutput) => void): void;
102
112
  /**
113
+ * @public
103
114
  * <p>Gets information about the specified Outpost.</p>
104
115
  */
105
116
  getOutpost(args: GetOutpostCommandInput, options?: __HttpHandlerOptions): Promise<GetOutpostCommandOutput>;
106
117
  getOutpost(args: GetOutpostCommandInput, cb: (err: any, data?: GetOutpostCommandOutput) => void): void;
107
118
  getOutpost(args: GetOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutpostCommandOutput) => void): void;
108
119
  /**
120
+ * @public
109
121
  * <p>Gets the instance types for the specified Outpost.</p>
110
122
  */
111
123
  getOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetOutpostInstanceTypesCommandOutput>;
112
124
  getOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void): void;
113
125
  getOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void): void;
114
126
  /**
127
+ * @public
115
128
  * <p>Gets information about the specified Outpost site.</p>
116
129
  */
117
130
  getSite(args: GetSiteCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteCommandOutput>;
118
131
  getSite(args: GetSiteCommandInput, cb: (err: any, data?: GetSiteCommandOutput) => void): void;
119
132
  getSite(args: GetSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteCommandOutput) => void): void;
120
133
  /**
134
+ * @public
121
135
  * <p> Gets the site address of the specified site. </p>
122
136
  */
123
137
  getSiteAddress(args: GetSiteAddressCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteAddressCommandOutput>;
124
138
  getSiteAddress(args: GetSiteAddressCommandInput, cb: (err: any, data?: GetSiteAddressCommandOutput) => void): void;
125
139
  getSiteAddress(args: GetSiteAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteAddressCommandOutput) => void): void;
126
140
  /**
141
+ * @public
127
142
  * <p>Lists the hardware assets for the specified Outpost.</p>
128
143
  * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
129
144
  * all of the specified filters. For a filter where you can specify multiple values, the results include
@@ -133,6 +148,7 @@ export declare class Outposts extends OutpostsClient {
133
148
  listAssets(args: ListAssetsCommandInput, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
134
149
  listAssets(args: ListAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
135
150
  /**
151
+ * @public
136
152
  * <p>Lists the items in the catalog.</p>
137
153
  * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
138
154
  * all of the specified filters. For a filter where you can specify multiple values, the results include
@@ -142,12 +158,14 @@ export declare class Outposts extends OutpostsClient {
142
158
  listCatalogItems(args: ListCatalogItemsCommandInput, cb: (err: any, data?: ListCatalogItemsCommandOutput) => void): void;
143
159
  listCatalogItems(args: ListCatalogItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCatalogItemsCommandOutput) => void): void;
144
160
  /**
161
+ * @public
145
162
  * <p>Lists the Outpost orders for your Amazon Web Services account.</p>
146
163
  */
147
164
  listOrders(args: ListOrdersCommandInput, options?: __HttpHandlerOptions): Promise<ListOrdersCommandOutput>;
148
165
  listOrders(args: ListOrdersCommandInput, cb: (err: any, data?: ListOrdersCommandOutput) => void): void;
149
166
  listOrders(args: ListOrdersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrdersCommandOutput) => void): void;
150
167
  /**
168
+ * @public
151
169
  * <p>Lists the Outposts for your Amazon Web Services account.</p>
152
170
  * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
153
171
  * all of the specified filters. For a filter where you can specify multiple values, the results include
@@ -157,6 +175,7 @@ export declare class Outposts extends OutpostsClient {
157
175
  listOutposts(args: ListOutpostsCommandInput, cb: (err: any, data?: ListOutpostsCommandOutput) => void): void;
158
176
  listOutposts(args: ListOutpostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutpostsCommandOutput) => void): void;
159
177
  /**
178
+ * @public
160
179
  * <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
161
180
  * results.</p>
162
181
  * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
@@ -167,12 +186,14 @@ export declare class Outposts extends OutpostsClient {
167
186
  listSites(args: ListSitesCommandInput, cb: (err: any, data?: ListSitesCommandOutput) => void): void;
168
187
  listSites(args: ListSitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSitesCommandOutput) => void): void;
169
188
  /**
189
+ * @public
170
190
  * <p>Lists the tags for the specified resource.</p>
171
191
  */
172
192
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
173
193
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
174
194
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
175
195
  /**
196
+ * @public
176
197
  * <note>
177
198
  * <p>
178
199
  * Amazon Web Services uses this action to install Outpost servers.</p>
@@ -189,30 +210,35 @@ export declare class Outposts extends OutpostsClient {
189
210
  startConnection(args: StartConnectionCommandInput, cb: (err: any, data?: StartConnectionCommandOutput) => void): void;
190
211
  startConnection(args: StartConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartConnectionCommandOutput) => void): void;
191
212
  /**
213
+ * @public
192
214
  * <p>Adds tags to the specified resource.</p>
193
215
  */
194
216
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
195
217
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
196
218
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
197
219
  /**
220
+ * @public
198
221
  * <p>Removes tags from the specified resource.</p>
199
222
  */
200
223
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
201
224
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
202
225
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
203
226
  /**
227
+ * @public
204
228
  * <p> Updates an Outpost. </p>
205
229
  */
206
230
  updateOutpost(args: UpdateOutpostCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOutpostCommandOutput>;
207
231
  updateOutpost(args: UpdateOutpostCommandInput, cb: (err: any, data?: UpdateOutpostCommandOutput) => void): void;
208
232
  updateOutpost(args: UpdateOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOutpostCommandOutput) => void): void;
209
233
  /**
234
+ * @public
210
235
  * <p>Updates the specified site.</p>
211
236
  */
212
237
  updateSite(args: UpdateSiteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteCommandOutput>;
213
238
  updateSite(args: UpdateSiteCommandInput, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
214
239
  updateSite(args: UpdateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
215
240
  /**
241
+ * @public
216
242
  * <p>Updates the address of the specified site.</p>
217
243
  * <p>You can't update a site address if there is an order in progress. You must wait for the
218
244
  * order to complete or cancel the order.</p>
@@ -223,6 +249,7 @@ export declare class Outposts extends OutpostsClient {
223
249
  updateSiteAddress(args: UpdateSiteAddressCommandInput, cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void): void;
224
250
  updateSiteAddress(args: UpdateSiteAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void): void;
225
251
  /**
252
+ * @public
226
253
  * <p>Update the physical and logistical details for a rack at a site. For more information
227
254
  * about hardware requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist">Network
228
255
  * readiness checklist</a> in the Amazon Web Services Outposts User Guide.
@@ -34,15 +34,24 @@ import { UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput } from ".
34
34
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
35
35
  import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
36
36
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
37
+ /**
38
+ * @public
39
+ */
37
40
  export type ServiceInputTypes = CancelOrderCommandInput | CreateOrderCommandInput | CreateOutpostCommandInput | CreateSiteCommandInput | DeleteOutpostCommandInput | DeleteSiteCommandInput | GetCatalogItemCommandInput | GetConnectionCommandInput | GetOrderCommandInput | GetOutpostCommandInput | GetOutpostInstanceTypesCommandInput | GetSiteAddressCommandInput | GetSiteCommandInput | ListAssetsCommandInput | ListCatalogItemsCommandInput | ListOrdersCommandInput | ListOutpostsCommandInput | ListSitesCommandInput | ListTagsForResourceCommandInput | StartConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOutpostCommandInput | UpdateSiteAddressCommandInput | UpdateSiteCommandInput | UpdateSiteRackPhysicalPropertiesCommandInput;
41
+ /**
42
+ * @public
43
+ */
38
44
  export type ServiceOutputTypes = CancelOrderCommandOutput | CreateOrderCommandOutput | CreateOutpostCommandOutput | CreateSiteCommandOutput | DeleteOutpostCommandOutput | DeleteSiteCommandOutput | GetCatalogItemCommandOutput | GetConnectionCommandOutput | GetOrderCommandOutput | GetOutpostCommandOutput | GetOutpostInstanceTypesCommandOutput | GetSiteAddressCommandOutput | GetSiteCommandOutput | ListAssetsCommandOutput | ListCatalogItemsCommandOutput | ListOrdersCommandOutput | ListOutpostsCommandOutput | ListSitesCommandOutput | ListTagsForResourceCommandOutput | StartConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOutpostCommandOutput | UpdateSiteAddressCommandOutput | UpdateSiteCommandOutput | UpdateSiteRackPhysicalPropertiesCommandOutput;
45
+ /**
46
+ * @public
47
+ */
39
48
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
40
49
  /**
41
50
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
42
51
  */
43
52
  requestHandler?: __HttpHandler;
44
53
  /**
45
- * A constructor for a class implementing the {@link __Checksum} interface
54
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
46
55
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
47
56
  * @internal
48
57
  */
@@ -132,23 +141,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
132
141
  */
133
142
  logger?: __Logger;
134
143
  /**
135
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
144
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
136
145
  */
137
146
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
138
147
  }
148
+ /**
149
+ * @public
150
+ */
139
151
  type OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
152
  /**
141
- * The configuration interface of OutpostsClient class constructor that set the region, credentials and other options.
153
+ * @public
154
+ *
155
+ * The configuration interface of OutpostsClient class constructor that set the region, credentials and other options.
142
156
  */
143
157
  export interface OutpostsClientConfig extends OutpostsClientConfigType {
144
158
  }
159
+ /**
160
+ * @public
161
+ */
145
162
  type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
146
163
  /**
147
- * The resolved configuration interface of OutpostsClient class. This is resolved and normalized from the {@link OutpostsClientConfig | constructor configuration interface}.
164
+ * @public
165
+ *
166
+ * The resolved configuration interface of OutpostsClient class. This is resolved and normalized from the {@link OutpostsClientConfig | constructor configuration interface}.
148
167
  */
149
168
  export interface OutpostsClientResolvedConfig extends OutpostsClientResolvedConfigType {
150
169
  }
151
170
  /**
171
+ * @public
152
172
  * <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
153
173
  * customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
154
174
  * customers to build and run applications on premises using the same programming interfaces as