Skip to content

Commit

Permalink
Release v1.44.65 (2022-07-28) (#4494)
Browse files Browse the repository at this point in the history
Release v1.44.65 (2022-07-28)
===

### Service Client Updates
* `service/ec2`: Updates service documentation
  * Documentation updates for VM Import/Export.
* `service/es`: Updates service API and documentation
  * This release adds support for gp3 EBS (Elastic Block Store) storage.
* `service/lookoutvision`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 28, 2022
1 parent 6860561 commit a287298
Show file tree
Hide file tree
Showing 15 changed files with 392 additions and 84 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.65 (2022-07-28)
===

### Service Client Updates
* `service/ec2`: Updates service documentation
* Documentation updates for VM Import/Export.
* `service/es`: Updates service API and documentation
* This release adds support for gp3 EBS (Elastic Block Store) storage.
* `service/lookoutvision`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation

Release v1.44.64 (2022-07-27)
===

Expand Down
3 changes: 3 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.64"
const SDKVersion = "1.44.65"
34 changes: 17 additions & 17 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions models/apis/es/2015-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,8 @@
"EBSEnabled":{"shape":"Boolean"},
"VolumeType":{"shape":"VolumeType"},
"VolumeSize":{"shape":"IntegerClass"},
"Iops":{"shape":"IntegerClass"}
"Iops":{"shape":"IntegerClass"},
"Throughput":{"shape":"IntegerClass"}
}
},
"EBSOptionsStatus":{
Expand Down Expand Up @@ -2859,7 +2860,8 @@
"enum":[
"standard",
"gp2",
"io1"
"io1",
"gp3"
]
},
"ZoneAwarenessConfig":{
Expand Down
9 changes: 5 additions & 4 deletions models/apis/es/2015-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,8 @@
"base": null,
"refs": {
"EBSOptions$VolumeSize": "<p> Integer to specify the size of an EBS volume.</p>",
"EBSOptions$Iops": "<p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>",
"EBSOptions$Iops": "<p>Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).</p>",
"EBSOptions$Throughput": "<p>Specifies the Throughput for GP3 EBS volume (SSD).</p>",
"ElasticsearchClusterConfig$InstanceCount": "<p>The number of instances in the specified domain cluster.</p>",
"ElasticsearchClusterConfig$DedicatedMasterCount": "<p>Total number of dedicated master nodes, active and on standby, for the cluster.</p>",
"ElasticsearchClusterConfig$WarmCount": "<p>The number of warm nodes in the cluster.</p>",
Expand Down Expand Up @@ -1150,7 +1151,7 @@
"base": null,
"refs": {
"AdditionalLimit$LimitName": "<p> Name of Additional Limit is specific to a given InstanceType and for each of it's <code> <a>InstanceRole</a> </code> etc. <br/> Attributes and their details: <br/> <ul> <li>MaximumNumberOfDataNodesSupported</li> This attribute will be present in Master node only to specify how much data nodes upto which given <code> <a>ESPartitionInstanceType</a> </code> can support as master node. <li>MaximumNumberOfDataNodesWithoutMasterNode</li> This attribute will be present in Data node only to specify how much data nodes of given <code> <a>ESPartitionInstanceType</a> </code> upto which you don't need any master nodes to govern them. </ul> </p>",
"StorageTypeLimit$LimitName": "<p> Name of storage limits that are applicable for given storage type. If <code> <a>StorageType</a> </code> is ebs, following storage options are applicable <ol> <li>MinimumVolumeSize</li> Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumVolumeSize</li> Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumIops</li> Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. <li>MinimumIops</li> Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. </ol> </p>"
"StorageTypeLimit$LimitName": "<p> Name of storage limits that are applicable for given storage type. If <code> <a>StorageType</a> </code> is ebs, following storage options are applicable <ol> <li>MinimumVolumeSize</li> Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumVolumeSize</li> Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumIops</li> Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. <li>MinimumIops</li> Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable. <li>MaximumThroughput</li> Maximum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable. <li>MinimumThroughput</li> Minimum amount of Throughput that is applicable for given storage type.It can be empty if it is not applicable. </ol> </p>"
}
},
"LimitValue": {
Expand Down Expand Up @@ -1746,7 +1747,7 @@
}
},
"StorageSubTypeName": {
"base": "<p> SubType of the given storage type. List of available sub-storage options: For \"instance\" storageType we wont have any storageSubType, in case of \"ebs\" storageType we will have following valid storageSubTypes <ol> <li>standard</li> <li>gp2</li> <li>io1</li> </ol> Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options. </p>",
"base": "<p> SubType of the given storage type. List of available sub-storage options: For \"instance\" storageType we wont have any storageSubType, in case of \"ebs\" storageType we will have following valid storageSubTypes <ol> <li>standard</li> <li>gp2</li> <li>gp3</li> <li>io1</li> </ol> Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options. </p>",
"refs": {
"StorageType$StorageSubTypeName": null
}
Expand Down Expand Up @@ -2008,7 +2009,7 @@
}
},
"VolumeType": {
"base": "<p> The type of EBS volume, standard, gp2, or io1. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a>for more information.</p>",
"base": "<p> The type of EBS volume, standard, gp2, gp3 or io1. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\">Configuring EBS-based Storage</a>for more information.</p>",
"refs": {
"EBSOptions$VolumeType": "<p> Specifies the volume type for EBS-based storage.</p>"
}
Expand Down
42 changes: 39 additions & 3 deletions models/apis/lookoutvision/2020-11-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,19 +408,47 @@
"error":{"httpStatusCode":403},
"exception":true
},
"Anomaly":{
"type":"structure",
"members":{
"Name":{"shape":"AnomalyName"},
"PixelAnomaly":{"shape":"PixelAnomaly"}
}
},
"AnomalyClassFilter":{
"type":"string",
"max":10,
"min":1,
"pattern":"(normal|anomaly)"
},
"AnomalyList":{
"type":"list",
"member":{"shape":"Anomaly"}
},
"AnomalyMask":{
"type":"blob",
"max":5242880,
"min":1
},
"AnomalyName":{
"type":"string",
"max":256,
"min":1,
"pattern":"[a-zA-Z0-9]*"
},
"Boolean":{"type":"boolean"},
"ClientToken":{
"type":"string",
"max":64,
"min":1,
"pattern":"^[a-zA-Z0-9-]+$"
},
"Color":{
"type":"string",
"max":7,
"min":7,
"pattern":"\\#[a-zA-Z0-9]{6}"
},
"CompilerOptions":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -846,7 +874,9 @@
"members":{
"Source":{"shape":"ImageSource"},
"IsAnomalous":{"shape":"Boolean"},
"Confidence":{"shape":"Float"}
"Confidence":{"shape":"Float"},
"Anomalies":{"shape":"AnomalyList"},
"AnomalyMask":{"shape":"AnomalyMask"}
}
},
"ExceptionString":{"type":"string"},
Expand Down Expand Up @@ -1271,6 +1301,13 @@
"max":2048,
"pattern":"^[a-zA-Z0-9\\/\\+\\=]{0,2048}$"
},
"PixelAnomaly":{
"type":"structure",
"members":{
"TotalPercentageArea":{"shape":"Float"},
"Color":{"shape":"Color"}
}
},
"ProjectArn":{"type":"string"},
"ProjectDescription":{
"type":"structure",
Expand Down Expand Up @@ -1548,8 +1585,7 @@
"type":"structure",
"required":[
"Os",
"Arch",
"Accelerator"
"Arch"
],
"members":{
"Os":{"shape":"TargetPlatformOs"},
Expand Down
Loading

0 comments on commit a287298

Please sign in to comment.