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 Dec 15, 2023
1 parent 44b936e commit f4a5864
Show file tree
Hide file tree
Showing 27 changed files with 934 additions and 315 deletions.
32 changes: 32 additions & 0 deletions .changes/3.294.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "enhancement",
"category": "KMS",
"description": "Documentation updates for AWS Key Management Service"
},
{
"type": "api-change",
"category": "ConnectCases",
"description": "Increase number of fields that can be included in CaseEventIncludedData from 50 to 200"
},
{
"type": "api-change",
"category": "Connect",
"description": "Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create\/Describe training job API"
},
{
"type": "enhancement",
"category": "RDS",
"description": "Updates Amazon RDS documentation by adding code examples"
},
{
"type": "enhancement",
"category": "Cloud9",
"description": "Updated Cloud9 API documentation for AL2023 release"
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/crt-updates.json

This file was deleted.

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\Signature` - Fixes issues with CloudfrontKeyValueStore sigv4a operations.
* `Aws\KMS` - Documentation updates for AWS Key Management Service
* `Aws\ConnectCases` - Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
* `Aws\Connect` - Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
* `Aws\SageMaker` - This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API
* `Aws\RDS` - Updates Amazon RDS documentation by adding code examples
* `Aws\Cloud9` - Updated Cloud9 API documentation for AL2023 release

## 3.294.0 - 2023-12-14

* `Aws\GameLift` - Amazon GameLift adds the ability to add and update the game properties of active game sessions.
Expand Down
4 changes: 4 additions & 0 deletions src/Connect/ConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,16 @@
* @method \GuzzleHttp\Promise\Promise listViewsAsync(array $args = [])
* @method \Aws\Result monitorContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise monitorContactAsync(array $args = [])
* @method \Aws\Result pauseContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise pauseContactAsync(array $args = [])
* @method \Aws\Result putUserStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise putUserStatusAsync(array $args = [])
* @method \Aws\Result releasePhoneNumber(array $args = [])
* @method \GuzzleHttp\Promise\Promise releasePhoneNumberAsync(array $args = [])
* @method \Aws\Result replicateInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise replicateInstanceAsync(array $args = [])
* @method \Aws\Result resumeContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise resumeContactAsync(array $args = [])
* @method \Aws\Result resumeContactRecording(array $args = [])
* @method \GuzzleHttp\Promise\Promise resumeContactRecordingAsync(array $args = [])
* @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/SageMaker/SageMakerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
* @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
* @method \Aws\Result deleteCodeRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCodeRepositoryAsync(array $args = [])
* @method \Aws\Result deleteCompilationJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCompilationJobAsync(array $args = [])
* @method \Aws\Result deleteContext(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteContextAsync(array $args = [])
* @method \Aws\Result deleteDataQualityJobDefinition(array $args = [])
Expand Down
2 changes: 1 addition & 1 deletion src/data/cloud9/2017-09-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"ImageId": {
"base": null,
"refs": {
"CreateEnvironmentEC2Request$imageId": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p>Amazon Linux: <code>amazonlinux-1-x86_64</code> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p>Amazon Linux: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code> </p> </li> </ul>"
"CreateEnvironmentEC2Request$imageId": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users.</p> <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p>Amazon Linux: <code>amazonlinux-1-x86_64</code> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p>Amazon Linux: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code> </p> </li> </ul>"
}
},
"InstanceType": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/cloud9/2017-09-23/docs-2.json.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/cloud9/2017-09-23/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "my-demo-environment",
"automaticStopTimeMinutes": 60,
"description": "This is my demonstration environment.",
"imageId": "amazonlinux-2-x86_64",
"imageId": "amazonlinux-2023-x86_64",
"instanceType": "t2.micro",
"ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser",
"subnetId": "subnet-6300cd1b"
Expand Down

0 comments on commit f4a5864

Please sign in to comment.