Skip to content

Commit

Permalink
Release v1.51.15 (2024-04-04) (#5218)
Browse files Browse the repository at this point in the history
Release v1.51.15 (2024-04-04)
===

### Service Client Updates
* `service/b2bi`: Updates service API
* `service/cleanrooms`: Updates service API and documentation
* `service/ec2`: Updates service API
  * Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
* `service/emr-containers`: Updates service API and documentation
* `service/ivs`: Updates service API and documentation
* `service/verifiedpermissions`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Apr 4, 2024
1 parent 588ffb4 commit a835120
Show file tree
Hide file tree
Showing 24 changed files with 1,776 additions and 98 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.51.15 (2024-04-04)
===

### Service Client Updates
* `service/b2bi`: Updates service API
* `service/cleanrooms`: Updates service API and documentation
* `service/ec2`: Updates service API
* Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
* `service/emr-containers`: Updates service API and documentation
* `service/ivs`: Updates service API and documentation
* `service/verifiedpermissions`: Updates service API and documentation

Release v1.51.14 (2024-04-03)
===

Expand Down
87 changes: 87 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.14"
const SDKVersion = "1.51.15"
28 changes: 26 additions & 2 deletions models/apis/b2bi/2022-06-23/api-2.json
Expand Up @@ -1561,15 +1561,39 @@
"X12_945",
"X12_990",
"X12_997",
"X12_999"
"X12_999",
"X12_270_X279",
"X12_271_X279",
"X12_275_X210",
"X12_275_X211",
"X12_276_X212",
"X12_277_X212",
"X12_277_X214",
"X12_277_X364",
"X12_278_X217",
"X12_820_X218",
"X12_820_X306",
"X12_824_X186",
"X12_834_X220",
"X12_834_X307",
"X12_834_X318",
"X12_835_X221",
"X12_837_X222",
"X12_837_X223",
"X12_837_X224",
"X12_837_X291",
"X12_837_X292",
"X12_837_X298",
"X12_999_X231"
]
},
"X12Version":{
"type":"string",
"enum":[
"VERSION_4010",
"VERSION_4030",
"VERSION_5010"
"VERSION_5010",
"VERSION_5010_HIPAA"
]
}
}
Expand Down

0 comments on commit a835120

Please sign in to comment.