Skip to content

Commit 4124531

Browse files
committed
Update Structures from AWS SDK for PHP 3.388.4
<https://github.com/aws/aws-sdk-php/releases/tag/3.388.4>
1 parent d9bb59f commit 4124531

143 files changed

Lines changed: 1512 additions & 149 deletions

File tree

Some content is hidden

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"aws/aws-sdk-php": "3.388.3"
14+
"aws/aws-sdk-php": "3.388.4"
1515
},
1616
"require-dev": {
1717
"composer/composer": "^2.0",

src/structures/CloudWatch/DeleteAnomalyDetector/DeleteAnomalyDetectorRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Sunaoka\Aws\Structures\Request;
66

77
/**
8+
* @property string|null $AnomalyDetectorId
89
* @property string|null $Namespace
910
* @property string|null $MetricName
1011
* @property list<Shapes\Dimension>|null $Dimensions
@@ -16,6 +17,7 @@ class DeleteAnomalyDetectorRequest extends Request
1617
{
1718
/**
1819
* @param array{
20+
* AnomalyDetectorId?: string|null,
1921
* Namespace?: string|null,
2022
* MetricName?: string|null,
2123
* Dimensions?: list<Shapes\Dimension>|null,

src/structures/CloudWatch/DescribeAnomalyDetectors/DescribeAnomalyDetectorsRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Sunaoka\Aws\Structures\Request;
66

77
/**
8+
* @property list<string>|null $AnomalyDetectorIds
89
* @property string|null $NextToken
910
* @property int<1, max>|null $MaxResults
1011
* @property string|null $Namespace
@@ -16,6 +17,7 @@ class DescribeAnomalyDetectorsRequest extends Request
1617
{
1718
/**
1819
* @param array{
20+
* AnomalyDetectorIds?: list<string>|null,
1921
* NextToken?: string|null,
2022
* MaxResults?: int<1, max>|null,
2123
* Namespace?: string|null,

src/structures/CloudWatch/DescribeAnomalyDetectors/Shapes/AnomalyDetector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Sunaoka\Aws\Structures\Shape;
66

77
/**
8+
* @property string|null $AnomalyDetectorId
89
* @property string|null $Namespace
910
* @property string|null $MetricName
1011
* @property list<Dimension>|null $Dimensions
@@ -19,6 +20,7 @@ class AnomalyDetector extends Shape
1920
{
2021
/**
2122
* @param array{
23+
* AnomalyDetectorId?: string|null,
2224
* Namespace?: string|null,
2325
* MetricName?: string|null,
2426
* Dimensions?: list<Dimension>|null,

src/structures/CloudWatch/PutAnomalyDetector/PutAnomalyDetectorResponse.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
use Sunaoka\Aws\Structures\Response;
66

7+
/**
8+
* @property string|null $AnomalyDetectorId
9+
*/
710
class PutAnomalyDetectorResponse extends Response
811
{
912
}

src/structures/Ec2/CreateCapacityReservationFleet/Shapes/FleetCapacityReservation.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/structures/Ec2/CreateCapacityReservationFleet/Shapes/ReservationFleetInstanceSpecification.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/structures/Ec2/CreateFleet/Shapes/CreateFleetInstance.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/structures/Ec2/CreateFleet/Shapes/FleetLaunchTemplateOverrides.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/structures/Ec2/CreateFleet/Shapes/FleetLaunchTemplateOverridesRequest.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)