Skip to content

Commit b2b6dd5

Browse files
Update models for release
1 parent 33a7635 commit b2b6dd5

File tree

125 files changed

+12925
-2178
lines changed

Some content is hidden

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

125 files changed

+12925
-2178
lines changed

.changes/3.286.3

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SSOAdmin",
5+
"description": "Instances bound to a single AWS account, API operations for managing instances and applications, and assignments to applications are now supported. Trusted identity propagation is also supported, with new API operations for managing trusted token issuers and application grants and scopes."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "SSM",
10+
"description": "This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "FSx",
15+
"description": "Enables customers to update their PerUnitStorageThroughput on their Lustre file systems."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Kafka",
20+
"description": "Added a new API response field which determines if there is an action required from the customer regarding their cluster."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "EC2",
25+
"description": "Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "Glue",
30+
"description": "Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "Transfer",
35+
"description": "Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "IVSRealTime",
40+
"description": "This release introduces server side composition and recording for stages."
41+
},
42+
{
43+
"type": "api-change",
44+
"category": "Lambda",
45+
"description": "Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also."
46+
},
47+
{
48+
"type": "api-change",
49+
"category": "QuickSight",
50+
"description": "Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import."
51+
},
52+
{
53+
"type": "api-change",
54+
"category": "PinpointSMSVoiceV2",
55+
"description": "Amazon Pinpoint now offers additional operations as part of version 2 of the SMS and voice APIs. This release includes 26 new APIs to create and manage phone number registrations, add verified destination numbers, and request sender IDs."
56+
},
57+
{
58+
"type": "api-change",
59+
"category": "IoT",
60+
"description": "GA release the ability to index and search devices based on their GeoLocation data. With GeoQueries you can narrow your search to retrieve devices located in the desired geographic boundary."
61+
},
62+
{
63+
"type": "api-change",
64+
"category": "SageMaker",
65+
"description": "Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge."
66+
},
67+
{
68+
"type": "api-change",
69+
"category": "SSMIncidents",
70+
"description": "Introduces new APIs ListIncidentFindings and BatchGetIncidentFindings to use findings related to an incident."
71+
},
72+
{
73+
"type": "api-change",
74+
"category": "MediaPackage",
75+
"description": "DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level"
76+
},
77+
{
78+
"type": "api-change",
79+
"category": "Macie2",
80+
"description": "This release adds support for configuring Macie to assume an IAM role when retrieving sample occurrences of sensitive data reported by findings."
81+
},
82+
{
83+
"type": "api-change",
84+
"category": "Polly",
85+
"description": "Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos."
86+
},
87+
{
88+
"type": "api-change",
89+
"category": "CodeCatalyst",
90+
"description": "This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC."
91+
},
92+
{
93+
"type": "api-change",
94+
"category": "imagebuilder",
95+
"description": "This release adds the Image Lifecycle Management feature to automate the process of deprecating, disabling and deleting outdated images and their associated resources."
96+
},
97+
{
98+
"type": "api-change",
99+
"category": "DLM",
100+
"description": "This release adds support for Amazon Data Lifecycle Manager default policies for EBS snapshots and EBS-backed AMIs."
101+
}
102+
]

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\SSOAdmin` - Instances bound to a single AWS account, API operations for managing instances and applications, and assignments to applications are now supported. Trusted identity propagation is also supported, with new API operations for managing trusted token issuers and application grants and scopes.
6+
* `Aws\SSM` - This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API.
7+
* `Aws\FSx` - Enables customers to update their PerUnitStorageThroughput on their Lustre file systems.
8+
* `Aws\Kafka` - Added a new API response field which determines if there is an action required from the customer regarding their cluster.
9+
* `Aws\EC2` - Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
10+
* `Aws\Glue` - Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog.
11+
* `Aws\Transfer` - Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings.
12+
* `Aws\IVSRealTime` - This release introduces server side composition and recording for stages.
13+
* `Aws\Lambda` - Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also.
14+
* `Aws\QuickSight` - Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import.
15+
* `Aws\PinpointSMSVoiceV2` - Amazon Pinpoint now offers additional operations as part of version 2 of the SMS and voice APIs. This release includes 26 new APIs to create and manage phone number registrations, add verified destination numbers, and request sender IDs.
16+
* `Aws\IoT` - GA release the ability to index and search devices based on their GeoLocation data. With GeoQueries you can narrow your search to retrieve devices located in the desired geographic boundary.
17+
* `Aws\SageMaker` - Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge.
18+
* `Aws\SSMIncidents` - Introduces new APIs ListIncidentFindings and BatchGetIncidentFindings to use findings related to an incident.
19+
* `Aws\MediaPackage` - DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level
20+
* `Aws\Macie2` - This release adds support for configuring Macie to assume an IAM role when retrieving sample occurrences of sensitive data reported by findings.
21+
* `Aws\Polly` - Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos.
22+
* `Aws\CodeCatalyst` - This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC.
23+
* `Aws\imagebuilder` - This release adds the Image Lifecycle Management feature to automate the process of deprecating, disabling and deleting outdated images and their associated resources.
24+
* `Aws\DLM` - This release adds support for Amazon Data Lifecycle Manager default policies for EBS snapshots and EBS-backed AMIs.
25+
326
## 3.286.2 - 2023-11-15
427

528
* `Aws\Sqs` - Moves queue url middleware, which is no longer needed after the SQS migration from query to json protocol.

src/Glue/GlueClient.php

+10
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
* @method \GuzzleHttp\Promise\Promise getColumnStatisticsForPartitionAsync(array $args = [])
162162
* @method \Aws\Result getColumnStatisticsForTable(array $args = [])
163163
* @method \GuzzleHttp\Promise\Promise getColumnStatisticsForTableAsync(array $args = [])
164+
* @method \Aws\Result getColumnStatisticsTaskRun(array $args = [])
165+
* @method \GuzzleHttp\Promise\Promise getColumnStatisticsTaskRunAsync(array $args = [])
166+
* @method \Aws\Result getColumnStatisticsTaskRuns(array $args = [])
167+
* @method \GuzzleHttp\Promise\Promise getColumnStatisticsTaskRunsAsync(array $args = [])
164168
* @method \Aws\Result getConnection(array $args = [])
165169
* @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
166170
* @method \Aws\Result getConnections(array $args = [])
@@ -281,6 +285,8 @@
281285
* @method \GuzzleHttp\Promise\Promise importCatalogToGlueAsync(array $args = [])
282286
* @method \Aws\Result listBlueprints(array $args = [])
283287
* @method \GuzzleHttp\Promise\Promise listBlueprintsAsync(array $args = [])
288+
* @method \Aws\Result listColumnStatisticsTaskRuns(array $args = [])
289+
* @method \GuzzleHttp\Promise\Promise listColumnStatisticsTaskRunsAsync(array $args = [])
284290
* @method \Aws\Result listCrawlers(array $args = [])
285291
* @method \GuzzleHttp\Promise\Promise listCrawlersAsync(array $args = [])
286292
* @method \Aws\Result listCrawls(array $args = [])
@@ -341,6 +347,8 @@
341347
* @method \GuzzleHttp\Promise\Promise searchTablesAsync(array $args = [])
342348
* @method \Aws\Result startBlueprintRun(array $args = [])
343349
* @method \GuzzleHttp\Promise\Promise startBlueprintRunAsync(array $args = [])
350+
* @method \Aws\Result startColumnStatisticsTaskRun(array $args = [])
351+
* @method \GuzzleHttp\Promise\Promise startColumnStatisticsTaskRunAsync(array $args = [])
344352
* @method \Aws\Result startCrawler(array $args = [])
345353
* @method \GuzzleHttp\Promise\Promise startCrawlerAsync(array $args = [])
346354
* @method \Aws\Result startCrawlerSchedule(array $args = [])
@@ -363,6 +371,8 @@
363371
* @method \GuzzleHttp\Promise\Promise startTriggerAsync(array $args = [])
364372
* @method \Aws\Result startWorkflowRun(array $args = [])
365373
* @method \GuzzleHttp\Promise\Promise startWorkflowRunAsync(array $args = [])
374+
* @method \Aws\Result stopColumnStatisticsTaskRun(array $args = [])
375+
* @method \GuzzleHttp\Promise\Promise stopColumnStatisticsTaskRunAsync(array $args = [])
366376
* @method \Aws\Result stopCrawler(array $args = [])
367377
* @method \GuzzleHttp\Promise\Promise stopCrawlerAsync(array $args = [])
368378
* @method \Aws\Result stopCrawlerSchedule(array $args = [])

src/IVSRealTime/IVSRealTimeClient.php

+24
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,38 @@
55

66
/**
77
* This client is used to interact with the **Amazon Interactive Video Service RealTime** service.
8+
* @method \Aws\Result createEncoderConfiguration(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createEncoderConfigurationAsync(array $args = [])
810
* @method \Aws\Result createParticipantToken(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise createParticipantTokenAsync(array $args = [])
1012
* @method \Aws\Result createStage(array $args = [])
1113
* @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
14+
* @method \Aws\Result createStorageConfiguration(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise createStorageConfigurationAsync(array $args = [])
16+
* @method \Aws\Result deleteEncoderConfiguration(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise deleteEncoderConfigurationAsync(array $args = [])
1218
* @method \Aws\Result deleteStage(array $args = [])
1319
* @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
20+
* @method \Aws\Result deleteStorageConfiguration(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise deleteStorageConfigurationAsync(array $args = [])
1422
* @method \Aws\Result disconnectParticipant(array $args = [])
1523
* @method \GuzzleHttp\Promise\Promise disconnectParticipantAsync(array $args = [])
24+
* @method \Aws\Result getComposition(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise getCompositionAsync(array $args = [])
26+
* @method \Aws\Result getEncoderConfiguration(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise getEncoderConfigurationAsync(array $args = [])
1628
* @method \Aws\Result getParticipant(array $args = [])
1729
* @method \GuzzleHttp\Promise\Promise getParticipantAsync(array $args = [])
1830
* @method \Aws\Result getStage(array $args = [])
1931
* @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
2032
* @method \Aws\Result getStageSession(array $args = [])
2133
* @method \GuzzleHttp\Promise\Promise getStageSessionAsync(array $args = [])
34+
* @method \Aws\Result getStorageConfiguration(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise getStorageConfigurationAsync(array $args = [])
36+
* @method \Aws\Result listCompositions(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise listCompositionsAsync(array $args = [])
38+
* @method \Aws\Result listEncoderConfigurations(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise listEncoderConfigurationsAsync(array $args = [])
2240
* @method \Aws\Result listParticipantEvents(array $args = [])
2341
* @method \GuzzleHttp\Promise\Promise listParticipantEventsAsync(array $args = [])
2442
* @method \Aws\Result listParticipants(array $args = [])
@@ -27,8 +45,14 @@
2745
* @method \GuzzleHttp\Promise\Promise listStageSessionsAsync(array $args = [])
2846
* @method \Aws\Result listStages(array $args = [])
2947
* @method \GuzzleHttp\Promise\Promise listStagesAsync(array $args = [])
48+
* @method \Aws\Result listStorageConfigurations(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise listStorageConfigurationsAsync(array $args = [])
3050
* @method \Aws\Result listTagsForResource(array $args = [])
3151
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
52+
* @method \Aws\Result startComposition(array $args = [])
53+
* @method \GuzzleHttp\Promise\Promise startCompositionAsync(array $args = [])
54+
* @method \Aws\Result stopComposition(array $args = [])
55+
* @method \GuzzleHttp\Promise\Promise stopCompositionAsync(array $args = [])
3256
* @method \Aws\Result tagResource(array $args = [])
3357
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
3458
* @method \Aws\Result untagResource(array $args = [])

0 commit comments

Comments
 (0)