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 Jan 9, 2023
1 parent e851af4 commit 02e1d09
Show file tree
Hide file tree
Showing 47 changed files with 2,539 additions and 1,702 deletions.
27 changes: 27 additions & 0 deletions .changes/3.256.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "api-change",
"category": "RAM",
"description": "Enabled FIPS aws-us-gov endpoints in SDK."
},
{
"type": "feature",
"category": "KendraRanking",
"description": "Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr)."
},
{
"type": "api-change",
"category": "NetworkFirewall",
"description": "Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert."
},
{
"type": "api-change",
"category": "WorkSpacesWeb",
"description": "This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On)."
},
{
"type": "api-change",
"category": "ECRPublic",
"description": "This release for Amazon ECR Public makes several change to bring the SDK into sync with the API."
}
]
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\ECRPublic` - This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
* `Aws\KendraRanking` - Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).
* `Aws\NetworkFirewall` - Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
* `Aws\RAM` - Enabled FIPS aws-us-gov endpoints in SDK.
* `Aws\WorkSpacesWeb` - This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).

## 3.255.11 - 2023-01-06

* `Aws\ACMPCA` - Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions on the use of special characters in URIs.
Expand Down
9 changes: 9 additions & 0 deletions src/KendraRanking/Exception/KendraRankingException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\KendraRanking\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Amazon Kendra Intelligent Ranking** service.
*/
class KendraRankingException extends AwsException {}
27 changes: 27 additions & 0 deletions src/KendraRanking/KendraRankingClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
namespace Aws\KendraRanking;

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon Kendra Intelligent Ranking** service.
* @method \Aws\Result createRescoreExecutionPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRescoreExecutionPlanAsync(array $args = [])
* @method \Aws\Result deleteRescoreExecutionPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRescoreExecutionPlanAsync(array $args = [])
* @method \Aws\Result describeRescoreExecutionPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRescoreExecutionPlanAsync(array $args = [])
* @method \Aws\Result listRescoreExecutionPlans(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRescoreExecutionPlansAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result rescore(array $args = [])
* @method \GuzzleHttp\Promise\Promise rescoreAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateRescoreExecutionPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRescoreExecutionPlanAsync(array $args = [])
*/
class KendraRankingClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@
* @method \Aws\MultiRegionClient createMultiRegionKafka(array $args = [])
* @method \Aws\KafkaConnect\KafkaConnectClient createKafkaConnect(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionKafkaConnect(array $args = [])
* @method \Aws\KendraRanking\KendraRankingClient createKendraRanking(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionKendraRanking(array $args = [])
* @method \Aws\Keyspaces\KeyspacesClient createKeyspaces(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionKeyspaces(array $args = [])
* @method \Aws\Kinesis\KinesisClient createKinesis(array $args = [])
Expand Down
64 changes: 46 additions & 18 deletions src/data/ecr-public/2020-10-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{"shape":"RepositoryNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"ServerException"},
{"shape":"RegistryNotFoundException"}
{"shape":"RegistryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"BatchDeleteImage":{
Expand All @@ -40,7 +41,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"CompleteLayerUpload":{
Expand Down Expand Up @@ -78,7 +80,8 @@
{"shape":"InvalidTagParameterException"},
{"shape":"TooManyTagsException"},
{"shape":"RepositoryAlreadyExistsException"},
{"shape":"LimitExceededException"}
{"shape":"LimitExceededException"},
{"shape":"UnsupportedCommandException"}
]
},
"DeleteRepository":{
Expand All @@ -93,7 +96,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"RepositoryNotEmptyException"}
{"shape":"RepositoryNotEmptyException"},
{"shape":"UnsupportedCommandException"}
]
},
"DeleteRepositoryPolicy":{
Expand All @@ -108,7 +112,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"RepositoryPolicyNotFoundException"}
{"shape":"RepositoryPolicyNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"DescribeImageTags":{
Expand All @@ -122,7 +127,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"DescribeImages":{
Expand All @@ -137,7 +143,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"ImageNotFoundException"}
{"shape":"ImageNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"DescribeRegistries":{
Expand Down Expand Up @@ -165,7 +172,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"GetAuthorizationToken":{
Expand All @@ -178,7 +186,8 @@
"output":{"shape":"GetAuthorizationTokenResponse"},
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"}
{"shape":"InvalidParameterException"},
{"shape":"UnsupportedCommandException"}
]
},
"GetRegistryCatalogData":{
Expand All @@ -205,7 +214,9 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryCatalogDataNotFoundException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"GetRepositoryPolicy":{
Expand All @@ -220,7 +231,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"RepositoryPolicyNotFoundException"}
{"shape":"RepositoryPolicyNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"InitiateLayerUpload":{
Expand Down Expand Up @@ -250,6 +262,7 @@
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"},
{"shape":"ServerException"}
]
},
Expand Down Expand Up @@ -300,7 +313,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"SetRepositoryPolicy":{
Expand All @@ -314,7 +328,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"TagResource":{
Expand All @@ -330,6 +345,7 @@
{"shape":"InvalidTagParameterException"},
{"shape":"TooManyTagsException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"},
{"shape":"ServerException"}
]
},
Expand All @@ -346,6 +362,7 @@
{"shape":"InvalidTagParameterException"},
{"shape":"TooManyTagsException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"},
{"shape":"ServerException"}
]
},
Expand All @@ -372,7 +389,7 @@
"shapes":{
"AboutText":{
"type":"string",
"max":10240
"max":25600
},
"Architecture":{
"type":"string",
Expand All @@ -384,7 +401,11 @@
"member":{"shape":"Architecture"},
"max":50
},
"Arn":{"type":"string"},
"Arn":{
"type":"string",
"max":2048,
"min":1
},
"AuthorizationData":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1076,8 +1097,8 @@
},
"RegistryIdOrAlias":{
"type":"string",
"max":256,
"min":1
"max":50,
"min":2
},
"RegistryList":{
"type":"list",
Expand Down Expand Up @@ -1131,6 +1152,13 @@
"usageText":{"shape":"UsageText"}
}
},
"RepositoryCatalogDataNotFoundException":{
"type":"structure",
"members":{
"message":{"shape":"ExceptionMessage"}
},
"exception":true
},
"RepositoryDescription":{
"type":"string",
"max":1024
Expand Down Expand Up @@ -1326,7 +1354,7 @@
"Url":{"type":"string"},
"UsageText":{
"type":"string",
"max":10240
"max":25600
}
}
}
2 changes: 1 addition & 1 deletion src/data/ecr-public/2020-10-30/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 02e1d09

Please sign in to comment.