Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\IoTFleetWise;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS IoT FleetWise** service.
8
 * @method \Aws\Result associateVehicleFleet(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise associateVehicleFleetAsync(array $args = [])
10
 * @method \Aws\Result batchCreateVehicle(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise batchCreateVehicleAsync(array $args = [])
12
 * @method \Aws\Result batchUpdateVehicle(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchUpdateVehicleAsync(array $args = [])
14
 * @method \Aws\Result createCampaign(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
16
 * @method \Aws\Result createDecoderManifest(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createDecoderManifestAsync(array $args = [])
18
 * @method \Aws\Result createFleet(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
20
 * @method \Aws\Result createModelManifest(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createModelManifestAsync(array $args = [])
22
 * @method \Aws\Result createSignalCatalog(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createSignalCatalogAsync(array $args = [])
24
 * @method \Aws\Result createVehicle(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createVehicleAsync(array $args = [])
26
 * @method \Aws\Result deleteCampaign(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
28
 * @method \Aws\Result deleteDecoderManifest(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteDecoderManifestAsync(array $args = [])
30
 * @method \Aws\Result deleteFleet(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
32
 * @method \Aws\Result deleteModelManifest(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteModelManifestAsync(array $args = [])
34
 * @method \Aws\Result deleteSignalCatalog(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteSignalCatalogAsync(array $args = [])
36
 * @method \Aws\Result deleteVehicle(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteVehicleAsync(array $args = [])
38
 * @method \Aws\Result disassociateVehicleFleet(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise disassociateVehicleFleetAsync(array $args = [])
40
 * @method \Aws\Result getCampaign(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise getCampaignAsync(array $args = [])
42
 * @method \Aws\Result getDecoderManifest(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise getDecoderManifestAsync(array $args = [])
44
 * @method \Aws\Result getFleet(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise getFleetAsync(array $args = [])
46
 * @method \Aws\Result getLoggingOptions(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise getLoggingOptionsAsync(array $args = [])
48
 * @method \Aws\Result getModelManifest(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise getModelManifestAsync(array $args = [])
50
 * @method \Aws\Result getRegisterAccountStatus(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise getRegisterAccountStatusAsync(array $args = [])
52
 * @method \Aws\Result getSignalCatalog(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getSignalCatalogAsync(array $args = [])
54
 * @method \Aws\Result getVehicle(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getVehicleAsync(array $args = [])
56
 * @method \Aws\Result getVehicleStatus(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getVehicleStatusAsync(array $args = [])
58
 * @method \Aws\Result importDecoderManifest(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise importDecoderManifestAsync(array $args = [])
60
 * @method \Aws\Result importSignalCatalog(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise importSignalCatalogAsync(array $args = [])
62
 * @method \Aws\Result listCampaigns(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise listCampaignsAsync(array $args = [])
64
 * @method \Aws\Result listDecoderManifestNetworkInterfaces(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise listDecoderManifestNetworkInterfacesAsync(array $args = [])
66
 * @method \Aws\Result listDecoderManifestSignals(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise listDecoderManifestSignalsAsync(array $args = [])
68
 * @method \Aws\Result listDecoderManifests(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise listDecoderManifestsAsync(array $args = [])
70
 * @method \Aws\Result listFleets(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
72
 * @method \Aws\Result listFleetsForVehicle(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise listFleetsForVehicleAsync(array $args = [])
74
 * @method \Aws\Result listModelManifestNodes(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise listModelManifestNodesAsync(array $args = [])
76
 * @method \Aws\Result listModelManifests(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise listModelManifestsAsync(array $args = [])
78
 * @method \Aws\Result listSignalCatalogNodes(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listSignalCatalogNodesAsync(array $args = [])
80
 * @method \Aws\Result listSignalCatalogs(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listSignalCatalogsAsync(array $args = [])
82
 * @method \Aws\Result listTagsForResource(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
84
 * @method \Aws\Result listVehicles(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listVehiclesAsync(array $args = [])
86
 * @method \Aws\Result listVehiclesInFleet(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listVehiclesInFleetAsync(array $args = [])
88
 * @method \Aws\Result putLoggingOptions(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
90
 * @method \Aws\Result registerAccount(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise registerAccountAsync(array $args = [])
92
 * @method \Aws\Result tagResource(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
94
 * @method \Aws\Result untagResource(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
96
 * @method \Aws\Result updateCampaign(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
98
 * @method \Aws\Result updateDecoderManifest(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise updateDecoderManifestAsync(array $args = [])
100
 * @method \Aws\Result updateFleet(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise updateFleetAsync(array $args = [])
102
 * @method \Aws\Result updateModelManifest(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise updateModelManifestAsync(array $args = [])
104
 * @method \Aws\Result updateSignalCatalog(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise updateSignalCatalogAsync(array $args = [])
106
 * @method \Aws\Result updateVehicle(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise updateVehicleAsync(array $args = [])
108
 */
109
class IoTFleetWiseClient extends AwsClient {}