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 24, 2023
1 parent b59134c commit 7bfb904
Show file tree
Hide file tree
Showing 22 changed files with 482 additions and 291 deletions.
27 changes: 27 additions & 0 deletions .changes/3.268.17
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "api-change",
"category": "Rekognition",
"description": "Added new status result to Liveness session status."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges."
},
{
"type": "api-change",
"category": "Appflow",
"description": "Increased the max length for RefreshToken and AuthCode from 2048 to 4096."
},
{
"type": "api-change",
"category": "EC2",
"description": "API changes to AWS Verified Access related to identity providers' information."
},
{
"type": "enhancement",
"category": "CodeCatalyst",
"description": "Documentation updates for Amazon CodeCatalyst."
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## next release

* `Aws\Appflow` - Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
* `Aws\CodeCatalyst` - Documentation updates for Amazon CodeCatalyst.
* `Aws\EC2` - API changes to AWS Verified Access related to identity providers' information.
* `Aws\MediaConvert` - This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
* `Aws\Rekognition` - Added new status result to Liveness session status.

## 3.268.16 - 2023-04-21

* `Aws\Connect` - This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
Expand Down
4 changes: 2 additions & 2 deletions src/data/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
},
"AuthCode":{
"type":"string",
"max":2048,
"max":4096,
"pattern":"\\S+"
},
"AuthCodeUrl":{
Expand Down Expand Up @@ -2471,7 +2471,7 @@
},
"RefreshToken":{
"type":"string",
"max":2048,
"max":4096,
"pattern":"\\S+"
},
"Region":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/appflow/2020-08-23/api-2.json.php

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/data/codecatalyst/2022-09-28/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "2.0",
"service": "<note> <p> <b>Amazon CodeCatalyst is in preview release and subject to change.</b> </p> </note> <p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects. </p> <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p> <ul> <li> <p> <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p> </li> <li> <p> <a>CreateDevEnvironment</a>, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.</p> </li> <li> <p> <a>CreateProject</a> which creates a project in a specified space.</p> </li> <li> <p> <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p> </li> <li> <p> <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p> </li> <li> <p> <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p> </li> <li> <p> <a>GetProject</a>, which returns information about a project.</p> </li> <li> <p> <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source repository.</p> </li> <li> <p> <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p> </li> <li> <p> <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p> </li> <li> <p> <a>ListDevEnvironments</a>, which retrives a list of Dev Environments in a project.</p> </li> <li> <p> <a>ListProjects</a>, which retrieves a list of projects in a space.</p> </li> <li> <p> <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p> </li> <li> <p> <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p> </li> <li> <p> <a>ListSpaces</a>, which retrieves a list of spaces.</p> </li> <li> <p> <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p> </li> <li> <p> <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p> </li> <li> <p> <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p> </li> <li> <p> <a>StopDevEnvironmentSession</a>, which stops a session for a specified Dev Environment.</p> </li> <li> <p> <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p> </li> <li> <p> <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p> </li> </ul> <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p> <ul> <li> <p> <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p> </li> <li> <p> <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p> </li> <li> <p> <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p> </li> </ul>",
"service": "<p>Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects. </p> <p>Dev Environments and the Amazon Web Services Toolkits, by calling the following:</p> <ul> <li> <p> <a>CreateAccessToken</a>, which creates a personal access token (PAT) for the current user.</p> </li> <li> <p> <a>CreateDevEnvironment</a>, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.</p> </li> <li> <p> <a>CreateProject</a> which creates a project in a specified space.</p> </li> <li> <p> <a>CreateSourceRepositoryBranch</a>, which creates a branch in a specified repository where you can work on code.</p> </li> <li> <p> <a>DeleteDevEnvironment</a>, which deletes a Dev Environment.</p> </li> <li> <p> <a>GetDevEnvironment</a>, which returns information about a Dev Environment.</p> </li> <li> <p> <a>GetProject</a>, which returns information about a project.</p> </li> <li> <p> <a>GetSourceRepositoryCloneUrls</a>, which returns information about the URLs that can be used with a Git client to clone a source repository.</p> </li> <li> <p> <a>GetSpace</a>, which returns information about a space.</p> </li> <li> <p> <a>GetSubscription</a>, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p> </li> <li> <p> <a>GetUserDetails</a>, which returns information about a user in Amazon CodeCatalyst.</p> </li> <li> <p> <a>ListDevEnvironments</a>, which retrieves a list of Dev Environments in a project.</p> </li> <li> <p> <a>ListProjects</a>, which retrieves a list of projects in a space.</p> </li> <li> <p> <a>ListSourceRepositories</a>, which retrieves a list of source repositories in a project.</p> </li> <li> <p> <a>ListSourceRepositoryBranches</a>, which retrieves a list of branches in a source repository.</p> </li> <li> <p> <a>ListSpaces</a>, which retrieves a list of spaces.</p> </li> <li> <p> <a>StartDevEnvironment</a>, which starts a specified Dev Environment and puts it into an active state.</p> </li> <li> <p> <a>StartDevEnvironmentSession</a>, which starts a session to a specified Dev Environment.</p> </li> <li> <p> <a>StopDevEnvironment</a>, which stops a specified Dev Environment and puts it into an stopped state.</p> </li> <li> <p> <a>StopDevEnvironmentSession</a>, which stops a session for a specified Dev Environment.</p> </li> <li> <p> <a>UpdateDevEnvironment</a>, which changes one or more values for a Dev Environment.</p> </li> <li> <p> <a>VerifySession</a>, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.</p> </li> </ul> <p>Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:</p> <ul> <li> <p> <a>DeleteAccessToken</a>, which deletes a specified personal access token (PAT).</p> </li> <li> <p> <a>ListAccessTokens</a>, which lists all personal access tokens (PATs) associated with a user.</p> </li> <li> <p> <a>ListEventLogs</a>, which retrieves a list of events that occurred during a specified time period in a space.</p> </li> </ul> <note> <p>If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO). For more information, see <a href=\"https://docs.aws.amazon.com/codecatalyst/latest/userguide/set-up-cli.html\">Setting up to use the CLI with Amazon CodeCatalyst</a> and the SSO documentation for your SDK.</p> </note>",
"operations": {
"CreateAccessToken": "<p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user account. You use PATs to access Amazon CodeCatalyst resources such as source repositories from third-party applications like Git and integrated development environments (IDEs). For more information, see <a href=\"https://docs.aws.amazon.com/codecatalyst/latest/userguide/ipa-tokens-keys.html\">Managing personal access tokens in Amazon CodeCatalyst</a>.</p>",
"CreateDevEnvironment": "<p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to quickly work on the code stored in the source repositories of your project. </p> <note> <p>When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these defaults apply to a Dev Environment created programmatically.</p> </note>",
"CreateAccessToken": "<p>Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst from resources that include integrated development environments (IDEs) and Git-based source repositories. PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see <a href=\"https://docs.aws.amazon.com/codecatalyst/latest/userguide/ipa-tokens-keys.html\">Managing personal access tokens in Amazon CodeCatalyst</a>.</p>",
"CreateDevEnvironment": "<p>Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project. </p> <note> <p>When created in the Amazon CodeCatalyst console, by default a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage. None of these defaults apply to a Dev Environment created programmatically.</p> </note>",
"CreateProject": "<p>Creates a project in a specified space.</p>",
"CreateSourceRepositoryBranch": "<p>Creates a branch in a specified source repository in Amazon CodeCatalyst. </p> <note> <p>This API only creates a branch in a source repository hosted in Amazon CodeCatalyst. You cannot use this API to create a branch in a linked repository.</p> </note>",
"DeleteAccessToken": "<p>Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.</p>",
Expand All @@ -14,8 +14,8 @@
"GetSpace": "<p>Returns information about an space.</p>",
"GetSubscription": "<p>Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.</p>",
"GetUserDetails": "<p>Returns information about a user. </p>",
"ListAccessTokens": "<p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.</p>",
"ListDevEnvironments": "<p>Retrives a list of Dev Environments in a project.</p>",
"ListAccessTokens": "<p>Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.</p>",
"ListDevEnvironments": "<p>Retrieves a list of Dev Environments in a project.</p>",
"ListEventLogs": "<p>Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.</p>",
"ListProjects": "<p>Retrieves a list of projects.</p>",
"ListSourceRepositories": "<p>Retrieves a list of source repositories in a project.</p>",
Expand All @@ -39,7 +39,7 @@
"refs": {
"AccessTokenSummary$id": "<p>The system-generated ID of the personal access token.</p>",
"CreateAccessTokenResponse$accessTokenId": "<p>The system-generated unique ID of the access token.</p>",
"DeleteAccessTokenRequest$id": "<p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your user account by calling <a>ListAccessTokens</a>.</p>"
"DeleteAccessTokenRequest$id": "<p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling <a>ListAccessTokens</a>.</p>"
}
},
"AccessTokenName": {
Expand All @@ -59,7 +59,7 @@
"AccessTokenSummaries": {
"base": null,
"refs": {
"ListAccessTokensResponse$items": "<p>A list of personal access tokens (PATs) associated with the calling user.</p>"
"ListAccessTokensResponse$items": "<p>A list of personal access tokens (PATs) associated with the calling user identity.</p>"
}
},
"AccessTokenSummary": {
Expand Down Expand Up @@ -834,7 +834,7 @@
"SpaceSummaries": {
"base": null,
"refs": {
"ListSpacesResponse$items": "<p>Information about the space. </p>"
"ListSpacesResponse$items": "<p>Information about the spaces. </p>"
}
},
"SpaceSummary": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/codecatalyst/2022-09-28/docs-2.json.php

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions src/data/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8824,6 +8824,10 @@
}
}
},
"ClientSecretType":{
"type":"string",
"sensitive":true
},
"ClientVpnAssociationId":{"type":"string"},
"ClientVpnAuthentication":{
"type":"structure",
Expand Down Expand Up @@ -11964,7 +11968,7 @@
"TokenEndpoint":{"shape":"String"},
"UserInfoEndpoint":{"shape":"String"},
"ClientId":{"shape":"String"},
"ClientSecret":{"shape":"String"},
"ClientSecret":{"shape":"ClientSecretType"},
"Scope":{"shape":"String"}
}
},
Expand Down Expand Up @@ -19601,7 +19605,7 @@
"locationName":"format"
},
"ImportManifestUrl":{
"shape":"String",
"shape":"ImportManifestUrl",
"locationName":"importManifestUrl"
},
"Size":{
Expand Down Expand Up @@ -31685,6 +31689,12 @@
"ModifyVerifiedAccessTrustProviderOidcOptions":{
"type":"structure",
"members":{
"Issuer":{"shape":"String"},
"AuthorizationEndpoint":{"shape":"String"},
"TokenEndpoint":{"shape":"String"},
"UserInfoEndpoint":{"shape":"String"},
"ClientId":{"shape":"String"},
"ClientSecret":{"shape":"ClientSecretType"},
"Scope":{"shape":"String"}
}
},
Expand Down Expand Up @@ -33319,7 +33329,7 @@
"locationName":"clientId"
},
"ClientSecret":{
"shape":"String",
"shape":"ClientSecretType",
"locationName":"clientSecret"
},
"Scope":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 7bfb904

Please sign in to comment.