Skip to content

Commit

Permalink
Release v1.49.22 (2024-01-16) (#5143)
Browse files Browse the repository at this point in the history
Release v1.49.22 (2024-01-16)
===

### Service Client Updates
* `service/iot`: Updates service API
  * Revert release of LogTargetTypes
* `service/iotfleetwise`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/payment-cryptography`: Updates service API and documentation
* `service/personalize`: Updates service documentation
* `service/personalize-runtime`: Updates service documentation
* `service/rekognition`: Updates service API and documentation
  * This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
* `service/securityhub`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Jan 16, 2024
1 parent a1bdcb0 commit d9a3e6a
Show file tree
Hide file tree
Showing 26 changed files with 836 additions and 148 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.49.22 (2024-01-16)
===

### Service Client Updates
* `service/iot`: Updates service API
* Revert release of LogTargetTypes
* `service/iotfleetwise`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/payment-cryptography`: Updates service API and documentation
* `service/personalize`: Updates service documentation
* `service/personalize-runtime`: Updates service documentation
* `service/rekognition`: Updates service API and documentation
* This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
* `service/securityhub`: Updates service documentation

Release v1.49.21 (2024-01-14)
===

Expand Down
8 changes: 8 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.49.21"
const SDKVersion = "1.49.22"
4 changes: 1 addition & 3 deletions models/apis/iot/2015-05-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11406,9 +11406,7 @@
"THING_GROUP",
"CLIENT_ID",
"SOURCE_IP",
"PRINCIPAL_ID",
"EVENT_TYPE",
"DEVICE_DEFENDER"
"PRINCIPAL_ID"
]
},
"LoggingOptionsPayload":{
Expand Down
17 changes: 15 additions & 2 deletions models/apis/iotfleetwise/2021-06-17/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,8 @@
"members":{
"name":{"shape":"resourceName"},
"nextToken":{"shape":"nextToken"},
"maxResults":{"shape":"maxResults"}
"maxResults":{"shape":"maxResults"},
"signalNodeType":{"shape":"SignalNodeType"}
}
},
"ListSignalCatalogNodesResponse":{
Expand Down Expand Up @@ -2667,6 +2668,17 @@
"max":1000,
"min":0
},
"SignalNodeType":{
"type":"string",
"enum":[
"SENSOR",
"ACTUATOR",
"ATTRIBUTE",
"BRANCH",
"CUSTOM_STRUCT",
"CUSTOM_PROPERTY"
]
},
"SpoolingMode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -3152,7 +3164,8 @@
"modelManifestArn":{"shape":"arn"},
"decoderManifestArn":{"shape":"arn"},
"creationTime":{"shape":"timestamp"},
"lastModificationTime":{"shape":"timestamp"}
"lastModificationTime":{"shape":"timestamp"},
"attributes":{"shape":"attributesMap"}
}
},
"arn":{"type":"string"},
Expand Down
11 changes: 9 additions & 2 deletions models/apis/iotfleetwise/2021-06-17/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,12 @@
"GetCampaignResponse$signalsToCollect": "<p> Information about a list of signals to collect data on. </p>"
}
},
"SignalNodeType": {
"base": null,
"refs": {
"ListSignalCatalogNodesRequest$signalNodeType": "<p>The type of node in the signal catalog.</p>"
}
},
"SpoolingMode": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1578,7 +1584,8 @@
"CreateVehicleRequestItem$attributes": "<p>Static information about a vehicle in a key-value pair. For example: <code>\"engine Type\"</code> : <code>\"v6\"</code> </p>",
"GetVehicleResponse$attributes": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>",
"UpdateVehicleRequest$attributes": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>",
"UpdateVehicleRequestItem$attributes": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>"
"UpdateVehicleRequestItem$attributes": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>",
"VehicleSummary$attributes": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>"
}
},
"campaignName": {
Expand Down Expand Up @@ -1696,7 +1703,7 @@
"eventExpression": {
"base": null,
"refs": {
"ConditionBasedCollectionScheme$expression": "<p>The logical expression used to recognize what data to collect. For example, <code>$variable.Vehicle.OutsideAirTemperature &gt;= 105.0</code>.</p>"
"ConditionBasedCollectionScheme$expression": "<p>The logical expression used to recognize what data to collect. For example, <code>$variable.`Vehicle.OutsideAirTemperature` &gt;= 105.0</code>.</p>"
}
},
"fleetId": {
Expand Down
8 changes: 5 additions & 3 deletions models/apis/macie2/2020-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4452,7 +4452,8 @@
"NONE",
"AES256",
"aws:kms",
"UNKNOWN"
"UNKNOWN",
"aws:kms:dsse"
]
},
"ErrorCode": {
Expand Down Expand Up @@ -7703,7 +7704,8 @@
"enum": [
"NONE",
"AES256",
"aws:kms"
"aws:kms",
"aws:kms:dsse"
]
},
"UnavailabilityReasonCode": {
Expand Down Expand Up @@ -8632,4 +8634,4 @@
"timestampFormat": "unixTimestamp"
}
}
}
}
Loading

0 comments on commit d9a3e6a

Please sign in to comment.