BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ControlCatalog
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ControlCatalogClient.php
<?php namespace Aws\ControlCatalog; use Aws\AwsClient; /** * This client is used to interact with the **AWS Control Catalog** service. * @method \Aws\Result getControl(array $args = []) * @method \GuzzleHttp\Promise\Promise getControlAsync(array $args = []) * @method \Aws\Result listCommonControls(array $args = []) * @method \GuzzleHttp\Promise\Promise listCommonControlsAsync(array $args = []) * @method \Aws\Result listControlMappings(array $args = []) * @method \GuzzleHttp\Promise\Promise listControlMappingsAsync(array $args = []) * @method \Aws\Result listControls(array $args = []) * @method \GuzzleHttp\Promise\Promise listControlsAsync(array $args = []) * @method \Aws\Result listDomains(array $args = []) * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = []) * @method \Aws\Result listObjectives(array $args = []) * @method \GuzzleHttp\Promise\Promise listObjectivesAsync(array $args = []) */ class ControlCatalogClient extends AwsClient {}
Save
Cancel