Skip to content

Commit bfe878e

Browse files
committed
Merge branch 'main' of https://github.com/aws/aws-iot-device-sdk-python-v2 into doc_link_validation
2 parents f5b1320 + 4961400 commit bfe878e

File tree

10 files changed

+101
-3
lines changed

10 files changed

+101
-3
lines changed

samples/greengrass/basic_discovery.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,14 @@ This sample is intended for use with the following tutorials in the AWS IoT Gree
77

88
* [Connect and test client devices](https://docs.aws.amazon.com/greengrass/v2/developerguide/client-devices-tutorial.html)
99
* [Test client device communications](https://docs.aws.amazon.com/greengrass/v2/developerguide/test-client-device-communications.html)
10-
* [Getting Started with AWS IoT Greengrass](https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-gs.html)
10+
* [Getting Started with AWS IoT Greengrass](https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-gs.html)
11+
12+
## ⚠️ Usage disclaimer
13+
14+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
15+
16+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
17+
18+
- Be aware of the resources that these examples create or delete.
19+
- Be aware of the costs that might be charged to your account as a result.
20+
- Back up your important data.

samples/greengrass/ipc_greengrass.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,13 @@ Replace the following with your information:
9797
<br />
9898

9999
Note that you will need to have the Python V2 SDK installed on the Greengrass device in order to compile the sample on the Greengrass device.
100+
101+
## ⚠️ Usage disclaimer
102+
103+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
104+
105+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
106+
107+
- Be aware of the resources that these examples create or delete.
108+
- Be aware of the costs that might be charged to your account as a result.
109+
- Back up your important data.

samples/mqtt/mqtt5_aws_websocket.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,13 @@ The sample will not run without the required arguments and will notify you of mi
102102

103103
## Additional Information
104104
Additional help with the MQTT5 Client can be found in the [MQTT5 Userguide](../../documents/MQTT5_Userguide.md). This guide will provide more details on MQTT5 [operations](../../documents/MQTT5_Userguide.md#optional-keyword-arguments), [lifecycle events](../../documents/MQTT5_Userguide.md#lifecycle-events), [connection methods](../../documents/MQTT5_Userguide.md#connecting-to-aws-iot-core), and other useful information.
105+
106+
## ⚠️ Usage disclaimer
107+
108+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
109+
110+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
111+
112+
- Be aware of the resources that these examples create or delete.
113+
- Be aware of the costs that might be charged to your account as a result.
114+
- Back up your important data.

samples/mqtt/mqtt5_custom_auth.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,13 @@ The sample will not run without the required arguments and will notify you of mi
131131

132132
## Additional Information
133133
Additional help with the MQTT5 Client can be found in the [MQTT5 Userguide](../../documents/MQTT5_Userguide.md). This guide will provide more details on MQTT5 [operations](../../documents/MQTT5_Userguide.md#optional-keyword-arguments), [lifecycle events](../../documents/MQTT5_Userguide.md#lifecycle-events), [connection methods](../../documents/MQTT5_Userguide.md#connecting-to-aws-iot-core), and other useful information.
134+
135+
## ⚠️ Usage disclaimer
136+
137+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
138+
139+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
140+
141+
- Be aware of the resources that these examples create or delete.
142+
- Be aware of the costs that might be charged to your account as a result.
143+
- Back up your important data.

samples/mqtt/mqtt5_pkcs11_connect.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,13 @@ The steps to use [SoftHSM2](https://www.opendnssec.org/softhsm/) as the PKCS#11
169169

170170
## Additional Information
171171
Additional help with the MQTT5 Client can be found in the [MQTT5 Userguide](../../documents/MQTT5_Userguide.md). This guide will provide more details on MQTT5 [operations](../../documents/MQTT5_Userguide.md#optional-keyword-arguments), [lifecycle events](../../documents/MQTT5_Userguide.md#lifecycle-events), [connection methods](../../documents/MQTT5_Userguide.md#connecting-to-aws-iot-core), and other useful information.
172+
173+
## ⚠️ Usage disclaimer
174+
175+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
176+
177+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
178+
179+
- Be aware of the resources that these examples create or delete.
180+
- Be aware of the costs that might be charged to your account as a result.
181+
- Back up your important data.

samples/mqtt/mqtt5_x509.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,13 @@ The sample will not run without the required arguments and will notify you of mi
106106

107107
## Additional Information
108108
Additional help with the MQTT5 Client can be found in the [MQTT5 Userguide](../../documents/MQTT5_Userguide.md). This guide will provide more details on MQTT5 [operations](../../documents/MQTT5_Userguide.md#optional-keyword-arguments), [lifecycle events](../../documents/MQTT5_Userguide.md#lifecycle-events), [connection methods](../../documents/MQTT5_Userguide.md#connecting-to-aws-iot-core), and other useful information.
109+
110+
## ⚠️ Usage disclaimer
111+
112+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
113+
114+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
115+
116+
- Be aware of the resources that these examples create or delete.
117+
- Be aware of the costs that might be charged to your account as a result.
118+
- Back up your important data.

samples/service_clients/fleet_provisioning_basic.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,13 @@ python3 samples/service_clients/fleet_provisioning_basic.py --endpoint <endpoint
279279
As per normal, replace the `<>` parameters with the proper values. Notice that we provided substitution values for the two parameters in the template body, `DeviceLocation` and `SerialNumber`.
280280

281281
With that, the sample should run and work as expected! You should then find you have a new AWS IoT Core thing!
282+
283+
## ⚠️ Usage disclaimer
284+
285+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
286+
287+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
288+
289+
- Be aware of the resources that these examples create or delete.
290+
- Be aware of the costs that might be charged to your account as a result.
291+
- Back up your important data.

samples/service_clients/fleet_provisioning_csr.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,12 @@ Finally, you pass the certificate signing request while invoking the Fleet Provi
288288
python3 samples/service_clients/fleet_provisioning_csr.py --endpoint <endpoint> --cert <file> --key <file> --csr_file <file> --template_name <template name> --template_parameters '{"SerialNumber":"1","DeviceLocation":"Seattle"}'
289289
```
290290

291+
## ⚠️ Usage disclaimer
291292

293+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
294+
295+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
296+
297+
- Be aware of the resources that these examples create or delete.
298+
- Be aware of the costs that might be charged to your account as a result.
299+
- Back up your important data.

samples/service_clients/jobs.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,14 @@ A device's persistent job executor should:
330330
1. On startup, create and open streaming operations for both the JobExecutionsChanged and NextJobExecutionChanged events
331331
2. On startup, get and cache the set of incomplete job executions using `get_pending_job_executions`
332332
3. Keep the cached job execution set up to date by reacting appropriately to JobExecutionsChanged and NextJobExecutionChanged events
333-
4. While there are incomplete job executions, start and execute them one-at-a-time; otherwise wait for a new entry in the incomplete (queued) job executions set.
333+
4. While there are incomplete job executions, start and execute them one-at-a-time; otherwise wait for a new entry in the incomplete (queued) job executions set.
334+
335+
## ⚠️ Usage disclaimer
336+
337+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
338+
339+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
340+
341+
- Be aware of the resources that these examples create or delete.
342+
- Be aware of the costs that might be charged to your account as a result.
343+
- Back up your important data.

samples/service_clients/shadow.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,14 @@ yields something like
303303
```
304304
delete response:
305305
awsiot.iotshadow.DeleteShadowResponse(client_token='31a0b27a-a4b6-4883-afd5-ce485f309926', timestamp=datetime.datetime(2025, 5, 15, 10, 32, 24), version=9)
306-
```
306+
```
307+
308+
## ⚠️ Usage disclaimer
309+
310+
These code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https://aws.amazon.com/pricing/).
311+
312+
Additionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:
313+
314+
- Be aware of the resources that these examples create or delete.
315+
- Be aware of the costs that might be charged to your account as a result.
316+
- Back up your important data.

0 commit comments

Comments
 (0)