Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.48.5 #5083

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.48.5 (2023-11-27)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/b2bi`: Updates service API, documentation, paginators, and examples
* `service/backup`: Updates service API, documentation, and paginators
* `service/controltower`: Updates service API and documentation
* `service/elasticfilesystem`: Updates service API and documentation
* Adding support for EFS Replication to existing file system.
* `service/fis`: Updates service API, documentation, and paginators
* `service/glue`: Updates service API and documentation
* add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Updates Amazon RDS documentation for support for RDS for Db2.
* `service/securityhub`: Updates service API, documentation, paginators, and examples
* `service/transcribe`: Updates service API, documentation, and paginators

Release v1.48.4 (2023-11-27)
===

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.48.4"
const SDKVersion = "1.48.5"
177 changes: 177 additions & 0 deletions models/apis/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,20 @@
{"shape":"InternalFailureException"}
]
},
"GetDataSourceIntrospection":{
"name":"GetDataSourceIntrospection",
"http":{
"method":"GET",
"requestUri":"/v1/datasources/introspections/{introspectionId}"
},
"input":{"shape":"GetDataSourceIntrospectionRequest"},
"output":{"shape":"GetDataSourceIntrospectionResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"NotFoundException"},
{"shape":"InternalFailureException"}
]
},
"GetDomainName":{
"name":"GetDomainName",
"http":{
Expand Down Expand Up @@ -744,6 +758,21 @@
{"shape":"InternalFailureException"}
]
},
"StartDataSourceIntrospection":{
"name":"StartDataSourceIntrospection",
"http":{
"method":"POST",
"requestUri":"/v1/datasources/introspections"
},
"input":{"shape":"StartDataSourceIntrospectionRequest"},
"output":{"shape":"StartDataSourceIntrospectionResponse"},
"errors":[
{"shape":"NotFoundException"},
{"shape":"UnauthorizedException"},
{"shape":"InternalFailureException"},
{"shape":"BadRequestException"}
]
},
"StartSchemaCreation":{
"name":"StartSchemaCreation",
"http":{
Expand Down Expand Up @@ -1530,6 +1559,75 @@
"eventBridgeConfig":{"shape":"EventBridgeDataSourceConfig"}
}
},
"DataSourceIntrospectionModel":{
"type":"structure",
"members":{
"name":{"shape":"String"},
"fields":{"shape":"DataSourceIntrospectionModelFields"},
"primaryKey":{"shape":"DataSourceIntrospectionModelIndex"},
"indexes":{"shape":"DataSourceIntrospectionModelIndexes"},
"sdl":{"shape":"String"}
}
},
"DataSourceIntrospectionModelField":{
"type":"structure",
"members":{
"name":{"shape":"String"},
"type":{"shape":"DataSourceIntrospectionModelFieldType"},
"length":{"shape":"Long"}
}
},
"DataSourceIntrospectionModelFieldType":{
"type":"structure",
"members":{
"kind":{"shape":"String"},
"name":{"shape":"String"},
"type":{"shape":"DataSourceIntrospectionModelFieldType"},
"values":{"shape":"DataSourceIntrospectionModelFieldTypeValues"}
}
},
"DataSourceIntrospectionModelFieldTypeValues":{
"type":"list",
"member":{"shape":"String"}
},
"DataSourceIntrospectionModelFields":{
"type":"list",
"member":{"shape":"DataSourceIntrospectionModelField"}
},
"DataSourceIntrospectionModelIndex":{
"type":"structure",
"members":{
"name":{"shape":"String"},
"fields":{"shape":"DataSourceIntrospectionModelIndexFields"}
}
},
"DataSourceIntrospectionModelIndexFields":{
"type":"list",
"member":{"shape":"String"}
},
"DataSourceIntrospectionModelIndexes":{
"type":"list",
"member":{"shape":"DataSourceIntrospectionModelIndex"}
},
"DataSourceIntrospectionModels":{
"type":"list",
"member":{"shape":"DataSourceIntrospectionModel"}
},
"DataSourceIntrospectionResult":{
"type":"structure",
"members":{
"models":{"shape":"DataSourceIntrospectionModels"},
"nextToken":{"shape":"PaginationToken"}
}
},
"DataSourceIntrospectionStatus":{
"type":"string",
"enum":[
"PROCESSING",
"FAILED",
"SUCCESS"
]
},
"DataSourceType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2005,6 +2103,41 @@
"apiCache":{"shape":"ApiCache"}
}
},
"GetDataSourceIntrospectionRequest":{
"type":"structure",
"required":["introspectionId"],
"members":{
"introspectionId":{
"shape":"String",
"location":"uri",
"locationName":"introspectionId"
},
"includeModelsSDL":{
"shape":"Boolean",
"location":"querystring",
"locationName":"includeModelsSDL"
},
"nextToken":{
"shape":"PaginationToken",
"location":"querystring",
"locationName":"nextToken"
},
"maxResults":{
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
}
}
},
"GetDataSourceIntrospectionResponse":{
"type":"structure",
"members":{
"introspectionId":{"shape":"String"},
"introspectionStatus":{"shape":"DataSourceIntrospectionStatus"},
"introspectionStatusDetail":{"shape":"String"},
"introspectionResult":{"shape":"DataSourceIntrospectionResult"}
}
},
"GetDataSourceRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2754,6 +2887,36 @@
"functions":{"shape":"FunctionsIds"}
}
},
"RdsDataApiConfig":{
"type":"structure",
"required":[
"resourceArn",
"secretArn",
"databaseName"
],
"members":{
"resourceArn":{"shape":"RdsDataApiConfigResourceArn"},
"secretArn":{"shape":"RdsDataApiConfigSecretArn"},
"databaseName":{"shape":"RdsDataApiConfigDatabaseName"}
}
},
"RdsDataApiConfigDatabaseName":{
"type":"string",
"max":128,
"min":1
},
"RdsDataApiConfigResourceArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:[a-z-]*:rds:[a-z0-9-]*:\\d{12}:cluster:[0-9A-Za-z_/-]*$"
},
"RdsDataApiConfigSecretArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
},
"RdsHttpEndpointConfig":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2882,6 +3045,20 @@
"type":"list",
"member":{"shape":"SourceApiAssociationSummary"}
},
"StartDataSourceIntrospectionRequest":{
"type":"structure",
"members":{
"rdsDataApiConfig":{"shape":"RdsDataApiConfig"}
}
},
"StartDataSourceIntrospectionResponse":{
"type":"structure",
"members":{
"introspectionId":{"shape":"String"},
"introspectionStatus":{"shape":"DataSourceIntrospectionStatus"},
"introspectionStatusDetail":{"shape":"String"}
}
},
"StartSchemaCreationRequest":{
"type":"structure",
"required":[
Expand Down