You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/iotdeviceadvisor/src/main/resources/codegen-resources/service-2.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,14 @@
5
5
"endpointPrefix":"api.iotdeviceadvisor",
6
6
"jsonVersion":"1.1",
7
7
"protocol":"rest-json",
8
+
"protocols":["rest-json"],
8
9
"serviceAbbreviation":"AWSIoTDeviceAdvisor",
9
10
"serviceFullName":"AWS IoT Core Device Advisor",
10
11
"serviceId":"IotDeviceAdvisor",
11
12
"signatureVersion":"v4",
12
13
"signingName":"iotdeviceadvisor",
13
-
"uid":"iotdeviceadvisor-2020-09-18"
14
+
"uid":"iotdeviceadvisor-2020-09-18",
15
+
"auth":["aws.auth#sigv4"]
14
16
},
15
17
"operations":{
16
18
"CreateSuiteDefinition":{
@@ -232,6 +234,12 @@
232
234
"SignatureVersion4"
233
235
]
234
236
},
237
+
"ClientToken":{
238
+
"type":"string",
239
+
"max":64,
240
+
"min":1,
241
+
"pattern":"^[\\u0021-\\u007E]+$"
242
+
},
235
243
"ConflictException":{
236
244
"type":"structure",
237
245
"members":{
@@ -255,6 +263,11 @@
255
263
"tags":{
256
264
"shape":"TagMap",
257
265
"documentation":"<p>The tags to be attached to the suite definition.</p>"
266
+
},
267
+
"clientToken":{
268
+
"shape":"ClientToken",
269
+
"documentation":"<p>The client token for the test suite definition creation. This token is used for tracking test suite definition creation using retries and obtaining its status. This parameter is optional.</p>",
0 commit comments