Skip to content

Commit fa43c0a

Browse files
author
awstools
committed
docs(client-iotfleethub): Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
1 parent 72ff8d0 commit fa43c0a

14 files changed

+31
-65
lines changed

clients/client-iotfleethub/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

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

9-
<p>With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
10-
<note>
11-
<p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
12-
</note>
9+
<p>With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
1310

1411
## Installing
1512

clients/client-iotfleethub/src/IoTFleetHub.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,7 @@ export interface IoTFleetHub {
179179
}
180180

181181
/**
182-
* <p>With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
183-
* <note>
184-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
185-
* </note>
182+
* <p>With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
186183
* @public
187184
*/
188185
export class IoTFleetHub extends IoTFleetHubClient implements IoTFleetHub {}

clients/client-iotfleethub/src/IoTFleetHubClient.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,7 @@ export type IoTFleetHubClientResolvedConfigType = __SmithyResolvedConfiguration<
276276
export interface IoTFleetHubClientResolvedConfig extends IoTFleetHubClientResolvedConfigType {}
277277

278278
/**
279-
* <p>With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
280-
* <note>
281-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
282-
* </note>
279+
* <p>With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p>
283280
* @public
284281
*/
285282
export class IoTFleetHubClient extends __Client<

clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
2727
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {}
2828

2929
/**
30-
* <p>Creates a Fleet Hub for AWS IoT Device Management web application.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
30+
* <p>Creates a Fleet Hub for IoT Device Management web application.</p>
31+
* <p>When creating a Fleet Hub application, you must create an organization instance of
32+
* IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in
33+
* the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/get-set-up-for-idc.html">Enabling
34+
* IAM Identity Center</a> and <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/organization-instances-identity-center.html">Organization instances of IAM Identity Center</a>.</p>
3435
* @example
3536
* Use a bare-bones client and the command you need to make an API call.
3637
* ```javascript

clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
2727
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {}
2828

2929
/**
30-
* <p>Deletes a Fleet Hub for AWS IoT Device Management web application.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
30+
* <p>Deletes a Fleet Hub for IoT Device Management web application.</p>
3431
* @example
3532
* Use a bare-bones client and the command you need to make an API call.
3633
* ```javascript

clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
2727
export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {}
2828

2929
/**
30-
* <p>Gets information about a Fleet Hub for AWS IoT Device Management web application.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
30+
* <p>Gets information about a Fleet Hub for IoT Device Management web application.</p>
3431
* @example
3532
* Use a bare-bones client and the command you need to make an API call.
3633
* ```javascript

clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
2727
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
2828

2929
/**
30-
* <p>Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
30+
* <p>Gets a list of Fleet Hub for IoT Device Management web applications for the current account.</p>
3431
* @example
3532
* Use a bare-bones client and the command you need to make an API call.
3633
* ```javascript

clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
2828

2929
/**
3030
* <p>Lists the tags for the specified resource.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
3431
* @example
3532
* Use a bare-bones client and the command you need to make an API call.
3633
* ```javascript

clients/client-iotfleethub/src/commands/TagResourceCommand.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
2828

2929
/**
3030
* <p>Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
3431
* @example
3532
* Use a bare-bones client and the command you need to make an API call.
3633
* ```javascript

clients/client-iotfleethub/src/commands/UntagResourceCommand.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
2828

2929
/**
3030
* <p>Removes the specified tags (metadata) from the resource.</p>
31-
* <note>
32-
* <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p>
33-
* </note>
3431
* @example
3532
* Use a bare-bones client and the command you need to make an API call.
3633
* ```javascript

0 commit comments

Comments
 (0)