File tree Expand file tree Collapse file tree 9 files changed +100
-21
lines changed
javascriptv3/example_code/ssm Expand file tree Collapse file tree 9 files changed +100
-21
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,19 @@ This example shows you how to get started using AWS IoT.
9999
100100#### Learn the basics
101101
102- This example shows you how to work with AWS IoT device management.
103-
102+ This example shows you how to do the following:
103+
104+ - Create an AWS IoT Thing.
105+ - Generate a device certificate.
106+ - Update an AWS IoT Thing with Attributes.
107+ - Return a unique endpoint.
108+ - List your AWS IoT certificates.
109+ - Create an AWS IoT shadow.
110+ - Write out state information.
111+ - Creates a rule.
112+ - List your rules.
113+ - Search things using the Thing name.
114+ - Delete an AWS IoT Thing.
104115
105116<!-- custom.basic_prereqs.iot_Scenario.start-->
106117<!-- custom.basic_prereqs.iot_Scenario.end-->
@@ -140,4 +151,4 @@ This example shows you how to work with AWS IoT device management.
140151
141152Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
142153
143- SPDX-License-Identifier: Apache-2.0
154+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -80,8 +80,15 @@ go run ./cmd -h
8080```
8181#### Learn the basics
8282
83- This example shows you how to learn core operations for Amazon Redshift using an AWS SDK.
83+ This example shows you how to do the following:
8484
85+ - Create a Redshift cluster.
86+ - List databases in the cluster.
87+ - Create a table named Movies.
88+ - Populate the Movies table.
89+ - Query the Movies table by year.
90+ - Modify the Redshift cluster.
91+ - Delete the Amazon Redshift cluster.
8592
8693<!-- custom.basic_prereqs.redshift_Scenario.start-->
8794<!-- custom.basic_prereqs.redshift_Scenario.end-->
@@ -117,4 +124,4 @@ in the `gov2` folder.
117124
118125Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
119126
120- SPDX-License-Identifier: Apache-2.0
127+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -103,8 +103,15 @@ node ./hello.js
103103
104104#### Learn the basics
105105
106- This example shows you how to work with Systems Manager maintenance windows, documents, and OpsItems.
106+ This example shows you how to do the following:
107107
108+ - Create a maintenance window.
109+ - Modify the maintenance window schedule.
110+ - Create a document.
111+ - Send a command to a specified EC2 instance.
112+ - Create an OpsItem.
113+ - Update and resolve the OpsItem.
114+ - Delete the maintenance window, OpsItem, and document.
108115
109116<!-- custom.basic_prereqs.ssm_Scenario.start-->
110117<!-- custom.basic_prereqs.ssm_Scenario.end-->
@@ -140,4 +147,4 @@ in the `javascriptv3` folder.
140147
141148Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
142149
143- SPDX-License-Identifier: Apache-2.0
150+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -77,8 +77,19 @@ This example shows you how to get started using AWS IoT.
7777
7878#### Learn the basics
7979
80- This example shows you how to work with AWS IoT device management.
81-
80+ This example shows you how to do the following:
81+
82+ - Create an AWS IoT Thing.
83+ - Generate a device certificate.
84+ - Update an AWS IoT Thing with Attributes.
85+ - Return a unique endpoint.
86+ - List your AWS IoT certificates.
87+ - Create an AWS IoT shadow.
88+ - Write out state information.
89+ - Creates a rule.
90+ - List your rules.
91+ - Search things using the Thing name.
92+ - Delete an AWS IoT Thing.
8293
8394<!-- custom.basic_prereqs.iot_Scenario.start-->
8495<!-- custom.basic_prereqs.iot_Scenario.end-->
@@ -114,4 +125,4 @@ in the `javav2` folder.
114125
115126Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
116127
117- SPDX-License-Identifier: Apache-2.0
128+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -79,8 +79,17 @@ This example shows you how to get started using AWS IoT SiteWise.
7979
8080#### Learn the basics
8181
82- This example shows you how to learn core operations for AWS IoT SiteWise using an AWS SDK.
83-
82+ This example shows you how to do the following:
83+
84+ - Create an AWS IoT SiteWise Asset Model.
85+ - Create an AWS IoT SiteWise Asset.
86+ - Retrieve the property ID values.
87+ - Send data to an AWS IoT SiteWise Asset.
88+ - Retrieve the value of the AWS IoT SiteWise Asset property.
89+ - Create an AWS IoT SiteWise Portal.
90+ - Create an AWS IoT SiteWise Gateway.
91+ - Describe the AWS IoT SiteWise Gateway.
92+ - Delete the AWS IoT SiteWise Assets.
8493
8594<!-- custom.basic_prereqs.iotsitewise_Scenario.start-->
8695<!-- custom.basic_prereqs.iotsitewise_Scenario.end-->
Original file line number Diff line number Diff line change @@ -73,8 +73,15 @@ This example shows you how to get started using Amazon Redshift.
7373
7474#### Learn the basics
7575
76- This example shows you how to learn core operations for Amazon Redshift using an AWS SDK.
76+ This example shows you how to do the following:
7777
78+ - Create a Redshift cluster.
79+ - List databases in the cluster.
80+ - Create a table named Movies.
81+ - Populate the Movies table.
82+ - Query the Movies table by year.
83+ - Modify the Redshift cluster.
84+ - Delete the Amazon Redshift cluster.
7885
7986<!-- custom.basic_prereqs.redshift_Scenario.start-->
8087<!-- custom.basic_prereqs.redshift_Scenario.end-->
@@ -110,4 +117,4 @@ in the `javav2` folder.
110117
111118Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
112119
113- SPDX-License-Identifier: Apache-2.0
120+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -77,8 +77,19 @@ This example shows you how to get started using AWS IoT.
7777
7878#### Learn the basics
7979
80- This example shows you how to work with AWS IoT device management.
81-
80+ This example shows you how to do the following:
81+
82+ - Create an AWS IoT Thing.
83+ - Generate a device certificate.
84+ - Update an AWS IoT Thing with Attributes.
85+ - Return a unique endpoint.
86+ - List your AWS IoT certificates.
87+ - Create an AWS IoT shadow.
88+ - Write out state information.
89+ - Creates a rule.
90+ - List your rules.
91+ - Search things using the Thing name.
92+ - Delete an AWS IoT Thing.
8293
8394<!-- custom.basic_prereqs.iot_Scenario.start-->
8495<!-- custom.basic_prereqs.iot_Scenario.end-->
@@ -114,4 +125,4 @@ in the `kotlin` folder.
114125
115126Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
116127
117- SPDX-License-Identifier: Apache-2.0
128+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change @@ -86,8 +86,17 @@ python hello/hello_iot_sitewise.py
8686
8787#### Learn the basics
8888
89- This example shows you how to learn core operations for AWS IoT SiteWise using an AWS SDK.
90-
89+ This example shows you how to do the following:
90+
91+ - Create an AWS IoT SiteWise Asset Model.
92+ - Create an AWS IoT SiteWise Asset.
93+ - Retrieve the property ID values.
94+ - Send data to an AWS IoT SiteWise Asset.
95+ - Retrieve the value of the AWS IoT SiteWise Asset property.
96+ - Create an AWS IoT SiteWise Portal.
97+ - Create an AWS IoT SiteWise Gateway.
98+ - Describe the AWS IoT SiteWise Gateway.
99+ - Delete the AWS IoT SiteWise Assets.
91100
92101<!-- custom.basic_prereqs.iotsitewise_Scenario.start-->
93102<!-- custom.basic_prereqs.iotsitewise_Scenario.end-->
Original file line number Diff line number Diff line change @@ -79,8 +79,15 @@ python hello.py
7979
8080#### Learn the basics
8181
82- This example shows you how to learn core operations for Amazon Redshift using an AWS SDK.
82+ This example shows you how to do the following:
8383
84+ - Create a Redshift cluster.
85+ - List databases in the cluster.
86+ - Create a table named Movies.
87+ - Populate the Movies table.
88+ - Query the Movies table by year.
89+ - Modify the Redshift cluster.
90+ - Delete the Amazon Redshift cluster.
8491
8592<!-- custom.basic_prereqs.redshift_Scenario.start-->
8693<!-- custom.basic_prereqs.redshift_Scenario.end-->
@@ -122,4 +129,4 @@ in the `python` folder.
122129
123130Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
124131
125- SPDX-License-Identifier: Apache-2.0
132+ SPDX-License-Identifier: Apache-2.0
You can’t perform that action at this time.
0 commit comments