From 21cfcde3c6930a6eb3fe6be8a75b6075238a3cf8 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 26 Mar 2021 18:08:05 +0000 Subject: [PATCH] AWS IoT Wireless Update: Support tag-on-create for WirelessDevice. --- .../feature-AWSIoTWireless-e3b636a.json | 6 +++++ .../codegen-resources/service-2.json | 22 +++++++++++-------- 2 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 .changes/next-release/feature-AWSIoTWireless-e3b636a.json diff --git a/.changes/next-release/feature-AWSIoTWireless-e3b636a.json b/.changes/next-release/feature-AWSIoTWireless-e3b636a.json new file mode 100644 index 000000000000..f52557ed5ab9 --- /dev/null +++ b/.changes/next-release/feature-AWSIoTWireless-e3b636a.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "AWS IoT Wireless", + "contributor": "", + "description": "Support tag-on-create for WirelessDevice." +} diff --git a/services/iotwireless/src/main/resources/codegen-resources/service-2.json b/services/iotwireless/src/main/resources/codegen-resources/service-2.json index 14cca46e6e9c..ea0b373c6113 100644 --- a/services/iotwireless/src/main/resources/codegen-resources/service-2.json +++ b/services/iotwireless/src/main/resources/codegen-resources/service-2.json @@ -993,7 +993,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

The tags attached to the specified resource. Tags are metadata that can be used to manage a resource

" + "documentation":"

The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

" } } }, @@ -1160,7 +1160,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

The tags to attach to the new destination. Tags are metadata that can be used to manage a resource.

" + "documentation":"

The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.

" }, "ClientRequestToken":{ "shape":"ClientRequestToken", @@ -1195,7 +1195,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

The tags to attach to the new device profile Tags are metadata that can be used to manage a resource.

" + "documentation":"

The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.

" }, "ClientRequestToken":{ "shape":"ClientRequestToken", @@ -1230,7 +1230,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

The tags to attach to the new service profile. Tags are metadata that can be used to manage a resource.

" + "documentation":"

The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.

" }, "ClientRequestToken":{ "shape":"ClientRequestToken", @@ -1283,6 +1283,10 @@ "LoRaWAN":{ "shape":"LoRaWANDevice", "documentation":"

The device configuration information to use to create the wireless device.

" + }, + "Tags":{ + "shape":"TagList", + "documentation":"

The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.

" } } }, @@ -1317,7 +1321,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

The tags to attach to the new wireless gateway. Tags are metadata that can be used to manage a resource.

" + "documentation":"

The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.

" }, "ClientRequestToken":{ "shape":"ClientRequestToken", @@ -1362,7 +1366,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

The tags attached to the specified resource. Tags are metadata that can be used to manage a resource

" + "documentation":"

The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

" } } }, @@ -2371,7 +2375,7 @@ "members":{ "ResourceArn":{ "shape":"AmazonResourceName", - "documentation":"

The ARN of the resource for which to list tags.

", + "documentation":"

The ARN of the resource for which you want to list tags.

", "location":"querystring", "locationName":"resourceArn" } @@ -2382,7 +2386,7 @@ "members":{ "Tags":{ "shape":"TagList", - "documentation":"

The tags attached to the specified resource. Tags are metadata that can be used to manage a resource

" + "documentation":"

The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

" } } }, @@ -3292,7 +3296,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

" + "documentation":"

Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.

" } } },