@@ -23,6 +23,18 @@ iot_Hello:
23
23
- description :
24
24
snippet_tags :
25
25
- iot.java2.hello_iot.main
26
+ C++ :
27
+ versions :
28
+ - sdk_version : 1
29
+ github : cpp/example_code/iot/hello_iot
30
+ github_note_at_bottom : true
31
+ excerpts :
32
+ - description : Code for the CMakeLists.txt CMake file.
33
+ snippet_tags :
34
+ - cpp.example_code.iot.hello_iot.cmake
35
+ - description : Code for the hello_iot.cpp source file.
36
+ snippet_tags :
37
+ - cpp.example_code.iot.hello_iot
26
38
services :
27
39
iot : {listThings}
28
40
iot_DescribeEndpoint :
@@ -56,6 +68,14 @@ iot_DescribeEndpoint:
56
68
- description :
57
69
snippet_tags :
58
70
- iot.rust.describe-endpoint
71
+ C++ :
72
+ versions :
73
+ - sdk_version : 1
74
+ github : cpp/example_code/iot
75
+ excerpts :
76
+ - description :
77
+ snippet_tags :
78
+ - cpp.example_code.iot.DescribeEndpoint
59
79
services :
60
80
iot : {DescribeEndpoint}
61
81
iot_ListThings :
@@ -97,8 +117,16 @@ iot_ListCertificates:
97
117
- description :
98
118
snippet_tags :
99
119
- iot.java2.list.certs.main
120
+ C++ :
121
+ versions :
122
+ - sdk_version : 1
123
+ github : cpp/example_code/iot
124
+ excerpts :
125
+ - description :
126
+ snippet_tags :
127
+ - cpp.example_code.iot.ListCertificates
100
128
services :
101
- iot : {ListCertificates}
129
+ iot : {ListCertificates}
102
130
iot_CreateCertificate :
103
131
title : Create an &IoT; certificate using an &AWS; SDK
104
132
title_abbrev : Create a certificate
@@ -122,8 +150,16 @@ iot_CreateCertificate:
122
150
- description :
123
151
snippet_tags :
124
152
- iot.java2.create.cert.main
153
+ C++ :
154
+ versions :
155
+ - sdk_version : 1
156
+ github : cpp/example_code/iot
157
+ excerpts :
158
+ - description :
159
+ snippet_tags :
160
+ - cpp.example_code.iot.CreateKeysAndCertificate
125
161
services :
126
- iot : {CreateKeysAndCertificate}
162
+ iot : {CreateKeysAndCertificate}
127
163
iot_DeleteCertificate :
128
164
title : Delete an &IoT; certificate using an &AWS; SDK
129
165
title_abbrev : Delete a certificate
@@ -147,8 +183,16 @@ iot_DeleteCertificate:
147
183
- description :
148
184
snippet_tags :
149
185
- iot.java2.delete.cert.main
186
+ C++ :
187
+ versions :
188
+ - sdk_version : 1
189
+ github : cpp/example_code/iot
190
+ excerpts :
191
+ - description :
192
+ snippet_tags :
193
+ - cpp.example_code.iot.DeleteCertificate
150
194
services :
151
- iot : {DeleteCertificate}
195
+ iot : {DeleteCertificate}
152
196
iot_SearchIndex :
153
197
title : Query the &IoT; search index using an &AWS; SDK
154
198
title_abbrev : Query the search index
@@ -172,8 +216,32 @@ iot_SearchIndex:
172
216
- description :
173
217
snippet_tags :
174
218
- iot.java2.search.thing.main
219
+ C++ :
220
+ versions :
221
+ - sdk_version : 1
222
+ github : cpp/example_code/iot
223
+ excerpts :
224
+ - description :
225
+ snippet_tags :
226
+ - cpp.example_code.iot.SearchIndex
227
+ services :
228
+ iot : {SearchIndex}
229
+ iot_UpdateIndexingConfiguration :
230
+ title : Update the &IoT; search configuration using an &AWS; SDK
231
+ title_abbrev : Update the search configuration
232
+ synopsis : update the &IoT; search configuration.
233
+ category :
234
+ languages :
235
+ C++ :
236
+ versions :
237
+ - sdk_version : 1
238
+ github : cpp/example_code/iot
239
+ excerpts :
240
+ - description :
241
+ snippet_tags :
242
+ - cpp.example_code.iot.UpdateIndexingConfiguration
175
243
services :
176
- iot : {SearchIndex}
244
+ iot : {UpdateIndexingConfiguration}
177
245
iot_DeleteThing :
178
246
title : Delete an &IoT; thing using an &AWS; SDK
179
247
title_abbrev : Delete a thing
@@ -197,8 +265,16 @@ iot_DeleteThing:
197
265
- description :
198
266
snippet_tags :
199
267
- iot.java2.delete.thing.main
268
+ C++ :
269
+ versions :
270
+ - sdk_version : 1
271
+ github : cpp/example_code/iot
272
+ excerpts :
273
+ - description :
274
+ snippet_tags :
275
+ - cpp.example_code.iot.DeleteThing
200
276
services :
201
- iot : {DeleteThing}
277
+ iot : {DeleteThing}
202
278
iot_DescribeThing :
203
279
title : Describe an &IoT; thing using an &AWS; SDK
204
280
title_abbrev : Describe a thing
@@ -222,8 +298,16 @@ iot_DescribeThing:
222
298
- description :
223
299
snippet_tags :
224
300
- iot.java2.describe.thing.main
301
+ C++ :
302
+ versions :
303
+ - sdk_version : 1
304
+ github : cpp/example_code/iot
305
+ excerpts :
306
+ - description :
307
+ snippet_tags :
308
+ - cpp.example_code.iot.DescribeThing
225
309
services :
226
- iot : {DescribeThing}
310
+ iot : {DescribeThing}
227
311
iot_AttachThingPrincipal :
228
312
title : Attach a certificate to an &IoT; thing using an &AWS; SDK
229
313
title_abbrev : Attach a certificate
@@ -247,8 +331,16 @@ iot_AttachThingPrincipal:
247
331
- description :
248
332
snippet_tags :
249
333
- iot.java2.attach.thing.main
334
+ C++ :
335
+ versions :
336
+ - sdk_version : 1
337
+ github : cpp/example_code/iot
338
+ excerpts :
339
+ - description :
340
+ snippet_tags :
341
+ - cpp.example_code.iot.AttachThingPrincipal
250
342
services :
251
- iot : {AttachThingPrincipal}
343
+ iot : {AttachThingPrincipal}
252
344
iot_DetachThingPrincipal :
253
345
title : Detach a certificate from an &IoT; thing using an &AWS; SDK
254
346
title_abbrev : Detach a certificate
@@ -272,8 +364,16 @@ iot_DetachThingPrincipal:
272
364
- description :
273
365
snippet_tags :
274
366
- iot.java2.detach.thing.main
367
+ C++ :
368
+ versions :
369
+ - sdk_version : 1
370
+ github : cpp/example_code/iot
371
+ excerpts :
372
+ - description :
373
+ snippet_tags :
374
+ - cpp.example_code.iot.DetachThingPrincipal
275
375
services :
276
- iot : {DetachThingPrincipal}
376
+ iot : {DetachThingPrincipal}
277
377
iot_UpdateThing :
278
378
title : Update an &IoT; thing using an &AWS; SDK
279
379
title_abbrev : Update a thing
@@ -297,8 +397,16 @@ iot_UpdateThing:
297
397
- description :
298
398
snippet_tags :
299
399
- iot.java2.update.thing.main
400
+ C++ :
401
+ versions :
402
+ - sdk_version : 1
403
+ github : cpp/example_code/iot
404
+ excerpts :
405
+ - description :
406
+ snippet_tags :
407
+ - cpp.example_code.iot.UpdateThing
300
408
services :
301
- iot : {UpdateThing}
409
+ iot : {UpdateThing}
302
410
iot_CreateRule :
303
411
title : Create an &IoT; rule using an &AWS; SDK
304
412
title_abbrev : Create a rule
@@ -322,8 +430,32 @@ iot_CreateRule:
322
430
- description :
323
431
snippet_tags :
324
432
- iot.java2.create.rule.main
433
+ C++ :
434
+ versions :
435
+ - sdk_version : 1
436
+ github : cpp/example_code/iot
437
+ excerpts :
438
+ - description :
439
+ snippet_tags :
440
+ - cpp.example_code.iot.CreateTopicRule
441
+ services :
442
+ iot : {CreateTopicRule}
443
+ iot_DeleteRule :
444
+ title : Delete an &IoT; rule using an &AWS; SDK
445
+ title_abbrev : Delete a rule
446
+ synopsis : delete an &IoT; rule.
447
+ category :
448
+ languages :
449
+ C++ :
450
+ versions :
451
+ - sdk_version : 1
452
+ github : cpp/example_code/iot
453
+ excerpts :
454
+ - description :
455
+ snippet_tags :
456
+ - cpp.example_code.iot.DeleteTopicRule
325
457
services :
326
- iot : {CreateTopicRule}
458
+ iot : {DeleteTopicRule}
327
459
iot_CreateThing :
328
460
title : Create &IoT; things using an &AWS; SDK
329
461
title_abbrev : Create a thing
@@ -347,12 +479,20 @@ iot_CreateThing:
347
479
- description :
348
480
snippet_tags :
349
481
- iot.java2.create.thing.main
482
+ C++ :
483
+ versions :
484
+ - sdk_version : 1
485
+ github : cpp/example_code/iot
486
+ excerpts :
487
+ - description :
488
+ snippet_tags :
489
+ - cpp.example_code.iot.CreateThing
350
490
services :
351
- iot : {CreateThing}
491
+ iot : {CreateThing}
352
492
iot_Scenario :
353
- title : Working with &IoT; devices, things, and shadows using &IoT; SDK
354
- title_abbrev : Working with device management use cases
355
- synopsis : working with &IoT; device management use cases using &IoT; SDK
493
+ title : Work with &IoT; devices, things, and shadows using &IoT; SDK
494
+ title_abbrev : Work with device management use cases
495
+ synopsis : work with &IoT; device management use cases using &IoT; SDK
356
496
category : Scenarios
357
497
languages :
358
498
Kotlin :
@@ -373,5 +513,45 @@ iot_Scenario:
373
513
- description :
374
514
snippet_tags :
375
515
- iot.java2.scenario.main
516
+ C++ :
517
+ versions :
518
+ - sdk_version : 1
519
+ github : cpp/example_code/iot/things_and_shadows_workflow
520
+ excerpts :
521
+ - description : Create an &IoT; thing.
522
+ snippet_tags :
523
+ - cpp.example_code.iot.iot_things_and_shadows.create_thing
524
+ - description :
525
+ snippet_tags :
526
+ - cpp.example_code.iot.CreateThing
527
+ - description : Generate and attach a device certificate.
528
+ snippet_tags :
529
+ - cpp.example_code.iot.iot_things_and_shadows.certificates
530
+ - description :
531
+ snippet_tags :
532
+ - cpp.example_code.iot.CreateKeysAndCertificate
533
+ - cpp.example_code.iot.AttachThingPrincipal
534
+ - description : Perform various operations on the &IoT; thing.
535
+ snippet_tags :
536
+ - cpp.example_code.iot.iot_things_and_shadows.various_operations
537
+ - description :
538
+ snippet_tags :
539
+ - cpp.example_code.iot.UpdateThing
540
+ - cpp.example_code.iot.DescribeEndpoint
541
+ - cpp.example_code.iot.ListCertificates
542
+ - cpp.example_code.iot.UpdateThingShadow
543
+ - cpp.example_code.iot.GetThingShadow
544
+ - cpp.example_code.iot.CreateTopicRule
545
+ - cpp.example_code.iot.ListTopicRules
546
+ - cpp.example_code.iot.SearchIndex
547
+ - description : Clean up resources.
548
+ snippet_tags :
549
+ - cpp.example_code.iot.iot_things_and_shadows.cleanup
550
+ - description :
551
+ snippet_tags :
552
+ - cpp.example_code.iot.DetachThingPrincipal
553
+ - cpp.example_code.iot.DeleteCertificate
554
+ - cpp.example_code.iot.DeleteTopicRule
555
+ - cpp.example_code.iot.DeleteThing
376
556
services :
377
557
iot : {}
0 commit comments