Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit a109cad

Browse files
Release v1.44.228 (2023-03-23) (#4772)
Release v1.44.228 (2023-03-23) === ### Service Client Updates * `service/batch`: Updates service API and documentation * This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE * `service/chime-sdk-identity`: Updates service API, documentation, and paginators * `service/chime-sdk-media-pipelines`: Updates service API, documentation, and paginators * `service/chime-sdk-messaging`: Updates service API and documentation * `service/chime-sdk-voice`: Updates service API, documentation, and paginators * `service/codeartifact`: Updates service API and documentation * `service/guardduty`: Updates service API and documentation * Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs. * `service/ivs-realtime`: Adds new service * `service/mediaconvert`: Updates service API and documentation * AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs. * `service/sagemaker`: Updates service API and documentation * Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type. * `service/servicediscovery`: Updates service API * `service/textract`: Updates service API and documentation
1 parent 0e6aac8 commit a109cad

File tree

75 files changed

+30566
-9388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+30566
-9388
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Release v1.44.228 (2023-03-23)
2+
===
3+
4+
### Service Client Updates
5+
* `service/batch`: Updates service API and documentation
6+
* This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
7+
* `service/chime-sdk-identity`: Updates service API, documentation, and paginators
8+
* `service/chime-sdk-media-pipelines`: Updates service API, documentation, and paginators
9+
* `service/chime-sdk-messaging`: Updates service API and documentation
10+
* `service/chime-sdk-voice`: Updates service API, documentation, and paginators
11+
* `service/codeartifact`: Updates service API and documentation
12+
* `service/guardduty`: Updates service API and documentation
13+
* Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs.
14+
* `service/ivs-realtime`: Adds new service
15+
* `service/mediaconvert`: Updates service API and documentation
16+
* AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs.
17+
* `service/sagemaker`: Updates service API and documentation
18+
* Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type.
19+
* `service/servicediscovery`: Updates service API
20+
* `service/textract`: Updates service API and documentation
21+
122
Release v1.44.227 (2023-03-22)
223
===
324

aws/endpoints/defaults.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
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.44.227"
8+
const SDKVersion = "1.44.228"

models/apis/batch/2016-08-10/api-2.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@
588588
"logConfiguration":{"shape":"LogConfiguration"},
589589
"secrets":{"shape":"SecretList"},
590590
"networkConfiguration":{"shape":"NetworkConfiguration"},
591-
"fargatePlatformConfiguration":{"shape":"FargatePlatformConfiguration"}
591+
"fargatePlatformConfiguration":{"shape":"FargatePlatformConfiguration"},
592+
"ephemeralStorage":{"shape":"EphemeralStorage"}
592593
}
593594
},
594595
"ContainerOverrides":{
@@ -640,7 +641,8 @@
640641
"logConfiguration":{"shape":"LogConfiguration"},
641642
"secrets":{"shape":"SecretList"},
642643
"networkConfiguration":{"shape":"NetworkConfiguration"},
643-
"fargatePlatformConfiguration":{"shape":"FargatePlatformConfiguration"}
644+
"fargatePlatformConfiguration":{"shape":"FargatePlatformConfiguration"},
645+
"ephemeralStorage":{"shape":"EphemeralStorage"}
644646
}
645647
},
646648
"ContainerSummary":{
@@ -1056,19 +1058,31 @@
10561058
"path":{"shape":"String"}
10571059
}
10581060
},
1061+
"EksLabelsMap":{
1062+
"type":"map",
1063+
"key":{"shape":"String"},
1064+
"value":{"shape":"String"}
1065+
},
10591066
"EksLimits":{
10601067
"type":"map",
10611068
"key":{"shape":"String"},
10621069
"value":{"shape":"Quantity"}
10631070
},
1071+
"EksMetadata":{
1072+
"type":"structure",
1073+
"members":{
1074+
"labels":{"shape":"EksLabelsMap"}
1075+
}
1076+
},
10641077
"EksPodProperties":{
10651078
"type":"structure",
10661079
"members":{
10671080
"serviceAccountName":{"shape":"String"},
10681081
"hostNetwork":{"shape":"Boolean"},
10691082
"dnsPolicy":{"shape":"String"},
10701083
"containers":{"shape":"EksContainers"},
1071-
"volumes":{"shape":"EksVolumes"}
1084+
"volumes":{"shape":"EksVolumes"},
1085+
"metadata":{"shape":"EksMetadata"}
10721086
}
10731087
},
10741088
"EksPodPropertiesDetail":{
@@ -1086,7 +1100,8 @@
10861100
"EksPodPropertiesOverride":{
10871101
"type":"structure",
10881102
"members":{
1089-
"containers":{"shape":"EksContainerOverrideList"}
1103+
"containers":{"shape":"EksContainerOverrideList"},
1104+
"metadata":{"shape":"EksMetadata"}
10901105
}
10911106
},
10921107
"EksProperties":{
@@ -1138,6 +1153,13 @@
11381153
"type":"list",
11391154
"member":{"shape":"KeyValuePair"}
11401155
},
1156+
"EphemeralStorage":{
1157+
"type":"structure",
1158+
"required":["sizeInGiB"],
1159+
"members":{
1160+
"sizeInGiB":{"shape":"Integer"}
1161+
}
1162+
},
11411163
"EvaluateOnExit":{
11421164
"type":"structure",
11431165
"required":["action"],

0 commit comments

Comments
 (0)