Skip to content

Commit 7e8fead

Browse files
author
AWS
committed
AWS IoT Data Plane Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent c17645e commit 7e8fead

File tree

3 files changed

+29
-21
lines changed

3 files changed

+29
-21
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 Data Plane",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

services/iotdataplane/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,11 +212,11 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [
@@ -364,14 +360,16 @@
364360
},
365361
"type": "endpoint"
366362
}
367-
]
363+
],
364+
"type": "tree"
368365
},
369366
{
370367
"conditions": [],
371368
"error": "FIPS is enabled but this partition does not support FIPS",
372369
"type": "error"
373370
}
374-
]
371+
],
372+
"type": "tree"
375373
},
376374
{
377375
"conditions": [
@@ -385,7 +383,6 @@
385383
]
386384
}
387385
],
388-
"type": "tree",
389386
"rules": [
390387
{
391388
"conditions": [
@@ -405,7 +402,6 @@
405402
]
406403
}
407404
],
408-
"type": "tree",
409405
"rules": [
410406
{
411407
"conditions": [],
@@ -416,14 +412,16 @@
416412
},
417413
"type": "endpoint"
418414
}
419-
]
415+
],
416+
"type": "tree"
420417
},
421418
{
422419
"conditions": [],
423420
"error": "DualStack is enabled but this partition does not support DualStack",
424421
"type": "error"
425422
}
426-
]
423+
],
424+
"type": "tree"
427425
},
428426
{
429427
"conditions": [
@@ -528,9 +526,11 @@
528526
},
529527
"type": "endpoint"
530528
}
531-
]
529+
],
530+
"type": "tree"
532531
}
533-
]
532+
],
533+
"type": "tree"
534534
},
535535
{
536536
"conditions": [],

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"apiVersion":"2015-05-28",
55
"endpointPrefix":"data-ats.iot",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"AWS IoT Data Plane",
89
"serviceId":"IoT Data Plane",
910
"signatureVersion":"v4",
1011
"signingName":"iotdata",
11-
"uid":"iot-data-2015-05-28"
12+
"uid":"iot-data-2015-05-28",
13+
"auth":["aws.auth#sigv4"]
1214
},
1315
"operations":{
1416
"DeleteThingShadow":{

0 commit comments

Comments
 (0)