@aws-sdk/client-iot-wireless 3.50.0 → 3.51.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.
Files changed (112) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/IoTWireless.d.ts +440 -0
  3. package/dist-types/ts3.4/IoTWirelessClient.d.ts +160 -0
  4. package/dist-types/ts3.4/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithThingCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/AssociateWirelessGatewayWithThingCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CancelMulticastGroupSessionCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateDeviceProfileCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/CreateFuotaTaskCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/CreateMulticastGroupCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateServiceProfileCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateWirelessDeviceCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateWirelessGatewayCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateWirelessGatewayTaskCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteDeviceProfileCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteFuotaTaskCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteMulticastGroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteQueuedMessagesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteServiceProfileCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteWirelessDeviceCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteWirelessGatewayCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteWirelessGatewayTaskCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetDeviceProfileCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetFuotaTaskCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetLogLevelsByResourceTypesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetMulticastGroupCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetMulticastGroupSessionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetPartnerAccountCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetResourceEventConfigurationCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetResourceLogLevelCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetServiceEndpointCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetServiceProfileCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetWirelessDeviceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetWirelessDeviceStatisticsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetWirelessGatewayCertificateCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetWirelessGatewayCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetWirelessGatewayStatisticsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetWirelessGatewayTaskCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListDeviceProfilesCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListFuotaTasksCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListMulticastGroupsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListServiceProfilesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateMulticastGroupCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/index.d.ts +87 -0
  92. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  93. package/dist-types/ts3.4/index.d.ts +5 -0
  94. package/dist-types/ts3.4/models/index.d.ts +1 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +2709 -0
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  97. package/dist-types/ts3.4/pagination/ListDestinationsPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListDeviceProfilesPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListFuotaTasksPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/ListServiceProfilesPaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/ListWirelessDevicesPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/ListWirelessGatewaysPaginator.d.ts +4 -0
  106. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +263 -0
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  112. package/package.json +8 -8
@@ -0,0 +1,17 @@
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 { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_0";
5
+ export interface UpdateWirelessGatewayCommandInput extends UpdateWirelessGatewayRequest {
6
+ }
7
+ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewayResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateWirelessGatewayCommand extends $Command<UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
11
+ readonly input: UpdateWirelessGatewayCommandInput;
12
+ constructor(input: UpdateWirelessGatewayCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,87 @@
1
+ export * from "./AssociateAwsAccountWithPartnerAccountCommand";
2
+ export * from "./AssociateMulticastGroupWithFuotaTaskCommand";
3
+ export * from "./AssociateWirelessDeviceWithFuotaTaskCommand";
4
+ export * from "./AssociateWirelessDeviceWithMulticastGroupCommand";
5
+ export * from "./AssociateWirelessDeviceWithThingCommand";
6
+ export * from "./AssociateWirelessGatewayWithCertificateCommand";
7
+ export * from "./AssociateWirelessGatewayWithThingCommand";
8
+ export * from "./CancelMulticastGroupSessionCommand";
9
+ export * from "./CreateDestinationCommand";
10
+ export * from "./CreateDeviceProfileCommand";
11
+ export * from "./CreateFuotaTaskCommand";
12
+ export * from "./CreateMulticastGroupCommand";
13
+ export * from "./CreateServiceProfileCommand";
14
+ export * from "./CreateWirelessDeviceCommand";
15
+ export * from "./CreateWirelessGatewayCommand";
16
+ export * from "./CreateWirelessGatewayTaskCommand";
17
+ export * from "./CreateWirelessGatewayTaskDefinitionCommand";
18
+ export * from "./DeleteDestinationCommand";
19
+ export * from "./DeleteDeviceProfileCommand";
20
+ export * from "./DeleteFuotaTaskCommand";
21
+ export * from "./DeleteMulticastGroupCommand";
22
+ export * from "./DeleteQueuedMessagesCommand";
23
+ export * from "./DeleteServiceProfileCommand";
24
+ export * from "./DeleteWirelessDeviceCommand";
25
+ export * from "./DeleteWirelessGatewayCommand";
26
+ export * from "./DeleteWirelessGatewayTaskCommand";
27
+ export * from "./DeleteWirelessGatewayTaskDefinitionCommand";
28
+ export * from "./DisassociateAwsAccountFromPartnerAccountCommand";
29
+ export * from "./DisassociateMulticastGroupFromFuotaTaskCommand";
30
+ export * from "./DisassociateWirelessDeviceFromFuotaTaskCommand";
31
+ export * from "./DisassociateWirelessDeviceFromMulticastGroupCommand";
32
+ export * from "./DisassociateWirelessDeviceFromThingCommand";
33
+ export * from "./DisassociateWirelessGatewayFromCertificateCommand";
34
+ export * from "./DisassociateWirelessGatewayFromThingCommand";
35
+ export * from "./GetDestinationCommand";
36
+ export * from "./GetDeviceProfileCommand";
37
+ export * from "./GetFuotaTaskCommand";
38
+ export * from "./GetLogLevelsByResourceTypesCommand";
39
+ export * from "./GetMulticastGroupCommand";
40
+ export * from "./GetMulticastGroupSessionCommand";
41
+ export * from "./GetNetworkAnalyzerConfigurationCommand";
42
+ export * from "./GetPartnerAccountCommand";
43
+ export * from "./GetResourceEventConfigurationCommand";
44
+ export * from "./GetResourceLogLevelCommand";
45
+ export * from "./GetServiceEndpointCommand";
46
+ export * from "./GetServiceProfileCommand";
47
+ export * from "./GetWirelessDeviceCommand";
48
+ export * from "./GetWirelessDeviceStatisticsCommand";
49
+ export * from "./GetWirelessGatewayCertificateCommand";
50
+ export * from "./GetWirelessGatewayCommand";
51
+ export * from "./GetWirelessGatewayFirmwareInformationCommand";
52
+ export * from "./GetWirelessGatewayStatisticsCommand";
53
+ export * from "./GetWirelessGatewayTaskCommand";
54
+ export * from "./GetWirelessGatewayTaskDefinitionCommand";
55
+ export * from "./ListDestinationsCommand";
56
+ export * from "./ListDeviceProfilesCommand";
57
+ export * from "./ListFuotaTasksCommand";
58
+ export * from "./ListMulticastGroupsByFuotaTaskCommand";
59
+ export * from "./ListMulticastGroupsCommand";
60
+ export * from "./ListPartnerAccountsCommand";
61
+ export * from "./ListQueuedMessagesCommand";
62
+ export * from "./ListServiceProfilesCommand";
63
+ export * from "./ListTagsForResourceCommand";
64
+ export * from "./ListWirelessDevicesCommand";
65
+ export * from "./ListWirelessGatewayTaskDefinitionsCommand";
66
+ export * from "./ListWirelessGatewaysCommand";
67
+ export * from "./PutResourceLogLevelCommand";
68
+ export * from "./ResetAllResourceLogLevelsCommand";
69
+ export * from "./ResetResourceLogLevelCommand";
70
+ export * from "./SendDataToMulticastGroupCommand";
71
+ export * from "./SendDataToWirelessDeviceCommand";
72
+ export * from "./StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
73
+ export * from "./StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
74
+ export * from "./StartFuotaTaskCommand";
75
+ export * from "./StartMulticastGroupSessionCommand";
76
+ export * from "./TagResourceCommand";
77
+ export * from "./TestWirelessDeviceCommand";
78
+ export * from "./UntagResourceCommand";
79
+ export * from "./UpdateDestinationCommand";
80
+ export * from "./UpdateFuotaTaskCommand";
81
+ export * from "./UpdateLogLevelsByResourceTypesCommand";
82
+ export * from "./UpdateMulticastGroupCommand";
83
+ export * from "./UpdateNetworkAnalyzerConfigurationCommand";
84
+ export * from "./UpdatePartnerAccountCommand";
85
+ export * from "./UpdateResourceEventConfigurationCommand";
86
+ export * from "./UpdateWirelessDeviceCommand";
87
+ export * from "./UpdateWirelessGatewayCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./IoTWireless";
2
+ export * from "./IoTWirelessClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";