Skip to content

Commit

Permalink
Release v1.45.21 (2023-10-03) (#5009)
Browse files Browse the repository at this point in the history
Release v1.45.21 (2023-10-03)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * This release adds the ability to replace video frames without modifying the audio essence.
* `service/oam`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
* `service/wellarchitected`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation authored Oct 3, 2023
1 parent b2738d2 commit 8f1d676
Show file tree
Hide file tree
Showing 29 changed files with 13,834 additions and 7,345 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.45.21 (2023-10-03)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* This release adds the ability to replace video frames without modifying the audio essence.
* `service/oam`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
* `service/wellarchitected`: Updates service API, documentation, and paginators

Release v1.45.20 (2023-10-02)
===

Expand Down
7 changes: 7 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.45.20"
const SDKVersion = "1.45.21"
31 changes: 30 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7143,6 +7143,7 @@
"ResourceArn":{"shape":"ARN"},
"StartTime":{"shape":"Timestamp"},
"EndTime":{"shape":"Timestamp"},
"Interval":{"shape":"IntervalDetails"},
"Filters":{"shape":"FiltersV2List"},
"Groupings":{"shape":"GroupingsV2"},
"Metrics":{"shape":"MetricsV2"},
Expand Down Expand Up @@ -7729,6 +7730,24 @@
"error":{"httpStatusCode":500},
"exception":true
},
"IntervalDetails":{
"type":"structure",
"members":{
"TimeZone":{"shape":"String"},
"IntervalPeriod":{"shape":"IntervalPeriod"}
}
},
"IntervalPeriod":{
"type":"string",
"enum":[
"FIFTEEN_MIN",
"THIRTY_MIN",
"HOUR",
"DAY",
"WEEK",
"TOTAL"
]
},
"InvalidContactFlowException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -9200,7 +9219,8 @@
"type":"structure",
"members":{
"MetricFilterKey":{"shape":"String"},
"MetricFilterValues":{"shape":"MetricFilterValueList"}
"MetricFilterValues":{"shape":"MetricFilterValueList"},
"Negate":{"shape":"Boolean"}
}
},
"MetricFilterValueList":{
Expand All @@ -9214,11 +9234,20 @@
"member":{"shape":"MetricFilterV2"},
"max":2
},
"MetricInterval":{
"type":"structure",
"members":{
"Interval":{"shape":"IntervalPeriod"},
"StartTime":{"shape":"Timestamp"},
"EndTime":{"shape":"Timestamp"}
}
},
"MetricNameV2":{"type":"string"},
"MetricResultV2":{
"type":"structure",
"members":{
"Dimensions":{"shape":"DimensionsV2Map"},
"MetricInterval":{"shape":"MetricInterval"},
"Collections":{"shape":"MetricDataCollectionsV2"}
}
},
Expand Down
53 changes: 38 additions & 15 deletions models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions models/apis/location/2020-11-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,7 @@
"members":{
"Description":{"shape":"ResourceDescription"},
"EventBridgeEnabled":{"shape":"Boolean"},
"KmsKeyEnableGeospatialQueries":{"shape":"Boolean"},
"KmsKeyId":{"shape":"KmsKeyId"},
"PositionFiltering":{"shape":"PositionFiltering"},
"PricingPlan":{
Expand Down Expand Up @@ -2056,6 +2057,7 @@
"CollectionName":{"shape":"ResourceName"},
"CreateTime":{"shape":"Timestamp"},
"Description":{"shape":"ResourceDescription"},
"GeofenceCount":{"shape":"DescribeGeofenceCollectionResponseGeofenceCountInteger"},
"KmsKeyId":{"shape":"KmsKeyId"},
"PricingPlan":{
"shape":"PricingPlan",
Expand All @@ -2071,6 +2073,11 @@
"UpdateTime":{"shape":"Timestamp"}
}
},
"DescribeGeofenceCollectionResponseGeofenceCountInteger":{
"type":"integer",
"box":true,
"min":0
},
"DescribeKeyRequest":{
"type":"structure",
"required":["KeyName"],
Expand Down Expand Up @@ -2241,6 +2248,7 @@
"CreateTime":{"shape":"Timestamp"},
"Description":{"shape":"ResourceDescription"},
"EventBridgeEnabled":{"shape":"Boolean"},
"KmsKeyEnableGeospatialQueries":{"shape":"Boolean"},
"KmsKeyId":{"shape":"KmsKeyId"},
"PositionFiltering":{"shape":"PositionFiltering"},
"PricingPlan":{
Expand Down Expand Up @@ -2792,6 +2800,7 @@
"type":"structure",
"required":["TrackerName"],
"members":{
"FilterGeometry":{"shape":"TrackingFilterGeometry"},
"MaxResults":{"shape":"ListDevicePositionsRequestMaxResultsInteger"},
"NextToken":{"shape":"Token"},
"TrackerName":{
Expand Down Expand Up @@ -3827,6 +3836,12 @@
"max":2000,
"min":1
},
"TrackingFilterGeometry":{
"type":"structure",
"members":{
"Polygon":{"shape":"LinearRings"}
}
},
"TravelMode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -4059,6 +4074,7 @@
"members":{
"Description":{"shape":"ResourceDescription"},
"EventBridgeEnabled":{"shape":"Boolean"},
"KmsKeyEnableGeospatialQueries":{"shape":"Boolean"},
"PositionFiltering":{"shape":"PositionFiltering"},
"PricingPlan":{
"shape":"PricingPlan",
Expand Down
24 changes: 20 additions & 4 deletions models/apis/location/2020-11-19/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8f1d676

Please sign in to comment.