Skip to content

Commit 16c350c

Browse files
author
AWS
committed
AWS IoT Wireless Update: Add ARN & Tags for PartnerAccount related APIs and WirelessGatewayTaskDefinition related APIs
1 parent 790b350 commit 16c350c

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
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": "Add ARN & Tags for PartnerAccount related APIs and WirelessGatewayTaskDefinition related APIs"
6+
}

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,10 @@
990990
"shape":"ClientRequestToken",
991991
"documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
992992
"idempotencyToken":true
993+
},
994+
"Tags":{
995+
"shape":"TagList",
996+
"documentation":"<p>The tags attached to the specified resource. Tags are metadata that can be used to manage a resource</p>"
993997
}
994998
}
995999
},
@@ -999,6 +1003,10 @@
9991003
"Sidewalk":{
10001004
"shape":"SidewalkAccountInfo",
10011005
"documentation":"<p>The Sidewalk account credentials.</p>"
1006+
},
1007+
"Arn":{
1008+
"shape":"PartnerAccountArn",
1009+
"documentation":"<p>The Amazon Resource Name of the resource.</p>"
10021010
}
10031011
}
10041012
},
@@ -1351,6 +1359,10 @@
13511359
"shape":"ClientRequestToken",
13521360
"documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
13531361
"idempotencyToken":true
1362+
},
1363+
"Tags":{
1364+
"shape":"TagList",
1365+
"documentation":"<p>The tags attached to the specified resource. Tags are metadata that can be used to manage a resource</p>"
13541366
}
13551367
}
13561368
},
@@ -1360,6 +1372,10 @@
13601372
"Id":{
13611373
"shape":"WirelessGatewayTaskDefinitionId",
13621374
"documentation":"<p>The ID of the new wireless gateway task definition.</p>"
1375+
},
1376+
"Arn":{
1377+
"shape":"WirelessGatewayTaskDefinitionArn",
1378+
"documentation":"<p>The Amazon Resource Name of the resource.</p>"
13631379
}
13641380
}
13651381
},
@@ -2027,7 +2043,7 @@
20272043
},
20282044
"LoRaWANNetworkServerCertificateId":{
20292045
"shape":"IotCertificateId",
2030-
"documentation":"<p>The ID of the certificate associated with the wireless gateway and used for LoRaWANNetworkServer endpoint.</p>"
2046+
"documentation":"<p>The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.</p>"
20312047
}
20322048
}
20332049
},
@@ -2157,6 +2173,10 @@
21572173
"Update":{
21582174
"shape":"UpdateWirelessGatewayTaskCreate",
21592175
"documentation":"<p>Information about the gateways to update.</p>"
2176+
},
2177+
"Arn":{
2178+
"shape":"WirelessGatewayTaskDefinitionArn",
2179+
"documentation":"<p>The Amazon Resource Name of the resource.</p>"
21602180
}
21612181
}
21622182
},
@@ -2946,6 +2966,7 @@
29462966
"max":32,
29472967
"min":1
29482968
},
2969+
"PartnerAccountArn":{"type":"string"},
29492970
"PartnerAccountId":{
29502971
"type":"string",
29512972
"max":256
@@ -3169,6 +3190,10 @@
31693190
"Fingerprint":{
31703191
"shape":"Fingerprint",
31713192
"documentation":"<p>The fingerprint of the Sidewalk application server private key.</p>"
3193+
},
3194+
"Arn":{
3195+
"shape":"PartnerAccountArn",
3196+
"documentation":"<p>The Amazon Resource Name of the resource.</p>"
31723197
}
31733198
},
31743199
"documentation":"<p>Information about a Sidewalk account.</p>"
@@ -3532,6 +3557,10 @@
35323557
"LoRaWAN":{
35333558
"shape":"LoRaWANUpdateGatewayTaskEntry",
35343559
"documentation":"<p>The properties that relate to the LoRaWAN wireless gateway.</p>"
3560+
},
3561+
"Arn":{
3562+
"shape":"WirelessGatewayTaskDefinitionArn",
3563+
"documentation":"<p>The Amazon Resource Name of the resource.</p>"
35353564
}
35363565
},
35373566
"documentation":"<p>UpdateWirelessGatewayTaskEntry object.</p>"
@@ -3669,6 +3698,7 @@
36693698
"type":"list",
36703699
"member":{"shape":"WirelessGatewayStatistics"}
36713700
},
3701+
"WirelessGatewayTaskDefinitionArn":{"type":"string"},
36723702
"WirelessGatewayTaskDefinitionId":{
36733703
"type":"string",
36743704
"max":36,

0 commit comments

Comments
 (0)