Skip to content

Commit 54226b9

Browse files
Update models for release
1 parent 23b009f commit 54226b9

22 files changed

+657
-29
lines changed

.changes/3.296.6

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "Athena",
5+
"description": "Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "DynamoDB",
10+
"description": "This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "QConnect",
15+
"description": "Increased Quick Response name max length to 100"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "CodeBuild",
20+
"description": "Release CodeBuild Reserved Capacity feature"
21+
}
22+
]

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\Athena` - Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
6+
* `Aws\DynamoDB` - This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
7+
* `Aws\QConnect` - Increased Quick Response name max length to 100
8+
* `Aws\CodeBuild` - Release CodeBuild Reserved Capacity feature
9+
310
## 3.296.5 - 2024-01-18
411

512
* `Aws\CloudTrail` - This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.

src/CodeBuild/CodeBuildClient.php

+10
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@
1111
* @method \GuzzleHttp\Promise\Promise batchGetBuildBatchesAsync(array $args = [])
1212
* @method \Aws\Result batchGetBuilds(array $args = [])
1313
* @method \GuzzleHttp\Promise\Promise batchGetBuildsAsync(array $args = [])
14+
* @method \Aws\Result batchGetFleets(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise batchGetFleetsAsync(array $args = [])
1416
* @method \Aws\Result batchGetProjects(array $args = [])
1517
* @method \GuzzleHttp\Promise\Promise batchGetProjectsAsync(array $args = [])
1618
* @method \Aws\Result batchGetReportGroups(array $args = [])
1719
* @method \GuzzleHttp\Promise\Promise batchGetReportGroupsAsync(array $args = [])
1820
* @method \Aws\Result batchGetReports(array $args = [])
1921
* @method \GuzzleHttp\Promise\Promise batchGetReportsAsync(array $args = [])
22+
* @method \Aws\Result createFleet(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
2024
* @method \Aws\Result createProject(array $args = [])
2125
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
2226
* @method \Aws\Result createReportGroup(array $args = [])
@@ -25,6 +29,8 @@
2529
* @method \GuzzleHttp\Promise\Promise createWebhookAsync(array $args = [])
2630
* @method \Aws\Result deleteBuildBatch(array $args = [])
2731
* @method \GuzzleHttp\Promise\Promise deleteBuildBatchAsync(array $args = [])
32+
* @method \Aws\Result deleteFleet(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
2834
* @method \Aws\Result deleteProject(array $args = [])
2935
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
3036
* @method \Aws\Result deleteReport(array $args = [])
@@ -59,6 +65,8 @@
5965
* @method \GuzzleHttp\Promise\Promise listBuildsForProjectAsync(array $args = [])
6066
* @method \Aws\Result listCuratedEnvironmentImages(array $args = [])
6167
* @method \GuzzleHttp\Promise\Promise listCuratedEnvironmentImagesAsync(array $args = [])
68+
* @method \Aws\Result listFleets(array $args = [])
69+
* @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
6270
* @method \Aws\Result listProjects(array $args = [])
6371
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
6472
* @method \Aws\Result listReportGroups(array $args = [])
@@ -87,6 +95,8 @@
8795
* @method \GuzzleHttp\Promise\Promise stopBuildAsync(array $args = [])
8896
* @method \Aws\Result stopBuildBatch(array $args = [])
8997
* @method \GuzzleHttp\Promise\Promise stopBuildBatchAsync(array $args = [])
98+
* @method \Aws\Result updateFleet(array $args = [])
99+
* @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
90100
* @method \Aws\Result updateProject(array $args = [])
91101
* @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
92102
* @method \Aws\Result updateProjectVisibility(array $args = [])

src/DynamoDb/DynamoDbClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
* @method \GuzzleHttp\Promise\Promise updateGlobalTableAsync(array $args = []) (supported in versions 2012-08-10)
116116
* @method \Aws\Result updateGlobalTableSettings(array $args = []) (supported in versions 2012-08-10)
117117
* @method \GuzzleHttp\Promise\Promise updateGlobalTableSettingsAsync(array $args = []) (supported in versions 2012-08-10)
118+
* @method \Aws\Result updateKinesisStreamingDestination(array $args = []) (supported in versions 2012-08-10)
119+
* @method \GuzzleHttp\Promise\Promise updateKinesisStreamingDestinationAsync(array $args = []) (supported in versions 2012-08-10)
118120
* @method \Aws\Result updateTableReplicaAutoScaling(array $args = []) (supported in versions 2012-08-10)
119121
* @method \GuzzleHttp\Promise\Promise updateTableReplicaAutoScalingAsync(array $args = []) (supported in versions 2012-08-10)
120122
* @method \Aws\Result updateTimeToLive(array $args = []) (supported in versions 2012-08-10)

src/data/athena/2017-05-18/api-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1994,14 +1994,14 @@
19941994
"required":[
19951995
"WorkGroup",
19961996
"Name",
1997-
"Payload",
19981997
"Type"
19991998
],
20001999
"members":{
20012000
"WorkGroup":{"shape":"WorkGroupName"},
20022001
"Name":{"shape":"NotebookName"},
20032002
"Payload":{"shape":"Payload"},
20042003
"Type":{"shape":"NotebookType"},
2004+
"NotebookS3LocationUri":{"shape":"S3Uri"},
20052005
"ClientRequestToken":{"shape":"ClientRequestToken"}
20062006
}
20072007
},

src/data/athena/2017-05-18/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/athena/2017-05-18/docs-2.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"GetSessionStatus": "<p>Gets the current status of a session.</p>",
3838
"GetTableMetadata": "<p>Returns table metadata for the specified catalog, database, and table.</p>",
3939
"GetWorkGroup": "<p>Returns information about the workgroup with the specified name.</p>",
40-
"ImportNotebook": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. The maximum file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the same name already exists in the workgroup, throws an error.</p>",
40+
"ImportNotebook": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the notebook, the request must specify a value for either <code>Payload</code> or <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified, an <code>InvalidRequestException</code> occurs. The maximum file size that can be imported is 10 megabytes. If an <code>ipynb</code> file with the same name already exists in the workgroup, throws an error.</p>",
4141
"ListApplicationDPUSizes": "<p>Returns the supported DPU sizes for the supported application runtimes (for example, <code>Athena notebook version 1</code>). </p>",
4242
"ListCalculationExecutions": "<p>Lists the calculations that have been submitted to a session in descending order. Newer calculations are listed first; older calculations are listed later.</p>",
4343
"ListCapacityReservations": "<p>Lists the capacity reservations for the current account.</p>",
@@ -1485,7 +1485,7 @@
14851485
"base": null,
14861486
"refs": {
14871487
"ExportNotebookOutput$Payload": "<p>The content of the exported notebook.</p>",
1488-
"ImportNotebookInput$Payload": "<p>The notebook content to be imported.</p>",
1488+
"ImportNotebookInput$Payload": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code> format.</p>",
14891489
"UpdateNotebookInput$Payload": "<p>The updated content for the notebook.</p>"
14901490
}
14911491
},
@@ -1715,7 +1715,7 @@
17151715
"base": null,
17161716
"refs": {
17171717
"SessionConfiguration$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.</p>",
1718-
"WorkGroupConfiguration$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.</p>",
1718+
"WorkGroupConfiguration$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and IAM Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and IAM Identity Center enabled workgroups. The property is required for IAM Identity Center enabled workgroups.</p>",
17191719
"WorkGroupConfigurationUpdates$ExecutionRole": "<p>The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.</p>"
17201720
}
17211721
},
@@ -1743,7 +1743,8 @@
17431743
"CalculationResult$StdOutS3Uri": "<p>The Amazon S3 location of the <code>stdout</code> file for the calculation.</p>",
17441744
"CalculationResult$StdErrorS3Uri": "<p>The Amazon S3 location of the <code>stderr</code> error messages file for the calculation.</p>",
17451745
"CalculationResult$ResultS3Uri": "<p>The Amazon S3 location of the folder for the calculation results.</p>",
1746-
"GetCalculationExecutionResponse$WorkingDirectory": "<p>The Amazon S3 location in which calculation results are stored.</p>"
1746+
"GetCalculationExecutionResponse$WorkingDirectory": "<p>The Amazon S3 location in which calculation results are stored.</p>",
1747+
"ImportNotebookInput$NotebookS3LocationUri": "<p>A URI that specifies the Amazon S3 location of a notebook file in <code>ipynb</code> format.</p>"
17471748
}
17481749
},
17491750
"SessionAlreadyExistsException": {

src/data/athena/2017-05-18/docs-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)