Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.342.22"
"${LATEST}": "3.342.25"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 4 additions & 0 deletions src/Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

### Changed

- Sort exception alphabetically.
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.25-dev"
"dev-master": "1.26-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Core/src/Sts/StsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'sts',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://sts.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'sts',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://sts.us-isob-east-1.sc2s.sgov.gov',
Expand Down
4 changes: 4 additions & 0 deletions src/Service/Athena/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

## 3.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Service/Athena/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.3-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Service/Athena/src/AthenaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'athena',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://athena.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'athena',
'signVersions' => ['v4'],
];
case 'us-iso-east-1':
return [
'endpoint' => 'https://athena.us-iso-east-1.c2s.ic.gov',
Expand Down
1 change: 1 addition & 0 deletions src/Service/BedrockRuntime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- AWS api-change: New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
- AWS api-change: This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is supported by only HTTP2.0.

### Changed

Expand Down
4 changes: 4 additions & 0 deletions src/Service/CloudFormation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

## 1.8.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Service/CloudFormation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
"dev-master": "1.9-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Service/CloudFormation/src/CloudFormationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'cloudformation',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://cloudformation.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'cloudformation',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://cloudformation.us-isob-east-1.sc2s.sgov.gov',
Expand Down
4 changes: 4 additions & 0 deletions src/Service/CloudWatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

### Changed

- Sort exception alphabetically.
Expand Down
2 changes: 1 addition & 1 deletion src/Service/CloudWatch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Service/CloudWatch/src/CloudWatchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'monitoring',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://monitoring.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'monitoring',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://monitoring.us-isob-east-1.sc2s.sgov.gov',
Expand Down
4 changes: 4 additions & 0 deletions src/Service/CloudWatchLogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

### Changed

- Sort exception alphabetically.
Expand Down
2 changes: 1 addition & 1 deletion src/Service/CloudWatchLogs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
"dev-master": "2.7-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'logs',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://logs.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'logs',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://logs.us-isob-east-1.sc2s.sgov.gov',
Expand Down
4 changes: 4 additions & 0 deletions src/Service/CodeDeploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

### Changed

- Sort exception alphabetically.
Expand Down
2 changes: 1 addition & 1 deletion src/Service/CodeDeploy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
"dev-master": "2.3-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Service/CodeDeploy/src/CodeDeployClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'codedeploy',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://codedeploy.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'codedeploy',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://codedeploy.us-isob-east-1.sc2s.sgov.gov',
Expand Down
5 changes: 5 additions & 0 deletions src/Service/DynamoDb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## NOT RELEASED

### Added

- AWS enhancement: Documentation update for secondary indexes and Create_Table.
- AWS api-change: Added `eu-isoe-west-1` region

### Changed

- Sort exception alphabetically.
Expand Down
2 changes: 1 addition & 1 deletion src/Service/DynamoDb/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.5-dev"
"dev-master": "3.6-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/Service/DynamoDb/src/DynamoDbClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'dynamodb',
'signVersions' => ['v4'],
];
case 'eu-isoe-west-1':
return [
'endpoint' => 'https://dynamodb.eu-isoe-west-1.cloud.adc-e.uk',
'signRegion' => 'eu-isoe-west-1',
'signService' => 'dynamodb',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://dynamodb.us-isob-east-1.sc2s.sgov.gov',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Contracts\HttpClient\ResponseInterface;

/**
* A condition specified in the operation could not be evaluated.
* A condition specified in the operation failed to be evaluated.
*/
final class ConditionalCheckFailedException extends ClientException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use AsyncAws\Core\Exception\Http\ClientException;

/**
* Throughput exceeds the current throughput quota for your account. Please contact Amazon Web Services Support [^1] to
* Throughput exceeds the current throughput quota for your account. Please contact Amazon Web ServicesSupport [^1] to
* request a quota increase.
*
* [^1]: https://aws.amazon.com/support
Expand Down
20 changes: 12 additions & 8 deletions src/Service/DynamoDb/src/Input/CreateTableInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ final class CreateTableInput extends Input
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
* attributes when determining the total.
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
* table has more than 100 attributes.
*
* @var LocalSecondaryIndex[]|null
*/
Expand All @@ -133,7 +135,9 @@ final class CreateTableInput extends Input
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
* attributes when determining the total.
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
* table has more than 100 attributes.
*
* - `ProvisionedThroughput` - The provisioned throughput settings for the global secondary index, consisting of read
* and write capacity units.
Expand All @@ -146,13 +150,13 @@ final class CreateTableInput extends Input
* Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed
* later.
*
* - `PROVISIONED` - We recommend using `PROVISIONED` for predictable workloads. `PROVISIONED` sets the billing mode to
* Provisioned capacity mode [^1].
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for unpredictable workloads. `PAY_PER_REQUEST` sets the
* billing mode to On-demand capacity mode [^2].
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for most DynamoDB workloads. `PAY_PER_REQUEST` sets the
* billing mode to On-demand capacity mode [^1].
* - `PROVISIONED` - We recommend using `PROVISIONED` for steady workloads with predictable growth where capacity
* requirements can be reliably forecasted. `PROVISIONED` sets the billing mode to Provisioned capacity mode [^2].
*
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
*
* @var BillingMode::*|null
*/
Expand Down
14 changes: 7 additions & 7 deletions src/Service/DynamoDb/src/Input/UpdateTableInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ final class UpdateTableInput extends Input
* capacity values are estimated based on the consumed read and write capacity of your table and global secondary
* indexes over the past 30 minutes.
*
* - `PROVISIONED` - We recommend using `PROVISIONED` for predictable workloads. `PROVISIONED` sets the billing mode to
* Provisioned capacity mode [^1].
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for unpredictable workloads. `PAY_PER_REQUEST` sets the
* billing mode to On-demand capacity mode [^2].
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for most DynamoDB workloads. `PAY_PER_REQUEST` sets the
* billing mode to On-demand capacity mode [^1].
* - `PROVISIONED` - We recommend using `PROVISIONED` for steady workloads with predictable growth where capacity
* requirements can be reliably forecasted. `PROVISIONED` sets the billing mode to Provisioned capacity mode [^2].
*
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
*
* @var BillingMode::*|null
*/
Expand Down Expand Up @@ -141,7 +141,7 @@ final class UpdateTableInput extends Input
* If you don't specify this parameter, the global table consistency mode defaults to `EVENTUAL`.
*
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ReplicationGroupUpdate.html#DDB-Type-ReplicationGroupUpdate-Create
* [^2]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html#DDB-UpdateTable-request-ReplicaUpdates
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html#DDB-UpdateTable-request-ReplicaUpdates
* [^3]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PreviewFeatures.html#multi-region-strong-consistency-gt
*
* @var MultiRegionConsistency::*|null
Expand Down
8 changes: 5 additions & 3 deletions src/Service/DynamoDb/src/ValueObject/Projection.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ final class Projection
/**
* Represents the non-key attribute names which will be projected into the index.
*
* For local secondary indexes, the total count of `NonKeyAttributes` summed across all of the local secondary indexes,
* must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
* attributes when determining the total.
* For global and local secondary indexes, the total count of `NonKeyAttributes` summed across all of the secondary
* indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two
* distinct attributes when determining the total. This limit only applies when you specify the ProjectionType of
* `INCLUDE`. You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if
* the table has more than 100 attributes.
*
* @var string[]|null
*/
Expand Down
8 changes: 6 additions & 2 deletions src/Service/DynamoDb/src/ValueObject/TableDescription.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ final class TableDescription
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
* attributes when determining the total.
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
* table has more than 100 attributes.
*
* - `IndexSizeBytes` - Represents the total size of the index, in bytes. DynamoDB updates this value approximately
* every six hours. Recent changes might not be reflected in this value.
Expand Down Expand Up @@ -203,7 +205,9 @@ final class TableDescription
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
* attributes when determining the total.
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
* table has more than 100 attributes.
*
* - `ProvisionedThroughput` - The provisioned throughput settings for the global secondary index, consisting of read
* and write capacity units, along with data about increases and decreases.
Expand Down
4 changes: 4 additions & 0 deletions src/Service/Ecr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `eu-isoe-west-1` region

### Changed

- Sort exception alphabetically.
Expand Down
Loading
Loading