Skip to content

Commit

Permalink
Release v1.44.235 (2023-04-03) (#4784)
Browse files Browse the repository at this point in the history
Release v1.44.235 (2023-04-03)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
  * Add support for database-level federation
* `service/lakeformation`: Updates service API and documentation
* `service/license-manager`: Updates service API and documentation
* `service/mwaa`: Updates service API and documentation
* `service/servicecatalog`: Updates service API and documentation
  * This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Apr 3, 2023
1 parent a6360c0 commit 1ea860f
Show file tree
Hide file tree
Showing 36 changed files with 4,259 additions and 3,818 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.44.235 (2023-04-03)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
* Add support for database-level federation
* `service/lakeformation`: Updates service API and documentation
* `service/license-manager`: Updates service API and documentation
* `service/mwaa`: Updates service API and documentation
* `service/servicecatalog`: Updates service API and documentation
* This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.
* `service/wafv2`: Updates service API and documentation

Release v1.44.234 (2023-03-31)
===

Expand Down
6 changes: 6 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.234"
const SDKVersion = "1.44.235"
110 changes: 94 additions & 16 deletions models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@
{"shape":"OperationTimeoutException"},
{"shape":"InternalServiceException"},
{"shape":"GlueEncryptionException"},
{"shape":"InvalidStateException"}
{"shape":"InvalidStateException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"BatchGetTriggers":{
Expand Down Expand Up @@ -436,7 +438,8 @@
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"},
{"shape":"ConcurrentModificationException"}
{"shape":"ConcurrentModificationException"},
{"shape":"FederatedResourceAlreadyExistsException"}
]
},
"CreateDevEndpoint":{
Expand Down Expand Up @@ -1352,7 +1355,8 @@
{"shape":"EntityNotFoundException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"}
{"shape":"GlueEncryptionException"},
{"shape":"FederationSourceException"}
]
},
"GetDatabases":{
Expand Down Expand Up @@ -1578,7 +1582,9 @@
{"shape":"InvalidInputException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"}
{"shape":"GlueEncryptionException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetPartitionIndexes":{
Expand Down Expand Up @@ -1612,7 +1618,9 @@
{"shape":"InternalServiceException"},
{"shape":"GlueEncryptionException"},
{"shape":"InvalidStateException"},
{"shape":"ResourceNotReadyException"}
{"shape":"ResourceNotReadyException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetPlan":{
Expand Down Expand Up @@ -1811,7 +1819,9 @@
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"},
{"shape":"ResourceNotReadyException"}
{"shape":"ResourceNotReadyException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetTableVersion":{
Expand Down Expand Up @@ -1859,7 +1869,9 @@
{"shape":"InvalidInputException"},
{"shape":"OperationTimeoutException"},
{"shape":"InternalServiceException"},
{"shape":"GlueEncryptionException"}
{"shape":"GlueEncryptionException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetTags":{
Expand Down Expand Up @@ -1921,7 +1933,9 @@
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"},
{"shape":"PermissionTypeMismatchException"}
{"shape":"PermissionTypeMismatchException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetUnfilteredPartitionsMetadata":{
Expand All @@ -1938,7 +1952,9 @@
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"},
{"shape":"PermissionTypeMismatchException"}
{"shape":"PermissionTypeMismatchException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetUnfilteredTableMetadata":{
Expand All @@ -1955,7 +1971,9 @@
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"},
{"shape":"PermissionTypeMismatchException"}
{"shape":"PermissionTypeMismatchException"},
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
]
},
"GetUserDefinedFunction":{
Expand Down Expand Up @@ -5637,7 +5655,8 @@
"CreateTime":{"shape":"Timestamp"},
"CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
"TargetDatabase":{"shape":"DatabaseIdentifier"},
"CatalogId":{"shape":"CatalogIdString"}
"CatalogId":{"shape":"CatalogIdString"},
"FederatedDatabase":{"shape":"FederatedDatabase"}
}
},
"DatabaseIdentifier":{
Expand All @@ -5656,7 +5675,8 @@
"LocationUri":{"shape":"URI"},
"Parameters":{"shape":"ParametersMap"},
"CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
"TargetDatabase":{"shape":"DatabaseIdentifier"}
"TargetDatabase":{"shape":"DatabaseIdentifier"},
"FederatedDatabase":{"shape":"FederatedDatabase"}
}
},
"DatabaseList":{
Expand Down Expand Up @@ -6393,7 +6413,8 @@
"EntityNotFoundException":{
"type":"structure",
"members":{
"Message":{"shape":"MessageString"}
"Message":{"shape":"MessageString"},
"FromFederationSource":{"shape":"NullableBoolean"}
},
"exception":true
},
Expand Down Expand Up @@ -6485,6 +6506,60 @@
"type":"string",
"pattern":"[\\s\\S]*"
},
"FederatedDatabase":{
"type":"structure",
"members":{
"Identifier":{"shape":"FederationIdentifier"},
"ConnectionName":{"shape":"NameString"}
}
},
"FederatedResourceAlreadyExistsException":{
"type":"structure",
"members":{
"Message":{"shape":"MessageString"},
"AssociatedGlueResource":{"shape":"GlueResourceArn"}
},
"exception":true
},
"FederatedTable":{
"type":"structure",
"members":{
"Identifier":{"shape":"FederationIdentifier"},
"DatabaseIdentifier":{"shape":"FederationIdentifier"},
"ConnectionName":{"shape":"NameString"}
}
},
"FederationIdentifier":{
"type":"string",
"max":512,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
},
"FederationSourceErrorCode":{
"type":"string",
"enum":[
"InvalidResponseException",
"OperationTimeoutException",
"OperationNotSupportedException",
"InternalServiceException",
"ThrottlingException"
]
},
"FederationSourceException":{
"type":"structure",
"members":{
"FederationSourceErrorCode":{"shape":"FederationSourceErrorCode"},
"Message":{"shape":"MessageString"}
},
"exception":true
},
"FederationSourceRetryableException":{
"type":"structure",
"members":{
"Message":{"shape":"MessageString"}
},
"exception":true
},
"FieldName":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -8077,7 +8152,8 @@
"InvalidInputException":{
"type":"structure",
"members":{
"Message":{"shape":"MessageString"}
"Message":{"shape":"MessageString"},
"FromFederationSource":{"shape":"NullableBoolean"}
},
"exception":true
},
Expand Down Expand Up @@ -9999,7 +10075,8 @@
"type":"string",
"enum":[
"FOREIGN",
"ALL"
"ALL",
"FEDERATED"
]
},
"ResourceType":{
Expand Down Expand Up @@ -11278,7 +11355,8 @@
"IsRegisteredWithLakeFormation":{"shape":"Boolean"},
"TargetTable":{"shape":"TableIdentifier"},
"CatalogId":{"shape":"CatalogIdString"},
"VersionId":{"shape":"VersionString"}
"VersionId":{"shape":"VersionString"},
"FederatedTable":{"shape":"FederatedTable"}
}
},
"TableError":{
Expand Down
Loading

0 comments on commit 1ea860f

Please sign in to comment.