Skip to content

Commit

Permalink
Release v1.42.33 (2022-01-12) (#4239)
Browse files Browse the repository at this point in the history
Release v1.42.33 (2022-01-12)
===

### Service Client Updates
* `service/ec2`: Updates service API
  * Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
* `service/elasticache`: Updates service documentation
  * Doc only update for ElastiCache
* `service/fms`: Updates service API and documentation
* `service/honeycode`: Updates service API and documentation
* `service/models.lex.v2`: Updates service API and documentation
* `service/pi`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation authored Jan 12, 2022
1 parent 3bca927 commit 501c201
Show file tree
Hide file tree
Showing 23 changed files with 3,905 additions and 394 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.42.33 (2022-01-12)
===

### Service Client Updates
* `service/ec2`: Updates service API
* Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
* `service/elasticache`: Updates service documentation
* Doc only update for ElastiCache
* `service/fms`: Updates service API and documentation
* `service/honeycode`: Updates service API and documentation
* `service/models.lex.v2`: Updates service API and documentation
* `service/pi`: Updates service API, documentation, and paginators

Release v1.42.32 (2022-01-11)
===

Expand Down
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.42.32"
const SDKVersion = "1.42.33"
1 change: 1 addition & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23636,6 +23636,7 @@
"g5g.16xlarge",
"g5g.metal",
"hi1.4xlarge",
"hpc6a.48xlarge",
"hs1.8xlarge",
"h1.2xlarge",
"h1.4xlarge",
Expand Down
20 changes: 10 additions & 10 deletions models/apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/apis/fms/2018-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
},
"ManagedServiceData":{
"type":"string",
"max":4096,
"max":8192,
"min":1,
"pattern":".*"
},
Expand Down
10 changes: 5 additions & 5 deletions models/apis/fms/2018-01-01/docs-2.json

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions models/apis/honeycode/2020-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,24 @@
{"shape":"ValidationException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/tags/{resourceArn}"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"RequestTimeoutException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"QueryTableRows":{
"name":"QueryTableRows",
"http":{
Expand Down Expand Up @@ -230,6 +248,42 @@
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tags/{resourceArn}"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"RequestTimeoutException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"DELETE",
"requestUri":"/tags/{resourceArn}"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"RequestTimeoutException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -837,6 +891,23 @@
"workbookCursor":{"shape":"WorkbookCursor"}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"ResourceArn",
"location":"uri",
"locationName":"resourceArn"
}
}
},
"ListTagsForResourceResult":{
"type":"structure",
"members":{
"tags":{"shape":"TagsMap"}
}
},
"MaxResults":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -907,6 +978,12 @@
},
"exception":true
},
"ResourceArn":{
"type":"string",
"max":256,
"min":1,
"pattern":"^arn:aws:honeycode:.+:[0-9]{12}:.+:.+$"
},
"ResourceId":{
"type":"string",
"max":36,
Expand Down Expand Up @@ -1114,6 +1191,49 @@
"type":"list",
"member":{"shape":"Table"}
},
"TagKey":{
"type":"string",
"max":100,
"min":1,
"pattern":"^[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]*$"
},
"TagKeysList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":100
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"ResourceArn",
"location":"uri",
"locationName":"resourceArn"
},
"tags":{"shape":"TagsMap"}
}
},
"TagResourceResult":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":100,
"min":1,
"pattern":"^[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]*$"
},
"TagsMap":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":100
},
"ThrottlingException":{
"type":"structure",
"members":{
Expand All @@ -1123,6 +1243,30 @@
"exception":true
},
"TimestampInMillis":{"type":"timestamp"},
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"ResourceArn",
"location":"uri",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeysList",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResult":{
"type":"structure",
"members":{
}
},
"UpdateRowData":{
"type":"structure",
"required":[
Expand Down
71 changes: 69 additions & 2 deletions models/apis/honeycode/2020-03-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
"ListTableColumns": "<p> The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook. </p>",
"ListTableRows": "<p> The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook. </p>",
"ListTables": "<p> The ListTables API allows you to retrieve a list of all the tables in a workbook. </p>",
"ListTagsForResource": "<p> The ListTagsForResource API allows you to return a resource's tags. </p>",
"QueryTableRows": "<p> The QueryTableRows API allows you to use a filter formula to query for specific rows in a table. </p>",
"StartTableDataImportJob": "<p> The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API. </p>"
"StartTableDataImportJob": "<p> The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API. </p>",
"TagResource": "<p> The TagResource API allows you to add tags to an ARN-able resource. Resource includes workbook, table, screen and screen-automation. </p>",
"UntagResource": "<p> The UntagResource API allows you to removes tags from an ARN-able resource. Resource includes workbook, table, screen and screen-automation. </p>"
},
"shapes": {
"AccessDeniedException": {
Expand Down Expand Up @@ -376,6 +379,16 @@
"refs": {
}
},
"ListTagsForResourceRequest": {
"base": null,
"refs": {
}
},
"ListTagsForResourceResult": {
"base": null,
"refs": {
}
},
"MaxResults": {
"base": null,
"refs": {
Expand Down Expand Up @@ -430,6 +443,14 @@
"refs": {
}
},
"ResourceArn": {
"base": null,
"refs": {
"ListTagsForResourceRequest$resourceArn": "<p>The resource's Amazon Resource Name (ARN).</p>",
"TagResourceRequest$resourceArn": "<p>The resource's Amazon Resource Name (ARN).</p>",
"UntagResourceRequest$resourceArn": "<p>The resource's Amazon Resource Name (ARN).</p>"
}
},
"ResourceId": {
"base": null,
"refs": {
Expand All @@ -444,7 +465,7 @@
"DescribeTableDataImportJobRequest$workbookId": "<p>The ID of the workbook into which data was imported.</p> <p> If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. </p>",
"DescribeTableDataImportJobRequest$tableId": "<p>The ID of the table into which data was imported.</p> <p> If a table with the specified id could not be found, this API throws ResourceNotFoundException. </p>",
"GetScreenDataRequest$workbookId": "<p>The ID of the workbook that contains the screen.</p>",
"GetScreenDataRequest$appId": "<p>The ID of the app that contains the screem.</p>",
"GetScreenDataRequest$appId": "<p>The ID of the app that contains the screen.</p>",
"GetScreenDataRequest$screenId": "<p>The ID of the screen.</p>",
"ImportColumnMap$key": null,
"InvokeScreenAutomationRequest$workbookId": "<p>The ID of the workbook that contains the screen automation.</p>",
Expand Down Expand Up @@ -643,6 +664,42 @@
"ListTablesResult$tables": "<p> The list of tables in the workbook. </p>"
}
},
"TagKey": {
"base": null,
"refs": {
"TagKeysList$member": null,
"TagsMap$key": null
}
},
"TagKeysList": {
"base": "<p>A list of tag keys</p>",
"refs": {
"UntagResourceRequest$tagKeys": "<p>A list of tag keys to remove from the resource.</p>"
}
},
"TagResourceRequest": {
"base": null,
"refs": {
}
},
"TagResourceResult": {
"base": null,
"refs": {
}
},
"TagValue": {
"base": null,
"refs": {
"TagsMap$value": null
}
},
"TagsMap": {
"base": "<p>A string to string map representing tags</p>",
"refs": {
"ListTagsForResourceResult$tags": "<p>The resource's tags.</p>",
"TagResourceRequest$tags": "<p>A list of tags to apply to the resource.</p>"
}
},
"ThrottlingException": {
"base": "<p>Tps(transactions per second) rate reached.</p>",
"refs": {
Expand All @@ -654,6 +711,16 @@
"TableDataImportJobMetadata$submitTime": "<p>The timestamp when the job was submitted for import.</p>"
}
},
"UntagResourceRequest": {
"base": null,
"refs": {
}
},
"UntagResourceResult": {
"base": null,
"refs": {
}
},
"UpdateRowData": {
"base": "<p> Data needed to create a single row in a table as part of the BatchCreateTableRows request. </p>",
"refs": {
Expand Down
Loading

0 comments on commit 501c201

Please sign in to comment.