@aws-sdk/client-iot-wireless 3.40.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/IoTWireless.js +30 -0
- package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +56 -1
- package/dist-cjs/models/models_0.js +39 -4
- package/dist-cjs/protocols/Aws_restJson1.js +297 -4
- package/dist-es/IoTWireless.js +30 -0
- package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +56 -1
- package/dist-es/models/models_0.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +320 -0
- package/dist-types/IoTWireless.d.ts +14 -0
- package/dist-types/IoTWirelessClient.d.ts +4 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +95 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +10 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +59 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +6 -6
|
@@ -20,7 +20,7 @@ export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateMulticastGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateMulticastGroupCommand extends $Command<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateServiceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateServiceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateServiceProfileCommand extends $Command<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessDeviceCommand extends $Command<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessGatewayCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessGatewayCommand extends $Command<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessGatewayTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessGatewayTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessGatewayTaskCommand extends $Command<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessGatewayTaskDefinitionCommand extends $Command<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDestinationCommand extends $Command<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDeviceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDeviceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDeviceProfileCommand extends $Command<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFuotaTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFuotaTaskCommand extends $Command<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMulticastGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMulticastGroupCommand extends $Command<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteServiceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteServiceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteServiceProfileCommand extends $Command<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessDeviceCommand extends $Command<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessGatewayCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessGatewayCommand extends $Command<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessGatewayTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessGatewayTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessGatewayTaskCommand extends $Command<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessGatewayTaskDefinitionCommand extends $Command<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateAwsAccountFromPartnerAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateAwsAccountFromPartnerAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateAwsAccountFromPartnerAccountCommand extends $Command<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends Di
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateMulticastGroupFromFuotaTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateMulticastGroupFromFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends Di
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessDeviceFromFuotaTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessDeviceFromFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput exten
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessDeviceFromMulticastGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessDeviceFromMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput extends Disass
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessDeviceFromThingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessDeviceFromThingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessDeviceFromThingCommand extends $Command<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessGatewayFromCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessGatewayFromCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessGatewayFromCertificateCommand extends $Command<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessGatewayFromThingCommandOutput extends Disas
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessGatewayFromThingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessGatewayFromThingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessGatewayFromThingCommand extends $Command<DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDestinationCommand extends $Command<GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeviceProfileCommand extends $Command<GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFuotaTaskCommandOutput extends GetFuotaTaskResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFuotaTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFuotaTaskCommand extends $Command<GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetLogLevelsByResourceTypesCommandOutput extends GetLogLevelsBy
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetLogLevelsByResourceTypesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetLogLevelsByResourceTypesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetLogLevelsByResourceTypesCommand extends $Command<GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMulticastGroupCommandOutput extends GetMulticastGroupRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMulticastGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMulticastGroupCommand extends $Command<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMulticastGroupSessionCommandOutput extends GetMulticastGroup
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMulticastGroupSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMulticastGroupSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMulticastGroupSessionCommand extends $Command<GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { GetNetworkAnalyzerConfigurationRequest, GetNetworkAnalyzerConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface GetNetworkAnalyzerConfigurationCommandInput extends GetNetworkAnalyzerConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetworkAnalyzerConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get NetworkAnalyzer configuration.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, GetNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, GetNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new GetNetworkAnalyzerConfigurationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetNetworkAnalyzerConfigurationCommand extends $Command<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: GetNetworkAnalyzerConfigurationCommandInput;
|
|
28
|
+
constructor(input: GetNetworkAnalyzerConfigurationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface GetPartnerAccountCommandOutput extends GetPartnerAccountRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPartnerAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPartnerAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPartnerAccountCommand extends $Command<GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetResourceEventConfigurationCommandOutput extends GetResourceE
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetResourceEventConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetResourceEventConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetResourceEventConfigurationCommand extends $Command<GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResourceLogLevelCommandOutput extends GetResourceLogLevelRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResourceLogLevelCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResourceLogLevelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResourceLogLevelCommand extends $Command<GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetServiceEndpointCommandOutput extends GetServiceEndpointRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetServiceEndpointCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetServiceEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetServiceEndpointCommand extends $Command<GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetServiceProfileCommandOutput extends GetServiceProfileRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetServiceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetServiceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetServiceProfileCommand extends $Command<GetServiceProfileCommandInput, GetServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessDeviceCommandOutput extends GetWirelessDeviceRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessDeviceCommand extends $Command<GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessDeviceStatisticsCommandOutput extends GetWirelessDev
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessDeviceStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessDeviceStatisticsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessDeviceStatisticsCommand extends $Command<GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessGatewayCertificateCommandOutput extends GetWirelessG
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessGatewayCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessGatewayCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessGatewayCertificateCommand extends $Command<GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessGatewayCommandOutput extends GetWirelessGatewayRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessGatewayCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessGatewayCommand extends $Command<GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessGatewayFirmwareInformationCommandOutput extends GetW
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessGatewayFirmwareInformationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessGatewayFirmwareInformationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessGatewayFirmwareInformationCommand extends $Command<GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessGatewayStatisticsCommandOutput extends GetWirelessGa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessGatewayStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessGatewayStatisticsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessGatewayStatisticsCommand extends $Command<GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessGatewayTaskCommandOutput extends GetWirelessGatewayT
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessGatewayTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessGatewayTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessGatewayTaskCommand extends $Command<GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetWirelessGatewayTaskDefinitionCommandOutput extends GetWirele
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetWirelessGatewayTaskDefinitionCommand extends $Command<GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDestinationsCommandOutput extends ListDestinationsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDestinationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDestinationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDestinationsCommand extends $Command<ListDestinationsCommandInput, ListDestinationsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDeviceProfilesCommandOutput extends ListDeviceProfilesRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDeviceProfilesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDeviceProfilesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDeviceProfilesCommand extends $Command<ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFuotaTasksCommandOutput extends ListFuotaTasksResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFuotaTasksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFuotaTasksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFuotaTasksCommand extends $Command<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMulticastGroupsByFuotaTaskCommandOutput extends ListMultica
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMulticastGroupsByFuotaTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMulticastGroupsByFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMulticastGroupsByFuotaTaskCommand extends $Command<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMulticastGroupsCommandOutput extends ListMulticastGroupsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMulticastGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMulticastGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMulticastGroupsCommand extends $Command<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListPartnerAccountsCommandOutput extends ListPartnerAccountsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListPartnerAccountsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListPartnerAccountsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListPartnerAccountsCommand extends $Command<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListServiceProfilesCommandOutput extends ListServiceProfilesRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListServiceProfilesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListServiceProfilesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListServiceProfilesCommand extends $Command<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListWirelessDevicesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListWirelessDevicesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListWirelessDevicesCommand extends $Command<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListWirelessGatewayTaskDefinitionsCommandOutput extends ListWir
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListWirelessGatewayTaskDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListWirelessGatewayTaskDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListWirelessGatewayTaskDefinitionsCommand extends $Command<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListWirelessGatewaysCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListWirelessGatewaysCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListWirelessGatewaysCommand extends $Command<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutResourceLogLevelCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutResourceLogLevelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutResourceLogLevelCommand extends $Command<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
|