Skip to content

Commit 21cfcde

Browse files
author
AWS
committed
AWS IoT Wireless Update: Support tag-on-create for WirelessDevice.
1 parent fe319c7 commit 21cfcde

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT Wireless",
4+
"contributor": "",
5+
"description": "Support tag-on-create for WirelessDevice."
6+
}

services/iotwireless/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@
993993
},
994994
"Tags":{
995995
"shape":"TagList",
996-
"documentation":"<p>The tags attached to the specified resource. Tags are metadata that can be used to manage a resource</p>"
996+
"documentation":"<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>"
997997
}
998998
}
999999
},
@@ -1160,7 +1160,7 @@
11601160
},
11611161
"Tags":{
11621162
"shape":"TagList",
1163-
"documentation":"<p>The tags to attach to the new destination. Tags are metadata that can be used to manage a resource.</p>"
1163+
"documentation":"<p>The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.</p>"
11641164
},
11651165
"ClientRequestToken":{
11661166
"shape":"ClientRequestToken",
@@ -1195,7 +1195,7 @@
11951195
},
11961196
"Tags":{
11971197
"shape":"TagList",
1198-
"documentation":"<p>The tags to attach to the new device profile Tags are metadata that can be used to manage a resource.</p>"
1198+
"documentation":"<p>The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.</p>"
11991199
},
12001200
"ClientRequestToken":{
12011201
"shape":"ClientRequestToken",
@@ -1230,7 +1230,7 @@
12301230
},
12311231
"Tags":{
12321232
"shape":"TagList",
1233-
"documentation":"<p>The tags to attach to the new service profile. Tags are metadata that can be used to manage a resource.</p>"
1233+
"documentation":"<p>The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.</p>"
12341234
},
12351235
"ClientRequestToken":{
12361236
"shape":"ClientRequestToken",
@@ -1283,6 +1283,10 @@
12831283
"LoRaWAN":{
12841284
"shape":"LoRaWANDevice",
12851285
"documentation":"<p>The device configuration information to use to create the wireless device.</p>"
1286+
},
1287+
"Tags":{
1288+
"shape":"TagList",
1289+
"documentation":"<p>The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.</p>"
12861290
}
12871291
}
12881292
},
@@ -1317,7 +1321,7 @@
13171321
},
13181322
"Tags":{
13191323
"shape":"TagList",
1320-
"documentation":"<p>The tags to attach to the new wireless gateway. Tags are metadata that can be used to manage a resource.</p>"
1324+
"documentation":"<p>The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.</p>"
13211325
},
13221326
"ClientRequestToken":{
13231327
"shape":"ClientRequestToken",
@@ -1362,7 +1366,7 @@
13621366
},
13631367
"Tags":{
13641368
"shape":"TagList",
1365-
"documentation":"<p>The tags attached to the specified resource. Tags are metadata that can be used to manage a resource</p>"
1369+
"documentation":"<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>"
13661370
}
13671371
}
13681372
},
@@ -2371,7 +2375,7 @@
23712375
"members":{
23722376
"ResourceArn":{
23732377
"shape":"AmazonResourceName",
2374-
"documentation":"<p>The ARN of the resource for which to list tags.</p>",
2378+
"documentation":"<p>The ARN of the resource for which you want to list tags.</p>",
23752379
"location":"querystring",
23762380
"locationName":"resourceArn"
23772381
}
@@ -2382,7 +2386,7 @@
23822386
"members":{
23832387
"Tags":{
23842388
"shape":"TagList",
2385-
"documentation":"<p>The tags attached to the specified resource. Tags are metadata that can be used to manage a resource</p>"
2389+
"documentation":"<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>"
23862390
}
23872391
}
23882392
},
@@ -3292,7 +3296,7 @@
32923296
},
32933297
"Tags":{
32943298
"shape":"TagList",
3295-
"documentation":"<p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.</p>"
3299+
"documentation":"<p>Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.</p>"
32963300
}
32973301
}
32983302
},

0 commit comments

Comments
 (0)