Skip to content

Commit 8f1d676

Browse files
Release v1.45.21 (2023-10-03) (#5009)
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
1 parent b2738d2 commit 8f1d676

File tree

29 files changed

+13834
-7345
lines changed

29 files changed

+13834
-7345
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.45.21 (2023-10-03)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API and documentation
6+
* `service/location`: Updates service API and documentation
7+
* `service/mediaconvert`: Updates service API and documentation
8+
* This release adds the ability to replace video frames without modifying the audio essence.
9+
* `service/oam`: Updates service API and documentation
10+
* `service/sagemaker`: Updates service API and documentation
11+
* This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
12+
* `service/wellarchitected`: Updates service API, documentation, and paginators
13+
114
Release v1.45.20 (2023-10-02)
215
===
316

aws/endpoints/defaults.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.45.20"
8+
const SDKVersion = "1.45.21"

models/apis/connect/2017-08-08/api-2.json

+30-1
Original file line numberDiff line numberDiff line change
@@ -7143,6 +7143,7 @@
71437143
"ResourceArn":{"shape":"ARN"},
71447144
"StartTime":{"shape":"Timestamp"},
71457145
"EndTime":{"shape":"Timestamp"},
7146+
"Interval":{"shape":"IntervalDetails"},
71467147
"Filters":{"shape":"FiltersV2List"},
71477148
"Groupings":{"shape":"GroupingsV2"},
71487149
"Metrics":{"shape":"MetricsV2"},
@@ -7729,6 +7730,24 @@
77297730
"error":{"httpStatusCode":500},
77307731
"exception":true
77317732
},
7733+
"IntervalDetails":{
7734+
"type":"structure",
7735+
"members":{
7736+
"TimeZone":{"shape":"String"},
7737+
"IntervalPeriod":{"shape":"IntervalPeriod"}
7738+
}
7739+
},
7740+
"IntervalPeriod":{
7741+
"type":"string",
7742+
"enum":[
7743+
"FIFTEEN_MIN",
7744+
"THIRTY_MIN",
7745+
"HOUR",
7746+
"DAY",
7747+
"WEEK",
7748+
"TOTAL"
7749+
]
7750+
},
77327751
"InvalidContactFlowException":{
77337752
"type":"structure",
77347753
"members":{
@@ -9200,7 +9219,8 @@
92009219
"type":"structure",
92019220
"members":{
92029221
"MetricFilterKey":{"shape":"String"},
9203-
"MetricFilterValues":{"shape":"MetricFilterValueList"}
9222+
"MetricFilterValues":{"shape":"MetricFilterValueList"},
9223+
"Negate":{"shape":"Boolean"}
92049224
}
92059225
},
92069226
"MetricFilterValueList":{
@@ -9214,11 +9234,20 @@
92149234
"member":{"shape":"MetricFilterV2"},
92159235
"max":2
92169236
},
9237+
"MetricInterval":{
9238+
"type":"structure",
9239+
"members":{
9240+
"Interval":{"shape":"IntervalPeriod"},
9241+
"StartTime":{"shape":"Timestamp"},
9242+
"EndTime":{"shape":"Timestamp"}
9243+
}
9244+
},
92179245
"MetricNameV2":{"type":"string"},
92189246
"MetricResultV2":{
92199247
"type":"structure",
92209248
"members":{
92219249
"Dimensions":{"shape":"DimensionsV2Map"},
9250+
"MetricInterval":{"shape":"MetricInterval"},
92229251
"Collections":{"shape":"MetricDataCollectionsV2"}
92239252
}
92249253
},

models/apis/connect/2017-08-08/docs-2.json

+38-15
Large diffs are not rendered by default.

models/apis/location/2020-11-19/api-2.json

+16
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,7 @@
19001900
"members":{
19011901
"Description":{"shape":"ResourceDescription"},
19021902
"EventBridgeEnabled":{"shape":"Boolean"},
1903+
"KmsKeyEnableGeospatialQueries":{"shape":"Boolean"},
19031904
"KmsKeyId":{"shape":"KmsKeyId"},
19041905
"PositionFiltering":{"shape":"PositionFiltering"},
19051906
"PricingPlan":{
@@ -2056,6 +2057,7 @@
20562057
"CollectionName":{"shape":"ResourceName"},
20572058
"CreateTime":{"shape":"Timestamp"},
20582059
"Description":{"shape":"ResourceDescription"},
2060+
"GeofenceCount":{"shape":"DescribeGeofenceCollectionResponseGeofenceCountInteger"},
20592061
"KmsKeyId":{"shape":"KmsKeyId"},
20602062
"PricingPlan":{
20612063
"shape":"PricingPlan",
@@ -2071,6 +2073,11 @@
20712073
"UpdateTime":{"shape":"Timestamp"}
20722074
}
20732075
},
2076+
"DescribeGeofenceCollectionResponseGeofenceCountInteger":{
2077+
"type":"integer",
2078+
"box":true,
2079+
"min":0
2080+
},
20742081
"DescribeKeyRequest":{
20752082
"type":"structure",
20762083
"required":["KeyName"],
@@ -2241,6 +2248,7 @@
22412248
"CreateTime":{"shape":"Timestamp"},
22422249
"Description":{"shape":"ResourceDescription"},
22432250
"EventBridgeEnabled":{"shape":"Boolean"},
2251+
"KmsKeyEnableGeospatialQueries":{"shape":"Boolean"},
22442252
"KmsKeyId":{"shape":"KmsKeyId"},
22452253
"PositionFiltering":{"shape":"PositionFiltering"},
22462254
"PricingPlan":{
@@ -2792,6 +2800,7 @@
27922800
"type":"structure",
27932801
"required":["TrackerName"],
27942802
"members":{
2803+
"FilterGeometry":{"shape":"TrackingFilterGeometry"},
27952804
"MaxResults":{"shape":"ListDevicePositionsRequestMaxResultsInteger"},
27962805
"NextToken":{"shape":"Token"},
27972806
"TrackerName":{
@@ -3827,6 +3836,12 @@
38273836
"max":2000,
38283837
"min":1
38293838
},
3839+
"TrackingFilterGeometry":{
3840+
"type":"structure",
3841+
"members":{
3842+
"Polygon":{"shape":"LinearRings"}
3843+
}
3844+
},
38303845
"TravelMode":{
38313846
"type":"string",
38323847
"enum":[
@@ -4059,6 +4074,7 @@
40594074
"members":{
40604075
"Description":{"shape":"ResourceDescription"},
40614076
"EventBridgeEnabled":{"shape":"Boolean"},
4077+
"KmsKeyEnableGeospatialQueries":{"shape":"Boolean"},
40624078
"PositionFiltering":{"shape":"PositionFiltering"},
40634079
"PricingPlan":{
40644080
"shape":"PricingPlan",

models/apis/location/2020-11-19/docs-2.json

+20-4
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)