Skip to content

Commit fb5c16b

Browse files
author
awstools
committed
feat(client-outposts): This release adds the InstanceFamilies field to the ListAssets response.
1 parent 7b17199 commit fb5c16b

15 files changed

+285
-433
lines changed

clients/client-outposts/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native.
88

9-
<p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
10-
to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
11-
enables customers to build and run applications on premises using the same programming
12-
interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
13-
latency and local data processing needs.</p>
9+
<p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
10+
customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
11+
customers to build and run applications on premises using the same programming interfaces as
12+
in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
13+
data processing needs.</p>
1414

1515
## Installing
1616

clients/client-outposts/src/Outposts.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,11 @@ export interface Outposts {
444444

445445
/**
446446
* @public
447-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
448-
* to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
449-
* enables customers to build and run applications on premises using the same programming
450-
* interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
451-
* latency and local data processing needs.</p>
447+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
448+
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
449+
* customers to build and run applications on premises using the same programming interfaces as
450+
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
451+
* data processing needs.</p>
452452
*/
453453
export class Outposts extends OutpostsClient implements Outposts {}
454454
createAggregatedClient(commands, Outposts);

clients/client-outposts/src/OutpostsClient.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,11 @@ export interface OutpostsClientResolvedConfig extends OutpostsClientResolvedConf
328328

329329
/**
330330
* @public
331-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
332-
* to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
333-
* enables customers to build and run applications on premises using the same programming
334-
* interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
335-
* latency and local data processing needs.</p>
331+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
332+
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
333+
* customers to build and run applications on premises using the same programming interfaces as
334+
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
335+
* data processing needs.</p>
336336
*/
337337
export class OutpostsClient extends __Client<
338338
__HttpHandlerOptions,

clients/client-outposts/src/commands/CreateSiteCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
3636

3737
/**
3838
* @public
39-
* <p>
40-
* Creates a site for an Outpost.
41-
* </p>
39+
* <p> Creates a site for an Outpost. </p>
4240
* @example
4341
* Use a bare-bones client and the command you need to make an API call.
4442
* ```javascript

clients/client-outposts/src/commands/GetConnectionCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
4040
* <p>
4141
* Amazon Web Services uses this action to install Outpost servers.</p>
4242
* </note>
43-
* <p>
44-
* Gets information about the specified connection.
45-
* </p>
43+
* <p> Gets information about the specified connection. </p>
4644
* <p>
4745
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
4846
* more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">

clients/client-outposts/src/commands/GetSiteAddressCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
3636

3737
/**
3838
* @public
39-
* <p>
40-
* Gets the site address of the specified site.
41-
* </p>
39+
* <p> Gets the site address of the specified site. </p>
4240
* @example
4341
* Use a bare-bones client and the command you need to make an API call.
4442
* ```javascript

clients/client-outposts/src/commands/ListAssetsCommand.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
6868
* // ComputeAttributes: { // ComputeAttributes
6969
* // HostId: "STRING_VALUE",
7070
* // State: "ACTIVE" || "ISOLATED" || "RETIRING",
71+
* // InstanceFamilies: [ // InstanceFamilies
72+
* // "STRING_VALUE",
73+
* // ],
7174
* // },
7275
* // AssetLocation: { // AssetLocation
7376
* // RackElevation: Number("float"),

clients/client-outposts/src/commands/ListSitesCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
3636

3737
/**
3838
* @public
39-
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.</p>
39+
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
40+
* results.</p>
4041
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
4142
* all of the specified filters. For a filter where you can specify multiple values, the results include
4243
* items that match any of the values that you specify for the filter.</p>

clients/client-outposts/src/commands/StartConnectionCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
4040
* <p>
4141
* Amazon Web Services uses this action to install Outpost servers.</p>
4242
* </note>
43-
* <p>
44-
* Starts the connection required for Outpost server installation.
45-
* </p>
43+
* <p> Starts the connection required for Outpost server installation. </p>
4644
* <p>
4745
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
4846
* more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">

clients/client-outposts/src/commands/UpdateOutpostCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
3636

3737
/**
3838
* @public
39-
* <p>
40-
* Updates an Outpost.
41-
* </p>
39+
* <p> Updates an Outpost. </p>
4240
* @example
4341
* Use a bare-bones client and the command you need to make an API call.
4442
* ```javascript

0 commit comments

Comments
 (0)