runff 1.0 commit
This commit is contained in:
3
lib/aws/Aws/data/email/2010-12-01/api-2.json.php
Normal file
3
lib/aws/Aws/data/email/2010-12-01/api-2.json.php
Normal file
File diff suppressed because one or more lines are too long
3
lib/aws/Aws/data/email/2010-12-01/paginators-1.json.php
Normal file
3
lib/aws/Aws/data/email/2010-12-01/paginators-1.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/email/2010-12-01/paginators-1.json
|
||||
return [ 'pagination' => [ 'ListCustomVerificationEmailTemplates' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListIdentities' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxItems', 'output_token' => 'NextToken', 'result_key' => 'Identities', ], 'ListVerifiedEmailAddresses' => [ 'result_key' => 'VerifiedEmailAddresses', ], ],];
|
||||
3
lib/aws/Aws/data/email/2010-12-01/smoke.json.php
Normal file
3
lib/aws/Aws/data/email/2010-12-01/smoke.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/email/2010-12-01/smoke.json
|
||||
return [ 'version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListIdentities', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'VerifyEmailIdentity', 'input' => [ 'EmailAddress' => 'fake_email', ], 'errorExpectedFromService' => true, ], ],];
|
||||
3
lib/aws/Aws/data/email/2010-12-01/waiters-1.json.php
Normal file
3
lib/aws/Aws/data/email/2010-12-01/waiters-1.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/email/2010-12-01/waiters-1.json
|
||||
return [ 'waiters' => [ '__default__' => [ 'interval' => 3, 'max_attempts' => 20, ], 'IdentityExists' => [ 'operation' => 'GetIdentityVerificationAttributes', 'success_type' => 'output', 'success_path' => 'VerificationAttributes[].VerificationStatus', 'success_value' => true, ], ],];
|
||||
3
lib/aws/Aws/data/email/2010-12-01/waiters-2.json.php
Normal file
3
lib/aws/Aws/data/email/2010-12-01/waiters-2.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/email/2010-12-01/waiters-2.json
|
||||
return [ 'version' => 2, 'waiters' => [ 'IdentityExists' => [ 'delay' => 3, 'operation' => 'GetIdentityVerificationAttributes', 'maxAttempts' => 20, 'acceptors' => [ [ 'expected' => 'Success', 'matcher' => 'pathAll', 'state' => 'success', 'argument' => 'VerificationAttributes.*.VerificationStatus', ], ], ], ],];
|
||||
Reference in New Issue
Block a user