runff 1.0 commit
This commit is contained in:
3
lib/aws/Aws/data/acm/2015-12-08/api-2.json.php
Normal file
3
lib/aws/Aws/data/acm/2015-12-08/api-2.json.php
Normal file
File diff suppressed because one or more lines are too long
3
lib/aws/Aws/data/acm/2015-12-08/paginators-1.json.php
Normal file
3
lib/aws/Aws/data/acm/2015-12-08/paginators-1.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/acm/2015-12-08/paginators-1.json
|
||||
return [ 'pagination' => [ 'ListCertificates' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxItems', 'output_token' => 'NextToken', 'result_key' => 'CertificateSummaryList', ], ],];
|
||||
3
lib/aws/Aws/data/acm/2015-12-08/smoke.json.php
Normal file
3
lib/aws/Aws/data/acm/2015-12-08/smoke.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/acm/2015-12-08/smoke.json
|
||||
return [ 'version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListCertificates', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetCertificate', 'input' => [ 'CertificateArn' => 'arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012', ], 'errorExpectedFromService' => true, ], ],];
|
||||
3
lib/aws/Aws/data/acm/2015-12-08/waiters-2.json.php
Normal file
3
lib/aws/Aws/data/acm/2015-12-08/waiters-2.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/acm/2015-12-08/waiters-2.json
|
||||
return [ 'version' => 2, 'waiters' => [ 'CertificateValidated' => [ 'delay' => 60, 'maxAttempts' => 40, 'operation' => 'DescribeCertificate', 'acceptors' => [ [ 'matcher' => 'pathAll', 'expected' => 'SUCCESS', 'argument' => 'Certificate.DomainValidationOptions[].ValidationStatus', 'state' => 'success', ], [ 'matcher' => 'pathAny', 'expected' => 'PENDING_VALIDATION', 'argument' => 'Certificate.DomainValidationOptions[].ValidationStatus', 'state' => 'retry', ], [ 'matcher' => 'path', 'expected' => 'FAILED', 'argument' => 'Certificate.Status', 'state' => 'failure', ], [ 'matcher' => 'error', 'expected' => 'ResourceNotFoundException', 'state' => 'failure', ], ], ], ],];
|
||||
Reference in New Issue
Block a user