From 8bec661288b276c98bdb0e773e5f4d5275dc4c87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 16:44:35 +0300 Subject: update AWK SDK --- .../src/IoTWireless/IoTWirelessClient.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'vendor/aws/aws-sdk-php/src/IoTWireless') diff --git a/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php b/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php index 96c9da4..f0f7f6e 100644 --- a/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php +++ b/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php @@ -57,12 +57,16 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise deleteServiceProfileAsync(array $args = []) * @method \Aws\Result deleteWirelessDevice(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteWirelessDeviceAsync(array $args = []) + * @method \Aws\Result deleteWirelessDeviceImportTask(array $args = []) + * @method \GuzzleHttp\Promise\Promise deleteWirelessDeviceImportTaskAsync(array $args = []) * @method \Aws\Result deleteWirelessGateway(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteWirelessGatewayAsync(array $args = []) * @method \Aws\Result deleteWirelessGatewayTask(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteWirelessGatewayTaskAsync(array $args = []) * @method \Aws\Result deleteWirelessGatewayTaskDefinition(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteWirelessGatewayTaskDefinitionAsync(array $args = []) + * @method \Aws\Result deregisterWirelessDevice(array $args = []) + * @method \GuzzleHttp\Promise\Promise deregisterWirelessDeviceAsync(array $args = []) * @method \Aws\Result disassociateAwsAccountFromPartnerAccount(array $args = []) * @method \GuzzleHttp\Promise\Promise disassociateAwsAccountFromPartnerAccountAsync(array $args = []) * @method \Aws\Result disassociateMulticastGroupFromFuotaTask(array $args = []) @@ -99,16 +103,22 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise getPositionAsync(array $args = []) * @method \Aws\Result getPositionConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise getPositionConfigurationAsync(array $args = []) + * @method \Aws\Result getPositionEstimate(array $args = []) + * @method \GuzzleHttp\Promise\Promise getPositionEstimateAsync(array $args = []) * @method \Aws\Result getResourceEventConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceEventConfigurationAsync(array $args = []) * @method \Aws\Result getResourceLogLevel(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceLogLevelAsync(array $args = []) + * @method \Aws\Result getResourcePosition(array $args = []) + * @method \GuzzleHttp\Promise\Promise getResourcePositionAsync(array $args = []) * @method \Aws\Result getServiceEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise getServiceEndpointAsync(array $args = []) * @method \Aws\Result getServiceProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise getServiceProfileAsync(array $args = []) * @method \Aws\Result getWirelessDevice(array $args = []) * @method \GuzzleHttp\Promise\Promise getWirelessDeviceAsync(array $args = []) + * @method \Aws\Result getWirelessDeviceImportTask(array $args = []) + * @method \GuzzleHttp\Promise\Promise getWirelessDeviceImportTaskAsync(array $args = []) * @method \Aws\Result getWirelessDeviceStatistics(array $args = []) * @method \GuzzleHttp\Promise\Promise getWirelessDeviceStatisticsAsync(array $args = []) * @method \Aws\Result getWirelessGateway(array $args = []) @@ -127,6 +137,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise listDestinationsAsync(array $args = []) * @method \Aws\Result listDeviceProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise listDeviceProfilesAsync(array $args = []) + * @method \Aws\Result listDevicesForWirelessDeviceImportTask(array $args = []) + * @method \GuzzleHttp\Promise\Promise listDevicesForWirelessDeviceImportTaskAsync(array $args = []) * @method \Aws\Result listEventConfigurations(array $args = []) * @method \GuzzleHttp\Promise\Promise listEventConfigurationsAsync(array $args = []) * @method \Aws\Result listFuotaTasks(array $args = []) @@ -147,6 +159,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise listServiceProfilesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) + * @method \Aws\Result listWirelessDeviceImportTasks(array $args = []) + * @method \GuzzleHttp\Promise\Promise listWirelessDeviceImportTasksAsync(array $args = []) * @method \Aws\Result listWirelessDevices(array $args = []) * @method \GuzzleHttp\Promise\Promise listWirelessDevicesAsync(array $args = []) * @method \Aws\Result listWirelessGatewayTaskDefinitions(array $args = []) @@ -173,6 +187,10 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise startFuotaTaskAsync(array $args = []) * @method \Aws\Result startMulticastGroupSession(array $args = []) * @method \GuzzleHttp\Promise\Promise startMulticastGroupSessionAsync(array $args = []) + * @method \Aws\Result startSingleWirelessDeviceImportTask(array $args = []) + * @method \GuzzleHttp\Promise\Promise startSingleWirelessDeviceImportTaskAsync(array $args = []) + * @method \Aws\Result startWirelessDeviceImportTask(array $args = []) + * @method \GuzzleHttp\Promise\Promise startWirelessDeviceImportTaskAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result testWirelessDevice(array $args = []) @@ -197,8 +215,12 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise updatePositionAsync(array $args = []) * @method \Aws\Result updateResourceEventConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise updateResourceEventConfigurationAsync(array $args = []) + * @method \Aws\Result updateResourcePosition(array $args = []) + * @method \GuzzleHttp\Promise\Promise updateResourcePositionAsync(array $args = []) * @method \Aws\Result updateWirelessDevice(array $args = []) * @method \GuzzleHttp\Promise\Promise updateWirelessDeviceAsync(array $args = []) + * @method \Aws\Result updateWirelessDeviceImportTask(array $args = []) + * @method \GuzzleHttp\Promise\Promise updateWirelessDeviceImportTaskAsync(array $args = []) * @method \Aws\Result updateWirelessGateway(array $args = []) * @method \GuzzleHttp\Promise\Promise updateWirelessGatewayAsync(array $args = []) */ -- cgit v1.2.3