Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Apr 7, 2023
1 parent 8fc1ca5 commit 99b9afb
Show file tree
Hide file tree
Showing 40 changed files with 2,827 additions and 3,701 deletions.
37 changes: 37 additions & 0 deletions .changes/3.263.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "DLM",
"description": "Updated timestamp format for GetLifecyclePolicy API"
},
{
"type": "enhancement",
"category": "FSx",
"description": "Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems."
},
{
"type": "enhancement",
"category": "ServiceCatalog",
"description": "Updates description for property"
},
{
"type": "api-change",
"category": "Lambda",
"description": "This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered."
},
{
"type": "api-change",
"category": "DocDB",
"description": "This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore."
},
{
"type": "api-change",
"category": "QuickSight",
"description": "This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions."
},
{
"type": "enhancement",
"category": "RedshiftDataAPIService",
"description": "Update documentation of API descriptions as needed in support of temporary credentials with IAM identity."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\DLM` - Updated timestamp format for GetLifecyclePolicy API
* `Aws\DocDB` - This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
* `Aws\FSx` - Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
* `Aws\Lambda` - This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
* `Aws\QuickSight` - This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
* `Aws\RedshiftDataAPIService` - Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
* `Aws\ServiceCatalog` - Updates description for property

## 3.263.5 - 2023-04-06

* `Aws\CloudFormation` - Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
Expand Down
2 changes: 2 additions & 0 deletions src/Lambda/LambdaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
* @method \GuzzleHttp\Promise\Promise invokeAsync(array $args = [])
* @method \Aws\Result invokeAsync(array $args = [])
* @method \GuzzleHttp\Promise\Promise invokeAsyncAsync(array $args = [])
* @method \Aws\Result invokeWithResponseStream(array $args = [])
* @method \GuzzleHttp\Promise\Promise invokeWithResponseStreamAsync(array $args = [])
* @method \Aws\Result listAliases(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
* @method \Aws\Result listCodeSigningConfigs(array $args = [])
Expand Down
16 changes: 16 additions & 0 deletions src/QuickSight/QuickSightClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise createIngestionAsync(array $args = [])
* @method \Aws\Result createNamespace(array $args = [])
* @method \GuzzleHttp\Promise\Promise createNamespaceAsync(array $args = [])
* @method \Aws\Result createRefreshSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRefreshScheduleAsync(array $args = [])
* @method \Aws\Result createTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
* @method \Aws\Result createTemplateAlias(array $args = [])
Expand All @@ -51,6 +53,8 @@
* @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
* @method \Aws\Result deleteDataSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDataSetAsync(array $args = [])
* @method \Aws\Result deleteDataSetRefreshProperties(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDataSetRefreshPropertiesAsync(array $args = [])
* @method \Aws\Result deleteDataSource(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
* @method \Aws\Result deleteFolder(array $args = [])
Expand All @@ -65,6 +69,8 @@
* @method \GuzzleHttp\Promise\Promise deleteIAMPolicyAssignmentAsync(array $args = [])
* @method \Aws\Result deleteNamespace(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = [])
* @method \Aws\Result deleteRefreshSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRefreshScheduleAsync(array $args = [])
* @method \Aws\Result deleteTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
* @method \Aws\Result deleteTemplateAlias(array $args = [])
Expand Down Expand Up @@ -99,6 +105,8 @@
* @method \GuzzleHttp\Promise\Promise describeDataSetAsync(array $args = [])
* @method \Aws\Result describeDataSetPermissions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDataSetPermissionsAsync(array $args = [])
* @method \Aws\Result describeDataSetRefreshProperties(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDataSetRefreshPropertiesAsync(array $args = [])
* @method \Aws\Result describeDataSource(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDataSourceAsync(array $args = [])
* @method \Aws\Result describeDataSourcePermissions(array $args = [])
Expand All @@ -121,6 +129,8 @@
* @method \GuzzleHttp\Promise\Promise describeIpRestrictionAsync(array $args = [])
* @method \Aws\Result describeNamespace(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeNamespaceAsync(array $args = [])
* @method \Aws\Result describeRefreshSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRefreshScheduleAsync(array $args = [])
* @method \Aws\Result describeTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTemplateAsync(array $args = [])
* @method \Aws\Result describeTemplateAlias(array $args = [])
Expand Down Expand Up @@ -171,6 +181,8 @@
* @method \GuzzleHttp\Promise\Promise listIngestionsAsync(array $args = [])
* @method \Aws\Result listNamespaces(array $args = [])
* @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = [])
* @method \Aws\Result listRefreshSchedules(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRefreshSchedulesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTemplateAliases(array $args = [])
Expand All @@ -189,6 +201,8 @@
* @method \GuzzleHttp\Promise\Promise listUserGroupsAsync(array $args = [])
* @method \Aws\Result listUsers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
* @method \Aws\Result putDataSetRefreshProperties(array $args = [])
* @method \GuzzleHttp\Promise\Promise putDataSetRefreshPropertiesAsync(array $args = [])
* @method \Aws\Result registerUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise registerUserAsync(array $args = [])
* @method \Aws\Result restoreAnalysis(array $args = [])
Expand Down Expand Up @@ -243,6 +257,8 @@
* @method \GuzzleHttp\Promise\Promise updateIpRestrictionAsync(array $args = [])
* @method \Aws\Result updatePublicSharingSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePublicSharingSettingsAsync(array $args = [])
* @method \Aws\Result updateRefreshSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRefreshScheduleAsync(array $args = [])
* @method \Aws\Result updateTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
* @method \Aws\Result updateTemplateAlias(array $args = [])
Expand Down
Loading

0 comments on commit 99b9afb

Please sign in to comment.