@aws-sdk/client-iot-wireless 3.687.0 → 3.692.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 (28) hide show
  1. package/dist-cjs/index.js +24 -7
  2. package/dist-es/commands/ListPartnerAccountsCommand.js +1 -1
  3. package/dist-es/models/models_0.js +8 -6
  4. package/dist-es/models/models_1.js +7 -0
  5. package/dist-es/protocols/Aws_restJson1.js +5 -0
  6. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -0
  9. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +12 -0
  10. package/dist-types/commands/GetMulticastGroupCommand.d.ts +7 -1
  11. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
  12. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
  13. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +2 -2
  14. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
  16. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -2
  17. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -0
  19. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +12 -0
  20. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +6 -0
  21. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  22. package/dist-types/models/models_0.d.ts +665 -631
  23. package/dist-types/models/models_1.d.ts +279 -184
  24. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/models/models_0.d.ts +582 -568
  27. package/dist-types/ts3.4/models/models_1.d.ts +214 -179
  28. package/package.json +36 -36
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListNetworkAnalyzerConfigurationsRequest,
10
10
  ListNetworkAnalyzerConfigurationsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListNetworkAnalyzerConfigurationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListPartnerAccountsRequest,
10
10
  ListPartnerAccountsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListPartnerAccountsCommandInput