Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\IoTManagedIntegrations;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Managed integrations for AWS IoT Device Management** service.
8
 * @method \Aws\Result createCredentialLocker(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise createCredentialLockerAsync(array $args = [])
10
 * @method \Aws\Result createDestination(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createDestinationAsync(array $args = [])
12
 * @method \Aws\Result createEventLogConfiguration(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createEventLogConfigurationAsync(array $args = [])
14
 * @method \Aws\Result createManagedThing(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createManagedThingAsync(array $args = [])
16
 * @method \Aws\Result createNotificationConfiguration(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createNotificationConfigurationAsync(array $args = [])
18
 * @method \Aws\Result createOtaTask(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createOtaTaskAsync(array $args = [])
20
 * @method \Aws\Result createOtaTaskConfiguration(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createOtaTaskConfigurationAsync(array $args = [])
22
 * @method \Aws\Result createProvisioningProfile(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createProvisioningProfileAsync(array $args = [])
24
 * @method \Aws\Result deleteCredentialLocker(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise deleteCredentialLockerAsync(array $args = [])
26
 * @method \Aws\Result deleteDestination(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteDestinationAsync(array $args = [])
28
 * @method \Aws\Result deleteEventLogConfiguration(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteEventLogConfigurationAsync(array $args = [])
30
 * @method \Aws\Result deleteManagedThing(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteManagedThingAsync(array $args = [])
32
 * @method \Aws\Result deleteNotificationConfiguration(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteNotificationConfigurationAsync(array $args = [])
34
 * @method \Aws\Result deleteOtaTask(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteOtaTaskAsync(array $args = [])
36
 * @method \Aws\Result deleteOtaTaskConfiguration(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteOtaTaskConfigurationAsync(array $args = [])
38
 * @method \Aws\Result deleteProvisioningProfile(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteProvisioningProfileAsync(array $args = [])
40
 * @method \Aws\Result getCredentialLocker(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise getCredentialLockerAsync(array $args = [])
42
 * @method \Aws\Result getCustomEndpoint(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise getCustomEndpointAsync(array $args = [])
44
 * @method \Aws\Result getDefaultEncryptionConfiguration(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise getDefaultEncryptionConfigurationAsync(array $args = [])
46
 * @method \Aws\Result getDestination(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise getDestinationAsync(array $args = [])
48
 * @method \Aws\Result getDeviceDiscovery(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise getDeviceDiscoveryAsync(array $args = [])
50
 * @method \Aws\Result getEventLogConfiguration(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise getEventLogConfigurationAsync(array $args = [])
52
 * @method \Aws\Result getHubConfiguration(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getHubConfigurationAsync(array $args = [])
54
 * @method \Aws\Result getManagedThing(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getManagedThingAsync(array $args = [])
56
 * @method \Aws\Result getManagedThingCapabilities(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getManagedThingCapabilitiesAsync(array $args = [])
58
 * @method \Aws\Result getManagedThingConnectivityData(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getManagedThingConnectivityDataAsync(array $args = [])
60
 * @method \Aws\Result getManagedThingMetaData(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getManagedThingMetaDataAsync(array $args = [])
62
 * @method \Aws\Result getManagedThingState(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getManagedThingStateAsync(array $args = [])
64
 * @method \Aws\Result getNotificationConfiguration(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getNotificationConfigurationAsync(array $args = [])
66
 * @method \Aws\Result getOtaTask(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getOtaTaskAsync(array $args = [])
68
 * @method \Aws\Result getOtaTaskConfiguration(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getOtaTaskConfigurationAsync(array $args = [])
70
 * @method \Aws\Result getProvisioningProfile(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getProvisioningProfileAsync(array $args = [])
72
 * @method \Aws\Result getRuntimeLogConfiguration(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getRuntimeLogConfigurationAsync(array $args = [])
74
 * @method \Aws\Result getSchemaVersion(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getSchemaVersionAsync(array $args = [])
76
 * @method \Aws\Result listCredentialLockers(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise listCredentialLockersAsync(array $args = [])
78
 * @method \Aws\Result listDestinations(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listDestinationsAsync(array $args = [])
80
 * @method \Aws\Result listEventLogConfigurations(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listEventLogConfigurationsAsync(array $args = [])
82
 * @method \Aws\Result listManagedThingSchemas(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listManagedThingSchemasAsync(array $args = [])
84
 * @method \Aws\Result listManagedThings(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listManagedThingsAsync(array $args = [])
86
 * @method \Aws\Result listNotificationConfigurations(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listNotificationConfigurationsAsync(array $args = [])
88
 * @method \Aws\Result listOtaTaskConfigurations(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listOtaTaskConfigurationsAsync(array $args = [])
90
 * @method \Aws\Result listOtaTaskExecutions(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listOtaTaskExecutionsAsync(array $args = [])
92
 * @method \Aws\Result listOtaTasks(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listOtaTasksAsync(array $args = [])
94
 * @method \Aws\Result listProvisioningProfiles(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listProvisioningProfilesAsync(array $args = [])
96
 * @method \Aws\Result listSchemaVersions(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listSchemaVersionsAsync(array $args = [])
98
 * @method \Aws\Result putDefaultEncryptionConfiguration(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise putDefaultEncryptionConfigurationAsync(array $args = [])
100
 * @method \Aws\Result putHubConfiguration(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise putHubConfigurationAsync(array $args = [])
102
 * @method \Aws\Result putRuntimeLogConfiguration(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise putRuntimeLogConfigurationAsync(array $args = [])
104
 * @method \Aws\Result registerCustomEndpoint(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise registerCustomEndpointAsync(array $args = [])
106
 * @method \Aws\Result resetRuntimeLogConfiguration(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise resetRuntimeLogConfigurationAsync(array $args = [])
108
 * @method \Aws\Result sendManagedThingCommand(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise sendManagedThingCommandAsync(array $args = [])
110
 * @method \Aws\Result startDeviceDiscovery(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise startDeviceDiscoveryAsync(array $args = [])
112
 * @method \Aws\Result updateDestination(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise updateDestinationAsync(array $args = [])
114
 * @method \Aws\Result updateEventLogConfiguration(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise updateEventLogConfigurationAsync(array $args = [])
116
 * @method \Aws\Result updateManagedThing(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise updateManagedThingAsync(array $args = [])
118
 * @method \Aws\Result updateNotificationConfiguration(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise updateNotificationConfigurationAsync(array $args = [])
120
 * @method \Aws\Result updateOtaTask(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise updateOtaTaskAsync(array $args = [])
122
 */
123
class IoTManagedIntegrationsClient extends AwsClient {}