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 Nov 18, 2024
1 parent a99b58e commit 62dafe5
Show file tree
Hide file tree
Showing 63 changed files with 5,800 additions and 272 deletions.
57 changes: 57 additions & 0 deletions .changes/3.328.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "api-change",
"category": "RDSDataService",
"description": "Add support for the automatic pause\/resume feature of Aurora Serverless v2."
},
{
"type": "api-change",
"category": "CloudFormation",
"description": "This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation"
},
{
"type": "api-change",
"category": "CustomerProfiles",
"description": "This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service."
},
{
"type": "api-change",
"category": "AppConfig",
"description": "AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment."
},
{
"type": "api-change",
"category": "Connect",
"description": "Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow."
},
{
"type": "api-change",
"category": "EC2",
"description": "Adding request and response elements for managed resources."
},
{
"type": "api-change",
"category": "RDS",
"description": "Add support for the automatic pause\/resume feature of Aurora Serverless v2."
},
{
"type": "api-change",
"category": "QConnect",
"description": "This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources."
},
{
"type": "api-change",
"category": "ECS",
"description": "This release adds support for adding VPC Lattice configurations in ECS CreateService\/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services."
},
{
"type": "api-change",
"category": "IoTSiteWise",
"description": "The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards."
},
{
"type": "api-change",
"category": "AutoScaling",
"description": "Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ)."
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## next release

* `Aws\RDSDataService` - Add support for the automatic pause/resume feature of Aurora Serverless v2.
* `Aws\CloudFormation` - This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation
* `Aws\CustomerProfiles` - This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service.
* `Aws\AppConfig` - AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment.
* `Aws\Connect` - Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow.
* `Aws\EC2` - Adding request and response elements for managed resources.
* `Aws\RDS` - Add support for the automatic pause/resume feature of Aurora Serverless v2.
* `Aws\QConnect` - This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources.
* `Aws\ECS` - This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.
* `Aws\IoTSiteWise` - The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards.
* `Aws\AutoScaling` - Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ).

## 3.328.0 - 2024-11-15

* `Aws\EC2` - Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
Expand Down
2 changes: 2 additions & 0 deletions src/CloudFormation/CloudFormationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
* @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = [])
* @method \Aws\Result listGeneratedTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGeneratedTemplatesAsync(array $args = [])
* @method \Aws\Result listHookResults(array $args = [])
* @method \GuzzleHttp\Promise\Promise listHookResultsAsync(array $args = [])
* @method \Aws\Result listImports(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
* @method \Aws\Result listResourceScanRelatedResources(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/Connect/ConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
* @method \GuzzleHttp\Promise\Promise createContactFlowAsync(array $args = [])
* @method \Aws\Result createContactFlowModule(array $args = [])
* @method \GuzzleHttp\Promise\Promise createContactFlowModuleAsync(array $args = [])
* @method \Aws\Result createContactFlowVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createContactFlowVersionAsync(array $args = [])
* @method \Aws\Result createEvaluationForm(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEvaluationFormAsync(array $args = [])
* @method \Aws\Result createHoursOfOperation(array $args = [])
Expand Down Expand Up @@ -261,6 +263,8 @@
* @method \GuzzleHttp\Promise\Promise listContactEvaluationsAsync(array $args = [])
* @method \Aws\Result listContactFlowModules(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContactFlowModulesAsync(array $args = [])
* @method \Aws\Result listContactFlowVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContactFlowVersionsAsync(array $args = [])
* @method \Aws\Result listContactFlows(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContactFlowsAsync(array $args = [])
* @method \Aws\Result listContactReferences(array $args = [])
Expand Down
26 changes: 26 additions & 0 deletions src/CustomerProfiles/CustomerProfilesClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* This client is used to interact with the **Amazon Connect Customer Profiles** service.
* @method \Aws\Result addProfileKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise addProfileKeyAsync(array $args = [])
* @method \Aws\Result batchGetCalculatedAttributeForProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetCalculatedAttributeForProfileAsync(array $args = [])
* @method \Aws\Result batchGetProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetProfileAsync(array $args = [])
* @method \Aws\Result createCalculatedAttributeDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCalculatedAttributeDefinitionAsync(array $args = [])
* @method \Aws\Result createDomain(array $args = [])
Expand All @@ -17,6 +21,12 @@
* @method \GuzzleHttp\Promise\Promise createIntegrationWorkflowAsync(array $args = [])
* @method \Aws\Result createProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
* @method \Aws\Result createSegmentDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSegmentDefinitionAsync(array $args = [])
* @method \Aws\Result createSegmentEstimate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSegmentEstimateAsync(array $args = [])
* @method \Aws\Result createSegmentSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSegmentSnapshotAsync(array $args = [])
* @method \Aws\Result deleteCalculatedAttributeDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCalculatedAttributeDefinitionAsync(array $args = [])
* @method \Aws\Result deleteDomain(array $args = [])
Expand All @@ -33,6 +43,8 @@
* @method \GuzzleHttp\Promise\Promise deleteProfileObjectAsync(array $args = [])
* @method \Aws\Result deleteProfileObjectType(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteProfileObjectTypeAsync(array $args = [])
* @method \Aws\Result deleteSegmentDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSegmentDefinitionAsync(array $args = [])
* @method \Aws\Result deleteWorkflow(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
* @method \Aws\Result detectProfileObjectType(array $args = [])
Expand All @@ -57,6 +69,14 @@
* @method \GuzzleHttp\Promise\Promise getProfileObjectTypeAsync(array $args = [])
* @method \Aws\Result getProfileObjectTypeTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getProfileObjectTypeTemplateAsync(array $args = [])
* @method \Aws\Result getSegmentDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSegmentDefinitionAsync(array $args = [])
* @method \Aws\Result getSegmentEstimate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSegmentEstimateAsync(array $args = [])
* @method \Aws\Result getSegmentMembership(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSegmentMembershipAsync(array $args = [])
* @method \Aws\Result getSegmentSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSegmentSnapshotAsync(array $args = [])
* @method \Aws\Result getSimilarProfiles(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSimilarProfilesAsync(array $args = [])
* @method \Aws\Result getWorkflow(array $args = [])
Expand All @@ -77,6 +97,10 @@
* @method \GuzzleHttp\Promise\Promise listIdentityResolutionJobsAsync(array $args = [])
* @method \Aws\Result listIntegrations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listIntegrationsAsync(array $args = [])
* @method \Aws\Result listObjectTypeAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listObjectTypeAttributesAsync(array $args = [])
* @method \Aws\Result listProfileAttributeValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise listProfileAttributeValuesAsync(array $args = [])
* @method \Aws\Result listProfileObjectTypeTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise listProfileObjectTypeTemplatesAsync(array $args = [])
* @method \Aws\Result listProfileObjectTypes(array $args = [])
Expand All @@ -85,6 +109,8 @@
* @method \GuzzleHttp\Promise\Promise listProfileObjectsAsync(array $args = [])
* @method \Aws\Result listRuleBasedMatches(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRuleBasedMatchesAsync(array $args = [])
* @method \Aws\Result listSegmentDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSegmentDefinitionsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listWorkflows(array $args = [])
Expand Down
12 changes: 12 additions & 0 deletions src/IoTSiteWise/IoTSiteWiseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise createBulkImportJobAsync(array $args = [])
* @method \Aws\Result createDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
* @method \Aws\Result createDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
* @method \Aws\Result createGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise createGatewayAsync(array $args = [])
* @method \Aws\Result createPortal(array $args = [])
Expand All @@ -49,6 +51,8 @@
* @method \GuzzleHttp\Promise\Promise deleteAssetModelCompositeModelAsync(array $args = [])
* @method \Aws\Result deleteDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
* @method \Aws\Result deleteDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
* @method \Aws\Result deleteGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
* @method \Aws\Result deletePortal(array $args = [])
Expand All @@ -75,6 +79,8 @@
* @method \GuzzleHttp\Promise\Promise describeBulkImportJobAsync(array $args = [])
* @method \Aws\Result describeDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = [])
* @method \Aws\Result describeDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
* @method \Aws\Result describeDefaultEncryptionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDefaultEncryptionConfigurationAsync(array $args = [])
* @method \Aws\Result describeGateway(array $args = [])
Expand Down Expand Up @@ -107,6 +113,8 @@
* @method \GuzzleHttp\Promise\Promise getAssetPropertyValueHistoryAsync(array $args = [])
* @method \Aws\Result getInterpolatedAssetPropertyValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise getInterpolatedAssetPropertyValuesAsync(array $args = [])
* @method \Aws\Result invokeAssistant(array $args = [])
* @method \GuzzleHttp\Promise\Promise invokeAssistantAsync(array $args = [])
* @method \Aws\Result listAccessPolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
* @method \Aws\Result listActions(array $args = [])
Expand All @@ -131,6 +139,8 @@
* @method \GuzzleHttp\Promise\Promise listCompositionRelationshipsAsync(array $args = [])
* @method \Aws\Result listDashboards(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
* @method \Aws\Result listDatasets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
* @method \Aws\Result listGateways(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
* @method \Aws\Result listPortals(array $args = [])
Expand Down Expand Up @@ -165,6 +175,8 @@
* @method \GuzzleHttp\Promise\Promise updateAssetPropertyAsync(array $args = [])
* @method \Aws\Result updateDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = [])
* @method \Aws\Result updateDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
* @method \Aws\Result updateGateway(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateGatewayAsync(array $args = [])
* @method \Aws\Result updateGatewayCapabilityConfiguration(array $args = [])
Expand Down
Loading

0 comments on commit 62dafe5

Please sign in to comment.