Skip to content

Commit 467fc11

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 6e33568 commit 467fc11

8 files changed

+279
-47
lines changed

Diff for: codegen/sdk-codegen/aws-models/iot.json

-12
Original file line numberDiff line numberDiff line change
@@ -25786,18 +25786,6 @@
2578625786
"traits": {
2578725787
"smithy.api#enumValue": "PRINCIPAL_ID"
2578825788
}
25789-
},
25790-
"EVENT_TYPE": {
25791-
"target": "smithy.api#Unit",
25792-
"traits": {
25793-
"smithy.api#enumValue": "EVENT_TYPE"
25794-
}
25795-
},
25796-
"DEVICE_DEFENDER": {
25797-
"target": "smithy.api#Unit",
25798-
"traits": {
25799-
"smithy.api#enumValue": "DEVICE_DEFENDER"
25800-
}
2580125789
}
2580225790
}
2580325791
},

Diff for: codegen/sdk-codegen/aws-models/iotfleetwise.json

+55-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
"expression": {
733733
"target": "com.amazonaws.iotfleetwise#eventExpression",
734734
"traits": {
735-
"smithy.api#documentation": "<p>The logical expression used to recognize what data to collect. For example,\n <code>$variable.Vehicle.OutsideAirTemperature &gt;= 105.0</code>.</p>",
735+
"smithy.api#documentation": "<p>The logical expression used to recognize what data to collect. For example,\n <code>$variable.`Vehicle.OutsideAirTemperature` &gt;= 105.0</code>.</p>",
736736
"smithy.api#required": {}
737737
}
738738
},
@@ -5267,6 +5267,13 @@
52675267
"smithy.api#documentation": "<p> The maximum number of items to return, between 1 and 100, inclusive. </p>",
52685268
"smithy.api#httpQuery": "maxResults"
52695269
}
5270+
},
5271+
"signalNodeType": {
5272+
"target": "com.amazonaws.iotfleetwise#SignalNodeType",
5273+
"traits": {
5274+
"smithy.api#documentation": "<p>The type of node in the signal catalog.</p>",
5275+
"smithy.api#httpQuery": "signalNodeType"
5276+
}
52705277
}
52715278
}
52725279
},
@@ -7275,6 +7282,47 @@
72757282
}
72767283
}
72777284
},
7285+
"com.amazonaws.iotfleetwise#SignalNodeType": {
7286+
"type": "enum",
7287+
"members": {
7288+
"SENSOR": {
7289+
"target": "smithy.api#Unit",
7290+
"traits": {
7291+
"smithy.api#enumValue": "SENSOR"
7292+
}
7293+
},
7294+
"ACTUATOR": {
7295+
"target": "smithy.api#Unit",
7296+
"traits": {
7297+
"smithy.api#enumValue": "ACTUATOR"
7298+
}
7299+
},
7300+
"ATTRIBUTE": {
7301+
"target": "smithy.api#Unit",
7302+
"traits": {
7303+
"smithy.api#enumValue": "ATTRIBUTE"
7304+
}
7305+
},
7306+
"BRANCH": {
7307+
"target": "smithy.api#Unit",
7308+
"traits": {
7309+
"smithy.api#enumValue": "BRANCH"
7310+
}
7311+
},
7312+
"CUSTOM_STRUCT": {
7313+
"target": "smithy.api#Unit",
7314+
"traits": {
7315+
"smithy.api#enumValue": "CUSTOM_STRUCT"
7316+
}
7317+
},
7318+
"CUSTOM_PROPERTY": {
7319+
"target": "smithy.api#Unit",
7320+
"traits": {
7321+
"smithy.api#enumValue": "CUSTOM_PROPERTY"
7322+
}
7323+
}
7324+
}
7325+
},
72787326
"com.amazonaws.iotfleetwise#SpoolingMode": {
72797327
"type": "enum",
72807328
"members": {
@@ -8839,6 +8887,12 @@
88398887
"smithy.api#documentation": "<p>The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). </p>",
88408888
"smithy.api#required": {}
88418889
}
8890+
},
8891+
"attributes": {
8892+
"target": "com.amazonaws.iotfleetwise#attributesMap",
8893+
"traits": {
8894+
"smithy.api#documentation": "<p>Static information about a vehicle in a key-value pair. For example:</p>\n <p>\n <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code>\n </p>"
8895+
}
88428896
}
88438897
},
88448898
"traits": {

Diff for: codegen/sdk-codegen/aws-models/macie2.json

+25-13
Large diffs are not rendered by default.

Diff for: codegen/sdk-codegen/aws-models/payment-cryptography.json

+123-9
Large diffs are not rendered by default.

Diff for: codegen/sdk-codegen/aws-models/personalize-runtime.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
"metadataColumns": {
981981
"target": "com.amazonaws.personalizeruntime#MetadataColumns",
982982
"traits": {
983-
"smithy.api#documentation": "<p>If you enabled metadata in recommendations when you created or updated the campaign, specify metadata columns from your Items dataset to include\n in the personalized ranking.\n The map key is <code>ITEMS</code> and the value is a list of column names from your Items dataset.\n The maximum number of columns you can provide is 10.</p>\n <p>\n For information about enabling metadata for a campaign, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata.html\">Enabling metadata in recommendations for a campaign</a>.\n </p>"
983+
"smithy.api#documentation": "<p>If you enabled metadata in recommendations when you created or updated the campaign, specify metadata columns from your Items dataset to include\n in the personalized ranking.\n The map key is <code>ITEMS</code> and the value is a list of column names from your Items dataset.\n The maximum number of columns you can provide is 10.</p>\n <p>\n For information about enabling metadata for a campaign, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata\">Enabling metadata in recommendations for a campaign</a>.\n </p>"
984984
}
985985
}
986986
},
@@ -1095,7 +1095,7 @@
10951095
"metadataColumns": {
10961096
"target": "com.amazonaws.personalizeruntime#MetadataColumns",
10971097
"traits": {
1098-
"smithy.api#documentation": "<p>If you enabled metadata in recommendations when you created or updated the campaign or recommender, specify the metadata columns from your Items dataset to include in item recommendations. \n The map key is <code>ITEMS</code> and the value is a list of column names from your Items dataset.\n The maximum number of columns you can provide is 10.</p>\n <p>\n For information about enabling metadata for a campaign, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata.html\">Enabling metadata in recommendations for a campaign</a>.\n For information about enabling metadata for a recommender, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/create-recommender-return-metadata.html\">Enabling metadata in recommendations for a recommender</a>.\n </p>"
1098+
"smithy.api#documentation": "<p>If you enabled metadata in recommendations when you created or updated the campaign or recommender, specify the metadata columns from your Items dataset to include in item recommendations. \n The map key is <code>ITEMS</code> and the value is a list of column names from your Items dataset.\n The maximum number of columns you can provide is 10.</p>\n <p>\n For information about enabling metadata for a campaign, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata\">Enabling metadata in recommendations for a campaign</a>.\n For information about enabling metadata for a recommender, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/creating-recommenders.html#create-recommender-return-metadata\">Enabling metadata in recommendations for a recommender</a>.\n </p>"
10991099
}
11001100
}
11011101
},

0 commit comments

Comments
 (0)