@@ -94,9 +94,7 @@ import { OutpostsClient } from "./OutpostsClient";
94
94
*/
95
95
export class Outposts extends OutpostsClient {
96
96
/**
97
- * <p>
98
- * Cancels an order for an Outpost.
99
- * </p>
97
+ * <p>Cancels the specified order for an Outpost.</p>
100
98
*/
101
99
public cancelOrder ( args : CancelOrderCommandInput , options ?: __HttpHandlerOptions ) : Promise < CancelOrderCommandOutput > ;
102
100
public cancelOrder ( args : CancelOrderCommandInput , cb : ( err : any , data ?: CancelOrderCommandOutput ) => void ) : void ;
@@ -149,7 +147,7 @@ export class Outposts extends OutpostsClient {
149
147
150
148
/**
151
149
* <p>Creates an Outpost.</p>
152
- * <p>You can specify <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> .</p>
150
+ * <p>You can specify either an Availability one or an AZ ID .</p>
153
151
*/
154
152
public createOutpost (
155
153
args : CreateOutpostCommandInput ,
@@ -209,7 +207,7 @@ export class Outposts extends OutpostsClient {
209
207
}
210
208
211
209
/**
212
- * <p>Deletes the Outpost.</p>
210
+ * <p>Deletes the specified Outpost.</p>
213
211
*/
214
212
public deleteOutpost (
215
213
args : DeleteOutpostCommandInput ,
@@ -241,7 +239,7 @@ export class Outposts extends OutpostsClient {
241
239
}
242
240
243
241
/**
244
- * <p>Deletes the site.</p>
242
+ * <p>Deletes the specified site.</p>
245
243
*/
246
244
public deleteSite ( args : DeleteSiteCommandInput , options ?: __HttpHandlerOptions ) : Promise < DeleteSiteCommandOutput > ;
247
245
public deleteSite ( args : DeleteSiteCommandInput , cb : ( err : any , data ?: DeleteSiteCommandOutput ) => void ) : void ;
@@ -267,7 +265,7 @@ export class Outposts extends OutpostsClient {
267
265
}
268
266
269
267
/**
270
- * <p>Gets information about a catalog item.</p>
268
+ * <p>Gets information about the specified catalog item.</p>
271
269
*/
272
270
public getCatalogItem (
273
271
args : GetCatalogItemCommandInput ,
@@ -304,7 +302,7 @@ export class Outposts extends OutpostsClient {
304
302
* Amazon Web Services uses this action to install Outpost servers.</p>
305
303
* </note>
306
304
* <p>
307
- * Gets information about a specified connection.
305
+ * Gets information about the specified connection.
308
306
* </p>
309
307
* <p>
310
308
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
@@ -343,7 +341,7 @@ export class Outposts extends OutpostsClient {
343
341
}
344
342
345
343
/**
346
- * <p>Gets an order.</p>
344
+ * <p>Gets information about the specified order.</p>
347
345
*/
348
346
public getOrder ( args : GetOrderCommandInput , options ?: __HttpHandlerOptions ) : Promise < GetOrderCommandOutput > ;
349
347
public getOrder ( args : GetOrderCommandInput , cb : ( err : any , data ?: GetOrderCommandOutput ) => void ) : void ;
@@ -427,9 +425,7 @@ export class Outposts extends OutpostsClient {
427
425
}
428
426
429
427
/**
430
- * <p>
431
- * Gets information about the specified Outpost site.
432
- * </p>
428
+ * <p>Gets information about the specified Outpost site.</p>
433
429
*/
434
430
public getSite ( args : GetSiteCommandInput , options ?: __HttpHandlerOptions ) : Promise < GetSiteCommandOutput > ;
435
431
public getSite ( args : GetSiteCommandInput , cb : ( err : any , data ?: GetSiteCommandOutput ) => void ) : void ;
@@ -456,7 +452,7 @@ export class Outposts extends OutpostsClient {
456
452
457
453
/**
458
454
* <p>
459
- * Gets the site address.
455
+ * Gets the site address of the specified site .
460
456
* </p>
461
457
*/
462
458
public getSiteAddress (
@@ -489,11 +485,10 @@ export class Outposts extends OutpostsClient {
489
485
}
490
486
491
487
/**
492
- * <p>
493
- * Lists the hardware assets in an Outpost. If you are using Dedicated Hosts on
494
- * Amazon Web Services Outposts, you can filter your request by host ID to return a list of hardware
495
- * assets that allocate resources for Dedicated Hosts.
496
- * </p>
488
+ * <p>Lists the hardware assets for the specified Outpost.</p>
489
+ * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
490
+ * all of the specified filters. For a filter where you can specify multiple values, the results include
491
+ * items that match any of the values that you specify for the filter.</p>
497
492
*/
498
493
public listAssets ( args : ListAssetsCommandInput , options ?: __HttpHandlerOptions ) : Promise < ListAssetsCommandOutput > ;
499
494
public listAssets ( args : ListAssetsCommandInput , cb : ( err : any , data ?: ListAssetsCommandOutput ) => void ) : void ;
@@ -519,11 +514,10 @@ export class Outposts extends OutpostsClient {
519
514
}
520
515
521
516
/**
522
- * <p>Lists the items in the catalog. Add filters to your request to return a
523
- * more specific list of results. Use filters to match an item class, storage
524
- * option, or EC2 family. </p>
525
- * <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and
526
- * the request returns only results that match all of the specified filters.</p>
517
+ * <p>Lists the items in the catalog.</p>
518
+ * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
519
+ * all of the specified filters. For a filter where you can specify multiple values, the results include
520
+ * items that match any of the values that you specify for the filter.</p>
527
521
*/
528
522
public listCatalogItems (
529
523
args : ListCatalogItemsCommandInput ,
@@ -555,8 +549,7 @@ export class Outposts extends OutpostsClient {
555
549
}
556
550
557
551
/**
558
- * <p>Lists the Outpost orders for your Amazon Web Services account. You can filter your request by Outpost to
559
- * return a more specific list of results. </p>
552
+ * <p>Lists the Outpost orders for your Amazon Web Services account.</p>
560
553
*/
561
554
public listOrders ( args : ListOrdersCommandInput , options ?: __HttpHandlerOptions ) : Promise < ListOrdersCommandOutput > ;
562
555
public listOrders ( args : ListOrdersCommandInput , cb : ( err : any , data ?: ListOrdersCommandOutput ) => void ) : void ;
@@ -582,12 +575,10 @@ export class Outposts extends OutpostsClient {
582
575
}
583
576
584
577
/**
585
- * <p>Lists the Outposts for your Amazon Web Services account. Add filters to your request to return
586
- * a more specific list of results. Use filters to match an Outpost lifecycle status,
587
- * Availability Zone (<code>us-east-1a</code>), and AZ ID (<code>use1-az1</code>). </p>
588
- *
589
- * <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only
590
- * results that match all of the specified filters.</p>
578
+ * <p>Lists the Outposts for your Amazon Web Services account.</p>
579
+ * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
580
+ * all of the specified filters. For a filter where you can specify multiple values, the results include
581
+ * items that match any of the values that you specify for the filter.</p>
591
582
*/
592
583
public listOutposts (
593
584
args : ListOutpostsCommandInput ,
@@ -616,12 +607,10 @@ export class Outposts extends OutpostsClient {
616
607
}
617
608
618
609
/**
619
- * <p>Lists the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to
620
- * return a more specific list of results. Use filters to match site city, country code, or state/region of the
621
- * operating address. </p>
622
- *
623
- * <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only
624
- * results that match all of the specified filters.</p>
610
+ * <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.</p>
611
+ * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
612
+ * all of the specified filters. For a filter where you can specify multiple values, the results include
613
+ * items that match any of the values that you specify for the filter.</p>
625
614
*/
626
615
public listSites ( args : ListSitesCommandInput , options ?: __HttpHandlerOptions ) : Promise < ListSitesCommandOutput > ;
627
616
public listSites ( args : ListSitesCommandInput , cb : ( err : any , data ?: ListSitesCommandOutput ) => void ) : void ;
@@ -815,9 +804,7 @@ export class Outposts extends OutpostsClient {
815
804
}
816
805
817
806
/**
818
- * <p>
819
- * Updates the site.
820
- * </p>
807
+ * <p>Updates the specified site.</p>
821
808
*/
822
809
public updateSite ( args : UpdateSiteCommandInput , options ?: __HttpHandlerOptions ) : Promise < UpdateSiteCommandOutput > ;
823
810
public updateSite ( args : UpdateSiteCommandInput , cb : ( err : any , data ?: UpdateSiteCommandOutput ) => void ) : void ;
@@ -843,18 +830,11 @@ export class Outposts extends OutpostsClient {
843
830
}
844
831
845
832
/**
846
- * <p>
847
- * Updates the site address.
848
- * </p>
849
- * <p>
850
- * To update a site address
851
- * with an order <code>IN_PROGRESS</code>, you must wait for the order
852
- * to complete or cancel the order.
853
- * </p>
854
- * <p>You
855
- * can update the operating address before you place an order at the
856
- * site, or after all Outposts that belong to the site have been deactivated.
857
- * </p>
833
+ * <p>Updates the address of the specified site.</p>
834
+ * <p>You can't update a site address if there is an order in progress. You must wait for the order
835
+ * to complete or cancel the order.</p>
836
+ * <p>You can update the operating address before you place an order at the
837
+ * site, or after all Outposts that belong to the site have been deactivated.</p>
858
838
*/
859
839
public updateSiteAddress (
860
840
args : UpdateSiteAddressCommandInput ,
0 commit comments