@aws-sdk/client-iot-wireless 3.774.0 → 3.777.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/IoTWirelessClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +1 -0
  9. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +1 -0
  10. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -0
  11. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -0
  12. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -0
  13. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -0
  14. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateDestinationCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -0
  37. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +1 -0
  38. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -0
  39. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -0
  40. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +1 -0
  41. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -0
  42. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -0
  43. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -0
  44. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -0
  45. package/dist-types/commands/GetDestinationCommand.d.ts +1 -0
  46. package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -0
  47. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -0
  48. package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -0
  49. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -0
  50. package/dist-types/commands/GetMetricConfigurationCommand.d.ts +1 -0
  51. package/dist-types/commands/GetMetricsCommand.d.ts +1 -0
  52. package/dist-types/commands/GetMulticastGroupCommand.d.ts +2 -1
  53. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +1 -0
  54. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  55. package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -0
  56. package/dist-types/commands/GetPositionCommand.d.ts +1 -0
  57. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +1 -0
  58. package/dist-types/commands/GetPositionEstimateCommand.d.ts +1 -0
  59. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -0
  60. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -0
  61. package/dist-types/commands/GetResourcePositionCommand.d.ts +1 -0
  62. package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -0
  63. package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -0
  64. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -0
  65. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +1 -0
  66. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -0
  67. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -0
  68. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -0
  69. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -0
  70. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -0
  71. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -0
  72. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -0
  73. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -0
  74. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -0
  75. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +1 -0
  76. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +1 -0
  77. package/dist-types/commands/ListFuotaTasksCommand.d.ts +1 -0
  78. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -0
  79. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +1 -0
  80. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -0
  81. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -0
  82. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +1 -0
  83. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -0
  84. package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -0
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  86. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -0
  87. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -0
  88. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -0
  89. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -0
  90. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +1 -0
  91. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -0
  92. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -0
  93. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -0
  94. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -0
  95. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -0
  96. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -0
  97. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -0
  98. package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -0
  99. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -0
  100. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +1 -0
  101. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +1 -0
  102. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  103. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  105. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -0
  106. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -0
  107. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -0
  108. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -0
  109. package/dist-types/commands/UpdateMetricConfigurationCommand.d.ts +1 -0
  110. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +1 -0
  111. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  112. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -0
  113. package/dist-types/commands/UpdatePositionCommand.d.ts +1 -0
  114. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -0
  115. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +1 -0
  116. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -0
  117. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +1 -0
  118. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -0
  119. package/package.json +34 -34
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-wireless",
3
3
  "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
4
- "version": "3.774.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
58
- "@smithy/util-stream": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
+ "@smithy/util-stream": "^4.2.0",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",