Skip to content

Commit 5bf20fb

Browse files
authored
Merge pull request #185 from sunaoka/create-pull-request/patch
Update Structures from AWS SDK for PHP 3.359.7
2 parents 4035ed9 + 917d060 commit 5bf20fb

File tree

156 files changed

+508
-224
lines changed

Some content is hidden

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

156 files changed

+508
-224
lines changed

src/structures/AccessAnalyzer/GetFindingsStatistics/Shapes/ResourceTypeDetails.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
/**
88
* @property int|null $totalActivePublic
99
* @property int|null $totalActiveCrossAccount
10+
* @property int|null $totalActiveErrors
1011
*/
1112
class ResourceTypeDetails extends Shape
1213
{
1314
/**
1415
* @param array{
1516
* totalActivePublic?: int|null,
16-
* totalActiveCrossAccount?: int|null
17+
* totalActiveCrossAccount?: int|null,
18+
* totalActiveErrors?: int|null
1719
* } $args
1820
*/
1921
public function __construct(array $args = [])

src/structures/Backup/CreateLogicallyAirGappedBackupVault/CreateLogicallyAirGappedBackupVaultRequest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @property string|null $CreatorRequestId
1111
* @property int $MinRetentionDays
1212
* @property int $MaxRetentionDays
13+
* @property string|null $EncryptionKeyArn
1314
*/
1415
class CreateLogicallyAirGappedBackupVaultRequest extends Request
1516
{
@@ -19,7 +20,8 @@ class CreateLogicallyAirGappedBackupVaultRequest extends Request
1920
* BackupVaultTags?: array<string, string>|null,
2021
* CreatorRequestId?: string|null,
2122
* MinRetentionDays: int,
22-
* MaxRetentionDays: int
23+
* MaxRetentionDays: int,
24+
* EncryptionKeyArn?: string|null
2325
* } $args
2426
*/
2527
public function __construct(array $args)

src/structures/Backup/DescribeBackupVault/DescribeBackupVaultResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @property string|null $MpaApprovalTeamArn
2222
* @property string|null $MpaSessionArn
2323
* @property Shapes\LatestMpaApprovalTeamUpdate|null $LatestMpaApprovalTeamUpdate
24+
* @property 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null $EncryptionKeyType
2425
*/
2526
class DescribeBackupVaultResponse extends Response
2627
{

src/structures/Backup/DescribeRecoveryPoint/DescribeRecoveryPointResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* @property 'BACKUP_VAULT'|'LOGICALLY_AIR_GAPPED_BACKUP_VAULT'|'RESTORE_ACCESS_BACKUP_VAULT'|null $VaultType
3333
* @property 'PENDING'|'ACTIVE'|'FAILED'|'DELETING'|null $IndexStatus
3434
* @property string|null $IndexStatusMessage
35+
* @property 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null $EncryptionKeyType
3536
*/
3637
class DescribeRecoveryPointResponse extends Response
3738
{

src/structures/Backup/ListBackupVaults/Shapes/BackupVaultListMember.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @property int|null $MinRetentionDays
1818
* @property int|null $MaxRetentionDays
1919
* @property \Aws\Api\DateTimeResult|null $LockDate
20+
* @property 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null $EncryptionKeyType
2021
*/
2122
class BackupVaultListMember extends Shape
2223
{
@@ -33,7 +34,8 @@ class BackupVaultListMember extends Shape
3334
* Locked?: bool|null,
3435
* MinRetentionDays?: int|null,
3536
* MaxRetentionDays?: int|null,
36-
* LockDate?: \Aws\Api\DateTimeResult|null
37+
* LockDate?: \Aws\Api\DateTimeResult|null,
38+
* EncryptionKeyType?: 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null
3739
* } $args
3840
*/
3941
public function __construct(array $args = [])

src/structures/Backup/ListRecoveryPointsByBackupVault/Shapes/RecoveryPointByBackupVault.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @property 'BACKUP_VAULT'|'LOGICALLY_AIR_GAPPED_BACKUP_VAULT'|'RESTORE_ACCESS_BACKUP_VAULT'|null $VaultType
3232
* @property 'PENDING'|'ACTIVE'|'FAILED'|'DELETING'|null $IndexStatus
3333
* @property string|null $IndexStatusMessage
34+
* @property 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null $EncryptionKeyType
3435
*/
3536
class RecoveryPointByBackupVault extends Shape
3637
{
@@ -61,7 +62,8 @@ class RecoveryPointByBackupVault extends Shape
6162
* ResourceName?: string|null,
6263
* VaultType?: 'BACKUP_VAULT'|'LOGICALLY_AIR_GAPPED_BACKUP_VAULT'|'RESTORE_ACCESS_BACKUP_VAULT'|null,
6364
* IndexStatus?: 'PENDING'|'ACTIVE'|'FAILED'|'DELETING'|null,
64-
* IndexStatusMessage?: string|null
65+
* IndexStatusMessage?: string|null,
66+
* EncryptionKeyType?: 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null
6567
* } $args
6668
*/
6769
public function __construct(array $args = [])

src/structures/Backup/ListRecoveryPointsByResource/Shapes/RecoveryPointByResource.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @property 'BACKUP_VAULT'|'LOGICALLY_AIR_GAPPED_BACKUP_VAULT'|'RESTORE_ACCESS_BACKUP_VAULT'|null $VaultType
1919
* @property 'PENDING'|'ACTIVE'|'FAILED'|'DELETING'|null $IndexStatus
2020
* @property string|null $IndexStatusMessage
21+
* @property 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null $EncryptionKeyType
2122
*/
2223
class RecoveryPointByResource extends Shape
2324
{
@@ -35,7 +36,8 @@ class RecoveryPointByResource extends Shape
3536
* ResourceName?: string|null,
3637
* VaultType?: 'BACKUP_VAULT'|'LOGICALLY_AIR_GAPPED_BACKUP_VAULT'|'RESTORE_ACCESS_BACKUP_VAULT'|null,
3738
* IndexStatus?: 'PENDING'|'ACTIVE'|'FAILED'|'DELETING'|null,
38-
* IndexStatusMessage?: string|null
39+
* IndexStatusMessage?: string|null,
40+
* EncryptionKeyType?: 'AWS_OWNED_KMS_KEY'|'CUSTOMER_MANAGED_KMS_KEY'|null
3941
* } $args
4042
*/
4143
public function __construct(array $args = [])

src/structures/Connect/ConnectClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,12 @@ class ConnectClient extends \Aws\Connect\ConnectClient
200200
use ResumeContactRecording\ResumeContactRecordingTrait;
201201
use SearchAgentStatuses\SearchAgentStatusesTrait;
202202
use SearchAvailablePhoneNumbers\SearchAvailablePhoneNumbersTrait;
203+
use SearchContactEvaluations\SearchContactEvaluationsTrait;
203204
use SearchContactFlowModules\SearchContactFlowModulesTrait;
204205
use SearchContactFlows\SearchContactFlowsTrait;
205206
use SearchContacts\SearchContactsTrait;
206207
use SearchEmailAddresses\SearchEmailAddressesTrait;
208+
use SearchEvaluationForms\SearchEvaluationFormsTrait;
207209
use SearchHoursOfOperationOverrides\SearchHoursOfOperationOverridesTrait;
208210
use SearchHoursOfOperations\SearchHoursOfOperationsTrait;
209211
use SearchPredefinedAttributes\SearchPredefinedAttributesTrait;

src/structures/Connect/CreateEvaluationForm/CreateEvaluationFormRequest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
* @property string|null $Description
1111
* @property list<Shapes\EvaluationFormItem> $Items
1212
* @property Shapes\EvaluationFormScoringStrategy|null $ScoringStrategy
13+
* @property Shapes\EvaluationFormAutoEvaluationConfiguration|null $AutoEvaluationConfiguration
1314
* @property string|null $ClientToken
15+
* @property array<string, string>|null $Tags
1416
*/
1517
class CreateEvaluationFormRequest extends Request
1618
{
@@ -21,7 +23,9 @@ class CreateEvaluationFormRequest extends Request
2123
* Description?: string|null,
2224
* Items: list<Shapes\EvaluationFormItem>,
2325
* ScoringStrategy?: Shapes\EvaluationFormScoringStrategy|null,
24-
* ClientToken?: string|null
26+
* AutoEvaluationConfiguration?: Shapes\EvaluationFormAutoEvaluationConfiguration|null,
27+
* ClientToken?: string|null,
28+
* Tags?: array<string, string>|null
2529
* } $args
2630
*/
2731
public function __construct(array $args)

src/structures/Connect/CreateEvaluationForm/Shapes/EvaluationFormNumericQuestionAutomation.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66

77
/**
88
* @property NumericQuestionPropertyValueAutomation|null $PropertyValue
9+
* @property EvaluationFormQuestionAutomationAnswerSource|null $AnswerSource
910
*/
1011
class EvaluationFormNumericQuestionAutomation extends Shape
1112
{
1213
/**
13-
* @param array{PropertyValue?: NumericQuestionPropertyValueAutomation|null} $args
14+
* @param array{
15+
* PropertyValue?: NumericQuestionPropertyValueAutomation|null,
16+
* AnswerSource?: EvaluationFormQuestionAutomationAnswerSource|null
17+
* } $args
1418
*/
1519
public function __construct(array $args = [])
1620
{

0 commit comments

Comments
 (0)