1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Greengrass;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Greengrass** service.
|
|
|
8 |
* @method \Aws\Result associateRoleToGroup(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise associateRoleToGroupAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result associateServiceRoleToAccount(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise associateServiceRoleToAccountAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createConnectorDefinition(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createConnectorDefinitionAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createConnectorDefinitionVersion(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createConnectorDefinitionVersionAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createCoreDefinition(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createCoreDefinitionAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createCoreDefinitionVersion(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createCoreDefinitionVersionAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createDeployment(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createDeviceDefinition(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createDeviceDefinitionAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createDeviceDefinitionVersion(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createDeviceDefinitionVersionAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createFunctionDefinition(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createFunctionDefinitionAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createFunctionDefinitionVersion(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createFunctionDefinitionVersionAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createGroup(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result createGroupCertificateAuthority(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createGroupCertificateAuthorityAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result createGroupVersion(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise createGroupVersionAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result createLoggerDefinition(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise createLoggerDefinitionAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result createLoggerDefinitionVersion(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise createLoggerDefinitionVersionAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result createResourceDefinition(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise createResourceDefinitionAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result createResourceDefinitionVersion(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise createResourceDefinitionVersionAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result createSoftwareUpdateJob(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise createSoftwareUpdateJobAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result createSubscriptionDefinition(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise createSubscriptionDefinitionAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result createSubscriptionDefinitionVersion(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise createSubscriptionDefinitionVersionAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteConnectorDefinition(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteConnectorDefinitionAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteCoreDefinition(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteCoreDefinitionAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result deleteDeviceDefinition(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deleteDeviceDefinitionAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result deleteFunctionDefinition(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise deleteFunctionDefinitionAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result deleteGroup(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result deleteLoggerDefinition(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise deleteLoggerDefinitionAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result deleteResourceDefinition(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise deleteResourceDefinitionAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result deleteSubscriptionDefinition(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise deleteSubscriptionDefinitionAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result disassociateRoleFromGroup(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise disassociateRoleFromGroupAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result disassociateServiceRoleFromAccount(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise disassociateServiceRoleFromAccountAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result getAssociatedRole(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise getAssociatedRoleAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result getBulkDeploymentStatus(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise getBulkDeploymentStatusAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result getConnectivityInfo(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise getConnectivityInfoAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result getConnectorDefinition(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise getConnectorDefinitionAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result getConnectorDefinitionVersion(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise getConnectorDefinitionVersionAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result getCoreDefinition(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise getCoreDefinitionAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result getCoreDefinitionVersion(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise getCoreDefinitionVersionAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result getDeploymentStatus(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise getDeploymentStatusAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result getDeviceDefinition(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise getDeviceDefinitionAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result getDeviceDefinitionVersion(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise getDeviceDefinitionVersionAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result getFunctionDefinition(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise getFunctionDefinitionAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result getFunctionDefinitionVersion(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise getFunctionDefinitionVersionAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result getGroup(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result getGroupCertificateAuthority(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise getGroupCertificateAuthorityAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result getGroupCertificateConfiguration(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise getGroupCertificateConfigurationAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result getGroupVersion(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise getGroupVersionAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result getLoggerDefinition(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise getLoggerDefinitionAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result getLoggerDefinitionVersion(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise getLoggerDefinitionVersionAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result getResourceDefinition(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise getResourceDefinitionAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result getResourceDefinitionVersion(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise getResourceDefinitionVersionAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result getServiceRoleForAccount(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise getServiceRoleForAccountAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result getSubscriptionDefinition(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise getSubscriptionDefinitionAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result getSubscriptionDefinitionVersion(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise getSubscriptionDefinitionVersionAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result getThingRuntimeConfiguration(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise getThingRuntimeConfigurationAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result listBulkDeploymentDetailedReports(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise listBulkDeploymentDetailedReportsAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result listBulkDeployments(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise listBulkDeploymentsAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result listConnectorDefinitionVersions(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise listConnectorDefinitionVersionsAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result listConnectorDefinitions(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise listConnectorDefinitionsAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result listCoreDefinitionVersions(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise listCoreDefinitionVersionsAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result listCoreDefinitions(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise listCoreDefinitionsAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result listDeployments(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result listDeviceDefinitionVersions(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise listDeviceDefinitionVersionsAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result listDeviceDefinitions(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise listDeviceDefinitionsAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result listFunctionDefinitionVersions(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise listFunctionDefinitionVersionsAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result listFunctionDefinitions(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise listFunctionDefinitionsAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result listGroupCertificateAuthorities(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise listGroupCertificateAuthoritiesAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result listGroupVersions(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise listGroupVersionsAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result listGroups(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result listLoggerDefinitionVersions(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise listLoggerDefinitionVersionsAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result listLoggerDefinitions(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise listLoggerDefinitionsAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result listResourceDefinitionVersions(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise listResourceDefinitionVersionsAsync(array $args = [])
|
|
|
152 |
* @method \Aws\Result listResourceDefinitions(array $args = [])
|
|
|
153 |
* @method \GuzzleHttp\Promise\Promise listResourceDefinitionsAsync(array $args = [])
|
|
|
154 |
* @method \Aws\Result listSubscriptionDefinitionVersions(array $args = [])
|
|
|
155 |
* @method \GuzzleHttp\Promise\Promise listSubscriptionDefinitionVersionsAsync(array $args = [])
|
|
|
156 |
* @method \Aws\Result listSubscriptionDefinitions(array $args = [])
|
|
|
157 |
* @method \GuzzleHttp\Promise\Promise listSubscriptionDefinitionsAsync(array $args = [])
|
|
|
158 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
159 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
160 |
* @method \Aws\Result resetDeployments(array $args = [])
|
|
|
161 |
* @method \GuzzleHttp\Promise\Promise resetDeploymentsAsync(array $args = [])
|
|
|
162 |
* @method \Aws\Result startBulkDeployment(array $args = [])
|
|
|
163 |
* @method \GuzzleHttp\Promise\Promise startBulkDeploymentAsync(array $args = [])
|
|
|
164 |
* @method \Aws\Result stopBulkDeployment(array $args = [])
|
|
|
165 |
* @method \GuzzleHttp\Promise\Promise stopBulkDeploymentAsync(array $args = [])
|
|
|
166 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
167 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
168 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
169 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
170 |
* @method \Aws\Result updateConnectivityInfo(array $args = [])
|
|
|
171 |
* @method \GuzzleHttp\Promise\Promise updateConnectivityInfoAsync(array $args = [])
|
|
|
172 |
* @method \Aws\Result updateConnectorDefinition(array $args = [])
|
|
|
173 |
* @method \GuzzleHttp\Promise\Promise updateConnectorDefinitionAsync(array $args = [])
|
|
|
174 |
* @method \Aws\Result updateCoreDefinition(array $args = [])
|
|
|
175 |
* @method \GuzzleHttp\Promise\Promise updateCoreDefinitionAsync(array $args = [])
|
|
|
176 |
* @method \Aws\Result updateDeviceDefinition(array $args = [])
|
|
|
177 |
* @method \GuzzleHttp\Promise\Promise updateDeviceDefinitionAsync(array $args = [])
|
|
|
178 |
* @method \Aws\Result updateFunctionDefinition(array $args = [])
|
|
|
179 |
* @method \GuzzleHttp\Promise\Promise updateFunctionDefinitionAsync(array $args = [])
|
|
|
180 |
* @method \Aws\Result updateGroup(array $args = [])
|
|
|
181 |
* @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
|
|
|
182 |
* @method \Aws\Result updateGroupCertificateConfiguration(array $args = [])
|
|
|
183 |
* @method \GuzzleHttp\Promise\Promise updateGroupCertificateConfigurationAsync(array $args = [])
|
|
|
184 |
* @method \Aws\Result updateLoggerDefinition(array $args = [])
|
|
|
185 |
* @method \GuzzleHttp\Promise\Promise updateLoggerDefinitionAsync(array $args = [])
|
|
|
186 |
* @method \Aws\Result updateResourceDefinition(array $args = [])
|
|
|
187 |
* @method \GuzzleHttp\Promise\Promise updateResourceDefinitionAsync(array $args = [])
|
|
|
188 |
* @method \Aws\Result updateSubscriptionDefinition(array $args = [])
|
|
|
189 |
* @method \GuzzleHttp\Promise\Promise updateSubscriptionDefinitionAsync(array $args = [])
|
|
|
190 |
* @method \Aws\Result updateThingRuntimeConfiguration(array $args = [])
|
|
|
191 |
* @method \GuzzleHttp\Promise\Promise updateThingRuntimeConfigurationAsync(array $args = [])
|
|
|
192 |
*/
|
|
|
193 |
class GreengrassClient extends AwsClient {}
|