@aws-sdk/client-iot-managed-integrations 3.1086.0 → 3.1088.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 (103) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +268 -292
  3. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +7 -23
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetManagedThingCertificateCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +3 -8
  57. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +3 -4
  84. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +3 -4
  86. package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +4 -6
  87. package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +3 -4
  88. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +2 -2
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  94. package/dist-types/ts3.4/models/errors.d.ts +11 -33
  95. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  101. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  103. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -67,7 +67,7 @@ const commonParams = {
67
67
  Region: { type: "builtInParams", name: "region" },
68
68
  };
69
69
 
70
- var version = "3.1085.0";
70
+ var version = "3.1087.0";
71
71
  var packageInfo = {
72
72
  version: version};
73
73