runff 1.0 commit
This commit is contained in:
3
lib/aws/Aws/data/kms/2014-11-01/api-2.json.php
Normal file
3
lib/aws/Aws/data/kms/2014-11-01/api-2.json.php
Normal file
File diff suppressed because one or more lines are too long
3
lib/aws/Aws/data/kms/2014-11-01/paginators-1.json.php
Normal file
3
lib/aws/Aws/data/kms/2014-11-01/paginators-1.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/kms/2014-11-01/paginators-1.json
|
||||
return [ 'pagination' => [ 'ListAliases' => [ 'input_token' => 'Marker', 'limit_key' => 'Limit', 'more_results' => 'Truncated', 'output_token' => 'NextMarker', 'result_key' => 'Aliases', ], 'ListGrants' => [ 'input_token' => 'Marker', 'limit_key' => 'Limit', 'more_results' => 'Truncated', 'output_token' => 'NextMarker', 'result_key' => 'Grants', ], 'ListKeyPolicies' => [ 'input_token' => 'Marker', 'limit_key' => 'Limit', 'more_results' => 'Truncated', 'output_token' => 'NextMarker', 'result_key' => 'PolicyNames', ], 'ListKeys' => [ 'input_token' => 'Marker', 'limit_key' => 'Limit', 'more_results' => 'Truncated', 'output_token' => 'NextMarker', 'result_key' => 'Keys', ], ],];
|
||||
3
lib/aws/Aws/data/kms/2014-11-01/smoke.json.php
Normal file
3
lib/aws/Aws/data/kms/2014-11-01/smoke.json.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/kms/2014-11-01/smoke.json
|
||||
return [ 'version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListAliases', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetKeyPolicy', 'input' => [ 'KeyId' => '12345678-1234-1234-1234-123456789012', 'PolicyName' => 'fakePolicy', ], 'errorExpectedFromService' => true, ], ],];
|
||||
Reference in New Issue
Block a user