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 Jul 13, 2023
1 parent aefc78c commit 41729b1
Show file tree
Hide file tree
Showing 59 changed files with 1,318 additions and 237 deletions.
67 changes: 67 additions & 0 deletions .changes/3.275.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"type": "api-change",
"category": "MediaTailor",
"description": "Adds categories to MediaTailor channel assembly alerts"
},
{
"type": "api-change",
"category": "EC2",
"description": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings"
},
{
"type": "api-change",
"category": "CognitoIdentityProvider",
"description": "API model updated in Amazon Cognito"
},
{
"type": "api-change",
"category": "S3",
"description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports."
},
{
"type": "api-change",
"category": "Connect",
"description": "Add support for deleting Queues and Routing Profiles."
},
{
"type": "api-change",
"category": "Personalize",
"description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize"
},
{
"type": "enhancement",
"category": "SecretsManager",
"description": "Documentation updates for Secrets Manager"
},
{
"type": "api-change",
"category": "DataSync",
"description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource."
},
{
"type": "api-change",
"category": "DatabaseMigrationService",
"description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support."
},
{
"type": "enhancement",
"category": "IAM",
"description": "Documentation updates for AWS Identity and Access Management (IAM)."
},
{
"type": "api-change",
"category": "Proton",
"description": "This release adds support for deployment history for Proton provisioned resources"
},
{
"type": "api-change",
"category": "FSx",
"description": "Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state."
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## next release

* `Aws\CognitoIdentityProvider` - API model updated in Amazon Cognito
* `Aws\Connect` - Add support for deleting Queues and Routing Profiles.
* `Aws\DataSync` - Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* `Aws\DatabaseMigrationService` - Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* `Aws\EC2` - This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
* `Aws\FSx` - Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
* `Aws\IAM` - Documentation updates for AWS Identity and Access Management (IAM).
* `Aws\MediaTailor` - Adds categories to MediaTailor channel assembly alerts
* `Aws\Personalize` - This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* `Aws\Proton` - This release adds support for deployment history for Proton provisioned resources
* `Aws\S3` - S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* `Aws\SageMaker` - Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
* `Aws\SecretsManager` - Documentation updates for Secrets Manager

## 3.275.6 - 2023-07-11

* `Aws\CognitoIdentityProvider` - API model updated in Amazon Cognito
Expand Down
4 changes: 4 additions & 0 deletions src/Connect/ConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@
* @method \GuzzleHttp\Promise\Promise deleteIntegrationAssociationAsync(array $args = [])
* @method \Aws\Result deletePrompt(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePromptAsync(array $args = [])
* @method \Aws\Result deleteQueue(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteQueueAsync(array $args = [])
* @method \Aws\Result deleteQuickConnect(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteQuickConnectAsync(array $args = [])
* @method \Aws\Result deleteRoutingProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRoutingProfileAsync(array $args = [])
* @method \Aws\Result deleteRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
* @method \Aws\Result deleteSecurityProfile(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/Personalize/PersonalizeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateCampaign(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
* @method \Aws\Result updateDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
* @method \Aws\Result updateMetricAttribution(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMetricAttributionAsync(array $args = [])
* @method \Aws\Result updateRecommender(array $args = [])
Expand Down
6 changes: 6 additions & 0 deletions src/Proton/ProtonClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* @method \GuzzleHttp\Promise\Promise createTemplateSyncConfigAsync(array $args = [])
* @method \Aws\Result deleteComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
* @method \Aws\Result deleteDeployment(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDeploymentAsync(array $args = [])
* @method \Aws\Result deleteEnvironment(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
* @method \Aws\Result deleteEnvironmentAccountConnection(array $args = [])
Expand All @@ -65,6 +67,8 @@
* @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
* @method \Aws\Result getComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
* @method \Aws\Result getDeployment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
* @method \Aws\Result getEnvironment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
* @method \Aws\Result getEnvironmentAccountConnection(array $args = [])
Expand Down Expand Up @@ -103,6 +107,8 @@
* @method \GuzzleHttp\Promise\Promise listComponentProvisionedResourcesAsync(array $args = [])
* @method \Aws\Result listComponents(array $args = [])
* @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
* @method \Aws\Result listDeployments(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
* @method \Aws\Result listEnvironmentAccountConnections(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEnvironmentAccountConnectionsAsync(array $args = [])
* @method \Aws\Result listEnvironmentOutputs(array $args = [])
Expand Down
6 changes: 4 additions & 2 deletions src/data/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4863,7 +4863,8 @@
"type":"string",
"max":6,
"min":6,
"pattern":"[0-9]+"
"pattern":"[0-9]+",
"sensitive":true
},
"SoftwareTokenMfaConfigType":{
"type":"structure",
Expand Down Expand Up @@ -5284,7 +5285,8 @@
"members":{
"IpAddress":{"shape":"StringType"},
"EncodedData":{"shape":"StringType"}
}
},
"sensitive":true
},
"UserFilterType":{
"type":"string",
Expand Down
2 changes: 1 addition & 1 deletion src/data/cognito-idp/2016-04-18/api-2.json.php

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions src/data/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,22 @@
{"shape":"InternalServiceException"}
]
},
"DeleteQueue":{
"name":"DeleteQueue",
"http":{
"method":"DELETE",
"requestUri":"/queues/{InstanceId}/{QueueId}"
},
"input":{"shape":"DeleteQueueRequest"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"}
]
},
"DeleteQuickConnect":{
"name":"DeleteQuickConnect",
"http":{
Expand All @@ -720,6 +736,22 @@
{"shape":"InternalServiceException"}
]
},
"DeleteRoutingProfile":{
"name":"DeleteRoutingProfile",
"http":{
"method":"DELETE",
"requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}"
},
"input":{"shape":"DeleteRoutingProfileRequest"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"}
]
},
"DeleteRule":{
"name":"DeleteRule",
"http":{
Expand Down Expand Up @@ -4859,6 +4891,25 @@
}
}
},
"DeleteQueueRequest":{
"type":"structure",
"required":[
"InstanceId",
"QueueId"
],
"members":{
"InstanceId":{
"shape":"InstanceId",
"location":"uri",
"locationName":"InstanceId"
},
"QueueId":{
"shape":"QueueId",
"location":"uri",
"locationName":"QueueId"
}
}
},
"DeleteQuickConnectRequest":{
"type":"structure",
"required":[
Expand All @@ -4878,6 +4929,25 @@
}
}
},
"DeleteRoutingProfileRequest":{
"type":"structure",
"required":[
"InstanceId",
"RoutingProfileId"
],
"members":{
"InstanceId":{
"shape":"InstanceId",
"location":"uri",
"locationName":"InstanceId"
},
"RoutingProfileId":{
"shape":"RoutingProfileId",
"location":"uri",
"locationName":"RoutingProfileId"
}
}
},
"DeleteRuleRequest":{
"type":"structure",
"required":[
Expand Down
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

20 changes: 18 additions & 2 deletions src/data/connect/2017-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"DeleteInstance": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes the Amazon Connect instance.</p> <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.</p>",
"DeleteIntegrationAssociation": "<p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.</p>",
"DeletePrompt": "<p>Deletes a prompt.</p>",
"DeleteQueue": "<p>Deletes a queue.</p>",
"DeleteQuickConnect": "<p>Deletes a quick connect.</p>",
"DeleteRoutingProfile": "<p>Deletes a routing profile.</p>",
"DeleteRule": "<p>Deletes a rule for the specified Amazon Connect instance.</p>",
"DeleteSecurityProfile": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes a security profile.</p>",
"DeleteTaskTemplate": "<p>Deletes the task template.</p>",
Expand Down Expand Up @@ -1497,11 +1499,21 @@
"refs": {
}
},
"DeleteQueueRequest": {
"base": null,
"refs": {
}
},
"DeleteQuickConnectRequest": {
"base": null,
"refs": {
}
},
"DeleteRoutingProfileRequest": {
"base": null,
"refs": {
}
},
"DeleteRuleRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2858,7 +2870,9 @@
"DeleteInstanceRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteIntegrationAssociationRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeletePromptRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteQueueRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteQuickConnectRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteRoutingProfileRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteRuleRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteSecurityProfileRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
"DeleteTaskTemplateRequest$InstanceId": "<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>",
Expand Down Expand Up @@ -4399,6 +4413,7 @@
"AssociateQueueQuickConnectsRequest$QueueId": "<p>The identifier for the queue.</p>",
"CreateQueueResponse$QueueId": "<p>The identifier for the queue.</p>",
"CreateRoutingProfileRequest$DefaultOutboundQueueId": "<p>The default outbound queue for the routing profile.</p>",
"DeleteQueueRequest$QueueId": "<p>The identifier for the queue.</p>",
"DescribeQueueRequest$QueueId": "<p>The identifier for the queue.</p>",
"DisassociateQueueQuickConnectsRequest$QueueId": "<p>The identifier for the queue.</p>",
"ListQueueQuickConnectsRequest$QueueId": "<p>The identifier for the queue.</p>",
Expand Down Expand Up @@ -4854,6 +4869,7 @@
"AssociateRoutingProfileQueuesRequest$RoutingProfileId": "<p>The identifier of the routing profile.</p>",
"CreateRoutingProfileResponse$RoutingProfileId": "<p>The identifier of the routing profile.</p>",
"CreateUserRequest$RoutingProfileId": "<p>The identifier of the routing profile for the user.</p>",
"DeleteRoutingProfileRequest$RoutingProfileId": "<p>The identifier of the routing profile.</p>",
"DescribeRoutingProfileRequest$RoutingProfileId": "<p>The identifier of the routing profile.</p>",
"DisassociateRoutingProfileQueuesRequest$RoutingProfileId": "<p>The identifier of the routing profile.</p>",
"ListRoutingProfileQueuesRequest$RoutingProfileId": "<p>The identifier of the routing profile.</p>",
Expand Down Expand Up @@ -6311,8 +6327,8 @@
"base": null,
"refs": {
"GetFederationTokenResponse$SignInUrl": "<p>The URL to sign into the user's instance. </p>",
"Instance$InstanceAccessUrl": "<p>This URL allows contact center users to access Amazon Connect admin website.</p>",
"InstanceSummary$InstanceAccessUrl": "<p>This URL allows contact center users to access Amazon Connect admin website.</p>"
"Instance$InstanceAccessUrl": "<p>This URL allows contact center users to access the Amazon Connect admin website.</p>",
"InstanceSummary$InstanceAccessUrl": "<p>This URL allows contact center users to access the Amazon Connect admin website.</p>"
}
},
"UrlReference": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/docs-2.json.php

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions src/data/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,8 @@
"ClusterBlockStorageUsed":{"shape":"NonNegativeLong"},
"ClusterBlockStorageLogicalUsed":{"shape":"NonNegativeLong"},
"Recommendations":{"shape":"Recommendations"},
"RecommendationStatus":{"shape":"RecommendationStatus"}
"RecommendationStatus":{"shape":"RecommendationStatus"},
"LunCount":{"shape":"NonNegativeLong"}
}
},
"NetAppONTAPClusters":{
Expand All @@ -2188,7 +2189,8 @@
"Recommendations":{"shape":"Recommendations"},
"NfsExportedVolumes":{"shape":"NonNegativeLong"},
"RecommendationStatus":{"shape":"RecommendationStatus"},
"TotalSnapshotCapacityUsed":{"shape":"NonNegativeLong"}
"TotalSnapshotCapacityUsed":{"shape":"NonNegativeLong"},
"LunCount":{"shape":"NonNegativeLong"}
}
},
"NetAppONTAPSVMs":{
Expand All @@ -2211,7 +2213,8 @@
"SnapshotCapacityUsed":{"shape":"NonNegativeLong"},
"MaxP95Performance":{"shape":"MaxP95Performance"},
"Recommendations":{"shape":"Recommendations"},
"RecommendationStatus":{"shape":"RecommendationStatus"}
"RecommendationStatus":{"shape":"RecommendationStatus"},
"LunCount":{"shape":"NonNegativeLong"}
}
},
"NetAppONTAPVolumes":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/datasync/2018-11-09/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 41729b1

Please sign in to comment.