Skip to content

Commit b06072e

Browse files
Update generated code (#1687)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 2fee07f commit b06072e

File tree

10 files changed

+22
-5
lines changed

10 files changed

+22
-5
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.301.1"
3+
"${LATEST}": "3.301.2"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

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 `ca-west-1` region
8+
59
## 2.1.1
610

711
### Changed

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": "2.1-dev"
32+
"dev-master": "2.2-dev"
3333
}
3434
}
3535
}

src/Service/Athena/src/AthenaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ protected function getEndpointMetadata(?string $region): array
715715
case 'ap-southeast-3':
716716
case 'ap-southeast-4':
717717
case 'ca-central-1':
718+
case 'ca-west-1':
718719
case 'eu-central-1':
719720
case 'eu-central-2':
720721
case 'eu-north-1':

src/Service/Sso/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 `ap-southeast-4` region
8+
59
## 1.1.0
610

711
### Added

src/Service/Sso/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {
2828
"branch-alias": {
29-
"dev-master": "1.1-dev"
29+
"dev-master": "1.2-dev"
3030
}
3131
}
3232
}

src/Service/Sso/src/SsoClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ protected function getEndpointMetadata(?string $region): array
6969
case 'ap-southeast-1':
7070
case 'ap-southeast-2':
7171
case 'ap-southeast-3':
72+
case 'ap-southeast-4':
7273
case 'ca-central-1':
7374
case 'eu-central-1':
7475
case 'eu-central-2':

src/Service/TimestreamQuery/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+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 2.0.1
610

711
### Changed

src/Service/TimestreamQuery/src/TimestreamQueryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function describeEndpoints($input = []): DescribeEndpointsResponse
103103

104104
/**
105105
* A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later
106-
* running. Timestream only supports using this operation with the `PrepareQueryRequest$ValidateOnly` set to `true`.
106+
* running. Timestream only supports using this operation with `ValidateOnly` set to `true`.
107107
*
108108
* @see https://docs.aws.amazon.com/timestream/latest/developerguide/API_PrepareQuery.html
109109
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-query.timestream-2018-11-01.html#preparequery

src/Service/TimestreamQuery/src/ValueObject/Type.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
final class Type
1313
{
1414
/**
15-
* Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
15+
* Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time. For more information, see
16+
* Supported data types [^1].
17+
*
18+
* [^1]: https://docs.aws.amazon.com/timestream/latest/developerguide/supported-data-types.html
1619
*
1720
* @var ScalarType::*|null
1821
*/

0 commit comments

Comments
 (0)