SDK for PHP 3.x

ClientSideMonitoring

Table of Contents

Namespaces

Exception

Interfaces

ConfigurationInterface
Provides access to client-side monitoring configuration options: 'client_id', 'enabled', 'host', 'port'

Classes

Configuration
ConfigurationProvider
A configuration provider is a function that accepts no arguments and returns a promise that is fulfilled with a {@see \Aws\ClientSideMonitoring\ConfigurationInterface} or rejected with an {@see \Aws\ClientSideMonitoring\Exception\ConfigurationException}.

        
On this page