Skip to content

Commit

Permalink
Release v1.44.157 (2022-12-09) (#4658)
Browse files Browse the repository at this point in the history
Release v1.44.157 (2022-12-09)
===

### Service Client Updates
* `service/iotfleetwise`: Updates service API and documentation
* `service/logs`: Updates service documentation
  * Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications
* `service/medialive`: Updates service API and documentation
  * Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
* `service/mediapackage-vod`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Dec 9, 2022
1 parent e6bbaf4 commit 26b0196
Show file tree
Hide file tree
Showing 19 changed files with 937 additions and 362 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.157 (2022-12-09)
===

### Service Client Updates
* `service/iotfleetwise`: Updates service API and documentation
* `service/logs`: Updates service documentation
* Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications
* `service/medialive`: Updates service API and documentation
* Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
* `service/mediapackage-vod`: Updates service API and documentation

Release v1.44.156 (2022-12-08)
===

Expand Down
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.44.156"
const SDKVersion = "1.44.157"
18 changes: 14 additions & 4 deletions models/apis/iotfleetwise/2021-06-17/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,11 @@
"allowedValues":{"shape":"listOfStrings"},
"min":{"shape":"double"},
"max":{"shape":"double"},
"assignedValue":{"shape":"string"}
"assignedValue":{
"shape":"string",
"deprecated":true,
"deprecatedMessage":"assignedValue is no longer in use"
}
}
},
"AmazonResourceName":{
Expand Down Expand Up @@ -919,7 +923,11 @@
"allowedValues":{"shape":"listOfStrings"},
"min":{"shape":"double"},
"max":{"shape":"double"},
"assignedValue":{"shape":"string"},
"assignedValue":{
"shape":"string",
"deprecated":true,
"deprecatedMessage":"assignedValue is no longer in use"
},
"defaultValue":{"shape":"string"}
}
},
Expand Down Expand Up @@ -1303,7 +1311,8 @@
"type":"structure",
"members":{
"invalidSignals":{"shape":"InvalidSignalDecoders"},
"invalidNetworkInterfaces":{"shape":"InvalidNetworkInterfaces"}
"invalidNetworkInterfaces":{"shape":"InvalidNetworkInterfaces"},
"message":{"shape":"string"}
},
"exception":true
},
Expand Down Expand Up @@ -1769,7 +1778,8 @@
"type":"structure",
"members":{
"invalidNodes":{"shape":"Nodes"},
"reason":{"shape":"string"}
"reason":{"shape":"string"},
"message":{"shape":"string"}
},
"exception":true
},
Expand Down
2 changes: 2 additions & 0 deletions models/apis/iotfleetwise/2021-06-17/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1694,9 +1694,11 @@
"CreateVehicleError$code": "<p>An HTTP error code.</p>",
"CreateVehicleError$message": "<p>A description of the HTTP error.</p>",
"DecoderManifestSummary$name": "<p>The name of the decoder manifest.</p>",
"DecoderManifestValidationException$message": null,
"GetDecoderManifestResponse$name": "<p> The name of the decoder manifest. </p>",
"InternalServerException$message": null,
"InvalidNodeException$reason": "<p>The reason the node validation failed.</p>",
"InvalidNodeException$message": null,
"InvalidSignal$reason": "<p>A message about why the signal isn't valid.</p>",
"InvalidSignalsException$message": null,
"LimitExceededException$message": null,
Expand Down
315 changes: 315 additions & 0 deletions models/apis/iotfleetwise/2021-06-17/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,315 @@
{
"version": "1.0",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
"default": false,
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
"type": "Boolean"
},
"UseFIPS": {
"builtIn": "AWS::UseFIPS",
"required": true,
"default": false,
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
"type": "Boolean"
},
"Endpoint": {
"builtIn": "SDK::Endpoint",
"required": false,
"documentation": "Override the endpoint used to send this request",
"type": "String"
}
},
"rules": [
{
"conditions": [
{
"fn": "aws.partition",
"argv": [
{
"ref": "Region"
}
],
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "isSet",
"argv": [
{
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
}
],
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": {
"ref": "Endpoint"
},
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
}
]
},
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://iotfleetwise-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://iotfleetwise-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://iotfleetwise.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
},
{
"conditions": [],
"endpoint": {
"url": "https://iotfleetwise.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
}
Loading

0 comments on commit 26b0196

Please sign in to comment.