Skip to content

Commit a02680f

Browse files
Update generated code (#1874)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 0d47c93 commit a02680f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+373
-43
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.342.22"
3+
"${LATEST}": "3.342.25"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
### Changed
610

711
- Sort exception alphabetically.

src/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "1.25-dev"
41+
"dev-master": "1.26-dev"
4242
}
4343
}
4444
}

src/Core/src/Sts/StsClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ protected function getEndpointMetadata(?string $region): array
405405
'signService' => 'sts',
406406
'signVersions' => ['v4'],
407407
];
408+
case 'eu-isoe-west-1':
409+
return [
410+
'endpoint' => 'https://sts.eu-isoe-west-1.cloud.adc-e.uk',
411+
'signRegion' => 'eu-isoe-west-1',
412+
'signService' => 'sts',
413+
'signVersions' => ['v4'],
414+
];
408415
case 'us-isob-east-1':
409416
return [
410417
'endpoint' => 'https://sts.us-isob-east-1.sc2s.sgov.gov',

src/Service/Athena/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
## 3.2.0
610

711
### Added

src/Service/Athena/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "3.2-dev"
32+
"dev-master": "3.3-dev"
3333
}
3434
}
3535
}

src/Service/Athena/src/AthenaClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,13 @@ protected function getEndpointMetadata(?string $region): array
813813
'signService' => 'athena',
814814
'signVersions' => ['v4'],
815815
];
816+
case 'eu-isoe-west-1':
817+
return [
818+
'endpoint' => 'https://athena.eu-isoe-west-1.cloud.adc-e.uk',
819+
'signRegion' => 'eu-isoe-west-1',
820+
'signService' => 'athena',
821+
'signVersions' => ['v4'],
822+
];
816823
case 'us-iso-east-1':
817824
return [
818825
'endpoint' => 'https://athena.us-iso-east-1.c2s.ic.gov',

src/Service/BedrockRuntime/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
8+
- 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.
89

910
### Changed
1011

src/Service/CloudFormation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
## 1.8.1
610

711
### Changed

src/Service/CloudFormation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.8-dev"
31+
"dev-master": "1.9-dev"
3232
}
3333
}
3434
}

src/Service/CloudFormation/src/CloudFormationClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ protected function getEndpointMetadata(?string $region): array
177177
'signService' => 'cloudformation',
178178
'signVersions' => ['v4'],
179179
];
180+
case 'eu-isoe-west-1':
181+
return [
182+
'endpoint' => 'https://cloudformation.eu-isoe-west-1.cloud.adc-e.uk',
183+
'signRegion' => 'eu-isoe-west-1',
184+
'signService' => 'cloudformation',
185+
'signVersions' => ['v4'],
186+
];
180187
case 'us-isob-east-1':
181188
return [
182189
'endpoint' => 'https://cloudformation.us-isob-east-1.sc2s.sgov.gov',

src/Service/CloudWatch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
### Changed
610

711
- Sort exception alphabetically.

src/Service/CloudWatch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2-dev"
30+
"dev-master": "1.3-dev"
3131
}
3232
}
3333
}

src/Service/CloudWatch/src/CloudWatchClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@ protected function getEndpointMetadata(?string $region): array
390390
'signService' => 'monitoring',
391391
'signVersions' => ['v4'],
392392
];
393+
case 'eu-isoe-west-1':
394+
return [
395+
'endpoint' => 'https://monitoring.eu-isoe-west-1.cloud.adc-e.uk',
396+
'signRegion' => 'eu-isoe-west-1',
397+
'signService' => 'monitoring',
398+
'signVersions' => ['v4'],
399+
];
393400
case 'us-isob-east-1':
394401
return [
395402
'endpoint' => 'https://monitoring.us-isob-east-1.sc2s.sgov.gov',

src/Service/CloudWatchLogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
### Changed
610

711
- Sort exception alphabetically.

src/Service/CloudWatchLogs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "2.6-dev"
32+
"dev-master": "2.7-dev"
3333
}
3434
}
3535
}

src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ protected function getEndpointMetadata(?string $region): array
405405
'signService' => 'logs',
406406
'signVersions' => ['v4'],
407407
];
408+
case 'eu-isoe-west-1':
409+
return [
410+
'endpoint' => 'https://logs.eu-isoe-west-1.cloud.adc-e.uk',
411+
'signRegion' => 'eu-isoe-west-1',
412+
'signService' => 'logs',
413+
'signVersions' => ['v4'],
414+
];
408415
case 'us-isob-east-1':
409416
return [
410417
'endpoint' => 'https://logs.us-isob-east-1.sc2s.sgov.gov',

src/Service/CodeDeploy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
### Changed
610

711
- Sort exception alphabetically.

src/Service/CodeDeploy/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "2.2-dev"
31+
"dev-master": "2.3-dev"
3232
}
3333
}
3434
}

src/Service/CodeDeploy/src/CodeDeployClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,13 @@ protected function getEndpointMetadata(?string $region): array
292292
'signService' => 'codedeploy',
293293
'signVersions' => ['v4'],
294294
];
295+
case 'eu-isoe-west-1':
296+
return [
297+
'endpoint' => 'https://codedeploy.eu-isoe-west-1.cloud.adc-e.uk',
298+
'signRegion' => 'eu-isoe-west-1',
299+
'signService' => 'codedeploy',
300+
'signVersions' => ['v4'],
301+
];
295302
case 'us-isob-east-1':
296303
return [
297304
'endpoint' => 'https://codedeploy.us-isob-east-1.sc2s.sgov.gov',

src/Service/DynamoDb/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS enhancement: Documentation update for secondary indexes and Create_Table.
8+
- AWS api-change: Added `eu-isoe-west-1` region
9+
510
### Changed
611

712
- Sort exception alphabetically.

src/Service/DynamoDb/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "3.5-dev"
35+
"dev-master": "3.6-dev"
3636
}
3737
}
3838
}

src/Service/DynamoDb/src/DynamoDbClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,13 @@ protected function getEndpointMetadata(?string $region): array
11891189
'signService' => 'dynamodb',
11901190
'signVersions' => ['v4'],
11911191
];
1192+
case 'eu-isoe-west-1':
1193+
return [
1194+
'endpoint' => 'https://dynamodb.eu-isoe-west-1.cloud.adc-e.uk',
1195+
'signRegion' => 'eu-isoe-west-1',
1196+
'signService' => 'dynamodb',
1197+
'signVersions' => ['v4'],
1198+
];
11921199
case 'us-isob-east-1':
11931200
return [
11941201
'endpoint' => 'https://dynamodb.us-isob-east-1.sc2s.sgov.gov',

src/Service/DynamoDb/src/Exception/ConditionalCheckFailedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Symfony\Contracts\HttpClient\ResponseInterface;
88

99
/**
10-
* A condition specified in the operation could not be evaluated.
10+
* A condition specified in the operation failed to be evaluated.
1111
*/
1212
final class ConditionalCheckFailedException extends ClientException
1313
{

src/Service/DynamoDb/src/Exception/RequestLimitExceededException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use AsyncAws\Core\Exception\Http\ClientException;
66

77
/**
8-
* Throughput exceeds the current throughput quota for your account. Please contact Amazon Web Services Support [^1] to
8+
* Throughput exceeds the current throughput quota for your account. Please contact Amazon Web ServicesSupport [^1] to
99
* request a quota increase.
1010
*
1111
* [^1]: https://aws.amazon.com/support

src/Service/DynamoDb/src/Input/CreateTableInput.php

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ final class CreateTableInput extends Input
107107
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
108108
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
109109
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
110-
* attributes when determining the total.
110+
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
111+
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
112+
* table has more than 100 attributes.
111113
*
112114
* @var LocalSecondaryIndex[]|null
113115
*/
@@ -133,7 +135,9 @@ final class CreateTableInput extends Input
133135
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
134136
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
135137
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
136-
* attributes when determining the total.
138+
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
139+
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
140+
* table has more than 100 attributes.
137141
*
138142
* - `ProvisionedThroughput` - The provisioned throughput settings for the global secondary index, consisting of read
139143
* and write capacity units.
@@ -146,13 +150,13 @@ final class CreateTableInput extends Input
146150
* Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed
147151
* later.
148152
*
149-
* - `PROVISIONED` - We recommend using `PROVISIONED` for predictable workloads. `PROVISIONED` sets the billing mode to
150-
* Provisioned capacity mode [^1].
151-
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for unpredictable workloads. `PAY_PER_REQUEST` sets the
152-
* billing mode to On-demand capacity mode [^2].
153+
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for most DynamoDB workloads. `PAY_PER_REQUEST` sets the
154+
* billing mode to On-demand capacity mode [^1].
155+
* - `PROVISIONED` - We recommend using `PROVISIONED` for steady workloads with predictable growth where capacity
156+
* requirements can be reliably forecasted. `PROVISIONED` sets the billing mode to Provisioned capacity mode [^2].
153157
*
154-
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
155-
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
158+
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
159+
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
156160
*
157161
* @var BillingMode::*|null
158162
*/

src/Service/DynamoDb/src/Input/UpdateTableInput.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ final class UpdateTableInput extends Input
4747
* capacity values are estimated based on the consumed read and write capacity of your table and global secondary
4848
* indexes over the past 30 minutes.
4949
*
50-
* - `PROVISIONED` - We recommend using `PROVISIONED` for predictable workloads. `PROVISIONED` sets the billing mode to
51-
* Provisioned capacity mode [^1].
52-
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for unpredictable workloads. `PAY_PER_REQUEST` sets the
53-
* billing mode to On-demand capacity mode [^2].
50+
* - `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for most DynamoDB workloads. `PAY_PER_REQUEST` sets the
51+
* billing mode to On-demand capacity mode [^1].
52+
* - `PROVISIONED` - We recommend using `PROVISIONED` for steady workloads with predictable growth where capacity
53+
* requirements can be reliably forecasted. `PROVISIONED` sets the billing mode to Provisioned capacity mode [^2].
5454
*
55-
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
56-
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
55+
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
56+
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html
5757
*
5858
* @var BillingMode::*|null
5959
*/
@@ -141,7 +141,7 @@ final class UpdateTableInput extends Input
141141
* If you don't specify this parameter, the global table consistency mode defaults to `EVENTUAL`.
142142
*
143143
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ReplicationGroupUpdate.html#DDB-Type-ReplicationGroupUpdate-Create
144-
* [^2]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html#DDB-UpdateTable-request-ReplicaUpdates
144+
* [^2]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html#DDB-UpdateTable-request-ReplicaUpdates
145145
* [^3]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PreviewFeatures.html#multi-region-strong-consistency-gt
146146
*
147147
* @var MultiRegionConsistency::*|null

src/Service/DynamoDb/src/ValueObject/Projection.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ final class Projection
2828
/**
2929
* Represents the non-key attribute names which will be projected into the index.
3030
*
31-
* For local secondary indexes, the total count of `NonKeyAttributes` summed across all of the local secondary indexes,
32-
* must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
33-
* attributes when determining the total.
31+
* For global and local secondary indexes, the total count of `NonKeyAttributes` summed across all of the secondary
32+
* indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two
33+
* distinct attributes when determining the total. This limit only applies when you specify the ProjectionType of
34+
* `INCLUDE`. You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if
35+
* the table has more than 100 attributes.
3436
*
3537
* @var string[]|null
3638
*/

src/Service/DynamoDb/src/ValueObject/TableDescription.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ final class TableDescription
150150
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
151151
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
152152
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
153-
* attributes when determining the total.
153+
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
154+
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
155+
* table has more than 100 attributes.
154156
*
155157
* - `IndexSizeBytes` - Represents the total size of the index, in bytes. DynamoDB updates this value approximately
156158
* every six hours. Recent changes might not be reflected in this value.
@@ -203,7 +205,9 @@ final class TableDescription
203205
* - `NonKeyAttributes` - A list of one or more non-key attribute names that are projected into the secondary index.
204206
* The total count of attributes provided in `NonKeyAttributes`, summed across all of the secondary indexes, must
205207
* not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct
206-
* attributes when determining the total.
208+
* attributes when determining the total. This limit only applies when you specify the ProjectionType of `INCLUDE`.
209+
* You still can specify the ProjectionType of `ALL` to project all attributes from the source table, even if the
210+
* table has more than 100 attributes.
207211
*
208212
* - `ProvisionedThroughput` - The provisioned throughput settings for the global secondary index, consisting of read
209213
* and write capacity units, along with data about increases and decreases.

src/Service/Ecr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `eu-isoe-west-1` region
8+
59
### Changed
610

711
- Sort exception alphabetically.

0 commit comments

Comments
 (0)