Skip to content

Commit f86db59

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 3a9a714 commit f86db59

Some content is hidden

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

63 files changed

+2705
-2582
lines changed

apis/athena/2017-05-18/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,8 @@
15651565
"CoordinatorDpuSize":{"shape":"CoordinatorDpuSize"},
15661566
"MaxConcurrentDpus":{"shape":"MaxConcurrentDpus"},
15671567
"DefaultExecutorDpuSize":{"shape":"DefaultExecutorDpuSize"},
1568-
"AdditionalConfigs":{"shape":"ParametersMap"}
1568+
"AdditionalConfigs":{"shape":"ParametersMap"},
1569+
"SparkProperties":{"shape":"ParametersMap"}
15691570
}
15701571
},
15711572
"EngineVersion":{

apis/athena/2017-05-18/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,7 @@
14281428
"DataCatalog$Parameters": "<p>Specifies the Lambda function or functions to use for the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> <li> <p>The <code>GLUE</code> type takes a catalog ID parameter and is required. The <code> <i>catalog_id</i> </code> is the account ID of the Amazon Web Services account to which the Glue catalog belongs.</p> <p> <code>catalog-id=<i>catalog_id</i> </code> </p> <ul> <li> <p>The <code>GLUE</code> data catalog type also applies to the default <code>AwsDataCatalog</code> that already exists in your account, of which you can have only one and cannot modify.</p> </li> <li> <p>Queries that specify a Glue Data Catalog other than the default <code>AwsDataCatalog</code> must be run on Athena engine version 2.</p> </li> </ul> </li> </ul>",
14291429
"Database$Parameters": "<p>A set of custom key/value pairs.</p>",
14301430
"EngineConfiguration$AdditionalConfigs": "<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>",
1431+
"EngineConfiguration$SparkProperties": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>",
14311432
"TableMetadata$Parameters": "<p>A set of custom key/value pairs for table properties.</p>",
14321433
"UpdateDataCatalogInput$Parameters": "<p>Specifies the Lambda function or functions to use for updating the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> </ul>"
14331434
}

apis/codecatalyst/2022-09-28/api-2.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,24 @@
251251
{"shape":"AccessDeniedException"}
252252
]
253253
},
254+
"ListDevEnvironmentSessions":{
255+
"name":"ListDevEnvironmentSessions",
256+
"http":{
257+
"method":"POST",
258+
"requestUri":"/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions",
259+
"responseCode":200
260+
},
261+
"input":{"shape":"ListDevEnvironmentSessionsRequest"},
262+
"output":{"shape":"ListDevEnvironmentSessionsResponse"},
263+
"errors":[
264+
{"shape":"ThrottlingException"},
265+
{"shape":"ConflictException"},
266+
{"shape":"ValidationException"},
267+
{"shape":"ServiceQuotaExceededException"},
268+
{"shape":"ResourceNotFoundException"},
269+
{"shape":"AccessDeniedException"}
270+
]
271+
},
254272
"ListDevEnvironments":{
255273
"name":"ListDevEnvironments",
256274
"http":{
@@ -770,13 +788,39 @@
770788
"executeCommandSessionConfiguration":{"shape":"ExecuteCommandSessionConfiguration"}
771789
}
772790
},
791+
"DevEnvironmentSessionSummary":{
792+
"type":"structure",
793+
"required":[
794+
"spaceName",
795+
"projectName",
796+
"devEnvironmentId",
797+
"startedTime",
798+
"id"
799+
],
800+
"members":{
801+
"spaceName":{"shape":"NameString"},
802+
"projectName":{"shape":"NameString"},
803+
"devEnvironmentId":{"shape":"Uuid"},
804+
"startedTime":{"shape":"SyntheticTimestamp_date_time"},
805+
"id":{"shape":"DevEnvironmentSessionSummaryIdString"}
806+
}
807+
},
808+
"DevEnvironmentSessionSummaryIdString":{
809+
"type":"string",
810+
"max":96,
811+
"min":1
812+
},
773813
"DevEnvironmentSessionType":{
774814
"type":"string",
775815
"enum":[
776816
"SSM",
777817
"SSH"
778818
]
779819
},
820+
"DevEnvironmentSessionsSummaryList":{
821+
"type":"list",
822+
"member":{"shape":"DevEnvironmentSessionSummary"}
823+
},
780824
"DevEnvironmentStatus":{
781825
"type":"string",
782826
"enum":[
@@ -1211,6 +1255,52 @@
12111255
"nextToken":{"shape":"String"}
12121256
}
12131257
},
1258+
"ListDevEnvironmentSessionsRequest":{
1259+
"type":"structure",
1260+
"required":[
1261+
"spaceName",
1262+
"projectName",
1263+
"devEnvironmentId"
1264+
],
1265+
"members":{
1266+
"spaceName":{
1267+
"shape":"NameString",
1268+
"location":"uri",
1269+
"locationName":"spaceName"
1270+
},
1271+
"projectName":{
1272+
"shape":"NameString",
1273+
"location":"uri",
1274+
"locationName":"projectName"
1275+
},
1276+
"devEnvironmentId":{
1277+
"shape":"Uuid",
1278+
"location":"uri",
1279+
"locationName":"devEnvironmentId"
1280+
},
1281+
"nextToken":{"shape":"ListDevEnvironmentSessionsRequestNextTokenString"},
1282+
"maxResults":{"shape":"ListDevEnvironmentSessionsRequestMaxResultsInteger"}
1283+
}
1284+
},
1285+
"ListDevEnvironmentSessionsRequestMaxResultsInteger":{
1286+
"type":"integer",
1287+
"box":true,
1288+
"max":200,
1289+
"min":1
1290+
},
1291+
"ListDevEnvironmentSessionsRequestNextTokenString":{
1292+
"type":"string",
1293+
"max":10000,
1294+
"min":1
1295+
},
1296+
"ListDevEnvironmentSessionsResponse":{
1297+
"type":"structure",
1298+
"required":["items"],
1299+
"members":{
1300+
"items":{"shape":"DevEnvironmentSessionsSummaryList"},
1301+
"nextToken":{"shape":"String"}
1302+
}
1303+
},
12141304
"ListDevEnvironmentsRequest":{
12151305
"type":"structure",
12161306
"required":[

0 commit comments

Comments
 (0)