Skip to content

Commit d5c8ed9

Browse files
Release v1.48.5 (2023-11-27) (#5083)
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
1 parent 05dc66f commit d5c8ed9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+42264
-10280
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.48.5 (2023-11-27)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appsync`: Updates service API and documentation
6+
* `service/b2bi`: Updates service API, documentation, paginators, and examples
7+
* `service/backup`: Updates service API, documentation, and paginators
8+
* `service/controltower`: Updates service API and documentation
9+
* `service/elasticfilesystem`: Updates service API and documentation
10+
* Adding support for EFS Replication to existing file system.
11+
* `service/fis`: Updates service API, documentation, and paginators
12+
* `service/glue`: Updates service API and documentation
13+
* add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
14+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
15+
* Updates Amazon RDS documentation for support for RDS for Db2.
16+
* `service/securityhub`: Updates service API, documentation, paginators, and examples
17+
* `service/transcribe`: Updates service API, documentation, and paginators
18+
119
Release v1.48.4 (2023-11-27)
220
===
321

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.48.4"
8+
const SDKVersion = "1.48.5"

models/apis/appsync/2017-07-25/api-2.json

+177
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,20 @@
457457
{"shape":"InternalFailureException"}
458458
]
459459
},
460+
"GetDataSourceIntrospection":{
461+
"name":"GetDataSourceIntrospection",
462+
"http":{
463+
"method":"GET",
464+
"requestUri":"/v1/datasources/introspections/{introspectionId}"
465+
},
466+
"input":{"shape":"GetDataSourceIntrospectionRequest"},
467+
"output":{"shape":"GetDataSourceIntrospectionResponse"},
468+
"errors":[
469+
{"shape":"BadRequestException"},
470+
{"shape":"NotFoundException"},
471+
{"shape":"InternalFailureException"}
472+
]
473+
},
460474
"GetDomainName":{
461475
"name":"GetDomainName",
462476
"http":{
@@ -744,6 +758,21 @@
744758
{"shape":"InternalFailureException"}
745759
]
746760
},
761+
"StartDataSourceIntrospection":{
762+
"name":"StartDataSourceIntrospection",
763+
"http":{
764+
"method":"POST",
765+
"requestUri":"/v1/datasources/introspections"
766+
},
767+
"input":{"shape":"StartDataSourceIntrospectionRequest"},
768+
"output":{"shape":"StartDataSourceIntrospectionResponse"},
769+
"errors":[
770+
{"shape":"NotFoundException"},
771+
{"shape":"UnauthorizedException"},
772+
{"shape":"InternalFailureException"},
773+
{"shape":"BadRequestException"}
774+
]
775+
},
747776
"StartSchemaCreation":{
748777
"name":"StartSchemaCreation",
749778
"http":{
@@ -1530,6 +1559,75 @@
15301559
"eventBridgeConfig":{"shape":"EventBridgeDataSourceConfig"}
15311560
}
15321561
},
1562+
"DataSourceIntrospectionModel":{
1563+
"type":"structure",
1564+
"members":{
1565+
"name":{"shape":"String"},
1566+
"fields":{"shape":"DataSourceIntrospectionModelFields"},
1567+
"primaryKey":{"shape":"DataSourceIntrospectionModelIndex"},
1568+
"indexes":{"shape":"DataSourceIntrospectionModelIndexes"},
1569+
"sdl":{"shape":"String"}
1570+
}
1571+
},
1572+
"DataSourceIntrospectionModelField":{
1573+
"type":"structure",
1574+
"members":{
1575+
"name":{"shape":"String"},
1576+
"type":{"shape":"DataSourceIntrospectionModelFieldType"},
1577+
"length":{"shape":"Long"}
1578+
}
1579+
},
1580+
"DataSourceIntrospectionModelFieldType":{
1581+
"type":"structure",
1582+
"members":{
1583+
"kind":{"shape":"String"},
1584+
"name":{"shape":"String"},
1585+
"type":{"shape":"DataSourceIntrospectionModelFieldType"},
1586+
"values":{"shape":"DataSourceIntrospectionModelFieldTypeValues"}
1587+
}
1588+
},
1589+
"DataSourceIntrospectionModelFieldTypeValues":{
1590+
"type":"list",
1591+
"member":{"shape":"String"}
1592+
},
1593+
"DataSourceIntrospectionModelFields":{
1594+
"type":"list",
1595+
"member":{"shape":"DataSourceIntrospectionModelField"}
1596+
},
1597+
"DataSourceIntrospectionModelIndex":{
1598+
"type":"structure",
1599+
"members":{
1600+
"name":{"shape":"String"},
1601+
"fields":{"shape":"DataSourceIntrospectionModelIndexFields"}
1602+
}
1603+
},
1604+
"DataSourceIntrospectionModelIndexFields":{
1605+
"type":"list",
1606+
"member":{"shape":"String"}
1607+
},
1608+
"DataSourceIntrospectionModelIndexes":{
1609+
"type":"list",
1610+
"member":{"shape":"DataSourceIntrospectionModelIndex"}
1611+
},
1612+
"DataSourceIntrospectionModels":{
1613+
"type":"list",
1614+
"member":{"shape":"DataSourceIntrospectionModel"}
1615+
},
1616+
"DataSourceIntrospectionResult":{
1617+
"type":"structure",
1618+
"members":{
1619+
"models":{"shape":"DataSourceIntrospectionModels"},
1620+
"nextToken":{"shape":"PaginationToken"}
1621+
}
1622+
},
1623+
"DataSourceIntrospectionStatus":{
1624+
"type":"string",
1625+
"enum":[
1626+
"PROCESSING",
1627+
"FAILED",
1628+
"SUCCESS"
1629+
]
1630+
},
15331631
"DataSourceType":{
15341632
"type":"string",
15351633
"enum":[
@@ -2005,6 +2103,41 @@
20052103
"apiCache":{"shape":"ApiCache"}
20062104
}
20072105
},
2106+
"GetDataSourceIntrospectionRequest":{
2107+
"type":"structure",
2108+
"required":["introspectionId"],
2109+
"members":{
2110+
"introspectionId":{
2111+
"shape":"String",
2112+
"location":"uri",
2113+
"locationName":"introspectionId"
2114+
},
2115+
"includeModelsSDL":{
2116+
"shape":"Boolean",
2117+
"location":"querystring",
2118+
"locationName":"includeModelsSDL"
2119+
},
2120+
"nextToken":{
2121+
"shape":"PaginationToken",
2122+
"location":"querystring",
2123+
"locationName":"nextToken"
2124+
},
2125+
"maxResults":{
2126+
"shape":"MaxResults",
2127+
"location":"querystring",
2128+
"locationName":"maxResults"
2129+
}
2130+
}
2131+
},
2132+
"GetDataSourceIntrospectionResponse":{
2133+
"type":"structure",
2134+
"members":{
2135+
"introspectionId":{"shape":"String"},
2136+
"introspectionStatus":{"shape":"DataSourceIntrospectionStatus"},
2137+
"introspectionStatusDetail":{"shape":"String"},
2138+
"introspectionResult":{"shape":"DataSourceIntrospectionResult"}
2139+
}
2140+
},
20082141
"GetDataSourceRequest":{
20092142
"type":"structure",
20102143
"required":[
@@ -2754,6 +2887,36 @@
27542887
"functions":{"shape":"FunctionsIds"}
27552888
}
27562889
},
2890+
"RdsDataApiConfig":{
2891+
"type":"structure",
2892+
"required":[
2893+
"resourceArn",
2894+
"secretArn",
2895+
"databaseName"
2896+
],
2897+
"members":{
2898+
"resourceArn":{"shape":"RdsDataApiConfigResourceArn"},
2899+
"secretArn":{"shape":"RdsDataApiConfigSecretArn"},
2900+
"databaseName":{"shape":"RdsDataApiConfigDatabaseName"}
2901+
}
2902+
},
2903+
"RdsDataApiConfigDatabaseName":{
2904+
"type":"string",
2905+
"max":128,
2906+
"min":1
2907+
},
2908+
"RdsDataApiConfigResourceArn":{
2909+
"type":"string",
2910+
"max":2048,
2911+
"min":20,
2912+
"pattern":"^arn:[a-z-]*:rds:[a-z0-9-]*:\\d{12}:cluster:[0-9A-Za-z_/-]*$"
2913+
},
2914+
"RdsDataApiConfigSecretArn":{
2915+
"type":"string",
2916+
"max":2048,
2917+
"min":20,
2918+
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
2919+
},
27572920
"RdsHttpEndpointConfig":{
27582921
"type":"structure",
27592922
"members":{
@@ -2882,6 +3045,20 @@
28823045
"type":"list",
28833046
"member":{"shape":"SourceApiAssociationSummary"}
28843047
},
3048+
"StartDataSourceIntrospectionRequest":{
3049+
"type":"structure",
3050+
"members":{
3051+
"rdsDataApiConfig":{"shape":"RdsDataApiConfig"}
3052+
}
3053+
},
3054+
"StartDataSourceIntrospectionResponse":{
3055+
"type":"structure",
3056+
"members":{
3057+
"introspectionId":{"shape":"String"},
3058+
"introspectionStatus":{"shape":"DataSourceIntrospectionStatus"},
3059+
"introspectionStatusDetail":{"shape":"String"}
3060+
}
3061+
},
28853062
"StartSchemaCreationRequest":{
28863063
"type":"structure",
28873064
"required":[

0 commit comments

Comments
 (0)