Skip to content

Commit

Permalink
Release v1.44.297 (2023-07-06) (#4903)
Browse files Browse the repository at this point in the history
Release v1.44.297 (2023-07-06)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Add Nitro Enclaves support on DescribeInstanceTypes
* `service/location`: Updates service API and documentation
* `service/outposts`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
  * This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
  • Loading branch information
aws-sdk-go-automation committed Jul 6, 2023
1 parent 86f50a4 commit 75e508d
Show file tree
Hide file tree
Showing 21 changed files with 1,220 additions and 555 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.44.297 (2023-07-06)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Add Nitro Enclaves support on DescribeInstanceTypes
* `service/location`: Updates service API and documentation
* `service/outposts`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
* This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.

Release v1.44.296 (2023-07-05)
===

Expand Down
6 changes: 6 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.44.296"
const SDKVersion = "1.44.297"
15 changes: 13 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27389,6 +27389,10 @@
"SupportedBootModes":{
"shape":"BootModeTypeList",
"locationName":"supportedBootModes"
},
"NitroEnclavesSupport":{
"shape":"NitroEnclavesSupport",
"locationName":"nitroEnclavesSupport"
}
}
},
Expand Down Expand Up @@ -33516,6 +33520,13 @@
}
},
"NextToken":{"type":"string"},
"NitroEnclavesSupport":{
"type":"string",
"enum":[
"unsupported",
"supported"
]
},
"OccurrenceDayRequestSet":{
"type":"list",
"member":{
Expand Down Expand Up @@ -34227,7 +34238,7 @@
},
"PlacementGroupArn":{
"type":"string",
"pattern":"^arn:aws([a-z-]+)?:ec2:[a-z\\d-]+:\\d{12}:placement-group/([^\\s].+[^\\s]){1,255}$"
"pattern":"^arn:aws([a-z-]+)?:ec2:[a-z\\d-]+:\\d{12}:placement-group/^.{1,255}$"
},
"PlacementGroupId":{"type":"string"},
"PlacementGroupIdStringList":{
Expand Down Expand Up @@ -40622,7 +40633,7 @@
"required":["ClientVpnEndpointId"],
"members":{
"ClientVpnEndpointId":{"shape":"ClientVpnEndpointId"},
"ConnectionId":{"shape":"VpnConnectionId"},
"ConnectionId":{"shape":"String"},
"Username":{"shape":"String"},
"DryRun":{"shape":"Boolean"}
}
Expand Down
22 changes: 14 additions & 8 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions models/apis/location/2020-11-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,11 @@
"DepartureTime":{"shape":"Timestamp"},
"DestinationPositions":{"shape":"CalculateRouteMatrixRequestDestinationPositionsList"},
"DistanceUnit":{"shape":"DistanceUnit"},
"Key":{
"shape":"ApiKey",
"location":"querystring",
"locationName":"key"
},
"TravelMode":{"shape":"TravelMode"},
"TruckModeOptions":{"shape":"CalculateRouteTruckModeOptions"}
}
Expand Down Expand Up @@ -1620,6 +1625,11 @@
"DestinationPosition":{"shape":"Position"},
"DistanceUnit":{"shape":"DistanceUnit"},
"IncludeLegGeometry":{"shape":"Boolean"},
"Key":{
"shape":"ApiKey",
"location":"querystring",
"locationName":"key"
},
"TravelMode":{"shape":"TravelMode"},
"TruckModeOptions":{"shape":"CalculateRouteTruckModeOptions"},
"WaypointPositions":{"shape":"CalculateRouteRequestWaypointPositionsList"}
Expand Down Expand Up @@ -1889,6 +1899,7 @@
"required":["TrackerName"],
"members":{
"Description":{"shape":"ResourceDescription"},
"EventBridgeEnabled":{"shape":"Boolean"},
"KmsKeyId":{"shape":"KmsKeyId"},
"PositionFiltering":{"shape":"PositionFiltering"},
"PricingPlan":{
Expand Down Expand Up @@ -2229,6 +2240,7 @@
"members":{
"CreateTime":{"shape":"Timestamp"},
"Description":{"shape":"ResourceDescription"},
"EventBridgeEnabled":{"shape":"Boolean"},
"KmsKeyId":{"shape":"KmsKeyId"},
"PositionFiltering":{"shape":"PositionFiltering"},
"PricingPlan":{
Expand Down Expand Up @@ -2658,6 +2670,11 @@
"location":"uri",
"locationName":"IndexName"
},
"Key":{
"shape":"ApiKey",
"location":"querystring",
"locationName":"key"
},
"Language":{
"shape":"LanguageTag",
"location":"querystring",
Expand Down Expand Up @@ -3509,6 +3526,11 @@
"location":"uri",
"locationName":"IndexName"
},
"Key":{
"shape":"ApiKey",
"location":"querystring",
"locationName":"key"
},
"Language":{"shape":"LanguageTag"},
"MaxResults":{"shape":"PlaceIndexSearchResultLimit"},
"Position":{"shape":"Position"}
Expand Down Expand Up @@ -3554,6 +3576,11 @@
"location":"uri",
"locationName":"IndexName"
},
"Key":{
"shape":"ApiKey",
"location":"querystring",
"locationName":"key"
},
"Language":{"shape":"LanguageTag"},
"MaxResults":{"shape":"SearchPlaceIndexForSuggestionsRequestMaxResultsInteger"},
"Text":{"shape":"SearchPlaceIndexForSuggestionsRequestTextString"}
Expand Down Expand Up @@ -3615,6 +3642,11 @@
"location":"uri",
"locationName":"IndexName"
},
"Key":{
"shape":"ApiKey",
"location":"querystring",
"locationName":"key"
},
"Language":{"shape":"LanguageTag"},
"MaxResults":{"shape":"PlaceIndexSearchResultLimit"},
"Text":{"shape":"SearchPlaceIndexForTextRequestTextString"}
Expand Down Expand Up @@ -4026,6 +4058,7 @@
"required":["TrackerName"],
"members":{
"Description":{"shape":"ResourceDescription"},
"EventBridgeEnabled":{"shape":"Boolean"},
"PositionFiltering":{"shape":"PositionFiltering"},
"PricingPlan":{
"shape":"PricingPlan",
Expand Down

0 comments on commit 75e508d

Please sign in to comment.