Skip to content

Commit 9431152

Browse files
author
AWS
committed
AWS IoT FleetWise Update: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
1 parent bb7216b commit 9431152

File tree

4 files changed

+36
-24
lines changed

4 files changed

+36
-24
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 FleetWise",
4+
"contributor": "",
5+
"description": "Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

services/iotfleetwise/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"params": {
1111
"UseDualStack": true,
12-
"Region": "eu-central-1",
13-
"UseFIPS": true
12+
"UseFIPS": true,
13+
"Region": "eu-central-1"
1414
}
1515
},
1616
{
@@ -22,8 +22,8 @@
2222
},
2323
"params": {
2424
"UseDualStack": false,
25-
"Region": "eu-central-1",
26-
"UseFIPS": true
25+
"UseFIPS": true,
26+
"Region": "eu-central-1"
2727
}
2828
},
2929
{
@@ -35,8 +35,8 @@
3535
},
3636
"params": {
3737
"UseDualStack": true,
38-
"Region": "eu-central-1",
39-
"UseFIPS": false
38+
"UseFIPS": false,
39+
"Region": "eu-central-1"
4040
}
4141
},
4242
{
@@ -48,8 +48,8 @@
4848
},
4949
"params": {
5050
"UseDualStack": false,
51-
"Region": "eu-central-1",
52-
"UseFIPS": false
51+
"UseFIPS": false,
52+
"Region": "eu-central-1"
5353
}
5454
},
5555
{
@@ -61,8 +61,8 @@
6161
},
6262
"params": {
6363
"UseDualStack": true,
64-
"Region": "us-east-1",
65-
"UseFIPS": true
64+
"UseFIPS": true,
65+
"Region": "us-east-1"
6666
}
6767
},
6868
{
@@ -74,8 +74,8 @@
7474
},
7575
"params": {
7676
"UseDualStack": false,
77-
"Region": "us-east-1",
78-
"UseFIPS": true
77+
"UseFIPS": true,
78+
"Region": "us-east-1"
7979
}
8080
},
8181
{
@@ -87,8 +87,8 @@
8787
},
8888
"params": {
8989
"UseDualStack": true,
90-
"Region": "us-east-1",
91-
"UseFIPS": false
90+
"UseFIPS": false,
91+
"Region": "us-east-1"
9292
}
9393
},
9494
{
@@ -100,8 +100,8 @@
100100
},
101101
"params": {
102102
"UseDualStack": false,
103-
"Region": "us-east-1",
104-
"UseFIPS": false
103+
"UseFIPS": false,
104+
"Region": "us-east-1"
105105
}
106106
},
107107
{
@@ -113,8 +113,8 @@
113113
},
114114
"params": {
115115
"UseDualStack": false,
116-
"Region": "us-east-1",
117116
"UseFIPS": false,
117+
"Region": "us-east-1",
118118
"Endpoint": "https://example.com"
119119
}
120120
},
@@ -125,8 +125,8 @@
125125
},
126126
"params": {
127127
"UseDualStack": false,
128-
"Region": "us-east-1",
129128
"UseFIPS": true,
129+
"Region": "us-east-1",
130130
"Endpoint": "https://example.com"
131131
}
132132
},
@@ -137,8 +137,8 @@
137137
},
138138
"params": {
139139
"UseDualStack": true,
140-
"Region": "us-east-1",
141140
"UseFIPS": false,
141+
"Region": "us-east-1",
142142
"Endpoint": "https://example.com"
143143
}
144144
}

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,9 @@
955955
},
956956
"assignedValue":{
957957
"shape":"string",
958-
"documentation":"<p>A specified value for the actuator.</p>"
958+
"documentation":"<p>A specified value for the actuator.</p>",
959+
"deprecated":true,
960+
"deprecatedMessage":"assignedValue is no longer in use"
959961
}
960962
},
961963
"documentation":"<p>A signal that represents a vehicle device such as the engine, heater, and door locks. Data from an actuator reports the state of a certain vehicle device.</p> <note> <p> Updating actuator data can change the state of a device. For example, you can turn on or off the heater by updating its actuator data.</p> </note>"
@@ -1024,7 +1026,9 @@
10241026
},
10251027
"assignedValue":{
10261028
"shape":"string",
1027-
"documentation":"<p>A specified value for the attribute.</p>"
1029+
"documentation":"<p>A specified value for the attribute.</p>",
1030+
"deprecated":true,
1031+
"deprecatedMessage":"assignedValue is no longer in use"
10281032
},
10291033
"defaultValue":{
10301034
"shape":"string",
@@ -1768,7 +1772,8 @@
17681772
"invalidNetworkInterfaces":{
17691773
"shape":"InvalidNetworkInterfaces",
17701774
"documentation":"<p>The request couldn't be completed because of invalid network interfaces in the request.</p>"
1771-
}
1775+
},
1776+
"message":{"shape":"string"}
17721777
},
17731778
"documentation":"<p>The request couldn't be completed because it contains signal decoders with one or more validation errors.</p>",
17741779
"exception":true
@@ -2586,7 +2591,8 @@
25862591
"reason":{
25872592
"shape":"string",
25882593
"documentation":"<p>The reason the node validation failed.</p>"
2589-
}
2594+
},
2595+
"message":{"shape":"string"}
25902596
},
25912597
"documentation":"<p>The specified node type doesn't match the expected node type for a node. You can specify the node type as branch, sensor, actuator, or attribute.</p>",
25922598
"exception":true

0 commit comments

Comments
 (0)